<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*!
 * ress.css • v1.1.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
  font-size: 62.5%;
}

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

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

body {
  font: 13px/160% verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",  Osaka, sans-serif;
  color: #000;
  font-style: normal;
  font-size: 1.3rem;
  line-height: 1.5;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

li {
  list-style-type: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"]
[role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

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

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/*
html{
	font-size: 62.5%;
}

body{
margin:0;
padding:0}

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,figure,input,textarea,p,blockquote,table,th,td,address{
margin:0;
padding:0;
color:$main_color;
font-style:normal;
font:13px/160% verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",  Osaka, sans-serif;
font-size: 1.3rem
}

select,
input,
button,
textarea{
font-size:99%;
}

table{
border-collapse:collapse;
border-spacing:0;
font-size:inherit;
font:100%}

textarea,input{margin:0;padding:0}

caption,th{text-align:left}
td,th{vertical-align: top}

fieldset,img,abbr{border:none}
li{list-style-type:none}
hr{display:none}

strong{font-weight:bold}


*/
a, a:link {
  color: #4059b3;
}

a:visited {
  color: #4059b3;
}

a:hover {
  color: #4059b3;
}

#nav_bg {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: -1;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
}

#nav_bg.visible {
  visibility: visible;
  z-index: 19000;
}

.header {
  padding: 3vw 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  justify-content: space-between;
  border-bottom: #525655 1px solid;
  height: auto;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10000;
}

.header #menu, .header #sp-menu-open {
  width: 9.53125%;
  margin-right: 3.04688%;
}

.header #menu a img, .header #sp-menu-open a img {
  max-width: 100%;
  height: auto;
  width: 100%\9;
}

.header #logo {
  width: 35.3125%;
}

.header #logo img {
  max-width: 100%;
  height: auto;
  width: 100%\9;
}

.header .btn {
  width: 33.20312%;
}

.header .btn a {
  display: block;
  background: #137E3A;
  color: #fff;
  font-family: "Yu Mincho", "YuMincho";
  text-decoration: none;
  text-align: center;
  font-size: 3.125vw;
  border-radius: 5px;
  padding: 6px 0;
}

.header .btn a img {
  width: 15.0588235294%;
  vertical-align: middle;
}

.header #tel {
  width: 8.4375%;
}

.header #tel img {
  max-width: 100%;
  height: auto;
  width: 100%\9;
}

.header nav {
  position: fixed;
  top: 15.5vw;
  left: 0;
  width: 100%;
  background: #fff;
  display: none;
}

.header nav ul {
  overflow-y: scroll;
  max-height: calc(100vh - 15.5vw);
}

.header nav ul li {
  border-bottom: #525655 1px solid;
}

.header nav ul li a {
  display: block;
  text-align: center;
  font-size: 3.75vw;
  padding: 0.5em 1em;
  color: #A9A17A;
  text-decoration: none;
}

.header nav#sp-main-menu {
  position: fixed;
  padding-top: 15vh;
  top: 100vh;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: block;
  visibility: hidden;
  z-index: -1;
  transition: .5s all ease-in-out;
  background-color: transparent;
}

.header nav#sp-main-menu.visible {
  top: 0;
  z-index: 20000;
  visibility: visible;
  transition: .5s all ease-in-out;
}

.header nav#sp-main-menu #menu_wrapper {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  background-color: #fff;
  border-radius: 1em 1em 0 0;
  padding-top: 5vh;
  position: relative;
}

.header nav#sp-main-menu #menu_wrapper #menu-close {
  display: block;
  position: absolute;
  top: 1vh;
  right: 5vw;
  width: 3vh;
  height: 3vh;
}

.header nav#sp-main-menu #menu_wrapper #menu-close span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 0;
}

.header nav#sp-main-menu #menu_wrapper #menu-close span:first-of-type {
  transform: translateY(-50%) rotate(45deg);
}

.header nav#sp-main-menu #menu_wrapper #menu-close span:last-of-type {
  transform: translateY(-50%) rotate(-45deg);
}

.header nav#sp-main-menu #menu_wrapper ul {
  padding: 0 5vw;
}

.header nav#sp-main-menu #menu_wrapper ul li {
  padding: 2rem 0;
  width: 100%;
}

.header nav#sp-main-menu #menu_wrapper ul li:not(:first-of-type) {
  border: none;
}

.header nav#sp-main-menu #menu_wrapper ul li &gt; a {
  display: flex;
  align-items: center;
  width: 100%;
  text-align: left;
  font-size: inherit;
  padding: 0;
  color: #000;
}

.header nav#sp-main-menu #menu_wrapper ul li figure {
  width: 20%;
}

.header nav#sp-main-menu #menu_wrapper ul li figure img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

.header nav#sp-main-menu #menu_wrapper ul li .text {
  width: 80%;
  padding: 1rem;
}

.header nav#sp-main-menu #menu_wrapper ul li .text h3 {
  font-family: "Yu Mincho", "YuMincho";
  font-weight: normal;
}

.header .flash {
  width: 100%;
  line-height: 1.0;
  padding: 0.3rem 1.0em;
  margin-bottom: 0.3rem;
}

.header .flash p {
  padding: 0.2rem 0;
  text-align: center;
  border: 1px solid #137E3A;
}

.header .flash p a {
  color: #137E3A;
  text-decoration: none;
  font-weight: bold;
}

.header .flash p:not(:last-of-type) {
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 768px) {
  .header {
    padding: 20px 0 25px;
    display: block;
    background: #fff;
    border-bottom: #525655 1px solid;
    position: fixed;
  }
  .header #menu {
    display: none;
  }
  .header #logo {
    width: auto;
    text-align: left;
    margin-left: 15px;
  }
  .header #logo img {
    height: 54px;
    margin: 0;
  }
  .header .btn {
    position: absolute;
    right: 15px;
    top: 30px;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header .btn li {
    margin-left: 10px;
  }
  .header .btn li:first-child {
    margin-left: 0;
  }
  .header .btn li a {
    font-size: 20px;
    padding: 5px 10px;
  }
  .header .btn li a img {
    width: 33px;
    margin-right: 5px;
  }
  .header .btn li.pc-only a {
    background: none;
    border: #137E3A 1px solid;
    color: #137E3A;
  }
  .header .btn li.pc-only a img {
    width: 23px;
  }
  .header #tel {
    display: none;
  }
  .header nav {
    position: fixed;
    top: 15.5vw;
    left: 0;
    width: 100%;
    background: #fff;
    display: none;
  }
  .header nav ul li {
    border-bottom: #525655 1px solid;
  }
  .header nav ul li a {
    display: block;
    text-align: center;
    font-size: 3.75vw;
    padding: 1em;
    color: #A9A17A;
    text-decoration: none;
  }
  .header .flash {
    width: 500px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1170px) {
  .header {
    text-align: center;
  }
  .header #logo {
    text-align: center;
  }
}

main {
  padding-top: 24vw;
}

main h1 {
  font-size: 6.25vw;
  text-align: center;
  margin: 1em 0;
  font-family: "Roboto", sans-serif;
  color: #a8a17a;
  font-weight: 100;
  line-height: 1;
}

main.top {
  padding-top: calc(15vw + 2.6rem);
}

main.top #mv {
  margin-bottom: 1em;
}

main.top #mv ul li img {
  max-width: 100%;
  height: auto;
  width: 100%\9;
  margin: 0 auto;
}

main.top #mv .bx-pager {
  margin-top: 0.5em;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

main.top #mv .bx-pager div {
  margin-right: 2vw;
}

main.top #mv .bx-pager div:last-child {
  margin-right: 0;
}

main.top #mv .bx-pager a {
  width: 3vw;
  height: 3vw;
  display: block;
  text-indent: -1000px;
  background: #eee;
  border-radius: 50%;
}

main.top #mv .bx-pager a.active {
  background: #d1d1d1;
}

main.top nav {
  margin: 0 0.5em 2em;
}

main.top nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

main.top nav ul li {
  text-align: center;
  width: 13.02932%;
  margin-right: 1.14007%;
}

main.top nav ul li:last-child {
  margin-right: 0;
}

main.top nav ul li a {
  text-decoration: none;
}

main.top nav ul li a dl dt img {
  max-width: 100%;
  height: auto;
  width: 100%\9;
}

main.top nav ul li a dl dd {
  font-family: "Roboto";
  font-size: 2.1875vw;
  line-height: 1;
}

main.top nav ul li a dl dd br {
  line-height: 1;
}

main.top #special {
  margin: 0 1em 2em;
}

main.top #special ul li {
  width: 100%;
  margin-bottom: 1rem;
}

main.top #special ul li img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

main.top section.concept h2 {
  font-size: 5.9375vw;
  text-align: center;
  margin: 0 2em 1em;
  font-family: "Roboto", sans-serif;
  color: #a8a17a;
  font-weight: 100;
}

main.top section.concept p {
  font-family: "Yu Mincho", "YuMincho";
  font-size: 3.125vw;
  margin: 0 1.5em 2em;
}

main.top section.concept .movie {
  margin: 0 1em 0.5em;
}

main.top section.concept .movie .wrapper {
  position: relative;
  padding-top: 56.25%;
}

main.top section.concept .movie .wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

main.top section.concept .bnr {
  margin: 0 1em 2em;
}

main.top section.concept .bnr img {
  max-width: 100%;
}

main.top section.concept .slide01 {
  padding: 0 0.5em;
  margin-bottom: 2em;
}

main.top section.concept .slide01 li {
  padding: 0 0.5em;
}

main.top section.concept .slide01 li img {
  max-width: 100%;
  height: auto;
  width: 100%\9;
}

main.top section.concept .slide01 .slick-prev {
  left: 0;
  z-index: 5;
}

main.top section.concept .slide01 .slick-prev:before {
  color: #ddd;
}

main.top section.concept .slide01 .slick-next {
  right: 0;
  z-index: 5;
}

main.top section.concept .slide01 .slick-next:before {
  color: #ddd;
}

main.top section.concept ul.banners {
  padding: 0 1em;
  margin-bottom: 1em;
}

main.top section.concept ul.banners li {
  margin-bottom: 0.5em;
}

main.top section.concept ul.banners li picture,
main.top section.concept ul.banners li img {
  max-width: 100%;
}

main.top section.style {
  background: #f8f8f8;
  padding: 1em 0px;
}

main.top section.style h2 {
  background: #a8a17a;
  color: #fff;
  font-family: "Cinzel", serif;
  text-align: center;
  font-size: 5.625vw;
  margin-bottom: 1em;
}

main.top section.style .slide02 {
  padding: 0 0.5em;
  margin-bottom: 1em;
}

main.top section.style .slide02 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

main.top section.style .slide02 li {
  width: 31.77966%;
  margin-bottom: 1em;
}

main.top section.style .slide02 li img {
  max-width: 100%;
  height: auto;
  width: 100%\9;
}

main.top section.style .slide02 .slick-prev {
  left: 0;
  z-index: 5;
}

main.top section.style .slide02 .slick-prev:before {
  color: #ddd;
}

main.top section.style .slide02 .slick-next {
  right: 0;
  z-index: 5;
}

main.top section.style .slide02 .slick-next:before {
  color: #ddd;
}

main.top section.style .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

main.top section.style .btns li {
  margin-right: 2em;
  width: 33%;
}

main.top section.style .btns li:last-child {
  margin-right: 0;
}

main.top section.style .btns li a {
  color: #fff;
  text-align: center;
  display: block;
  text-decoration: none;
  font-family: 'EB Garamond', serif;
  font-weight: 500;
  font-style: italic;
  font-size: 4.6875vw;
  background: #a4a4a4;
  border-radius: 5px;
  padding: 0.1em 0.5em;
}

main.top section.style .btns li a:after {
  content: "&gt;";
  float: right;
  font-style: normal;
}

main.top section.style .btns.trend {
  margin-top: 2em;
  flex-wrap: wrap;
}

main.top section.style .btns.trend li {
  width: 70%;
  margin-right: 0;
  margin-bottom: 1em;
}

main.top section.style .btns.trend li a {
  background-color: #a8a17a;
}

main.top section.style p.trend {
  text-align: center;
  font-size: 4.0625vw;
  margin-top: 1.5em;
}

main.top section.staff {
  padding: 1em 0px;
}

main.top section.staff h2 {
  background: #a8a17a;
  color: #fff;
  font-family: "Cinzel", serif;
  text-align: center;
  font-size: 5.625vw;
  margin-bottom: 1em;
}

main.top section.staff .ranking {
  padding: 0 0.5em;
  margin-bottom: 1em;
}

main.top section.staff .ranking li {
  padding: 0 0.5em;
  margin-bottom: 3em;
  text-align: center;
}

main.top section.staff .ranking li h3 {
  font-size: 6.875vw;
  font-family: "Abel", sans-serif;
  font-weight: normal;
}

main.top section.staff .ranking li:nth-of-type(1) h3 {
  color: #bea032;
}

main.top section.staff .ranking li:nth-of-type(2) h3 {
  color: #a0a0a0;
}

main.top section.staff .ranking li:nth-of-type(3) h3 {
  color: #be5332;
}

main.top section.staff .ranking li a.pic {
  position: relative;
  display: block;
  width: 75vw;
  height: 100vw;
  margin: 0 auto 1em;
  overflow: hidden;
}

main.top section.staff .ranking li a.pic img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100%;
  height: auto;
}

main.top section.staff .ranking li p.name {
  font-size: 6.875vw;
  font-family: "Yu Mincho", "YuMincho";
}

main.top section.staff .ranking li p.rome {
  font-size: 4.375vw;
}

main.top section.staff .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

main.top section.staff .btns li {
  margin-right: 2em;
}

main.top section.staff .btns li:last-child {
  margin-right: 0;
}

main.top section.staff .btns li a {
  width: 10em;
  color: #fff;
  text-align: center;
  display: block;
  text-decoration: none;
  font-family: 'EB Garamond', serif;
  font-weight: 500;
  font-style: italic;
  font-size: 4.6875vw;
  background: #a4a4a4;
  border-radius: 5px;
  padding: 0.1em 0.5em;
}

main.top section.staff .btns li a:after {
  content: "&gt;";
  float: right;
  font-style: normal;
}

main.top section.insta {
  padding: 1em 0;
  margin-bottom: 1em;
}

main.top section.insta h2 {
  margin: 0 1em;
  text-align: center;
  position: relative;
}

main.top section.insta h2:after {
  border-bottom: #d8d8d8 2px solid;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  top: 50%;
  z-index: -1;
}

main.top section.insta h2 span {
  font-family: 'EB Garamond', serif;
  font-weight: 500;
  color: #a8a17a;
  font-size: 5.625vw;
  text-align: center;
  background: #fff;
  display: inline-block;
  margin: 0 auto;
  z-index: 100;
  padding: 0 1em;
}

main.top section.insta .sub {
  font-family: "Yu Mincho", "YuMincho";
  text-align: center;
  font-size: 2.8125vw;
  margin-bottom: 1.5em;
}

main.top section.insta #instafeed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  border-left: #fff 1px solid;
  margin-bottom: 1.5em;
}

main.top section.insta #instafeed &gt; li {
  width: 33%;
  position: relative;
  border-bottom: #fff 1px solid;
  border-right: #fff 1px solid;
}

main.top section.insta #instafeed &gt; li.hover a ul {
  opacity: 1;
}

main.top section.insta #instafeed &gt; li a {
  position: relative;
  display: block;
}

main.top section.insta #instafeed &gt; li img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%\9;
}

main.top section.insta #instafeed &gt; li ul {
  transition-duration: 200ms;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

main.top section.insta #instafeed &gt; li ul li {
  color: #fff;
  font-size: 4.0625vw;
}

main.top section.insta #instafeed &gt; li ul li:first-child {
  margin-right: 1em;
}

main.top section.insta #instafeed &gt; li ul li img {
  display: inline-block;
  vertical-align: middle;
  width: 3vw;
  margin-right: 5px;
}

main.top section.insta .more {
  width: 33%;
  margin: 0 auto;
}

main.top section.insta .more a {
  color: #fff;
  text-align: center;
  display: block;
  text-decoration: none;
  font-family: 'EB Garamond', serif;
  font-weight: 500;
  font-style: italic;
  font-size: 4.6875vw;
  background: #a4a4a4;
  border-radius: 5px;
  padding: 0.1em 0.5em;
}

main.top section.insta .more a:after {
  content: "&gt;";
  float: right;
  font-style: normal;
}

main.top section.colmun {
  margin-bottom: 2em;
}

main.top section.colmun h2 {
  background: #a8a17a;
  color: #fff;
  font-family: "Cinzel", serif;
  text-align: center;
  font-size: 5.625vw;
  margin-bottom: 1em;
}

main.top section.colmun ul {
  margin: 0 1em;
}

main.top section.colmun ul li {
  margin-bottom: 1em;
}

main.top section.colmun ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  text-decoration: none;
}

main.top section.colmun ul li a figure {
  width: 48.33333%;
}

main.top section.colmun ul li a figure img {
  max-width: 100%;
  height: auto;
  width: 100%\9;
}

main.top section.colmun ul li a dl {
  width: 44.16667%;
  margin-bottom: 0;
}

main.top section.colmun ul li a dl dt {
  font-family: "Yu Mincho", "YuMincho";
  font-size: 3.125vw;
  margin-bottom: 1em;
}

main.top section.colmun ul li a dl dd {
  font-size: 3.125vw;
}

main.top section.colmun .more {
  width: 33%;
  margin: 0 auto;
}

main.top section.colmun .more a {
  color: #fff;
  text-align: center;
  display: block;
  text-decoration: none;
  font-family: 'EB Garamond', serif;
  font-weight: 500;
  font-style: italic;
  font-size: 4.6875vw;
  background: #a4a4a4;
  border-radius: 5px;
  padding: 0.1em 0.5em;
}

main.top section.colmun .more a:after {
  content: "&gt;";
  float: right;
  font-style: normal;
}

main.staffDetail .figBlock {
  width: 64.12698%;
  margin: 0 auto;
}

main.staffDetail .figBlock figure {
  margin-bottom: 1em;
}

main.staffDetail .figBlock figure img {
  max-width: 100%;
  height: auto;
  width: 100%\9;
}

main.staffDetail .figBlock h2 {
  font-family: "Yu Mincho", "YuMincho";
  font-size: 5.9375vw;
  margin-bottom: 1em;
}

main.staffDetail .figBlock h2 span {
  display: block;
  font-family: "Yu Mincho", "YuMincho";
  color: #797371;
  font-size: 2.5vw;
}

main.staffDetail .figBlock p {
  font-size: 3.125vw;
  margin-bottom: 0.5em;
}

main.staffDetail .figBlock p.license {
  color: #8b6c00;
}

main.staffDetail nav {
  margin-top: 1em;
  margin-bottom: 1em;
}

main.staffDetail nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

main.staffDetail nav ul li {
  width: 12.96875%;
  margin-right: 3.90625%;
}

main.staffDetail nav ul li:last-child {
  margin-right: 0;
}

main.staffDetail nav ul li a {
  text-decoration: none;
}

main.staffDetail nav ul li dl {
  text-align: center;
  margin-bottom: 0;
}

main.staffDetail nav ul li dl dt img {
  max-width: 100%;
  height: auto;
  width: 100%\9;
}

main.staffDetail nav ul li dl dd {
  white-space: nowrap;
  font-size: 2.5vw;
}

main.staffDetail .btn {
  margin: 0 1em 2em;
}

main.staffDetail .btn a {
  display: block;
  background: #a8a17a;
  color: #fff;
  text-align: center;
  font-size: 3.75vw;
  font-family: "Yu Mincho", "YuMincho";
  text-decoration: none;
  border-radius: 3px;
  padding: 0.2em;
}

main.staffDetail .btn a img {
  width: 7.80488%;
  vertical-align: middle;
  margin-right: 5px;
}

main.staffDetail section.comment {
  background: #f8f8f8;
  padding: 1em;
}

main.staffDetail section.comment dl {
  margin-bottom: 1em;
}

main.staffDetail section.comment dl:last-child {
  margin-bottom: 0;
}

main.staffDetail section.comment dl dt {
  border-bottom: #ccc 1px solid;
  font-family: "Yu Mincho", "YuMincho";
  padding: 0 0.5em 0.2em;
  margin-bottom: 0.5em;
}

main.staffDetail section.comment dl dt span {
  font-family: "Cinzel";
}

main.staffDetail section.comment dl dd {
  padding: 0 0.5em;
  font-size: 3.4375vw;
}

main.staffDetail section.comment dl dd p {
  font-size: 3.125vw;
  margin: 0 0 0.5em;
}

main.staffDetail section.comment dl dd p.lead {
  font-size: 3.75vw;
  font-weight: bold;
}

main.staffDetail section.profile {
  padding: 2em 1em 2.5em;
}

main.staffDetail section.profile .table {
  margin-bottom: 0;
  display: table;
  width: 100%;
  border-top: #ccc 1px solid;
}

main.staffDetail section.profile .table dl {
  display: table-row-group;
  margin-bottom: 0;
}

main.staffDetail section.profile .table dl dt,
main.staffDetail section.profile .table dl dd {
  display: table-cell;
  border-bottom: #ccc 1px solid;
}

main.staffDetail section.profile .table dl.block {
  display: block;
  width: 100%;
}

main.staffDetail section.profile .table dl.block dt,
main.staffDetail section.profile .table dl.block dd {
  display: block;
}

main.staffDetail section.profile .table dl.block dt {
  border-bottom: none;
}

main.staffDetail section.profile dl {
  margin-bottom: 0;
  border-bottom: #ccc 1px solid;
}

main.staffDetail section.profile dl dt {
  padding: 0.5em;
  font-weight: bold;
  color: #8b6c00;
  font-size: 3.75vw;
}

main.staffDetail section.profile dl dd {
  padding: 0 0.5em 0.5em;
  font-size: 3.75vw;
}

main.staffDetail section.movie {
  background: #f5f5f5;
  padding: 1em 0 2em;
}

main.staffDetail section.movie h2 {
  font-size: 6.5625vw;
  text-align: center;
  margin-bottom: 1em;
  font-family: "Roboto", sans-serif;
  color: #a8a17a;
  font-weight: 100;
  line-height: 1;
}

main.staffDetail section.movie p {
  width: 73.82812%;
  margin: 0 auto;
  position: relative;
  padding-top: 41.528323%;
}

main.staffDetail section.movie p iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

main.staffDetail section.style {
  padding-top: 1em;
  margin: 0 0 2em;
}

main.staffDetail section.style h2 {
  font-size: 6.5625vw;
  text-align: center;
  margin: 0 2em 1em;
  font-family: "Roboto", sans-serif;
  color: #a8a17a;
  font-weight: 100;
  border-bottom: #ccc 1px solid;
}

main.staffDetail section.style h2 span {
  display: block;
  font-family: "Yu Mincho", "YuMincho";
  font-size: 3.4375vw;
}

main.staffDetail section.style ul.list {
  margin: 0 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

main.staffDetail section.style ul.list li {
  width: 31.14754%;
  margin-right: 3.27869%;
  margin-bottom: 1em;
}

main.staffDetail section.style ul.list li:nth-child(3n) {
  margin-right: 0;
}

main.staffDetail section.style ul.list li a {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 150%;
  position: relative;
}

main.staffDetail section.style ul.list li a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

main.staffDetail section.style ul.pageNate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

main.staffDetail section.style ul.pageNate li {
  margin-left: 0.5em;
}

main.staffDetail section.style ul.pageNate li.current a {
  background: #a9a17a;
}

main.staffDetail section.style ul.pageNate li:fisrt-child {
  margin-left: 0;
}

main.staffDetail section.style ul.pageNate li a {
  display: block;
  text-decoration: none;
  color: #fff;
  background: #b3b3b3;
  padding: 0 0.5em;
  border-radius: 5px;
  font-family: 'EB Garamond', serif;
  font-weight: 500;
  font-size: 5.3125vw;
}

main.staffDetail section.style ul.pageNate li button {
  display: block;
  text-decoration: none;
  color: #fff;
  background: #b3b3b3;
  padding: 0 0.5em;
  border-radius: 5px;
  font-family: 'EB Garamond', serif;
  font-weight: 500;
  font-size: 5.3125vw;
  line-height: 1.6;
}

main.staffDetail section.style ul.pageNate li.slick-active button {
  background: #a9a17a;
}

main.staffDetail section.style .more {
  margin-top: 1.5em;
  text-align: center;
}

main.staffDetail section.style .more a {
  color: #a8a17a;
  display: block;
  width: 80%;
  padding: 1em 0;
  margin: 0 auto;
  text-decoration: none;
  font-family: "Yu Mincho", "YuMincho";
  font-size: 4.0625vw;
  border: 1px solid #a8a17a;
  border-radius: 5px;
  line-height: 1;
  text-align: center;
  position: relative;
}

main.staffDetail section.style .more a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1em;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.5em 0 0.5em 0.866em;
  border-color: transparent transparent transparent #a8a17a;
}

main.staffDetail section.blog {
  margin: 0 1em 2em;
}

main.staffDetail section.blog h2 {
  font-size: 6.5625vw;
  text-align: center;
  margin: 0 2em 1em;
  font-family: "Roboto", sans-serif;
  color: #a8a17a;
  font-weight: 100;
}

main.staffDetail section.blog h2 span {
  display: block;
  font-family: "Yu Mincho", "YuMincho";
  font-size: 3.4375vw;
}

main.staffDetail section.blog .related ul {
  margin-bottom: 0;
}

main.staffDetail section.blog .related ul li {
  margin-bottom: 1em;
}

main.staffDetail section.blog .related ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  text-decoration: none;
}

main.staffDetail section.blog .related ul li a figure {
  width: 48.33333%;
  height: calc((100vw - 2em) * 0.483333 * 1.333333);
  overflow: hidden;
  position: relative;
}

main.staffDetail section.blog .related ul li a figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}

main.staffDetail section.blog .related ul li a dl {
  width: 44.16667%;
  margin-bottom: 0;
}

main.staffDetail section.blog .related ul li a dl dt {
  font-family: "Yu Mincho", "YuMincho";
  font-size: 3.125vw;
  margin-bottom: 1em;
}

main.staffDetail section.blog .related ul li a dl dd {
  font-size: 3.125vw;
}

main.staffDetail section.blog .more {
  margin-top: 1.5em;
  text-align: center;
}

main.staffDetail section.blog .more a {
  color: #fff;
  display: inline-block;
  text-decoration: none;
  font-family: 'EB Garamond', serif;
  font-weight: 500;
  font-style: italic;
  font-size: 4.6875vw;
  background: #a4a4a4;
  border-radius: 5px;
  padding: 0.1em 1em;
}

main.style {
  margin-bottom: 4em;
}

main.style .searchBlock {
  background: #fafafa;
  padding: 2em;
  margin-bottom: 2em;
}

main.style .searchBlock h2 {
  font-size: 3.125vw;
  font-weight: bold;
  color: #6a6a6a;
  border-left: #a8a17a 5px solid;
  padding-left: 1em;
  margin-bottom: 1em;
  margin-left: -0.5em;
}

main.style .searchBlock ul.length {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.5em;
}

main.style .searchBlock ul.length li {
  width: 25%;
  margin-bottom: 1em;
}

main.style .searchBlock ul.length li a {
  text-align: center;
  text-decoration: none;
  display: block;
  font-size: 3.125vw;
  font-family: "Roboto";
  color: #6a6a6a;
}

main.style .searchBlock ul.tag {
  margin-bottom: 1em;
}

main.style .searchBlock ul.tag li {
  display: inline-block;
  margin-bottom: 1em;
}

main.style .searchBlock ul.tag li a {
  text-align: center;
  text-decoration: none;
  display: block;
  border: #6a6a6a 1px solid;
  font-size: 3.4375vw;
  color: #6a6a6a;
  padding: 0.2em 1em;
}

main.style .searchBlock form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

main.style .searchBlock form input[type="text"] {
  border: #6a6a6a 1px solid;
  font-size: 3.4375vw;
  width: 85.21257%;
}

main.style .searchBlock form input[type="submit"] {
  background: #c1c1c1 url("img/styleIndex/icon_search.png") no-repeat 50% 50%;
  background-size: contain;
  width: 11.09057%;
  text-indent: -1000px;
}

main.style .banner_box {
  padding: 2em;
  margin-bottom: 2em;
}

main.style .banner_box a {
  display: block;
  margin: 0 auto 1rem;
}

main.style .banner_box img {
  max-width: 100%;
}

main.style section {
  margin-bottom: 2em;
}

main.style section h2 {
  font-size: 6.5625vw;
  text-align: center;
  margin: 0 2em 1em;
  font-family: "Roboto", sans-serif;
  color: #a8a17a;
  font-weight: 100;
}

main.style section ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1em;
}

main.style section ul li img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%\9;
}

main.style section ul &gt; li:first-child {
  width: 66.09375%;
}

main.style section ul &gt; li:last-child {
  width: 32.8125%;
}

main.style section ul &gt; li:last-child ul {
  display: block;
  margin-bottom: 0;
}

main.style section ul &gt; li:last-child ul li {
  width: 100%;
}

main.style section ul &gt; li:last-child ul li:first-child {
  margin-bottom: 6px;
}

main.style section .link {
  text-align: center;
}

main.style section .link a {
  text-decoration: none;
  font-size: 3.4375vw;
  color: #555;
}

main.style section.full {
  width: 100%;
}

main.style section.full ul#style-list {
  flex-wrap: wrap;
  justify-content: flex-start;
}

main.style section.full ul#style-list li {
  width: 31.14754%;
  margin: 0 1% 1em;
}

main.style section.full ul#style-list li a {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 150%;
  position: relative;
}

main.style section.full ul#style-list li a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

main.style p.trend {
  text-align: center;
  font-size: 4.0625vw;
  margin-bottom: 1.5em;
}

main.styleDetail .slideBlock {
  width: 80%;
  margin: 0 auto 1em;
}

main.styleDetail .slideBlock figure {
  margin-bottom: 1em;
}

main.styleDetail .slideBlock figure img {
  max-width: 100%;
  height: auto;
  width: 100%\9;
  display: block;
  margin: 0 auto;
}

main.styleDetail .slideBlock .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

main.styleDetail .slideBlock .slick-arrow span {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  border-left: 3px solid #000;
  border-bottom: 3px solid #000;
}

main.styleDetail .slideBlock .slick-arrow.prev {
  left: -2.5rem;
  transform: rotate(45deg);
}

main.styleDetail .slideBlock .slick-arrow.next {
  right: -2.5rem;
  transform: rotate(-135deg);
}

main.styleDetail .detail {
  margin: 0 1.5em 1em;
}

main.styleDetail .detail h2 {
  font-family: "Yu Mincho", "YuMincho";
  font-size: 5vw;
  font-weight: bold;
}

main.styleDetail .detail .sub {
  font-family: "Yu Mincho", "YuMincho";
  color: #797371;
  font-size: 2.5vw;
  margin-bottom: 1em;
}

main.styleDetail .detail h3 {
  font-weight: bold;
  font-size: 3.75vw;
  margin-bottom: 1.5em;
}

main.styleDetail .detail p {
  font-size: 3.125vw;
  margin-bottom: 2em;
}

main.styleDetail .detail .spec {
  display: table;
  width: 100%;
  border-top: #ccc 1px solid;
}

main.styleDetail .detail .spec dl {
  display: table-row-group;
}

main.styleDetail .detail .spec dl dt,
main.styleDetail .detail .spec dl dd {
  display: table-cell;
  border-bottom: #ccc 1px solid;
  padding: 0.5em;
}

main.styleDetail .detail .spec dl dt {
  font-size: 3.75vw;
  color: #797371;
}

main.styleDetail .detail .spec dl dd {
  font-size: 3.75vw;
}

main.styleDetail .type {
  background: #f8f8f8;
  padding: 1em 2em;
}

main.styleDetail .type h2 {
  color: #8b6c00;
  font-size: 4.0625vw;
  font-weight: bold;
  margin-bottom: 1em;
}

main.styleDetail .type .face {
  border-bottom: #999 1px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1em;
  padding-bottom: 1em;
}

main.styleDetail .type .face dt {
  width: 23.03922%;
  font-size: 4.0625vw;
  font-weight: bold;
}

main.styleDetail .type .face dd {
  width: 76.96078%;
}

main.styleDetail .type .face dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main.styleDetail .type .face dd ul li {
  width: 15.28662%;
  margin-right: 5.09554%;
}

main.styleDetail .type .face dd ul li:last-child {
  margin-right: 0;
}

main.styleDetail .type .face dd ul li img {
  max-width: 100%;
  height: auto;
  width: 100%\9;
}

main.styleDetail .type .length {
  border-bottom: #999 1px solid;
  margin-bottom: 1em;
  padding-bottom: 1em;
}

main.styleDetail .type .length dt {
  font-size: 4.0625vw;
  font-weight: bold;
  margin-bottom: 1em;
}

main.styleDetail .type .length dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

main.styleDetail .type .length dd ul li {
  font-size: 4.0625vw;
  margin-right: 4.90196%;
}

main.styleDetail .type .length dd ul li span {
  color: #cfcfcf;
}

main.styleDetail .type .length dd ul li.on span {
  color: #a9a17a;
}

main.styleDetail .type .wrap {
  border-bottom: #999 1px solid;
  margin-bottom: 1em;
  padding-bottom: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

main.styleDetail .type .wrap dl {
  width: 45%;
}

main.styleDetail .type .wrap dl dt {
  font-size: 4.0625vw;
  font-weight: bold;
  margin-bottom: 1em;
}

main.styleDetail .type .wrap dl dd {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

main.styleDetail .type .wrap dl dd span {
  display: block;
  width: 31%;
  background: #cfcfcf;
  color: #333333;
  text-align: center;
  padding: 0.1em 0;
  font-size: 10px;
  font-size: 1rem;
}

main.styleDetail .type .wrap dl dd span.on {
  background: #a9a17a;
  color: #ffffff;
}

main.styleDetail .couponBlock {
  margin: 1.5em 2em 1.5em;
}

main.styleDetail .couponBlock dl {
  margin: 0 0.5em 1em;
}

main.styleDetail .couponBlock dl dt {
  color: #8b6c00;
  font-size: 4.0625vw;
  font-weight: bold;
  margin-bottom: 1em;
}

main.styleDetail .couponBlock dl dd {
  font-size: 3.125vw;
}

main.styleDetail .couponBlock .info {
  border: #a5b709 1px solid;
  background: #fefef4;
  padding: 1em;
}

main.styleDetail .couponBlock .info h3 {
  margin-bottom: 0;
  font-weight: bold;
  font-family: "Yu Mincho", "YuMincho";
  font-size: 4.375vw;
}

main.styleDetail .couponBlock .info .price {
  margin-bottom: 0.5em;
  font-family: "Yu Mincho", "YuMincho";
  font-size: 4.375vw;
}

main.styleDetail .couponBlock .info .price span {
  font-size: 6.25vw;
  font-weight: bold;
  font-family: inherit;
}

main.styleDetail .couponBlock .info .btn {
  margin-bottom: 0;
}

main.styleDetail .couponBlock .info .btn a {
  display: block;
  background: #a8a17a;
  color: #fff;
  text-align: center;
  font-size: 3.75vw;
  font-family: "Yu Mincho", "YuMincho";
  text-decoration: none;
  border-radius: 3px;
  padding: 0.2em;
}

main.styleDetail .couponBlock .info .btn a img {
  width: 7.80488%;
  vertical-align: middle;
  margin-right: 5px;
}

main.styleDetail .staffBlock {
  border: #cbcbcb 1px solid;
  background: #fff;
  padding: 1em;
  margin: 0 1.71875% 1em;
}

main.styleDetail .staffBlock .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}

main.styleDetail .staffBlock .inner figure {
  width: 31.87773%;
}

main.styleDetail .staffBlock .inner figure img {
  max-width: 100%;
  height: auto;
  width: 100%\9;
}

main.styleDetail .staffBlock .inner .cont {
  width: 62.8821%;
  margin-bottom: 0;
}

main.styleDetail .staffBlock .inner .cont h4 {
  margin-bottom: 0.5em;
  font-family: "Yu Mincho", "YuMincho";
  font-size: 5.9375vw;
}

main.styleDetail .staffBlock .inner .cont h4 span {
  display: block;
  font-family: "Yu Mincho", "YuMincho";
  color: #898788;
  font-size: 2.5vw;
}

main.styleDetail .staffBlock .inner .cont p {
  margin-bottom: 0.5em;
  font-size: 3.125vw;
}

main.styleDetail .staffBlock .inner .cont .more {
  margin-top: 1.5em;
  margin-bottom: 1em;
}

main.styleDetail .staffBlock .inner .cont .more a {
  color: #fff;
  display: inline-block;
  text-decoration: none;
  font-family: 'EB Garamond', serif;
  font-weight: 500;
  font-style: italic;
  font-size: 4.6875vw;
  background: #a4a4a4;
  border-radius: 5px;
  padding: 0.1em 1em;
}

main.styleDetail .staffBlock .btn {
  margin-bottom: 0;
}

main.styleDetail .staffBlock .btn a {
  display: block;
  background: #a8a17a;
  color: #fff;
  text-align: center;
  font-size: 3.75vw;
  font-family: "Yu Mincho", "YuMincho";
  text-decoration: none;
  border-radius: 3px;
  padding: 0.2em;
}

main.styleDetail .staffBlock .btn a img {
  width: 7.80488%;
  vertical-align: middle;
  margin-right: 5px;
}

main.styleDetail section.relatedStyle {
  padding-top: 1em;
  margin: 0 0 2em;
}

main.styleDetail section.relatedStyle h2 {
  font-size: 6.5625vw;
  text-align: center;
  margin: 0 2em 1em;
  font-family: "Roboto", sans-serif;
  color: #a8a17a;
  font-weight: 100;
}

main.styleDetail section.relatedStyle h2 span {
  display: block;
  font-family: "Yu Mincho", "YuMincho";
  font-size: 3.4375vw;
}

main.styleDetail section.relatedStyle ul.list {
  margin: 0 1.71875%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

main.styleDetail section.relatedStyle ul.list li {
  width: 31.14754%;
  margin-right: 3.27869%;
  margin-bottom: 1em;
}

main.styleDetail section.relatedStyle ul.list li:nth-child(3n) {
  margin-right: 0;
}

main.styleDetail section.relatedStyle ul.list li img {
  max-width: 100%;
  height: auto;
  width: 100%\9;
  display: block;
}

main.styleDetail section.relatedStyle .more {
  margin-top: 1.5em;
  text-align: center;
}

main.styleDetail section.relatedStyle .more a {
  color: #fff;
  display: inline-block;
  text-decoration: none;
  font-family: 'EB Garamond', serif;
  font-weight: 500;
  font-style: italic;
  font-size: 4.6875vw;
  background: #a4a4a4;
  border-radius: 5px;
  padding: 0.1em 1em;
}

main.styleDetail section.blog {
  margin: 0 1em 2em;
}

main.styleDetail section.blog h2 {
  font-size: 6.5625vw;
  text-align: center;
  margin: 0 2em 1em;
  font-family: "Roboto", sans-serif;
  color: #a8a17a;
  font-weight: 100;
}

main.styleDetail section.blog h2 span {
  display: block;
  font-family: "Yu Mincho", "YuMincho";
  font-size: 3.4375vw;
}

main.styleDetail section.blog .related ul {
  margin-bottom: 0;
}

main.styleDetail section.blog .related ul li {
  margin-bottom: 1em;
}

main.styleDetail section.blog .related ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  text-decoration: none;
}

main.styleDetail section.blog .related ul li a figure {
  width: 48.33333%;
  height: calc((100vw - 2em) * 0.483333 * 1.333333);
  overflow: hidden;
  position: relative;
}

main.styleDetail section.blog .related ul li a figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}

main.styleDetail section.blog .related ul li a dl {
  width: 44.16667%;
  margin-bottom: 0;
}

main.styleDetail section.blog .related ul li a dl dt {
  font-family: "Yu Mincho", "YuMincho";
  font-size: 3.125vw;
  margin-bottom: 1em;
}

main.styleDetail section.blog .related ul li a dl dd {
  font-size: 3.125vw;
}

main.styleDetail section.blog .more {
  margin-top: 1.5em;
  text-align: center;
}

main.styleDetail section.blog .more a {
  color: #fff;
  display: inline-block;
  text-decoration: none;
  font-family: 'EB Garamond', serif;
  font-weight: 500;
  font-style: italic;
  font-size: 4.6875vw;
  background: #a4a4a4;
  border-radius: 5px;
  padding: 0.1em 1em;
}

main.styleDetail section.social dl {
  width: 100%;
  margin-bottom: 0;
  padding: 2em -0px;
  text-align: center;
}

main.styleDetail section.social dl dt {
  font-size: 3.125vw;
}

main.styleDetail section.social dl dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}

main.styleDetail section.social dl dd ul li {
  width: 13.40782%;
  margin-right: 4.65549%;
  margin-left: 4.65549%;
}

main.styleDetail section.social dl dd ul li a img {
  max-width: 100%;
  height: auto;
  width: 100%\9;
}

main.menu section {
  margin-bottom: 3em;
}

main.menu section .figTtl {
  position: relative;
  margin: 0 0 1em;
}

main.menu section .figTtl.no-image dl {
  position: relative;
}

main.menu section .figTtl figure img {
  max-width: 100%;
  height: auto;
  width: 100%\9;
}

main.menu section .figTtl dl {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding: 1em;
  align-items: center;
}

main.menu section .figTtl dl dt {
  color: #a8a17a;
  font-family: Abel;
  font-size: 6.875vw;
}

main.menu section .figTtl dl dd {
  font-size: 3.4375vw;
}

main.menu section .lead p {
  margin: 0 2em 1em;
  font-size: 3.4375vw;
}

main.menu section .moreBtn {
  margin: 0 2em 0.5em;
}

main.menu section .moreBtn a {
  display: block;
  background: #a8a17a;
  color: #fff;
  text-align: center;
  font-size: 4.0625vw;
  font-family: "Yu Mincho", "YuMincho";
  text-decoration: none;
  border-radius: 3px;
  padding: 0.2em 1em;
  margin-bottom: 0.5em;
}

main.menu section .moreBtn a:after {
  content: "&gt;";
  float: right;
}

main.menu section .notice {
  margin: 0 2em 2em;
  text-align: right;
}

main.menu section ul.menus {
  border-top: #b2b2b2 1px solid;
  margin-bottom: 1.5em;
}

main.menu section ul.menus li {
  border-bottom: #b2b2b2 1px solid;
}

main.menu section ul.menus li &gt; dl {
  margin-bottom: 0;
}

main.menu section ul.menus li &gt; dl &gt; dt {
  position: relative;
}

main.menu section ul.menus li &gt; dl &gt; dt:after {
  content: "";
  width: 13px;
  height: 13px;
  background: url("img/menu/icon.png");
  background-size: 100% auto;
  display: inline-block;
  position: absolute;
  right: 0.5em;
  top: 0.8em;
}

main.menu section ul.menus li &gt; dl &gt; dt.open:after {
  background-position: 0 100%;
}

main.menu section ul.menus li &gt; dl &gt; dt dl {
  position: relative;
  padding: 0.5em 3em 0.5em 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  justify-content: space-between;
  align-items: flex-end;
}

main.menu section ul.menus li &gt; dl &gt; dt dl dt,
main.menu section ul.menus li &gt; dl &gt; dt dl dd {
  font-size: 3.75vw;
  font-weight: bold;
}

main.menu section ul.menus li &gt; dl &gt; dt dl dt span,
main.menu section ul.menus li &gt; dl &gt; dt dl dd span {
  font-size: 3.125vw;
}

main.menu section ul.menus li &gt; dl &gt; dt dl dt {
  position: relative;
}

main.menu section ul.menus li &gt; dl &gt; dt dl dd {
  white-space: nowrap;
}

main.menu section ul.menus li &gt; dl &gt; dd {
  border-top: #b2b2b2 1px solid;
  padding: 1em 1.5em;
  font-size: 2.8125vw;
  display: none;
}

main.menu section .coupon .label {
  background: #ffa5ef;
  text-align: center;
  color: #fff;
  font-size: 3.125vw;
  padding: 0.5em 0;
  margin: 0 0 1em;
}

main.menu section .coupon .icon {
  margin: 0 1em 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main.menu section .coupon .icon li {
  background: #e3393a;
  color: #fff;
  font-size: 3.125vw;
  padding: 2px 5px;
  margin-right: 5px;
  border-radius: 4px;
}

main.menu section .coupon h2 {
  font-size: 4.6875vw;
  margin: 0 1em 0.5em;
}

main.menu section .coupon .price {
  text-align: right;
  margin: 0 1em 0.5em;
  color: #e4393a;
  font-size: 4.6875vw;
}

main.menu section .coupon .btns {
  margin: 0 1em;
}

main.menu section .coupon .btns li.reserve {
  margin-bottom: 0.5em;
}

main.menu section .coupon .btns li.reserve a {
  display: block;
  background: #a8a17a;
  color: #fff;
  text-align: center;
  font-size: 3.75vw;
  font-family: "Yu Mincho", "YuMincho";
  text-decoration: none;
  border-radius: 3px;
  padding: 0.2em;
}

main.menu section .coupon .btns li.reserve a img {
  width: 7.80488%;
  vertical-align: middle;
  margin-right: 5px;
}

main.menu section .coupon .btns li.jump a {
  border: #a5b709 1px solid;
  display: block;
  background: #fefef4;
  color: #a8a17a;
  text-align: center;
  font-size: 3.75vw;
  font-family: "Yu Mincho", "YuMincho";
  text-decoration: none;
  border-radius: 3px;
  padding: 0.2em 1em;
}

main.menu section .coupon .btns li.jump a:after {
  content: "&gt;";
  float: right;
}

main.menu section .movie {
  width: 96vw;
  margin: 0 auto 1em;
  padding-top: 54vw;
  position: relative;
  overflow: hidden;
}

main.menu section .movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

main.blog h2 {
  font-size: 5vw;
  text-align: center;
  margin-bottom: 1em;
  color: #a8a17a;
  font-weight: normal;
  line-height: 1;
}

main.blog section.columnList {
  margin: 0 1.5em 2em;
}

main.blog section.columnList ul li {
  margin-bottom: 1em;
}

main.blog section.columnList ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-decoration: none;
}

main.blog section.columnList ul li a figure {
  width: 48.33333%;
  height: calc((100vw - 3em) * 0.4833333 * 1.333333);
  display: block;
  overflow: hidden;
  position: relative;
}

main.blog section.columnList ul li a figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}

main.blog section.columnList ul li dl {
  width: 44.16667%;
  margin-bottom: 0;
}

main.blog section.columnList ul li dl dt {
  font-family: "Yu Mincho", "YuMincho";
  font-size: 3.125vw;
  margin-bottom: 1em;
}

main.blog section.columnList ul li dl dd {
  font-size: 3.125vw;
}

main.blog .blogCont .hgroup {
  border-bottom: #ba9b31 1px solid;
  padding: 0 1em;
  margin-bottom: 1.5em;
}

main.blog .blogCont .hgroup h2 {
  font-size: 5.3125vw;
  font-family: "Yu Mincho", "YuMincho";
  margin-bottom: 0.5em;
}

main.blog .blogCont .hgroup .date {
  margin-bottom: 1em;
  font-size: 3.125vw;
  color: #898788;
}

main.blog .blogCont .cont {
  margin: 0 1.5em;
}

main.blog .blogCont .cont img {
  max-width: 100%;
  height: auto;
  width: 100%\9;
}

main.blog .blogCont .cont img.alignnone, main.blog .blogCont .cont img.aligncenter {
  max-width: 80%;
  margin: 0 auto 1em;
}

main.blog .blogCont .cont .fixed img.alignnone,
main.blog .blogCont .cont .fixed img.aligncenter {
  max-width: 100%;
}

main.blog .blogCont .cont p,
main.blog .blogCont .cont &gt; div {
  margin-bottom: 1em;
  font-size: 3.75vw;
}

main.blog .blogCont .cont p a,
main.blog .blogCont .cont &gt; div a {
  font-size: 3.75vw;
  word-wrap: break-word;
  white-space: normal;
}

main.blog .blogCont .cont .couponBlock {
  margin-top: 2em;
  margin-bottom: 2em;
}

main.blog .blogCont .cont .couponBlock figure {
  margin-bottom: 1em;
}

main.blog .blogCont .cont .couponBlock .info {
  border: #a5b709 1px solid;
  background: #fefef4;
  padding: 1em;
}

main.blog .blogCont .cont .couponBlock .info h3 {
  margin-bottom: 0;
  font-weight: bold;
  font-family: "Yu Mincho", "YuMincho";
  font-size: 4.375vw;
}

main.blog .blogCont .cont .couponBlock .info .price {
  margin-bottom: 0.5em;
  font-family: "Yu Mincho", "YuMincho";
  font-size: 4.375vw;
}

main.blog .blogCont .cont .couponBlock .info .price span {
  font-size: 6.25vw;
  font-weight: bold;
  font-family: inherit;
}

main.blog .blogCont .cont .couponBlock .info .btn {
  margin-bottom: 0;
}

main.blog .blogCont .cont .couponBlock .info .btn a {
  display: block;
  background: #a8a17a;
  color: #fff;
  text-align: center;
  font-size: 3.75vw;
  font-family: "Yu Mincho", "YuMincho";
  text-decoration: none;
  border-radius: 3px;
  padding: 0.2em;
}

main.blog .blogCont .cont .couponBlock .info .btn a img {
  width: 7.80488%;
  vertical-align: middle;
  margin-right: 5px;
}

main.blog section.blogFooter {
  background: #f5f5f5;
  padding: 1.5em 1em 0.5em;
}

main.blog section.blogFooter h3 {
  color: #886c00;
  font-size: 4.0625vw;
  margin-bottom: 0.5em;
}

main.blog section.blogFooter .staffBlock {
  border: #cbcbcb 1px solid;
  background: #fff;
  padding: 1em;
  margin-bottom: 1em;
}

main.blog section.blogFooter .staffBlock .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}

main.blog section.blogFooter .staffBlock .inner figure {
  width: 31.87773%;
}

main.blog section.blogFooter .staffBlock .inner figure img {
  max-width: 100%;
  height: auto;
  width: 100%\9;
}

main.blog section.blogFooter .staffBlock .inner .cont {
  width: 62.8821%;
  margin-bottom: 0;
}

main.blog section.blogFooter .staffBlock .inner .cont h4 {
  margin-bottom: 0.5em;
  font-family: "Yu Mincho", "YuMincho";
  font-size: 5.9375vw;
}

main.blog section.blogFooter .staffBlock .inner .cont h4 span {
  display: block;
  font-family: "Yu Mincho", "YuMincho";
  color: #898788;
  font-size: 2.5vw;
}

main.blog section.blogFooter .staffBlock .inner .cont p {
  margin-bottom: 0.5em;
  font-size: 3.125vw;
}

main.blog section.blogFooter .staffBlock .inner .cont .more {
  margin-top: 1.5em;
  margin-bottom: 1em;
}

main.blog section.blogFooter .staffBlock .inner .cont .more a {
  color: #fff;
  display: inline-block;
  text-decoration: none;
  font-family: 'EB Garamond', serif;
  font-weight: 500;
  font-style: italic;
  font-size: 4.6875vw;
  background: #a4a4a4;
  border-radius: 5px;
  padding: 0.1em 1em;
}

main.blog section.blogFooter .staffBlock .btn {
  margin-bottom: 0;
}

main.blog section.blogFooter .staffBlock .btn a {
  display: block;
  background: #a8a17a;
  color: #fff;
  text-align: center;
  font-size: 3.75vw;
  font-family: "Yu Mincho", "YuMincho";
  text-decoration: none;
  border-radius: 3px;
  padding: 0.2em;
}

main.blog section.blogFooter .staffBlock .btn a img {
  width: 7.80488%;
  vertical-align: middle;
  margin-right: 5px;
}

main.blog section.blogFooter .related ul {
  margin-bottom: 0;
}

main.blog section.blogFooter .related ul li {
  margin-bottom: 1em;
}

main.blog section.blogFooter .related ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  text-decoration: none;
}

main.blog section.blogFooter .related ul li a figure {
  width: 48.33333%;
}

main.blog section.blogFooter .related ul li a figure img {
  max-width: 100%;
  height: auto;
  width: 100%\9;
}

main.blog section.blogFooter .related ul li a dl {
  width: 44.16667%;
  margin-bottom: 0;
}

main.blog section.blogFooter .related ul li a dl dt {
  font-family: "Yu Mincho", "YuMincho";
  font-size: 3.125vw;
  margin-bottom: 1em;
}

main.blog section.blogFooter .related ul li a dl dd {
  font-size: 3.125vw;
}

main.blog section.social dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding: 2em -0px;
}

main.blog section.social dl dt {
  white-space: nowrap;
  font-size: 3.125vw;
  margin-right: 2em;
}

main.blog section.social dl dd {
  width: 41.95312%;
}

main.blog section.social dl dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}

main.blog section.social dl dd ul li {
  width: 26.81564%;
  margin-right: 9.86965%;
}

main.blog section.social dl dd ul li:last-child {
  margin-right: 0;
}

main.blog section.social dl dd ul li a img {
  max-width: 100%;
  height: auto;
  width: 100%\9;
}

main.coupon ul.banners {
  margin: 0 1em 0.5em;
}

main.coupon ul.banners li {
  margin: 0 0 1em;
}

main.coupon ul.banners li img {
  max-width: 100%;
  height: auto;
  width: 100%\9;
}

main.coupon .searchBlock {
  background: #fafafa;
  padding: 2em;
  margin-bottom: 2em;
}

main.coupon .searchBlock h2 {
  font-size: 3.125vw;
  font-weight: bold;
  color: #6a6a6a;
  border-left: #a8a17a 5px solid;
  padding-left: 1em;
  margin-bottom: 1em;
  margin-left: -0.5em;
}

main.coupon .searchBlock ul.tag {
  margin-bottom: 1em;
}

main.coupon .searchBlock ul.tag li {
  display: inline-block;
  margin-bottom: 1em;
}

main.coupon .searchBlock ul.tag li a {
  text-align: center;
  text-decoration: none;
  display: block;
  border: #6a6a6a 1px solid;
  font-size: 3.4375vw;
  color: #6a6a6a;
  padding: 0.2em 1em;
}

main.coupon .searchBlock form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

main.coupon .searchBlock form input[type="text"] {
  border: #6a6a6a 1px solid;
  font-size: 3.4375vw;
  width: 85.21257%;
}

main.coupon .searchBlock form input[type="submit"] {
  background: #c1c1c1 url("img/styleIndex/icon_search.png") no-repeat 50% 50%;
  background-size: contain;
  width: 11.09057%;
  text-indent: -1000px;
}

main.coupon h2.result {
  font-size: 6.5625vw;
  text-align: center;
  margin: 0 2em 1em;
  font-family: "Roboto", sans-serif;
  color: #a8a17a;
  font-weight: 100;
}

main.coupon p.result {
  font-size: 3.75vw;
  text-align: center;
  margin: 0 0 3em;
}

main.coupon .anchor {
  margin: 0 auto 1em;
}

main.coupon .anchor ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

main.coupon .anchor ul li {
  width: 32%;
}

main.coupon .anchor ul li a {
  display: block;
  text-align: center;
  text-decoration: none;
  border: #c1c1c1 1px solid;
  color: #898788;
  font-weight: bold;
  font-size: 3.125vw;
  padding: 0.5em 0;
}

main.coupon .anchor ul li a:after {
  margin-left: 10px;
  content: "＞";
  transform: rotate(90deg) scaleX(0.6) transLateX(1px);
  display: inline-block;
}

main.coupon section &gt; ul &gt; li {
  background: #f8f8f8;
  padding: 1em 0 0.5em;
  margin-bottom: 1em;
}

main.coupon section &gt; ul &gt; li .label {
  background: #d1d1d1;
  text-align: center;
  color: #fff;
  font-size: 3.125vw;
  padding: 0.5em 0;
  margin: 0 1em 0.5em;
}

main.coupon section &gt; ul &gt; li .icon {
  margin: 0 1em 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

main.coupon section &gt; ul &gt; li .icon li {
  background: #e3393a;
  color: #fff;
  font-size: 3.125vw;
  padding: 2px 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 4px;
}

main.coupon section &gt; ul &gt; li h2 {
  font-size: 4.6875vw;
  margin: 0 1em 0.5em;
}

main.coupon section &gt; ul &gt; li .price {
  text-align: right;
  margin: 0 1em 0.5em;
  color: #e4393a;
  font-size: 4.6875vw;
}

main.coupon section &gt; ul &gt; li .figBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: 0 1em 0.5em;
}

main.coupon section &gt; ul &gt; li .figBox figure {
  width: 31.5068493151%;
}

main.coupon section &gt; ul &gt; li .figBox figure img {
  max-width: 100%;
  height: auto;
  width: 100%\9;
}

main.coupon section &gt; ul &gt; li .figBox .cont {
  width: 63.5273972603%;
  font-size: 3.4375vw;
}

main.coupon section &gt; ul &gt; li .figBox .cont p {
  margin-bottom: 1em;
}

main.coupon section &gt; ul &gt; li .figBox.noimg figure {
  width: 0;
}

main.coupon section &gt; ul &gt; li .figBox.noimg .cont {
  width: 100%;
}

main.coupon section &gt; ul &gt; li .btn {
  margin-bottom: 0;
}

main.coupon section &gt; ul &gt; li .btn a {
  display: block;
  text-decoration: none;
  color: #fff;
  text-align: center;
  font-family: "Abel", sans-serif;
  background: #a9a17a;
  font-size: 4.6875vw;
  padding: 0.5em;
}

main.coupon section &gt; ul &gt; li .btn a img {
  width: 6.01562%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

main.coupon ul.pageNate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-bottom: 1.5em;
}

main.coupon ul.pageNate li {
  margin-left: 0.5em;
}

main.coupon ul.pageNate li.current a {
  border-color: #be9f31;
  color: #333;
}

main.coupon ul.pageNate li:fisrt-child {
  margin-left: 0;
}

main.coupon ul.pageNate li a {
  display: block;
  text-decoration: none;
  border: #898788 1px solid;
  color: #898788;
  padding: 0 0.5em;
  border-radius: 5px;
  font-family: 'EB Garamond', serif;
  font-weight: 500;
  font-size: 5.3125vw;
}

main.staff section {
  margin-bottom: 2em;
}

main.staff section h2 {
  background: #a8a17a;
  color: #fff;
  font-family: "Cinzel", serif;
  text-align: center;
  font-size: 5.625vw;
  margin-bottom: 1em;
}

main.staff section ul {
  margin: 0 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

main.staff section ul li {
  width: 46.43%;
  margin-right: 7.14286%;
  margin-bottom: 1em;
}

main.staff section ul li:nth-child(even) {
  margin-right: 0;
}

main.staff section ul li figure a {
  display: block;
  width: 100%;
  height: calc(100vw * 0.4643 * 1.333333);
  position: relative;
  overflow: hidden;
  margin-bottom: 0.5em;
}

main.staff section ul li figure img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100%;
  height: auto;
}

main.staff section ul li .btn {
  margin-bottom: 1em;
}

main.staff section ul li .btn a {
  display: block;
  background: #a8a17a;
  color: #fff;
  text-align: center;
  font-size: 3.75vw;
  font-family: "Yu Mincho", "YuMincho";
  text-decoration: none;
  border-radius: 3px;
  padding: 0.2em;
}

main.staff section ul li .btn a img {
  width: 13.72549%;
  vertical-align: middle;
  margin-right: 5px;
}

main.staff section ul li h3 a {
  margin-bottom: 0.5em;
  text-decoration: none;
  color: #000000;
  font-family: "Yu Mincho", "YuMincho";
  font-size: 5.3125vw;
}

main.staff section ul li h3 a span {
  display: block;
  font-family: "Yu Mincho", "YuMincho";
  color: #898788;
  font-size: 2.5vw;
}

main.staff section ul li p {
  font-size: 3.125vw;
  margin-bottom: 1em;
}

main.ranking {
  margin-bottom: 2em;
}

main.ranking #ranking h2 {
  color: #bea032;
  font-size: 6.875vw;
  text-align: center;
  font-weight: normal;
}

main.ranking #ranking .summary {
  text-align: center;
  font-size: 4.375vw;
  color: #848484;
  font-weight: bold;
}

main.ranking #ranking ul {
  width: 88%;
  margin: 2em auto 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

main.ranking #ranking ul li {
  width: 46%;
  margin: 0 2% 2em;
}

main.ranking #ranking ul li h3 {
  font-family: "Abel", sans-serif;
  font-weight: normal;
  font-size: 4.375vw;
  color: #d9c98f;
}

main.ranking #ranking ul li img {
  max-width: 100%;
  display: block;
  margin: 0 auto 0.5em;
}

main.ranking #ranking ul li h4 {
  margin-bottom: 1em;
  font-weight: bold;
  font-size: 1.1em;
}

main.ranking #ranking ul li .text {
  font-size: 3.125vw;
  margin-bottom: 1em;
}

main.ranking #ranking ul li a.detail {
  display: block;
  width: 100%;
  background: #999999;
  color: #ffffff;
  border-radius: 0.25em;
  font-family: "Yu Mincho", "YuMincho";
  text-align: center;
  padding: 0.25em 0;
  font-size: 3.4375vw;
  text-decoration: none;
}

main.ranking #ranking ul li:nth-of-type(-n + 3) {
  width: 100%;
}

main.ranking #ranking ul li:nth-of-type(-n + 3) h3 {
  width: 94%;
  margin: 0 auto 0.25em;
  font-size: 6.25vw;
  background-image: url("img/common/ico-rank1.png");
  background-repeat: no-repeat;
  background-position-x: 0;
  background-size: 24.14063vw auto;
  padding-left: 25.70313vw;
}

main.ranking #ranking ul li:nth-of-type(-n + 3) img {
  width: 94%;
  margin: 0 auto 1em;
}

main.ranking #ranking ul li:nth-of-type(-n + 3) a.detail {
  font-size: 4.0625vw;
}

main.ranking #ranking ul li:nth-of-type(1) h3 {
  color: #bea032;
}

main.ranking #ranking ul li:nth-of-type(2) h3 {
  color: #a0a0a0;
  background-image: url("img/common/ico-rank2.png");
}

main.ranking #ranking ul li:nth-of-type(3) h3 {
  color: #be5332;
  background-image: url("img/common/ico-rank3.png");
}

main.ranking .staff-ranking h2 {
  color: #bea032;
  font-size: 6.875vw;
  text-align: center;
  font-weight: normal;
}

main.ranking .staff-ranking p.subtitle {
  text-align: center;
}

main.ranking .staff-ranking ul {
  width: 88%;
  margin: 0 auto 3em;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

main.ranking .staff-ranking ul li {
  width: 46%;
  margin: 0 2% 2em;
}

main.ranking .staff-ranking ul li h3 {
  font-family: "Abel", sans-serif;
  font-weight: normal;
  font-size: 5vw;
  color: #d9c98f;
}

main.ranking .staff-ranking ul li h4 {
  text-align: center;
}

main.ranking .staff-ranking ul li h4 a {
  font-size: 5vw;
  text-decoration: none;
}

main.ranking .staff-ranking ul li p {
  font-size: 4vw;
  text-align: center;
}

main.ranking .staff-ranking ul li a.pic {
  width: 100%;
  height: calc(88vw * 0.46 * 1.333333);
  overflow: hidden;
  position: relative;
  display: block;
}

main.ranking .staff-ranking ul li a.pic img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100%;
  height: auto;
}

main.ranking .staff-ranking ul li:nth-of-type(1) {
  width: 70%;
  margin: 0 auto 2em;
}

main.ranking .staff-ranking ul li:nth-of-type(1) h3 {
  font-size: 7.5vw;
  color: #bea032;
}

main.ranking .staff-ranking ul li:nth-of-type(1) a.pic {
  height: calc(88vw * 0.7 * 1.333333);
}

main.ranking .staff-ranking ul li:nth-of-type(2) h3 {
  color: #a0a0a0;
}

main.ranking .staff-ranking ul li:nth-of-type(3) h3 {
  color: #be5332;
}

main.reserve #reserve li img {
  display: block;
  margin: 0 auto 2em;
  max-width: 100%;
}

main.reserve #reserve li .movie {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  margin-bottom: 2em;
}

main.reserve #reserve li .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

main.kodawari h2 {
  font-size: 5vw;
  font-family: "Yu Mincho", "YuMincho";
  width: 100%;
  margin-top: 16px;
  background-color: #a8a07c;
  color: white;
  text-align: center;
}

main.kodawari .figBlock {
  text-align: center;
}

main.kodawari img {
  max-width: 100%;
}

main.kodawari section {
  max-width: 720px;
  margin: auto;
  padding: 16px;
}

main.kodawari section#kodawari h3 {
  font-size: 5vw;
  font-family: "Yu Mincho", "YuMincho";
  color: #a8a07c;
  line-height: 1.8;
}

main.kodawari section#kodawari p {
  margin: 1em 0 2em;
  line-height: 1.6;
}

main.kodawari section#qanda p.question {
  margin-bottom: 0.5em;
  font-weight: bold;
}

main.kodawari section#process li {
  margin-bottom: 16px;
}

main.kodawari section#process li .process-text {
  margin-bottom: 8px;
}

main.kodawari section#process li .process-image {
  text-align: center;
}

main.movie img {
  max-width: 100%;
}

main.movie figure {
  text-align: center;
}

main.movie #movie {
  margin-bottom: 55px;
  display: flex;
  flex-wrap: wrap;
}

main.movie #movie li {
  margin-top: 24px;
  text-align: center;
  width: 100%;
}

main.movie #movie li:not(:first-of-type) {
  width: 49%;
}

main.movie #movie li:nth-of-type(2n) {
  margin-right: 2%;
}

main.question h2 {
  font-size: 6.25vw;
  font-family: "Yu Mincho", "YuMincho";
  width: 100%;
  background-color: #a8a07c;
  color: white;
  text-align: center;
}

main.question #question {
  max-width: 720px;
  margin: auto;
}

main.question #question li {
  padding: 16px;
}

main.question #question li .item-question {
  color: #a8a07c;
}

main.question #question li .item-question::before {
  display: inline;
  content: "Q";
  font-size: 6.25vw;
  padding-right: 0.2em;
}

main.question #question li .answer {
  margin-bottom: 8px;
}

main.question #question li .answer::before {
  display: inline;
  content: "A";
  font-size: 6.25vw;
  color: #ff1493;
  padding-right: 0.2em;
}

main.question #question li .question-image {
  text-align: center;
}

main.question #question li .columnLayout {
  margin-top: 16px;
}

main.question #question li .columnLayout .column:first-child {
  width: auto;
}

main.salon h2 {
  font-size: 6.25vw;
  font-family: "Yu Mincho", "YuMincho";
  width: 100%;
  background-color: #a8a07c;
  color: white;
  text-align: center;
}

main.salon div.figBlock {
  width: 1085px;
  max-width: 100%;
  margin: 16px auto 0;
}

main.salon div.figBlock img {
  max-width: 33%;
}

main.salon #salon-main {
  max-width: 1085px;
  margin: auto;
  padding: 16px;
}

main.salon #salon-main h3 {
  font-size: 6.25vw;
  font-family: "Yu Mincho", "YuMincho";
  color: #a8a07c;
  line-height: 1.8;
}

main.salon #salon-main p {
  margin-top: 16px;
  line-height: 2.2;
}

main.salon .slide {
  max-width: 100%;
  width: 720px;
  margin: 24px auto 0;
  position: relative;
}

main.salon .slide img {
  max-width: 720px;
  width: 100%;
}

main.salon #salon-second {
  max-width: 720px;
  margin: 0 auto;
  padding: 16px;
  text-align: center;
}

main.salon #salon-second h3 {
  font-family: "Yu Mincho", "YuMincho";
  font-weight: bold;
  line-height: 1.8;
}

main.salon #salon-second p {
  margin-top: 16px;
  line-height: 2.2;
}

main.salon #service_movie {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

main.salon #service_movie li {
  width: 100%;
  margin: 1.5rem 0;
}

@media (min-width: 768px) {
  main.salon #service_movie li {
    width: 48%;
  }
}

main.salon #service_movie li p {
  text-align: center;
  margin-bottom: 0.5em;
  font-size: 1.1em;
}

main.salon #service_movie li .movie_wrapper {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

main.salon #service_movie li .movie_wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

main.salon ul#service_list {
  max-width: 720px;
  margin: auto;
  padding: 0 16px 0 32px;
}

main.salon ul#service_list &gt; li {
  list-style: none;
  margin-top: 2em;
  line-height: 18px;
  position: relative;
}

main.salon ul#service_list &gt; li::before {
  display: block;
  content: "";
  width: 1em;
  height: 1em;
  background-color: #a8a07c;
  position: absolute;
  top: 4px;
  left: -1.5em;
}

main.salon ul#service_list &gt; li span {
  vertical-align: top;
  color: #000000;
}

main.salon ul#service_list &gt; li .service_list_content {
  margin-top: 1em;
  background-color: #f8f7f4;
  color: #a8a07c;
  border-radius: 8px;
  font-weight: normal;
  line-height: 1.8;
  padding: 1em;
}

main.salon ul#service_list &gt; li .service_list_content ol li strong {
  font-size: 120%;
  font-weight: bold;
}

main.salon ul#service_list &gt; li .service_list_content ol li strong.xl {
  font-size: 140%;
}

main.salon ul#service_list &gt; li .service_list_content ol li small {
  font-weight: bold;
  font-size: 100%;
}

main.salon #salon-staff {
  max-width: 720px;
  margin: 0 auto 55px;
  padding: 0 24px;
}

main.salon #salon-staff a {
  color: #000;
  text-decoration: none;
}

main.salon #promise .lead {
  max-width: 720px;
  margin: 0 auto 2rem;
  padding: 16px;
  text-align: center;
}

main.salon #promise .lead h3 {
  font-family: "Yu Mincho", "YuMincho";
  font-weight: bold;
  font-size: 6.25vw;
  color: #137e3a;
  margin-bottom: 1rem;
}

main.salon #promise .lead p {
  font-size: 3.4375vw;
}

main.salon #promise .lead .movie {
  margin: 2rem auto;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

main.salon #promise .lead .movie iframe,
main.salon #promise .lead .movie video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

main.salon #promise .last {
  max-width: 720px;
  margin: 0 auto 2rem;
  padding: 16px;
  text-align: center;
}

main.salon #promise .last h3 {
  font-family: "Yu Mincho", "YuMincho";
  font-weight: bold;
  font-size: 5.3125vw;
  color: #137e3a;
  margin-bottom: 1rem;
}

main.salon #promise .last p {
  font-size: 3.4375vw;
}

main.salon #promise &gt; ul {
  max-width: 720px;
  margin: 0 auto 2rem;
  padding: 16px;
}

main.salon #promise &gt; ul &gt; li {
  margin-bottom: 2rem;
}

main.salon #promise &gt; ul &gt; li h4 {
  border-bottom: 2px solid #137e3a;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}

main.salon #promise &gt; ul &gt; li h4 .label {
  display: inline-block;
  margin-left: 1rem;
  padding: 0.5em 1.5em;
  margin-bottom: 0.5rem;
  border-radius: 1em;
  line-height: 1;
  background-color: #a69f7c;
  color: #fff;
  font-size: 3.4375vw;
  text-align: center;
  font-weight: normal;
}

main.salon #promise &gt; ul &gt; li h4 strong {
  display: block;
  padding-left: 1.5rem;
  font-size: 6.25vw;
  font-family: "Yu Mincho", "YuMincho";
  color: #137e3a;
}

main.salon #promise &gt; ul &gt; li .content {
  padding: 1rem;
}

main.salon #promise &gt; ul &gt; li .content ul {
  margin-bottom: 2rem;
}

main.salon #promise &gt; ul &gt; li .content ul li {
  list-style: none;
  margin-top: 0.5em;
  padding-left: 1.5em;
  position: relative;
}

main.salon #promise &gt; ul &gt; li .content ul li::before {
  display: block;
  content: "";
  width: 1em;
  height: 1em;
  background-color: #a8a07c;
  position: absolute;
  top: 4px;
  left: 0;
}

main.salon #promise &gt; ul &gt; li .content strong {
  color: #a8a17a;
  font-size: 4.6875vw;
}

main.salon #promise &gt; ul &gt; li .content .left {
  margin-bottom: 2rem;
}

main.salon #promise &gt; ul &gt; li .content .right .movie {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

main.salon #promise &gt; ul &gt; li .content .right .movie iframe,
main.salon #promise &gt; ul &gt; li .content .right .movie video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

main.salon #promise &gt; ul &gt; li .content .right a {
  display: block;
}

main.salon #promise &gt; ul &gt; li .content .right a img {
  max-width: 100%;
  height: auto;
}

main.campaign .contents {
  width: 90%;
  margin: 0 auto 4em;
  max-width: 640px;
}

main.campaign .contents img.aligncenter {
  display: block;
  margin: 0 auto 2em;
  max-width: 100%;
  height: auto;
}

main.campaign .contents a.btn {
  display: block;
  margin: 1em auto;
  padding: 0.5em 0;
  width: 15em;
  color: #ffffff;
  background: #137e3a;
  border-radius: 0.3em;
  text-align: center;
  text-decoration: none;
}

main.campaign .contents p {
  margin-bottom: 1.5em;
}

main.campaign .contents form {
  margin: 1em 0 2em;
}

main.campaign .contents form input[type="text"],
main.campaign .contents form input[type="email"] {
  border: #6a6a6a 1px solid;
  padding: 0.1em 0.25em;
  width: 100%;
}

main.campaign .contents form input[type="submit"] {
  display: block;
  width: 5em;
  margin: 0 auto;
  padding: 0.5em 0;
  color: #ffffff;
  background: #137e3a;
  border-radius: 0.3em;
  text-align: center;
}

main.campaign .monthly {
  width: 88%;
  margin: 2em auto 0;
}

main.campaign .monthly img {
  max-width: 100%;
}

main.campaign .monthly li {
  margin-bottom: 2em;
}

main.campaign .monthly li h3 {
  text-align: center;
  font-weight: bold;
}

main.page .line_id {
  margin: 1em auto 2em;
  text-align: center;
  padding: 0.5em 0;
  width: 10em;
  border: #137e3a 1px solid;
  border-radius: 0.3em;
  color: #137e3a;
  font-size: 3.75vw;
}

main.page.prevention h1 small {
  font-size: 60%;
}

main.page.prevention #content-main {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}

main.page.prevention #content-main &gt; * {
  text-align: left;
}

main.page.prevention #content-main h3 {
  font-size: 4.6875vw;
  margin-bottom: 1.5rem;
  display: table;
}

main.page.prevention #content-main h3 em {
  font-style: normal;
  color: #a8a17a;
  display: table-cell;
  vertical-align: text-top;
}

main.page.prevention #content-main h3 strong {
  display: table-cell;
  vertical-align: text-top;
  padding-left: 0.5em;
}

main.page.prevention #content-main hr {
  clear: both;
  margin: 2rem 0;
  color: #eeeeee;
}

main.page.prevention #content-main p {
  margin-bottom: 1em;
}

main.page.prevention #content-main p.clear::after {
  content: "";
  clear: both;
  display: block;
}

main.page.prevention #content-main p img {
  display: block;
  max-width: 80%;
  height: auto;
  margin: 0 auto 1rem;
}

main.page.prevention #content-main .movie {
  max-width: 560px;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}

main.page.prevention #content-main .movie iframe,
main.page.prevention #content-main .movie video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

main.review #category_tag {
  width: 96%;
  max-width: 1100px;
  margin: 0 auto 3rem;
  text-align: center;
  font-size: 3.75vw;
}

main.review #category_tag ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

main.review #category_tag ul li {
  margin: 0 0.25em 0.5em;
  position: relative;
}

main.review #category_tag ul li a {
  position: relative;
  cursor: pointer;
  display: block;
  padding: 0.5em 0.75em;
  line-height: 1;
  border: 2px solid #a0967a;
  background-color: #ffffff;
  text-decoration: none;
  color: #a0967a;
  border-radius: 0.5em 0.5em 0 0;
}

main.review #category_tag ul li a.current {
  background-color: #a0967a;
  color: #ffffff;
}

main.review .review_wrapper h2 {
  font-size: 5.3125vw;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
  color: #a8a17a;
  text-align: center;
  margin-bottom: 1em;
}

main.review #voices,
main.review .voices_list {
  width: 92%;
  margin: 0 auto;
}

main.review #voices li:not(:last-of-type),
main.review .voices_list li:not(:last-of-type) {
  margin-bottom: 40px;
}

main.review #voices li.best,
main.review .voices_list li.best {
  padding-bottom: 40px;
  margin-bottom: 40px !important;
  border-bottom: 1px dashed #aaaaaa;
}

main.review #voices li.best h3,
main.review .voices_list li.best h3 {
  text-align: center;
  margin-bottom: 10px;
  color: #a8a17a;
}

main.review #voices li.best dl dt,
main.review .voices_list li.best dl dt {
  margin-bottom: 0;
}

main.review #voices dl dt,
main.review .voices_list dl dt {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}

main.review #voices dl dt a,
main.review .voices_list dl dt a {
  text-decoration: none;
  color: #000000;
}

main.review #voices dl dt .thumb,
main.review .voices_list dl dt .thumb {
  width: 20%;
  text-align: center;
}

main.review #voices dl dt .thumb figure,
main.review .voices_list dl dt .thumb figure {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  border: 1px solid #a0a0a0;
}

main.review #voices dl dt .thumb img,
main.review .voices_list dl dt .thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  max-height: 999px;
}

main.review #voices dl dt .thumb .score,
main.review .voices_list dl dt .thumb .score {
  font-weight: bold;
}

main.review #voices dl dt .comment,
main.review .voices_list dl dt .comment {
  width: 75%;
  border: 1px solid #a0a0a0;
  border-radius: 10px;
  padding: 10px;
}

main.review #voices dl dd h3,
main.review .voices_list dl dd h3 {
  font-size: 4.0625vw;
  border-bottom: 1px solid #8b6c00;
  margin-bottom: 10px;
}

main.review #voices dl dd .cont figure,
main.review .voices_list dl dd .cont figure {
  margin: 20px auto 20px;
  text-align: center;
}

main.review #voices dl dd .cont figure img,
main.review .voices_list dl dd .cont figure img {
  width: 55%;
  display: block;
  margin: 0 auto 10px;
}

main.review #voices dl dd .cont figure a,
main.review .voices_list dl dd .cont figure a {
  text-decoration: none;
}

main.review a.button {
  display: block;
  width: 12em;
  padding: 0.5em 0;
  margin: 40px auto 80px;
  border: 1px solid #a8a07c;
  text-align: center;
  color: #a8a17a;
  text-decoration: none;
}

main.review.single #voices li {
  padding-bottom: 80px;
}

main.recruit #content-main h2 {
  color: #137d3a;
  font-size: 5.625vw;
  font-weight: bold;
  margin-bottom: 1em;
}

main.recruit #content-main dl.requirements {
  margin: 2em 2em 4em;
  text-align: left;
}

main.recruit #content-main dl.requirements dt {
  width: 100%;
  background-color: #f5f5f5;
  padding: 1rem;
  font-size: 4.375vw;
  font-weight: bold;
}

main.recruit #content-main dl.requirements dd {
  width: 100%;
  padding: 1rem 1rem 2rem;
}

main.recruit #content-main dl.requirements dd p {
  margin-bottom: 1em;
}

main.recruit #content-main a.button {
  display: block;
  margin: 0 2em 4em;
  padding: 1em 0;
  line-height: 1;
  background-color: #137d3a;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  position: relative;
}

main.recruit #content-main a.button i {
  position: absolute;
  right: 2em;
  top: 50%;
  transform: translateY(-50%);
}

#modal-main {
  display: none;
  width: 96vw;
  margin: 0 auto;
  padding-top: 54vw;
  padding-bottom: 20px;
  background-color: #ffffff;
  color: #666666;
  position: fixed;
  z-index: 200;
  border-radius: 5px;
  border: #ffffff 10px solid;
  overflow: hidden;
}

#modal-main p.modal-close {
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
}

#modal-main iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: calc(100% - 20px) !important;
}

#modal-bg {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 150;
}

#lp #wrapper {
  font-family: "Noto Serif JP", serif;
}

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

#lp #wrapper .visible-phone {
  display: inherit;
}

#lp #wrapper .hidden-phone {
  display: none;
}

#lp #wrapper header.header {
  display: block;
  text-align: center;
  position: relative;
  border-bottom: none;
}

#lp #wrapper header.header #logo {
  margin: 0 auto;
}

#lp #wrapper article {
  width: 100%;
}

#lp #wrapper article #mv {
  width: 100%;
  margin: 0 auto 2rem;
}

#lp #wrapper article .cta {
  margin: 3rem auto;
  padding: 0 1.5rem;
}

#lp #wrapper article .cta a {
  background-color: #9c8974;
  color: #ffffff;
  padding: 0.5rem;
  display: block;
  width: 100%;
  text-decoration: none;
}

#lp #wrapper article .cta a span {
  width: 100%;
  display: block;
  text-align: center;
  padding: 1em 0;
  line-height: 1;
  border: 1px solid #ffffff;
}

#lp #wrapper article .cta a span i.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0.5em 0.866em 0.5em;
  border-color: transparent transparent #ffffff transparent;
  display: inline-block;
  margin: 0 0.1em;
}

#lp #wrapper article .cta a span i.triangle.right {
  transform: rotate(90deg);
}

#lp #wrapper article .cta a span i.triangle.left {
  transform: rotate(-90deg);
}

#lp #wrapper article #lead {
  text-align: center;
  margin-bottom: 3rem;
  font-size: 4.375vw;
  line-height: 2;
}

#lp #wrapper article #lead p {
  margin-bottom: 1.5em;
}

#lp #wrapper article #coupon {
  width: 100%;
  background-color: #e8e6df;
  padding: 2rem 1.5rem;
  margin-bottom: 2rem;
}

#lp #wrapper article #coupon hgroup {
  margin-bottom: 2rem;
}

#lp #wrapper article #coupon hgroup h3 {
  text-align: center;
  margin-bottom: 2rem;
}

#lp #wrapper article #coupon hgroup h3 img {
  width: 29.066667vw;
  /*218/750*/
}

#lp #wrapper article #coupon hgroup h2 {
  text-align: center;
  color: #b59368;
  font-size: 7.1875vw;
  font-weight: 500;
}

#lp #wrapper article #coupon hgroup h2 small {
  color: #555555;
  font-size: 5.625vw;
}

#lp #wrapper article #coupon .inner {
  background-color: #ffffff;
  padding: 2rem;
  margin: 3rem auto 0;
}

#lp #wrapper article #coupon .inner a.more {
  display: block;
  width: 8em;
  padding: 0.75em 0;
  margin: 0 auto;
  line-height: 1;
  text-decoration: none;
  background-color: #b59368;
  color: #ffffff;
  text-align: center;
}

#lp #wrapper article #coupon .inner ul li {
  margin-bottom: 3rem;
}

#lp #wrapper article #coupon .inner ul li .text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

#lp #wrapper article #coupon .inner ul li .text .left {
  width: auto;
}

#lp #wrapper article #coupon .inner ul li .text .right {
  width: 42%;
  padding: 1rem;
}

#lp #wrapper article #coupon .inner ul li .text .right span.button {
  display: block;
  width: 100%;
  padding: 0.5rem;
  text-align: center;
  color: #ffffff;
  background-color: #b59368;
  border-radius: 0.5rem;
  font-size: 3.75vw;
}

#lp #wrapper article #coupon .inner ul li .text .bottom {
  width: 100%;
}

#lp #wrapper article #coupon .inner ul li figure {
  margin-bottom: 0.5rem;
}

#lp #wrapper article #coupon .inner ul li h4 {
  font-size: 3.75vw;
  color: #b59368;
  font-weight: normal;
}

#lp #wrapper article #coupon .inner ul li h3 {
  font-size: 5vw;
  font-weight: normal;
}

#lp #wrapper article #coupon .inner ul li p.price {
  font-size: 5.3125vw;
}

#lp #wrapper article #coupon .inner ul li p.price span {
  font-size: 6.5625vw;
  font-weight: 500;
  color: #ff7395;
}

#lp #wrapper article #menu_and_coupon {
  padding: 2rem 1.5rem;
  margin-bottom: 2rem;
}

#lp #wrapper article #menu_and_coupon .banners a {
  display: block;
  margin: 0 auto 2rem;
}

#lp #wrapper article #staff {
  background-color: #e8e6df;
  padding: 3rem 1.5rem;
}

#lp #wrapper article #staff hgroup {
  margin-bottom: 2rem;
}

#lp #wrapper article #staff hgroup h3 {
  text-align: center;
}

#lp #wrapper article #staff hgroup h3 img {
  width: 22vw;
  /*165/750*/
}

#lp #wrapper article #staff hgroup h2 {
  text-align: center;
  font-size: 3.125vw;
  font-weight: 500;
}

#lp #wrapper article #staff ul {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

#lp #wrapper article #staff ul li {
  width: 46.43%;
  margin-right: 7.14286%;
  margin-bottom: 1em;
}

#lp #wrapper article #staff ul li:nth-child(even) {
  margin-right: 0;
}

#lp #wrapper article #staff ul li figure a {
  display: block;
  width: 100%;
  height: calc(100vw * 0.4643 * 1.333333);
  position: relative;
  overflow: hidden;
  margin-bottom: 0.5em;
}

#lp #wrapper article #staff ul li figure img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100%;
  height: auto;
}

#lp #wrapper article #staff ul li .btn {
  margin-bottom: 1em;
}

#lp #wrapper article #staff ul li .btn a {
  display: block;
  background: #a8a17a;
  color: #fff;
  text-align: center;
  font-size: 3.75vw;
  font-family: "Yu Mincho", "YuMincho";
  text-decoration: none;
  border-radius: 3px;
  padding: 0.2em;
}

#lp #wrapper article #staff ul li .btn a img {
  width: 13.72549%;
  vertical-align: middle;
  margin-right: 5px;
}

#lp #wrapper article #staff ul li h3 a {
  margin-bottom: 0.5em;
  text-decoration: none;
  color: #000000;
  font-family: "Yu Mincho", "YuMincho";
  font-size: 5.3125vw;
}

#lp #wrapper article #staff ul li h3 a span {
  display: block;
  font-family: "Yu Mincho", "YuMincho";
  color: #898788;
  font-size: 2.5vw;
}

#lp #wrapper article #staff ul li p {
  font-size: 3.125vw;
  margin-bottom: 1em;
}

#lp #wrapper article #menu {
  padding: 3rem 1.5rem;
}

#lp #wrapper article #menu hgroup {
  margin-bottom: 3rem;
}

#lp #wrapper article #menu hgroup h3 {
  text-align: center;
}

#lp #wrapper article #menu hgroup h3 img {
  width: 23.866667vw;
  /*179/750*/
}

#lp #wrapper article #menu hgroup h2 {
  text-align: center;
  font-size: 3.125vw;
  font-weight: 500;
}

#lp #wrapper article #menu #menu_list .menu_item {
  margin-bottom: 4rem;
}

#lp #wrapper article #menu #menu_list .menu_item .lead {
  background-color: #e8e6df;
  padding: 1.5rem;
  margin-bottom: 1rem;
}

#lp #wrapper article #menu #menu_list .menu_item .lead hgroup {
  text-align: left;
  margin-bottom: 1rem;
}

#lp #wrapper article #menu #menu_list .menu_item .lead hgroup p {
  font-family: "Cantata One", serif;
  color: #817441;
  font-size: 11.25vw;
  line-height: 1;
}

#lp #wrapper article #menu #menu_list .menu_item .lead hgroup h2 {
  font-size: 4.375vw;
  font-weight: normal;
  text-align: left;
}

#lp #wrapper article #menu #menu_list .menu_item .lead &gt; p {
  line-height: 2;
  font-size: 4.375vw;
}

#lp #wrapper article #menu #menu_list .menu_item .notice {
  font-size: 3.4375vw;
  margin-bottom: 1rem;
}

#lp #wrapper article #menu #menu_list .menu_item .menus li {
  border-bottom: 1px solid #9e9e9e;
  font-size: 4.0625vw;
  padding: 0.5em;
}

#lp #wrapper article #menu #menu_list .menu_item .menus li dl {
  display: flex;
  justify-content: space-between;
}

#lp #wrapper article #menu #menu_list .menu_item .menus li dl dt {
  width: auto;
}

#lp #wrapper article #menu #menu_list .menu_item .menus li dl dd {
  width: 6em;
  text-align: right;
}

#lp #wrapper article #menu #menu_list .menu_item .moreBtn a {
  display: block;
  width: 100%;
  margin-top: 2rem;
  padding: 1em 0;
  background-color: #b59368;
  color: #ffffff;
  text-align: center;
  font-size: 3.75vw;
  text-decoration: none;
}

#lp #wrapper article #menu #menu_list .menu_item .moreBtn a strong {
  font-weight: normal;
  font-family: "Cantata One", serif;
  font-size: 9.0625vw;
  display: block;
  line-height: 1;
}

#lp #wrapper article #menu #menu_list .menu_item .moreBtn a span {
  display: block;
}

#lp #wrapper article #shop {
  background-color: #e8e6df;
  padding: 3rem 1.5rem;
}

#lp #wrapper article #shop hgroup {
  margin-bottom: 3rem;
}

#lp #wrapper article #shop hgroup h3 {
  text-align: center;
}

#lp #wrapper article #shop hgroup h3 img {
  width: 21.866667vw;
  /*164/750*/
}

#lp #wrapper article #shop hgroup h2 {
  text-align: center;
  font-size: 3.125vw;
  font-weight: 500;
}

#lp #wrapper article #shop figure {
  padding: 0 1rem;
  margin-bottom: 4rem;
}

#lp #wrapper article #shop figure img {
  display: block;
  margin: 0 auto 2rem;
}

#lp #wrapper article #shop #salon-main {
  padding: 0 1rem;
}

#lp #wrapper article #shop #salon-main h3 {
  color: #b59368;
  font-size: 7.1875vw;
  font-weight: 500;
  text-align: center;
  margin-bottom: 2rem;
}

#lp #wrapper article #shop #salon-main p {
  line-height: 2;
  font-size: 4.375vw;
}

.footer {
  background: #F5F5F5;
  padding-bottom: 11.5vw;
  z-index: 1000;
}

.footer figure {
  margin-bottom: 1em;
}

.footer figure img {
  max-width: 100%;
  height: auto;
  width: 100%\9;
}

.footer .infoArea {
  padding: 0 1em;
}

.footer .infoArea h3 {
  font-family: 'EB Garamond', serif;
  font-weight: 500;
  font-size: 5.625vw;
}

.footer .infoArea ul.btns {
  width: 78.125%;
  margin: 0 auto 2em;
}

.footer .infoArea ul.btns li {
  margin-bottom: .5em;
}

.footer .infoArea ul.btns li:nth-child(2) a {
  background: #C6C8C7;
}

.footer .infoArea ul.btns li:nth-child(3) a {
  background: #777777;
}

.footer .infoArea ul.btns li a {
  display: block;
  background: #137D3A;
  text-align: center;
  padding: 5px;
  text-decoration: none;
}

.footer .infoArea ul.btns li a span {
  border: #fff 1px solid;
  display: block;
  color: #fff;
  font-family: "Yu Mincho", "YuMincho";
  font-size: 3.125vw;
  padding: 5px;
}

.footer .infoArea section {
  margin-bottom: 1em;
}

.footer .infoArea section.card {
  margin-bottom: 0.5em;
}

.footer .infoArea section.card h4 {
  color: #898788;
  font-size: 3.125vw;
}

.footer .infoArea section.card ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.5em;
}

.footer .infoArea section.card ul li {
  width: 10.5%;
  margin-right: 0.5%;
}

.footer .infoArea section.card ul li img {
  display: block;
}

.footer .infoArea section.cashless {
  overflow: hidden;
  margin-bottom: 1.5em;
}

.footer .infoArea section.cashless img {
  width: 4.0em;
  margin-right: 1.0em;
  float: left;
}

.footer .infoArea section.cashless p {
  font-size: 3.75vw;
}

.footer .infoArea section.cashless p strong {
  font-size: 6.875vw;
  color: red;
  font-weight: bold;
}

.footer .infoArea section.cashless p small {
  padding-left: 1.5em;
  font-size: 3.125vw;
}

.footer .infoArea section.cashless p.note {
  clear: both;
  text-align: center;
  font-size: 3.125vw;
}

.footer .infoArea section.cashless p:first-of-type {
  margin-top: 0.5em;
}

.footer .infoArea section h4 {
  font-family: 'EB Garamond', serif;
  font-weight: 500;
  color: #b5a16e;
  font-size: 4.0625vw;
  margin-bottom: .2em;
}

.footer .infoArea section h4.mini {
  font-size: 3.125vw;
}

.footer .infoArea section p {
  font-size: 3.4375vw;
  font-family: "Yu Mincho", "YuMincho";
}

.footer .infoArea section .tel a {
  color: #000;
  text-decoration: none;
  font-size: 4.6875vw;
  font-family: 'EB Garamond', serif;
  font-weight: 500;
}

.footer .infoArea section .tel a span {
  font-family: inherit;
  font-size: 5.9375vw;
}

.footer .infoArea section .access {
  font-size: 3.125vw;
}

.footer .infoArea section .open {
  font-size: 3.125vw;
  margin-bottom: 0.5em;
}

.footer .infoArea section .open span.small {
  font-size: 3.125vw;
  padding-left: 1.0em;
  font-family: "Yu Mincho", "YuMincho";
}

.footer .infoArea section ul.menu {
  margin-bottom: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.footer .infoArea section ul.menu li {
  width: 45%;
  font-size: 3.125vw;
  font-family: "Yu Mincho", "YuMincho";
}

.footer .infoArea section .note {
  font-size: 2.1875vw;
  font-family: "Yu Mincho", "YuMincho";
}

.footer .infoArea section .note br {
  line-height: 1;
}

.footer .infoArea .salon_list h3 {
  color: #000000;
  font-size: 6.875vw;
}

.footer .infoArea .salon_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.footer .infoArea .salon_list ul li {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 1.0em;
  text-align: center;
}

.footer .infoArea .salon_list ul li:nth-of-type(2n) {
  margin-right: 0;
}

.footer .infoArea .salon_list ul li &gt; a:first-of-type {
  display: block;
  width: 100%;
}

.footer .infoArea .salon_list ul li &gt; a:first-of-type img {
  width: 100%;
  height: auto;
}

.footer .infoArea .salon_list ul li p.name {
  padding: 0.25em 0;
  border-bottom: 1px solid #d8d8d8;
}

.footer .infoArea .salon_list ul li p.name a {
  text-decoration: none;
  color: #987725;
  font-weight: 500;
  font-size: 3.4375vw;
}

.footer .infoArea .salon_list ul li p.address {
  font-size: 3.125vw;
}

.footer .infoArea .salon_list ul li p.tel {
  padding: 0 0 0.25em;
  border-bottom: 1px solid #d8d8d8;
}

.footer .infoArea .salon_list ul li p.tel a {
  text-decoration: none;
  color: #8b0000;
  font-weight: 500;
  font-size: 4.0625vw;
}

.footer .infoArea .salon_list ul li p.access {
  color: #987725;
}

.footer section.info h3 {
  background: #A9A17A;
  color: #fff;
  font-size: 5.625vw;
  font-family: "Yu Mincho", "YuMincho";
  text-align: center;
  margin-bottom: 1em;
}

.footer section.info ul {
  margin: 0 1em 3em;
}

.footer section.info ul li a {
  display: block;
  text-decoration: none;
}

.footer section.info ul li a dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer section.info ul li a dl dt, .footer section.info ul li a dl dd {
  font-size: 3.125vw;
  font-family: "Yu Mincho", "YuMincho";
}

.footer section.info ul li a dl dd {
  margin-left: 1em;
}

.footer ul.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-bottom: 1em;
}

.footer ul.social li {
  margin-left: 7.8125%;
}

.footer ul.social li:nth-child(1) {
  width: 11.01562%;
  margin-left: 0;
}

.footer ul.social li:nth-child(2) {
  width: 10.46875%;
}

.footer ul.social li:nth-child(3) {
  width: 10.9375%;
}

.footer ul.social li:nth-child(4) {
  width: 12.10938%;
}

.footer ul.social li a img {
  max-width: 100%;
}

.footer #copy {
  font-family: 'EB Garamond', serif;
  font-weight: 500;
  font-style: italic;
  text-align: center;
  font-size: 2.8125vw;
}

.footer nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 11vw;
}

.footer nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer nav ul li {
  width: 50%;
}

.footer nav ul li:first-child a {
  background: #C6C8C7;
}

.footer nav ul li:first-child a img {
  width: 7.1875%;
}

.footer nav ul li a {
  background: #777;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  padding: 1em 0;
  font-size: 3.125vw;
  font-family: "Yu Mincho", "YuMincho";
  font-weight: bold;
  line-height: 1;
}

.footer nav ul li a img {
  vertical-align: middle;
  width: 14.0625%;
  margin-right: 10px;
}

@media screen and (min-width: 768px) {
  .footer {
    padding-bottom: 1px;
  }
  .footer figure {
    margin-bottom: 40px;
  }
  .footer figure img {
    max-width: 100%;
    height: auto;
    width: 100%\9;
  }
  .footer .infoArea {
    padding: 0;
    max-width: 900px;
  }
  .footer .infoArea h3 {
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .footer .infoArea ul.btns {
    width: 55.55556%;
    margin: 0 auto 50px;
  }
  .footer .infoArea ul.btns li {
    margin-bottom: 10px;
  }
  .footer .infoArea ul.btns li a span {
    font-size: 20px;
    font-size: 2rem;
  }
  .footer .infoArea .layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
  .footer .infoArea .layout section {
    width: 66.66667%;
    margin-bottom: 0;
  }
  .footer .infoArea .layout section:first-child {
    width: 33.33333%;
  }
  .footer .infoArea section {
    margin-bottom: 40px;
  }
  .footer .infoArea section.cashless {
    overflow: hidden;
    margin: 0 auto 1.5em;
    width: 60%;
  }
  .footer .infoArea section.cashless img {
    width: 75px;
    margin-right: 15px;
    float: left;
  }
  .footer .infoArea section.cashless p {
    padding-left: 90px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .footer .infoArea section.cashless p strong {
    font-size: 30px;
    font-size: 3rem;
    color: red;
    font-weight: bold;
  }
  .footer .infoArea section.cashless p small {
    padding-left: 1.5em;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .footer .infoArea section.cashless p.note {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
  }
  .footer .infoArea section.cashless p:first-of-type {
    margin-top: 0;
  }
  .footer .infoArea section.card {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer .infoArea section.card h4 {
    margin-bottom: 0;
    font-size: 20px;
    font-size: 2rem;
    margin-right: 30px;
  }
  .footer .infoArea section h4 {
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 10px;
  }
  .footer .infoArea section h4.mini {
    font-size: 20px;
    font-size: 2rem;
  }
  .footer .infoArea section p {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .footer .infoArea section .tel a {
    font-size: 30px;
    font-size: 3rem;
  }
  .footer .infoArea section .tel a span {
    font-size: 38px;
    font-size: 3.8rem;
  }
  .footer .infoArea section .access {
    font-size: 20px;
    font-size: 2rem;
  }
  .footer .infoArea section .open {
    font-size: 20px;
    font-size: 2rem;
  }
  .footer .infoArea section .open span.small {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .footer .infoArea section ul.menu {
    margin-bottom: 1em;
  }
  .footer .infoArea section ul.menu li {
    font-size: 20px;
    font-size: 2rem;
  }
  .footer .infoArea section .note {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 45px;
  }
  .footer .infoArea .salon_list h3 {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .footer .infoArea .salon_list ul li {
    width: 23.5%;
    margin-right: 2%;
  }
  .footer .infoArea .salon_list ul li:nth-of-type(2n) {
    margin-right: 2%;
  }
  .footer .infoArea .salon_list ul li:nth-of-type(4n) {
    margin-right: 0;
  }
  .footer .infoArea .salon_list ul li p.name a {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .footer .infoArea .salon_list ul li p.address {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .footer .infoArea .salon_list ul li p.tel a {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .footer section.info h3 {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .footer section.info ul {
    margin: 0 auto;
    max-width: 900px;
  }
  .footer section.info ul li {
    margin-bottom: 40px;
  }
  .footer section.info ul li a dl dt, .footer section.info ul li a dl dd {
    font-size: 20px;
    font-size: 2rem;
  }
  .footer ul.social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
  }
  .footer ul.social li {
    margin-left: 25px;
  }
  .footer ul.social li:nth-child(1) {
    width: 32px;
    margin-left: 0;
  }
  .footer ul.social li:nth-child(2) {
    width: 32px;
  }
  .footer ul.social li:nth-child(3) {
    width: 32px;
  }
  .footer ul.social li:nth-child(4) {
    width: 39px;
  }
  .footer ul.social li a img {
    max-width: 100%;
  }
  .footer #copy {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .footer nav {
    position: relative;
    height: auto;
  }
  .footer nav ul {
    margin-bottom: 35px;
  }
  .footer nav ul li {
    width: 50%;
  }
  .footer nav ul li:first-child a {
    background: #C6C8C7;
  }
  .footer nav ul li:first-child a img {
    width: 26px;
  }
  .footer nav ul li a {
    font-size: 20px;
    font-size: 2rem;
  }
  .footer nav ul li a img {
    width: 51px;
  }
}

.smp-only {
  display: block;
}

.pc-only {
  display: none;
}

#wrapper {
  margin: 0 auto;
  max-width: 1280px;
}

main .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-bottom: 1.5em;
  flex-wrap: wrap;
}

main .wp-pagenavi &gt; * {
  margin-left: 0.5em;
  display: block;
  text-decoration: none;
  border: #898788 1px solid;
  color: #898788;
  padding: 0 0.5em;
  border-radius: 5px;
  font-family: 'EB Garamond', serif;
  font-weight: 500;
  font-size: 5.3125vw;
}

main .wp-pagenavi i {
  font-size: 5.3125vw;
}

main .wp-pagenavi .current {
  border-color: #BE9F31;
  color: #333;
}

main .wp-pagenavi &gt; *:fisrt-child {
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .smp-only {
    display: none;
  }
  .pc-only {
    display: block;
  }
  #wrapper {
    max-width: none;
  }
  .flexArea {
    width: 93.33333%;
    margin: 0 auto;
  }
  main .wp-pagenavi {
    margin: 40px 0 80px;
  }
  main .wp-pagenavi &gt; * {
    margin-left: 10px;
    font-size: 34px;
    font-size: 3.4rem;
  }
  main .wp-pagenavi i {
    font-size: 34px;
    font-size: 3.4rem;
  }
  main .wp-pagenavi .current {
    border-color: #BE9F31;
    color: #333;
  }
  main .wp-pagenavi &gt; *:fisrt-child {
    margin-left: 0;
  }
  main {
    padding-top: 114px;
  }
  main h1 {
    font-size: 40px;
    font-size: 4rem;
    margin: 40px 0;
  }
  main nav.gnav {
    margin: 20px auto 75px;
  }
  main nav.gnav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
  main nav.gnav ul li {
    flex-grow: 1;
    text-align: center;
    width: auto;
    margin-right: 0;
    position: relative;
  }
  main nav.gnav ul li:after {
    content: "";
    width: 1px;
    height: 15px;
    border-left: #a5b709 1px solid;
    position: absolute;
    top: 4px;
    right: 0;
  }
  main nav.gnav ul li:last-child:after {
    content: none;
  }
  main nav.gnav ul li a {
    text-decoration: none;
    display: block;
  }
  main nav.gnav ul li a dl dt {
    font-family: "Cinzel", serif;
    font-size: 16px;
    font-size: 1.6rem;
    color: #a5b709;
  }
  main nav.gnav ul li a dl dd {
    font-size: 10px;
    font-size: 1rem;
    color: #000;
  }
  main .columnLayout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
  main .columnLayout .column {
    width: 48%;
  }
  main.top {
    padding-top: 114px;
  }
  main.top #mv {
    margin-bottom: 25px;
  }
  main.top #mv .bx-pager {
    display: none;
  }
  main.top #special {
    margin: 0 13.33333% 4em;
  }
  main.top #special ul li {
    width: 100%;
    margin-bottom: 1rem;
  }
  main.top #special ul li img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  main.top section.concept h2 {
    font-size: 40px;
    font-size: 4rem;
    text-align: center;
    margin: 0 0 40px;
  }
  main.top section.concept p {
    font-size: 20px;
    font-size: 2rem;
    margin: 0 6.66667% 4em;
  }
  main.top section.concept .movie {
    margin: 0 13.33333% 2em;
  }
  main.top section.concept .bnr {
    margin: 0 13.33333% 4em;
  }
  main.top section.concept .bnr img {
    max-width: 100%;
  }
  main.top section.concept .slide01 {
    padding: 0;
    margin-bottom: 2em;
  }
  main.top section.concept .slide01 li {
    padding: 0 0.5em;
  }
  main.top section.concept .slide01 li img {
    max-width: 100%;
    height: auto;
    width: 100%\9;
  }
  main.top section.concept .slide01 .slick-prev {
    left: -20px;
    z-index: 5;
    width: 35px;
    height: 35px;
  }
  main.top section.concept .slide01 .slick-prev:before {
    font-size: 35px;
    color: #ddd;
  }
  main.top section.concept .slide01 .slick-next {
    right: -20px;
    z-index: 5;
    width: 35px;
    height: 35px;
  }
  main.top section.concept .slide01 .slick-next:before {
    font-size: 35px;
    color: #ddd;
  }
  main.top section.concept ul.banners {
    padding: 0 0.5em;
    margin-bottom: 3.5em;
  }
  main.top section.style {
    background: #f8f8f8;
    padding: 40px 0px;
  }
  main.top section.style h2 {
    background: #a8a17a;
    color: #fff;
    font-family: "Cinzel", serif;
    text-align: center;
    font-size: 39px;
    font-size: 3.9rem;
    margin-bottom: 1em;
  }
  main.top section.style .slide02 {
    padding: 0 12.77778%;
    margin-bottom: 40px;
  }
  main.top section.style .slide02 li {
    padding: 0 0.5em;
  }
  main.top section.style .slide02 li img {
    max-width: 100%;
    height: auto;
    width: 100%\9;
  }
  main.top section.style .slide02 .slick-prev {
    left: -20px;
    z-index: 5;
    width: 35px;
    height: 35px;
  }
  main.top section.style .slide02 .slick-prev:before {
    font-size: 35px;
    color: #ddd;
  }
  main.top section.style .slide02 .slick-next {
    right: -20px;
    z-index: 5;
    width: 35px;
    height: 35px;
  }
  main.top section.style .slide02 .slick-next:before {
    font-size: 35px;
    color: #ddd;
  }
  main.top section.style .btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
  }
  main.top section.style .btns li {
    margin-right: 2em;
    width: 19.11111%;
  }
  main.top section.style .btns li:last-child {
    margin-right: 0;
  }
  main.top section.style .btns li a {
    font-size: 30px;
    font-size: 3rem;
    padding: 0.1em 0.5em;
  }
  main.top section.style .btns.trend li {
    margin: 0 20% 1em;
    width: 35.55556%;
  }
  main.top section.style p.trend {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 3em;
  }
  main.top section.staff {
    padding: 40px 0px;
  }
  main.top section.staff h2 {
    background: #a8a17a;
    color: #fff;
    font-family: "Cinzel", serif;
    text-align: center;
    font-size: 39px;
    font-size: 3.9rem;
    margin-bottom: 1em;
  }
  main.top section.staff .ranking {
    padding: 0 12.77778%;
    margin-bottom: 40px;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  main.top section.staff .ranking li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 0;
  }
  main.top section.staff .ranking li:nth-of-type(3n) {
    margin-right: 0;
  }
  main.top section.staff .ranking li h3 {
    font-size: 28px;
    font-size: 2.8rem;
  }
  main.top section.staff .ranking li a.pic {
    position: relative;
    display: block;
    width: 100%;
    height: calc(100vw * (1340 / 1800) * 0.32 * (4 / 3));
    margin: 0 auto;
  }
  main.top section.staff .ranking li a.pic img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 100%;
    height: auto;
  }
  main.top section.staff .ranking li p.name {
    font-size: 28px;
    font-size: 2.8rem;
  }
  main.top section.staff .ranking li p.rome {
    font-size: 16px;
    font-size: 1.6rem;
  }
  main.top section.staff .btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
  }
  main.top section.staff .btns li {
    margin: 0 auto;
  }
  main.top section.staff .btns li:last-child {
    margin-right: auto;
  }
  main.top section.staff .btns li a {
    font-size: 30px;
    font-size: 3rem;
    padding: 0.1em 0.5em;
  }
  main.top section.insta {
    padding: 90px 0 80px;
    margin-bottom: 1em;
  }
  main.top section.insta h2 {
    margin: 0 0;
    text-align: center;
    position: relative;
  }
  main.top section.insta h2:after {
    border-bottom: #d8d8d8 2px solid;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    top: 50%;
    z-index: -1;
  }
  main.top section.insta h2 span {
    font-size: 40px;
    font-size: 4rem;
    padding: 0 30px;
  }
  main.top section.insta .sub {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  main.top section.insta #instafeed {
    margin-bottom: 50px;
  }
  main.top section.insta #instafeed &gt; li {
    width: 16.6666%;
  }
  main.top section.insta #instafeed &gt; li:nth-child(6) {
    border-right: none;
  }
  main.top section.insta #instafeed &gt; li:nth-child(7), main.top section.insta #instafeed &gt; li:nth-child(8), main.top section.insta #instafeed &gt; li:nth-child(9) {
    display: none;
  }
  main.top section.insta #instafeed &gt; li:hover a ul {
    opacity: 1;
  }
  main.top section.insta #instafeed &gt; li ul li {
    font-size: 13px;
    font-size: 1.3rem;
  }
  main.top section.insta #instafeed &gt; li ul li img {
    width: 18px;
  }
  main.top section.insta .more {
    width: 18.88889%;
    margin: 0 auto;
  }
  main.top section.insta .more a {
    font-size: 30px;
    font-size: 3rem;
  }
  main.top section.colmun {
    margin-bottom: 70px;
  }
  main.top section.colmun h2 {
    font-size: 39px;
    font-size: 3.9rem;
    margin-bottom: 30px;
  }
  main.top section.colmun ul {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
  main.top section.colmun ul li {
    margin-bottom: 1em;
    width: 31.11111%;
  }
  main.top section.colmun ul li a {
    display: block;
  }
  main.top section.colmun ul li a figure {
    width: auto;
  }
  main.top section.colmun ul li a dl {
    width: auto;
    margin-bottom: 0;
  }
  main.top section.colmun ul li a dl dt {
    font-size: 20px;
    font-size: 2rem;
  }
  main.top section.colmun ul li a dl dd {
    font-size: 20px;
    font-size: 2rem;
  }
  main.top section.colmun .more {
    width: 18.88889%;
    margin: 0 auto;
  }
  main.top section.colmun .more a {
    font-size: 30px;
    font-size: 3rem;
  }
  main.staffDetail .columnLayout {
    margin-bottom: 40px;
  }
  main.staffDetail .figBlock {
    width: auto;
    margin-bottom: 20px;
  }
  main.staffDetail .figBlock figure {
    width: 64.12698%;
    margin: 0 auto;
  }
  main.staffDetail .figBlock h2 {
    font-size: 38px;
    font-size: 3.8rem;
    width: 64.12698%;
    margin: 0 auto 20px;
  }
  main.staffDetail .figBlock h2 span {
    font-size: 16px;
    font-size: 1.6rem;
  }
  main.staffDetail .figBlock p {
    width: 64.12698%;
    font-size: 20px;
    font-size: 2rem;
    margin: 0 auto 40px;
  }
  main.staffDetail .column &gt; nav {
    margin: 20px 0 20px;
  }
  main.staffDetail .column &gt; nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
  }
  main.staffDetail .column &gt; nav ul li {
    width: 15.625%;
    margin-right: 5.46875%;
  }
  main.staffDetail .column &gt; nav ul li:last-child {
    margin-right: 0;
  }
  main.staffDetail .column &gt; nav ul li a {
    text-decoration: none;
  }
  main.staffDetail .column &gt; nav ul li dl {
    text-align: center;
    margin-bottom: 0;
  }
  main.staffDetail .column &gt; nav ul li dl dt img {
    max-width: 100%;
    height: auto;
    width: 100%\9;
  }
  main.staffDetail .column &gt; nav ul li dl dd {
    white-space: nowrap;
    font-size: 12px;
    font-size: 1.2rem;
  }
  main.staffDetail .btn {
    margin: 0 1em 2em;
  }
  main.staffDetail .btn a {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 5px;
  }
  main.staffDetail .btn a img {
    width: 40px;
  }
  main.staffDetail section.comment {
    padding: 20px;
  }
  main.staffDetail section.comment dl {
    margin-bottom: 20px;
  }
  main.staffDetail section.comment dl dt {
    font-size: 26px;
    font-size: 2.6rem;
  }
  main.staffDetail section.comment dl dt span {
    font-size: 26px;
    font-size: 2.6rem;
  }
  main.staffDetail section.comment dl dd {
    padding: 0 0.5em 20px;
    font-size: 22px;
    font-size: 2.2rem;
  }
  main.staffDetail section.comment dl dd p {
    font-size: 20px;
    font-size: 2rem;
    margin: 0 0 0.5em;
  }
  main.staffDetail section.comment dl dd p.lead {
    font-size: 24px;
    font-size: 2.4rem;
  }
  main.staffDetail section.profile {
    padding: 30px 0;
  }
  main.staffDetail section.profile .table {
    margin-bottom: 0;
    display: table;
    width: 100%;
    border-top: #ccc 1px solid;
  }
  main.staffDetail section.profile .table dl {
    display: table-row-group;
    margin-bottom: 0;
  }
  main.staffDetail section.profile .table dl dt,
  main.staffDetail section.profile .table dl dd {
    display: table-cell;
    border-bottom: #ccc 1px solid;
  }
  main.staffDetail section.profile .table dl.block {
    display: block;
    width: 100%;
  }
  main.staffDetail section.profile .table dl.block dt,
  main.staffDetail section.profile .table dl.block dd {
    display: block;
  }
  main.staffDetail section.profile .table dl.block dt {
    border-bottom: none;
  }
  main.staffDetail section.profile dl {
    margin-bottom: 0;
    border-bottom: #ccc 1px solid;
  }
  main.staffDetail section.profile dl dt {
    padding: 0.5em;
    font-weight: bold;
    color: #8b6c00;
    font-size: 20px;
    font-size: 2rem;
  }
  main.staffDetail section.profile dl dd {
    padding: 0 0.5em 0.5em;
    font-size: 20px;
    font-size: 2rem;
  }
  main.staffDetail section.movie {
    background: #f5f5f5;
    padding: 20px;
    margin-top: 40px;
  }
  main.staffDetail section.movie h2 {
    font-size: 42px;
    font-size: 4.2rem;
    margin-bottom: 10px;
  }
  main.staffDetail section.movie p {
    width: auto;
    margin: 0 auto;
    padding-top: 56.25%;
  }
  main.staffDetail section.style {
    padding-top: 1em;
    margin: 0 0 40px;
  }
  main.staffDetail section.style h2 {
    font-size: 42px;
    font-size: 4.2rem;
    text-align: center;
    padding-bottom: 10px;
  }
  main.staffDetail section.style h2 span {
    font-size: 22px;
    font-size: 2.2rem;
  }
  main.staffDetail section.style ul.list {
    margin: 0 0 40px;
  }
  main.staffDetail section.style ul.list li {
    width: 24%;
    margin-right: 1%;
    margin-bottom: 10px;
  }
  main.staffDetail section.style ul.list li:nth-child(3n) {
    margin-right: 1%;
  }
  main.staffDetail section.style ul.list li:nth-child(4n) {
    margin-right: 0;
  }
  main.staffDetail section.style ul.pageNate {
    margin: 40px 0 80px;
  }
  main.staffDetail section.style ul.pageNate li {
    margin-left: 10px;
  }
  main.staffDetail section.style ul.pageNate li.current a {
    border-color: #be9f31;
    color: #333;
  }
  main.staffDetail section.style ul.pageNate li:fisrt-child {
    margin-left: 0;
  }
  main.staffDetail section.style ul.pageNate li a {
    font-size: 34px;
    font-size: 3.4rem;
  }
  main.staffDetail section.style ul.pageNate li button {
    font-size: 34px;
    font-size: 3.4rem;
  }
  main.staffDetail section.style ul.pageNate li.slick-active button {
    border-color: #be9f31;
    color: #333;
  }
  main.staffDetail section.style .more a {
    font-size: 18px;
    font-size: 1.8rem;
    width: 15em;
  }
  main.staffDetail section.blog {
    margin: 0 0 60px;
  }
  main.staffDetail section.blog h2 {
    font-size: 42px;
    font-size: 4.2rem;
    text-align: center;
  }
  main.staffDetail section.blog h2 span {
    font-size: 22px;
    font-size: 2.2rem;
  }
  main.staffDetail section.blog .related ul {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
  main.staffDetail section.blog .related ul li {
    margin-bottom: 0;
    width: 30%;
  }
  main.staffDetail section.blog .related ul li a {
    display: block;
  }
  main.staffDetail section.blog .related ul li a figure {
    width: 100%;
    height: calc(100vw * 0.3 * 1.333333);
  }
}

@media screen and (min-width: 768px) and (min-width: 1200px) {
  main.staffDetail section.blog .related ul li a figure {
    width: 348.43px;
    height: 464.57px;
  }
}

@media screen and (min-width: 768px) {
  main.staffDetail section.blog .related ul li a dl {
    width: auto;
  }
  main.staffDetail section.blog .related ul li a dl dt {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 10px;
  }
  main.staffDetail section.blog .related ul li a dl dd {
    font-size: 20px;
    font-size: 2rem;
  }
  main.staffDetail section.blog .more {
    margin-top: 1.5em;
    text-align: center;
  }
  main.staffDetail section.blog .more a {
    font-size: 30px;
    font-size: 3rem;
    padding: 2px 25px;
  }
  main.style {
    margin-bottom: 50px;
  }
  main.style .searchBlock {
    padding: 40px;
    margin-bottom: 40px;
  }
  main.style .searchBlock h2 {
    font-size: 20px;
    font-size: 2rem;
    padding-left: 20px;
    margin-bottom: 20px;
    margin-left: 0;
  }
  main.style .searchBlock ul.length {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  main.style .searchBlock ul.length li {
    width: 25%;
    margin-bottom: 1em;
  }
  main.style .searchBlock ul.length li a {
    font-size: 20px;
    font-size: 2rem;
  }
  main.style .searchBlock ul.tag {
    margin-bottom: 15px;
  }
  main.style .searchBlock ul.tag li {
    margin-bottom: 10px;
  }
  main.style .searchBlock ul.tag li a {
    font-size: 20px;
    font-size: 2rem;
    color: #6a6a6a;
    padding: 5px 10px;
  }
  main.style .searchBlock form {
    justify-content: flex-start;
  }
  main.style .searchBlock form input[type="text"] {
    font-size: 22px;
    font-size: 2.2rem;
    padding: 5px;
    margin-right: 3.69686%;
  }
  main.style .styleList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }
  main.style section {
    margin-bottom: 40px;
    width: 48%;
  }
  main.style section:nth-child(odd) {
    margin-right: 2%;
  }
  main.style section h2 {
    font-size: 40px;
    font-size: 4rem;
    text-align: center;
    margin: 0 0 20px;
    font-family: "Roboto", sans-serif;
    color: #a8a17a;
    font-weight: 100;
  }
  main.style section .link a {
    font-size: 22px;
    font-size: 2.2rem;
  }
  main.style section.full ul#style-list li {
    width: 23%;
    margin: 0 1% 10px;
  }
  main.style p.trend {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 5em;
  }
  main.style .banner_box {
    max-width: 761px;
    margin: 0 auto 40px;
  }
  main.styleDetail .slideBlock {
    width: auto;
    margin: 0 50px 20px;
  }
  main.styleDetail .slideBlock figure {
    margin-bottom: 20px;
  }
  main.styleDetail .slideBlock figure img {
    max-width: 100%;
    height: auto;
    width: 100%\9;
    display: block;
  }
  main.styleDetail .slideBlock .thumb {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }
  main.styleDetail dl.point {
    margin: 0 0 40px;
  }
  main.styleDetail dl.point dt {
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 10px;
  }
  main.styleDetail dl.point dd {
    font-size: 20px;
    font-size: 2rem;
  }
  main.styleDetail .detail {
    margin: 0 0 40px;
  }
  main.styleDetail .detail h2 {
    font-size: 32px;
    font-size: 3.2rem;
  }
  main.styleDetail .detail .sub {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  main.styleDetail .detail h3 {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
  main.styleDetail .detail p {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 20px;
  }
  main.styleDetail .detail .spec dl dt,
  main.styleDetail .detail .spec dl dd {
    padding: 10px;
  }
  main.styleDetail .detail .spec dl dt {
    font-size: 20px;
    font-size: 2rem;
  }
  main.styleDetail .detail .spec dl dd {
    font-size: 20px;
    font-size: 2rem;
  }
  main.styleDetail .type {
    padding: 20px;
    margin-bottom: 40px;
  }
  main.styleDetail .type h2 {
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 20px;
  }
  main.styleDetail .type .face dt {
    font-size: 23px;
    font-size: 2.3rem;
  }
  main.styleDetail .type .length {
    border-bottom: #999 1px solid;
    margin-bottom: 1em;
    padding-bottom: 1em;
  }
  main.styleDetail .type .length dt {
    font-size: 23px;
    font-size: 2.3rem;
    margin-bottom: 10px;
  }
  main.styleDetail .type .length dd ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }
  main.styleDetail .type .length dd ul li {
    font-size: 20px;
    font-size: 2rem;
    margin-right: 4.90196%;
  }
  main.styleDetail .type .length dd ul li span {
    color: #cfcfcf;
    font-size: inherit;
  }
  main.styleDetail .type .length dd ul li.on span {
    color: #a9a17a;
  }
  main.styleDetail .type .wrap dl {
    width: 45%;
  }
  main.styleDetail .type .wrap dl dt {
    font-size: 23px;
    font-size: 2.3rem;
    margin-bottom: 10px;
  }
  main.styleDetail .type .wrap dl dd span {
    font-size: 14px;
    font-size: 1.4rem;
  }
  main.styleDetail .couponBlock {
    margin: 0 0 20px;
  }
  main.styleDetail .couponBlock .info {
    padding: 20px;
  }
  main.styleDetail .couponBlock .info h3 {
    font-size: 28px;
    font-size: 2.8rem;
  }
  main.styleDetail .couponBlock .info .price {
    margin-bottom: 20px;
    font-size: 28px;
    font-size: 2.8rem;
  }
  main.styleDetail .couponBlock .info .price span {
    font-size: 40px;
    font-size: 4rem;
  }
  main.styleDetail .couponBlock .info .btn {
    margin-bottom: 0;
  }
  main.styleDetail .couponBlock .info .btn a {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 5px;
  }
  main.styleDetail .staffBlock {
    padding: 20px;
    margin: 0 0 40px;
  }
  main.styleDetail .staffBlock .inner figure img {
    max-width: 100%;
    height: auto;
    width: 100%\9;
  }
  main.styleDetail .staffBlock .inner .cont h4 {
    margin-bottom: 10px;
    font-size: 38px;
    font-size: 3.8rem;
  }
  main.styleDetail .staffBlock .inner .cont h4 span {
    font-size: 16px;
    font-size: 1.6rem;
  }
  main.styleDetail .staffBlock .inner .cont p {
    margin-bottom: 20px;
    font-size: 20px;
    font-size: 2rem;
  }
  main.styleDetail .staffBlock .inner .cont .more {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  main.styleDetail .staffBlock .inner .cont .more a {
    font-size: 30px;
    font-size: 3rem;
    padding: 2px 25px;
  }
  main.styleDetail .staffBlock .btn {
    margin-bottom: 0;
  }
  main.styleDetail .staffBlock .btn a {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 5px;
  }
  main.styleDetail section.relatedStyle {
    padding-top: 0;
    margin: 0 0 80px;
  }
  main.styleDetail section.relatedStyle h2 {
    font-size: 42px;
    font-size: 4.2rem;
    margin: 0 0 40px;
  }
  main.styleDetail section.relatedStyle h2 span {
    font-size: 22px;
    font-size: 2.2rem;
  }
  main.styleDetail section.relatedStyle ul.list {
    margin: 0 0 40px;
  }
  main.styleDetail section.relatedStyle ul.list li {
    width: 24%;
    margin-right: 1%;
    margin-bottom: 10px;
  }
  main.styleDetail section.relatedStyle ul.list li:nth-child(3n) {
    margin-right: 1%;
  }
  main.styleDetail section.relatedStyle ul.list li:nth-child(4n) {
    margin-right: 0;
  }
  main.styleDetail section.relatedStyle .more {
    text-align: center;
  }
  main.styleDetail section.relatedStyle .more a {
    font-size: 30px;
    font-size: 3rem;
    padding: 2px 25px;
  }
  main.styleDetail section.blog {
    margin: 0 0 40px;
  }
  main.styleDetail section.blog h2 {
    font-size: 42px;
    font-size: 4.2rem;
    margin: 0 0 40px;
  }
  main.styleDetail section.blog h2 span {
    font-size: 22px;
    font-size: 2.2rem;
  }
  main.styleDetail section.blog .related ul {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
  main.styleDetail section.blog .related ul li {
    margin-bottom: 0;
    width: 30%;
  }
  main.styleDetail section.blog .related ul li a {
    display: block;
  }
  main.styleDetail section.blog .related ul li a figure {
    width: 100%;
    height: calc(100vw * 0.3 * 1.333333);
  }
}

@media screen and (min-width: 768px) and (min-width: 1200px) {
  main.styleDetail section.blog .related ul li a figure {
    width: 348.43px;
    height: 464.57px;
  }
}

@media screen and (min-width: 768px) {
  main.styleDetail section.blog .related ul li a dl {
    width: auto;
  }
  main.styleDetail section.blog .related ul li a dl dt {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 10px;
  }
  main.styleDetail section.blog .related ul li a dl dd {
    font-size: 20px;
    font-size: 2rem;
  }
  main.styleDetail section.blog .more {
    margin-top: 1.5em;
    text-align: center;
  }
  main.styleDetail section.blog .more a {
    font-size: 30px;
    font-size: 3rem;
    padding: 2px 25px;
  }
  main.styleDetail section.social dl {
    padding: 0;
    margin: 40px 0;
  }
  main.styleDetail section.social dl dt {
    font-size: 20px;
    font-size: 2rem;
  }
  main.styleDetail section.social dl dd {
    width: auto;
  }
  main.styleDetail section.social dl dd ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-bottom: 0;
  }
  main.styleDetail section.social dl dd ul li {
    width: 9.31099%;
    margin-right: 2.7933%;
    margin-left: 2.7933%;
  }
  main.styleDetail section.social dl dd ul li a img {
    max-width: 100%;
    height: auto;
    width: 100%\9;
  }
  main.menu .columnLayout {
    margin-bottom: 80px;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  main.menu .columnLayout section {
    width: 48%;
    align-self: flex-start;
  }
  main.menu section {
    margin-bottom: 60px;
  }
  main.menu section .figTtl {
    position: relative;
    margin: 0 0 20px;
  }
  main.menu section .figTtl dl dt {
    font-size: 44px;
    font-size: 4.4rem;
  }
  main.menu section .figTtl dl dd {
    font-size: 22px;
    font-size: 2.2rem;
  }
  main.menu section .lead p {
    margin: 0 20px 40px;
    font-size: 22px;
    font-size: 2.2rem;
  }
  main.menu section .moreBtn {
    margin: 0 0 10px;
  }
  main.menu section .moreBtn a {
    font-size: 26px;
    font-size: 2.6rem;
    padding: 5px 20px;
  }
  main.menu section .moreBtn a:after {
    content: "&gt;";
    float: right;
  }
  main.menu section .notice {
    margin: 0 20px 40px;
    text-align: right;
  }
  main.menu section ul.menus {
    margin-bottom: 30px;
  }
  main.menu section ul.menus li &gt; dl {
    margin-bottom: 0;
  }
  main.menu section ul.menus li &gt; dl &gt; dt {
    position: relative;
    cursor: pointer;
  }
  main.menu section ul.menus li &gt; dl &gt; dt:after {
    content: "";
    width: 25px;
    height: 25px;
    background: url("img/menu/icon.png");
    background-size: 100% auto;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 15px;
  }
  main.menu section ul.menus li &gt; dl &gt; dt.open:after {
    background-position: 0 100%;
  }
  main.menu section ul.menus li &gt; dl &gt; dt dl {
    padding: 10px;
    padding-right: 40px;
  }
  main.menu section ul.menus li &gt; dl &gt; dt dl dt,
  main.menu section ul.menus li &gt; dl &gt; dt dl dd {
    font-size: 24px;
    font-size: 2.4rem;
  }
  main.menu section ul.menus li &gt; dl &gt; dt dl dt span,
  main.menu section ul.menus li &gt; dl &gt; dt dl dd span {
    font-size: 20px;
    font-size: 2rem;
  }
  main.menu section ul.menus li &gt; dl &gt; dt dl dt {
    position: relative;
  }
  main.menu section ul.menus li &gt; dl &gt; dt dl dd {
    white-space: nowrap;
  }
  main.menu section ul.menus li &gt; dl &gt; dd {
    padding: 10px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  main.menu section .coupon .label {
    font-size: 20px;
    font-size: 2rem;
    padding: 3px 0;
    margin: 0 0 10px;
  }
  main.menu section .coupon .icon {
    margin: 0 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  main.menu section .coupon .icon li {
    font-size: 20px;
    font-size: 2rem;
  }
  main.menu section .coupon h2 {
    font-size: 30px;
    font-size: 3rem;
    margin: 0 0 10px;
  }
  main.menu section .coupon .price {
    margin: 0 0 10px;
    font-size: 30px;
    font-size: 3rem;
  }
  main.menu section .coupon .btns {
    margin: 0;
  }
  main.menu section .coupon .btns li.reserve {
    margin-bottom: 0.5em;
  }
  main.menu section .coupon .btns li.reserve a {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 5px;
  }
  main.menu section .coupon .btns li.reserve a img {
    width: 40px;
  }
  main.menu section .coupon .btns li.jump a {
    font-size: 24px;
    font-size: 2.4rem;
  }
  main.menu section .movie {
    width: 100%;
    height: 100%;
    height: calc(93.33333% * 0.48 * 0.5625);
    margin: 0 auto 1em;
    padding-top: 56.25%;
    position: relative;
  }
}

@media screen and (min-width: 768px) and (min-width: 1200px) {
  main.menu section .movie {
    height: 302.39px;
  }
}

@media screen and (min-width: 768px) {
  main.menu section .movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
  main.blog h2 {
    font-size: 30px;
    font-size: 3rem;
    margin: 20px 0;
  }
  main.blog section.columnList {
    margin-bottom: 70px;
  }
  main.blog section.columnList ul {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  main.blog section.columnList ul li {
    margin-bottom: 1em;
    width: 31.11111%;
  }
  main.blog section.columnList ul li a {
    display: block;
  }
  main.blog section.columnList ul li a figure {
    width: 100%;
    height: calc(100vw * 0.311111 * 1.333333);
  }
}

@media screen and (min-width: 768px) and (min-width: 1200px) {
  main.blog section.columnList ul li a figure {
    width: 348.43px;
    height: 464.57px;
  }
}

@media screen and (min-width: 768px) {
  main.blog section.columnList ul li a dl {
    width: auto;
    margin-bottom: 0;
  }
  main.blog section.columnList ul li a dl dt {
    font-size: 20px;
    font-size: 2rem;
  }
  main.blog section.columnList ul li a dl dd {
    font-size: 20px;
    font-size: 2rem;
  }
  main.blog .columnLayout .column {
    width: 75%;
  }
  main.blog .columnLayout .column.pc-only {
    width: 23%;
  }
  main.blog .columnLayout .column.pc-only h3 {
    font-size: 26px;
    font-size: 2.6rem;
    color: #886c00;
    margin-bottom: 10px;
  }
  main.blog .columnLayout .column.pc-only .related ul li {
    margin-bottom: 20px;
  }
  main.blog .columnLayout .column.pc-only .related ul li a {
    text-decoration: none;
  }
  main.blog .columnLayout .column.pc-only .related ul li figure img {
    max-width: 100%;
    height: auto;
    width: 100%\9;
  }
  main.blog .columnLayout .column.pc-only .related ul li dl dt {
    font-family: "Yu Mincho", "YuMincho";
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 10px;
  }
  main.blog .columnLayout .column.pc-only .related ul li dl dd {
    font-size: 20px;
    font-size: 2rem;
  }
  main.blog .blogCont .hgroup {
    padding: 0;
    margin-bottom: 20px;
  }
  main.blog .blogCont .hgroup h2 {
    font-size: 34px;
    font-size: 3.4rem;
    margin-bottom: 10px;
  }
  main.blog .blogCont .hgroup .date {
    margin-bottom: 10px;
    font-size: 20px;
    font-size: 2rem;
  }
  main.blog .blogCont .cont {
    margin: 0;
  }
  main.blog .blogCont .cont p,
  main.blog .blogCont .cont &gt; div {
    margin-bottom: 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  main.blog .blogCont .cont p a,
  main.blog .blogCont .cont &gt; div a {
    font-size: 14px;
    font-size: 1.4rem;
  }
  main.blog .blogCont .cont img.alignnone,
  main.blog .blogCont .cont img.aligncenter {
    max-width: 50%;
    margin: 0 auto 1em;
    display: block;
  }
  main.blog .blogCont .cont .fixed img.alignnone,
  main.blog .blogCont .cont .fixed img.aligncenter {
    max-width: 100%;
  }
  main.blog .blogCont .cont .couponBlock {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  main.blog .blogCont .cont .couponBlock figure {
    margin-bottom: 20px;
  }
  main.blog .blogCont .cont .couponBlock .info {
    border: #a5b709 1px solid;
    background: #fefef4;
    padding: 20px;
  }
  main.blog .blogCont .cont .couponBlock .info h3 {
    font-size: 28px;
    font-size: 2.8rem;
  }
  main.blog .blogCont .cont .couponBlock .info .price {
    font-size: 28px;
    font-size: 2.8rem;
  }
  main.blog .blogCont .cont .couponBlock .info .price span {
    font-size: 40px;
    font-size: 4rem;
  }
  main.blog .blogCont .cont .couponBlock .info .btn {
    margin-bottom: 0;
  }
  main.blog .blogCont .cont .couponBlock .info .btn a {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 5px;
  }
  main.blog .blogCont .cont .couponBlock .info .btn a img {
    width: 40px;
  }
  main.blog section.blogFooter {
    padding: 20px;
  }
  main.blog section.blogFooter h3 {
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 10px;
  }
  main.blog section.blogFooter .staffBlock {
    padding: 20px;
    margin-bottom: 20px;
  }
  main.blog section.blogFooter .staffBlock .inner {
    margin-bottom: 20px;
  }
  main.blog section.blogFooter .staffBlock .inner .cont h4 {
    font-size: 38px;
    font-size: 3.8rem;
  }
  main.blog section.blogFooter .staffBlock .inner .cont h4 span {
    font-size: 16px;
    font-size: 1.6rem;
  }
  main.blog section.blogFooter .staffBlock .inner .cont p {
    margin-bottom: 10px;
    font-size: 20px;
    font-size: 2rem;
  }
  main.blog section.blogFooter .staffBlock .inner .cont .more {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  main.blog section.blogFooter .staffBlock .inner .cont .more a {
    font-size: 30px;
    font-size: 3rem;
    padding: 2px 25px;
  }
  main.blog section.blogFooter .staffBlock .btn {
    margin-bottom: 0;
  }
  main.blog section.blogFooter .staffBlock .btn a {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 5px;
  }
  main.blog section.blogFooter .staffBlock .btn a img {
    width: 40px;
  }
  main.blog section.blogFooter .related ul {
    margin-bottom: 0;
  }
  main.blog section.blogFooter .related ul li {
    margin-bottom: 1em;
  }
  main.blog section.blogFooter .related ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    text-decoration: none;
  }
  main.blog section.blogFooter .related ul li a figure {
    width: 48.33333%;
  }
  main.blog section.blogFooter .related ul li a figure img {
    max-width: 100%;
    height: auto;
    width: 100%\9;
  }
  main.blog section.blogFooter .related ul li a dl {
    width: 44.16667%;
    margin-bottom: 0;
  }
  main.blog section.blogFooter .related ul li a dl dt {
    font-family: "Yu Mincho", "YuMincho";
    font-size: 3.125vw;
    margin-bottom: 1em;
  }
  main.blog section.blogFooter .related ul li a dl dd {
    font-size: 3.125vw;
  }
  main.blog section.social dl {
    padding: 0;
    margin: 40px 0 40px 60px;
  }
  main.blog section.social dl dt {
    font-size: 20px;
    font-size: 2rem;
  }
  main.blog section.social dl dd {
    width: auto;
  }
  main.blog section.social dl dd ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
  }
  main.blog section.social dl dd ul li {
    width: 13.03538%;
    margin-right: 5.58659%;
  }
  main.blog section.social dl dd ul li:last-child {
    margin-right: 0;
  }
  main.blog section.social dl dd ul li a img {
    max-width: 100%;
    height: auto;
    width: 100%\9;
  }
  main.coupon ul.banners {
    width: 88%;
    margin: 0 auto 3em;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }
  main.coupon ul.banners li {
    width: 48%;
    margin-right: 4%;
  }
  main.coupon ul.banners li:nth-of-type(2n) {
    margin-right: 0;
  }
  main.coupon .searchBlock {
    padding: 40px;
    margin-bottom: 40px;
  }
  main.coupon .searchBlock h2 {
    font-size: 20px;
    font-size: 2rem;
    padding-left: 20px;
    margin-bottom: 20px;
    margin-left: 0;
  }
  main.coupon .searchBlock ul.tag {
    margin-bottom: 15px;
  }
  main.coupon .searchBlock ul.tag li {
    margin-bottom: 10px;
  }
  main.coupon .searchBlock ul.tag li a {
    font-size: 20px;
    font-size: 2rem;
    color: #6a6a6a;
    padding: 5px 10px;
  }
  main.coupon .searchBlock form {
    justify-content: flex-start;
  }
  main.coupon .searchBlock form input[type="text"] {
    font-size: 22px;
    font-size: 2.2rem;
    padding: 5px;
    margin-right: 3.69686%;
  }
  main.coupon h2.result {
    font-size: 40px;
    font-size: 4rem;
    text-align: center;
    margin: 0 0 20px;
    font-family: "Roboto", sans-serif;
    color: #a8a17a;
    font-weight: 100;
  }
  main.coupon p.result {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    margin: 0 0 3em;
  }
  main.coupon .anchor {
    margin: 0 auto 40px;
  }
  main.coupon .anchor ul {
    justify-content: center;
  }
  main.coupon .anchor ul li {
    width: 30%;
    margin-right: 5%;
  }
  main.coupon .anchor ul li:last-child {
    margin-right: 0;
  }
  main.coupon .anchor ul li a {
    font-size: 20px;
    font-size: 2rem;
  }
  main.coupon section &gt; ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }
  main.coupon section &gt; ul &gt; li {
    width: 48%;
    margin-right: 2%;
    padding: 20px;
    margin-bottom: 20px;
  }
  main.coupon section &gt; ul &gt; li .label {
    font-size: 20px;
    font-size: 2rem;
    padding: 5px;
    margin: 0 0 10px;
  }
  main.coupon section &gt; ul &gt; li .icon {
    margin: 0 0 10px;
  }
  main.coupon section &gt; ul &gt; li .icon li {
    font-size: 15px;
    font-size: 1.5rem;
  }
  main.coupon section &gt; ul &gt; li h2 {
    font-size: 22px;
    font-size: 2.2rem;
    margin: 0 0 10px;
  }
  main.coupon section &gt; ul &gt; li .price {
    text-align: right;
    margin: 0 0 20px;
    font-size: 30px;
    font-size: 3rem;
  }
  main.coupon section &gt; ul &gt; li .figBox {
    margin: 0 0 20px;
  }
  main.coupon section &gt; ul &gt; li .figBox .cont {
    font-size: 16px;
    font-size: 1.6rem;
  }
  main.coupon section &gt; ul &gt; li .btn {
    margin-bottom: 0;
  }
  main.coupon section &gt; ul &gt; li .btn a {
    padding: 5px;
    font-size: 30px;
    font-size: 3rem;
  }
  main.coupon ul.pageNate {
    margin: 40px 0 80px;
  }
  main.coupon ul.pageNate li {
    margin-left: 10px;
  }
  main.coupon ul.pageNate li.current a {
    border-color: #be9f31;
    color: #333;
  }
  main.coupon ul.pageNate li:fisrt-child {
    margin-left: 0;
  }
  main.coupon ul.pageNate li a {
    font-size: 34px;
    font-size: 3.4rem;
  }
  main.staff section {
    margin-bottom: 40px;
  }
  main.staff section h2 {
    font-size: 36px;
    font-size: 3.6rem;
    margin-bottom: 40px;
  }
  main.staff section ul {
    margin: 0 0;
  }
  main.staff section ul li {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 1em;
  }
  main.staff section ul li:nth-child(even) {
    margin-right: 5%;
  }
  main.staff section ul li:nth-child(3n) {
    margin-right: 0;
  }
  main.staff section ul li figure a {
    height: calc(93.3333vw * 0.3 * 1.333333);
  }
}

@media screen and (min-width: 768px) and (min-width: 1200px) {
  main.staff section ul li figure a {
    height: 448px;
  }
}

@media screen and (min-width: 768px) {
  main.staff section ul li .btn {
    margin-bottom: 10px;
  }
  main.staff section ul li .btn a {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 5px;
  }
  main.staff section ul li .btn a img {
    width: 40px;
  }
  main.staff section ul li h3 a {
    margin-bottom: 10px;
    font-size: 34px;
    font-size: 3.4rem;
  }
  main.staff section ul li h3 a span {
    font-size: 16px;
    font-size: 1.6rem;
  }
  main.staff section ul li p {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 10px;
  }
  main.ranking #ranking ul li {
    width: 20%;
    margin: 0 2.5% 1em;
  }
  main.ranking #ranking ul li h3 {
    font-size: 26px;
    font-size: 2.6rem;
  }
  main.ranking #ranking ul li h4 {
    font-size: 20px;
    font-size: 2rem;
  }
  main.ranking #ranking ul li a.detail {
    font-size: 20px;
    font-size: 2rem;
  }
  main.ranking #ranking ul li:nth-of-type(-n + 3) {
    width: 31%;
    margin: 0 1% 1em;
  }
  main.ranking #ranking ul li:nth-of-type(-n + 3) h3 {
    font-size: 34px;
    font-size: 3.4rem;
    width: 100%;
    background-size: 3em auto;
    padding-left: 3em;
  }
  main.ranking #ranking ul li:nth-of-type(-n + 3) a.detail {
    font-size: 20px;
    font-size: 2rem;
  }
  main.ranking .staff-ranking h2 {
    font-size: 40px;
    font-size: 4rem;
  }
  main.ranking .staff-ranking ul li:nth-of-type(-n + 3) {
    width: 31%;
    margin: 0 1% 1em;
    width: 31%;
    margin: 0 1% 1em;
  }
  main.ranking .staff-ranking ul li:nth-of-type(-n + 3) h3 {
    font-size: 30px;
    font-size: 3rem;
  }
  main.ranking .staff-ranking ul li:nth-of-type(-n + 3) h4 a {
    font-size: 26px;
    font-size: 2.6rem;
  }
  main.ranking .staff-ranking ul li:nth-of-type(-n + 3) p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  main.ranking .staff-ranking ul li:nth-of-type(-n + 3) a.pic {
    height: calc(88vw * 0.31 * 1.333333);
  }
  main.kodawari h2 {
    font-size: 32px;
    font-size: 3.2rem;
  }
  main.kodawari section li .column:first-child {
    width: 460px;
  }
  main.kodawari section li .process-image {
    width: 220px;
  }
  main.kodawari section#kodawari h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  main.question h2 {
    font-size: 32px;
    font-size: 3.2rem;
  }
  main.question #question {
    margin: 32px auto;
  }
  main.question #question li {
    margin-top: 32px;
  }
  main.question #question li .item-question::before {
    font-size: 32px;
    font-size: 3.2rem;
  }
  main.question #question li .answer {
    padding-right: 16px;
  }
  main.question #question li .answer::before {
    font-size: 32px;
    font-size: 3.2rem;
  }
  main.salon h2 {
    font-size: 32px;
    font-size: 3.2rem;
  }
  main.salon div.figBlock {
    margin: 55px auto 0;
  }
  main.salon div.figBlock img {
    max-width: 33%;
  }
  main.salon #salon-main {
    padding: 24px;
  }
  main.salon #salon-main h3 {
    font-size: 40px;
    font-size: 4rem;
  }
  main.salon .slide .arrow {
    height: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  main.salon .slide .arrow::before, main.salon .slide .arrow::after {
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    border-width: 30px;
    border-color: transparent;
    border-style: solid;
    position: absolute;
  }
  main.salon .slide .prev {
    left: -150px;
  }
  main.salon .slide .prev::before {
    border-right-color: #a8a07c;
    left: 0;
  }
  main.salon .slide .prev::after {
    border-right-color: #ffffff;
    left: 2px;
  }
  main.salon .slide .next {
    right: -150px;
  }
  main.salon .slide .next::before {
    border-left-color: #a8a07c;
    right: 0;
  }
  main.salon .slide .next::after {
    border-left-color: #ffffff;
    right: 2px;
  }
  main.salon #salon-second {
    margin: 0 auto 55px;
  }
  main.salon #salon-second h3 {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: normal;
  }
  main.salon ul#service_list {
    padding: 24px;
  }
  main.salon #salon-staff {
    margin: 0 auto 55px;
  }
  main.salon #promise .lead h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  main.salon #promise .lead p {
    font-size: 13px;
    font-size: 1.3rem;
  }
  main.salon #promise .lead .movie {
    margin: 4rem auto;
    width: 560px;
    height: 315px;
    padding-bottom: 0;
  }
  main.salon #promise .last h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  main.salon #promise .last p {
    font-size: 13px;
    font-size: 1.3rem;
  }
  main.salon #promise &gt; ul &gt; li {
    margin-bottom: 4rem;
  }
  main.salon #promise &gt; ul &gt; li h4 {
    margin-bottom: 1rem;
  }
  main.salon #promise &gt; ul &gt; li h4 .label {
    font-size: 14px;
    font-size: 1.4rem;
    vertical-align: middle;
  }
  main.salon #promise &gt; ul &gt; li h4 strong {
    font-size: 22px;
    font-size: 2.2rem;
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
  }
  main.salon #promise &gt; ul &gt; li .content {
    padding: 1rem 0 1rem 2rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  main.salon #promise &gt; ul &gt; li .content .left {
    margin-bottom: 0;
    width: 46%;
  }
  main.salon #promise &gt; ul &gt; li .content .right {
    width: 50%;
  }
  main.salon #promise &gt; ul &gt; li .content .bottom {
    width: 100%;
    margin: 2rem 0;
  }
  main.salon #promise &gt; ul &gt; li .content strong {
    font-size: 18px;
    font-size: 1.8rem;
  }
  main.reserve ul#reserve {
    width: 80%;
    margin: 0 auto;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }
  main.reserve ul#reserve li {
    width: 48%;
    margin-right: 4%;
  }
  main.reserve ul#reserve li:nth-of-type(2n) {
    margin-right: 0;
  }
  main.reserve ul#reserve li .movie {
    width: 560px;
    padding-top: 315px;
    margin-left: auto;
    margin-right: auto;
  }
  main.campaign .monthly {
    width: 88%;
    margin: 2em auto 0;
  }
  main.campaign .monthly ul {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }
  main.campaign .monthly ul li {
    width: 31%;
    margin: 0 3.5% 2em 0;
  }
  main.campaign .monthly ul li:nth-of-type(3n) {
    margin-right: 0;
  }
  main.page .line_id {
    display: none;
  }
  main.page.prevention #content-main {
    max-width: 1000px;
    overflow: hidden;
  }
  main.page.prevention #content-main h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  main.page.prevention #content-main p img {
    max-width: 240px;
    float: left;
    margin: 0 2rem 2rem 0;
  }
  main.page.prevention #content-main p:last-child::after {
    content: "";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
  }
  main.page.prevention #content-main .movie {
    margin: 0 auto 2rem;
    height: auto;
    padding-top: 0;
  }
  main.page.prevention #content-main .movie iframe,
  main.page.prevention #content-main .movie video {
    display: block;
    margin: 0 auto;
    position: relative;
    height: 315px;
    width: 560px;
  }
  main.movie #movie {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
  }
  main.movie #movie li:nth-of-type(2n) {
    margin-right: 0;
  }
  main.movie #movie li:not(:first-of-type) {
    width: 29.852941%;
    margin-right: 5%;
  }
  main.movie #movie li:nth-of-type(3n + 1) {
    margin-right: 0;
  }
  main.review #category_tag {
    margin: 0 auto 3rem;
    font-size: 15px;
    font-size: 1.5rem;
  }
  main.review #category_tag ul {
    border-bottom: 2px solid #a0967a;
    justify-content: center;
  }
  main.review #category_tag ul li {
    margin-bottom: 0;
  }
  main.review #category_tag ul li a {
    border-bottom: none;
  }
  main.review .review_wrapper h2 {
    font-size: 28px;
    font-size: 2.8rem;
  }
  main.review #voices,
  main.review .voices_list {
    width: 720px;
    margin: 0 auto;
  }
  main.review #voices li:not(:last-of-type),
  main.review .voices_list li:not(:last-of-type) {
    margin-bottom: 60px;
  }
  main.review #voices li dl dt .thumb,
  main.review .voices_list li dl dt .thumb {
    width: 20%;
  }
  main.review #voices li dl dd h3,
  main.review .voices_list li dl dd h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  main.review #voices li dl dd .cont,
  main.review .voices_list li dl dd .cont {
    display: flex;
    justify-content: space-between;
  }
  main.review #voices li dl dd .cont &gt; p,
  main.review .voices_list li dl dd .cont &gt; p {
    width: 72%;
  }
  main.review #voices li dl dd .cont figure,
  main.review .voices_list li dl dd .cont figure {
    width: 25%;
    margin: 0;
  }
  main.review #voices li dl dd .cont figure img,
  main.review .voices_list li dl dd .cont figure img {
    width: 100%;
  }
  main.recruit #content-main h2 {
    font-size: 22px;
    font-size: 2.2rem;
  }
  main.recruit #content-main dl.requirements {
    max-width: 600px;
    margin: 2rem auto 4rem;
  }
  main.recruit #content-main dl.requirements dt {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 1rem 2rem;
  }
  main.recruit #content-main dl.requirements dd {
    padding: 1rem 2rem 2rem;
  }
  main.recruit #content-main a.button {
    width: 480px;
    margin: 0 auto 4em;
  }
  #modal-main {
    width: 580px;
    height: 350px;
    padding: 10px;
    margin: 0;
    border: none;
  }
  #modal-main iframe {
    position: relative;
    width: 560px !important;
    height: 315px !important;
  }
  #modal-main p.modal-close {
    position: relative;
    text-align: right;
  }
  #lp #wrapper .visible-phone {
    display: none;
  }
  #lp #wrapper .hidden-phone {
    display: inherit;
  }
  #lp #wrapper article #mv {
    max-width: 1333px;
    margin: 0 auto 4rem;
  }
  #lp #wrapper article .cta {
    margin: 5rem auto;
    padding: 0;
    max-width: 940px;
  }
  #lp #wrapper article #lead {
    margin-bottom: 4rem;
    font-size: 18px;
    font-size: 1.8rem;
  }
  #lp #wrapper article #coupon {
    padding: 3rem;
    margin-bottom: 4rem;
  }
  #lp #wrapper article #coupon hgroup h3 {
    margin-bottom: 3rem;
  }
  #lp #wrapper article #coupon hgroup h3 img {
    width: 131px;
  }
  #lp #wrapper article #coupon hgroup h2 {
    font-size: 23px;
    font-size: 2.3rem;
  }
  #lp #wrapper article #coupon hgroup h2 small {
    font-size: 18px;
    font-size: 1.8rem;
  }
  #lp #wrapper article #coupon .inner {
    padding: 4.5rem;
    max-width: 1120px;
  }
  #lp #wrapper article #coupon .inner ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  #lp #wrapper article #coupon .inner ul li {
    width: 32%;
    max-width: 360px;
    margin: 0 4% 3rem;
  }
  #lp #wrapper article #coupon .inner ul li .text .right span.button {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #lp #wrapper article #coupon .inner ul li h4 {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #lp #wrapper article #coupon .inner ul li h3 {
    font-size: 19px;
    font-size: 1.9rem;
  }
  #lp #wrapper article #coupon .inner ul li p.price {
    font-size: 20px;
    font-size: 2rem;
  }
  #lp #wrapper article #coupon .inner ul li p.price span {
    font-size: 25px;
    font-size: 2.5rem;
  }
  #lp #wrapper article #menu_and_coupon {
    margin-bottom: 4rem;
  }
  #lp #wrapper article #menu_and_coupon .banners {
    display: flex;
    justify-content: center;
  }
  #lp #wrapper article #menu_and_coupon .banners a {
    margin: 0 2rem;
    max-width: 340px;
  }
  #lp #wrapper article #staff {
    padding: 5rem;
  }
  #lp #wrapper article #staff hgroup h3 img {
    width: 104px;
  }
  #lp #wrapper article #staff hgroup h2 {
    font-size: 12px;
    font-size: 1.2rem;
  }
  #lp #wrapper article #staff ul {
    margin: 0 auto;
    max-width: 1120px;
  }
  #lp #wrapper article #staff ul li {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 1em;
  }
  #lp #wrapper article #staff ul li:nth-child(even) {
    margin-right: 5%;
  }
  #lp #wrapper article #staff ul li:nth-child(3n) {
    margin-right: 0;
  }
  #lp #wrapper article #staff ul li figure a {
    height: calc(93.3333vw * 0.3 * 1.333333);
  }
}

@media screen and (min-width: 768px) and (min-width: 1200px) {
  #lp #wrapper article #staff ul li figure a {
    height: 448px;
  }
}

@media screen and (min-width: 768px) {
  #lp #wrapper article #staff ul li .btn {
    margin-bottom: 10px;
  }
  #lp #wrapper article #staff ul li .btn a {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 5px;
  }
  #lp #wrapper article #staff ul li .btn a img {
    width: 40px;
  }
  #lp #wrapper article #staff ul li h3 a {
    margin-bottom: 10px;
    font-size: 34px;
    font-size: 3.4rem;
  }
  #lp #wrapper article #staff ul li h3 a span {
    font-size: 16px;
    font-size: 1.6rem;
  }
  #lp #wrapper article #staff ul li p {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 10px;
  }
  #lp #wrapper article #menu {
    padding: 5rem;
  }
  #lp #wrapper article #menu hgroup {
    margin-bottom: 5rem;
  }
  #lp #wrapper article #menu hgroup h3 img {
    width: 112px;
  }
  #lp #wrapper article #menu hgroup h2 {
    font-size: 12px;
    font-size: 1.2rem;
  }
  #lp #wrapper article #menu #menu_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1120px;
    margin: 0 auto;
  }
  #lp #wrapper article #menu #menu_list .menu_item {
    width: 46%;
  }
  #lp #wrapper article #menu #menu_list .menu_item:nth-last-of-type(n + 2) {
    margin-bottom: 6rem;
  }
  #lp #wrapper article #menu #menu_list .menu_item:nth-last-of-type(-n + 2) {
    margin-bottom: 0;
  }
  #lp #wrapper article #menu #menu_list .menu_item .lead {
    padding: 3rem;
  }
  #lp #wrapper article #menu #menu_list .menu_item .lead hgroup p {
    font-size: 50px;
    font-size: 5rem;
  }
  #lp #wrapper article #menu #menu_list .menu_item .lead hgroup h2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  #lp #wrapper article #menu #menu_list .menu_item .lead &gt; p {
    font-size: 18px;
    font-size: 1.8rem;
  }
  #lp #wrapper article #menu #menu_list .menu_item .notice {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #lp #wrapper article #menu #menu_list .menu_item .menus li {
    font-size: 18px;
    font-size: 1.8rem;
  }
  #lp #wrapper article #menu #menu_list .menu_item .moreBtn a {
    font-size: 17px;
    font-size: 1.7rem;
  }
  #lp #wrapper article #menu #menu_list .menu_item .moreBtn a strong {
    font-size: 40px;
    font-size: 4rem;
  }
  #lp #wrapper article #shop {
    padding: 5rem;
  }
  #lp #wrapper article #shop hgroup {
    margin-bottom: 5rem;
  }
  #lp #wrapper article #shop hgroup h3 img {
    width: 104px;
  }
  #lp #wrapper article #shop hgroup h2 {
    font-size: 12px;
    font-size: 1.2rem;
  }
  #lp #wrapper article #shop figure {
    display: flex;
    justify-content: space-between;
    max-width: 1120px;
    margin: 0 auto 5rem;
  }
  #lp #wrapper article #shop figure img {
    margin: 0;
    width: 31%;
  }
  #lp #wrapper article #shop #salon-main {
    max-width: 800px;
    margin: 0 auto;
  }
  #lp #wrapper article #shop #salon-main h3 {
    font-size: 23px;
    font-size: 2.3rem;
  }
  #lp #wrapper article #shop #salon-main p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 1200px) {
  .flexArea {
    max-width: 1120px;
    width: auto;
  }
}
</pre></body></html>