@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Baskervville:ital@0;1&display=swap");
html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*,
:after,
:before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden],
template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[role="button"],
[type="button"],
[type="reset"],
[type="submit"],
button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}

button,
select {
  text-transform: none;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}



select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

[aria-busy="true"] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

/* =============================

base

==============================*/
html,
body {
  height: 100%;
  font-size: 62.5%;
}

body {
  font-family: "游ゴシック",
 YuGothic,
 "Noto Sans JP",
 "ヒラギノ角ゴ Pro",
 "Hiragino Kaku Gothic Pro",
 "メイリオ",
 "Meiryo",
 sans-serif;
  font-weight: 500;
  letter-spacing: normal;
  font-size: 15px;
  font-size: 1.5rem;
  background-color: #fff;
  color: #1C1A18;
  width: 100%;
}

.wrap {
  width: 100%;
  position: relative;
  height: auto !important;
  display: flex;
  flex-flow: column;
  min-height: 100vh;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}

a {
  text-decoration: none;
}

a:hover {
  color: #CEA362;
  text-decoration: none;
}

a:not([class]) {
  color: #CEA362;
  text-decoration: underline;
}

a[href^="tel:"] {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

ul {
  list-style-type: none;
}

table {
  border-collapse: collapse;
}

table th,
table td {
  border: 1px solid #EBE1D2;
  padding: 8px;
  text-align: left;
}

table th {
  vertical-align: top;
}

.button {
  text-decoration: none;
  padding: 14px 24px;
  letter-spacing: 0.1rem;
  color: #fff;
  background: #CEA362;
  font-weight: normal;
  text-align: center;
  position: relative;
  display: inline-block;
  min-width: 160px;
  height: auto;
  transition: .3s;
  z-index: 1;
  box-sizing: border-box;
}

.button:hover {
  transform: translateX(5px);
  color: #fff;
}

.pagetop {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 10;
}

.pagetop a {
  position: relative;
  width: 100px;
  min-width: initial;
  letter-spacing: 1;
  display: block;
  font-size: 10px;
  padding: 24px 4px 10px 4px;
  text-decoration: none;
  color: #ad7e36;
  background: #fff;
  line-height: 1.2rem;
  text-align: center;
  font-weight: bold;
}

.pagetop a:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  border-top: 2px solid #ad7e36;
  border-right: 2px solid #ad7e36;
  transform: rotate(-45deg);
}

.br--pc {
  display: none;
}

.br--sp {
  display: block;
}

@media (min-width: 1024px) {
  a:not([class]) {
    transition: 0.3s;
  }
  a:not([class]):hover {
    opacity: 0.7;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  img {
    width: initial;
    height: initial;
  }
  .pagetop a:hover {
    background: #fff;
    opacity: 1;
    transform: translateY(-5px);
  }
  table th,
  table td {
    padding: 18px 0;
  }
  .br--pc {
    display: block;
  }
  .br--sp {
    display: none;
  }
}

/* =============================

header

==============================*/
.bg-color {
  background: #fff;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  z-index: 999;
  transition: .3s;
}

header .header__block {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: space-between;
  padding: 0 16px;
}

header .logo img {
  width: auto;
  height: 40px;
}

header .nav {
  display: none;
}

header .mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s ease-in-out;
}

header .mobile .logo {
  width: 100%;
  text-align: center;
}

header .mobile .logo img {
  width: auto;
  height: 60px;
}

header .mobile .mobile-nav {
  width: 100%;
  padding: 0 16px;
  margin: 16px auto;
}

header .mobile .nav__list {
  margin: auto;
  padding: 0;
  list-style: none;
  width: auto;
  max-width: 320px;
}

header .mobile .nav__item {
  text-align: center;
}

header .mobile .nav__item:last-child a {
  border-bottom: 0;
}

header .mobile .nav__item a {
  display: block;
  padding: 14px 0;
  border-bottom: 1px solid #EBE1D2;
  text-decoration: none;
}

header .mobile .nav__info strong {
  margin-top: 4px;
  display: block;
  font-size: 2.0rem;
  letter-spacing: .2rem;
  font-family: 'Lato', sans-serif;
}

header .mobile .nav__info strong span {
  color: #cdcdcd;
  font-size: 1.3rem;
}

#navbtn {
  position: fixed;
  top: 20px;
  right: 15px;
  padding: 0;
  outline: none;
  border: none;
  background: none;
  width: 30px;
  height: 20px;
  cursor: pointer;
}

#navbtn::before,
#navbtn::after {
  content: '';
  display: block;
  height: 1px;
  background-color: #1C1A18;
  transform: translateY(10px);
  transition: 0.3s ease-in-out;
}

#navbtn::before {
  transform: translateY(-10px);
  box-shadow: 0 10px #1C1A18;
}

/* ナビゲーションボタン（閉じる） */
.open #navbtn {
  z-index: 100;
}

.open #navbtn::before {
  transform: rotate(-45deg);
  box-shadow: none;
  background-color: #1C1A18;
}

.open #navbtn::after {
  transform: rotate(45deg);
  box-shadow: none;
  background-color: #1C1A18;
}

/* ナビゲーションメニュー 開いた時*/
.open .mobile {
  visibility: visible;
  opacity: 1;
}

@media (min-width: 1024px) {
  header {
    min-width: 1000px;
    width: 100%;
    position: fixed;
    height: 100px;
  }
  header .header__block {
    width: 1000px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0;
  }
  header .logo img {
    width: auto;
    height: 60px;
  }
  header .nav {
    position: initial;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    visibility: initial;
    opacity: 1;
    transition: 0.5s ease-in-out;
  }
  header .nav__list {
    margin: 0;
    padding: 0;
    list-style: none;
    width: auto;
    display: flex;
    justify-content: space-between;
  }
  header .nav__item {
    text-align: center;
    margin-left: 32px;
  }
  header .nav__item:last-child a {
    border-bottom: 0;
  }
  header .nav__item a {
    display: block;
    padding: 0;
    text-decoration: none;
    border-bottom: 0;
    font-size: 1.35rem;
    position: relative;
    line-height: 100px;
    transition: 0.5s ease;
    color: #1C1A18;
  }
  header .nav__item a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 0;
    border-bottom: solid 2px #CEA362;
    transition: 0.5s;
  }
  header .nav__item a:hover {
    opacity: 1;
    color: #CEA362;
  }
  header .nav__item a:hover::after {
    width: 100%;
  }
  header .mobile {
    display: none;
  }
  #navbtn {
    display: none;
  }
}

/* =============================

main

==============================*/
main {
  flex: 1;
  /* 各パーツstyle
  --------------------*/
}

main .section {
  position: relative;
  padding: 48px 16px;
  max-width: 680px;
  margin: auto;
}

main .section::before {
  white-space: pre;
  content: '';
  position: absolute;
  top: 0;
  left: -6px;
  font-family: 'Libre Baskerville', serif;
  font-size: 9.8rem;
  line-height: 9.2rem;
  color: #F7F4EF;
  z-index: 0;
}

main .section .inner {
  position: relative;
  z-index: 1;
}

main .section__head {
  display: block;
  position: relative;
  margin-bottom: 40px;
  z-index: 1;
}

main .section__title {
  font-size: 2.6rem;
  letter-spacing: 0.12rem;
  font-family: "游明朝",
 YuMincho,
 "ヒラギノ明朝 ProN W3",
 "Hiragino Mincho ProN",
 "HG明朝E",
 'Noto Serif JP',
 serif,
 "ＭＳ Ｐ明朝",
 "ＭＳ 明朝",
 serif;
  font-weight: 500;
  text-align: center;
}

main .section__body {
  position: relative;
  z-index: 1;
}

main .section__body .content + .content {
  margin-top: 32px;
}

main .section__body .content__title {
  margin-bottom: 24px;
  font-size: 2.4rem;
}

main .section__foot {
  position: relative;
  z-index: 1;
  margin-top: 40px;
}

main .text {
  letter-spacing: .06rem;
  line-height: 2.6rem;
}

main .text + .text {
  margin-top: 26px;
}

main .note {
  color: #808080;
  font-size: 1.3rem;
  margin: 8px 0;
}

main .list li {
  text-indent: -1em;
  padding-left: 1em;
}

main .list li::before {
  content: '・';
  color: #808080;
}

main .list li + li {
  margin-top: 8px;
}

@media (min-width: 600px) and (max-width: 1023px) {
  main .section {
    max-width: 100%;
    padding: 80px 40px;
  }
}

@media (min-width: 1024px) {
  main {
    /* 各パーツstyle
  --------------------*/
  }
  main .imposter {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding-left: 3%;
    padding-right: 3%;
  }
  main .section {
    padding: 120px 0;
    max-width: initial;
    margin: auto;
  }
  main .section::before {
    white-space: pre;
    content: '';
    position: absolute;
    top: 0;
    left: -6px;
    font-family: 'Libre Baskerville', serif;
    font-size: 20rem;
    line-height: 15rem;
    color: #F7F4EF;
    z-index: 0;
  }
  main .section .inner {
    width: 1000px;
    margin: 0 auto;
  }
  main .section__head {
    margin-bottom: 62px;
  }
  main .section__title {
    font-size: 3.2rem;
    line-height: 5.4rem;
    letter-spacing: 0.2rem;
    text-align: left;
  }
  main .section__body .content + .content {
    margin-top: 62px;
  }
  main .section__foot {
    margin-top: 62px;
  }
  main .text + .text {
    margin-top: 16px;
  }
  main .note {
    color: #808080;
    font-size: 1.3rem;
    margin: 8px 0;
  }
  main .list li + li {
    margin-top: 16px;
  }
}

/* =============================

footer

==============================*/
footer {
  background: #F7F4EF;
  padding: 32px 0;
}

footer .footer__head {
  margin: 32px;
}

footer .footer__head .logo {
  text-align: center;
}

footer .footer__head .logo img {
  width: 60%;
  max-width: 240px;
  height: auto;
  margin: auto;
}

footer .footer__head img {
  width: auto;
  height: 40px;
}

footer .footer__main .nav__item:first-child a {
  border-top: 1px solid #EBE1D2;
}

footer .footer__main .nav__item a {
  display: block;
  border-bottom: 1px solid #EBE1D2;
  padding: 15px 0;
  text-decoration: none;
  text-align: center;
}

footer .footer__foot {
  margin: 32px auto;
}

footer .footer__foot .copy {
  font-size: 1.3rem;
  text-align: center;
}

@media (min-width: 1024px) {
  footer {
    padding: 90px 0;
  }
  footer .inner {
    width: 1000px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  footer .footer__head {
    margin: 0;
  }
  footer .footer__head .logo {
    text-align: left;
    margin-top: -24px;
  }
  footer .footer__head .logo img {
    width: 237px;
    max-width: initial;
    height: auto;
    margin: auto;
  }
  footer .footer__main {
    width: calc(1000px - 237px);
  }
  footer .footer__main .nav__list {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
  footer .footer__main .nav__item {
    margin-bottom: 24px;
  }
  footer .footer__main .nav__item + .nav__item {
    margin-left: 32px;
  }
  footer .footer__main .nav__item:first-child a {
    border-top: 0;
  }
  footer .footer__main .nav__item a {
    display: inline-block;
    border-bottom: 0;
    padding: 0;
    text-decoration: none;
    text-align: right;
    color: #1C1A18;
    font-size: 1.4rem;
  }
  footer .footer__main .nav__item a:hover {
    color: #CEA362;
  }
  footer .footer__foot {
    width: 100%;
    margin: 36px auto 0;
  }
  footer .footer__foot .copy {
    font-size: 1.2rem;
    text-align: right;
  }
}

/* =============================

index

==============================*/
.index h1,
.index h2,
.index h3,
.index h4,
.index h5,
.index h6 {
  line-height: initial;
}

.index .hero {
  width: 100vw;
  position: relative;
}

.index .hero .hero__image {
  background: url("../img/top/img_hero.jpg") no-repeat top center;
  background-size: cover;
  height: 60vh;
  width: 100vw;
}

.index .hero .catch {
  position: relative;
  width: 100%;
  padding-bottom: 96px;
}

.index .hero .catch::before {
  content: 'enchant';
  position: absolute;
  bottom: -31px;
  left: -6px;
  font-family: 'Libre Baskerville', serif;
  font-size: 8.8rem;
  color: #F7F4EF;
}

.index .hero .catch__copy {
  font-size: 2.6rem;
  line-height: 4.4rem;
  letter-spacing: 0.12rem;
  color: #CEA362;
  text-align: center;
  height: 40vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "游明朝",
 YuMincho,
 "ヒラギノ明朝 ProN W3",
 "Hiragino Mincho ProN",
 "HG明朝E",
 'Noto Serif JP',
 serif,
 "ＭＳ Ｐ明朝",
 "ＭＳ 明朝",
 serif;
  font-weight: 500;
}

.index .hero .catch__copy--sub {
  text-align: center;
  margin-bottom: 43px;
  line-height: 3.0rem;
}

.index .about,
.index .info,
.index .news {
  background: #F7F4EF;
}

.index .about::before,
.index .info::before,
.index .news::before {
  color: #FCFAF7;
}

.index .about {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
}

.index .about .section__head {
  display: inline-block;
  text-align: center;
  width: auto;
}

.index .about .section__head::before {
  content: '';
  background: url("../img/top/img_about_02.svg") no-repeat center;
  background-size: cover;
  width: 80px;
  height: 130px;
  position: absolute;
  top: -100px;
  left: initial;
  right: 8px;
  z-index: 5;
}

.index .about .section__title {
  margin-bottom: 40px;
}

.index .about .section__main .message .text {
  letter-spacing: .09rem;
}

.index .about .section__main .message .text + .text {
  margin-top: 40px;
}

.index .feature .block--1 {
  margin-bottom: 64px;
}

.index .feature .block--1 .main__list .list__item {
  margin-top: 96px;
}

.index .feature .block--1 .main__list .list__item .item__head {
  position: relative;
}

.index .feature .block--1 .main__list .list__item .number {
  position: absolute;
  left: -1.2rem;
  top: -7.4rem;
  font-family: 'Libre Baskerville', serif;
  font-size: 6.4rem;
  font-style: italic;
  transform: scale(0.8, 1);
  color: #F7F4EF;
  letter-spacing: 0.7rem;
  z-index: -1;
}

.index .feature .block--1 .main__list .list__item .title {
  color: #CEA362;
  font-family: "游明朝",
 YuMincho,
 "ヒラギノ明朝 ProN W3",
 "Hiragino Mincho ProN",
 "HG明朝E",
 'Noto Serif JP',
 serif,
 "ＭＳ Ｐ明朝",
 "ＭＳ 明朝",
 serif;
  font-weight: 500;
  font-size: 2.4rem;
  letter-spacing: .15rem;
}

.index .feature .block--1 .main__list .list__item .title--sub {
  font-family: "游ゴシック",
 YuGothic,
 "Noto Sans JP",
 "ヒラギノ角ゴ Pro",
 "Hiragino Kaku Gothic Pro",
 "メイリオ",
 "Meiryo",
 sans-serif;
  font-weight: 200;
  font-size: 1.4rem;
  color: #534d47;
  display: block;
}

.index .feature .block--1 .main__list .list__item .item__img {
  text-align: center;
  margin-top: 24px;
}

.index .feature .block--1 .main__list .list__item .item__text {
  margin-top: 24px;
}

.index .feature .block--1 .main__list .item--2 .action {
  text-align: center;
}

.index .feature .block--1 .main__list .item--2 .action .button {
  margin-top: 16px;
}

.index .feature .block--2 {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 0 24px;
  background: #F7F4EF;
}

.index .feature .block--2 .block__inner {
  background: #fff;
  padding: 0 16px 40px;
}

.index .feature .block--2 .list__item + .list__item {
  margin-top: 48px;
}

.index .feature .block--2 .title {
  font-size: 2.4rem;
  letter-spacing: .15rem;
  margin-bottom: 24px;
  text-align: center;
}

.index .feature .block--2 .title--sub {
  display: block;
  font-weight: 200;
  font-size: 1.4rem;
}

.index .feature .block--2 .item__image {
  text-align: center;
  margin: 24px 0;
}

.index .feature .block--2 .item__text .body__title {
  color: #CEA362;
  font-family: "游明朝",
 YuMincho,
 "ヒラギノ明朝 ProN W3",
 "Hiragino Mincho ProN",
 "HG明朝E",
 'Noto Serif JP',
 serif,
 "ＭＳ Ｐ明朝",
 "ＭＳ 明朝",
 serif;
  font-weight: 500;
  font-size: 2.0rem;
  letter-spacing: .15rem;
  margin-bottom: 24px;
}

.index .feature .block--2 .action {
  margin-top: 24px;
  text-align: center;
}

.index .feature .block--3 {
  padding: 40px 0;
}

.index .feature .block--3 .block__inner {
  background: url("../img/top/img_feature_06.jpg") no-repeat center;
  background-size: cover;
  width: 100%;
  height: auto;
  padding: 40px 16px;
}

.index .feature .block--3 .title {
  font-size: 1.5rem;
  letter-spacing: 0.15rem;
  line-height: 2.4rem;
}

.index .feature .block--3 .action {
  margin-top: 24px;
}

.index .profile::before {
  content: 'Profile';
  top: 0;
}

.index .profile .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  flex-direction: column;
}

.index .profile .section__head {
  order: 1;
}

.index .profile .section__body--career {
  order: 3;
}

.index .profile .text--message {
  color: #CEA362;
  font-size: 1.6rem;
  margin-bottom: 32px;
}

.index .profile .section__body--message {
  order: 4;
  margin-top: 32px;
}

.index .profile .section__body--message .profile__message {
  padding: 40px 32px;
  margin: 0 auto;
  position: relative;
  border: 12px solid #F7F4EF;
}

.index .profile .section__body--message .profile__message::before {
  content: 'Message';
  position: absolute;
  top: -11px;
  left: -4px;
  font-family: 'Libre Baskerville', serif;
  font-size: 6.0rem;
  color: #F7F4EF;
  z-index: 0;
}

.index .profile .section__body--message .profile__message .text {
  position: relative;
  z-index: 1;
}

.index .profile .section__foot {
  order: 2;
  margin: 0 auto 40px;
}

.index .profile .section__foot .profile__image {
  width: 80%;
  margin: auto;
}

.index .info::before {
  content: 'Salon\Ainformation';
  top: 0;
}

.index .info__detail .shop {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: .08rem;
}

.index .info__detail .table--info {
  margin: 8px 0 40px;
  width: 100%;
}

.index .info__detail .table--info td {
  border: 0;
  display: block;
}

.index .info__detail .table--info .head {
  padding-bottom: 0;
  color: #A88652;
  vertical-align: top;
}

.index .info__detail .table--info .detail {
  border-bottom: 1px solid #EBE1D2;
}

.index .info__map {
  margin-bottom: 40px;
}

.index .info__map .map {
  margin: auto;
  text-align: center;
}

.index .info__map .map iframe {
  max-width: 100%;
  height: 220px;
}

.index .info__reserve {
  padding: 32px 16px 8px;
  border: 12px solid #fff;
  margin-bottom: 40px;
}

.index .info__reserve .reserve__title {
  text-align: center;
  font-family: "游明朝",
 YuMincho,
 "ヒラギノ明朝 ProN W3",
 "Hiragino Mincho ProN",
 "HG明朝E",
 'Noto Serif JP',
 serif,
 "ＭＳ Ｐ明朝",
 "ＭＳ 明朝",
 serif;
  font-weight: 500;
  margin-bottom: 16px;
}

.index .info__reserve .reserve__item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  border-bottom: 2px solid #fff;
  padding: 24px 0;
}

.index .info__reserve .reserve__item:last-child {
  border: 0;
}

.index .info__reserve .reserve__item .button {
  min-width: 255px;
}

.index .info__reserve .reserve__item .button--tel {
  font-size: 2.0rem;
  font-family: 'Lato', sans-serif;
  pointer-events: initial;
}

.index .info__reserve .reserve__item .button--tel span {
  display: block;
  font-family: "游ゴシック",
 YuGothic,
 "Noto Sans JP",
 "ヒラギノ角ゴ Pro",
 "Hiragino Kaku Gothic Pro",
 "メイリオ",
 "Meiryo",
 sans-serif;
  font-size: 1.4rem;
}

.index .info__reserve .reserve__item--line .box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.index .info__reserve .reserve__item--line .box img {
  margin: 16px auto;
}

.index .info__reserve .reserve__item--instagram .button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.index .info__reserve .reserve__item--instagram .button img {
  width: 29px;
  height: 29px;
  margin-right: 8px;
}

.index .info .section__foot {
  margin: auto;
  text-align: center;
}

.index .info .section__foot img {
  margin-bottom: 16px;
  max-width: 320px;
}

.index .menu::before {
  content: 'Menu';
  top: -5px;
}

.index .menu .section__body .content + .content {
  margin-top: 80px;
}

.index .menu .content--body {
  margin-bottom: 40px;
}

.index .menu .content__title {
  position: relative;
  display: flex;
  align-items: center;
}

.index .menu .content__title::before {
  content: '';
  position: absolute;
  background: #CEA362;
  top: 50%;
  left: 0;
  width: 100vw;
  height: 1px;
  z-index: 0;
}

.index .menu .content__title .main {
  position: relative;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: .12rem;
  background: #fff;
  z-index: 1;
}

.index .menu .content__title .sub {
  position: relative;
  display: inline-block;
  color: #CEA362;
  font-size: 1.4rem;
  letter-spacing: .15rem;
  padding: 0 18px;
  background: #fff;
  z-index: 1;
}

.index .menu .column .card {
  width: 100%;
  margin: auto;
  margin-bottom: 80px;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}

.index .menu .column .card:last-child {
  margin-bottom: 0;
}

.index .menu .card {
  /*
      .first-price {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        background: #F7F4EF;
        margin: 0 -8px 24px auto;
        padding: 8px;
        max-width: 240px;

        .title {
          margin-right: 62px;
        }
        .card__price{
          margin: 0;
          .price__inner{
            background: #F7F4EF;
          }
        }
      }*/
}

.index .menu .card__body {
  padding: 24px;
}

.index .menu .card__title {
  font-size: 1.8rem;
  letter-spacing: .15rem;
  line-height: 28px;
}

.index .menu .card__title .time {
  display: inline-block;
  padding: 6px 8px;
  margin-left: 8px;
  border: 1px solid #CEA362;
  border-radius: 2px;
  color: #CEA362;
  font-size: 1.4rem;
  line-height: 1;
}

.index .menu .card__price {
  position: relative;
  text-align: right;
  margin: 8px 0 16px;
}

.index .menu .card__price::before {
  content: '';
  position: absolute;
  background: #CEA362;
  top: 50%;
  right: 0;
  width: 136px;
  height: 1px;
  z-index: 0;
}

.index .menu .card__price .price__inner {
  position: relative;
  z-index: 1;
  font-size: 1.6rem;
  font-family: 'Lato', sans-serif;
  letter-spacing: .15rem;
  background: #fff;
  padding-left: 16px;
}

.index .menu .card .first-price {
  text-align: right;
  margin: 0 -8px 16px 0;
}

.index .menu .card .first-price .price__box {
  display: inline-block;
  padding: 8px;
  background: #F7F4EF;
  text-align: right;
}

.index .menu .card .first-price .title {
  margin-right: 60px;
  display: inline-block;
}

.index .menu .card .first-price .card__price {
  display: inline-block;
  margin: 0;
}

.index .menu .card .first-price .card__price .price__inner {
  background: #F7F4EF;
}

.index .menu .option {
  margin: 64px auto 0;
  padding: 40px 32px;
  border: 12px solid #F7F4EF;
  max-width: 480px;
}

.index .menu .option .title {
  text-align: center;
  font-family: "游明朝",
 YuMincho,
 "ヒラギノ明朝 ProN W3",
 "Hiragino Mincho ProN",
 "HG明朝E",
 'Noto Serif JP',
 serif,
 "ＭＳ Ｐ明朝",
 "ＭＳ 明朝",
 serif;
  font-weight: 500;
  margin-bottom: 16px;
}

.index .menu .option .table--option {
  width: 100%;
  max-width: 320px;
  margin: auto;
}

.index .menu .option .table--option td {
  width: calc(100% / 3);
  padding: 12px;
}

.index .menu .option .table--option .point,
.index .menu .option .table--option .minutes {
  text-align: center;
}

.index .menu .option .table--option .option--price {
  text-align: right;
}

.index .exuviance {
  background: url("../img/top/bg_exuviance.jpg") no-repeat top;
  width: 100%;
}

.index .exuviance .inner {
  background: #fff;
  padding: 48px 0;
}

.index .exuviance .section__title {
  text-align: center;
  margin-bottom: 32px;
}

.index .exuviance .section__title .section__title--sub {
  display: block;
  text-align: center;
  margin-bottom: 16px;
  font-family: "游ゴシック",
 YuGothic,
 "Noto Sans JP",
 "ヒラギノ角ゴ Pro",
 "Hiragino Kaku Gothic Pro",
 "メイリオ",
 "Meiryo",
 sans-serif;
  font-size: 1.6rem;
}

.index .exuviance .section__title img {
  width: 80%;
  height: auto;
  max-width: 320px;
}

.index .exuviance .head__image {
  text-align: center;
}

.index .exuviance .head__image img {
  width: 80%;
  height: auto;
  max-width: 320px;
}

.index .exuviance .content--intro .content__image {
  display: none;
}

.index .exuviance .content--intro .content__body .content__title img {
  width: 80%;
  height: auto;
  max-width: 240px;
}

.index .exuviance .content--intro .content__body .content__title span {
  display: block;
  font-size: 2.4rem;
  font-family: "游明朝",
 YuMincho,
 "ヒラギノ明朝 ProN W3",
 "Hiragino Mincho ProN",
 "HG明朝E",
 'Noto Serif JP',
 serif,
 "ＭＳ Ｐ明朝",
 "ＭＳ 明朝",
 serif;
  font-weight: 500;
}

.index .exuviance .content--exu img {
  margin-bottom: 24px;
}

.index .exuviance .content--exu .exu__title {
  font-size: 1.8rem;
  color: #CEA362;
  margin-bottom: 16px;
}

.index .exuviance .content--exu .text {
  margin-bottom: 48px;
}

.index .exuviance .content--suikou .content__title {
  border-top: 1px solid #EAE8E4;
  border-bottom: 1px solid #EAE8E4;
  padding: 32px 0;
  text-align: center;
  color: #019AD0;
  font-size: 3.2rem;
  font-family: "游明朝",
 YuMincho,
 "ヒラギノ明朝 ProN W3",
 "Hiragino Mincho ProN",
 "HG明朝E",
 'Noto Serif JP',
 serif,
 "ＭＳ Ｐ明朝",
 "ＭＳ 明朝",
 serif;
  font-weight: 500;
}

.index .exuviance .content--suikou .content__title--sub {
  color: #1C1A18;
  font-size: 1.6rem;
  font-family: "游ゴシック",
 YuGothic,
 "Noto Sans JP",
 "ヒラギノ角ゴ Pro",
 "Hiragino Kaku Gothic Pro",
 "メイリオ",
 "Meiryo",
 sans-serif;
  display: block;
  margin-bottom: 8px;
}

.index .exuviance .content--suikou .content__body img {
  width: 80%;
  height: auto;
  max-width: 240px;
  margin: 0 auto 32px;
  display: block;
}

.index .exuviance .content--suikou .content__body .suikou__text {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}

.index .exuviance .content--suikou .content__body .suikou__text::before {
  content: '';
  background: url("../img/top/img_exuviance_5.png") no-repeat center;
  background-size: cover;
  width: 91px;
  height: 85px;
  position: absolute;
  top: -36px;
  right: 0;
  z-index: -1;
}

.index .exuviance .content--suikou .content__body .suikou__text::after {
  content: '';
  background: url("../img/top/img_exuviance_6.png") no-repeat center;
  background-size: cover;
  width: 79px;
  height: 73px;
  position: absolute;
  top: 28px;
  left: -10px;
  z-index: -1;
}

.index .exuviance .content--suikou .content__body .suikou__text .suikou__title {
  color: #019AD0;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 32px;
}

.index .exuviance .content--suikou .content__body .osusume {
  padding: 24px 0;
  border-top: 4px double #019AD0;
  border-bottom: 4px double #019AD0;
}

.index .exuviance .content--suikou .content__body .osusume__title {
  text-align: center;
  color: #019AD0;
}

.index .exuviance .content--suikou .content__body .osusume__title img {
  width: 16px;
  height: auto;
  margin: 0 8px 0 0;
  display: inline-block;
}

.index .exuviance .content--suikou .content__body .osusume .personal__list {
  display: flex;
  flex-wrap: wrap;
  flex-flow: column;
  margin-top: 24px;
  padding: 0 24px;
}

.index .exuviance .content--suikou .content__body .osusume .personal__list li + li {
  margin-top: 8px;
}

.index .exuviance .content--suikou .content__body .osusume .personal__list--1 {
  order: 1;
}

.index .exuviance .content--suikou .content__body .osusume .personal__list--2 {
  order: 5;
}

.index .exuviance .content--suikou .content__body .osusume .personal__list--3 {
  order: 2;
}

.index .exuviance .content--suikou .content__body .osusume .personal__list--4 {
  order: 6;
}

.index .exuviance .content--suikou .content__body .osusume .personal__list--5 {
  order: 3;
}

.index .exuviance .content--suikou .content__body .osusume .personal__list--6 {
  order: 7;
}

.index .exuviance .content--suikou .content__body .osusume .personal__list--7 {
  order: 4;
}

.index .exuviance .content--suikou .content__foot .feature {
  margin-top: 40px;
  background: #f8748e;
  background: linear-gradient(180deg, rgba(248, 116, 142, 0.1) 0%, rgba(1, 154, 208, 0.1) 100%);
  padding: 40px 24px;
}

.index .exuviance .content--suikou .content__foot .feature__title {
  color: #019AD0;
  text-align: center;
  margin-bottom: 32px;
  font-size: 1.8rem;
}

.index .exuviance .content--suikou .content__foot .feature__list .list__item {
  background: #fff;
  padding: 24px;
}

.index .exuviance .content--suikou .content__foot .feature__list .list__item + .list__item {
  margin-top: 24px;
}

.index .exuviance .content--suikou .content__foot .feature__list .list__item h5 {
  color: #CEA362;
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 8px;
}

.index .exuviance .content--suikou .content__foot .feature__list .list__item .text {
  text-align: center;
}

.index .exuviance .content--suikou .content__foot .feature__list .list__item .text .note {
  font-size: 1.6rem;
  color: #019AD0;
}

.index .exuviance .content--suikou .content__foot .flow {
  margin-top: 40px;
}

.index .exuviance .content--suikou .content__foot .flow__title {
  text-align: center;
  margin-bottom: 24px;
}

.index .exuviance .content--suikou .content__foot .flow__title span {
  color: #019AD0;
  margin-bottom: 32px;
  font-size: 1.8rem;
}

.index .exuviance .content--suikou .content__foot .flow__list .list__item {
  position: relative;
}

.index .exuviance .content--suikou .content__foot .flow__list .list__item + .list__item {
  margin-top: 62px;
}

.index .exuviance .content--suikou .content__foot .flow__list .list__item + .list__item::before {
  content: '';
  background: url("../img/top/icon_arrow.svg") no-repeat;
  background-size: cover;
  width: 9px;
  height: 18px;
  transform: rotate(90deg);
  position: absolute;
  top: -44px;
  left: 0;
  right: 0;
  margin: auto;
}

.index .exuviance .content--suikou .content__foot .flow__list .list__item h5 {
  background: #FCFAF7;
  color: #019AD0;
  padding: 8px 16px 16px;
  margin-bottom: 8px;
  text-align: center;
  font-size: 1.8rem;
}

.index .exuviance .content--suikou .content__foot .flow__list .list__item .number {
  font-family: 'Libre Baskerville', serif;
  font-size: 3.4rem;
  font-style: italic;
  transform: scale(0.8, 1);
  color: #CEA362;
  opacity: .3;
  display: inline-block;
  margin-right: 4px;
}

.index .exuviance .info__reserve {
  margin-top: 64px;
  background: #F7F4EF;
}

.index .news {
  background: #FCFAF7;
}

.index .news::before {
  content: 'News';
  top: -5px;
  color: #fff;
}

.index .news .news__item + .news__item {
  margin-top: 36px;
}

.index .news .news__item .date {
  width: 90px;
  margin-right: 16px;
}

.index .news .content--instagram {
  margin-top: 80px;
}

.index .news .content--instagram .button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 172px;
  margin: 24px auto;
}

.index .news .content--instagram .button img {
  width: 29px;
  height: 29px;
  margin-right: 16px;
}

.index .store {
  padding-bottom: 0;
}

.index .store::before {
  content: 'Online\Astore';
  top: -4px;
}

.index .store .section__body {
  text-align: center;
}

.index .store .section__body .text {
  text-align: center;
  margin-bottom: 8px;
}

.index .store .section__body img {
  margin: 16px auto 21px;
  width: 80%;
  max-width: 320px;
}

.index .store .section__body .button {
  width: 100%;
  max-width: 320px;
  margin: auto;
  padding: 24px 40px;
}

.index .store .section__foot .image__box {
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 45px 26px;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

.index .store .section__foot .image__box img {
  position: relative;
  width: 100%;
  max-width: 400px;
  height: auto;
}

@media (min-width: 600px) and (max-width: 1023px) {
  .index .menu .column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .index .menu .column .card {
    flex-basis: calc((100% - 32px) / 2);
    max-width: calc((100% - 32px) / 2);
    width: 100%;
    margin: 80px 0 0 0;
  }
  .index .menu .column .card:nth-of-type(1),
  .index .menu .column .card:nth-of-type(2) {
    margin-top: 0;
  }
  .index .feature .block--1 .main__list .list__item {
    margin-top: 96px;
  }
  .index .feature .block--1 .main__list .list__item .item__head {
    position: relative;
  }
  .index .feature .block--1 .main__list .list__item .number {
    position: absolute;
    left: -16px;
    top: -20px;
  }
  .index .feature .block--1 .main__list .list__item .title {
    padding-left: 80px;
  }
  .index .feature .block--1 .main__list .list__item .title--sub {
    font-family: "游ゴシック",
 YuGothic,
 "Noto Sans JP",
 "ヒラギノ角ゴ Pro",
 "Hiragino Kaku Gothic Pro",
 "メイリオ",
 "Meiryo",
 sans-serif;
    font-weight: 200;
    font-size: 1.4rem;
    color: #534d47;
    display: block;
  }
  .index .feature .block--1 .main__list .list__item .item__img {
    text-align: left;
  }
  .index .feature .block--1 .main__list .list__item .item__text {
    margin-top: 24px;
  }
  .index .feature .block--1 .main__list .list__item .item__body {
    display: flex;
    gap: 24px;
  }
  .index .feature .block--1 .main__list .item--2 .action {
    text-align: left;
  }
  .index .feature .block--1 .main__list .item--2 .action .button {
    margin-top: 16px;
  }
  .index .exuviance .content--intro {
    max-width: 600px;
    margin: auto;
  }
  .index .exuviance .content--intro .content__body .content__title img {
    width: 80%;
    height: auto;
    max-width: 240px;
  }
  .index .exuviance .content--intro .content__body .content__title span {
    display: block;
    font-size: 2.4rem;
    font-family: "游明朝",
 YuMincho,
 "ヒラギノ明朝 ProN W3",
 "Hiragino Mincho ProN",
 "HG明朝E",
 'Noto Serif JP',
 serif,
 "ＭＳ Ｐ明朝",
 "ＭＳ 明朝",
 serif;
    font-weight: 500;
  }
  .index .exuviance .content--exu img {
    max-width: 480px;
    height: auto;
    margin: auto;
    display: block;
  }
  .index .exuviance .content--suikou .br--sp {
    display: none;
  }
  .index .exuviance .content--suikou .content__body img {
    margin: 40px auto;
    display: block;
  }
  .index .exuviance .content--suikou .content__body .suikou__text {
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
  }
  .index .exuviance .content--suikou .content__body .suikou__text::before {
    top: -42px;
    right: 170px;
  }
  .index .exuviance .content--suikou .content__body .suikou__text::after {
    top: 28px;
    left: -25px;
  }
  .index .exuviance .content--suikou .content__body .suikou__text .suikou__title {
    color: #019AD0;
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 32px;
  }
  .index .exuviance .content--suikou .content__body .osusume .personal__list {
    display: flex;
    flex-flow: initial;
    flex-wrap: wrap;
    margin-top: 24px;
    padding: 0 24px;
  }
  .index .exuviance .content--suikou .content__body .osusume .personal__list li {
    width: 50%;
  }
  .index .exuviance .content--suikou .content__body .osusume .personal__list li + li {
    margin: 0 0 8px;
  }
  .index .exuviance .content--suikou .content__body .osusume .personal__list--1 {
    order: 1;
  }
  .index .exuviance .content--suikou .content__body .osusume .personal__list--2 {
    order: 2;
  }
  .index .exuviance .content--suikou .content__body .osusume .personal__list--3 {
    order: 3;
  }
  .index .exuviance .content--suikou .content__body .osusume .personal__list--4 {
    order: 4;
  }
  .index .exuviance .content--suikou .content__body .osusume .personal__list--5 {
    order: 5;
  }
  .index .exuviance .content--suikou .content__body .osusume .personal__list--6 {
    order: 6;
  }
  .index .exuviance .content--suikou .content__body .osusume .personal__list--7 {
    order: 7;
  }
}

@media (min-width: 1024px) {
  .index .hero .hero__image {
    height: 70vh;
    width: 100vw;
  }
  .index .hero .catch {
    position: relative;
    width: 100%;
    padding: 120px 0 130px;
  }
  .index .hero .catch::before {
    content: 'enchant';
    bottom: -61px;
    left: -9px;
    font-size: 20rem;
    z-index: -1;
  }
  .index .hero .catch__copy {
    font-size: 4.0rem;
    line-height: 6.8rem;
    letter-spacing: 0.15rem;
    height: auto;
    margin-bottom: 45px;
  }
  .index .hero .catch__copy--sub {
    font-size: 1.6rem;
    letter-spacing: 0.15rem;
    margin-bottom: 0;
    line-height: 3.0rem;
  }
  .index .about {
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
  }
  .index .about::before {
    content: '';
    background: url("../img/top/img_about_02.svg") no-repeat center;
    background-size: cover;
    width: 128px;
    height: 200px;
    position: absolute;
    top: -110px;
    left: initial;
    right: 60px;
    z-index: 5;
  }
  .index .about::after {
    content: '';
    background: url("../img/top/img_about_03.svg") no-repeat center;
    background-size: cover;
    width: 142px;
    height: 188px;
    position: absolute;
    bottom: 10px;
    left: 30px;
    z-index: 5;
  }
  .index .about .section__head {
    display: block;
    text-align: left;
    width: 40vw;
    max-width: 500px;
    margin-bottom: 118px;
  }
  .index .about .section__head img {
    width: 100%;
    height: auto;
  }
  .index .about .section__head::before {
    background: none;
  }
  .index .about .section__main {
    width: 60vw;
  }
  .index .about .section__title {
    margin: 0 auto 40px;
    width: 462px;
  }
  .index .about .message {
    width: 462px;
    margin: auto;
  }
  .index .feature .section__title {
    text-align: center;
  }
  .index .feature .block--1 {
    margin-bottom: 88px;
  }
  .index .feature .block--1 .main__list .list__item {
    margin-top: 96px;
  }
  .index .feature .block--1 .main__list .list__item .item__head {
    position: relative;
    margin-left: calc((208px + 24px) - 82px);
  }
  .index .feature .block--1 .main__list .list__item .number {
    position: absolute;
    left: -16px;
    top: -20px;
  }
  .index .feature .block--1 .main__list .list__item .title {
    padding-left: 80px;
  }
  .index .feature .block--1 .main__list .list__item .title--sub {
    font-family: "游ゴシック",
 YuGothic,
 "Noto Sans JP",
 "ヒラギノ角ゴ Pro",
 "Hiragino Kaku Gothic Pro",
 "メイリオ",
 "Meiryo",
 sans-serif;
    font-weight: 200;
    font-size: 1.4rem;
    color: #534d47;
    display: block;
  }
  .index .feature .block--1 .main__list .list__item .item__img {
    text-align: left;
    width: 208px;
  }
  .index .feature .block--1 .main__list .list__item .item__text {
    margin-top: 24px;
  }
  .index .feature .block--1 .main__list .list__item .item__body {
    display: flex;
    gap: 24px;
  }
  .index .feature .block--1 .main__list .item--2 {
    margin-left: 76px;
  }
  .index .feature .block--1 .main__list .item--2 .action {
    text-align: left;
  }
  .index .feature .block--1 .main__list .item--2 .action .button {
    margin-top: 16px;
  }
  .index .feature .block--1 .main__list .item--3 {
    width: 846px;
    margin: 96px 0 0 auto;
  }
  .index .feature .block--1 .action .button {
    padding: 14px 40px;
  }
  .index .feature .block--2 {
    padding: 0 5%;
  }
  .index .feature .block--2 .section__title {
    text-align: center;
  }
  .index .feature .block--2 .section__body {
    padding: 0 60px;
  }
  .index .feature .block--2 .item__head {
    position: relative;
    margin-bottom: 80px;
  }
  .index .feature .block--2 .item__head::after {
    content: '';
    background: #CEA362;
    height: 1px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
  }
  .index .feature .block--2 .item__head .title {
    display: inline-block;
    background: #fff;
    text-align: left;
    position: relative;
    z-index: 1;
    margin-bottom: 0;
    padding-right: 40px;
  }
  .index .feature .block--2 .item__body {
    display: flex;
  }
  .index .feature .block--2 .item__image {
    width: 372px;
  }
  .index .feature .block--2 .item__text {
    width: calc(100% - 372px);
  }
  .index .feature .block--2 .list__item + .list__item {
    margin-top: 80px;
  }
  .index .feature .block--2 .action {
    text-align: left;
  }
  .index .feature .block--2 .action .button {
    padding: 14px 40px;
  }
  .index .feature .block--3 {
    padding: 80px 0 0;
  }
  .index .feature .block--3 .block__inner {
    background: url("../img/top/img_feature_06.jpg") no-repeat center;
    background-size: cover;
    width: 100%;
    height: auto;
    padding: 80px;
  }
  .index .feature .block--3 .title {
    font-size: 1.7rem;
    letter-spacing: 0.15rem;
    line-height: 2.6rem;
  }
  .index .feature .block--3 .action {
    margin-top: 32px;
  }
  .index .profile::before {
    top: 9px;
  }
  .index .profile .inner {
    display: grid;
  }
  .index .profile .section__head {
    grid-row: 1 / 2;
    grid-column: 1 / 3;
  }
  .index .profile .section__body--career {
    grid-row: 2 / 3;
    grid-column: 1 / 2;
  }
  .index .profile .section__body--message {
    grid-row: 3 / 4;
    grid-column: 1 / 3;
    width: 840px;
    margin: 40px auto 0;
  }
  .index .profile .section__body--message .profile__message {
    padding: 56px 62px;
    margin: 0;
    position: relative;
  }
  .index .profile .section__body--message .profile__message::before {
    top: -22px;
    left: -4px;
    font-size: 10.4rem;
    z-index: 0;
  }
  .index .profile .section__body--message .profile__message .text {
    position: relative;
    z-index: 1;
  }
  .index .profile .section__foot {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
    padding: 0 60px;
  }
  .index .profile .section__foot .profile__image {
    width: 100%;
    margin: auto;
  }
  .index .info::before {
    top: 4px;
    left: -11px;
    line-height: 18rem;
  }
  .index .info .section__head .section__title {
    text-align: center;
  }
  .index .info .section__body {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .index .info__detail {
    width: 466px;
  }
  .index .info__detail .shop {
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: .08rem;
  }
  .index .info__detail .table--info {
    margin: 8px 0 40px;
    width: 100%;
  }
  .index .info__detail .table--info td {
    border-bottom: 1px solid #EBE1D2;
    display: table-cell;
  }
  .index .info__detail .table--info tr:last-child td {
    border: 0;
  }
  .index .info__detail .table--info .head {
    padding: 18px 55px 18px 0;
    color: #1C1A18;
  }
  .index .info__detail .table--info .detail {
    border-bottom: 1px solid #EBE1D2;
  }
  .index .info__map {
    margin: 0;
    width: 463px;
  }
  .index .info__map .map {
    margin: auto;
    text-align: center;
  }
  .index .info__map .map iframe {
    max-width: 100%;
    height: 313px;
  }
  .index .info__reserve {
    width: 100%;
    padding: 40px;
    margin-bottom: 64px;
  }
  .index .info__reserve .reserve__list {
    display: grid;
    grid-template-columns: 50%;
  }
  .index .info__reserve .reserve__item {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    border-bottom: 0;
    padding: 24px 0;
  }
  .index .info__reserve .reserve__item:last-child {
    border: 0;
  }
  .index .info__reserve .reserve__item h4 {
    position: relative;
    text-align: center;
    padding-bottom: 8px;
    margin-bottom: 16px;
  }
  .index .info__reserve .reserve__item h4::before {
    content: '';
    background: #CEA362;
    width: 16px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .index .info__reserve .reserve__item .button--tel {
    font-size: 2.0rem;
    font-family: 'Lato', sans-serif;
  }
  .index .info__reserve .reserve__item .button--tel span {
    display: block;
    font-family: "游ゴシック",
 YuGothic,
 "Noto Sans JP",
 "ヒラギノ角ゴ Pro",
 "Hiragino Kaku Gothic Pro",
 "メイリオ",
 "Meiryo",
 sans-serif;
    font-size: 1.4rem;
  }
  .index .info__reserve .reserve__item--line {
    grid-column: 1 / 2;
    grid-row: 1 / 4;
    border-right: 2px solid #fff;
  }
  .index .info__reserve .reserve__item--line .box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .index .info__reserve .reserve__item--line .box img {
    margin: 16px auto;
  }
  .index .info__reserve .reserve__item--instagram {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    border-bottom: 2px solid #fff;
  }
  .index .info__reserve .reserve__item--hotpepper {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    border-bottom: 2px solid #fff;
  }
  .index .info__reserve .reserve__item--tel {
    grid-column: 2/ 3;
    grid-row: 3 / 4;
  }
  .index .info .section__foot {
    text-align: center;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 0 5%;
    display: flex;
    justify-content: space-between;
  }
  .index .info .section__foot img {
    margin-bottom: 0;
    max-width: 100%;
    width: calc((100% - 40px)/2);
  }
  .index .menu::before {
    content: 'Menu';
    top: -5px;
  }
  .index .menu .section__title {
    text-align: center;
  }
  .index .menu .section__body .content + .content {
    margin-top: 80px;
  }
  .index .menu .content--body {
    margin-bottom: 40px;
  }
  .index .menu .content__title {
    margin-bottom: 80px;
  }
  .index .menu .content__title::before {
    width: 100%;
  }
  .index .menu .content__title .main {
    font-size: 2.6rem;
  }
  .index .menu .content__title .sub {
    font-size: 1.5rem;
  }
  .index .menu .column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .index .menu .column .card {
    flex-basis: calc((100% - 32px) / 2);
    max-width: calc((100% - 32px) / 2);
    margin: 0 0 80px 0;
  }
  .index .menu .column .card .card:nth-of-type(1),
  .index .menu .column .card .card:nth-of-type(2) {
    margin-bottom: 0;
  }
  .index .menu .column .card__body {
    padding: 32px;
  }
  .index .menu .column .card__title {
    font-size: 2.0rem;
    letter-spacing: .15rem;
    line-height: 34px;
  }
  .index .menu .column .card__price {
    position: relative;
    text-align: right;
    margin: 16px 0;
  }
  .index .menu .column .card__price .price__inner {
    font-size: 2.0rem;
  }
  .index .exuviance .inner {
    background: #fff;
    padding: 48px 0;
  }
  .index .exuviance .section__head {
    display: flex;
    align-items: center;
    margin-bottom: 64px;
  }
  .index .exuviance .section__title {
    width: 50%;
    margin-bottom: 0;
  }
  .index .exuviance .section__title .section__title--sub {
    font-size: 1.8rem;
  }
  .index .exuviance .section__title img {
    width: 410px;
    height: auto;
    max-width: initial;
  }
  .index .exuviance .head__image {
    width: 50%;
    text-align: center;
  }
  .index .exuviance .head__image img {
    width: 386px;
    height: auto;
    max-width: initial;
  }
  .index .exuviance .content--intro {
    display: flex;
    margin-bottom: 100px;
  }
  .index .exuviance .content--intro .content__image {
    width: 40%;
    display: block;
    text-align: center;
  }
  .index .exuviance .content--intro .content__image img {
    width: 333px;
    height: auto;
  }
  .index .exuviance .content--intro .content__body {
    width: 60%;
    padding-left: 76px;
  }
  .index .exuviance .content--intro .content__body .content__title img {
    width: 257px;
    height: auto;
    max-width: initial;
    margin-bottom: 16px;
  }
  .index .exuviance .content--intro .content__body .content__title span {
    font-size: 3.0rem;
  }
  .index .exuviance .content--exu {
    display: flex;
    margin-bottom: 54px;
  }
  .index .exuviance .content--exu img {
    margin-bottom: 0;
    order: 2;
    width: auto;
    height: 386px;
    max-width: initial;
  }
  .index .exuviance .content--exu .exu__text {
    width: 500px;
    order: 1;
    padding-right: 54px;
  }
  .index .exuviance .content--exu .exu__title {
    font-size: 2.0rem;
    margin-bottom: 32px;
  }
  .index .exuviance .content--exu .text {
    margin-bottom: 54px;
  }
  .index .exuviance .content--suikou {
    margin-bottom: 96px;
  }
  .index .exuviance .content--suikou .content__head {
    margin-bottom: 64px;
  }
  .index .exuviance .content--suikou .content__title {
    width: 740px;
    margin: auto;
  }
  .index .exuviance .content--suikou .content__title--sub {
    font-size: 1.8rem;
    margin-bottom: 12px;
  }
  .index .exuviance .content--suikou .content__body {
    display: grid;
    column-gap: 54px;
  }
  .index .exuviance .content--suikou .content__body img {
    grid-row: 1 / 3;
    grid-column: 1 / 2;
    width: 448px;
    height: auto;
    max-width: initial;
    margin: 0;
  }
  .index .exuviance .content--suikou .content__body .suikou__text {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    position: relative;
    z-index: 1;
    margin-bottom: 54px;
  }
  .index .exuviance .content--suikou .content__body .suikou__text::before {
    content: '';
    background: url("../img/top/img_exuviance_5.png") no-repeat center;
    background-size: cover;
    width: 91px;
    height: 85px;
    position: absolute;
    top: -36px;
    right: 0;
    z-index: -1;
  }
  .index .exuviance .content--suikou .content__body .suikou__text::after {
    content: '';
    background: url("../img/top/img_exuviance_6.png") no-repeat center;
    background-size: cover;
    width: 79px;
    height: 73px;
    position: absolute;
    top: 28px;
    left: -10px;
    z-index: -1;
  }
  .index .exuviance .content--suikou .content__body .osusume {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
    padding: 40px 0 32px;
  }
  .index .exuviance .content--suikou .content__body .osusume__title {
    padding: 0 0 32px;
  }
  .index .exuviance .content--suikou .content__body .osusume .personal__list {
    display: flex;
    flex-flow: initial;
    flex-wrap: wrap;
    margin-top: 0;
  }
  .index .exuviance .content--suikou .content__body .osusume .personal__list li {
    width: 50%;
  }
  .index .exuviance .content--suikou .content__body .osusume .personal__list li + li {
    margin: 0 0 8px;
  }
  .index .exuviance .content--suikou .content__body .osusume .personal__list--1 {
    order: 1;
  }
  .index .exuviance .content--suikou .content__body .osusume .personal__list--2 {
    order: 2;
  }
  .index .exuviance .content--suikou .content__body .osusume .personal__list--3 {
    order: 3;
  }
  .index .exuviance .content--suikou .content__body .osusume .personal__list--4 {
    order: 4;
  }
  .index .exuviance .content--suikou .content__body .osusume .personal__list--5 {
    order: 5;
  }
  .index .exuviance .content--suikou .content__body .osusume .personal__list--6 {
    order: 6;
  }
  .index .exuviance .content--suikou .content__body .osusume .personal__list--7 {
    order: 7;
  }
  .index .exuviance .content--suikou .content__foot {
    margin-top: 64px;
  }
  .index .exuviance .content--suikou .content__foot .feature {
    width: 848px;
    margin: auto;
  }
  .index .exuviance .content--suikou .content__foot .feature__list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
  }
  .index .exuviance .content--suikou .content__foot .feature__list .list__item {
    width: calc((100% - 140px) / 3);
  }
  .index .exuviance .content--suikou .content__foot .feature__list .list__item + .list__item {
    margin: 0;
  }
  .index .exuviance .content--suikou .content__foot .flow {
    margin-top: 103px;
    position: relative;
  }
  .index .exuviance .content--suikou .content__foot .flow::before {
    content: '';
    background: url("../img/top/img_exuviance_6.png") no-repeat;
    background-size: cover;
    width: 79px;
    height: 73px;
    position: absolute;
    right: -20px;
    bottom: -30px;
    z-index: -1;
  }
  .index .exuviance .content--suikou .content__foot .flow__title {
    margin-bottom: 98px;
  }
  .index .exuviance .content--suikou .content__foot .flow__title span {
    color: #019AD0;
    margin-bottom: 32px;
    font-size: 1.8rem;
    position: relative;
    z-index: 1;
  }
  .index .exuviance .content--suikou .content__foot .flow__title span::before {
    content: '';
    background: url("../img/top/img_exuviance_5.png") no-repeat;
    background-size: cover;
    width: 91px;
    height: 85px;
    position: absolute;
    top: 0;
    left: -70px;
    bottom: 0;
    z-index: -1;
    margin: auto;
  }
  .index .exuviance .content--suikou .content__foot .flow__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .index .exuviance .content--suikou .content__foot .flow__list .list__item {
    position: relative;
    width: 274px;
  }
  .index .exuviance .content--suikou .content__foot .flow__list .list__item + .list__item {
    margin-top: 62px;
  }
  .index .exuviance .content--suikou .content__foot .flow__list .list__item + .list__item::before {
    content: '';
    background: url("../img/top/icon_arrow.svg") no-repeat;
    background-size: cover;
    width: 10px;
    height: 18px;
    transform: rotate(0deg);
    position: absolute;
    top: 26px;
    left: initial;
    right: -48px;
    margin: auto;
  }
  .index .exuviance .content--suikou .content__foot .flow__list .list__item:last-child::before {
    background: none;
  }
  .index .exuviance .content--suikou .content__foot .flow__list .list__item h5 {
    padding: 8px 0 13px;
    margin-bottom: 18px;
  }
  .index .exuviance .content--suikou .content__foot .flow__list .list__item .number {
    font-family: 'Libre Baskerville', serif;
    font-size: 3.4rem;
    font-style: italic;
    transform: scale(0.8, 1);
    color: #CEA362;
    opacity: .3;
    display: inline-block;
    margin-right: 4px;
  }
  .index .exuviance .content--suikou .content__foot .flow__list .item--0 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 20%);
    margin: auto;
  }
  .index .exuviance .content--suikou .content__foot .flow__list .item--0::before {
    background: none;
  }
  .index .exuviance .content--suikou .content__foot .flow__list .item--0 h5 {
    width: 354px;
    padding: 13px 0;
    margin: 0 24px 0 0;
  }
  .index .news::before {
    content: 'News';
    top: 8px;
  }
  .index .news .section__title {
    text-align: center;
  }
  .index .news .section__body .content {
    width: 665px;
    margin: 0 auto 80px;
  }
  .index .news .news__item + .news__item {
    margin-top: 36px;
  }
  .index .news .news__item .date {
    width: 20%;
  }
  .index .news .content--instagram {
    margin-top: 80px;
  }
  .index .news .content--instagram .content__head {
    position: relative;
  }
  .index .news .content--instagram .action {
    text-align: center;
  }
  .index .news .content--instagram .button {
    margin: 24px auto 0;
  }
  .index .store {
    position: relative;
    padding-bottom: 210px;
  }
  .index .store::before {
    content: 'Online\Astore';
    top: 10px;
  }
  .index .store::after {
    content: '';
    background: #fcfaf7;
    background: linear-gradient(0deg, #fcfaf7 0%, #fafafa 48%, #fefefe 100%);
    z-index: -2;
    position: absolute;
    top: 0;
    right: 0;
    width: calc(50% + 10px);
    height: 100%;
  }
  .index .store .inner {
    width: 1000px;
    margin: auto;
    position: relative;
  }
  .index .store .section__body {
    text-align: left;
  }
  .index .store .section__body .text {
    text-align: left;
  }
  .index .store .section__body img {
    margin: 16px auto 80px;
    width: 356px;
    max-width: initial;
  }
  .index .store .section__body .button {
    width: 100%;
    max-width: 356px;
    margin: auto;
    padding: 24px 40px;
  }
  .index .store .section__foot {
    position: absolute;
    top: -120px;
    right: 0;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    z-index: 0;
  }
  .index .store .section__foot .image__box {
    height: 100%;
    width: 50%;
    text-align: center;
    background: none;
    padding: 120px 0;
    margin: 0 0 0 auto;
    position: relative;
    z-index: -2;
  }
  .index .store .section__foot .image__box img {
    position: relative;
    width: 100%;
    max-width: 430px;
    height: auto;
  }
}

/* =============================

ECCUBE4 css customize

==============================*/
.ec-input select,
.ec-halfInput select,
.ec-numberInput select,
.ec-zipInput select,
.ec-telInput select,
.ec-select select,
.ec-birth select,
.ec-headerSearch .ec-headerSearch__keyword input[type="search"],
.ec-registerRole,
.ec-cartNaviNull .ec-cartNaviNull__message,
.ec-searchnavRole .ec-searchnavRole__counter,
.ec-productRole {
  font-size: 1.5rem;
}

/* ==================

  オンラインストア
  
  ================== */
.store {
  /*
  
  ヘッダー
  
  */
  /*
  
  おすすめ商品
  
  */
  /*
  
  商品
  
  */
}

.store .ec-layoutRole__header {
  margin-bottom: 24px;
}

.store .ec-headerNaviRole {
  justify-content: flex-end;
  flex-wrap: wrap;
  padding-top: 0;
}

.store .ec-headerNaviRole .ec-headerNaviRole__left,
.store .ec-headerNaviRole .ec-headerNaviRole__right {
  width: 100%;
}

.store .ec-headerNaviRole .logo a {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  color: #1C1A18;
  font-size: 1.4rem;
  text-decoration: none;
}

.store .ec-headerNaviRole .logo img {
  width: auto;
  height: 40px;
  margin-right: 16px;
}

.store .ec-headerNaviRole .ec-headerNaviRole__right {
  align-items: flex-end;
}

.store .ec-headerNaviRole .ec-headerNaviRole__nav a {
  display: flex;
  align-items: center;
}

.store .slick-dots li {
  width: 10px;
  height: 10px;
}

.store .slick-dots li button {
  width: 10px;
  height: 10px;
}

.store .slick-dots li button::before {
  width: 6px;
  height: 6px;
}

.store .ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
  background: #1C1A18;
  border-radius: 0;
}

.store .ec-headerSearch .ec-headerSearch__keyword {
  border-radius: 0;
}

.store .ec-headerNav .ec-headerNav__itemIcon {
  font-size: 14px;
  color: #1C1A18;
}

.store .ec-headerNav .ec-headerNav__itemLink {
  color: #1C1A18;
}

.store .ec-cartNavi {
  align-items: center;
}

.store .ec-cartNavi .ec-cartNavi__icon {
  font-size: 14px;
  color: #1C1A18;
}

.store .ec-cartNavi .ec-cartNavi__badge,
.store .ec-cartNavi .ec-cartNavi__price {
  font-family: 'Lato', sans-serif;
}

.store .recommended {
  position: relative;
  width: 100%;
  padding-bottom: 96px;
  background: #fcfaf7;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

.store .recommended::before {
  content: 'Recommended';
  position: absolute;
  top: -8px;
  left: -6px;
  font-family: 'Libre Baskerville', serif;
  font-size: 8.8rem;
  color: #fff;
}

.store .recommended__image {
  height: 100%;
  display: flex;
  align-items: center;
}

.store .recommended__item {
  width: 100%;
  margin: auto;
  margin-bottom: 40px;
  width: 100%;
  margin: 0 0 24px 0;
  background: #fff;
  padding: 16px;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 0px 24px;
}

.store .recommended__item:last-child {
  margin-bottom: 0;
}

.store .recommended__item img {
  width: 100%;
  height: auto;
}

.store .recommended__item a {
  text-decoration: none;
  color: #1C1A18;
}

.store .recommended__item .ec-newItemRole__listItemTitle {
  font-size: 1.8rem;
  letter-spacing: .15rem;
  line-height: 28px;
}

.store .recommended__item .desc {
  font-size: 1.4rem;
  color: #7c736a;
  margin: 8px 0 16px;
}

.store .recommended__item .ec-newItemRole__listItemPrice {
  position: relative;
  text-align: right;
  margin: 8px 0 24px;
}

.store .recommended__item .ec-newItemRole__listItemPrice::before {
  content: '';
  position: absolute;
  background: #CEA362;
  top: 50%;
  right: 0;
  width: 136px;
  height: 1px;
  z-index: 0;
}

.store .recommended__item .ec-newItemRole__listItemPrice .price__inner {
  position: relative;
  z-index: 1;
  font-size: 1.6rem;
  font-family: 'Lato', sans-serif;
  letter-spacing: .15rem;
  background: #fff;
  padding-left: 16px;
}

.store .recommended .action {
  text-align: center;
  margin: 24px auto;
}

.store .recommended .action .button {
  width: 240px;
  background: none;
  border: 1px solid #CEA362;
  color: #CEA362;
}

.store .recommended .action .button:hover {
  background: #CEA362;
  color: #fff;
  transform: initial;
}

.store .ec-shelfRole a:not([class]) {
  color: #1C1A18;
  text-decoration: none;
}

.store .ec-shelfRole .price02-default {
  font-family: 'Lato', sans-serif;
}

.store .ec-shelfGrid .ec-shelfGrid__item-image {
  display: flex;
  align-items: center;
}

.store .ec-blockBtn--action {
  background: #CEA362;
  border-color: #CEA362;
  padding: 14px 24px;
  letter-spacing: 0.1rem;
  font-weight: normal;
  height: auto;
  line-height: initial;
}

.store .ec-price .ec-price__price {
  font-family: 'Lato', sans-serif;
}

.store .ec-productRole {
  font-size: 1.5rem;
}

.store .ec-productRole .ec-productRole__profile {
  margin-bottom: 32px;
}

.store .ec-productRole .ec-productRole__description {
  font-size: 1.5rem;
  letter-spacing: .06rem;
  line-height: 2.6rem;
}

.ec-itemNav__nav li a {
  font-weight: 500;
  font-size: 1.5rem;
  padding: 16px 24px;
}

.ec-blockTopBtn {
  display: none !important;
}

.lower .ec-layoutRole__contents {
  margin: 100px 0 80px;
}

/*

ドロワー

*/
.ec-drawerRole .ec-headerSearch {
  background: #F8F8F8;
}

.ec-drawerRole .ec-headerSearch .ec-headerSearch__keywordBtn {
  margin-top: -3px;
}

.ec-drawerRole .ec-headerSearch .ec-headerSearch__keywordBtn .ec-icon {
  width: 16px;
  height: 16px;
}

.ec-drawerRole .ec-headerCategoryArea .ec-headerCategoryArea__heading {
  border-top: 0;
}

.ec-drawerRole .ec-headerLinkArea {
  background: #1C1A18;
}

.ec-drawerRole .ec-headerLinkArea .ec-headerLink__list {
  border-color: #EBE1D2;
}

.ec-drawerRole .ec-headerLinkArea .ec-headerLink__item {
  border-color: #EBE1D2;
  font-weight: 500;
}

.ec-drawerRole .ec-headerLinkArea .ec-headerLink__icon {
  font-size: 14px;
}

/*

news

*/
.news .ec-newsRole {
  padding: 0;
}

.news .ec-newsRole .ec-newsRole__news {
  border: 0;
  padding: 0;
}

.news .ec-newsRole .ec-newsRole__newsHeading {
  justify-content: space-between;
}

.news .ec-newsRole .ec-newsRole__newsItem {
  padding: 0;
}

.news .ec-newsRole .ec-newsRole__newsItem:not(:last-of-type) {
  border: 0;
}

.news .ec-newsRole .ec-newsRole__newsDate {
  font-size: 1.5rem;
  min-width: initial;
  color: #1C1A18;
}

.news .ec-newsRole .ec-newsRole__newsTitle {
  letter-spacing: .06rem;
  line-height: 2.6rem;
  font-size: 1.5rem;
  font-weight: 500;
  color: #1C1A18;
}

.news .ec-newsRole .ec-newsRole__newsCloseBtn {
  background: #CEA362;
}

.news .section__title {
  margin: 0 auto;
}

@media (min-width: 600px) and (max-width: 1023px) {
  /* ==================

  オンラインストア
  
  ================== */
  .store {
    /*
    
    ヘッダー
    
    */
    /*
    
    おすすめ商品
    
    */
  }
  .store .ec-layoutRole__header {
    margin-bottom: 40px;
  }
  .store .ec-headerNaviRole {
    padding-bottom: 24px;
  }
  .store .ec-headerNaviRole .ec-headerNaviRole__right {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-bottom: 24px;
    border-bottom: 1px solid #f3ede4;
  }
  .store .ec-headerNaviRole .search__block {
    width: 100%;
    text-align: center;
    margin-bottom: 8px;
  }
  .store .ec-headerNaviRole .ec-headerSearch__keywordBtn {
    margin-top: -3px;
  }
  .store .ec-headerNaviRole .ec-headerSearch__keywordBtn .ec-icon {
    width: 16px;
    height: 16px;
  }
  .store .ec-layoutRole .ec-layoutRole__main {
    margin-bottom: 80px;
  }
  .store .recommended {
    position: relative;
    width: 100%;
    padding-bottom: 96px;
    background: #fcfaf7;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  .store .recommended::before {
    content: 'Recommended';
    position: absolute;
    top: -13px;
    left: -6px;
    font-family: 'Libre Baskerville', serif;
    font-size: 12.8rem;
    color: #fff;
  }
  .store .recommended__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .store .recommended__item {
    flex-basis: calc((100% - 48px) / 2);
    max-width: calc((100% - 48px) / 2);
    margin: 48px 0 0 0;
    padding: 24px;
  }
  .store .recommended__item:nth-of-type(1), .store .recommended__item:nth-of-type(2) {
    margin-top: 0;
  }
  .store .recommended__item img {
    width: 100%;
    height: auto;
  }
  .store .recommended__item .ec-newItemRole__listItemTitle {
    font-size: 1.8rem;
    letter-spacing: .15rem;
    line-height: 28px;
  }
  .store .recommended__item .ec-newItemRole__listItemPrice {
    position: relative;
    text-align: right;
    margin: 8px 0 24px;
  }
  .store .recommended__item .ec-newItemRole__listItemPrice::before {
    content: '';
    position: absolute;
    background: #CEA362;
    top: 50%;
    right: 0;
    width: 136px;
    height: 1px;
    z-index: 0;
  }
  .store .recommended__item .ec-newItemRole__listItemPrice .price__inner {
    position: relative;
    z-index: 1;
    font-size: 1.6rem;
    font-family: 'Lato', sans-serif;
    letter-spacing: .15rem;
    background: #fff;
    padding-left: 16px;
  }
	.lower .ec-layoutRole__contents {
	  margin: 160px 0 80px;
	}
	
}

@media (min-width: 1024px) {
  /* ==================

  オンラインストア

  ================== */
  .store {
    /*

    ヘッダー

    */
    /*
    
    おすすめ商品
    
    */
  }
  .store .ec-layoutRole__header {
    margin-bottom: 54px;
  }
  .store .ec-headerNaviRole {
    justify-content: space-between;
  }
  .store .ec-headerNaviRole .logo img {
    width: auto;
    height: 50px;
  }
  .store .ec-headerNaviRole .ec-headerNaviRole__left {
    width: calc(100% / 3);
  }
  .store .ec-headerNaviRole .ec-headerNaviRole__right {
    width: calc(100% * 2 / 3);
    flex-wrap: wrap;
    align-items: center;
  }
  .store .ec-headerNaviRole .ec-headerNaviRole__right .search__block {
    text-align: right;
    width: 100%;
  }
  .store .ec-headerNaviRole .ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
    background: #1C1A18;
    border-radius: 0;
  }
  .store .ec-headerNaviRole .ec-headerSearch .ec-headerSearch__keyword {
    border-radius: 0;
  }
  .store .ec-headerNaviRole .ec-headerSearch .ec-headerSearch__keywordBtn {
    margin-top: -3px;
  }
  .store .ec-headerNaviRole .ec-headerSearch .ec-icon {
    width: 16px;
    height: 16px;
  }
  .store .ec-headerNav .ec-headerNav__itemIcon {
    font-size: 14px;
    color: #1C1A18;
  }
  .store .ec-headerNav .ec-headerNav__itemLink {
    color: #1C1A18;
  }
  .store .ec-cartNavi {
    align-items: center;
  }
  .store .ec-cartNavi .ec-cartNavi__icon {
    font-size: 14px;
    color: #1C1A18;
  }
  .store .ec-cartNavi .ec-cartNavi__badge,
  .store .ec-cartNavi .ec-cartNavi__price {
    font-family: 'Lato', sans-serif;
  }
  .store .recommended {
    position: relative;
    width: 100%;
    padding-bottom: 96px;
    background: #fcfaf7;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  .store .recommended .section__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .store .recommended::before {
    content: 'Recommended';
    position: absolute;
    top: -13px;
    left: -6px;
    font-family: 'Libre Baskerville', serif;
    font-size: 12.8rem;
    color: #fff;
  }
  .store .recommended__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .store .recommended__image {
    height: 250px;
  }
  .store .recommended__item {
    flex-basis: calc((100% - 48px) / 3);
    max-width: calc((100% - 48px) / 3);
    margin: 48px 0 0 0;
    padding: 24px;
    transition: .3s;
  }
  .store .recommended__item:hover {
    transform: scale(1.02);
  }
  .store .recommended__item:nth-of-type(1), .store .recommended__item:nth-of-type(2), .store .recommended__item:nth-of-type(3) {
    margin-top: 0;
  }
  .store .recommended__item:nth-of-type(3n-1):nth-last-of-type(1) {
    margin-right: auto;
    margin-left: 20px;
  }
  .store .recommended__item img {
    width: 100%;
    height: auto;
  }
  .store .recommended__item .ec-newItemRole__listItemTitle {
    font-size: 1.8rem;
    letter-spacing: .15rem;
    line-height: 28px;
  }
  .store .recommended__item .desc {
    margin: 16px 0 24px;
  }
  .store .recommended__item .ec-newItemRole__listItemPrice {
    position: relative;
    text-align: right;
    margin: 8px 0 24px;
  }
  .store .recommended__item .ec-newItemRole__listItemPrice::before {
    content: '';
    position: absolute;
    background: #CEA362;
    top: 50%;
    right: 0;
    width: 136px;
    height: 1px;
    z-index: 0;
  }
  .store .recommended__item .ec-newItemRole__listItemPrice .price__inner {
    position: relative;
    z-index: 1;
    font-size: 1.6rem;
    font-family: 'Lato', sans-serif;
    letter-spacing: .15rem;
    background: #fff;
    padding-left: 16px;
  }
  .store .recommended .action {
    margin: 40px auto 0;
  }
  /*

news

*/
  .news .ec-newsRole .ec-newsRole .ec-newsRole__newsColumn {
    width: calc(100% - 20%);
  }
}