@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
ul,
p {
  margin: 0;
  padding: 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
.font_futura_pt_medium {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #303030;
}
.font_adobe_century_gothic_regular {
  font-family: century-gothic, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #303030;
}
.font_adobe_adobe_garamond_pro_regular {
  font-family: adobe-garamond-pro, serif;
  font-weight: 400;
  font-style: normal;
  color: #303030;
}
.font_yumincho {
  font-family: 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'ＭＳ 明朝', 'MS Mincho', serif;
  font-weight: normal;
  font-style: normal;
  color: #303030;
}
.font_orpheuspro_regular {
  font-family: orpheuspro, serif;
  font-weight: 400;
  font-style: normal;
}
.font_dnp_shuei_mincho_pr6n_l {
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.font,
body {
  font-family: '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #303030;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  word-wrap: break-word;
  white-space: normal;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
html,
body,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}
article,
header,
footer,
aside,
figure,
figcaption,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #303030;
}
img {
  vertical-align: bottom;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
}
body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  overflow-x: hidden;
  background: #f1f1ef;
}
html.wf-loading {
  visibility: hidden;
}
.hidden {
  visibility: hidden;
}
.duotone-filters {
  height: 0;
  left: -9999em;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 0;
}
strong a {
  font-weight: bold;
}
@media all and (max-width: 800px) {
  br.sp_none {
    display: none;
  }
}
html,
body {
  height: 100%;
  margin: 0;
}
html.fixed,
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
body #container {
  min-height: 100%;
  margin-bottom: -260px;
}
@media all and (max-width: 800px) {
  body #container {
    margin-bottom: -380px;
  }
}
body #footer,
body #footer_height {
  height: 260px;
}
@media all and (max-width: 800px) {
  body #footer,
  body #footer_height {
    height: 380px;
  }
}
body #footer {
  background: #ffffff;
  padding: 0 30px;
}
@media all and (min-width: 1060px) {
  body #footer {
    padding: 0 2.8%;
  }
}
@media all and (min-width: 1590px) {
  body #footer {
    padding: 0 45px;
  }
}
@media all and (max-width: 800px) {
  body #footer {
    padding: 0 20px;
  }
}
body #footer .footer_inner {
  height: 100%;
  position: relative;
}
body #footer .footer_inner .footer_menu {
  padding-top: 53px;
}
@media all and (min-width: 1590px) {
  body #footer .footer_inner .footer_menu {
    width: 1500px;
    margin-left: auto;
  }
}
@media all and (max-width: 800px) {
  body #footer .footer_inner .footer_menu {
    padding-top: 121px;
  }
}
body #footer .footer_inner .footer_menu .side {
  float: left;
  width: 20%;
}
@media all and (max-width: 800px) {
  body #footer .footer_inner .footer_menu .side {
    width: 50%;
  }
}
@media all and (max-width: 800px) {
  body #footer .footer_inner .footer_menu .side.contact {
    width: 100%;
    padding-bottom: 26px;
  }
}
body #footer .footer_inner .footer_menu .bottom_logo {
  min-height: 1px;
}
@media all and (max-width: 800px) {
  body #footer .footer_inner .footer_menu .bottom_logo {
    min-height: 0;
  }
}
body #footer .footer_inner .footer_menu .bottom_logo a {
  display: block;
  position: absolute;
  top: 41px;
  left: 0;
  z-index: 2;
}
@media all and (max-width: 800px) {
  body #footer .footer_inner .footer_menu .bottom_logo a {
    top: 40px;
  }
}
body #footer .footer_inner .footer_menu .bottom_logo a img {
  display: block;
  width: 94px;
  height: 33px;
}
@media all and (max-width: 800px) {
  body #footer .footer_inner .footer_menu .bottom_logo a img {
    width: 78px;
    height: 27px;
  }
}
body #footer .footer_inner .footer_menu ul {
  font-size: 0;
}
body #footer .footer_inner .footer_menu ul li a {
  display: inline-block;
  font-family: futura-pt, '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 1px;
}
@media all and (max-width: 800px) {
  body #footer .footer_inner .footer_menu ul li a {
    font-size: 14px;
    line-height: 26px;
  }
}
body #footer .footer_inner .footer_menu ul li a:hover {
  color: #999999;
}
.sp body #footer .footer_inner .footer_menu ul li a:hover,
.tablet body #footer .footer_inner .footer_menu ul li a:hover {
  color: #303030;
}
body #footer .footer_inner .footer_menu ul.sub {
  padding-top: 6px;
}
@media all and (max-width: 800px) {
  body #footer .footer_inner .footer_menu ul.sub {
    width: 100%;
    padding-top: 27px;
  }
}
body #footer .footer_inner .footer_menu ul.sub li {
  margin-bottom: 9px;
}
@media all and (max-width: 800px) {
  body #footer .footer_inner .footer_menu ul.sub li {
    float: left;
    margin-right: 23px;
    margin-bottom: 0;
  }
}
body #footer .footer_inner .footer_menu ul.sub li:last-child {
  margin-bottom: 0;
}
body #footer .footer_inner .footer_menu ul.sub li a {
  font-size: 11px;
  line-height: 20px;
  color: #999999;
}
body #footer .footer_inner .footer_menu ul.sub li a:hover {
  color: #303030;
}
.sp body #footer .footer_inner .footer_menu ul.sub li a:hover,
.tablet body #footer .footer_inner .footer_menu ul.sub li a:hover {
  color: #999999;
}
@media all and (max-width: 800px) {
  body #footer .footer_inner .footer_menu ul.sub:after {
    content: "";
    display: block;
    clear: both;
  }
}
body #footer .footer_inner .footer_menu:after {
  content: "";
  display: block;
  clear: both;
}
body #footer .footer_inner .copyright {
  width: 100%;
  position: absolute;
  bottom: 17px;
  left: 0;
  z-index: 2;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #303030;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.8px;
}
@media all and (max-width: 800px) {
  body #footer .footer_inner .copyright {
    bottom: 16px;
  }
}
@media all and (max-width: 800px) {
  body #footer .footer_inner .copyright {
    font-size: 10px;
    line-height: 16px;
  }
}
#header {
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: #ffffff;
  padding: 0 30px;
}
@media all and (min-width: 1060px) {
  #header {
    padding: 0 2.8%;
  }
}
@media all and (min-width: 1590px) {
  #header {
    padding: 0 45px;
  }
}
@media all and (max-width: 800px) {
  #header {
    height: 60px;
    padding: 0 20px;
  }
}
#header .header_inner .logo {
  float: left;
  padding-top: 23px;
}
@media all and (max-width: 800px) {
  #header .header_inner .logo {
    padding-top: 16px;
  }
}
#header .header_inner .logo a {
  display: block;
}
#header .header_inner .logo a img {
  display: block;
  width: 94px;
  height: 33px;
}
@media all and (max-width: 800px) {
  #header .header_inner .logo a img {
    width: 78px;
    height: 27px;
  }
}
#header .header_inner .menu {
  float: right;
  padding-top: 23px;
}
@media all and (max-width: 800px) {
  #header .header_inner .menu {
    padding-top: 13px;
  }
}
#header .header_inner .menu a {
  display: inline-block;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #303030;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 1px;
  position: relative;
  right: -10px;
  padding: 10px;
}
#header .header_inner .menu a:hover {
  color: #999999;
}
.sp #header .header_inner .menu a:hover,
.tablet #header .header_inner .menu a:hover {
  color: #303030;
}
#header .header_inner:after {
  content: "";
  display: block;
  clear: both;
}
#menu {
  display: none;
  width: 80%;
  max-width: 1272px;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  background: #333333;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media all and (max-width: 800px) {
  #menu {
    width: 100%;
  }
}
#menu.active {
  display: block;
}
#menu .menu_inner {
  position: relative;
}
#menu .menu_inner .menu {
  width: 80%;
  text-align: right;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 3;
  padding: 23px 30px 0 0;
}
@media all and (min-width: 1060px) {
  #menu .menu_inner .menu {
    padding-right: 2.8%;
  }
}
@media all and (min-width: 1590px) {
  #menu .menu_inner .menu {
    padding-right: 45px;
  }
}
@media all and (max-width: 800px) {
  #menu .menu_inner .menu {
    width: 100%;
    padding: 13px 10px 0 0;
  }
}
#menu .menu_inner .menu a {
  display: inline-block;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #303030;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 1px;
  color: #ffffff;
  position: relative;
  right: -10px;
  padding: 10px;
}
@media all and (max-width: 800px) {
  #menu .menu_inner .menu a {
    position: static;
    right: 0;
  }
}
#menu .menu_inner .menu a:hover {
  color: #999999;
}
.sp #menu .menu_inner .menu a:hover,
.tablet #menu .menu_inner .menu a:hover {
  color: #ffffff;
}
#menu .menu_inner .kiseki {
  width: 100%;
  text-align: right;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 32px 0 0 50px;
}
@media all and (min-width: 1060px) {
  #menu .menu_inner .kiseki {
    padding-left: 5.9%;
  }
}
@media all and (min-width: 1590px) {
  #menu .menu_inner .kiseki {
    padding-left: 75px;
  }
}
@media all and (max-width: 800px) {
  #menu .menu_inner .kiseki {
    padding: 24px 0 0 20px;
  }
}
#menu .menu_inner .kiseki p {
  float: left;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #303030;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 1px;
  color: #ffffff;
}
@media all and (max-width: 800px) {
  #menu .menu_inner .kiseki p {
    font-size: 14px;
    letter-spacing: 0.8px;
  }
}
#menu .menu_inner .kiseki img {
  float: left;
  display: block;
  width: 68px;
  height: 14px;
  margin: 1px 0 0 20px;
}
@media all and (max-width: 800px) {
  #menu .menu_inner .kiseki img {
    width: 56px;
    height: 12px;
    margin: 0 0 0 10px;
  }
}
#menu .menu_inner .kiseki:after {
  content: "";
  display: block;
  clear: both;
}
#menu .menu_inner nav.main {
  padding: 139px 0 0 8.3%;
}
@media all and (min-width: 1590px) {
  #menu .menu_inner nav.main {
    padding-left: 105px;
  }
}
@media all and (max-width: 800px) {
  #menu .menu_inner nav.main {
    padding: 104px 20px 0 30px;
  }
}
#menu .menu_inner nav.main ul {
  font-size: 0;
}
#menu .menu_inner nav.main ul li a {
  display: inline-block;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #303030;
  font-size: 40px;
  line-height: 70px;
  letter-spacing: 1.8px;
  color: #e7e6db;
  position: relative;
}
@media all and (max-width: 800px) {
  #menu .menu_inner nav.main ul li a {
    font-size: 26px;
    line-height: 50px;
    letter-spacing: 1px;
  }
}
#menu .menu_inner nav.main ul li a img {
  display: none;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 21px;
  left: -20px;
  opacity: 0.3;
}
@media all and (max-width: 800px) {
  #menu .menu_inner nav.main ul li a img {
    width: 18px;
    height: 18px;
    top: 16px;
    left: -13px;
  }
}
#menu .menu_inner nav.main ul li a.current img {
  display: block;
}
#menu .menu_inner nav.main ul li a:not(.current):hover img {
  display: block;
}
.sp #menu .menu_inner nav.main ul li a:not(.current):hover img,
.tablet #menu .menu_inner nav.main ul li a:not(.current):hover img {
  display: none;
}
#menu .menu_inner nav.sub {
  padding: 51px 0 184px 8.3%;
}
@media all and (min-width: 1590px) {
  #menu .menu_inner nav.sub {
    padding-left: 105px;
  }
}
@media all and (max-width: 800px) {
  #menu .menu_inner nav.sub {
    padding: 34px 20px 86px 30px;
  }
}
#menu .menu_inner nav.sub ul {
  float: left;
  font-size: 0;
}
@media all and (max-width: 800px) {
  #menu .menu_inner nav.sub ul {
    float: none;
  }
}
#menu .menu_inner nav.sub ul:first-child {
  padding-right: 70px;
}
#menu .menu_inner nav.sub ul li a {
  display: inline-block;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #303030;
  font-size: 20px;
  line-height: 45px;
  letter-spacing: 1px;
  color: #ffffff;
  position: relative;
}
@media all and (max-width: 800px) {
  #menu .menu_inner nav.sub ul li a {
    font-size: 18px;
    line-height: 40px;
    letter-spacing: 0.8px;
  }
}
#menu .menu_inner nav.sub ul li a img {
  display: none;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 14px;
  left: -14px;
  opacity: 0.3;
}
@media all and (max-width: 800px) {
  #menu .menu_inner nav.sub ul li a img {
    width: 15px;
    height: 15px;
    top: 12px;
    left: -12px;
  }
}
#menu .menu_inner nav.sub ul li a.current img {
  display: block;
}
#menu .menu_inner nav.sub ul li a:not(.current):hover img {
  display: block;
}
.sp #menu .menu_inner nav.sub ul li a:not(.current):hover img,
.tablet #menu .menu_inner nav.sub ul li a:not(.current):hover img {
  display: none;
}
#menu .menu_inner nav.sub:after {
  content: "";
  display: block;
  clear: both;
}
body:not(#top) #container #main {
  padding-top: 80px;
}
@media all and (max-width: 800px) {
  body:not(#top) #container #main {
    padding-top: 60px;
  }
}
section.page_title.furniture {
  padding-bottom: 100px;
}
@media all and (max-width: 800px) {
  section.page_title.furniture {
    padding-bottom: 60px;
  }
}
section.page_title.furniture .title span.initial {
  display: block;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #303030;
  font-size: 26px;
  line-height: 38px;
  letter-spacing: 1.8px;
  text-indent: 1.8px;
  text-align: center;
  padding: 91px 0 49px 0;
}
@media all and (max-width: 800px) {
  section.page_title.furniture .title span.initial {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 1.5px;
    text-indent: 1.5px;
    padding: 54px 0 22px 0;
  }
}
section.page_title .title img {
  display: block;
  margin: 0 auto;
}
section.page_title .title img.lithos {
  width: 327px;
  height: 102px;
}
@media all and (max-width: 800px) {
  section.page_title .title img.lithos {
    width: 212px;
    height: 66px;
  }
}
section.main_image {
  padding: 0 30px;
}
@media all and (min-width: 1060px) {
  section.main_image {
    padding: 0 2.8%;
  }
}
@media all and (min-width: 1590px) {
  section.main_image {
    padding: 0 45px;
  }
}
@media all and (min-width: 2120px) {
  section.main_image {
    max-width: 2120px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 800px) {
  section.main_image {
    padding: 0 20px;
  }
}
section.main_image.full {
  padding: 0;
}
@media all and (min-width: 2120px) {
  section.main_image.full {
    max-width: none;
  }
}
section.main_image .lr_margin {
  padding: 0 10%;
}
@media all and (min-width: 1590px) {
  section.main_image .lr_margin {
    padding: 0 150px;
  }
}
@media all and (max-width: 800px) {
  section.main_image .lr_margin {
    padding: 0;
  }
}
section.brand_link {
  padding: 0 30px;
}
@media all and (min-width: 1060px) {
  section.brand_link {
    padding: 0 2.8%;
  }
}
@media all and (min-width: 1590px) {
  section.brand_link {
    padding: 0 45px;
  }
}
@media all and (min-width: 2120px) {
  section.brand_link {
    max-width: 2120px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 800px) {
  section.brand_link {
    padding: 0 20px;
  }
}
section.brand_link.on_description .logo {
  padding-bottom: 52px;
}
@media all and (max-width: 800px) {
  section.brand_link.on_description .logo {
    padding-bottom: 33px;
  }
}
section.brand_link .logo {
  padding: 20px 4% 60px 4%;
}
@media all and (min-width: 1590px) {
  section.brand_link .logo {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media all and (max-width: 800px) {
  section.brand_link .logo {
    padding: 0 0 40px 0;
  }
}
section.brand_link .logo img {
  display: block;
}
section.brand_link .logo img.strad {
  width: 94px;
  height: 33px;
}
@media all and (max-width: 800px) {
  section.brand_link .logo img.strad {
    width: 78px;
    height: 27px;
  }
}
section.brand_link .logo img.antolini {
  width: 330px;
  height: 25px;
}
@media all and (max-width: 800px) {
  section.brand_link .logo img.antolini {
    width: 270px;
    height: 21px;
  }
}
section.brand_link .logo img.gallery {
  width: 330px;
  height: 23px;
}
@media all and (max-width: 800px) {
  section.brand_link .logo img.gallery {
    width: 270px;
    height: 19px;
  }
}
section.brand_link .description {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 1px;
  padding: 0 10% 52px 10%;
}
@media all and (min-width: 1590px) {
  section.brand_link .description {
    padding-left: 150px;
    padding-right: 150px;
  }
}
@media all and (max-width: 800px) {
  section.brand_link .description {
    font-size: 14px;
    line-height: 26px;
    padding: 0 0 34px 0;
  }
}
section.brand_link .box_link {
  padding-top: 60px;
}
@media all and (max-width: 800px) {
  section.brand_link .box_link {
    padding-top: 20px;
  }
}
section.brand_link .box_link .left,
section.brand_link .box_link .right,
section.brand_link .box_link .center {
  width: 50%;
}
@media all and (max-width: 800px) {
  section.brand_link .box_link .left,
  section.brand_link .box_link .right,
  section.brand_link .box_link .center {
    width: 100%;
  }
}
section.brand_link .box_link .left,
section.brand_link .box_link .right {
  float: left;
}
@media all and (max-width: 800px) {
  section.brand_link .box_link .left,
  section.brand_link .box_link .right {
    float: none;
  }
}
@media all and (max-width: 800px) {
  section.brand_link .box_link .right {
    margin-top: 20px;
  }
}
section.brand_link .box_link .center {
  margin: 0 auto;
}
section.brand_link .box_link a {
  width: 68%;
  display: block;
  font-family: futura-pt, '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1px;
  text-indent: 1px;
  text-align: center;
  color: #ffffff;
  margin: 0 auto;
  padding: 17px 9px 17px 10px;
  background: #999999;
  border: 1px solid #999999;
}
@media all and (min-width: 1590px) {
  section.brand_link .box_link a {
    width: 510px;
  }
}
@media all and (max-width: 800px) {
  section.brand_link .box_link a {
    width: 100%;
    height: 50px;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.8px;
    text-indent: 0.8px;
    padding: 13px 0 0 0;
  }
}
section.brand_link .box_link a:hover {
  background: #303030;
  border: 1px solid #303030;
}
.sp section.brand_link .box_link a:hover,
.tablet section.brand_link .box_link a:hover {
  background: #999999;
  border: 1px solid #999999;
}
section.brand_link .box_link:after {
  content: "";
  display: block;
  clear: both;
}
section.brand_link + .brand_link {
  padding-top: 100px;
}
@media all and (max-width: 800px) {
  section.brand_link + .brand_link {
    padding-top: 60px;
  }
}
section.section_title {
  padding: 91px 30px 91px 30px;
}
@media all and (min-width: 1060px) {
  section.section_title {
    padding-left: 2.8%;
    padding-right: 2.8%;
  }
}
@media all and (min-width: 1590px) {
  section.section_title {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media all and (min-width: 2120px) {
  section.section_title {
    max-width: 2120px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 800px) {
  section.section_title {
    padding: 54px 20px 53px 20px;
  }
}
section.section_title .inner .title {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #303030;
  font-size: 26px;
  line-height: 38px;
  letter-spacing: 1.8px;
  text-indent: 1.8px;
  text-align: center;
}
@media all and (max-width: 800px) {
  section.section_title .inner .title {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 1.5px;
  }
}
section.main_description {
  padding: 90px 30px;
}
@media all and (min-width: 1060px) {
  section.main_description {
    padding-left: 2.8%;
    padding-right: 2.8%;
  }
}
@media all and (min-width: 1590px) {
  section.main_description {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media all and (min-width: 2120px) {
  section.main_description {
    max-width: 2120px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 800px) {
  section.main_description {
    padding: 54px 20px;
  }
}
section.main_description .inner {
  font-family: 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'ＭＳ 明朝', 'MS Mincho', serif;
  font-weight: normal;
  font-style: normal;
  color: #303030;
  font-size: 18px;
  line-height: 36px;
  letter-spacing: 1px;
  padding: 0 10%;
}
@media all and (min-width: 1590px) {
  section.main_description .inner {
    padding: 0 150px;
  }
}
@media all and (max-width: 800px) {
  section.main_description .inner {
    font-size: 14px;
    line-height: 26px;
    padding: 0;
  }
}
section.main_description .inner .title {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #303030;
  font-size: 26px;
  line-height: 38px;
  letter-spacing: 1.8px;
  padding: 1px 0 39px 0;
}
@media all and (max-width: 800px) {
  section.main_description .inner .title {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 1.5px;
    padding: 0 0 24px 0;
  }
}
section.main_description .inner .title.center {
  text-align: center;
  text-indent: 1.8px;
  padding-bottom: 79px;
}
@media all and (max-width: 800px) {
  section.main_description .inner .title.center {
    text-indent: 1.5px;
    padding-bottom: 46px;
  }
}
section.main_description .inner .headline {
  font-family: 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'ＭＳ 明朝', 'MS Mincho', serif;
  font-weight: normal;
  font-style: normal;
  color: #303030;
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: 3px;
  padding-bottom: 39px;
}
@media all and (max-width: 800px) {
  section.main_description .inner .headline {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 1.5px;
    padding-bottom: 25px;
  }
}
section.main_description .inner .side {
  padding-bottom: 39px;
}
@media all and (max-width: 800px) {
  section.main_description .inner .side {
    padding-bottom: 0;
  }
}
section.main_description .inner .side .logo {
  float: left;
  width: 50%;
  padding-top: 2px;
}
@media all and (max-width: 800px) {
  section.main_description .inner .side .logo {
    float: none;
    width: 100%;
    padding-top: 6px;
    padding-bottom: 33px;
  }
}
section.main_description .inner .side .logo img {
  display: block;
  width: 200px;
  height: 69px;
}
@media all and (max-width: 800px) {
  section.main_description .inner .side .logo img {
    width: 78px;
    height: 27px;
  }
}
section.main_description .inner .side .headline {
  float: right;
  width: 50%;
  padding-bottom: 0;
}
@media all and (max-width: 800px) {
  section.main_description .inner .side .headline {
    float: none;
    width: 100%;
    padding-bottom: 25px;
  }
}
section.main_description .inner .side:after {
  content: "";
  display: block;
  clear: both;
}
@media all and (max-width: 800px) {
  section.main_description .inner .side:after {
    display: none;
  }
}
section.gallery_intro {
  padding: 90px 30px 120px 30px;
}
@media all and (min-width: 1060px) {
  section.gallery_intro {
    padding-left: 2.8%;
    padding-right: 2.8%;
  }
}
@media all and (min-width: 1590px) {
  section.gallery_intro {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media all and (min-width: 2120px) {
  section.gallery_intro {
    max-width: 2120px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 800px) {
  section.gallery_intro {
    padding: 54px 20px 60px 20px;
  }
}
section.gallery_intro .inner {
  padding: 0 10%;
  font-family: 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'ＭＳ 明朝', 'MS Mincho', serif;
  font-weight: normal;
  font-style: normal;
  color: #303030;
  font-size: 18px;
  line-height: 36px;
  letter-spacing: 1px;
}
@media all and (min-width: 1590px) {
  section.gallery_intro .inner {
    padding: 0 150px;
  }
}
@media all and (max-width: 800px) {
  section.gallery_intro .inner {
    padding: 0;
  }
}
section.gallery_intro .inner .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: 3px;
  padding-bottom: 39px;
}
@media all and (max-width: 800px) {
  section.gallery_intro .inner .title {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 1.5px;
    padding-bottom: 25px;
  }
}
@media all and (max-width: 800px) {
  section.gallery_intro .inner {
    font-size: 14px;
    line-height: 26px;
  }
}
section.gallery_intro .inner .youtube {
  margin-top: 90px;
  position: relative;
}
@media all and (max-width: 800px) {
  section.gallery_intro .inner .youtube {
    margin-top: 54px;
  }
}
section.gallery_intro .inner .youtube:before {
  content: "";
  display: block;
  padding-top: 56.3%;
}
section.gallery_intro .inner .youtube iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
section.gallery_intro .inner .box_link {
  padding-top: 60px;
}
@media all and (max-width: 800px) {
  section.gallery_intro .inner .box_link {
    padding-top: 20px;
  }
}
section.gallery_intro .inner .box_link a {
  display: block;
  width: 37.5%;
  min-width: 340px;
  font-family: '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 1px;
  text-indent: 1px;
  text-align: center;
  color: #ffffff;
  background: #999999;
  margin: 0 auto;
  padding: 15px 20px 15px 20px;
}
@media all and (min-width: 1590px) {
  section.gallery_intro .inner .box_link a {
    width: 450px;
  }
}
@media all and (max-width: 800px) {
  section.gallery_intro .inner .box_link a {
    width: 100%;
    font-size: 14px;
    line-height: 26px;
    padding: 13px 20px 13px 20px;
  }
}
section.gallery_intro .inner .box_link a:hover {
  background: #303030;
}
.sp section.gallery_intro .inner .box_link a:hover,
.tablet section.gallery_intro .inner .box_link a:hover {
  background: #999999;
}
section.gallery_intro .inner .box_link.ksg a {
  width: 42.5%;
  min-width: 0;
}
@media all and (min-width: 1590px) {
  section.gallery_intro .inner .box_link.ksg a {
    width: 510px;
  }
}
@media all and (max-width: 800px) {
  section.gallery_intro .inner .box_link.ksg a {
    width: 100%;
  }
}
section.gallery_intro .inner .image {
  margin-top: 100px;
}
@media all and (max-width: 800px) {
  section.gallery_intro .inner .image {
    margin-top: 60px;
  }
}
section.about {
  padding: 110px 30px 120px 30px;
}
@media all and (min-width: 1060px) {
  section.about {
    padding-left: 2.8%;
    padding-right: 2.8%;
  }
}
@media all and (min-width: 1590px) {
  section.about {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media all and (min-width: 2120px) {
  section.about {
    max-width: 2120px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 800px) {
  section.about {
    padding: 53px 20px 60px 20px;
  }
}
section.about .inner {
  padding: 0 10%;
}
@media all and (min-width: 1590px) {
  section.about .inner {
    padding: 0 150px;
  }
}
@media all and (max-width: 800px) {
  section.about .inner {
    padding: 0;
  }
}
section.about .inner .title {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #303030;
  font-size: 26px;
  line-height: 38px;
  letter-spacing: 1.8px;
  padding-bottom: 39px;
}
@media all and (max-width: 800px) {
  section.about .inner .title {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 1.5px;
    padding-bottom: 25px;
  }
}
section.about .inner .headline {
  font-family: 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'ＭＳ 明朝', 'MS Mincho', serif;
  font-weight: normal;
  font-style: normal;
  color: #303030;
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: 3px;
  padding-bottom: 39px;
}
@media all and (max-width: 800px) {
  section.about .inner .headline {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 1.5px;
    padding-bottom: 25px;
  }
}
section.about .inner .description {
  font-family: 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'ＭＳ 明朝', 'MS Mincho', serif;
  font-weight: normal;
  font-style: normal;
  color: #303030;
  font-size: 18px;
  line-height: 36px;
  letter-spacing: 1px;
  padding-bottom: 41px;
}
@media all and (max-width: 800px) {
  section.about .inner .description {
    font-size: 14px;
    line-height: 26px;
    padding-bottom: 14px;
  }
}
section.about .inner .box_link a {
  display: block;
  width: 37.5%;
  height: 60px;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #303030;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1px;
  text-indent: 1px;
  text-align: center;
  color: #ffffff;
  margin: 0 auto;
  padding: 17px 9px 0 10px;
  background: #999999;
  border: 1px solid #999999;
}
@media all and (min-width: 1590px) {
  section.about .inner .box_link a {
    width: 450px;
  }
}
@media all and (max-width: 800px) {
  section.about .inner .box_link a {
    width: 100%;
    height: 50px;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.8px;
    text-indent: 0.8px;
    padding: 13px 0 0 0;
  }
}
section.about .inner .box_link a:hover {
  background: #303030;
  border: 1px solid #303030;
}
.sp section.about .inner .box_link a:hover,
.tablet section.about .inner .box_link a:hover {
  background: #999999;
  border: 1px solid #999999;
}
section.banners + .banners {
  padding-top: 30px;
}
@media all and (max-width: 800px) {
  section.banners + .banners {
    padding-top: 20px;
  }
}
section.one_column_banner {
  padding: 0 30px;
}
@media all and (min-width: 1060px) {
  section.one_column_banner {
    padding: 0 2.8%;
  }
}
@media all and (min-width: 1590px) {
  section.one_column_banner {
    padding: 0 45px;
  }
}
@media all and (min-width: 2120px) {
  section.one_column_banner {
    max-width: 2120px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 800px) {
  section.one_column_banner {
    padding: 0 20px;
  }
}
section.one_column_banner .banner.traveler {
  background: #303030;
}
section.one_column_banner .banner.traveler a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media all and (max-width: 800px) {
  section.one_column_banner .banner.traveler a {
    display: block;
  }
}
section.one_column_banner .banner.traveler a .left {
  width: 33.3%;
}
@media all and (max-width: 800px) {
  section.one_column_banner .banner.traveler a .left {
    width: 100%;
    padding: 20px 20px 0 20px;
  }
}
section.one_column_banner .banner.traveler a .left .inner {
  height: 100%;
  position: relative;
}
@media all and (max-width: 800px) {
  section.one_column_banner .banner.traveler a .left .inner {
    height: auto;
    position: static;
  }
}
section.one_column_banner .banner.traveler a .left .inner .top {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 12% 0 0 12%;
}
@media all and (min-width: 1590px) {
  section.one_column_banner .banner.traveler a .left .inner .top {
    padding: 60px 0 0 60px;
  }
}
@media all and (max-width: 800px) {
  section.one_column_banner .banner.traveler a .left .inner .top {
    position: static;
    top: auto;
    left: auto;
    z-index: auto;
    padding: 0;
  }
}
section.one_column_banner .banner.traveler a .left .inner .top img {
  display: block;
  width: 34%;
  height: auto;
}
@media all and (min-width: 1590px) {
  section.one_column_banner .banner.traveler a .left .inner .top img {
    width: 150px;
    height: 52px;
  }
}
@media all and (max-width: 800px) {
  section.one_column_banner .banner.traveler a .left .inner .top img {
    width: 78px;
    height: 27px;
  }
}
section.one_column_banner .banner.traveler a .left .inner .top p {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #303030;
  font-size: 20px;
  font-size: 1.88679245283vw;
  line-height: 1;
  letter-spacing: 2px;
  color: #ffffff;
  padding-top: 9.2%;
}
@media all and (min-width: 1590px) {
  section.one_column_banner .banner.traveler a .left .inner .top p {
    font-size: 30px;
    padding-top: 40px;
  }
}
@media all and (max-width: 800px) {
  section.one_column_banner .banner.traveler a .left .inner .top p {
    font-size: 18px;
    letter-spacing: 1.5px;
    padding-top: 17px;
  }
}
section.one_column_banner .banner.traveler a .left .inner .bottom {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 0 0 11.5% 12%;
}
@media all and (min-width: 1590px) {
  section.one_column_banner .banner.traveler a .left .inner .bottom {
    padding: 0 0 58px 60px;
  }
}
@media all and (max-width: 800px) {
  section.one_column_banner .banner.traveler a .left .inner .bottom {
    position: static;
    bottom: auto;
    left: auto;
    z-index: auto;
    padding: 0 0 16px 0;
  }
}
section.one_column_banner .banner.traveler a .left .inner .bottom .description {
  font-family: 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'ＭＳ 明朝', 'MS Mincho', serif;
  font-weight: normal;
  font-style: normal;
  color: #303030;
  font-size: 16px;
  font-size: 1.50943396226vw;
  line-height: 1.86;
  letter-spacing: 1px;
  color: #ffffff;
  padding-bottom: 9.2%;
}
@media all and (min-width: 1590px) {
  section.one_column_banner .banner.traveler a .left .inner .bottom .description {
    font-size: 24px;
    padding-bottom: 40px;
  }
}
@media all and (max-width: 800px) {
  section.one_column_banner .banner.traveler a .left .inner .bottom .description {
    font-size: 14px;
    line-height: 26px;
    padding: 51px 0 30px 0;
  }
}
section.one_column_banner .banner.traveler a .left .inner .bottom img {
  display: block;
  width: 78.5%;
  height: auto;
}
@media all and (min-width: 1590px) {
  section.one_column_banner .banner.traveler a .left .inner .bottom img {
    width: 345px;
    height: 53px;
  }
}
@media all and (max-width: 800px) {
  section.one_column_banner .banner.traveler a .left .inner .bottom img {
    width: 225px;
    height: 34px;
  }
}
section.one_column_banner .banner.traveler a .right {
  width: 66.7%;
  padding: 5px 5px 5px 0;
}
@media all and (max-width: 800px) {
  section.one_column_banner .banner.traveler a .right {
    width: 100%;
    padding: 0 2px 2px 2px;
  }
}
section.one_column_banner .banner.traveler a .right ul li {
  float: left;
  width: 33.3%;
  padding: 5px;
}
@media all and (max-width: 800px) {
  section.one_column_banner .banner.traveler a .right ul li {
    padding: 2px;
  }
}
section.one_column_banner .banner.traveler a .right ul li .bg_image,
section.one_column_banner .banner.traveler a .right ul li .frame {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
section.one_column_banner .banner.traveler a .right ul li .bg_image:before,
section.one_column_banner .banner.traveler a .right ul li .frame:before {
  content: "";
  display: block;
  padding-top: 100%;
}
section.one_column_banner .banner.traveler a .right ul li .bg_image:after,
section.one_column_banner .banner.traveler a .right ul li .frame:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background-color: rgba(241, 242, 239, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
section.one_column_banner .banner.traveler a .right ul li .bg_image img,
section.one_column_banner .banner.traveler a .right ul li .frame img {
  display: block;
  width: auto;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
section.one_column_banner .banner.traveler a .right ul:after {
  content: "";
  display: block;
  clear: both;
}
section.one_column_banner .banner.traveler a:hover .right ul li .bg_image:after,
section.one_column_banner .banner.traveler a:hover .right ul li .frame:after {
  display: none;
}
.sp section.one_column_banner .banner.traveler a:hover .right ul li .bg_image:after,
.tablet section.one_column_banner .banner.traveler a:hover .right ul li .bg_image:after,
.sp section.one_column_banner .banner.traveler a:hover .right ul li .frame:after,
.tablet section.one_column_banner .banner.traveler a:hover .right ul li .frame:after {
  display: block;
}
section.one_column_banner .banner.aesthetic {
  background: #ffffff;
}
section.one_column_banner .banner.aesthetic a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media all and (max-width: 800px) {
  section.one_column_banner .banner.aesthetic a {
    display: block;
  }
}
section.one_column_banner .banner.aesthetic a .left {
  width: 33.3%;
}
@media all and (max-width: 800px) {
  section.one_column_banner .banner.aesthetic a .left {
    display: none;
  }
}
section.one_column_banner .banner.aesthetic a .left .inner {
  height: 100%;
  position: relative;
}
section.one_column_banner .banner.aesthetic a .left .inner .top {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 9.6% 9.6% 0 9.6%;
}
@media all and (min-width: 1590px) {
  section.one_column_banner .banner.aesthetic a .left .inner .top {
    padding: 50px 50px 0 50px;
  }
}
section.one_column_banner .banner.aesthetic a .left .inner .top .strad_logo_typo img {
  display: block;
  width: 33.7%;
  height: auto;
}
@media all and (min-width: 1590px) {
  section.one_column_banner .banner.aesthetic a .left .inner .top .strad_logo_typo img {
    width: 135px;
  }
}
section.one_column_banner .banner.aesthetic a .left .inner .top .strad_logo_typo img.on {
  display: none;
}
section.one_column_banner .banner.aesthetic a .left .inner .top .season_collection_logo_typo {
  padding-top: 8%;
}
@media all and (min-width: 1590px) {
  section.one_column_banner .banner.aesthetic a .left .inner .top .season_collection_logo_typo {
    padding-top: 30px;
  }
}
section.one_column_banner .banner.aesthetic a .left .inner .top .season_collection_logo_typo img {
  display: block;
  width: 71.2%;
  height: auto;
}
@media all and (min-width: 1590px) {
  section.one_column_banner .banner.aesthetic a .left .inner .top .season_collection_logo_typo img {
    width: 285px;
  }
}
section.one_column_banner .banner.aesthetic a .left .inner .top .season_collection_logo_typo img.on {
  display: none;
}
section.one_column_banner .banner.aesthetic a .left .inner .top .description {
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-size: 1.50943396226vw;
  line-height: 1.63;
  letter-spacing: 0.7px;
  padding-top: 9.1%;
}
@media all and (min-width: 1590px) {
  section.one_column_banner .banner.aesthetic a .left .inner .top .description {
    font-size: 24px;
    line-height: 40px;
    padding-top: 40px;
  }
}
section.one_column_banner .banner.aesthetic a .left .inner .bottom {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 0 9.6% 11.2% 9.6%;
}
@media all and (min-width: 1590px) {
  section.one_column_banner .banner.aesthetic a .left .inner .bottom {
    padding: 0 50px 55px 50px;
  }
}
section.one_column_banner .banner.aesthetic a .left .inner .bottom img {
  display: block;
  width: 96.9%;
  height: auto;
}
@media all and (min-width: 1590px) {
  section.one_column_banner .banner.aesthetic a .left .inner .bottom img {
    width: 385px;
  }
}
section.one_column_banner .banner.aesthetic a .left .inner .bottom img.on {
  display: none;
}
section.one_column_banner .banner.aesthetic a .right {
  width: 66.7%;
  position: relative;
  overflow: hidden;
}
@media all and (max-width: 800px) {
  section.one_column_banner .banner.aesthetic a .right {
    width: 100%;
  }
}
section.one_column_banner .banner.aesthetic a .right:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background-color: rgba(241, 242, 239, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
section.one_column_banner .banner.aesthetic a .right img {
  display: block;
  width: 100%;
  height: auto;
}
section.one_column_banner .banner.aesthetic a .sp_left {
  display: none;
}
@media all and (max-width: 800px) {
  section.one_column_banner .banner.aesthetic a .sp_left {
    display: block;
    padding: 40px 20px 33px 20px;
  }
}
section.one_column_banner .banner.aesthetic a .sp_left .inner .top .season_collection_logo_typo img {
  display: block;
  width: 262px;
  height: auto;
}
section.one_column_banner .banner.aesthetic a .sp_left .inner .top .description {
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0px;
  padding-top: 19px;
}
section.one_column_banner .banner.aesthetic a:hover .right:before {
  display: none;
}
.sp section.one_column_banner .banner.aesthetic a:hover .right:before,
.tablet section.one_column_banner .banner.aesthetic a:hover .right:before {
  display: block;
}
section.one_column_banner .banner.ksss a {
  display: block;
  text-align: center;
  position: relative;
  padding: 4% 0 3.4% 0;
  border: 2px solid #e5e6de;
}
@media all and (min-width: 1590px) {
  section.one_column_banner .banner.ksss a {
    padding: 60px 0 51px 0;
  }
}
@media all and (max-width: 800px) {
  section.one_column_banner .banner.ksss a {
    padding: 30px 0 23px 0;
  }
}
section.one_column_banner .banner.ksss a .inner .image {
  padding-bottom: 1.6%;
}
@media all and (min-width: 1590px) {
  section.one_column_banner .banner.ksss a .inner .image {
    padding-bottom: 25px;
  }
}
@media all and (max-width: 800px) {
  section.one_column_banner .banner.ksss a .inner .image {
    padding-bottom: 15px;
  }
}
section.one_column_banner .banner.ksss a .inner .image img {
  display: block;
  width: 18.1%;
  height: auto;
  margin: 0 auto;
  -webkit-filter: url(#duotone_gray);
  -moz-filter: url(#duotone_gray);
  -o-filter: url(#duotone_gray);
  -ms-filter: url(#duotone_gray);
  filter: url(#duotone_gray);
}
@media all and (min-width: 1590px) {
  section.one_column_banner .banner.ksss a .inner .image img {
    width: 270px;
  }
}
@media all and (max-width: 800px) {
  section.one_column_banner .banner.ksss a .inner .image img {
    width: 145px;
    height: 105px;
  }
}
section.one_column_banner .banner.ksss a .inner .title {
  display: inline-block;
  position: relative;
}
section.one_column_banner .banner.ksss a .inner .title img {
  display: block;
  width: 55%;
  height: auto;
  margin: 0 auto;
}
@media all and (min-width: 1590px) {
  section.one_column_banner .banner.ksss a .inner .title img {
    width: 165px;
  }
}
@media all and (max-width: 800px) {
  section.one_column_banner .banner.ksss a .inner .title img {
    width: 120px;
    height: 40px;
  }
}
section.one_column_banner .banner.ksss a .inner .description {
  width: 100%;
  margin: 0 auto;
  padding: 3.1% 7% 0 7%;
}
@media all and (min-width: 1590px) {
  section.one_column_banner .banner.ksss a .inner .description {
    padding: 46px 105px 0 105px;
  }
}
@media all and (max-width: 800px) {
  section.one_column_banner .banner.ksss a .inner .description {
    padding: 22px 20px 0 20px;
  }
}
section.one_column_banner .banner.ksss a .inner .description p {
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 1px;
  text-indent: 1px;
}
@media all and (max-width: 800px) {
  section.one_column_banner .banner.ksss a .inner .description p {
    font-size: 12px;
    line-height: 24px;
  }
}
section.one_column_banner .banner.ksss a:hover {
  background: #ffffff;
  border: 2px solid #303030;
}
section.one_column_banner .banner.ksss a:hover .image img {
  -webkit-filter: none;
  -moz-filter: none;
  -o-filter: none;
  -ms-filter: none;
  filter: none;
}
.sp section.one_column_banner .banner.ksss a:hover,
.tablet section.one_column_banner .banner.ksss a:hover {
  background: transparent;
  border: 2px solid #e5e6de;
}
section.two_column_banner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 0 15px;
}
@media all and (min-width: 1060px) {
  section.two_column_banner {
    padding: 0 1.4%;
  }
}
@media all and (min-width: 1590px) {
  section.two_column_banner {
    padding: 0 22px;
  }
}
@media all and (min-width: 2120px) {
  section.two_column_banner {
    max-width: 2120px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 800px) {
  section.two_column_banner {
    display: block;
    padding: 0 20px;
  }
}
section.two_column_banner .banner {
  width: 50%;
  padding: 0 15px;
}
@media all and (max-width: 800px) {
  section.two_column_banner .banner {
    width: 100%;
    padding: 0;
  }
}
@media all and (min-width: 1060px) {
  section.two_column_banner .banner:nth-child(1) {
    padding-left: 1.4%;
  }
}
@media all and (min-width: 1590px) {
  section.two_column_banner .banner:nth-child(1) {
    padding-left: 22px;
  }
}
@media all and (min-width: 1060px) {
  section.two_column_banner .banner:nth-child(2) {
    padding-right: 1.4%;
  }
}
@media all and (min-width: 1590px) {
  section.two_column_banner .banner:nth-child(2) {
    padding-right: 22px;
  }
}
@media all and (max-width: 800px) {
  section.two_column_banner .banner:nth-child(2) {
    margin-top: 20px;
  }
}
section.two_column_banner .banner.center {
  margin: 0 auto;
}
@media all and (min-width: 1060px) {
  section.two_column_banner .banner.center {
    padding: 0 1.4%;
  }
}
@media all and (min-width: 1590px) {
  section.two_column_banner .banner.center {
    padding: 0 22px;
  }
}
@media all and (max-width: 800px) {
  section.two_column_banner .banner.center {
    width: 100%;
    padding: 0;
  }
}
section.two_column_banner .banner.brand a {
  display: block;
}
section.two_column_banner .banner.brand a .inner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  border: 2px solid #e5e6de;
}
section.two_column_banner .banner.brand a .inner:before {
  content: "";
  display: block;
  padding-top: 56.3%;
}
section.two_column_banner .banner.brand a .inner:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background-color: rgba(241, 242, 239, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
section.two_column_banner .banner.brand a .inner .title {
  width: 100%;
  height: 62%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}
section.two_column_banner .banner.brand a .inner .title .title_inner {
  padding-top: 12.5%;
}
@media all and (max-width: 1000px) {
  section.two_column_banner .banner.brand a .inner .title .title_inner {
    padding-top: 10%;
  }
}
@media all and (max-width: 800px) {
  section.two_column_banner .banner.brand a .inner .title .title_inner {
    padding-top: 10.7%;
  }
}
section.two_column_banner .banner.brand a .inner .title .title_inner img {
  display: block;
  width: 20%;
  height: auto;
  margin: 0 auto;
}
@media all and (min-width: 1590px) {
  section.two_column_banner .banner.brand a .inner .title .title_inner img {
    width: 145px;
  }
}
section.two_column_banner .banner.brand a .inner .title .title_inner p {
  font-family: adobe-garamond-pro, serif;
  font-weight: 400;
  font-style: normal;
  color: #303030;
  font-size: 26px;
  font-size: 2.45283018868vw;
  line-height: 1;
  letter-spacing: 1px;
  text-indent: 1px;
  text-align: center;
  color: #ffffff;
  padding-top: 1.8%;
}
@media all and (min-width: 1590px) {
  section.two_column_banner .banner.brand a .inner .title .title_inner p {
    font-size: 39px;
  }
}
@media all and (max-width: 800px) {
  section.two_column_banner .banner.brand a .inner .title .title_inner p {
    font-size: 20px;
    line-height: 28px;
  }
}
section.two_column_banner .banner.brand a .inner .description {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 4;
  padding: 0 6.2% 6.2% 6.2%;
}
@media all and (min-width: 1590px) {
  section.two_column_banner .banner.brand a .inner .description {
    padding: 0 45px 45px 45px;
  }
}
@media all and (max-width: 800px) {
  section.two_column_banner .banner.brand a .inner .description {
    padding: 0 10px 10px 10px;
  }
}
section.two_column_banner .banner.brand a .inner .description .description_inner {
  font-size: 14px;
  font-weight: bold;
  line-height: 26px;
  letter-spacing: 1px;
  text-indent: 1px;
  text-align: center;
  background: #f1f1ef;
  padding: 14px 20px;
  position: relative;
  z-index: 4;
}
@media all and (min-width: 1590px) {
  section.two_column_banner .banner.brand a .inner .description .description_inner {
    width: 640px;
    margin: 0 auto;
  }
}
@media all and (max-width: 1000px) {
  section.two_column_banner .banner.brand a .inner .description .description_inner {
    font-size: 13px;
    line-height: 25px;
    padding: 14px 17px;
  }
}
@media all and (max-width: 800px) {
  section.two_column_banner .banner.brand a .inner .description .description_inner {
    font-size: 12px;
    line-height: 24px;
    padding: 4px 10px 4px 10px;
  }
}
section.two_column_banner .banner.brand a:hover .inner {
  border: 2px solid #303030;
}
section.two_column_banner .banner.brand a:hover .inner:after {
  display: none;
}
.sp section.two_column_banner .banner.brand a:hover .inner,
.tablet section.two_column_banner .banner.brand a:hover .inner {
  border: 2px solid #e5e6de;
}
.sp section.two_column_banner .banner.brand a:hover .inner:after,
.tablet section.two_column_banner .banner.brand a:hover .inner:after {
  display: block;
}
section.two_column_banner .banner.gallery a {
  display: block;
  padding: 8% 0 7% 0;
  border: 2px solid #e5e6de;
}
@media all and (min-width: 1590px) {
  section.two_column_banner .banner.gallery a {
    padding: 58px 0 51px 0;
  }
}
@media all and (max-width: 800px) {
  section.two_column_banner .banner.gallery a {
    padding: 29px 0 24px 0;
  }
}
section.two_column_banner .banner.gallery a .inner .image img {
  display: block;
  width: 37.4%;
  height: auto;
  margin: 0 auto;
  -webkit-filter: url(#duotone_gray);
  -moz-filter: url(#duotone_gray);
  -o-filter: url(#duotone_gray);
  -ms-filter: url(#duotone_gray);
  filter: url(#duotone_gray);
}
@media all and (min-width: 1590px) {
  section.two_column_banner .banner.gallery a .inner .image img {
    width: 270px;
  }
}
@media all and (max-width: 800px) {
  section.two_column_banner .banner.gallery a .inner .image img {
    width: 145px;
    height: 105px;
  }
}
section.two_column_banner .banner.gallery a .inner .title {
  padding-top: 3.3%;
  text-align: center;
}
@media all and (min-width: 1590px) {
  section.two_column_banner .banner.gallery a .inner .title {
    padding-top: 24px;
  }
}
@media all and (max-width: 800px) {
  section.two_column_banner .banner.gallery a .inner .title {
    padding-top: 9px;
  }
}
section.two_column_banner .banner.gallery a .inner .title p {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #303030;
  font-size: 26px;
  font-size: 2.45283018868vw;
  line-height: 1;
  letter-spacing: 1.8px;
  text-indent: 1.8px;
}
@media all and (min-width: 1590px) {
  section.two_column_banner .banner.gallery a .inner .title p {
    font-size: 39px;
  }
}
@media all and (max-width: 800px) {
  section.two_column_banner .banner.gallery a .inner .title p {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 1.5px;
    text-indent: 1.5px;
  }
}
section.two_column_banner .banner.gallery a .inner .description {
  padding: 6% 12.5% 0 12.5%;
}
@media all and (min-width: 1590px) {
  section.two_column_banner .banner.gallery a .inner .description {
    padding: 44px 90px 0 90px;
  }
}
@media all and (max-width: 800px) {
  section.two_column_banner .banner.gallery a .inner .description {
    padding: 16px 20px 0 20px;
  }
}
section.two_column_banner .banner.gallery a .inner .description p {
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 1px;
  text-indent: 1px;
  text-align: center;
}
@media all and (max-width: 800px) {
  section.two_column_banner .banner.gallery a .inner .description p {
    font-size: 12px;
    line-height: 24px;
    text-indent: 1px;
    text-align: center;
  }
}
section.two_column_banner .banner.gallery a:hover {
  background: #ffffff;
  border: 2px solid #303030;
}
section.two_column_banner .banner.gallery a:hover .inner .image img {
  -webkit-filter: none;
  -moz-filter: none;
  -o-filter: none;
  -ms-filter: none;
  filter: none;
}
.sp section.two_column_banner .banner.gallery a:hover,
.tablet section.two_column_banner .banner.gallery a:hover {
  background: transparent;
  border: 2px solid #e5e6de;
}
.sp section.two_column_banner .banner.gallery a:hover .inner .image img,
.tablet section.two_column_banner .banner.gallery a:hover .inner .image img {
  -webkit-filter: url(#duotone_gray);
  -moz-filter: url(#duotone_gray);
  -o-filter: url(#duotone_gray);
  -ms-filter: url(#duotone_gray);
  filter: url(#duotone_gray);
}
section.top_news {
  background: #303030;
  margin-top: 30px;
  padding: 100px 30px;
}
@media all and (min-width: 1060px) {
  section.top_news {
    margin-top: 2.8%;
    padding-left: 2.8%;
    padding-right: 2.8%;
  }
}
@media all and (min-width: 1590px) {
  section.top_news {
    margin-top: 45px;
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media all and (max-width: 800px) {
  section.top_news {
    margin-top: 60px;
    padding: 53px 20px 60px 20px;
  }
}
section.top_news .inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 0 10%;
}
@media all and (min-width: 1590px) {
  section.top_news .inner {
    padding: 0 150px;
  }
}
@media all and (min-width: 2120px) {
  section.top_news .inner {
    max-width: 2030px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 800px) {
  section.top_news .inner {
    display: block;
    position: relative;
    padding: 0 0 70px 0;
  }
}
section.top_news .inner .left {
  width: 25%;
  position: relative;
}
@media all and (max-width: 800px) {
  section.top_news .inner .left {
    width: 100%;
    position: static;
  }
}
section.top_news .inner .left .title {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #303030;
  font-size: 26px;
  line-height: 38px;
  letter-spacing: 1.8px;
  color: #ffffff;
  position: relative;
  top: -8px;
}
@media all and (max-width: 800px) {
  section.top_news .inner .left .title {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 1.5px;
    position: static;
    top: auto;
    padding-bottom: 32px;
  }
}
section.top_news .inner .left .archive {
  width: 65%;
  min-width: 120px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
@media all and (min-width: 1590px) {
  section.top_news .inner .left .archive {
    width: 195px;
  }
}
@media all and (max-width: 800px) {
  section.top_news .inner .left .archive {
    width: 100%;
    min-width: auto;
  }
}
section.top_news .inner .left .archive a {
  display: block;
  height: 62px;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #303030;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 1px;
  text-indent: 1px;
  text-align: center;
  color: #ffffff;
  padding-top: 22px;
  border: 1px solid #999999;
}
@media all and (max-width: 800px) {
  section.top_news .inner .left .archive a {
    height: 50px;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.8px;
    text-indent: 0.8px;
    padding: 13px 0 0 0;
  }
}
section.top_news .inner .left .archive a:hover {
  color: #303030;
  background: #ffffff;
  border: 1px solid #ffffff;
}
.sp section.top_news .inner .left .archive a:hover,
.tablet section.top_news .inner .left .archive a:hover {
  color: #ffffff;
  background: transparent;
  border: 1px solid #999999;
}
section.top_news .inner .right {
  width: 75%;
}
@media all and (max-width: 800px) {
  section.top_news .inner .right {
    width: 100%;
  }
}
section.top_news .inner .right ul {
  font-size: 0;
  border-bottom: 1px solid #ffffff;
}
section.top_news .inner .right ul li a {
  display: block;
  padding: 17px 0 17px 0;
  border-top: 1px solid #ffffff;
}
section.top_news .inner .right ul li a .category {
  float: left;
  width: 33.3%;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #303030;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1px;
  color: #ffffff;
  padding-top: 6px;
}
@media all and (max-width: 800px) {
  section.top_news .inner .right ul li a .category {
    width: 120px;
    font-size: 12px;
    letter-spacing: 0.8px;
  }
}
section.top_news .inner .right ul li a .title {
  float: right;
  width: 66.7%;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 1px;
  color: #ffffff;
}
@media all and (max-width: 800px) {
  section.top_news .inner .right ul li a .title {
    width: calc(100% - 120px);
    font-size: 12px;
    line-height: 24px;
  }
}
section.top_news .inner .right ul li a:after {
  content: "";
  display: block;
  clear: both;
}
section.top_news .inner .right ul li a:hover .category,
section.top_news .inner .right ul li a:hover .title {
  color: #999999;
}
.sp section.top_news .inner .right ul li a:hover .category,
.tablet section.top_news .inner .right ul li a:hover .category,
.sp section.top_news .inner .right ul li a:hover .title,
.tablet section.top_news .inner .right ul li a:hover .title {
  color: #ffffff;
}
@media all and (max-width: 800px) {
  section.top_news.no_archive .inner {
    padding-bottom: 0;
  }
}
section.top_news.no_archive .inner .left .archive {
  display: none;
}
section.stone_list {
  padding: 0 30px;
}
@media all and (min-width: 1060px) {
  section.stone_list {
    padding-left: 2.8%;
    padding-right: 2.8%;
  }
}
@media all and (min-width: 1590px) {
  section.stone_list {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media all and (min-width: 2120px) {
  section.stone_list {
    max-width: 2120px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 800px) {
  section.stone_list {
    padding: 0 20px;
  }
}
section.stone_list .top .link a,
section.stone_list .bottom .link a {
  display: block;
  padding: 7px 10px 7px 12px;
  background: #999999;
  border: 1px solid #999999;
}
@media all and (max-width: 800px) {
  section.stone_list .top .link a,
  section.stone_list .bottom .link a {
    padding: 7px 9px 7px 9px;
  }
}
section.stone_list .top .link a span,
section.stone_list .bottom .link a span {
  display: block;
}
section.stone_list .top .link a span.large,
section.stone_list .bottom .link a span.large {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #303030;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1px;
  text-indent: 1px;
  text-align: center;
  color: #ffffff;
}
@media all and (max-width: 800px) {
  section.stone_list .top .link a span.large,
  section.stone_list .bottom .link a span.large {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.8px;
    text-indent: 0.8px;
  }
}
section.stone_list .top .link a span.small,
section.stone_list .bottom .link a span.small {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #303030;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 1px;
  text-indent: 1px;
  text-align: center;
  color: #ffffff;
}
@media all and (max-width: 800px) {
  section.stone_list .top .link a span.small,
  section.stone_list .bottom .link a span.small {
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 0.8px;
    text-indent: 0.8px;
    margin-top: 2px;
  }
}
section.stone_list .top .link a:hover,
section.stone_list .bottom .link a:hover {
  background: #303030;
  border: 1px solid #303030;
}
.sp section.stone_list .top .link a:hover,
.sp section.stone_list .bottom .link a:hover,
.tablet section.stone_list .top .link a:hover,
.tablet section.stone_list .bottom .link a:hover {
  background: #999999;
  border: 1px solid #999999;
}
section.stone_list .top {
  padding: 100px 4% 40px 4%;
}
@media all and (min-width: 1590px) {
  section.stone_list .top {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media all and (max-width: 800px) {
  section.stone_list .top {
    padding: 53px 0 30px 0;
  }
}
section.stone_list .top .title {
  float: left;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #303030;
  font-size: 26px;
  line-height: 38px;
  letter-spacing: 1.8px;
  padding-top: 12px;
}
@media all and (max-width: 800px) {
  section.stone_list .top .title {
    float: none;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 1.5px;
    padding-top: 0;
    padding-bottom: 32px;
  }
}
section.stone_list .top .link {
  float: right;
  width: 32.6%;
}
@media all and (min-width: 1590px) {
  section.stone_list .top .link {
    width: 450px;
  }
}
@media all and (max-width: 800px) {
  section.stone_list .top .link {
    float: none;
    width: 100%;
  }
}
section.stone_list .top:after {
  content: "";
  display: block;
  clear: both;
}
@media all and (max-width: 800px) {
  section.stone_list .top:after {
    display: none;
  }
}
section.stone_list .bottom {
  text-align: center;
  padding-top: 29px;
}
@media all and (max-width: 800px) {
  section.stone_list .bottom {
    padding-top: 19px;
  }
}
section.stone_list .bottom .link {
  display: block;
  width: 30%;
  margin: 0 auto;
}
@media all and (min-width: 1590px) {
  section.stone_list .bottom .link {
    width: 450px;
  }
}
@media all and (max-width: 800px) {
  section.stone_list .bottom .link {
    width: 100%;
  }
}
section.stone_list ul {
  font-size: 0;
}
section.stone_list ul li a {
  display: block;
}
section.stone_list ul li a .thumbnail {
  background: #ffffff;
}
section.stone_list ul li a .thumbnail .bg_image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media all and (min-width: 1590px) {
  section.stone_list ul li a .thumbnail .bg_image {
    height: 210px;
  }
}
@media all and (max-width: 800px) {
  section.stone_list ul li a .thumbnail .bg_image {
    height: 120px;
  }
}
section.stone_list ul li a .thumbnail .bg_image:before {
  content: "";
  display: block;
  padding-top: 14%;
}
@media all and (min-width: 1590px) {
  section.stone_list ul li a .thumbnail .bg_image:before {
    display: none;
  }
}
@media all and (max-width: 800px) {
  section.stone_list ul li a .thumbnail .bg_image:before {
    display: none;
  }
}
section.stone_list ul li a .title {
  font-family: adobe-garamond-pro, serif;
  font-weight: 400;
  font-style: normal;
  color: #303030;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 1px;
  text-indent: 1px;
  text-align: center;
  padding: 6px 0 4px 0;
}
section.stone_list ul li a:hover .thumbnail .bg_image {
  -webkit-filter: url(#duotone_gray);
  -moz-filter: url(#duotone_gray);
  -o-filter: url(#duotone_gray);
  -ms-filter: url(#duotone_gray);
  filter: url(#duotone_gray);
}
section.stone_list ul li a:hover .title {
  color: #999999;
}
.sp section.stone_list ul li a:hover .thumbnail .bg_image,
.tablet section.stone_list ul li a:hover .thumbnail .bg_image {
  -webkit-filter: none;
  -moz-filter: none;
  -o-filter: none;
  -ms-filter: none;
  filter: none;
}
.sp section.stone_list ul li a:hover .title,
.tablet section.stone_list ul li a:hover .title {
  color: #303030;
}
section.images_box {
  padding: 0 30px;
}
@media all and (min-width: 1060px) {
  section.images_box {
    padding-left: 2.8%;
    padding-right: 2.8%;
  }
}
@media all and (min-width: 1590px) {
  section.images_box {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media all and (min-width: 2120px) {
  section.images_box {
    max-width: 2120px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 800px) {
  section.images_box {
    padding: 0 20px;
  }
}
section.images_box .top {
  padding: 92px 4% 50px 4%;
}
@media all and (min-width: 1590px) {
  section.images_box .top {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media all and (max-width: 800px) {
  section.images_box .top {
    padding: 53px 0 32px 0;
  }
}
section.images_box .top .title {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #303030;
  font-size: 26px;
  line-height: 38px;
  letter-spacing: 1.8px;
}
@media all and (max-width: 800px) {
  section.images_box .top .title {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 1.5px;
  }
}
section.images_box .images {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-left: 10%;
}
@media all and (min-width: 1590px) {
  section.images_box .images {
    padding-left: 150px;
  }
}
@media all and (max-width: 800px) {
  section.images_box .images {
    display: block;
    padding-left: 0;
  }
}
section.images_box .images .left {
  width: 88.9%;
}
@media all and (min-width: 1590px) {
  section.images_box .images .left {
    width: calc(100% - 150px);
  }
}
@media all and (max-width: 800px) {
  section.images_box .images .left {
    width: 100%;
  }
}
section.images_box .images .left ul {
  font-size: 0;
}
section.images_box .images .left ul .flickity-viewport .flickity-slider li {
  padding-bottom: 50px;
}
@media all and (max-width: 800px) {
  section.images_box .images .left ul .flickity-viewport .flickity-slider li {
    padding-bottom: 40px;
  }
}
section.images_box .images .left ul .flickity-viewport .flickity-slider li:not(.is-selected) {
  animation: fadeOut 0s ease;
}
section.images_box .images .left ul .flickity-viewport .flickity-slider li:not(.is-selected) .caption {
  display: none;
}
section.images_box .images .left ul .flickity-viewport .flickity-slider li.is-selected {
  z-index: 99;
  opacity: 1 !important;
  animation: fadeIn 0s ease;
}
section.images_box .images .left ul .flickity-viewport .flickity-slider li.is-selected .caption {
  display: block;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
section.images_box .images .left ul li {
  width: 100%;
}
section.images_box .images .left ul li .frame {
  position: relative;
  overflow: hidden;
}
section.images_box .images .left ul li .frame:before {
  content: "";
  display: block;
  padding-top: 66.7%;
}
section.images_box .images .left ul li .frame img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
section.images_box .images .left ul li .bg_image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
section.images_box .images .left ul li .bg_image .credit {
  width: 100%;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 0.8px;
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  padding: 0 10px 7px 10px;
}
section.images_box .images .left ul li .bg_image:before {
  content: "";
  display: block;
  padding-top: 66.7%;
}
section.images_box .images .left ul li .caption {
  width: 100%;
  height: 50px;
  font-size: 12px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 13px 50px 0 50px;
}
@media all and (max-width: 800px) {
  section.images_box .images .left ul li .caption {
    height: 40px;
    font-size: 11px;
    line-height: 20px;
    padding: 10px 20px 0 20px;
  }
}
@media all and (max-width: 460px) {
  section.images_box .images .left ul li .caption.lineup_c {
    font-size: 10px;
    line-height: 15px;
    padding-top: 5px;
  }
}
section.images_box .images .left ul li .caption.lineup_c br {
  display: none;
}
@media all and (max-width: 460px) {
  section.images_box .images .left ul li .caption.lineup_c br {
    display: block;
  }
}
section.images_box .images .left ul .flickity-page-dots {
  height: 50px;
  bottom: 0;
  z-index: 3;
}
@media all and (max-width: 800px) {
  section.images_box .images .left ul .flickity-page-dots {
    height: 40px;
  }
}
section.images_box .images .left ul .flickity-page-dots li {
  height: 50px;
  margin: 0;
  border-radius: 0;
  background: transparent !important;
  opacity: 1 !important;
  position: relative;
}
@media all and (max-width: 800px) {
  section.images_box .images .left ul .flickity-page-dots li {
    height: 40px;
  }
}
section.images_box .images .left ul .flickity-page-dots li:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: #e4e6df;
}
section.images_box .images .left ul .flickity-page-dots li.is-selected:before {
  background: #303030;
}
section.images_box .images .left ul .flickity-page-dots li:not(.is-selected):hover:before {
  background: #303030;
}
.sp section.images_box .images .left ul .flickity-page-dots li:not(.is-selected):hover:before,
.tablet section.images_box .images .left ul .flickity-page-dots li:not(.is-selected):hover:before {
  background: #e4e6df;
}
section.images_box .images .left ul.length_2 .flickity-page-dots li.dot {
  width: calc(100% / 2);
}
section.images_box .images .left ul.length_3 .flickity-page-dots li.dot {
  width: calc(100% / 3);
}
section.images_box .images .left ul.length_4 .flickity-page-dots li.dot {
  width: calc(100% / 4);
}
section.images_box .images .left ul.length_5 .flickity-page-dots li.dot {
  width: calc(100% / 5);
}
section.images_box .images .left ul.length_6 .flickity-page-dots li.dot {
  width: calc(100% / 6);
}
section.images_box .images .left ul.length_7 .flickity-page-dots li.dot {
  width: calc(100% / 7);
}
section.images_box .images .left ul.length_8 .flickity-page-dots li.dot {
  width: calc(100% / 8);
}
section.images_box .images .left ul.length_9 .flickity-page-dots li.dot {
  width: calc(100% / 9);
}
section.images_box .images .left ul.length_10 .flickity-page-dots li.dot {
  width: calc(100% / 10);
}
section.images_box .images .right {
  width: 11.1%;
  padding: 0 0 50px 2px;
}
@media all and (min-width: 1590px) {
  section.images_box .images .right {
    width: 150px;
  }
}
@media all and (max-width: 800px) {
  section.images_box .images .right {
    display: none;
  }
}
section.images_box .images .right ul {
  height: 100%;
}
section.images_box .images .right ul li {
  display: none;
  height: 100%;
}
section.images_box .images .right ul li.current {
  display: block;
}
section.images_box .images .right ul li .frame {
  height: 100%;
  position: relative;
  overflow: hidden;
}
section.images_box .images .right ul li .frame img {
  display: block;
  position: absolute;
  width: auto;
  height: 100%;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -webkit-filter: url(#duotone_gray);
  -moz-filter: url(#duotone_gray);
  -o-filter: url(#duotone_gray);
  -ms-filter: url(#duotone_gray);
  filter: url(#duotone_gray);
}
section.images_box .images .right ul li .bg_image {
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-filter: url(#duotone_gray);
  -moz-filter: url(#duotone_gray);
  -o-filter: url(#duotone_gray);
  -ms-filter: url(#duotone_gray);
  filter: url(#duotone_gray);
}
section.images_box .images.no_caption .left ul .flickity-viewport .flickity-slider li {
  padding-bottom: 12px;
}
section.images_box .images.no_caption .left ul button.flickity-button {
  top: calc(50% - 6px);
}
section.images_box .images.no_caption .left ul .flickity-page-dots {
  height: 12px;
}
section.images_box .images.no_caption .left ul .flickity-page-dots li {
  height: 12px;
}
section.images_box .images.no_caption .right {
  padding-bottom: 12px;
}
section.tables {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 15px 0 15px;
}
@media all and (min-width: 1060px) {
  section.tables {
    padding: 2.8% 1.4% 0 1.4%;
  }
}
@media all and (min-width: 1590px) {
  section.tables {
    padding: 45px 22px 0 22px;
  }
}
@media all and (min-width: 2120px) {
  section.tables {
    max-width: 2120px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 800px) {
  section.tables {
    display: block;
    padding: 60px 20px 0 20px;
  }
}
section.tables .table {
  width: 50%;
  padding: 0 15px;
}
@media all and (min-width: 1060px) {
  section.tables .table {
    padding: 0 1.4%;
  }
}
@media all and (min-width: 1590px) {
  section.tables .table {
    padding: 0 22px;
  }
}
@media all and (max-width: 800px) {
  section.tables .table {
    width: 75%;
    margin: 0 auto;
    padding: 0;
  }
}
@media all and (max-width: 800px) {
  section.tables .table:last-child {
    margin-top: 54px;
  }
}
section.tables .table .headline {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #303030;
  font-size: 26px;
  line-height: 38px;
  letter-spacing: 1.8px;
  padding: 51px 20.6% 0 20.6%;
}
@media all and (min-width: 1590px) {
  section.tables .table .headline {
    padding-left: 150px;
    padding-right: 150px;
  }
}
@media all and (max-width: 800px) {
  section.tables .table .headline {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 1.5px;
    padding: 14px 0 0 0;
  }
}
section.tables .table .description {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 1px;
  padding: 42px 20.6% 0 20.6%;
}
@media all and (min-width: 1590px) {
  section.tables .table .description {
    padding-left: 150px;
    padding-right: 150px;
  }
}
@media all and (max-width: 800px) {
  section.tables .table .description {
    font-size: 14px;
    line-height: 26px;
    padding: 6px 0 0 0;
  }
}
section.contact_link {
  padding: 92px 30px 100px 30px;
}
@media all and (min-width: 1060px) {
  section.contact_link {
    padding-left: 2.8%;
    padding-right: 2.8%;
  }
}
@media all and (min-width: 1590px) {
  section.contact_link {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media all and (min-width: 2120px) {
  section.contact_link {
    max-width: 2120px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 800px) {
  section.contact_link {
    padding: 54px 0 60px 0;
  }
}
section.contact_link .inner {
  padding: 0 10%;
}
@media all and (min-width: 1590px) {
  section.contact_link .inner {
    padding: 0 150px;
  }
}
@media all and (max-width: 800px) {
  section.contact_link .inner {
    padding: 0 20px;
    background: #e4e6df;
  }
}
section.contact_link .inner .box {
  text-align: center;
  padding: 33px 40px 40px 40px;
  border: 2px solid #e4e6df;
}
@media all and (max-width: 800px) {
  section.contact_link .inner .box {
    padding: 54px 0 60px 0;
    border: none;
  }
}
section.contact_link .inner .box p {
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 1px;
  text-indent: 1px;
  text-align: center;
  padding-bottom: 24px;
}
@media all and (max-width: 800px) {
  section.contact_link .inner .box p {
    font-size: 12px;
    line-height: 24px;
    padding-bottom: 14px;
  }
}
section.contact_link .inner .box a {
  display: inline-block;
  width: 44.7%;
  height: 60px;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #303030;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1px;
  text-indent: 1px;
  padding: 17px 8px 0 8px;
  border: 1px solid #303030;
}
@media all and (min-width: 1590px) {
  section.contact_link .inner .box a {
    width: 500px;
  }
}
@media all and (max-width: 800px) {
  section.contact_link .inner .box a {
    width: 100%;
    height: 50px;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.8px;
    text-indent: 0.8px;
    padding: 14px 0 0 0;
  }
}
section.contact_link .inner .box a:hover {
  color: #ffffff;
  background: #303030;
}
.sp section.contact_link .inner .box a:hover,
.tablet section.contact_link .inner .box a:hover {
  color: #303030;
  background: transparent;
}
section.access {
  padding: 110px 30px 120px 30px;
}
@media all and (min-width: 1060px) {
  section.access {
    padding-left: 2.8%;
    padding-right: 2.8%;
  }
}
@media all and (min-width: 1590px) {
  section.access {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media all and (min-width: 2120px) {
  section.access {
    max-width: 2120px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 800px) {
  section.access {
    padding: 53px 20px 60px 20px;
  }
}
section.access .inner {
  padding: 0 4%;
}
@media all and (min-width: 1590px) {
  section.access .inner {
    padding: 0 60px;
  }
}
@media all and (max-width: 800px) {
  section.access .inner {
    padding: 0;
  }
}
section.access .inner .title {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #303030;
  font-size: 26px;
  line-height: 38px;
  letter-spacing: 1.8px;
  padding-bottom: 38px;
}
@media all and (max-width: 800px) {
  section.access .inner .title {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 1.5px;
    padding-bottom: 26px;
  }
}
section.access .inner .box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
section.access .inner .box .left {
  width: 62.5%;
  padding-right: 40px;
}
@media all and (max-width: 800px) {
  section.access .inner .box .left {
    float: none;
    width: 100%;
    padding-right: 0;
  }
}
section.access .inner .box .left dl,
section.access .inner .box .left dt,
section.access .inner .box .left dd,
section.access .inner .box .left p {
  font-size: 14px;
  line-height: 36px;
  letter-spacing: 1px;
}
@media all and (max-width: 800px) {
  section.access .inner .box .left dl,
  section.access .inner .box .left dt,
  section.access .inner .box .left dd,
  section.access .inner .box .left p {
    font-size: 12px;
    line-height: 24px;
  }
}
section.access .inner .box .left dl.margin_top,
section.access .inner .box .left dt.margin_top,
section.access .inner .box .left dd.margin_top,
section.access .inner .box .left p.margin_top {
  margin-top: 36px;
}
@media all and (max-width: 800px) {
  section.access .inner .box .left dl.margin_top,
  section.access .inner .box .left dt.margin_top,
  section.access .inner .box .left dd.margin_top,
  section.access .inner .box .left p.margin_top {
    margin-top: 12px;
  }
}
@media all and (max-width: 800px) {
  section.access .inner .box .left dl {
    margin-top: 12px;
  }
}
@media all and (max-width: 800px) {
  section.access .inner .box .left dl:first-child {
    margin-top: 0;
  }
}
section.access .inner .box .left dl dt {
  float: left;
  width: 100px;
  font-weight: bold;
}
@media all and (max-width: 800px) {
  section.access .inner .box .left dl dt {
    float: none;
    width: 100%;
  }
}
section.access .inner .box .left dl dd {
  float: right;
  width: calc(100% - 100px);
}
@media all and (max-width: 800px) {
  section.access .inner .box .left dl dd {
    float: none;
    width: 100%;
  }
}
section.access .inner .box .left dl:after {
  content: "";
  display: block;
  clear: both;
}
@media all and (max-width: 800px) {
  section.access .inner .box .left dl:after {
    display: none;
  }
}
section.access .inner .box .right {
  width: 37.5%;
  position: relative;
}
@media all and (max-width: 800px) {
  section.access .inner .box .right {
    width: 100%;
    position: static;
    padding-top: 34px;
  }
}
section.access .inner .box .right .link {
  width: 100%;
  position: absolute;
  bottom: 11px;
  right: 0;
  z-index: 2;
}
@media all and (max-width: 800px) {
  section.access .inner .box .right .link {
    position: static;
    bottom: auto;
    right: auto;
    z-index: auto;
  }
}
section.access .inner .box .right .link a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 1px;
  text-indent: 1px;
  text-align: center;
  color: #ffffff;
  background: #999999;
  padding: 15px 20px 15px 20px;
}
@media all and (max-width: 800px) {
  section.access .inner .box .right .link a {
    font-size: 14px;
    line-height: 26px;
    padding: 13px 20px 13px 20px;
  }
}
section.access .inner .box .right .link a:hover {
  background: #303030;
}
.sp section.access .inner .box .right .link a:hover,
.tablet section.access .inner .box .right .link a:hover {
  background: #999999;
}
section.catalogue_download {
  padding: 0 30px 8px 30px;
}
@media all and (min-width: 1060px) {
  section.catalogue_download {
    padding-left: 2.8%;
    padding-right: 2.8%;
  }
}
@media all and (min-width: 1590px) {
  section.catalogue_download {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media all and (min-width: 2120px) {
  section.catalogue_download {
    max-width: 2120px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 800px) {
  section.catalogue_download {
    padding: 0 20px;
  }
}
section.catalogue_download .inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 10%;
}
@media all and (min-width: 1590px) {
  section.catalogue_download .inner {
    padding: 0 150px;
  }
}
@media all and (max-width: 800px) {
  section.catalogue_download .inner {
    display: block;
    align-items: stretch;
    padding: 0;
  }
}
section.catalogue_download .inner .image a:hover img {
  -webkit-filter: url(#duotone_gray);
  -moz-filter: url(#duotone_gray);
  -o-filter: url(#duotone_gray);
  -ms-filter: url(#duotone_gray);
  filter: url(#duotone_gray);
}
.sp section.catalogue_download .inner .image a:hover img,
.tablet section.catalogue_download .inner .image a:hover img {
  -webkit-filter: none;
  -moz-filter: none;
  -o-filter: none;
  -ms-filter: none;
  filter: none;
}
section.catalogue_download .inner .left {
  width: 50%;
  padding-right: 12.5%;
}
@media all and (max-width: 800px) {
  section.catalogue_download .inner .left {
    display: none;
  }
}
section.catalogue_download .inner .right {
  width: 50%;
}
@media all and (max-width: 800px) {
  section.catalogue_download .inner .right {
    width: 100%;
  }
}
section.catalogue_download .inner .right .title {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #303030;
  font-size: 26px;
  line-height: 38px;
  letter-spacing: 1.8px;
  padding-bottom: 42px;
}
@media all and (max-width: 800px) {
  section.catalogue_download .inner .right .title {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 1.5px;
    padding-bottom: 26px;
  }
}
section.catalogue_download .inner .right .description {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 1px;
  padding-bottom: 52px;
}
@media all and (max-width: 800px) {
  section.catalogue_download .inner .right .description {
    font-size: 14px;
    line-height: 26px;
    padding-bottom: 34px;
  }
}
section.catalogue_download .inner .right .image {
  display: none;
}
@media all and (max-width: 800px) {
  section.catalogue_download .inner .right .image {
    display: block;
  }
}
section.catalogue_download .inner .right .link {
  padding-bottom: 8px;
}
@media all and (max-width: 800px) {
  section.catalogue_download .inner .right .link {
    padding-top: 20px;
    padding-bottom: 0;
  }
}
section.catalogue_download .inner .right .link a {
  display: block;
  height: 60px;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #303030;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1px;
  text-indent: 1px;
  text-align: center;
  color: #ffffff;
  margin: 0 auto;
  padding: 17px 9px 0 10px;
  background: #999999;
  border: 1px solid #999999;
}
@media all and (max-width: 800px) {
  section.catalogue_download .inner .right .link a {
    height: 50px;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.8px;
    text-indent: 0.8px;
    padding: 14px 0 0 0;
  }
}
section.catalogue_download .inner .right .link a:hover {
  background: #303030;
  border: 1px solid #303030;
}
.sp section.catalogue_download .inner .right .link a:hover,
.tablet section.catalogue_download .inner .right .link a:hover {
  background: #999999;
  border: 1px solid #999999;
}
button.flickity-button {
  width: 60px;
  height: 60px;
  position: absolute;
  top: calc(50% - 25px);
  z-index: 3;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  padding: 0;
  border-radius: 0;
  background: transparent;
}
@media all and (min-width: 1590px) {
  button.flickity-button {
    width: 70px;
    height: 70px;
  }
}
@media all and (min-width: 2120px) {
  button.flickity-button {
    width: 80px;
    height: 80px;
  }
}
@media all and (max-width: 800px) {
  button.flickity-button {
    width: 30px;
    height: 30px;
    top: calc(50% - 20px);
  }
}
button.flickity-button:before,
button.flickity-button:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
button.flickity-button:after {
  display: none;
}
button.flickity-button:active {
  opacity: 1 !important;
}
button.flickity-button svg {
  display: none !important;
}
button.flickity-button.previous {
  left: 10px;
}
button.flickity-button.previous:before {
  background-image: url(../images/common/arrow-left-black.svg);
}
@media all and (max-width: 800px) {
  button.flickity-button.previous:before {
    background-image: url(../images/common/arrow-left-sp-black.svg);
  }
}
button.flickity-button.previous:after {
  background-image: url(../images/common/arrow-left-white.svg);
}
@media all and (max-width: 800px) {
  button.flickity-button.previous:after {
    background-image: url(../images/common/arrow-left-sp-white.svg);
  }
}
button.flickity-button.next {
  right: 10px;
}
button.flickity-button.next:before {
  background-image: url(../images/common/arrow-right-black.svg);
}
@media all and (max-width: 800px) {
  button.flickity-button.next:before {
    background-image: url(../images/common/arrow-right-sp-black.svg);
  }
}
button.flickity-button.next:after {
  background-image: url(../images/common/arrow-right-white.svg);
}
@media all and (max-width: 800px) {
  button.flickity-button.next:after {
    background-image: url(../images/common/arrow-right-sp-white.svg);
  }
}
button.flickity-button:hover {
  background: transparent !important;
}
button.flickity-button:hover:before {
  display: none;
}
button.flickity-button:hover:after {
  display: block;
}
.sp button.flickity-button:hover:before,
.tablet button.flickity-button:hover:before {
  display: block;
}
.sp button.flickity-button:hover:after,
.tablet button.flickity-button:hover:after {
  display: none;
}
body#about #container #main #wrapper {
  padding-bottom: 100px;
}
@media all and (max-width: 800px) {
  body#about #container #main #wrapper {
    padding-bottom: 60px;
  }
}
body#archive #container #main #wrapper section.main_description {
  padding-bottom: 80px;
}
@media all and (max-width: 800px) {
  body#archive #container #main #wrapper section.main_description {
    padding-bottom: 47px;
  }
}
body#archive #container #main #wrapper section.images_box .top {
  padding-top: 0;
}
body#archive #container #main #wrapper section.one_column_banner {
  padding-top: 100px;
}
@media all and (max-width: 800px) {
  body#archive #container #main #wrapper section.one_column_banner {
    padding-top: 60px;
  }
}
body#archive #container #main #wrapper section.two_column_banner {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media all and (max-width: 800px) {
  body#archive #container #main #wrapper section.two_column_banner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
body#kiseki #container #main #wrapper section.intro {
  padding: 100px 30px 90px 30px;
}
@media all and (min-width: 1060px) {
  body#kiseki #container #main #wrapper section.intro {
    padding-left: 2.8%;
    padding-right: 2.8%;
  }
}
@media all and (min-width: 1590px) {
  body#kiseki #container #main #wrapper section.intro {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media all and (min-width: 2120px) {
  body#kiseki #container #main #wrapper section.intro {
    max-width: 2120px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 800px) {
  body#kiseki #container #main #wrapper section.intro {
    padding: 60px 20px 54px 20px;
  }
}
body#kiseki #container #main #wrapper section.intro .title img {
  display: block;
  width: 220px;
  height: 73px;
  margin: 0 auto;
}
@media all and (max-width: 800px) {
  body#kiseki #container #main #wrapper section.intro .title img {
    width: 120px;
    height: 40px;
  }
}
body#kiseki #container #main #wrapper section.intro .description {
  font-family: 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'ＭＳ 明朝', 'MS Mincho', serif;
  font-weight: normal;
  font-style: normal;
  color: #303030;
  font-size: 18px;
  line-height: 36px;
  letter-spacing: 1px;
  padding: 90px 10% 0 10%;
}
@media all and (min-width: 1590px) {
  body#kiseki #container #main #wrapper section.intro .description {
    padding-left: 150px;
    padding-right: 150px;
  }
}
@media all and (max-width: 800px) {
  body#kiseki #container #main #wrapper section.intro .description {
    font-size: 14px;
    line-height: 26px;
    padding: 53px 0 0 0;
  }
}
body#kiseki #container #main #wrapper section.brand_link .box_link .center a {
  min-width: 340px;
}
@media all and (max-width: 800px) {
  body#kiseki #container #main #wrapper section.brand_link .box_link .center a {
    min-width: auto;
  }
}
body#kiseki #container #main #wrapper section.contact_link {
  padding-top: 120px;
}
@media all and (max-width: 800px) {
  body#kiseki #container #main #wrapper section.contact_link {
    padding-top: 60px;
  }
}
body#kiseki #container #main #wrapper section.contact_link .inner {
  padding: 0;
}
@media all and (max-width: 800px) {
  body#kiseki #container #main #wrapper section.contact_link .inner {
    padding: 0 20px;
  }
}
body#kiseki #container #main #wrapper section.contact_link .inner .box .title {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #303030;
  font-size: 26px;
  line-height: 1;
  letter-spacing: 1.8px;
  padding: 4px 0 29px 0;
}
@media all and (max-width: 800px) {
  body#kiseki #container #main #wrapper section.contact_link .inner .box .title {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 1.5px;
    padding: 0 0 26px 0;
  }
}
body#kiseki #container #main #wrapper section.contact_link .inner .box a {
  width: 43.7%;
  min-width: 400px;
  height: 60px;
  padding-top: 17px;
  padding-left: 11px;
}
@media all and (min-width: 1590px) {
  body#kiseki #container #main #wrapper section.contact_link .inner .box a {
    width: 620px;
  }
}
@media all and (max-width: 800px) {
  body#kiseki #container #main #wrapper section.contact_link .inner .box a {
    width: 100%;
    min-width: auto;
    height: 80px;
    padding: 18px 0 0 0;
  }
}
body#kiseki #container #main #wrapper section.contact_link .inner .box a .link_inner {
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 1.2px;
  padding-left: 90px;
}
@media all and (max-width: 800px) {
  body#kiseki #container #main #wrapper section.contact_link .inner .box a .link_inner {
    font-size: 14px;
    text-indent: 1.2px;
    padding-left: 0;
  }
}
body#kiseki #container #main #wrapper section.contact_link .inner .box a .link_inner img {
  display: block;
  width: 71px;
  height: 20px;
  position: absolute;
  top: -3px;
  left: 0;
  z-index: 2;
}
@media all and (max-width: 800px) {
  body#kiseki #container #main #wrapper section.contact_link .inner .box a .link_inner img {
    width: 67px;
    height: 19px;
    position: static;
    top: auto;
    left: auto;
    margin: 0 auto 10px auto;
  }
}
body#kiseki #container #main #wrapper section.contact_link .inner .box a .link_inner img.on {
  display: none;
}
body#kiseki #container #main #wrapper section.contact_link .inner .box a:hover .link_inner {
  color: #ffffff;
}
body#kiseki #container #main #wrapper section.contact_link .inner .box a:hover .link_inner img.off {
  display: none;
}
body#kiseki #container #main #wrapper section.contact_link .inner .box a:hover .link_inner img.on {
  display: block;
}
.sp body#kiseki #container #main #wrapper section.contact_link .inner .box a:hover .link_inner,
.tablet body#kiseki #container #main #wrapper section.contact_link .inner .box a:hover .link_inner {
  color: #303030;
}
.sp body#kiseki #container #main #wrapper section.contact_link .inner .box a:hover .link_inner img.off,
.tablet body#kiseki #container #main #wrapper section.contact_link .inner .box a:hover .link_inner img.off {
  display: block;
}
.sp body#kiseki #container #main #wrapper section.contact_link .inner .box a:hover .link_inner img.on,
.tablet body#kiseki #container #main #wrapper section.contact_link .inner .box a:hover .link_inner img.on {
  display: none;
}
body#stone_collection #container #main #wrapper .pagination,
body#news #container #main #wrapper .pagination {
  padding: 68px 30px 67px 30px;
}
@media all and (min-width: 1060px) {
  body#stone_collection #container #main #wrapper .pagination,
  body#news #container #main #wrapper .pagination {
    padding-left: 2.8%;
    padding-right: 2.8%;
  }
}
@media all and (min-width: 1590px) {
  body#stone_collection #container #main #wrapper .pagination,
  body#news #container #main #wrapper .pagination {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media all and (min-width: 2120px) {
  body#stone_collection #container #main #wrapper .pagination,
  body#news #container #main #wrapper .pagination {
    max-width: 2120px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 800px) {
  body#stone_collection #container #main #wrapper .pagination,
  body#news #container #main #wrapper .pagination {
    padding: 48px 20px 48px 20px;
  }
}
body#stone_collection #container #main #wrapper .pagination .inner,
body#news #container #main #wrapper .pagination .inner {
  padding: 0 10%;
}
@media all and (min-width: 1590px) {
  body#stone_collection #container #main #wrapper .pagination .inner,
  body#news #container #main #wrapper .pagination .inner {
    padding: 0 150px;
  }
}
@media all and (max-width: 800px) {
  body#stone_collection #container #main #wrapper .pagination .inner,
  body#news #container #main #wrapper .pagination .inner {
    padding: 0;
  }
}
body#stone_collection #container #main #wrapper .pagination .inner .box,
body#news #container #main #wrapper .pagination .inner .box {
  position: relative;
}
body#stone_collection #container #main #wrapper .pagination .inner .box .nav,
body#news #container #main #wrapper .pagination .inner .box .nav {
  position: absolute;
  top: 0;
  z-index: 2;
}
body#stone_collection #container #main #wrapper .pagination .inner .box .nav a,
body#news #container #main #wrapper .pagination .inner .box .nav a {
  display: block;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #303030;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 1px;
  padding: 10px;
}
@media all and (max-width: 800px) {
  body#stone_collection #container #main #wrapper .pagination .inner .box .nav a,
  body#news #container #main #wrapper .pagination .inner .box .nav a {
    font-size: 14px;
    letter-spacing: 0.8px;
  }
}
body#stone_collection #container #main #wrapper .pagination .inner .box .nav a:hover,
body#news #container #main #wrapper .pagination .inner .box .nav a:hover {
  color: #999999;
}
.sp body#stone_collection #container #main #wrapper .pagination .inner .box .nav a:hover,
.sp body#news #container #main #wrapper .pagination .inner .box .nav a:hover,
.tablet body#stone_collection #container #main #wrapper .pagination .inner .box .nav a:hover,
.tablet body#news #container #main #wrapper .pagination .inner .box .nav a:hover {
  color: #303030;
}
body#stone_collection #container #main #wrapper .pagination .inner .box .nav.prev,
body#news #container #main #wrapper .pagination .inner .box .nav.prev {
  left: -10px;
}
body#stone_collection #container #main #wrapper .pagination .inner .box .nav.next,
body#news #container #main #wrapper .pagination .inner .box .nav.next {
  right: -10px;
}
body#stone_collection #container #main #wrapper .pagination .inner .box ul,
body#news #container #main #wrapper .pagination .inner .box ul {
  text-align: center;
  font-size: 0;
}
body#stone_collection #container #main #wrapper .pagination .inner .box ul li,
body#news #container #main #wrapper .pagination .inner .box ul li {
  display: inline-block;
}
body#stone_collection #container #main #wrapper .pagination .inner .box ul li:not(.line),
body#news #container #main #wrapper .pagination .inner .box ul li:not(.line) {
  padding: 0 0.5%;
}
@media all and (max-width: 800px) {
  body#stone_collection #container #main #wrapper .pagination .inner .box ul li:not(.line),
  body#news #container #main #wrapper .pagination .inner .box ul li:not(.line) {
    padding: 0;
  }
}
body#stone_collection #container #main #wrapper .pagination .inner .box ul li.none,
body#news #container #main #wrapper .pagination .inner .box ul li.none {
  display: none !important;
}
body#stone_collection #container #main #wrapper .pagination .inner .box ul li a,
body#news #container #main #wrapper .pagination .inner .box ul li a {
  display: block;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #303030;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 1px;
  color: #999999;
  padding: 10px;
}
@media all and (max-width: 800px) {
  body#stone_collection #container #main #wrapper .pagination .inner .box ul li a,
  body#news #container #main #wrapper .pagination .inner .box ul li a {
    font-size: 14px;
    letter-spacing: 0.8px;
  }
}
body#stone_collection #container #main #wrapper .pagination .inner .box ul li a.current,
body#news #container #main #wrapper .pagination .inner .box ul li a.current {
  color: #303030;
}
body#stone_collection #container #main #wrapper .pagination .inner .box ul li a:not(.current):hover,
body#news #container #main #wrapper .pagination .inner .box ul li a:not(.current):hover {
  color: #303030;
}
.sp body#stone_collection #container #main #wrapper .pagination .inner .box ul li a:not(.current):hover,
.sp body#news #container #main #wrapper .pagination .inner .box ul li a:not(.current):hover,
.tablet body#stone_collection #container #main #wrapper .pagination .inner .box ul li a:not(.current):hover,
.tablet body#news #container #main #wrapper .pagination .inner .box ul li a:not(.current):hover {
  color: #999999;
}
body#stone_collection #container #main #wrapper .pagination .inner .box ul li.line,
body#news #container #main #wrapper .pagination .inner .box ul li.line {
  width: 3.5%;
  height: 1px;
  position: relative;
}
@media all and (max-width: 800px) {
  body#stone_collection #container #main #wrapper .pagination .inner .box ul li.line,
  body#news #container #main #wrapper .pagination .inner .box ul li.line {
    width: 20px;
  }
}
body#stone_collection #container #main #wrapper .pagination .inner .box ul li.line:before,
body#news #container #main #wrapper .pagination .inner .box ul li.line:before {
  content: "";
  display: block;
  width: 110%;
  height: 1px;
  position: absolute;
  top: -5px;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  background: #999999;
}
@media all and (max-width: 800px) {
  body#stone_collection #container #main #wrapper .pagination .inner .box ul li.line:before,
  body#news #container #main #wrapper .pagination .inner .box ul li.line:before {
    width: 100%;
    top: -4px;
  }
}
.grecaptcha-badge {
  visibility: hidden;
}
body#top #container #header {
  transform: translate3d(0, -80px, 0);
  -webkit-transform: translate3d(0, -80px, 0);
}
@media all and (max-width: 800px) {
  body#top #container #header {
    transform: translate3d(0, -60px, 0);
    -webkit-transform: translate3d(0, -60px, 0);
  }
}
body#top #container #header.none {
  display: none;
}
body#top #container #main #wrapper {
  position: relative;
}
body#top #container #main #wrapper .top_menu {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
body#top #container #main #wrapper .top_menu .inner {
  text-align: right;
  padding: 23px 30px 0 0;
}
@media all and (min-width: 1060px) {
  body#top #container #main #wrapper .top_menu .inner {
    padding-right: 2.8%;
  }
}
@media all and (min-width: 1590px) {
  body#top #container #main #wrapper .top_menu .inner {
    padding-right: 45px;
  }
}
@media all and (max-width: 800px) {
  body#top #container #main #wrapper .top_menu .inner {
    padding: 13px 20px 0 0;
  }
}
body#top #container #main #wrapper .top_menu .inner a {
  display: inline-block;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #303030;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 1px;
  color: #ffffff;
  position: relative;
  right: -10px;
  padding: 10px;
}
body#top #container #main #wrapper .top_menu .inner a:hover {
  color: #999999;
}
.sp body#top #container #main #wrapper .top_menu .inner a:hover,
.tablet body#top #container #main #wrapper .top_menu .inner a:hover {
  color: #ffffff;
}
body#top #container #main #wrapper #view {
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-image: url(../images/common/view.jpg);
}
@media all and (max-width: 800px) {
  body#top #container #main #wrapper #view {
    background-image: url(../images/common/view-sp.jpg);
  }
}
body#top #container #main #wrapper #view .top_logo {
  position: absolute;
  top: 23px;
  left: 2.8%;
  z-index: 2;
}
@media all and (min-width: 1590px) {
  body#top #container #main #wrapper #view .top_logo {
    left: 45px;
  }
}
@media all and (max-width: 800px) {
  body#top #container #main #wrapper #view .top_logo {
    top: 16px;
    left: 20px;
  }
}
body#top #container #main #wrapper #view .top_logo .inner a {
  display: block;
}
body#top #container #main #wrapper #view .top_logo .inner a img {
  display: block;
  width: 94px;
  height: 33px;
}
@media all and (max-width: 800px) {
  body#top #container #main #wrapper #view .top_logo .inner a img {
    width: 78px;
    height: 27px;
  }
}
body#top #container #main #wrapper .gallery_introduction {
  padding: 0 30px 120px 30px;
}
@media all and (min-width: 1060px) {
  body#top #container #main #wrapper .gallery_introduction {
    padding-left: 2.8%;
    padding-right: 2.8%;
  }
}
@media all and (min-width: 1590px) {
  body#top #container #main #wrapper .gallery_introduction {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media all and (min-width: 2120px) {
  body#top #container #main #wrapper .gallery_introduction {
    max-width: 2120px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 800px) {
  body#top #container #main #wrapper .gallery_introduction {
    padding: 0 20px 60px 20px;
  }
}
body#top #container #main #wrapper .gallery_introduction .inner {
  padding: 0 10%;
}
@media all and (min-width: 1590px) {
  body#top #container #main #wrapper .gallery_introduction .inner {
    padding: 0 150px;
  }
}
@media all and (max-width: 800px) {
  body#top #container #main #wrapper .gallery_introduction .inner {
    padding: 0;
  }
}
body#top #container #main #wrapper .gallery_introduction .inner .youtube {
  position: relative;
}
body#top #container #main #wrapper .gallery_introduction .inner .youtube:before {
  content: "";
  display: block;
  padding-top: 56.3%;
}
body#top #container #main #wrapper .gallery_introduction .inner .youtube iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
body#top #container #main #wrapper .gallery_introduction .inner .title {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #303030;
  font-size: 26px;
  line-height: 38px;
  letter-spacing: 1.8px;
  padding-top: 51px;
  padding-bottom: 39px;
}
@media all and (max-width: 800px) {
  body#top #container #main #wrapper .gallery_introduction .inner .title {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 1.5px;
    padding-top: 33px;
    padding-bottom: 25px;
  }
}
body#top #container #main #wrapper .gallery_introduction .inner .headline {
  font-family: 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'ＭＳ 明朝', 'MS Mincho', serif;
  font-weight: normal;
  font-style: normal;
  color: #303030;
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: 3px;
  padding-bottom: 39px;
}
@media all and (max-width: 800px) {
  body#top #container #main #wrapper .gallery_introduction .inner .headline {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 1.5px;
    padding-bottom: 25px;
  }
}
body#top #container #main #wrapper .gallery_introduction .inner .description {
  font-family: 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'ＭＳ 明朝', 'MS Mincho', serif;
  font-weight: normal;
  font-style: normal;
  color: #303030;
  font-size: 18px;
  line-height: 36px;
  letter-spacing: 1px;
}
@media all and (max-width: 800px) {
  body#top #container #main #wrapper .gallery_introduction .inner .description {
    font-size: 14px;
    line-height: 26px;
  }
}
body#top #container #main #wrapper .gallery_introduction .inner .box_link {
  padding-top: 41px;
}
@media all and (max-width: 800px) {
  body#top #container #main #wrapper .gallery_introduction .inner .box_link {
    padding-top: 14px;
  }
}
body#top #container #main #wrapper .gallery_introduction .inner .box_link a {
  display: block;
  width: 37.5%;
  height: 60px;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #303030;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1px;
  text-indent: 1px;
  text-align: center;
  color: #ffffff;
  margin: 0 auto;
  padding: 17px 9px 0 10px;
  background: #999999;
  border: 1px solid #999999;
}
@media all and (min-width: 1590px) {
  body#top #container #main #wrapper .gallery_introduction .inner .box_link a {
    width: 450px;
  }
}
@media all and (max-width: 800px) {
  body#top #container #main #wrapper .gallery_introduction .inner .box_link a {
    width: 100%;
    height: 50px;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.8px;
    text-indent: 0.8px;
    padding: 13px 0 0 0;
  }
}
body#top #container #main #wrapper .gallery_introduction .inner .box_link a:hover {
  background: #303030;
  border: 1px solid #303030;
}
.sp body#top #container #main #wrapper .gallery_introduction .inner .box_link a:hover,
.tablet body#top #container #main #wrapper .gallery_introduction .inner .box_link a:hover {
  background: #999999;
  border: 1px solid #999999;
}
body#season_collection.traveler #container #main #wrapper section.collection_title .title span {
  display: block;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #303030;
  font-size: 26px;
  line-height: 38px;
  letter-spacing: 1.8px;
  text-indent: 1.8px;
  text-align: center;
  padding: 91px 0 30px 0;
}
@media all and (max-width: 800px) {
  body#season_collection.traveler #container #main #wrapper section.collection_title .title span {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 1.5px;
    text-indent: 1.5px;
    padding: 54px 0 13px 0;
  }
}
body#season_collection.traveler #container #main #wrapper section.collection_title .title img {
  display: block;
  width: 270px;
  height: 38px;
  margin: 0 auto;
}
@media all and (max-width: 800px) {
  body#season_collection.traveler #container #main #wrapper section.collection_title .title img {
    width: 197px;
    height: 28px;
  }
}
body#season_collection.traveler #container #main #wrapper section.main_description {
  padding-top: 89px;
  padding-bottom: 91px;
}
@media all and (max-width: 800px) {
  body#season_collection.traveler #container #main #wrapper section.main_description {
    padding-top: 53px;
    padding-bottom: 54px;
  }
}
body#season_collection.traveler #container #main #wrapper section.collection_banner {
  padding: 0 30px 120px 30px;
}
@media all and (min-width: 1060px) {
  body#season_collection.traveler #container #main #wrapper section.collection_banner {
    padding: 0 2.8% 120px 2.8%;
  }
}
@media all and (min-width: 1590px) {
  body#season_collection.traveler #container #main #wrapper section.collection_banner {
    padding: 0 45px 120px 45px;
  }
}
@media all and (min-width: 2120px) {
  body#season_collection.traveler #container #main #wrapper section.collection_banner {
    max-width: 2120px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 800px) {
  body#season_collection.traveler #container #main #wrapper section.collection_banner {
    padding: 0 20px 80px 20px;
  }
}
body#season_collection.traveler #container #main #wrapper section.collection_banner .inner .links {
  padding: 5px;
  background: #ffffff;
}
@media all and (max-width: 800px) {
  body#season_collection.traveler #container #main #wrapper section.collection_banner .inner .links {
    padding: 1px;
  }
}
body#season_collection.traveler #container #main #wrapper section.collection_banner .inner .links a {
  float: left;
  display: block;
  width: 33.3%;
  position: relative;
}
body#season_collection.traveler #container #main #wrapper section.collection_banner .inner .links a:before {
  content: "";
  display: block;
  padding-top: 100%;
}
body#season_collection.traveler #container #main #wrapper section.collection_banner .inner .links a:after {
  content: "";
  display: block;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 3;
  background-color: rgba(241, 242, 239, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media all and (max-width: 800px) {
  body#season_collection.traveler #container #main #wrapper section.collection_banner .inner .links a:after {
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    top: 2px;
    left: 2px;
  }
}
body#season_collection.traveler #container #main #wrapper section.collection_banner .inner .links a .bg_image {
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 2;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media all and (max-width: 800px) {
  body#season_collection.traveler #container #main #wrapper section.collection_banner .inner .links a .bg_image {
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    top: 2px;
    left: 2px;
  }
}
body#season_collection.traveler #container #main #wrapper section.collection_banner .inner .links a:hover:after {
  display: none;
}
.sp body#season_collection.traveler #container #main #wrapper section.collection_banner .inner .links a:hover:after,
.tablet body#season_collection.traveler #container #main #wrapper section.collection_banner .inner .links a:hover:after {
  display: block;
}
body#season_collection.traveler #container #main #wrapper section.collection_banner .inner .links:after {
  content: "";
  display: block;
  clear: both;
}
body#season_collection.traveler #container #main #wrapper section.items {
  padding-bottom: 11px;
}
@media all and (max-width: 800px) {
  body#season_collection.traveler #container #main #wrapper section.items {
    padding-bottom: 0;
  }
}
body#season_collection.traveler #container #main #wrapper section.items .item {
  padding: 30px 0 112px 0;
  position: relative;
}
@media all and (max-width: 800px) {
  body#season_collection.traveler #container #main #wrapper section.items .item {
    padding: 20px 0 80px 0;
  }
}
body#season_collection.traveler #container #main #wrapper section.items .item .bar {
  width: 100%;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media all and (max-width: 800px) {
  body#season_collection.traveler #container #main #wrapper section.items .item .bar {
    height: 20px;
  }
}
body#season_collection.traveler #container #main #wrapper section.items .item .title {
  padding: 0 30px;
}
@media all and (min-width: 1060px) {
  body#season_collection.traveler #container #main #wrapper section.items .item .title {
    padding: 0 2.8%;
  }
}
@media all and (min-width: 1590px) {
  body#season_collection.traveler #container #main #wrapper section.items .item .title {
    padding: 0 45px;
  }
}
@media all and (max-width: 800px) {
  body#season_collection.traveler #container #main #wrapper section.items .item .title {
    padding: 0 20px;
  }
}
body#season_collection.traveler #container #main #wrapper section.items .item .title .inner {
  padding: 0 10%;
}
@media all and (min-width: 1590px) {
  body#season_collection.traveler #container #main #wrapper section.items .item .title .inner {
    padding: 0 150px;
  }
}
@media all and (min-width: 2120px) {
  body#season_collection.traveler #container #main #wrapper section.items .item .title .inner {
    max-width: 2030px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 800px) {
  body#season_collection.traveler #container #main #wrapper section.items .item .title .inner {
    padding: 0;
  }
}
body#season_collection.traveler #container #main #wrapper section.items .item .title .inner .board {
  display: inline-block;
  position: relative;
  margin-top: 60px;
  padding: 7px 0 13px 0;
}
@media all and (max-width: 800px) {
  body#season_collection.traveler #container #main #wrapper section.items .item .title .inner .board {
    margin-top: 40px;
    padding: 2px 8px 3px 10px;
  }
}
body#season_collection.traveler #container #main #wrapper section.items .item .title .inner .board:before {
  content: "";
  display: block;
  width: calc(100% + 38px);
  height: 100%;
  position: absolute;
  top: 0;
  left: -20px;
  z-index: 1;
  background: #ffffff;
}
@media all and (max-width: 800px) {
  body#season_collection.traveler #container #main #wrapper section.items .item .title .inner .board:before {
    width: 100%;
    left: 0;
  }
}
body#season_collection.traveler #container #main #wrapper section.items .item .title .inner .board .en {
  font-family: century-gothic, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #303030;
  font-size: 60px;
  line-height: 70px;
  letter-spacing: 1.6px;
  position: relative;
  z-index: 2;
}
@media all and (max-width: 800px) {
  body#season_collection.traveler #container #main #wrapper section.items .item .title .inner .board .en {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 1.2px;
  }
}
body#season_collection.traveler #container #main #wrapper section.items .item .title .inner .board .en br {
  display: none;
}
@media all and (max-width: 400px) {
  body#season_collection.traveler #container #main #wrapper section.items .item .title .inner .board .en br.black_marinace {
    display: block;
  }
}
@media all and (max-width: 420px) {
  body#season_collection.traveler #container #main #wrapper section.items .item .title .inner .board .en br.mountain_barney {
    display: block;
  }
}
@media all and (max-width: 360px) {
  body#season_collection.traveler #container #main #wrapper section.items .item .title .inner .board .en br.verde_antigua {
    display: block;
  }
}
body#season_collection.traveler #container #main #wrapper section.items .item .title .inner .board .ja {
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 1px;
  padding-top: 11px;
  position: relative;
  z-index: 2;
}
@media all and (max-width: 800px) {
  body#season_collection.traveler #container #main #wrapper section.items .item .title .inner .board .ja {
    font-size: 12px;
    line-height: 24px;
    padding-top: 5px;
  }
}
body#season_collection.traveler #container #main #wrapper section.items .item .description {
  padding: 50px 30px 51px 30px;
}
@media all and (min-width: 1060px) {
  body#season_collection.traveler #container #main #wrapper section.items .item .description {
    padding-left: 2.8%;
    padding-right: 2.8%;
  }
}
@media all and (min-width: 1590px) {
  body#season_collection.traveler #container #main #wrapper section.items .item .description {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media all and (min-width: 2120px) {
  body#season_collection.traveler #container #main #wrapper section.items .item .description {
    max-width: 2120px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 800px) {
  body#season_collection.traveler #container #main #wrapper section.items .item .description {
    padding: 34px 20px 34px 20px;
  }
}
body#season_collection.traveler #container #main #wrapper section.items .item .description .inner {
  font-family: 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'ＭＳ 明朝', 'MS Mincho', serif;
  font-weight: normal;
  font-style: normal;
  color: #303030;
  font-size: 18px;
  line-height: 36px;
  letter-spacing: 1px;
  padding: 0 10%;
}
@media all and (min-width: 1590px) {
  body#season_collection.traveler #container #main #wrapper section.items .item .description .inner {
    padding: 0 150px;
  }
}
@media all and (max-width: 800px) {
  body#season_collection.traveler #container #main #wrapper section.items .item .description .inner {
    font-size: 14px;
    line-height: 26px;
    padding: 0;
  }
}
body#season_collection.traveler #container #main #wrapper section.items .item .image {
  padding: 0 30px;
}
@media all and (min-width: 1060px) {
  body#season_collection.traveler #container #main #wrapper section.items .item .image {
    padding: 0 2.8%;
  }
}
@media all and (min-width: 1590px) {
  body#season_collection.traveler #container #main #wrapper section.items .item .image {
    padding: 0 45px;
  }
}
@media all and (min-width: 2120px) {
  body#season_collection.traveler #container #main #wrapper section.items .item .image {
    max-width: 2120px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 800px) {
  body#season_collection.traveler #container #main #wrapper section.items .item .image {
    padding: 0 20px;
  }
}
body#season_collection.traveler #container #main #wrapper section.items .item .image .inner ul {
  font-size: 0;
  position: relative;
}
@media all and (max-width: 800px) {
  body#season_collection.traveler #container #main #wrapper section.items .item .image .inner ul {
    position: static;
  }
}
body#season_collection.traveler #container #main #wrapper section.items .item .image .inner ul:before {
  content: "";
  display: block;
  padding-top: 37.5%;
}
@media all and (max-width: 800px) {
  body#season_collection.traveler #container #main #wrapper section.items .item .image .inner ul:before {
    display: none;
  }
}
body#season_collection.traveler #container #main #wrapper section.items .item .image .inner ul li {
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
}
@media all and (max-width: 800px) {
  body#season_collection.traveler #container #main #wrapper section.items .item .image .inner ul li {
    position: static;
    top: auto;
    z-index: auto;
  }
}
body#season_collection.traveler #container #main #wrapper section.items .item .image .inner ul li:first-child {
  width: calc(50% - 1px);
  left: 0;
}
@media all and (max-width: 800px) {
  body#season_collection.traveler #container #main #wrapper section.items .item .image .inner ul li:first-child {
    width: 100%;
    left: auto;
    margin-bottom: 2px;
  }
}
body#season_collection.traveler #container #main #wrapper section.items .item .image .inner ul li:last-child {
  width: calc(50% - 2px);
  right: 0;
}
@media all and (max-width: 800px) {
  body#season_collection.traveler #container #main #wrapper section.items .item .image .inner ul li:last-child {
    width: 100%;
    right: auto;
  }
}
body#season_collection.traveler #container #main #wrapper section.items .item .image .inner ul li .bg_image {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media all and (max-width: 800px) {
  body#season_collection.traveler #container #main #wrapper section.items .item .image .inner ul li .bg_image {
    height: auto;
  }
}
@media all and (max-width: 800px) {
  body#season_collection.traveler #container #main #wrapper section.items .item .image .inner ul li .bg_image:before {
    content: "";
    display: block;
    padding-top: 75%;
  }
}
body#season_collection.traveler #container #main #wrapper section.items .item .bottom {
  padding: 53px 30px 0 30px;
}
@media all and (min-width: 1060px) {
  body#season_collection.traveler #container #main #wrapper section.items .item .bottom {
    padding-left: 2.8%;
    padding-right: 2.8%;
  }
}
@media all and (min-width: 1590px) {
  body#season_collection.traveler #container #main #wrapper section.items .item .bottom {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media all and (min-width: 2120px) {
  body#season_collection.traveler #container #main #wrapper section.items .item .bottom {
    max-width: 2120px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 800px) {
  body#season_collection.traveler #container #main #wrapper section.items .item .bottom {
    padding: 33px 20px 0 20px;
  }
}
body#season_collection.traveler #container #main #wrapper section.items .item .bottom .inner {
  padding: 0 10%;
}
@media all and (min-width: 1590px) {
  body#season_collection.traveler #container #main #wrapper section.items .item .bottom .inner {
    padding: 0 150px;
  }
}
@media all and (max-width: 800px) {
  body#season_collection.traveler #container #main #wrapper section.items .item .bottom .inner {
    padding: 0;
  }
}
body#season_collection.traveler #container #main #wrapper section.items .item .bottom .inner .note {
  float: left;
  width: 75%;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 1px;
  padding-right: 50px;
}
@media all and (max-width: 1060px) {
  body#season_collection.traveler #container #main #wrapper section.items .item .bottom .inner .note {
    width: 70%;
  }
}
@media all and (max-width: 930px) {
  body#season_collection.traveler #container #main #wrapper section.items .item .bottom .inner .note {
    width: 65%;
    padding-right: 40px;
  }
}
@media all and (max-width: 800px) {
  body#season_collection.traveler #container #main #wrapper section.items .item .bottom .inner .note {
    float: none;
    width: 100%;
    font-size: 14px;
    line-height: 26px;
    padding-right: 0;
  }
}
body#season_collection.traveler #container #main #wrapper section.items .item .bottom .inner .details {
  float: right;
  width: 25%;
}
@media all and (max-width: 1060px) {
  body#season_collection.traveler #container #main #wrapper section.items .item .bottom .inner .details {
    width: 30%;
  }
}
@media all and (max-width: 930px) {
  body#season_collection.traveler #container #main #wrapper section.items .item .bottom .inner .details {
    width: 35%;
  }
}
@media all and (max-width: 800px) {
  body#season_collection.traveler #container #main #wrapper section.items .item .bottom .inner .details {
    float: none;
    width: 100%;
  }
}
body#season_collection.traveler #container #main #wrapper section.items .item .bottom .inner .details .link {
  padding-top: 6px;
}
@media all and (max-width: 800px) {
  body#season_collection.traveler #container #main #wrapper section.items .item .bottom .inner .details .link {
    padding-top: 14px;
  }
}
body#season_collection.traveler #container #main #wrapper section.items .item .bottom .inner .details .link a {
  display: block;
  padding: 7px 10px 7px 12px;
  background: #999999;
  border: 1px solid #999999;
}
@media all and (max-width: 800px) {
  body#season_collection.traveler #container #main #wrapper section.items .item .bottom .inner .details .link a {
    padding: 7px 9px 7px 9px;
  }
}
body#season_collection.traveler #container #main #wrapper section.items .item .bottom .inner .details .link a span {
  display: block;
}
body#season_collection.traveler #container #main #wrapper section.items .item .bottom .inner .details .link a span.large {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #303030;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1px;
  text-indent: 1px;
  text-align: center;
  color: #ffffff;
}
@media all and (max-width: 930px) {
  body#season_collection.traveler #container #main #wrapper section.items .item .bottom .inner .details .link a span.large {
    font-size: 17px;
  }
}
@media all and (max-width: 800px) {
  body#season_collection.traveler #container #main #wrapper section.items .item .bottom .inner .details .link a span.large {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.8px;
    text-indent: 0.8px;
  }
}
body#season_collection.traveler #container #main #wrapper section.items .item .bottom .inner .details .link a span.small {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #303030;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 1px;
  text-indent: 1px;
  text-align: center;
  color: #ffffff;
}
@media all and (max-width: 930px) {
  body#season_collection.traveler #container #main #wrapper section.items .item .bottom .inner .details .link a span.small {
    font-size: 11px;
  }
}
@media all and (max-width: 800px) {
  body#season_collection.traveler #container #main #wrapper section.items .item .bottom .inner .details .link a span.small {
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 0.8px;
    text-indent: 0.8px;
    margin-top: 2px;
  }
}
body#season_collection.traveler #container #main #wrapper section.items .item .bottom .inner .details .link a:hover {
  background: #303030;
  border: 1px solid #303030;
}
.sp body#season_collection.traveler #container #main #wrapper section.items .item .bottom .inner .details .link a:hover,
.tablet body#season_collection.traveler #container #main #wrapper section.items .item .bottom .inner .details .link a:hover {
  background: #999999;
  border: 1px solid #999999;
}
body#season_collection.traveler #container #main #wrapper section.items .item .bottom .inner:after {
  content: "";
  display: block;
  clear: both;
}
@media all and (max-width: 800px) {
  body#season_collection.traveler #container #main #wrapper section.items .item .bottom .inner:after {
    display: none;
  }
}
body#season_collection.traveler #container #main #wrapper section.two_column_banner {
  padding-bottom: 100px;
}
@media all and (max-width: 800px) {
  body#season_collection.traveler #container #main #wrapper section.two_column_banner {
    padding-bottom: 60px;
  }
}
body#season_collection.aesthetic {
  background: #ffffff;
}
body#season_collection.aesthetic footer#footer {
  background: #f1f1ef;
}
body#season_collection.aesthetic #container #main #wrapper section.collection_title {
  position: relative;
}
body#season_collection.aesthetic #container #main #wrapper section.collection_title .image img {
  display: block;
  width: 100%;
  height: auto;
}
@media all and (max-width: 800px) {
  body#season_collection.aesthetic #container #main #wrapper section.collection_title .image img.pc {
    display: none;
  }
}
body#season_collection.aesthetic #container #main #wrapper section.collection_title .image img.sp {
  display: none;
}
@media all and (max-width: 800px) {
  body#season_collection.aesthetic #container #main #wrapper section.collection_title .image img.sp {
    display: block;
  }
}
body#season_collection.aesthetic #container #main #wrapper section.collection_title .title {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding-top: 6.4%;
}
@media all and (max-width: 800px) {
  body#season_collection.aesthetic #container #main #wrapper section.collection_title .title {
    display: none;
  }
}
body#season_collection.aesthetic #container #main #wrapper section.collection_title .title img {
  display: block;
  width: 37.3%;
  height: auto;
  margin: 0 auto;
}
@media all and (min-width: 1590px) {
  body#season_collection.aesthetic #container #main #wrapper section.collection_title .title img {
    width: 595px;
  }
}
body#season_collection.aesthetic #container #main #wrapper section.aesthetic_main_description {
  padding: 52px 30px 0 30px;
}
@media all and (min-width: 1060px) {
  body#season_collection.aesthetic #container #main #wrapper section.aesthetic_main_description {
    padding-left: 2.8%;
    padding-right: 2.8%;
  }
}
@media all and (min-width: 1590px) {
  body#season_collection.aesthetic #container #main #wrapper section.aesthetic_main_description {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media all and (min-width: 2120px) {
  body#season_collection.aesthetic #container #main #wrapper section.aesthetic_main_description {
    max-width: 2120px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 800px) {
  body#season_collection.aesthetic #container #main #wrapper section.aesthetic_main_description {
    padding: 40px 20px 0 20px;
  }
}
body#season_collection.aesthetic #container #main #wrapper section.aesthetic_main_description .inner {
  padding: 0 10%;
}
@media all and (min-width: 1590px) {
  body#season_collection.aesthetic #container #main #wrapper section.aesthetic_main_description .inner {
    padding: 0 150px;
  }
}
@media all and (max-width: 800px) {
  body#season_collection.aesthetic #container #main #wrapper section.aesthetic_main_description .inner {
    padding: 0;
  }
}
body#season_collection.aesthetic #container #main #wrapper section.aesthetic_main_description .inner .sp_title {
  display: none;
}
@media all and (max-width: 800px) {
  body#season_collection.aesthetic #container #main #wrapper section.aesthetic_main_description .inner .sp_title {
    display: block;
  }
}
body#season_collection.aesthetic #container #main #wrapper section.aesthetic_main_description .inner .sp_title img {
  display: block;
  width: 262px;
  height: auto;
}
body#season_collection.aesthetic #container #main #wrapper section.aesthetic_main_description .inner .title {
  font-family: orpheuspro, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  line-height: 35px;
  letter-spacing: 4.3px;
}
@media all and (max-width: 800px) {
  body#season_collection.aesthetic #container #main #wrapper section.aesthetic_main_description .inner .title {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 2.5px;
    padding-top: 54px;
  }
}
body#season_collection.aesthetic #container #main #wrapper section.aesthetic_main_description .inner .description {
  padding-top: 40px;
}
@media all and (max-width: 800px) {
  body#season_collection.aesthetic #container #main #wrapper section.aesthetic_main_description .inner .description {
    padding-top: 8px;
  }
}
body#season_collection.aesthetic #container #main #wrapper section.aesthetic_main_description .inner .description p {
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 35px;
  letter-spacing: 1.4px;
  padding-top: 40px;
}
@media all and (max-width: 800px) {
  body#season_collection.aesthetic #container #main #wrapper section.aesthetic_main_description .inner .description p {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0px;
    padding-top: 15px;
  }
}
body#season_collection.aesthetic #container #main #wrapper section.aesthetic_main_description .inner .description p:first-child {
  padding-top: 0;
}
@media all and (max-width: 550px) {
  body#season_collection.aesthetic #container #main #wrapper section.aesthetic_main_description .inner .description p br.sp {
    display: none;
  }
}
body#season_collection.aesthetic #container #main #wrapper section.collection_banner {
  padding: 81px 30px 120px 30px;
}
@media all and (min-width: 1060px) {
  body#season_collection.aesthetic #container #main #wrapper section.collection_banner {
    padding-left: 2.8%;
    padding-right: 2.8%;
  }
}
@media all and (min-width: 1590px) {
  body#season_collection.aesthetic #container #main #wrapper section.collection_banner {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media all and (min-width: 2120px) {
  body#season_collection.aesthetic #container #main #wrapper section.collection_banner {
    max-width: 2120px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 800px) {
  body#season_collection.aesthetic #container #main #wrapper section.collection_banner {
    padding: 54px 20px 60px 20px;
  }
}
body#season_collection.aesthetic #container #main #wrapper section.collection_banner .inner {
  padding: 0 10%;
}
@media all and (min-width: 1590px) {
  body#season_collection.aesthetic #container #main #wrapper section.collection_banner .inner {
    padding: 0 150px;
  }
}
@media all and (max-width: 800px) {
  body#season_collection.aesthetic #container #main #wrapper section.collection_banner .inner {
    padding: 0;
  }
}
body#season_collection.aesthetic #container #main #wrapper section.collection_banner .inner .links ul li {
  float: left;
  width: 50%;
  padding: 30px 10% 0 0;
}
@media all and (min-width: 1590px) {
  body#season_collection.aesthetic #container #main #wrapper section.collection_banner .inner .links ul li {
    width: 33.3%;
    padding: 30px 5% 0 0;
  }
}
@media all and (max-width: 1000px) {
  body#season_collection.aesthetic #container #main #wrapper section.collection_banner .inner .links ul li {
    padding-right: 0;
  }
}
@media all and (max-width: 800px) {
  body#season_collection.aesthetic #container #main #wrapper section.collection_banner .inner .links ul li {
    padding: 20px 20px 0 0;
  }
}
@media all and (max-width: 550px) {
  body#season_collection.aesthetic #container #main #wrapper section.collection_banner .inner .links ul li {
    width: 100%;
  }
}
body#season_collection.aesthetic #container #main #wrapper section.collection_banner .inner .links ul li:nth-child(1),
body#season_collection.aesthetic #container #main #wrapper section.collection_banner .inner .links ul li:nth-child(2) {
  padding-top: 0;
}
@media all and (max-width: 550px) {
  body#season_collection.aesthetic #container #main #wrapper section.collection_banner .inner .links ul li:nth-child(2) {
    padding-top: 20px;
  }
}
@media all and (min-width: 1590px) {
  body#season_collection.aesthetic #container #main #wrapper section.collection_banner .inner .links ul li:nth-child(3) {
    padding-top: 0;
  }
}
body#season_collection.aesthetic #container #main #wrapper section.collection_banner .inner .links ul li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body#season_collection.aesthetic #container #main #wrapper section.collection_banner .inner .links ul li a .left {
  width: 60px;
  position: relative;
  overflow: hidden;
}
@media all and (max-width: 800px) {
  body#season_collection.aesthetic #container #main #wrapper section.collection_banner .inner .links ul li a .left {
    width: 45px;
  }
}
body#season_collection.aesthetic #container #main #wrapper section.collection_banner .inner .links ul li a .left:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background-color: rgba(241, 242, 239, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body#season_collection.aesthetic #container #main #wrapper section.collection_banner .inner .links ul li a .left img {
  display: block;
  width: 100%;
  height: auto;
}
body#season_collection.aesthetic #container #main #wrapper section.collection_banner .inner .links ul li a .right {
  width: calc(100% - 60px);
  position: relative;
}
@media all and (max-width: 800px) {
  body#season_collection.aesthetic #container #main #wrapper section.collection_banner .inner .links ul li a .right {
    width: calc(100% - 45px);
  }
}
body#season_collection.aesthetic #container #main #wrapper section.collection_banner .inner .links ul li a .right img {
  display: block;
  width: 210px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 18px;
  z-index: 2;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  margin-top: 2px;
}
@media all and (max-width: 800px) {
  body#season_collection.aesthetic #container #main #wrapper section.collection_banner .inner .links ul li a .right img {
    width: 160px;
    left: 15px;
    margin-top: 1px;
  }
}
body#season_collection.aesthetic #container #main #wrapper section.collection_banner .inner .links ul li a .right img.on {
  opacity: 0;
}
body#season_collection.aesthetic #container #main #wrapper section.collection_banner .inner .links ul li a:hover .left:before {
  display: none;
}
body#season_collection.aesthetic #container #main #wrapper section.collection_banner .inner .links ul li a:hover .right img.off {
  opacity: 0;
}
body#season_collection.aesthetic #container #main #wrapper section.collection_banner .inner .links ul li a:hover .right img.on {
  opacity: 1;
}
.sp body#season_collection.aesthetic #container #main #wrapper section.collection_banner .inner .links ul li a:hover .left:before,
.tablet body#season_collection.aesthetic #container #main #wrapper section.collection_banner .inner .links ul li a:hover .left:before {
  display: block;
}
.sp body#season_collection.aesthetic #container #main #wrapper section.collection_banner .inner .links ul li a:hover .right img.off,
.tablet body#season_collection.aesthetic #container #main #wrapper section.collection_banner .inner .links ul li a:hover .right img.off {
  opacity: 1;
}
.sp body#season_collection.aesthetic #container #main #wrapper section.collection_banner .inner .links ul li a:hover .right img.on,
.tablet body#season_collection.aesthetic #container #main #wrapper section.collection_banner .inner .links ul li a:hover .right img.on {
  opacity: 0;
}
body#season_collection.aesthetic #container #main #wrapper section.collection_banner .inner .links ul:after {
  content: "";
  display: block;
  clear: both;
}
body#season_collection.aesthetic #container #main #wrapper section.items {
  padding-bottom: 70px;
}
@media all and (max-width: 800px) {
  body#season_collection.aesthetic #container #main #wrapper section.items {
    padding-bottom: 40px;
  }
}
body#season_collection.aesthetic #container #main #wrapper section.items .item {
  padding: 1px 0 60px 0;
  position: relative;
}
@media all and (max-width: 800px) {
  body#season_collection.aesthetic #container #main #wrapper section.items .item {
    padding: 1px 0 40px 0;
  }
}
body#season_collection.aesthetic #container #main #wrapper section.items .item .bar {
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
body#season_collection.aesthetic #container #main #wrapper section.items .item .title {
  padding: 0 30px;
}
@media all and (min-width: 1060px) {
  body#season_collection.aesthetic #container #main #wrapper section.items .item .title {
    padding: 0 2.8%;
  }
}
@media all and (min-width: 1590px) {
  body#season_collection.aesthetic #container #main #wrapper section.items .item .title {
    padding: 0 45px;
  }
}
@media all and (max-width: 800px) {
  body#season_collection.aesthetic #container #main #wrapper section.items .item .title {
    padding: 0 20px;
  }
}
body#season_collection.aesthetic #container #main #wrapper section.items .item .title .inner {
  padding: 0 10%;
}
@media all and (min-width: 1590px) {
  body#season_collection.aesthetic #container #main #wrapper section.items .item .title .inner {
    padding: 0 150px;
  }
}
@media all and (min-width: 2120px) {
  body#season_collection.aesthetic #container #main #wrapper section.items .item .title .inner {
    max-width: 2030px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 800px) {
  body#season_collection.aesthetic #container #main #wrapper section.items .item .title .inner {
    padding: 0;
  }
}
body#season_collection.aesthetic #container #main #wrapper section.items .item .title .inner .board {
  padding-top: 60px;
}
@media all and (max-width: 800px) {
  body#season_collection.aesthetic #container #main #wrapper section.items .item .title .inner .board {
    padding-top: 40px;
  }
}
body#season_collection.aesthetic #container #main #wrapper section.items .item .title .inner .board .en {
  background-position: center left;
  background-repeat: no-repeat;
  background-size: contain;
}
body#season_collection.aesthetic #container #main #wrapper section.items .item .title .inner .board .en:before {
  content: "";
  display: block;
  padding-top: 59px;
}
@media all and (max-width: 800px) {
  body#season_collection.aesthetic #container #main #wrapper section.items .item .title .inner .board .en:before {
    padding-top: 44px;
  }
}
@media all and (max-width: 550px) {
  body#season_collection.aesthetic #container #main #wrapper section.items .item .title .inner .board .en:before {
    padding-top: 28px;
  }
}
body#season_collection.aesthetic #container #main #wrapper section.items .item .title .inner .board .ja {
  padding-top: 15px;
}
@media all and (max-width: 800px) {
  body#season_collection.aesthetic #container #main #wrapper section.items .item .title .inner .board .ja {
    padding-top: 11px;
  }
}
body#season_collection.aesthetic #container #main #wrapper section.items .item .title .inner .board .ja img {
  display: block;
  width: 150px;
  height: auto;
}
@media all and (max-width: 800px) {
  body#season_collection.aesthetic #container #main #wrapper section.items .item .title .inner .board .ja img {
    width: 113px;
  }
}
body#season_collection.aesthetic #container #main #wrapper section.items .item .description {
  padding: 70px 30px 51px 30px;
}
@media all and (min-width: 1060px) {
  body#season_collection.aesthetic #container #main #wrapper section.items .item .description {
    padding-left: 2.8%;
    padding-right: 2.8%;
  }
}
@media all and (min-width: 1590px) {
  body#season_collection.aesthetic #container #main #wrapper section.items .item .description {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media all and (min-width: 2120px) {
  body#season_collection.aesthetic #container #main #wrapper section.items .item .description {
    max-width: 2120px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 800px) {
  body#season_collection.aesthetic #container #main #wrapper section.items .item .description {
    padding: 33px 20px 34px 20px;
  }
}
body#season_collection.aesthetic #container #main #wrapper section.items .item .description .inner {
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 35px;
  letter-spacing: 1.4px;
  padding: 0 10%;
}
@media all and (min-width: 1590px) {
  body#season_collection.aesthetic #container #main #wrapper section.items .item .description .inner {
    padding: 0 150px;
  }
}
@media all and (max-width: 800px) {
  body#season_collection.aesthetic #container #main #wrapper section.items .item .description .inner {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0px;
    padding: 0;
  }
}
body#season_collection.aesthetic #container #main #wrapper section.items .item .image {
  padding: 0 30px;
}
@media all and (min-width: 1060px) {
  body#season_collection.aesthetic #container #main #wrapper section.items .item .image {
    padding: 0 2.8%;
  }
}
@media all and (min-width: 1590px) {
  body#season_collection.aesthetic #container #main #wrapper section.items .item .image {
    padding: 0 45px;
  }
}
@media all and (min-width: 2120px) {
  body#season_collection.aesthetic #container #main #wrapper section.items .item .image {
    max-width: 2120px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 800px) {
  body#season_collection.aesthetic #container #main #wrapper section.items .item .image {
    padding: 0 20px;
  }
}
body#season_collection.aesthetic #container #main #wrapper section.items .item .image .inner ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 0;
}
@media all and (max-width: 800px) {
  body#season_collection.aesthetic #container #main #wrapper section.items .item .image .inner ul {
    display: block;
  }
}
body#season_collection.aesthetic #container #main #wrapper section.items .item .image .inner ul li {
  width: 50%;
}
@media all and (max-width: 800px) {
  body#season_collection.aesthetic #container #main #wrapper section.items .item .image .inner ul li {
    width: 100%;
  }
}
body#season_collection.aesthetic #container #main #wrapper section.items .item .image .inner ul li:nth-child(1) {
  padding-right: 1px;
}
@media all and (max-width: 800px) {
  body#season_collection.aesthetic #container #main #wrapper section.items .item .image .inner ul li:nth-child(1) {
    margin-bottom: 3px;
    padding-right: 0;
  }
}
body#season_collection.aesthetic #container #main #wrapper section.items .item .image .inner ul li:nth-child(2) {
  padding-left: 2px;
}
@media all and (max-width: 800px) {
  body#season_collection.aesthetic #container #main #wrapper section.items .item .image .inner ul li:nth-child(2) {
    padding-left: 0;
  }
}
body#season_collection.aesthetic #container #main #wrapper section.items .item .image .inner ul li .bg_image {
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media all and (max-width: 800px) {
  body#season_collection.aesthetic #container #main #wrapper section.items .item .image .inner ul li .bg_image {
    height: auto;
  }
}
body#season_collection.aesthetic #container #main #wrapper section.items .item .image .inner ul li .bg_image:before {
  content: "";
  display: block;
  padding-top: 100%;
}
body#season_collection.aesthetic #container #main #wrapper section.items .item .bottom {
  padding: 60px 30px 0 30px;
}
@media all and (min-width: 1060px) {
  body#season_collection.aesthetic #container #main #wrapper section.items .item .bottom {
    padding-left: 2.8%;
    padding-right: 2.8%;
  }
}
@media all and (min-width: 1590px) {
  body#season_collection.aesthetic #container #main #wrapper section.items .item .bottom {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media all and (min-width: 2120px) {
  body#season_collection.aesthetic #container #main #wrapper section.items .item .bottom {
    max-width: 2120px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 800px) {
  body#season_collection.aesthetic #container #main #wrapper section.items .item .bottom {
    padding: 40px 20px 0 20px;
  }
}
body#season_collection.aesthetic #container #main #wrapper section.items .item .bottom .inner {
  padding: 0 10%;
}
@media all and (min-width: 1590px) {
  body#season_collection.aesthetic #container #main #wrapper section.items .item .bottom .inner {
    padding: 0 150px;
  }
}
@media all and (max-width: 800px) {
  body#season_collection.aesthetic #container #main #wrapper section.items .item .bottom .inner {
    padding: 0;
  }
}
body#season_collection.aesthetic #container #main #wrapper section.items .item .bottom .inner .details .link {
  text-align: center;
}
body#season_collection.aesthetic #container #main #wrapper section.items .item .bottom .inner .details .link a {
  display: inline-block;
  padding: 15px 26px 12px 26px;
  background: #f5f7f9;
}
@media all and (max-width: 800px) {
  body#season_collection.aesthetic #container #main #wrapper section.items .item .bottom .inner .details .link a {
    padding: 12px 18px 10px 19px;
  }
}
body#season_collection.aesthetic #container #main #wrapper section.items .item .bottom .inner .details .link a span {
  display: block;
}
body#season_collection.aesthetic #container #main #wrapper section.items .item .bottom .inner .details .link a span.large img {
  display: block;
  width: auto;
  height: 16px;
  margin: 0 auto;
}
@media all and (max-width: 800px) {
  body#season_collection.aesthetic #container #main #wrapper section.items .item .bottom .inner .details .link a span.large img {
    height: 15px;
  }
}
body#season_collection.aesthetic #container #main #wrapper section.items .item .bottom .inner .details .link a span.large img.on {
  display: none;
}
body#season_collection.aesthetic #container #main #wrapper section.items .item .bottom .inner .details .link a span.small {
  font-family: orpheuspro, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 1px;
  text-indent: 1px;
  text-align: center;
  color: #303030;
  padding-top: 7px;
}
@media all and (max-width: 800px) {
  body#season_collection.aesthetic #container #main #wrapper section.items .item .bottom .inner .details .link a span.small {
    font-size: 11px;
    letter-spacing: 0.8px;
    text-indent: 0.8px;
  }
}
body#season_collection.aesthetic #container #main #wrapper section.items .item .bottom .inner .details .link a:hover {
  background: #303030;
}
body#season_collection.aesthetic #container #main #wrapper section.items .item .bottom .inner .details .link a:hover span.large img.off {
  display: none;
}
body#season_collection.aesthetic #container #main #wrapper section.items .item .bottom .inner .details .link a:hover span.large img.on {
  display: block;
}
body#season_collection.aesthetic #container #main #wrapper section.items .item .bottom .inner .details .link a:hover span.small {
  color: #f5f7f9;
}
.sp body#season_collection.aesthetic #container #main #wrapper section.items .item .bottom .inner .details .link a:hover,
.tablet body#season_collection.aesthetic #container #main #wrapper section.items .item .bottom .inner .details .link a:hover {
  background: #f5f7f9;
}
.sp body#season_collection.aesthetic #container #main #wrapper section.items .item .bottom .inner .details .link a:hover span.large img.off,
.tablet body#season_collection.aesthetic #container #main #wrapper section.items .item .bottom .inner .details .link a:hover span.large img.off {
  display: block;
}
.sp body#season_collection.aesthetic #container #main #wrapper section.items .item .bottom .inner .details .link a:hover span.large img.on,
.tablet body#season_collection.aesthetic #container #main #wrapper section.items .item .bottom .inner .details .link a:hover span.large img.on {
  display: none;
}
.sp body#season_collection.aesthetic #container #main #wrapper section.items .item .bottom .inner .details .link a:hover span.small,
.tablet body#season_collection.aesthetic #container #main #wrapper section.items .item .bottom .inner .details .link a:hover span.small {
  color: #303030;
}
body#season_collection.aesthetic #container #main #wrapper section.two_column_banner {
  padding-bottom: 100px;
}
@media all and (max-width: 800px) {
  body#season_collection.aesthetic #container #main #wrapper section.two_column_banner {
    padding-bottom: 60px;
  }
}
body#season_collection #container #main #wrapper section.collection_archive {
  padding: 20px 30px 100px 30px;
}
@media all and (min-width: 1060px) {
  body#season_collection #container #main #wrapper section.collection_archive {
    padding-left: 2.8%;
    padding-right: 2.8%;
  }
}
@media all and (min-width: 1590px) {
  body#season_collection #container #main #wrapper section.collection_archive {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media all and (min-width: 2120px) {
  body#season_collection #container #main #wrapper section.collection_archive {
    max-width: 2120px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 800px) {
  body#season_collection #container #main #wrapper section.collection_archive {
    padding: 13px 20px 60px 20px;
  }
}
body#season_collection #container #main #wrapper section.collection_archive .inner {
  padding: 0 10%;
}
@media all and (min-width: 1590px) {
  body#season_collection #container #main #wrapper section.collection_archive .inner {
    padding: 0 150px;
  }
}
@media all and (max-width: 800px) {
  body#season_collection #container #main #wrapper section.collection_archive .inner {
    padding: 0;
  }
}
body#season_collection #container #main #wrapper section.collection_archive .inner p {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #303030;
  font-size: 26px;
  line-height: 38px;
  letter-spacing: 1.8px;
}
@media all and (max-width: 800px) {
  body#season_collection #container #main #wrapper section.collection_archive .inner p {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 1.5px;
  }
}
body#season_collection #container #main #wrapper section.collection_archive .inner .posts {
  padding-top: 31px;
}
@media all and (max-width: 800px) {
  body#season_collection #container #main #wrapper section.collection_archive .inner .posts {
    padding-top: 22px;
  }
}
body#season_collection #container #main #wrapper section.collection_archive .inner .posts .post a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #999999;
}
@media all and (max-width: 800px) {
  body#season_collection #container #main #wrapper section.collection_archive .inner .posts .post a {
    display: block;
  }
}
body#season_collection #container #main #wrapper section.collection_archive .inner .posts .post a .title {
  width: calc(100% - 485px);
  position: relative;
}
@media all and (max-width: 900px) {
  body#season_collection #container #main #wrapper section.collection_archive .inner .posts .post a .title {
    width: calc(100% - 425px);
  }
}
@media all and (max-width: 800px) {
  body#season_collection #container #main #wrapper section.collection_archive .inner .posts .post a .title {
    display: none;
  }
}
body#season_collection #container #main #wrapper section.collection_archive .inner .posts .post a .title * {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #303030;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
}
body#season_collection #container #main #wrapper section.collection_archive .inner .posts .post a .title .title_inner {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
body#season_collection #container #main #wrapper section.collection_archive .inner .posts .post a .title .title_inner .number {
  float: left;
  width: 70px;
}
@media all and (max-width: 900px) {
  body#season_collection #container #main #wrapper section.collection_archive .inner .posts .post a .title .title_inner .number {
    width: 60px;
  }
}
body#season_collection #container #main #wrapper section.collection_archive .inner .posts .post a .title .title_inner p {
  float: right;
  width: calc(100% - 70px);
  padding-right: 30px;
}
@media all and (max-width: 900px) {
  body#season_collection #container #main #wrapper section.collection_archive .inner .posts .post a .title .title_inner p {
    width: calc(100% - 60px);
  }
}
body#season_collection #container #main #wrapper section.collection_archive .inner .posts .post a .title .title_inner:after {
  content: "";
  display: block;
  clear: both;
}
body#season_collection #container #main #wrapper section.collection_archive .inner .posts .post a .thumbnails {
  width: 485px;
}
@media all and (max-width: 900px) {
  body#season_collection #container #main #wrapper section.collection_archive .inner .posts .post a .thumbnails {
    width: 425px;
  }
}
@media all and (max-width: 800px) {
  body#season_collection #container #main #wrapper section.collection_archive .inner .posts .post a .thumbnails {
    width: 100%;
    padding: 10px 0 3px 0;
  }
}
body#season_collection #container #main #wrapper section.collection_archive .inner .posts .post a .thumbnails ul {
  font-size: 0;
  padding: 5px 0;
}
@media all and (max-width: 800px) {
  body#season_collection #container #main #wrapper section.collection_archive .inner .posts .post a .thumbnails ul {
    padding: 0;
  }
}
body#season_collection #container #main #wrapper section.collection_archive .inner .posts .post a .thumbnails ul li {
  display: inline-block;
  width: 80px;
  height: 80px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 1px;
  position: relative;
  overflow: hidden;
}
@media all and (max-width: 900px) {
  body#season_collection #container #main #wrapper section.collection_archive .inner .posts .post a .thumbnails ul li {
    width: 70px;
    height: 70px;
  }
}
@media all and (max-width: 800px) {
  body#season_collection #container #main #wrapper section.collection_archive .inner .posts .post a .thumbnails ul li {
    width: calc((100% - 5px) / 6);
    height: auto;
  }
}
body#season_collection #container #main #wrapper section.collection_archive .inner .posts .post a .thumbnails ul li:before {
  content: "";
  display: none;
  padding-top: 100%;
}
@media all and (max-width: 800px) {
  body#season_collection #container #main #wrapper section.collection_archive .inner .posts .post a .thumbnails ul li:before {
    display: block;
  }
}
body#season_collection #container #main #wrapper section.collection_archive .inner .posts .post a .thumbnails ul li:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background-color: rgba(241, 242, 239, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body#season_collection #container #main #wrapper section.collection_archive .inner .posts .post a .thumbnails ul li:last-child {
  margin-right: 0;
}
body#season_collection #container #main #wrapper section.collection_archive .inner .posts .post a .thumbnails .sp_title {
  display: none;
}
@media all and (max-width: 800px) {
  body#season_collection #container #main #wrapper section.collection_archive .inner .posts .post a .thumbnails .sp_title {
    display: block;
    margin-left: auto;
    padding-top: 4px;
  }
}
body#season_collection #container #main #wrapper section.collection_archive .inner .posts .post a .thumbnails .sp_title * {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #303030;
}
@media all and (max-width: 800px) {
  body#season_collection #container #main #wrapper section.collection_archive .inner .posts .post a .thumbnails .sp_title * {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
  }
}
body#season_collection #container #main #wrapper section.collection_archive .inner .posts .post a .thumbnails .sp_title .title_inner .number {
  float: left;
  width: 50px;
}
body#season_collection #container #main #wrapper section.collection_archive .inner .posts .post a .thumbnails .sp_title .title_inner p {
  float: right;
  width: calc(100% - 50px);
}
body#season_collection #container #main #wrapper section.collection_archive .inner .posts .post a .thumbnails .sp_title .title_inner:after {
  content: "";
  display: block;
  clear: both;
}
body#season_collection #container #main #wrapper section.collection_archive .inner .posts .post a:hover .title * {
  color: #999999;
}
body#season_collection #container #main #wrapper section.collection_archive .inner .posts .post a:hover .thumbnails ul li:after {
  display: none;
}
body#season_collection #container #main #wrapper section.collection_archive .inner .posts .post a:hover .thumbnails .sp_title {
  color: #999999;
}
.sp body#season_collection #container #main #wrapper section.collection_archive .inner .posts .post a:hover .title *,
.tablet body#season_collection #container #main #wrapper section.collection_archive .inner .posts .post a:hover .title * {
  color: #303030;
}
.sp body#season_collection #container #main #wrapper section.collection_archive .inner .posts .post a:hover .thumbnails ul li:after,
.tablet body#season_collection #container #main #wrapper section.collection_archive .inner .posts .post a:hover .thumbnails ul li:after {
  display: block;
}
.sp body#season_collection #container #main #wrapper section.collection_archive .inner .posts .post a:hover .thumbnails .sp_title,
.tablet body#season_collection #container #main #wrapper section.collection_archive .inner .posts .post a:hover .thumbnails .sp_title {
  color: #303030;
}
body#news #container #main #wrapper section.main_description {
  padding-bottom: 80px;
}
@media all and (max-width: 800px) {
  body#news #container #main #wrapper section.main_description {
    padding-bottom: 53px;
  }
}
body#news #container #main #wrapper section.main_description .inner .title {
  padding-bottom: 0;
}
body#news #container #main #wrapper section.news_categories {
  padding: 0 30px 49px 30px;
}
@media all and (min-width: 1060px) {
  body#news #container #main #wrapper section.news_categories {
    padding-left: 2.8%;
    padding-right: 2.8%;
  }
}
@media all and (min-width: 1590px) {
  body#news #container #main #wrapper section.news_categories {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media all and (min-width: 2120px) {
  body#news #container #main #wrapper section.news_categories {
    max-width: 2120px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 800px) {
  body#news #container #main #wrapper section.news_categories {
    padding: 0 20px 20px 20px;
  }
}
body#news #container #main #wrapper section.news_categories .inner {
  padding: 0 10%;
}
@media all and (min-width: 1590px) {
  body#news #container #main #wrapper section.news_categories .inner {
    padding: 0 150px;
  }
}
@media all and (max-width: 800px) {
  body#news #container #main #wrapper section.news_categories .inner {
    padding: 0;
  }
}
@media all and (max-width: 800px) {
  body#news #container #main #wrapper section.news_categories.pc {
    display: none;
  }
}
body#news #container #main #wrapper section.news_categories.pc .inner ul {
  text-align: center;
  font-size: 0;
}
body#news #container #main #wrapper section.news_categories.pc .inner ul li {
  display: inline-block;
  padding: 0 1.6%;
}
body#news #container #main #wrapper section.news_categories.pc .inner ul li a {
  display: block;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #303030;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 1px;
  text-indent: 1px;
  color: #999999;
  padding: 8px 10px;
}
body#news #container #main #wrapper section.news_categories.pc .inner ul li a.current {
  color: #303030;
}
body#news #container #main #wrapper section.news_categories.pc .inner ul li a:not(.current):hover {
  color: #303030;
}
.sp body#news #container #main #wrapper section.news_categories.pc .inner ul li a:not(.current):hover,
.tablet body#news #container #main #wrapper section.news_categories.pc .inner ul li a:not(.current):hover {
  color: #999999;
}
body#news #container #main #wrapper section.news_categories.sp {
  display: none;
}
@media all and (max-width: 800px) {
  body#news #container #main #wrapper section.news_categories.sp {
    display: block;
  }
}
body#news #container #main #wrapper section.news_categories.sp .inner select {
  display: block;
  width: 100%;
  height: 40px;
  font-family: futura-pt, '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 1px;
  color: #303030;
  padding: 2px 18px 0 18px;
  border-radius: 0;
  background: #ffffff;
  background-color: #ffffff;
  border: none;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url(../images/common/select-arrow-gray.svg);
  background-position: center right 15px;
  background-repeat: no-repeat;
  background-size: 12px 6px;
  cursor: pointer;
}
body#news #container #main #wrapper section.news_categories.sp .inner select:focus {
  outline: none;
}
body#news #container #main #wrapper section.news_posts {
  padding: 0 30px;
}
@media all and (min-width: 1060px) {
  body#news #container #main #wrapper section.news_posts {
    padding-left: 2.8%;
    padding-right: 2.8%;
  }
}
@media all and (min-width: 1590px) {
  body#news #container #main #wrapper section.news_posts {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media all and (min-width: 2120px) {
  body#news #container #main #wrapper section.news_posts {
    max-width: 2120px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 800px) {
  body#news #container #main #wrapper section.news_posts {
    padding: 0 20px;
  }
}
body#news #container #main #wrapper section.news_posts.no_pagination {
  padding-bottom: 160px;
}
body#news #container #main #wrapper section.news_posts .inner {
  padding: 0 10%;
}
@media all and (min-width: 1590px) {
  body#news #container #main #wrapper section.news_posts .inner {
    padding: 0 150px;
  }
}
@media all and (max-width: 800px) {
  body#news #container #main #wrapper section.news_posts .inner {
    padding: 0;
  }
}
body#news #container #main #wrapper section.news_posts .inner #posts {
  border-bottom: 2px solid #e4e6df;
}
body#news #container #main #wrapper section.news_posts .inner #posts .post a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 0;
  border-top: 2px solid #e4e6df;
  position: relative;
}
@media all and (max-width: 800px) {
  body#news #container #main #wrapper section.news_posts .inner #posts .post a {
    min-height: 142px;
    display: block;
    padding: 20px 0 14px 0;
  }
}
body#news #container #main #wrapper section.news_posts .inner #posts .post a .left {
  width: 25%;
  padding-right: 10%;
}
@media all and (max-width: 800px) {
  body#news #container #main #wrapper section.news_posts .inner #posts .post a .left {
    float: left;
    width: 120px;
    padding-right: 20px;
  }
}
body#news #container #main #wrapper section.news_posts .inner #posts .post a .left .thumbnail {
  position: relative;
  overflow: hidden;
}
body#news #container #main #wrapper section.news_posts .inner #posts .post a .left .thumbnail:before {
  content: "";
  display: block;
  padding-top: 100%;
}
body#news #container #main #wrapper section.news_posts .inner #posts .post a .left .thumbnail img {
  display: block;
  position: absolute;
  z-index: 2;
  -webkit-filter: url(#duotone_gray);
  -moz-filter: url(#duotone_gray);
  -o-filter: url(#duotone_gray);
  -ms-filter: url(#duotone_gray);
  filter: url(#duotone_gray);
}
body#news #container #main #wrapper section.news_posts .inner #posts .post a .left .thumbnail img.horizontal {
  width: auto;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
body#news #container #main #wrapper section.news_posts .inner #posts .post a .left .thumbnail.no_image {
  background: #e5e6e0;
}
body#news #container #main #wrapper section.news_posts .inner #posts .post a .left .thumbnail.no_image span {
  width: 100%;
  display: block;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #303030;
  font-size: 20px;
  font-size: 1.88679245283vw;
  line-height: 1;
  letter-spacing: 1px;
  text-align: center;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
@media all and (max-width: 800px) {
  body#news #container #main #wrapper section.news_posts .inner #posts .post a .left .thumbnail.no_image span {
    font-size: 16px;
  }
}
body#news #container #main #wrapper section.news_posts .inner #posts .post a .right {
  width: 75%;
  position: relative;
}
@media all and (max-width: 800px) {
  body#news #container #main #wrapper section.news_posts .inner #posts .post a .right {
    width: auto;
    position: static;
  }
}
body#news #container #main #wrapper section.news_posts .inner #posts .post a .right .category {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #303030;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 1px;
  text-indent: 1px;
  text-align: center;
  color: #999999;
  border: 1px solid #999999;
  padding: 5px 5px 5px 5px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media all and (max-width: 800px) {
  body#news #container #main #wrapper section.news_posts .inner #posts .post a .right .category {
    font-size: 11px;
    letter-spacing: 0.8px;
    text-indent: 0.8px;
    padding: 4px 4px 4px 5px;
    top: 20px;
    left: auto;
    right: 0;
  }
}
.sp body#news #container #main #wrapper section.news_posts .inner #posts .post a .right .category,
.tablet body#news #container #main #wrapper section.news_posts .inner #posts .post a .right .category {
  padding: 6px 5px 5px 6px;
}
@media all and (max-width: 800px) {
  .sp body#news #container #main #wrapper section.news_posts .inner #posts .post a .right .category,
  .tablet body#news #container #main #wrapper section.news_posts .inner #posts .post a .right .category {
    padding: 5px 4px 4px 6px;
  }
}
body#news #container #main #wrapper section.news_posts .inner #posts .post a .right .date {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #303030;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
@media all and (max-width: 800px) {
  body#news #container #main #wrapper section.news_posts .inner #posts .post a .right .date {
    font-size: 14px;
    letter-spacing: 0.8px;
    text-indent: 0;
    top: 23px;
    left: 120px;
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}
body#news #container #main #wrapper section.news_posts .inner #posts .post a .title {
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 1px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  padding: 1px 0 0 50%;
}
@media all and (max-width: 800px) {
  body#news #container #main #wrapper section.news_posts .inner #posts .post a .title {
    float: right;
    width: calc(100% - 120px);
    font-size: 14px;
    line-height: 26px;
    position: static;
    top: auto;
    left: auto;
    z-index: auto;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    padding: 37px 0 0 0;
  }
}
@media all and (max-width: 800px) {
  body#news #container #main #wrapper section.news_posts .inner #posts .post a:after {
    content: "";
    display: block;
    clear: both;
  }
}
body#news #container #main #wrapper section.news_posts .inner #posts .post a:hover .left .thumbnail img {
  -webkit-filter: none;
  -moz-filter: none;
  -o-filter: none;
  -ms-filter: none;
  filter: none;
}
body#news #container #main #wrapper section.news_posts .inner #posts .post a:hover .left .thumbnail.no_image {
  background: #ffffff;
}
body#news #container #main #wrapper section.news_posts .inner #posts .post a:hover .left .thumbnail.no_image span {
  color: #e5e6e0;
}
body#news #container #main #wrapper section.news_posts .inner #posts .post a:hover .right .date {
  color: #999999;
}
body#news #container #main #wrapper section.news_posts .inner #posts .post a:hover .title {
  color: #999999;
}
.sp body#news #container #main #wrapper section.news_posts .inner #posts .post a:hover .left .thumbnail img,
.tablet body#news #container #main #wrapper section.news_posts .inner #posts .post a:hover .left .thumbnail img {
  -webkit-filter: url(#duotone_gray);
  -moz-filter: url(#duotone_gray);
  -o-filter: url(#duotone_gray);
  -ms-filter: url(#duotone_gray);
  filter: url(#duotone_gray);
}
.sp body#news #container #main #wrapper section.news_posts .inner #posts .post a:hover .left .thumbnail.no_image,
.tablet body#news #container #main #wrapper section.news_posts .inner #posts .post a:hover .left .thumbnail.no_image {
  background: #e5e6e0;
}
.sp body#news #container #main #wrapper section.news_posts .inner #posts .post a:hover .left .thumbnail.no_image span,
.tablet body#news #container #main #wrapper section.news_posts .inner #posts .post a:hover .left .thumbnail.no_image span {
  color: #ffffff;
}
.sp body#news #container #main #wrapper section.news_posts .inner #posts .post a:hover .right .date,
.tablet body#news #container #main #wrapper section.news_posts .inner #posts .post a:hover .right .date {
  color: #303030;
}
.sp body#news #container #main #wrapper section.news_posts .inner #posts .post a:hover .title,
.tablet body#news #container #main #wrapper section.news_posts .inner #posts .post a:hover .title {
  color: #303030;
}
body#news_single #container #main #wrapper section.main_description {
  padding-bottom: 80px;
}
@media all and (max-width: 800px) {
  body#news_single #container #main #wrapper section.main_description {
    padding-bottom: 41px;
  }
}
body#news_single #container #main #wrapper section.main_description .inner .title {
  padding-bottom: 0;
}
body#news_single #container #main #wrapper .post {
  padding: 0 30px;
}
@media all and (min-width: 1060px) {
  body#news_single #container #main #wrapper .post {
    padding: 0 2.8%;
  }
}
@media all and (min-width: 1590px) {
  body#news_single #container #main #wrapper .post {
    padding: 0 45px;
  }
}
@media all and (min-width: 2120px) {
  body#news_single #container #main #wrapper .post {
    max-width: 2120px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 800px) {
  body#news_single #container #main #wrapper .post {
    padding: 0;
  }
}
body#news_single #container #main #wrapper .post .inner {
  padding: 0 10%;
}
@media all and (min-width: 1590px) {
  body#news_single #container #main #wrapper .post .inner {
    padding: 0 150px;
  }
}
@media all and (max-width: 800px) {
  body#news_single #container #main #wrapper .post .inner {
    padding: 0;
  }
}
body#news_single #container #main #wrapper .post .inner #back_btn {
  position: relative;
  left: -10px;
  padding-bottom: 48px;
}
@media all and (max-width: 800px) {
  body#news_single #container #main #wrapper .post .inner #back_btn {
    position: static;
    left: auto;
    padding: 0 0 8px 10px;
  }
}
body#news_single #container #main #wrapper .post .inner #back_btn.no_main_image {
  padding-bottom: 28px;
}
@media all and (max-width: 800px) {
  body#news_single #container #main #wrapper .post .inner #back_btn.no_main_image {
    padding-bottom: 8px;
  }
}
body#news_single #container #main #wrapper .post .inner #back_btn a {
  display: inline-block;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #303030;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1px;
  padding: 10px 10px 10px 35px;
  position: relative;
}
body#news_single #container #main #wrapper .post .inner #back_btn a .img_box {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
}
body#news_single #container #main #wrapper .post .inner #back_btn a .img_box img {
  display: block;
  width: 15px;
  height: 14px;
}
body#news_single #container #main #wrapper .post .inner #back_btn a .img_box img.on {
  display: none;
}
body#news_single #container #main #wrapper .post .inner #back_btn a:hover {
  color: #cccccc;
}
body#news_single #container #main #wrapper .post .inner #back_btn a:hover .img_box img.off {
  display: none;
}
body#news_single #container #main #wrapper .post .inner #back_btn a:hover .img_box img.on {
  display: block;
}
.sp body#news_single #container #main #wrapper .post .inner #back_btn a:hover,
.tablet body#news_single #container #main #wrapper .post .inner #back_btn a:hover {
  color: #303030;
}
.sp body#news_single #container #main #wrapper .post .inner #back_btn a:hover .img_box img.off,
.tablet body#news_single #container #main #wrapper .post .inner #back_btn a:hover .img_box img.off {
  display: block;
}
.sp body#news_single #container #main #wrapper .post .inner #back_btn a:hover .img_box img.on,
.tablet body#news_single #container #main #wrapper .post .inner #back_btn a:hover .img_box img.on {
  display: none;
}
body#news_single #container #main #wrapper .post .inner #back_btn.no_main_image + .head.no_category .date {
  top: 82px;
}
@media all and (max-width: 800px) {
  body#news_single #container #main #wrapper .post .inner #back_btn.no_main_image + .head.no_category .date {
    position: relative;
    top: -2px;
    padding-top: 0;
  }
}
body#news_single #container #main #wrapper .post .inner #back_btn.no_main_image + .head.no_category .title {
  padding-top: 70px;
}
@media all and (max-width: 800px) {
  body#news_single #container #main #wrapper .post .inner #back_btn.no_main_image + .head.no_category .title {
    padding-top: 8px;
  }
}
body#news_single #container #main #wrapper .post .inner .head {
  position: relative;
}
@media all and (max-width: 800px) {
  body#news_single #container #main #wrapper .post .inner .head {
    padding: 0 20px;
  }
}
body#news_single #container #main #wrapper .post .inner .head.no_category .date {
  top: 102px;
}
@media all and (max-width: 800px) {
  body#news_single #container #main #wrapper .post .inner .head.no_category .date {
    top: auto;
    padding-top: 38px;
  }
}
body#news_single #container #main #wrapper .post .inner .head.no_category .title {
  padding-top: 90px;
}
@media all and (max-width: 800px) {
  body#news_single #container #main #wrapper .post .inner .head.no_category .title {
    padding-top: 9px;
  }
}
body#news_single #container #main #wrapper .post .inner .head .category {
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 2;
}
@media all and (max-width: 800px) {
  body#news_single #container #main #wrapper .post .inner .head .category {
    top: 20px;
    left: 20px;
  }
}
body#news_single #container #main #wrapper .post .inner .head .category a {
  display: block;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #303030;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 1px;
  text-indent: 1px;
  text-align: center;
  color: #999999;
  border: 1px solid #999999;
  padding: 5px 5px 5px 5px;
}
@media all and (max-width: 800px) {
  body#news_single #container #main #wrapper .post .inner .head .category a {
    font-size: 11px;
    letter-spacing: 0.8px;
    text-indent: 0.8px;
    padding: 4px 4px 4px 5px;
  }
}
.sp body#news_single #container #main #wrapper .post .inner .head .category a,
.tablet body#news_single #container #main #wrapper .post .inner .head .category a {
  padding: 6px 5px 5px 6px;
}
@media all and (max-width: 800px) {
  .sp body#news_single #container #main #wrapper .post .inner .head .category a,
  .tablet body#news_single #container #main #wrapper .post .inner .head .category a {
    padding: 5px 4px 4px 6px;
  }
}
body#news_single #container #main #wrapper .post .inner .head .category a:hover {
  color: #ffffff;
  background: #999999;
}
.sp body#news_single #container #main #wrapper .post .inner .head .category a:hover,
.tablet body#news_single #container #main #wrapper .post .inner .head .category a:hover {
  color: #999999;
  background: transparent;
}
body#news_single #container #main #wrapper .post .inner .head .date {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #303030;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 1px;
  position: absolute;
  top: 106px;
  left: 0;
  z-index: 2;
}
@media all and (max-width: 800px) {
  body#news_single #container #main #wrapper .post .inner .head .date {
    font-size: 14px;
    letter-spacing: 0.8px;
    position: static;
    top: auto;
    left: auto;
    z-index: auto;
    padding-top: 79px;
  }
}
body#news_single #container #main #wrapper .post .inner .head .title {
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 1px;
  font-weight: bold;
  padding: 94px 0 0 37.5%;
}
@media all and (min-width: 1590px) {
  body#news_single #container #main #wrapper .post .inner .head .title {
    padding-left: 450px;
  }
}
@media all and (max-width: 800px) {
  body#news_single #container #main #wrapper .post .inner .head .title {
    font-size: 18px;
    line-height: 32px;
    padding: 9px 0 0 0;
  }
}
body#news_single #container #main #wrapper .post .inner .flexible_contents {
  padding-left: 37.5%;
}
@media all and (min-width: 1590px) {
  body#news_single #container #main #wrapper .post .inner .flexible_contents {
    padding-left: 450px;
  }
}
@media all and (max-width: 800px) {
  body#news_single #container #main #wrapper .post .inner .flexible_contents {
    padding: 0 20px;
  }
}
body#news_single #container #main #wrapper .post .inner .flexible_contents .flexible_content.description .flexible_content_inner,
body#news_single #container #main #wrapper .post .inner .flexible_contents .flexible_content.description .flexible_content_inner * {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 1px;
}
@media all and (max-width: 800px) {
  body#news_single #container #main #wrapper .post .inner .flexible_contents .flexible_content.description .flexible_content_inner,
  body#news_single #container #main #wrapper .post .inner .flexible_contents .flexible_content.description .flexible_content_inner * {
    font-size: 14px;
    line-height: 26px;
  }
}
body#news_single #container #main #wrapper .post .inner .flexible_contents .flexible_content.description .flexible_content_inner a {
  padding-bottom: 4px;
  border-bottom: 1px solid #303030;
}
@media all and (max-width: 800px) {
  body#news_single #container #main #wrapper .post .inner .flexible_contents .flexible_content.description .flexible_content_inner a {
    padding-bottom: 3px;
  }
}
body#news_single #container #main #wrapper .post .inner .flexible_contents .flexible_content.description .flexible_content_inner a:hover {
  border-bottom: 1px solid transparent;
}
.sp body#news_single #container #main #wrapper .post .inner .flexible_contents .flexible_content.description .flexible_content_inner a:hover,
.tablet body#news_single #container #main #wrapper .post .inner .flexible_contents .flexible_content.description .flexible_content_inner a:hover {
  border-bottom: 1px solid #303030;
}
body#news_single #container #main #wrapper .post .inner .flexible_contents .flexible_content.image .flexible_content_inner .caption,
body#news_single #container #main #wrapper .post .inner .flexible_contents .flexible_content.image .flexible_content_inner .caption * {
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 1px;
}
@media all and (max-width: 800px) {
  body#news_single #container #main #wrapper .post .inner .flexible_contents .flexible_content.image .flexible_content_inner .caption,
  body#news_single #container #main #wrapper .post .inner .flexible_contents .flexible_content.image .flexible_content_inner .caption * {
    font-size: 12px;
    line-height: 24px;
  }
}
body#news_single #container #main #wrapper .post .inner .flexible_contents .flexible_content.image .flexible_content_inner .caption {
  padding-top: 14px;
}
body#news_single #container #main #wrapper .post .inner .flexible_contents .flexible_content.image .flexible_content_inner .caption a {
  padding-bottom: 4px;
  border-bottom: 1px solid #303030;
}
@media all and (max-width: 800px) {
  body#news_single #container #main #wrapper .post .inner .flexible_contents .flexible_content.image .flexible_content_inner .caption a {
    padding-bottom: 3px;
  }
}
body#news_single #container #main #wrapper .post .inner .flexible_contents .flexible_content.image .flexible_content_inner .caption a:hover {
  border-bottom: 1px solid transparent;
}
.sp body#news_single #container #main #wrapper .post .inner .flexible_contents .flexible_content.image .flexible_content_inner .caption a:hover,
.tablet body#news_single #container #main #wrapper .post .inner .flexible_contents .flexible_content.image .flexible_content_inner .caption a:hover {
  border-bottom: 1px solid #303030;
}
body#news_single #container #main #wrapper .post .inner .flexible_contents .flexible_content:first-child.flat {
  padding-top: 49px;
}
@media all and (max-width: 800px) {
  body#news_single #container #main #wrapper .post .inner .flexible_contents .flexible_content:first-child.flat {
    padding-top: 33px;
  }
}
body#news_single #container #main #wrapper .post .inner .flexible_contents .flexible_content:first-child.not_flat {
  padding-top: 41px;
}
@media all and (max-width: 800px) {
  body#news_single #container #main #wrapper .post .inner .flexible_contents .flexible_content:first-child.not_flat {
    padding-top: 26px;
  }
}
body#news_single #container #main #wrapper .post .inner .flexible_contents .flexible_content:last-child.flat:not(.bottom_not_flat) {
  padding-bottom: 120px;
}
@media all and (max-width: 800px) {
  body#news_single #container #main #wrapper .post .inner .flexible_contents .flexible_content:last-child.flat:not(.bottom_not_flat) {
    padding-bottom: 40px;
  }
}
body#news_single #container #main #wrapper .post .inner .flexible_contents .flexible_content:last-child.flat.bottom_not_flat {
  padding-bottom: 114px;
}
@media all and (max-width: 800px) {
  body#news_single #container #main #wrapper .post .inner .flexible_contents .flexible_content:last-child.flat.bottom_not_flat {
    padding-bottom: 34px;
  }
}
body#news_single #container #main #wrapper .post .inner .flexible_contents .flexible_content:last-child.not_flat {
  padding-bottom: 111px;
}
@media all and (max-width: 800px) {
  body#news_single #container #main #wrapper .post .inner .flexible_contents .flexible_content:last-child.not_flat {
    padding-bottom: 36px;
  }
}
body#news_single #container #main #wrapper .post .inner .flexible_contents .flexible_content.not_flat + .flat {
  padding-top: 52px;
}
@media all and (max-width: 800px) {
  body#news_single #container #main #wrapper .post .inner .flexible_contents .flexible_content.not_flat + .flat {
    padding-top: 34px;
  }
}
body#news_single #container #main #wrapper .post .inner .flexible_contents .flexible_content.not_flat + .not_flat {
  padding-top: 32px;
}
@media all and (max-width: 800px) {
  body#news_single #container #main #wrapper .post .inner .flexible_contents .flexible_content.not_flat + .not_flat {
    padding-top: 26px;
  }
}
body#news_single #container #main #wrapper .post .inner .flexible_contents .flexible_content.flat:not(.bottom_not_flat) + .flat {
  padding-top: 60px;
}
@media all and (max-width: 800px) {
  body#news_single #container #main #wrapper .post .inner .flexible_contents .flexible_content.flat:not(.bottom_not_flat) + .flat {
    padding-top: 40px;
  }
}
body#news_single #container #main #wrapper .post .inner .flexible_contents .flexible_content.flat:not(.bottom_not_flat) + .not_flat {
  padding-top: 52px;
}
@media all and (max-width: 800px) {
  body#news_single #container #main #wrapper .post .inner .flexible_contents .flexible_content.flat:not(.bottom_not_flat) + .not_flat {
    padding-top: 34px;
  }
}
body#news_single #container #main #wrapper .post .inner .flexible_contents .flexible_content.flat.bottom_not_flat + .flat {
  padding-top: 54px;
}
@media all and (max-width: 800px) {
  body#news_single #container #main #wrapper .post .inner .flexible_contents .flexible_content.flat.bottom_not_flat + .flat {
    padding-top: 34px;
  }
}
body#news_single #container #main #wrapper .post .inner .flexible_contents .flexible_content.flat.bottom_not_flat + .not_flat {
  padding-top: 45px;
}
@media all and (max-width: 800px) {
  body#news_single #container #main #wrapper .post .inner .flexible_contents .flexible_content.flat.bottom_not_flat + .not_flat {
    padding-top: 27px;
  }
}
body#news_single #container #main #wrapper .pagination {
  padding: 0 30px;
}
@media all and (min-width: 1060px) {
  body#news_single #container #main #wrapper .pagination {
    padding: 0 2.8%;
  }
}
@media all and (min-width: 1590px) {
  body#news_single #container #main #wrapper .pagination {
    padding: 0 45px;
  }
}
@media all and (min-width: 2120px) {
  body#news_single #container #main #wrapper .pagination {
    max-width: 2120px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 800px) {
  body#news_single #container #main #wrapper .pagination {
    padding: 0 20px;
  }
}
body#news_single #container #main #wrapper .pagination .inner {
  padding: 0 10%;
}
@media all and (min-width: 1590px) {
  body#news_single #container #main #wrapper .pagination .inner {
    padding: 0 150px;
  }
}
@media all and (max-width: 800px) {
  body#news_single #container #main #wrapper .pagination .inner {
    padding: 0;
  }
}
body#news_single #container #main #wrapper .pagination .inner .box {
  height: 173px;
  position: relative;
  border-top: 2px solid #e4e6df;
}
@media all and (max-width: 800px) {
  body#news_single #container #main #wrapper .pagination .inner .box {
    height: 132px;
  }
}
body#news_single #container #main #wrapper .pagination .inner .box .nav {
  position: absolute;
  top: 68px;
  z-index: 2;
}
@media all and (max-width: 800px) {
  body#news_single #container #main #wrapper .pagination .inner .box .nav {
    top: 48px;
  }
}
body#news_single #container #main #wrapper .pagination .inner .box .nav a {
  display: block;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #303030;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 1px;
  padding: 10px;
}
@media all and (max-width: 800px) {
  body#news_single #container #main #wrapper .pagination .inner .box .nav a {
    font-size: 14px;
    letter-spacing: 0.8px;
  }
}
body#news_single #container #main #wrapper .pagination .inner .box .nav a:hover {
  color: #999999;
}
.sp body#news_single #container #main #wrapper .pagination .inner .box .nav a:hover,
.tablet body#news_single #container #main #wrapper .pagination .inner .box .nav a:hover {
  color: #303030;
}
body#news_single #container #main #wrapper .pagination .inner .box .nav.prev {
  left: -10px;
}
body#news_single #container #main #wrapper .pagination .inner .box .nav.next {
  right: -10px;
}
body#stone_collection #container #main #wrapper {
  padding-bottom: 60px;
}
@media all and (max-width: 800px) {
  body#stone_collection #container #main #wrapper {
    padding-bottom: 40px;
  }
}
body#stone_collection #container #main #wrapper #search_box .inner {
  position: relative;
}
body#stone_collection #container #main #wrapper #search_box .inner .title {
  height: 220px;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #303030;
  font-size: 26px;
  line-height: 38px;
  letter-spacing: 1.8px;
  text-indent: 1.8px;
  text-align: center;
  padding-top: 91px;
}
@media all and (max-width: 800px) {
  body#stone_collection #container #main #wrapper #search_box .inner .title {
    height: 240px;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 1.5px;
    text-indent: 1.5px;
    padding-top: 54px;
  }
}
body#stone_collection #container #main #wrapper #search_box .inner .init {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 0 30px;
}
@media all and (min-width: 1060px) {
  body#stone_collection #container #main #wrapper #search_box .inner .init {
    padding: 0 2.8%;
  }
}
@media all and (min-width: 1590px) {
  body#stone_collection #container #main #wrapper #search_box .inner .init {
    padding: 0 45px;
  }
}
@media all and (min-width: 2120px) {
  body#stone_collection #container #main #wrapper #search_box .inner .init {
    max-width: 2120px;
    margin-left: auto;
    margin-right: auto;
    right: 0;
  }
}
@media all and (max-width: 800px) {
  body#stone_collection #container #main #wrapper #search_box .inner .init {
    padding: 0 20px;
  }
}
body#stone_collection #container #main #wrapper #search_box .inner .init .init_inner_1 {
  padding: 0 10%;
}
@media all and (min-width: 1590px) {
  body#stone_collection #container #main #wrapper #search_box .inner .init .init_inner_1 {
    padding: 0 150px;
  }
}
@media all and (max-width: 1000px) {
  body#stone_collection #container #main #wrapper #search_box .inner .init .init_inner_1 {
    padding: 0 4%;
  }
}
@media all and (max-width: 800px) {
  body#stone_collection #container #main #wrapper #search_box .inner .init .init_inner_1 {
    padding: 0;
  }
}
body#stone_collection #container #main #wrapper #search_box .inner .init .init_inner_1 .init_inner_2 {
  position: relative;
}
body#stone_collection #container #main #wrapper #search_box .inner .init .init_inner_1 .init_inner_2 .left {
  position: absolute;
  top: 96px;
  left: -10px;
  z-index: 2;
}
@media all and (max-width: 800px) {
  body#stone_collection #container #main #wrapper #search_box .inner .init .init_inner_1 .init_inner_2 .left {
    display: none;
  }
}
body#stone_collection #container #main #wrapper #search_box .inner .init .init_inner_1 .init_inner_2 .left ul li {
  margin-right: 10px;
}
body#stone_collection #container #main #wrapper #search_box .inner .init .init_inner_1 .init_inner_2 .left ul li:last-child {
  margin-right: 0;
}
body#stone_collection #container #main #wrapper #search_box .inner .init .init_inner_1 .init_inner_2 .right {
  position: absolute;
  top: 92px;
  right: 0;
  z-index: 2;
}
@media all and (max-width: 800px) {
  body#stone_collection #container #main #wrapper #search_box .inner .init .init_inner_1 .init_inner_2 .right {
    top: 102px;
    left: 0;
    margin: 0 auto;
  }
}
body#stone_collection #container #main #wrapper #search_box .inner .init .init_inner_1 .init_inner_2 .left ul,
body#stone_collection #container #main #wrapper #search_box .inner .init .init_inner_1 .init_inner_2 .right ul {
  font-size: 0;
}
body#stone_collection #container #main #wrapper #search_box .inner .init .init_inner_1 .init_inner_2 .left ul li,
body#stone_collection #container #main #wrapper #search_box .inner .init .init_inner_1 .init_inner_2 .right ul li {
  float: left;
}
@media all and (max-width: 800px) {
  body#stone_collection #container #main #wrapper #search_box .inner .init .init_inner_1 .init_inner_2 .left ul li,
  body#stone_collection #container #main #wrapper #search_box .inner .init .init_inner_1 .init_inner_2 .right ul li {
    float: none;
    text-align: center;
  }
}
body#stone_collection #container #main #wrapper #search_box .inner .init .init_inner_1 .init_inner_2 .left ul li a,
body#stone_collection #container #main #wrapper #search_box .inner .init .init_inner_1 .init_inner_2 .right ul li a {
  display: inline-block;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #303030;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 1px;
  position: relative;
}
body#stone_collection #container #main #wrapper #search_box .inner .init .init_inner_1 .init_inner_2 .left ul li a.square,
body#stone_collection #container #main #wrapper #search_box .inner .init .init_inner_1 .init_inner_2 .right ul li a.square {
  padding: 10px;
}
body#stone_collection #container #main #wrapper #search_box .inner .init .init_inner_1 .init_inner_2 .left ul li a.square .img_box img,
body#stone_collection #container #main #wrapper #search_box .inner .init .init_inner_1 .init_inner_2 .right ul li a.square .img_box img {
  display: block;
  width: 28px;
  height: 8px;
}
body#stone_collection #container #main #wrapper #search_box .inner .init .init_inner_1 .init_inner_2 .left ul li a.square .img_box img.on,
body#stone_collection #container #main #wrapper #search_box .inner .init .init_inner_1 .init_inner_2 .right ul li a.square .img_box img.on {
  display: none;
}
body#stone_collection #container #main #wrapper #search_box .inner .init .init_inner_1 .init_inner_2 .left ul li a.rectangle,
body#stone_collection #container #main #wrapper #search_box .inner .init .init_inner_1 .init_inner_2 .right ul li a.rectangle {
  padding: 10px;
}
body#stone_collection #container #main #wrapper #search_box .inner .init .init_inner_1 .init_inner_2 .left ul li a.rectangle .img_box img,
body#stone_collection #container #main #wrapper #search_box .inner .init .init_inner_1 .init_inner_2 .right ul li a.rectangle .img_box img {
  display: block;
  width: 28px;
  height: 8px;
}
body#stone_collection #container #main #wrapper #search_box .inner .init .init_inner_1 .init_inner_2 .left ul li a.rectangle .img_box img.on,
body#stone_collection #container #main #wrapper #search_box .inner .init .init_inner_1 .init_inner_2 .right ul li a.rectangle .img_box img.on {
  display: none;
}
body#stone_collection #container #main #wrapper #search_box .inner .init .init_inner_1 .init_inner_2 .left ul li a.filter_btn,
body#stone_collection #container #main #wrapper #search_box .inner .init .init_inner_1 .init_inner_2 .right ul li a.filter_btn {
  padding: 10px 26px 10px 10px;
}
@media all and (max-width: 800px) {
  body#stone_collection #container #main #wrapper #search_box .inner .init .init_inner_1 .init_inner_2 .left ul li a.filter_btn,
  body#stone_collection #container #main #wrapper #search_box .inner .init .init_inner_1 .init_inner_2 .right ul li a.filter_btn {
    padding: 10px 36px 10px 10px;
  }
}
body#stone_collection #container #main #wrapper #search_box .inner .init .init_inner_1 .init_inner_2 .left ul li a.filter_btn .img_box,
body#stone_collection #container #main #wrapper #search_box .inner .init .init_inner_1 .init_inner_2 .right ul li a.filter_btn .img_box {
  position: absolute;
  top: 8px;
  right: 0;
  z-index: 2;
}
@media all and (max-width: 800px) {
  body#stone_collection #container #main #wrapper #search_box .inner .init .init_inner_1 .init_inner_2 .left ul li a.filter_btn .img_box,
  body#stone_collection #container #main #wrapper #search_box .inner .init .init_inner_1 .init_inner_2 .right ul li a.filter_btn .img_box {
    right: 10px;
  }
}
body#stone_collection #container #main #wrapper #search_box .inner .init .init_inner_1 .init_inner_2 .left ul li a.filter_btn .img_box img,
body#stone_collection #container #main #wrapper #search_box .inner .init .init_inner_1 .init_inner_2 .right ul li a.filter_btn .img_box img {
  display: block;
  width: 19px;
  height: 19px;
}
body#stone_collection #container #main #wrapper #search_box .inner .init .init_inner_1 .init_inner_2 .left ul li a.filter_btn .img_box img.on,
body#stone_collection #container #main #wrapper #search_box .inner .init .init_inner_1 .init_inner_2 .right ul li a.filter_btn .img_box img.on {
  display: none;
}
body#stone_collection #container #main #wrapper #search_box .inner .init .init_inner_1 .init_inner_2 .left ul li a.filter_btn .img_box.minus,
body#stone_collection #container #main #wrapper #search_box .inner .init .init_inner_1 .init_inner_2 .right ul li a.filter_btn .img_box.minus {
  display: none;
}
body#stone_collection #container #main #wrapper #search_box .inner .init .init_inner_1 .init_inner_2 .left ul li a.current .img_box img.off,
body#stone_collection #container #main #wrapper #search_box .inner .init .init_inner_1 .init_inner_2 .right ul li a.current .img_box img.off {
  display: none;
}
body#stone_collection #container #main #wrapper #search_box .inner .init .init_inner_1 .init_inner_2 .left ul li a.current .img_box img.on,
body#stone_collection #container #main #wrapper #search_box .inner .init .init_inner_1 .init_inner_2 .right ul li a.current .img_box img.on {
  display: block;
}
body#stone_collection #container #main #wrapper #search_box .inner .init .init_inner_1 .init_inner_2 .left ul li a:not(.current):hover,
body#stone_collection #container #main #wrapper #search_box .inner .init .init_inner_1 .init_inner_2 .right ul li a:not(.current):hover {
  color: #e4e6df;
}
body#stone_collection #container #main #wrapper #search_box .inner .init .init_inner_1 .init_inner_2 .left ul li a:not(.current):hover .img_box img.off,
body#stone_collection #container #main #wrapper #search_box .inner .init .init_inner_1 .init_inner_2 .right ul li a:not(.current):hover .img_box img.off {
  display: none;
}
body#stone_collection #container #main #wrapper #search_box .inner .init .init_inner_1 .init_inner_2 .left ul li a:not(.current):hover .img_box img.on,
body#stone_collection #container #main #wrapper #search_box .inner .init .init_inner_1 .init_inner_2 .right ul li a:not(.current):hover .img_box img.on {
  display: block;
}
.sp body#stone_collection #container #main #wrapper #search_box .inner .init .init_inner_1 .init_inner_2 .left ul li a:not(.current):hover,
.sp body#stone_collection #container #main #wrapper #search_box .inner .init .init_inner_1 .init_inner_2 .right ul li a:not(.current):hover,
.tablet body#stone_collection #container #main #wrapper #search_box .inner .init .init_inner_1 .init_inner_2 .left ul li a:not(.current):hover,
.tablet body#stone_collection #container #main #wrapper #search_box .inner .init .init_inner_1 .init_inner_2 .right ul li a:not(.current):hover {
  color: #303030;
}
.sp body#stone_collection #container #main #wrapper #search_box .inner .init .init_inner_1 .init_inner_2 .left ul li a:not(.current):hover .img_box img.off,
.sp body#stone_collection #container #main #wrapper #search_box .inner .init .init_inner_1 .init_inner_2 .right ul li a:not(.current):hover .img_box img.off,
.tablet body#stone_collection #container #main #wrapper #search_box .inner .init .init_inner_1 .init_inner_2 .left ul li a:not(.current):hover .img_box img.off,
.tablet body#stone_collection #container #main #wrapper #search_box .inner .init .init_inner_1 .init_inner_2 .right ul li a:not(.current):hover .img_box img.off {
  display: block;
}
.sp body#stone_collection #container #main #wrapper #search_box .inner .init .init_inner_1 .init_inner_2 .left ul li a:not(.current):hover .img_box img.on,
.sp body#stone_collection #container #main #wrapper #search_box .inner .init .init_inner_1 .init_inner_2 .right ul li a:not(.current):hover .img_box img.on,
.tablet body#stone_collection #container #main #wrapper #search_box .inner .init .init_inner_1 .init_inner_2 .left ul li a:not(.current):hover .img_box img.on,
.tablet body#stone_collection #container #main #wrapper #search_box .inner .init .init_inner_1 .init_inner_2 .right ul li a:not(.current):hover .img_box img.on {
  display: none;
}
body#stone_collection #container #main #wrapper #search_box .inner .init .init_inner_1 .init_inner_2 .left ul:after,
body#stone_collection #container #main #wrapper #search_box .inner .init .init_inner_1 .init_inner_2 .right ul:after {
  content: "";
  display: block;
  clear: both;
}
@media all and (max-width: 800px) {
  body#stone_collection #container #main #wrapper #search_box .inner .init .init_inner_1 .init_inner_2 .left ul:after,
  body#stone_collection #container #main #wrapper #search_box .inner .init .init_inner_1 .init_inner_2 .right ul:after {
    display: none;
  }
}
body#stone_collection #container #main #wrapper #search_box .inner .init .init_inner_1 .init_inner_2 .str_search_box {
  position: absolute;
  top: 86px;
  right: 96px;
  z-index: 2;
}
@media all and (max-width: 800px) {
  body#stone_collection #container #main #wrapper #search_box .inner .init .init_inner_1 .init_inner_2 .str_search_box {
    position: absolute;
    top: 155px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
}
body#stone_collection #container #main #wrapper #search_box .inner .init .init_inner_1 .init_inner_2 .str_search_box a {
  display: block;
  padding: 15px;
}
@media all and (max-width: 800px) {
  body#stone_collection #container #main #wrapper #search_box .inner .init .init_inner_1 .init_inner_2 .str_search_box a {
    padding: 10px;
  }
}
body#stone_collection #container #main #wrapper #search_box .inner .init .init_inner_1 .init_inner_2 .str_search_box a img {
  display: block;
  width: 17px;
  height: 16px;
}
body#stone_collection #container #main #wrapper #search_box .inner .init .init_inner_1 .init_inner_2 .str_search_box a img.on {
  display: none;
}
body#stone_collection #container #main #wrapper #search_box .inner .init .init_inner_1 .init_inner_2 .str_search_box a:hover img.off {
  display: none;
}
body#stone_collection #container #main #wrapper #search_box .inner .init .init_inner_1 .init_inner_2 .str_search_box a:hover img.on {
  display: block;
}
.sp body#stone_collection #container #main #wrapper #search_box .inner .init .init_inner_1 .init_inner_2 .str_search_box a:hover img.off,
.tablet body#stone_collection #container #main #wrapper #search_box .inner .init .init_inner_1 .init_inner_2 .str_search_box a:hover img.off {
  display: block;
}
.sp body#stone_collection #container #main #wrapper #search_box .inner .init .init_inner_1 .init_inner_2 .str_search_box a:hover img.on,
.tablet body#stone_collection #container #main #wrapper #search_box .inner .init .init_inner_1 .init_inner_2 .str_search_box a:hover img.on {
  display: none;
}
body#stone_collection #container #main #wrapper #search_box .inner .function {
  width: 100%;
  background: #f1f1ef;
  padding: 93px 30px 91px 30px;
  display: none;
}
@media all and (min-width: 1060px) {
  body#stone_collection #container #main #wrapper #search_box .inner .function {
    padding-left: 2.8%;
    padding-right: 2.8%;
  }
}
@media all and (min-width: 1590px) {
  body#stone_collection #container #main #wrapper #search_box .inner .function {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media all and (max-width: 800px) {
  body#stone_collection #container #main #wrapper #search_box .inner .function {
    padding: 183px 10px 60px 10px;
  }
}
body#stone_collection #container #main #wrapper #search_box .inner .function .function_inner {
  padding: 0 10%;
  position: relative;
}
@media all and (min-width: 1590px) {
  body#stone_collection #container #main #wrapper #search_box .inner .function .function_inner {
    padding: 0 150px;
  }
}
@media all and (min-width: 2120px) {
  body#stone_collection #container #main #wrapper #search_box .inner .function .function_inner {
    max-width: 2030px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 1000px) {
  body#stone_collection #container #main #wrapper #search_box .inner .function .function_inner {
    padding: 0 4%;
  }
}
@media all and (max-width: 860px) {
  body#stone_collection #container #main #wrapper #search_box .inner .function .function_inner {
    padding-left: 0;
  }
}
@media all and (max-width: 800px) {
  body#stone_collection #container #main #wrapper #search_box .inner .function .function_inner {
    padding: 0;
  }
}
body#stone_collection #container #main #wrapper #search_box .inner .function .function_inner .item .left {
  float: left;
  width: 123px;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #303030;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1px;
}
@media all and (max-width: 1000px) {
  body#stone_collection #container #main #wrapper #search_box .inner .function .function_inner .item .left {
    width: 113px;
  }
}
@media all and (max-width: 800px) {
  body#stone_collection #container #main #wrapper #search_box .inner .function .function_inner .item .left {
    float: none;
    width: 100%;
    text-indent: 1px;
    text-align: center;
  }
}
body#stone_collection #container #main #wrapper #search_box .inner .function .function_inner .item .right {
  float: right;
  width: calc(100% - 123px);
}
@media all and (max-width: 1000px) {
  body#stone_collection #container #main #wrapper #search_box .inner .function .function_inner .item .right {
    width: calc(100% - 113px);
  }
}
@media all and (max-width: 800px) {
  body#stone_collection #container #main #wrapper #search_box .inner .function .function_inner .item .right {
    float: none;
    width: 100%;
  }
}
body#stone_collection #container #main #wrapper #search_box .inner .function .function_inner .item:after {
  content: "";
  display: block;
  clear: both;
}
@media all and (max-width: 800px) {
  body#stone_collection #container #main #wrapper #search_box .inner .function .function_inner .item:after {
    display: none;
  }
}
body#stone_collection #container #main #wrapper #search_box .inner .function .function_inner .item.color {
  padding-right: 90px;
}
@media all and (max-width: 800px) {
  body#stone_collection #container #main #wrapper #search_box .inner .function .function_inner .item.color {
    padding-right: 0;
  }
}
body#stone_collection #container #main #wrapper #search_box .inner .function .function_inner .item.color .left {
  padding-top: 10px;
}
@media all and (max-width: 800px) {
  body#stone_collection #container #main #wrapper #search_box .inner .function .function_inner .item.color .left {
    padding-top: 0;
    padding-bottom: 18px;
  }
}
body#stone_collection #container #main #wrapper #search_box .inner .function .function_inner .item.color .right {
  padding-left: 3px;
}
@media all and (max-width: 800px) {
  body#stone_collection #container #main #wrapper #search_box .inner .function .function_inner .item.color .right {
    padding-left: 0;
  }
}
body#stone_collection #container #main #wrapper #search_box .inner .function .function_inner .item.color .right ul {
  font-size: 0;
}
@media all and (max-width: 800px) {
  body#stone_collection #container #main #wrapper #search_box .inner .function .function_inner .item.color .right ul {
    text-align: center;
  }
}
body#stone_collection #container #main #wrapper #search_box .inner .function .function_inner .item.color .right ul li {
  float: left;
  margin-right: 17px;
}
@media all and (max-width: 860px) {
  body#stone_collection #container #main #wrapper #search_box .inner .function .function_inner .item.color .right ul li {
    margin-right: 12px;
  }
}
body#stone_collection #container #main #wrapper #search_box .inner .function .function_inner .item.color .right ul li:last-child {
  margin-right: 0;
}
@media all and (max-width: 800px) {
  body#stone_collection #container #main #wrapper #search_box .inner .function .function_inner .item.color .right ul li {
    float: none;
    display: inline-block;
    margin-right: 0;
    padding: 2px 8px;
  }
}
body#stone_collection #container #main #wrapper #search_box .inner .function .function_inner .item.color .right ul li a {
  display: block;
  padding: 5px;
  position: relative;
}
body#stone_collection #container #main #wrapper #search_box .inner .function .function_inner .item.color .right ul li a .svg svg {
  display: block;
  width: 23px;
  height: 23px;
}
@media all and (max-width: 800px) {
  body#stone_collection #container #main #wrapper #search_box .inner .function .function_inner .item.color .right ul li a .svg svg {
    width: 30px;
    height: 30px;
  }
}
body#stone_collection #container #main #wrapper #search_box .inner .function .function_inner .item.color .right ul li a img {
  display: block;
  width: 23px;
  height: 23px;
}
@media all and (max-width: 800px) {
  body#stone_collection #container #main #wrapper #search_box .inner .function .function_inner .item.color .right ul li a img {
    width: 30px;
    height: 30px;
  }
}
body#stone_collection #container #main #wrapper #search_box .inner .function .function_inner .item.color .right ul li a img.current {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 2;
  opacity: 0;
}
body#stone_collection #container #main #wrapper #search_box .inner .function .function_inner .item.color .right ul li a.current img.current {
  opacity: 1;
}
body#stone_collection #container #main #wrapper #search_box .inner .function .function_inner .item.color .right ul li a:not(.current):hover img.current {
  opacity: 1;
}
.sp body#stone_collection #container #main #wrapper #search_box .inner .function .function_inner .item.color .right ul li a:not(.current):hover img.current,
.tablet body#stone_collection #container #main #wrapper #search_box .inner .function .function_inner .item.color .right ul li a:not(.current):hover img.current {
  opacity: 0;
}
body#stone_collection #container #main #wrapper #search_box .inner .function .function_inner .item.color .right ul:after {
  content: "";
  display: block;
  clear: both;
}
@media all and (max-width: 800px) {
  body#stone_collection #container #main #wrapper #search_box .inner .function .function_inner .item.color .right ul:after {
    display: none;
  }
}
body#stone_collection #container #main #wrapper #search_box .inner .function .function_inner .item.stone_type {
  padding: 33px 90px 0 0;
}
@media all and (max-width: 800px) {
  body#stone_collection #container #main #wrapper #search_box .inner .function .function_inner .item.stone_type {
    padding: 48px 0 0 0;
  }
}
body#stone_collection #container #main #wrapper #search_box .inner .function .function_inner .item.stone_type .left {
  padding-top: 14px;
}
@media all and (max-width: 800px) {
  body#stone_collection #container #main #wrapper #search_box .inner .function .function_inner .item.stone_type .left {
    padding-top: 0;
    padding-bottom: 14px;
  }
}
body#stone_collection #container #main #wrapper #search_box .inner .function .function_inner .item.stone_type .right ul {
  font-size: 0;
}
@media all and (max-width: 800px) {
  body#stone_collection #container #main #wrapper #search_box .inner .function .function_inner .item.stone_type .right ul {
    text-align: center;
  }
}
body#stone_collection #container #main #wrapper #search_box .inner .function .function_inner .item.stone_type .right ul li {
  float: left;
  padding: 5px 0;
  margin-right: 20px;
}
@media all and (max-width: 1060px) {
  body#stone_collection #container #main #wrapper #search_box .inner .function .function_inner .item.stone_type .right ul li {
    margin-right: 15px;
  }
}
@media all and (max-width: 860px) {
  body#stone_collection #container #main #wrapper #search_box .inner .function .function_inner .item.stone_type .right ul li {
    margin-right: 10px;
  }
}
body#stone_collection #container #main #wrapper #search_box .inner .function .function_inner .item.stone_type .right ul li:last-child {
  margin-right: 0;
}
@media all and (max-width: 800px) {
  body#stone_collection #container #main #wrapper #search_box .inner .function .function_inner .item.stone_type .right ul li {
    float: none;
    display: inline-block;
    margin-right: 0;
    padding: 5px 10px 5px 10px;
  }
}
body#stone_collection #container #main #wrapper #search_box .inner .function .function_inner .item.stone_type .right ul li a {
  display: block;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1px;
  padding: 7px 7px 7px 9px;
  border: 1px solid transparent;
}
@media all and (max-width: 800px) {
  body#stone_collection #container #main #wrapper #search_box .inner .function .function_inner .item.stone_type .right ul li a {
    font-size: 18px;
    padding: 7px 8px 8px 9px;
  }
}
@media all and (max-width: 800px) {
  .sp body#stone_collection #container #main #wrapper #search_box .inner .function .function_inner .item.stone_type .right ul li a,
  .tablet body#stone_collection #container #main #wrapper #search_box .inner .function .function_inner .item.stone_type .right ul li a {
    padding: 8px 8px 7px 10px;
  }
}
body#stone_collection #container #main #wrapper #search_box .inner .function .function_inner .item.stone_type .right ul li a.current {
  border: 1px solid #303030;
}
body#stone_collection #container #main #wrapper #search_box .inner .function .function_inner .item.stone_type .right ul li a:not(.current):hover {
  border: 1px solid #303030;
}
.sp body#stone_collection #container #main #wrapper #search_box .inner .function .function_inner .item.stone_type .right ul li a:not(.current):hover,
.tablet body#stone_collection #container #main #wrapper #search_box .inner .function .function_inner .item.stone_type .right ul li a:not(.current):hover {
  border: 1px solid transparent;
}
body#stone_collection #container #main #wrapper #search_box .inner .function .function_inner .item.stone_type .right ul:after {
  content: "";
  display: block;
  clear: both;
}
@media all and (max-width: 800px) {
  body#stone_collection #container #main #wrapper #search_box .inner .function .function_inner .item.stone_type .right ul:after {
    display: none;
  }
}
body#stone_collection #container #main #wrapper #search_box .inner .function .function_inner .clear_box {
  position: absolute;
  top: 71px;
  right: 10%;
  z-index: 2;
}
@media all and (min-width: 1590px) {
  body#stone_collection #container #main #wrapper #search_box .inner .function .function_inner .clear_box {
    right: 150px;
  }
}
@media all and (max-width: 1000px) {
  body#stone_collection #container #main #wrapper #search_box .inner .function .function_inner .clear_box {
    right: 4%;
  }
}
@media all and (max-width: 800px) {
  body#stone_collection #container #main #wrapper #search_box .inner .function .function_inner .clear_box {
    position: static;
    top: auto;
    right: auto;
    z-index: auto;
    margin-top: 45px;
  }
}
body#stone_collection #container #main #wrapper #search_box .inner .function .function_inner .clear_box a {
  display: block;
  width: 74px;
  height: 30px;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #303030;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1px;
  text-indent: 1px;
  text-align: center;
  color: #999999;
  border: 1px solid #999999;
  padding-top: 7px;
}
@media all and (max-width: 800px) {
  body#stone_collection #container #main #wrapper #search_box .inner .function .function_inner .clear_box a {
    width: 64px;
    height: 35px;
    margin: 0 auto;
    padding-top: 10px;
  }
}
.sp body#stone_collection #container #main #wrapper #search_box .inner .function .function_inner .clear_box a,
.tablet body#stone_collection #container #main #wrapper #search_box .inner .function .function_inner .clear_box a {
  padding-top: 8px;
}
@media all and (max-width: 800px) {
  .sp body#stone_collection #container #main #wrapper #search_box .inner .function .function_inner .clear_box a,
  .tablet body#stone_collection #container #main #wrapper #search_box .inner .function .function_inner .clear_box a {
    padding-top: 10px;
  }
}
body#stone_collection #container #main #wrapper #search_box .inner .function .function_inner .clear_box a:hover {
  color: #ffffff;
  background: #999999;
}
.sp body#stone_collection #container #main #wrapper #search_box .inner .function .function_inner .clear_box a:hover,
.tablet body#stone_collection #container #main #wrapper #search_box .inner .function .function_inner .clear_box a:hover {
  color: #999999;
  background: transparent;
}
body#stone_collection #container #main #wrapper #search_box .inner .search {
  width: 100%;
  height: 220px;
  background: #f1f1ef;
  padding: 89px 30px 0 30px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  display: none;
}
@media all and (min-width: 1060px) {
  body#stone_collection #container #main #wrapper #search_box .inner .search {
    padding-left: 2.8%;
    padding-right: 2.8%;
  }
}
@media all and (min-width: 1590px) {
  body#stone_collection #container #main #wrapper #search_box .inner .search {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media all and (max-width: 800px) {
  body#stone_collection #container #main #wrapper #search_box .inner .search {
    height: 240px;
    position: static;
    padding: 0 20px;
  }
}
body#stone_collection #container #main #wrapper #search_box .inner .search .search_inner {
  position: relative;
  padding: 0 10%;
}
@media all and (min-width: 1590px) {
  body#stone_collection #container #main #wrapper #search_box .inner .search .search_inner {
    padding: 0 150px;
  }
}
@media all and (min-width: 2120px) {
  body#stone_collection #container #main #wrapper #search_box .inner .search .search_inner {
    max-width: 2030px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 1000px) {
  body#stone_collection #container #main #wrapper #search_box .inner .search .search_inner {
    padding: 0 4%;
  }
}
@media all and (max-width: 800px) {
  body#stone_collection #container #main #wrapper #search_box .inner .search .search_inner {
    padding: 0;
  }
}
body#stone_collection #container #main #wrapper #search_box .inner .search .search_inner .left {
  float: left;
  width: 122px;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #303030;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1px;
  padding-top: 14px;
}
@media all and (max-width: 800px) {
  body#stone_collection #container #main #wrapper #search_box .inner .search .search_inner .left {
    float: none;
    width: 100%;
    text-indent: 1px;
    text-align: center;
    padding-top: 0;
    display: none;
  }
}
body#stone_collection #container #main #wrapper #search_box .inner .search .search_inner .right {
  float: right;
  width: calc(100% - 122px);
  padding-left: 10px;
}
@media all and (max-width: 800px) {
  body#stone_collection #container #main #wrapper #search_box .inner .search .search_inner .right {
    float: none;
    width: 100%;
    padding: 160px 0 0 0;
  }
}
body#stone_collection #container #main #wrapper #search_box .inner .search .search_inner .right form .search_box {
  float: left;
  width: calc(100% - 100px);
  position: relative;
}
@media all and (max-width: 800px) {
  body#stone_collection #container #main #wrapper #search_box .inner .search .search_inner .right form .search_box {
    float: none;
    width: 100%;
  }
}
body#stone_collection #container #main #wrapper #search_box .inner .search .search_inner .right form .search_box input[type="text"] {
  display: block;
  width: 100%;
  height: 40px;
  font-family: '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 1px;
  color: #303030;
  border: 1px solid #f1f1ef;
  border-bottom: 1px solid #303030;
  border-radius: 0;
  background-image: none !important;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  background: #f1f1ef;
  background-color: #f1f1ef;
  -webkit-box-shadow: 0 0 0px 1000px #f1f1ef inset;
  padding: 0 40px 0 15px;
}
@media all and (max-width: 800px) {
  body#stone_collection #container #main #wrapper #search_box .inner .search .search_inner .right form .search_box input[type="text"] {
    font-size: 18px;
    line-height: 36px;
    padding: 0 40px 0 10px;
  }
}
body#stone_collection #container #main #wrapper #search_box .inner .search .search_inner .right form .search_box input[type="text"]::placeholder {
  color: #999999;
}
body#stone_collection #container #main #wrapper #search_box .inner .search .search_inner .right form .search_box input[type="text"]::-ms-input-placeholder {
  color: #999999;
}
body#stone_collection #container #main #wrapper #search_box .inner .search .search_inner .right form .search_box input[type="text"]:-ms-input-placeholder {
  color: #999999;
}
body#stone_collection #container #main #wrapper #search_box .inner .search .search_inner .right form .search_box input[type="submit"] {
  float: right;
  display: block;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 0;
  background-image: url(../images/common/glass-black.svg);
  background-position: center right 11px;
  background-repeat: no-repeat;
  background-size: 17px 16px;
  -webkit-appearance: none;
  outline: none;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
@media all and (max-width: 800px) {
  body#stone_collection #container #main #wrapper #search_box .inner .search .search_inner .right form .search_box input[type="submit"] {
    background-position: center;
    background-size: 22px 21px;
  }
}
body#stone_collection #container #main #wrapper #search_box .inner .search .search_inner .right form:after {
  content: "";
  display: block;
  clear: both;
}
@media all and (max-width: 800px) {
  body#stone_collection #container #main #wrapper #search_box .inner .search .search_inner .right form:after {
    display: none;
  }
}
body#stone_collection #container #main #wrapper #search_box .inner .search .search_inner .str_search_box {
  position: absolute;
  top: 3px;
  right: 10%;
  z-index: 2;
}
@media all and (min-width: 1590px) {
  body#stone_collection #container #main #wrapper #search_box .inner .search .search_inner .str_search_box {
    right: 150px;
  }
}
@media all and (max-width: 1000px) {
  body#stone_collection #container #main #wrapper #search_box .inner .search .search_inner .str_search_box {
    right: 4%;
  }
}
@media all and (max-width: 800px) {
  body#stone_collection #container #main #wrapper #search_box .inner .search .search_inner .str_search_box {
    width: 100%;
    top: 102px;
    left: 0;
    right: auto;
    text-align: center;
  }
}
body#stone_collection #container #main #wrapper #search_box .inner .search .search_inner .str_search_box a {
  display: inline-block;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #303030;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 1px;
  position: relative;
  padding: 10px 26px 10px 10px;
}
@media all and (max-width: 800px) {
  body#stone_collection #container #main #wrapper #search_box .inner .search .search_inner .str_search_box a {
    padding: 10px 36px 10px 10px;
  }
}
body#stone_collection #container #main #wrapper #search_box .inner .search .search_inner .str_search_box a .img_box {
  position: absolute;
  top: 8px;
  right: 0;
  z-index: 2;
}
@media all and (max-width: 800px) {
  body#stone_collection #container #main #wrapper #search_box .inner .search .search_inner .str_search_box a .img_box {
    right: 10px;
  }
}
body#stone_collection #container #main #wrapper #search_box .inner .search .search_inner .str_search_box a .img_box img {
  display: block;
  width: 19px;
  height: 19px;
}
body#stone_collection #container #main #wrapper #search_box .inner .search .search_inner .str_search_box a .img_box img.on {
  display: none;
}
body#stone_collection #container #main #wrapper #search_box .inner .search .search_inner .str_search_box a:hover {
  color: #999999;
}
body#stone_collection #container #main #wrapper #search_box .inner .search .search_inner .str_search_box a:hover .img_box img.off {
  display: none;
}
body#stone_collection #container #main #wrapper #search_box .inner .search .search_inner .str_search_box a:hover .img_box img.on {
  display: block;
}
.sp body#stone_collection #container #main #wrapper #search_box .inner .search .search_inner .str_search_box a:hover,
.tablet body#stone_collection #container #main #wrapper #search_box .inner .search .search_inner .str_search_box a:hover {
  color: #303030;
}
.sp body#stone_collection #container #main #wrapper #search_box .inner .search .search_inner .str_search_box a:hover .img_box img.off,
.tablet body#stone_collection #container #main #wrapper #search_box .inner .search .search_inner .str_search_box a:hover .img_box img.off {
  display: block;
}
.sp body#stone_collection #container #main #wrapper #search_box .inner .search .search_inner .str_search_box a:hover .img_box img.on,
.tablet body#stone_collection #container #main #wrapper #search_box .inner .search .search_inner .str_search_box a:hover .img_box img.on {
  display: none;
}
body#stone_collection #container #main #wrapper #search_box .inner .search .search_inner:after {
  content: "";
  display: block;
  clear: both;
}
@media all and (max-width: 800px) {
  body#stone_collection #container #main #wrapper #search_box .inner .search .search_inner:after {
    display: none;
  }
}
body#stone_collection #container #main #wrapper #search_box.active .inner .title {
  display: none;
}
@media all and (max-width: 800px) {
  body#stone_collection #container #main #wrapper #search_box.active .inner .title {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    text-align: center;
  }
}
body#stone_collection #container #main #wrapper #search_box.active .inner .init .init_inner_1 .init_inner_2 .left {
  display: none;
}
body#stone_collection #container #main #wrapper #search_box.active .inner .init .init_inner_1 .init_inner_2 .right ul li a.filter_btn .img_box.plus {
  display: none;
}
body#stone_collection #container #main #wrapper #search_box.active .inner .init .init_inner_1 .init_inner_2 .right ul li a.filter_btn .img_box.minus {
  display: block;
}
body#stone_collection #container #main #wrapper #search_box.active .inner .init .init_inner_1 .init_inner_2 .right ul li a:not(.current):hover {
  color: #999999;
}
.sp body#stone_collection #container #main #wrapper #search_box.active .inner .init .init_inner_1 .init_inner_2 .right ul li a:not(.current):hover,
.tablet body#stone_collection #container #main #wrapper #search_box.active .inner .init .init_inner_1 .init_inner_2 .right ul li a:not(.current):hover {
  color: #303030;
}
body#stone_collection #container #main #wrapper #search_box.active .inner .init .init_inner_1 .init_inner_2 .str_search_box {
  display: none;
}
body#stone_collection #container #main #wrapper #search_box.active .inner .function {
  display: block;
}
@media all and (max-width: 800px) {
  body#stone_collection #container #main #wrapper #search_box.str_search_active .inner .title {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
  }
}
@media all and (max-width: 800px) {
  body#stone_collection #container #main #wrapper #search_box.str_search_active .inner .init {
    display: none;
  }
}
body#stone_collection #container #main #wrapper #search_box.str_search_active .inner .init .init_inner_1 .init_inner_2 .str_search_box {
  display: none;
}
body#stone_collection #container #main #wrapper #search_box.str_search_active .inner .search {
  display: block;
}
body#stone_collection #container #main #wrapper #loading {
  display: none;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #303030;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 1px;
  text-align: center;
  animation: blink 0.18s step-end infinite;
  padding: 117px 0 116px 0;
}
@media all and (max-width: 800px) {
  body#stone_collection #container #main #wrapper #loading {
    padding: 98px 20px 117px 20px;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
body#stone_collection #container #main #wrapper #loading.active {
  display: block;
}
body#stone_collection #container #main #wrapper #pagination {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  max-width: none !important;
  position: relative;
}
body#stone_collection #container #main #wrapper #pagination .inner {
  margin-top: 62px;
  padding: 68px 30px 7px 30px;
}
@media all and (max-width: 800px) {
  body#stone_collection #container #main #wrapper #pagination .inner {
    margin-top: 42px;
    padding: 48px 0 8px 0;
  }
}
body#stone_collection #container #main #wrapper #pagination .inner:before {
  content: "";
  display: block;
  width: calc(100% - 60px);
  height: 2px;
  position: absolute;
  top: -2px;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  background: #e4e6df;
}
@media all and (min-width: 1060px) {
  body#stone_collection #container #main #wrapper #pagination .inner:before {
    width: 94.4%;
  }
}
@media all and (min-width: 1590px) {
  body#stone_collection #container #main #wrapper #pagination .inner:before {
    width: calc(100% - 90px);
  }
}
@media all and (max-width: 800px) {
  body#stone_collection #container #main #wrapper #pagination .inner:before {
    width: calc(100% - 40px);
  }
}
@media all and (min-width: 2120px) {
  body#stone_collection #container #main #wrapper #pagination .inner .box {
    max-width: 1730px;
    margin-left: auto;
    margin-right: auto;
  }
}
body#stone_collection,
body#stone_collection_single {
  background: #ffffff;
}
body#stone_collection #footer,
body#stone_collection_single #footer {
  background: #f1f1ef;
}
body#stone_collection #container #main #wrapper #posts,
body#stone_collection_single #container #main #wrapper #posts {
  padding: 0 25px;
}
@media all and (min-width: 1060px) {
  body#stone_collection #container #main #wrapper #posts,
  body#stone_collection_single #container #main #wrapper #posts {
    padding: 0 2.4%;
  }
}
@media all and (min-width: 1590px) {
  body#stone_collection #container #main #wrapper #posts,
  body#stone_collection_single #container #main #wrapper #posts {
    padding: 0 38px;
  }
}
@media all and (max-width: 800px) {
  body#stone_collection #container #main #wrapper #posts,
  body#stone_collection_single #container #main #wrapper #posts {
    padding: 0 15px;
  }
}
body#stone_collection #container #main #wrapper #posts .post,
body#stone_collection_single #container #main #wrapper #posts .post {
  padding: 0 5px;
}
@media all and (min-width: 1060px) {
  body#stone_collection #container #main #wrapper #posts .post,
  body#stone_collection_single #container #main #wrapper #posts .post {
    padding: 0 0.5%;
  }
}
@media all and (min-width: 1590px) {
  body#stone_collection #container #main #wrapper #posts .post,
  body#stone_collection_single #container #main #wrapper #posts .post {
    padding: 0 7px;
  }
}
@media all and (max-width: 800px) {
  body#stone_collection #container #main #wrapper #posts .post,
  body#stone_collection_single #container #main #wrapper #posts .post {
    padding: 0 5px;
  }
}
body#stone_collection #container #main #wrapper #posts .post a,
body#stone_collection_single #container #main #wrapper #posts .post a {
  display: block;
}
body#stone_collection #container #main #wrapper #posts .post a .thumbnail,
body#stone_collection_single #container #main #wrapper #posts .post a .thumbnail {
  position: relative;
  overflow: hidden;
}
body#stone_collection #container #main #wrapper #posts .post a .thumbnail.loaded .bg_image,
body#stone_collection_single #container #main #wrapper #posts .post a .thumbnail.loaded .bg_image {
  opacity: 1;
}
body#stone_collection #container #main #wrapper #posts .post a .thumbnail.loaded .bg_image.loading,
body#stone_collection_single #container #main #wrapper #posts .post a .thumbnail.loaded .bg_image.loading {
  filter: none;
  transform: scale(1);
  display: none;
}
body#stone_collection #container #main #wrapper #posts .post a .thumbnail .bg_image,
body#stone_collection_single #container #main #wrapper #posts .post a .thumbnail .bg_image {
  height: 280px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
}
@media all and (max-width: 800px) {
  body#stone_collection #container #main #wrapper #posts .post a .thumbnail .bg_image,
  body#stone_collection_single #container #main #wrapper #posts .post a .thumbnail .bg_image {
    height: 120px;
  }
}
body#stone_collection #container #main #wrapper #posts .post a .thumbnail .bg_image.loading,
body#stone_collection_single #container #main #wrapper #posts .post a .thumbnail .bg_image.loading {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 1;
  filter: blur(60px);
  transform-origin: center center;
  transform: scale(1000);
  overflow: hidden;
}
body#stone_collection #container #main #wrapper #posts .post a .thumbnail .bg_image.on,
body#stone_collection_single #container #main #wrapper #posts .post a .thumbnail .bg_image.on {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-mask-image: url(../images/common/mask-circle-variable.svg);
  mask-image: url(../images/common/mask-circle-variable.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top left;
  mask-position: top left;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  overflow: hidden;
}
body#stone_collection #container #main #wrapper #posts .post a .title,
body#stone_collection_single #container #main #wrapper #posts .post a .title {
  font-family: adobe-garamond-pro, serif;
  font-weight: 400;
  font-style: normal;
  color: #303030;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 1px;
  text-indent: 1px;
  text-align: center;
  padding: 10px 10px 14px 10px;
}
body#stone_collection #container #main #wrapper #posts .post a:hover .thumbnail .bg_image.off,
body#stone_collection_single #container #main #wrapper #posts .post a:hover .thumbnail .bg_image.off {
  opacity: 0;
}
.sp body#stone_collection #container #main #wrapper #posts .post a:hover .thumbnail .bg_image.off,
.sp body#stone_collection_single #container #main #wrapper #posts .post a:hover .thumbnail .bg_image.off,
.tablet body#stone_collection #container #main #wrapper #posts .post a:hover .thumbnail .bg_image.off,
.tablet body#stone_collection_single #container #main #wrapper #posts .post a:hover .thumbnail .bg_image.off {
  opacity: 1;
}
body#stone_collection #container #main #wrapper #posts:after,
body#stone_collection_single #container #main #wrapper #posts:after {
  content: "";
  display: block;
  clear: both;
}
body#stone_collection #container #main #wrapper #posts.square .post,
body#stone_collection_single #container #main #wrapper #posts.square .post {
  float: left;
  width: 33.3%;
}
body#stone_collection #container #main #wrapper #posts.square .post:nth-child(3n+1),
body#stone_collection_single #container #main #wrapper #posts.square .post:nth-child(3n+1) {
  clear: both;
}
@media all and (min-width: 1590px) {
  body#stone_collection #container #main #wrapper #posts.square .post,
  body#stone_collection_single #container #main #wrapper #posts.square .post {
    width: 25%;
  }
  body#stone_collection #container #main #wrapper #posts.square .post:nth-child(3n+1),
  body#stone_collection_single #container #main #wrapper #posts.square .post:nth-child(3n+1) {
    clear: none;
  }
  body#stone_collection #container #main #wrapper #posts.square .post:nth-child(4n+1),
  body#stone_collection_single #container #main #wrapper #posts.square .post:nth-child(4n+1) {
    clear: both;
  }
}
@media all and (max-width: 800px) {
  body#stone_collection #container #main #wrapper #posts.square .post,
  body#stone_collection_single #container #main #wrapper #posts.square .post {
    width: 50%;
  }
  body#stone_collection #container #main #wrapper #posts.square .post:nth-child(3n+1),
  body#stone_collection_single #container #main #wrapper #posts.square .post:nth-child(3n+1) {
    clear: none;
  }
  body#stone_collection #container #main #wrapper #posts.square .post:nth-child(2n+1),
  body#stone_collection_single #container #main #wrapper #posts.square .post:nth-child(2n+1) {
    clear: both;
  }
}
body#stone_collection #container #main #wrapper #posts.square .post a .thumbnail .bg_image,
body#stone_collection_single #container #main #wrapper #posts.square .post a .thumbnail .bg_image {
  height: auto;
}
body#stone_collection #container #main #wrapper #posts.square .post a .thumbnail .bg_image.on,
body#stone_collection_single #container #main #wrapper #posts.square .post a .thumbnail .bg_image.on {
  -webkit-mask-image: url(../images/common/mask-circle.svg);
  mask-image: url(../images/common/mask-circle.svg);
}
body#stone_collection #container #main #wrapper #posts.square .post a .thumbnail .bg_image:before,
body#stone_collection_single #container #main #wrapper #posts.square .post a .thumbnail .bg_image:before {
  content: "";
  display: block;
  padding-top: 100%;
}
body#stone_collection #container #main #wrapper #posts.square:after,
body#stone_collection_single #container #main #wrapper #posts.square:after {
  content: "";
  display: block;
  clear: both;
}
body#stone_collection #container #main #wrapper #posts.square.small .post,
body#stone_collection_single #container #main #wrapper #posts.square.small .post {
  width: 20%;
}
body#stone_collection #container #main #wrapper #posts.square.small .post:nth-child(3n+1),
body#stone_collection_single #container #main #wrapper #posts.square.small .post:nth-child(3n+1) {
  clear: none;
}
body#stone_collection #container #main #wrapper #posts.square.small .post:nth-child(5n+1),
body#stone_collection_single #container #main #wrapper #posts.square.small .post:nth-child(5n+1) {
  clear: both;
}
@media all and (min-width: 1590px) {
  body#stone_collection #container #main #wrapper #posts.square.small .post,
  body#stone_collection_single #container #main #wrapper #posts.square.small .post {
    width: 16.6%;
  }
  body#stone_collection #container #main #wrapper #posts.square.small .post:nth-child(4n+1),
  body#stone_collection_single #container #main #wrapper #posts.square.small .post:nth-child(4n+1),
  body#stone_collection #container #main #wrapper #posts.square.small .post:nth-child(5n+1),
  body#stone_collection_single #container #main #wrapper #posts.square.small .post:nth-child(5n+1) {
    clear: none;
  }
  body#stone_collection #container #main #wrapper #posts.square.small .post:nth-child(6n+1),
  body#stone_collection_single #container #main #wrapper #posts.square.small .post:nth-child(6n+1) {
    clear: both;
  }
}
@media all and (max-width: 800px) {
  body#stone_collection #container #main #wrapper #posts.square.small .post,
  body#stone_collection_single #container #main #wrapper #posts.square.small .post {
    width: 50%;
  }
  body#stone_collection #container #main #wrapper #posts.square.small .post:nth-child(5n+1),
  body#stone_collection_single #container #main #wrapper #posts.square.small .post:nth-child(5n+1) {
    clear: none;
  }
  body#stone_collection #container #main #wrapper #posts.square.small .post:nth-child(2n+1),
  body#stone_collection_single #container #main #wrapper #posts.square.small .post:nth-child(2n+1) {
    clear: both;
  }
}
body#stone_collection #container #main #wrapper #posts p.n_a,
body#stone_collection_single #container #main #wrapper #posts p.n_a {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 1px;
  text-indent: 1px;
  text-align: center;
  padding: 113px 0 112px 0;
}
@media all and (max-width: 800px) {
  body#stone_collection #container #main #wrapper #posts p.n_a,
  body#stone_collection_single #container #main #wrapper #posts p.n_a {
    font-size: 14px;
    line-height: 26px;
    padding: 114px 20px;
  }
}
body#stone_collection_single #container #main #wrapper {
  padding-bottom: 80px;
}
@media all and (max-width: 800px) {
  body#stone_collection_single #container #main #wrapper {
    padding-bottom: 40px;
  }
}
body#stone_collection_single #container #main #wrapper .contents {
  padding: 0 30px;
}
@media all and (min-width: 1060px) {
  body#stone_collection_single #container #main #wrapper .contents {
    padding: 0 2.8%;
  }
}
@media all and (min-width: 1590px) {
  body#stone_collection_single #container #main #wrapper .contents {
    padding: 0 45px;
  }
}
@media all and (max-width: 800px) {
  body#stone_collection_single #container #main #wrapper .contents {
    padding: 0 20px;
  }
}
body#stone_collection_single #container #main #wrapper .contents.no_relation_posts {
  padding-bottom: 12px;
}
@media all and (max-width: 800px) {
  body#stone_collection_single #container #main #wrapper .contents.no_relation_posts {
    padding-bottom: 13px;
  }
}
body#stone_collection_single #container #main #wrapper .contents #view {
  height: calc(100vh - 160px);
}
@media all and (max-width: 800px) {
  body#stone_collection_single #container #main #wrapper .contents #view {
    height: calc(100vh - 120px);
  }
}
body#stone_collection_single #container #main #wrapper .contents #view #slide_images {
  height: 100%;
}
body#stone_collection_single #container #main #wrapper .contents #view #slide_images ul {
  height: 100%;
  font-size: 0;
}
body#stone_collection_single #container #main #wrapper .contents #view #slide_images ul .flickity-viewport {
  height: 100% !important;
}
body#stone_collection_single #container #main #wrapper .contents #view #slide_images ul .flickity-viewport .flickity-slider {
  height: 100%;
}
body#stone_collection_single #container #main #wrapper .contents #view #slide_images ul .flickity-viewport .flickity-slider li {
  height: 100%;
  padding-bottom: 12px;
}
@media all and (max-width: 800px) {
  body#stone_collection_single #container #main #wrapper .contents #view #slide_images ul .flickity-viewport .flickity-slider li {
    padding-bottom: 10px;
  }
}
body#stone_collection_single #container #main #wrapper .contents #view #slide_images ul .flickity-viewport .flickity-slider li:not(.is-selected) {
  animation: fadeOut 0s ease;
}
body#stone_collection_single #container #main #wrapper .contents #view #slide_images ul .flickity-viewport .flickity-slider li.is-selected {
  z-index: 99;
  opacity: 1 !important;
  animation: fadeIn 0s ease;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
body#stone_collection_single #container #main #wrapper .contents #view #slide_images ul .flickity-viewport .flickity-slider li .bg_image {
  cursor: pointer;
}
body#stone_collection_single #container #main #wrapper .contents #view #slide_images ul li {
  width: 100%;
  height: 100%;
  background: #ffffff;
}
body#stone_collection_single #container #main #wrapper .contents #view #slide_images ul li .bg_image {
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
body#stone_collection_single #container #main #wrapper .contents #view #slide_images ul .flickity-page-dots {
  height: 12px;
  bottom: 0;
}
@media all and (max-width: 800px) {
  body#stone_collection_single #container #main #wrapper .contents #view #slide_images ul .flickity-page-dots {
    height: 10px;
  }
}
body#stone_collection_single #container #main #wrapper .contents #view #slide_images ul .flickity-page-dots li {
  height: 12px;
  margin: 0;
  border-radius: 0;
  background: transparent !important;
  opacity: 1 !important;
  position: relative;
}
@media all and (max-width: 800px) {
  body#stone_collection_single #container #main #wrapper .contents #view #slide_images ul .flickity-page-dots li {
    height: 10px;
  }
}
body#stone_collection_single #container #main #wrapper .contents #view #slide_images ul .flickity-page-dots li:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: #e4e6df;
}
body#stone_collection_single #container #main #wrapper .contents #view #slide_images ul .flickity-page-dots li.is-selected:before {
  background: #303030;
}
body#stone_collection_single #container #main #wrapper .contents #view #slide_images ul .flickity-page-dots li:not(.is-selected):hover:before {
  background: #303030;
}
.sp body#stone_collection_single #container #main #wrapper .contents #view #slide_images ul .flickity-page-dots li:not(.is-selected):hover:before,
.tablet body#stone_collection_single #container #main #wrapper .contents #view #slide_images ul .flickity-page-dots li:not(.is-selected):hover:before {
  background: #e4e6df;
}
body#stone_collection_single #container #main #wrapper .contents #view #slide_images ul.length_2 .flickity-page-dots li.dot {
  width: calc(100% / 2);
}
body#stone_collection_single #container #main #wrapper .contents #view #slide_images ul.length_3 .flickity-page-dots li.dot {
  width: calc(100% / 3);
}
body#stone_collection_single #container #main #wrapper .contents #view #slide_images ul.length_4 .flickity-page-dots li.dot {
  width: calc(100% / 4);
}
body#stone_collection_single #container #main #wrapper .contents #view #slide_images ul.length_5 .flickity-page-dots li.dot {
  width: calc(100% / 5);
}
body#stone_collection_single #container #main #wrapper .contents #view #slide_images ul.length_6 .flickity-page-dots li.dot {
  width: calc(100% / 6);
}
body#stone_collection_single #container #main #wrapper .contents #view #slide_images ul.length_7 .flickity-page-dots li.dot {
  width: calc(100% / 7);
}
body#stone_collection_single #container #main #wrapper .contents #view #slide_images ul.length_8 .flickity-page-dots li.dot {
  width: calc(100% / 8);
}
body#stone_collection_single #container #main #wrapper .contents #view #slide_images ul.length_9 .flickity-page-dots li.dot {
  width: calc(100% / 9);
}
body#stone_collection_single #container #main #wrapper .contents #view #slide_images ul.length_10 .flickity-page-dots li.dot {
  width: calc(100% / 10);
}
body#stone_collection_single #container #main #wrapper .contents #view #zoom_images {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: #ffffff;
  display: none;
}
body#stone_collection_single #container #main #wrapper .contents #view #zoom_images.active {
  display: block;
}
body#stone_collection_single #container #main #wrapper .contents #view #zoom_images .logo {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  padding: 23px 0 0 30px;
  mix-blend-mode: difference;
  -webkit-filter: invert(1);
  filter: invert(1);
}
@media all and (min-width: 1060px) {
  body#stone_collection_single #container #main #wrapper .contents #view #zoom_images .logo {
    padding-left: 2.8%;
  }
}
@media all and (min-width: 1590px) {
  body#stone_collection_single #container #main #wrapper .contents #view #zoom_images .logo {
    padding-left: 45px;
  }
}
@media all and (max-width: 800px) {
  body#stone_collection_single #container #main #wrapper .contents #view #zoom_images .logo {
    padding: 16px 0 0 20px;
  }
}
body#stone_collection_single #container #main #wrapper .contents #view #zoom_images .logo a {
  display: block;
}
body#stone_collection_single #container #main #wrapper .contents #view #zoom_images .logo a img {
  display: block;
  width: 94px;
  height: 33px;
}
@media all and (max-width: 800px) {
  body#stone_collection_single #container #main #wrapper .contents #view #zoom_images .logo a img {
    width: 78px;
    height: 27px;
  }
}
body#stone_collection_single #container #main #wrapper .contents #view #zoom_images .close {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  padding: 23px 30px 0 0;
  mix-blend-mode: difference;
  -webkit-filter: invert(1);
  filter: invert(1);
}
@media all and (min-width: 1060px) {
  body#stone_collection_single #container #main #wrapper .contents #view #zoom_images .close {
    padding-right: 2.8%;
  }
}
@media all and (min-width: 1590px) {
  body#stone_collection_single #container #main #wrapper .contents #view #zoom_images .close {
    padding-right: 45px;
  }
}
@media all and (max-width: 800px) {
  body#stone_collection_single #container #main #wrapper .contents #view #zoom_images .close {
    padding: 13px 10px 0 0;
  }
}
body#stone_collection_single #container #main #wrapper .contents #view #zoom_images .close a {
  display: block;
  position: relative;
  right: -10px;
  padding: 10px 10px 10px 23px;
}
@media all and (max-width: 800px) {
  body#stone_collection_single #container #main #wrapper .contents #view #zoom_images .close a {
    right: 0;
  }
}
body#stone_collection_single #container #main #wrapper .contents #view #zoom_images .close a .img_box {
  position: absolute;
  top: 11px;
  left: 0;
  z-index: 2;
}
body#stone_collection_single #container #main #wrapper .contents #view #zoom_images .close a .img_box img {
  display: block;
  width: 14px;
  height: 14px;
}
body#stone_collection_single #container #main #wrapper .contents #view #zoom_images .close a .img_box img.on {
  display: none;
}
body#stone_collection_single #container #main #wrapper .contents #view #zoom_images .close a span {
  display: block;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #303030;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 1px;
}
@media all and (max-width: 800px) {
  body#stone_collection_single #container #main #wrapper .contents #view #zoom_images .close a span.text_pc {
    display: none;
  }
}
body#stone_collection_single #container #main #wrapper .contents #view #zoom_images .close a span.text_sp {
  display: none;
}
@media all and (max-width: 800px) {
  body#stone_collection_single #container #main #wrapper .contents #view #zoom_images .close a span.text_sp {
    display: block;
  }
}
body#stone_collection_single #container #main #wrapper .contents #view #zoom_images ul li {
  margin-bottom: 2px;
}
body#stone_collection_single #container #main #wrapper .contents #view #zoom_images ul li:last-child {
  margin-bottom: 0;
}
body#stone_collection_single #container #main #wrapper .contents #view #zoom_images ul li .bg_image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
body#stone_collection_single #container #main #wrapper .contents .bottom {
  height: 80px;
  position: relative;
}
@media all and (max-width: 800px) {
  body#stone_collection_single #container #main #wrapper .contents .bottom {
    height: auto;
  }
}
body#stone_collection_single #container #main #wrapper .contents .bottom #back_btn {
  position: relative;
  left: -10px;
  z-index: 3;
  padding-top: 24px;
}
@media all and (max-width: 800px) {
  body#stone_collection_single #container #main #wrapper .contents .bottom #back_btn {
    position: absolute;
    top: 13px;
    left: -10px;
    padding-top: 0;
  }
}
body#stone_collection_single #container #main #wrapper .contents .bottom #back_btn a {
  display: inline-block;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #303030;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1px;
  color: #cccccc;
  padding: 10px 10px 10px 35px;
  position: relative;
}
@media all and (max-width: 800px) {
  body#stone_collection_single #container #main #wrapper .contents .bottom #back_btn a {
    padding: 10px;
  }
}
body#stone_collection_single #container #main #wrapper .contents .bottom #back_btn a .img_box {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
}
@media all and (max-width: 800px) {
  body#stone_collection_single #container #main #wrapper .contents .bottom #back_btn a .img_box {
    position: static;
    top: auto;
    left: auto;
    z-index: auto;
  }
}
body#stone_collection_single #container #main #wrapper .contents .bottom #back_btn a .img_box img {
  display: block;
  width: 15px;
  height: 14px;
}
body#stone_collection_single #container #main #wrapper .contents .bottom #back_btn a .img_box img.on {
  display: none;
}
@media all and (max-width: 800px) {
  body#stone_collection_single #container #main #wrapper .contents .bottom #back_btn a span {
    display: none;
  }
}
body#stone_collection_single #container #main #wrapper .contents .bottom #back_btn a:hover {
  color: #303030;
}
body#stone_collection_single #container #main #wrapper .contents .bottom #back_btn a:hover .img_box img.off {
  display: none;
}
body#stone_collection_single #container #main #wrapper .contents .bottom #back_btn a:hover .img_box img.on {
  display: block;
}
.sp body#stone_collection_single #container #main #wrapper .contents .bottom #back_btn a:hover,
.tablet body#stone_collection_single #container #main #wrapper .contents .bottom #back_btn a:hover {
  color: #cccccc;
}
.sp body#stone_collection_single #container #main #wrapper .contents .bottom #back_btn a:hover .img_box img.off,
.tablet body#stone_collection_single #container #main #wrapper .contents .bottom #back_btn a:hover .img_box img.off {
  display: block;
}
.sp body#stone_collection_single #container #main #wrapper .contents .bottom #back_btn a:hover .img_box img.on,
.tablet body#stone_collection_single #container #main #wrapper .contents .bottom #back_btn a:hover .img_box img.on {
  display: none;
}
body#stone_collection_single #container #main #wrapper .contents .bottom .title {
  width: 100%;
  font-family: adobe-garamond-pro, serif;
  font-weight: 400;
  font-style: normal;
  color: #303030;
  font-size: 30px;
  line-height: 35px;
  letter-spacing: 1.5px;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  padding-top: 3px;
  padding-left: 100px;
}
@media all and (min-width: 1060px) {
  body#stone_collection_single #container #main #wrapper .contents .bottom .title {
    padding-left: 10%;
  }
}
@media all and (min-width: 1590px) {
  body#stone_collection_single #container #main #wrapper .contents .bottom .title {
    padding-left: 150px;
  }
}
@media all and (max-width: 800px) {
  body#stone_collection_single #container #main #wrapper .contents .bottom .title {
    letter-spacing: 1.2px;
    position: static;
    top: auto;
    left: auto;
    z-index: auto;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    padding: 14px 0 0 40px;
  }
}
body#stone_collection_single #container #main #wrapper .contents .bottom .title .yomi_sp {
  display: none;
}
@media all and (max-width: 800px) {
  body#stone_collection_single #container #main #wrapper .contents .bottom .title .yomi_sp {
    display: block;
    font-family: '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
    font-size: 11px;
    line-height: 20px;
    letter-spacing: 0.8px;
    padding: 9px 0 0 1px;
  }
}
body#stone_collection_single #container #main #wrapper .contents .info {
  padding: 13px 100px 0 100px;
}
@media all and (min-width: 1060px) {
  body#stone_collection_single #container #main #wrapper .contents .info {
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media all and (min-width: 1590px) {
  body#stone_collection_single #container #main #wrapper .contents .info {
    padding-left: 150px;
    padding-right: 150px;
  }
}
@media all and (max-width: 800px) {
  body#stone_collection_single #container #main #wrapper .contents .info {
    padding: 47px 0 0 0;
  }
}
body#stone_collection_single #container #main #wrapper .contents .info .inner .left {
  float: left;
  width: 37.5%;
}
@media all and (min-width: 1590px) {
  body#stone_collection_single #container #main #wrapper .contents .info .inner .left {
    width: 450px;
  }
}
@media all and (max-width: 800px) {
  body#stone_collection_single #container #main #wrapper .contents .info .inner .left {
    float: none;
    width: 100%;
  }
}
body#stone_collection_single #container #main #wrapper .contents .info .inner .left .yomi {
  font-size: 11px;
  line-height: 20px;
  letter-spacing: 0.8px;
  padding-top: 3px;
}
@media all and (max-width: 800px) {
  body#stone_collection_single #container #main #wrapper .contents .info .inner .left .yomi {
    display: none;
  }
}
body#stone_collection_single #container #main #wrapper .contents .info .inner .left .details {
  position: relative;
  padding-top: 37px;
}
@media all and (max-width: 800px) {
  body#stone_collection_single #container #main #wrapper .contents .info .inner .left .details {
    padding-top: 44px;
  }
}
body#stone_collection_single #container #main #wrapper .contents .info .inner .left .details .no {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #303030;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 1px;
  padding-bottom: 13px;
}
body#stone_collection_single #container #main #wrapper .contents .info .inner .left .details dl dt,
body#stone_collection_single #container #main #wrapper .contents .info .inner .left .details dl dd {
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 1px;
}
body#stone_collection_single #container #main #wrapper .contents .info .inner .left .details dl dt {
  float: left;
  width: 80px;
}
body#stone_collection_single #container #main #wrapper .contents .info .inner .left .details dl dd {
  float: right;
  width: calc(100% -  80px);
  padding-right: 40px;
}
@media all and (max-width: 800px) {
  body#stone_collection_single #container #main #wrapper .contents .info .inner .left .details dl dd {
    padding-right: 0;
  }
}
body#stone_collection_single #container #main #wrapper .contents .info .inner .left .details dl:after {
  content: "";
  display: block;
  clear: both;
}
body#stone_collection_single #container #main #wrapper .contents .info .inner .right {
  float: right;
  width: 62.5%;
}
@media all and (min-width: 1590px) {
  body#stone_collection_single #container #main #wrapper .contents .info .inner .right {
    width: calc(100% -  450px);
  }
}
@media all and (max-width: 800px) {
  body#stone_collection_single #container #main #wrapper .contents .info .inner .right {
    float: none;
    width: 100%;
  }
}
body#stone_collection_single #container #main #wrapper .contents .info .inner .right .description {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 1px;
}
body#stone_collection_single #container #main #wrapper .contents .info .inner:after {
  content: "";
  display: block;
  clear: both;
}
@media all and (max-width: 800px) {
  body#stone_collection_single #container #main #wrapper .contents .info .inner:after {
    display: none;
  }
}
body#stone_collection_single #container #main #wrapper .posts_title {
  padding: 85px 30px 32px 30px;
}
@media all and (min-width: 1060px) {
  body#stone_collection_single #container #main #wrapper .posts_title {
    padding-left: 2.8%;
    padding-right: 2.8%;
  }
}
@media all and (min-width: 1590px) {
  body#stone_collection_single #container #main #wrapper .posts_title {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media all and (max-width: 800px) {
  body#stone_collection_single #container #main #wrapper .posts_title {
    padding: 79px 20px 32px 20px;
  }
}
body#stone_collection_single #container #main #wrapper .posts_title .inner {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #303030;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1px;
  padding: 0 4%;
}
@media all and (min-width: 1590px) {
  body#stone_collection_single #container #main #wrapper .posts_title .inner {
    padding: 0 60px;
  }
}
@media all and (max-width: 800px) {
  body#stone_collection_single #container #main #wrapper .posts_title .inner {
    font-size: 18px;
    line-height: 40px;
    letter-spacing: 0.8px;
    padding: 0;
  }
}
body#contact #container #main #wrapper section.main_description {
  padding-bottom: 83px;
}
@media all and (max-width: 800px) {
  body#contact #container #main #wrapper section.main_description {
    padding-bottom: 47px;
  }
}
body#contact #container #main #wrapper section.contact_link {
  padding-top: 93px;
  padding-bottom: 90px;
}
@media all and (max-width: 800px) {
  body#contact #container #main #wrapper section.contact_link {
    padding-top: 60px;
    padding-bottom: 52px;
  }
}
body#contact #container #main #wrapper section.tel {
  padding: 0 30px 100px 30px;
}
@media all and (min-width: 1060px) {
  body#contact #container #main #wrapper section.tel {
    padding-left: 2.8%;
    padding-right: 2.8%;
  }
}
@media all and (min-width: 1590px) {
  body#contact #container #main #wrapper section.tel {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media all and (min-width: 2120px) {
  body#contact #container #main #wrapper section.tel {
    max-width: 2120px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 800px) {
  body#contact #container #main #wrapper section.tel {
    padding: 0 20px 60px 20px;
  }
}
body#contact #container #main #wrapper section.tel .inner {
  padding: 0 10%;
}
@media all and (min-width: 1590px) {
  body#contact #container #main #wrapper section.tel .inner {
    padding: 0 150px;
  }
}
@media all and (max-width: 800px) {
  body#contact #container #main #wrapper section.tel .inner {
    padding: 0;
  }
}
body#contact #container #main #wrapper section.tel .inner .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: 3px;
  text-indent: 3px;
  text-align: center;
  padding-bottom: 43px;
}
@media all and (max-width: 800px) {
  body#contact #container #main #wrapper section.tel .inner .title {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 1.5px;
    padding-bottom: 26px;
  }
}
body#contact #container #main #wrapper section.tel .inner .description {
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 1px;
  text-indent: 1px;
  text-align: center;
  padding-bottom: 34px;
}
@media all and (max-width: 800px) {
  body#contact #container #main #wrapper section.tel .inner .description {
    font-size: 12px;
    line-height: 24px;
    padding-bottom: 14px;
  }
}
body#contact #container #main #wrapper section.tel .inner ul li {
  float: left;
  width: 50%;
}
@media all and (max-width: 800px) {
  body#contact #container #main #wrapper section.tel .inner ul li {
    float: none;
    width: 100%;
  }
}
body#contact #container #main #wrapper section.tel .inner ul li:first-child {
  padding-right: 3.8%;
}
@media all and (max-width: 800px) {
  body#contact #container #main #wrapper section.tel .inner ul li:first-child {
    padding-right: 0;
    padding-bottom: 20px;
  }
}
body#contact #container #main #wrapper section.tel .inner ul li:last-child {
  padding-left: 3.8%;
}
@media all and (max-width: 800px) {
  body#contact #container #main #wrapper section.tel .inner ul li:last-child {
    padding-left: 0;
  }
}
body#contact #container #main #wrapper section.tel .inner ul li .box {
  padding: 34px 0 38px 0;
  border: 2px solid #e4e6df;
}
@media all and (max-width: 800px) {
  body#contact #container #main #wrapper section.tel .inner ul li .box {
    padding: 14px 0 18px 0;
  }
}
body#contact #container #main #wrapper section.tel .inner ul li .box .headline {
  font-size: 14px;
  font-weight: bold;
  line-height: 26px;
  letter-spacing: 1px;
  text-indent: 1px;
  text-align: center;
  padding-bottom: 11px;
}
@media all and (max-width: 800px) {
  body#contact #container #main #wrapper section.tel .inner ul li .box .headline {
    font-size: 12px;
    line-height: 24px;
  }
}
body#contact #container #main #wrapper section.tel .inner ul li .box .number,
body#contact #container #main #wrapper section.tel .inner ul li .box .number a {
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 2px;
  text-indent: 2px;
  text-align: center;
}
@media all and (max-width: 800px) {
  body#contact #container #main #wrapper section.tel .inner ul li .box .number,
  body#contact #container #main #wrapper section.tel .inner ul li .box .number a {
    font-size: 20px;
    letter-spacing: 1.5px;
  }
}
body#contact #container #main #wrapper section.tel .inner ul:after {
  content: "";
  display: block;
  clear: both;
}
body#contact #container #main #wrapper #form {
  padding: 0 30px;
}
@media all and (min-width: 1060px) {
  body#contact #container #main #wrapper #form {
    padding: 0 2.8%;
  }
}
@media all and (min-width: 1590px) {
  body#contact #container #main #wrapper #form {
    padding: 0 45px;
  }
}
@media all and (min-width: 2120px) {
  body#contact #container #main #wrapper #form {
    max-width: 2120px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 800px) {
  body#contact #container #main #wrapper #form {
    padding: 0 20px;
  }
}
body#contact #container #main #wrapper #form .inner {
  padding: 0 10%;
}
@media all and (min-width: 1590px) {
  body#contact #container #main #wrapper #form .inner {
    padding: 0 150px;
  }
}
@media all and (max-width: 800px) {
  body#contact #container #main #wrapper #form .inner {
    padding: 0;
  }
}
body#contact #container #main #wrapper #form .inner form .wpcf7-validation-errors,
body#contact #container #main #wrapper #form .inner form .wpcf7-not-valid-tip,
body#contact #container #main #wrapper #form .inner form .wpcf7-response-output,
body#contact #container #main #wrapper #form .inner form .wpcf7-custom-wpcf7c-confirmed,
body#contact #container #main #wrapper #form .inner form .wpcf7-mail-sent-ok {
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #303030;
  margin: 0;
  padding: 0;
  border: none;
}
@media all and (max-width: 800px) {
  body#contact #container #main #wrapper #form .inner form .wpcf7-validation-errors,
  body#contact #container #main #wrapper #form .inner form .wpcf7-not-valid-tip,
  body#contact #container #main #wrapper #form .inner form .wpcf7-response-output,
  body#contact #container #main #wrapper #form .inner form .wpcf7-custom-wpcf7c-confirmed,
  body#contact #container #main #wrapper #form .inner form .wpcf7-mail-sent-ok {
    font-size: 11px;
    line-height: 20px;
  }
}
body#contact #container #main #wrapper #form .inner form .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
  text-align: center;
  padding-top: 14px;
}
@media all and (max-width: 800px) {
  body#contact #container #main #wrapper #form .inner form .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    padding-top: 5px;
  }
}
body#contact #container #main #wrapper #form .inner form .wpcf7-response-output.wpcf7-display-none.wpcf7-custom-wpcf7c-confirmed.wpcf7-mail-sent-ok {
  display: none !important;
}
body#contact #container #main #wrapper #form .inner form .items dl {
  padding-top: 33px;
}
@media all and (max-width: 800px) {
  body#contact #container #main #wrapper #form .inner form .items dl {
    padding-top: 23px;
  }
}
body#contact #container #main #wrapper #form .inner form .items dl:first-child {
  padding-top: 0;
}
body#contact #container #main #wrapper #form .inner form .items dl.gallery_tour.none,
body#contact #container #main #wrapper #form .inner form .items dl.address.none {
  display: none;
}
body#contact #container #main #wrapper #form .inner form .items dl.gallery_tour dd,
body#contact #container #main #wrapper #form .inner form .items dl.address dd {
  position: relative;
}
body#contact #container #main #wrapper #form .inner form .items dl.gallery_tour dd span.wpcf7-form-control-wrap + br,
body#contact #container #main #wrapper #form .inner form .items dl.address dd span.wpcf7-form-control-wrap + br {
  display: none;
}
body#contact #container #main #wrapper #form .inner form .items dl.gallery_tour dd span.placeholder,
body#contact #container #main #wrapper #form .inner form .items dl.address dd span.placeholder {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
  font-family: '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #999999;
  border: 1px solid transparent;
  padding: 14px 20px;
}
@media all and (max-width: 800px) {
  body#contact #container #main #wrapper #form .inner form .items dl.gallery_tour dd span.placeholder,
  body#contact #container #main #wrapper #form .inner form .items dl.address dd span.placeholder {
    font-size: 14px;
    line-height: 26px;
    padding: 8px 15px;
  }
}
body#contact #container #main #wrapper #form .inner form .items dl.gallery_tour dd span.placeholder.none,
body#contact #container #main #wrapper #form .inner form .items dl.address dd span.placeholder.none {
  display: none;
}
body#contact #container #main #wrapper #form .inner form .items dl dt {
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 1px;
  padding-bottom: 2px;
}
@media all and (max-width: 800px) {
  body#contact #container #main #wrapper #form .inner form .items dl dt {
    font-size: 14px;
    line-height: 26px;
    padding-bottom: 4px;
  }
}
body#contact #container #main #wrapper #form .inner form .items dl dd p {
  display: none;
}
body#contact #container #main #wrapper #form .inner form .items dl dd span {
  display: block;
}
body#contact #container #main #wrapper #form .inner form .items dl dd span.wpcf7-not-valid-tip {
  width: 100%;
  text-align: right;
  position: absolute;
  top: -27px;
  left: 0;
  z-index: 2;
}
@media all and (max-width: 800px) {
  body#contact #container #main #wrapper #form .inner form .items dl dd span.wpcf7-not-valid-tip {
    top: -24px;
  }
}
body#contact #container #main #wrapper #form .inner form .items dl dd select {
  display: block;
  width: 100%;
  height: 50px;
  font-family: '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #303030;
  padding: 0 20px;
  border: none;
  border-radius: 0;
  background: #ffffff;
  background-color: #ffffff;
  border: 1px solid #999999;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url(../images/common/select-arrow-gray.svg);
  background-position: center right 15px;
  background-repeat: no-repeat;
  background-size: 12px 6px;
  cursor: pointer;
}
@media all and (max-width: 800px) {
  body#contact #container #main #wrapper #form .inner form .items dl dd select {
    height: 40px;
    font-size: 14px;
    line-height: 26px;
    padding: 0 15px 1px 15px;
  }
}
@media all and (max-width: 800px) {
  .sp body#contact #container #main #wrapper #form .inner form .items dl dd select,
  .tablet body#contact #container #main #wrapper #form .inner form .items dl dd select {
    padding: 0 15px;
  }
}
body#contact #container #main #wrapper #form .inner form .items dl dd select:focus {
  outline: none;
}
body#contact #container #main #wrapper #form .inner form .items dl dd select:hover {
  border: 1px solid #303030;
  background-image: url(../images/common/select-arrow-black.svg);
  background-position: center right 15px;
  background-repeat: no-repeat;
  background-size: 12px 6px;
}
.sp body#contact #container #main #wrapper #form .inner form .items dl dd select:hover,
.tablet body#contact #container #main #wrapper #form .inner form .items dl dd select:hover {
  border: 1px solid #999999;
  background-image: url(../images/common/select-arrow-gray.svg);
  background-position: center right 15px;
  background-repeat: no-repeat;
  background-size: 12px 6px;
}
body#contact #container #main #wrapper #form .inner form .items dl dd select[disabled] {
  color: #ffffff;
  background: #303030;
  background-color: #303030;
  border: 1px solid #303030;
  background-image: none;
  opacity: 1;
  cursor: default;
}
body#contact #container #main #wrapper #form .inner form .items dl dd input,
body#contact #container #main #wrapper #form .inner form .items dl dd textarea {
  display: block;
  width: 100%;
  font-family: '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #303030;
  padding: 0;
  border: 1px solid #999999;
  border-radius: 0;
  background-image: none !important;
  -webkit-appearance: none;
  outline: none;
  background: #ffffff;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
}
@media all and (max-width: 800px) {
  body#contact #container #main #wrapper #form .inner form .items dl dd input,
  body#contact #container #main #wrapper #form .inner form .items dl dd textarea {
    font-size: 14px;
    line-height: 26px;
  }
}
body#contact #container #main #wrapper #form .inner form .items dl dd input.wpcf7c-conf,
body#contact #container #main #wrapper #form .inner form .items dl dd textarea.wpcf7c-conf {
  color: #ffffff;
  border: 1px solid #303030;
  background: #303030;
  background-color: #303030;
  -webkit-box-shadow: 0 0 0px 1000px #303030 inset;
  -webkit-text-fill-color: #ffffff;
}
body#contact #container #main #wrapper #form .inner form .items dl dd input:not(.wpcf7c-conf):hover,
body#contact #container #main #wrapper #form .inner form .items dl dd textarea:not(.wpcf7c-conf):hover {
  border: 1px solid #303030;
}
.sp body#contact #container #main #wrapper #form .inner form .items dl dd input:not(.wpcf7c-conf):hover,
.sp body#contact #container #main #wrapper #form .inner form .items dl dd textarea:not(.wpcf7c-conf):hover,
.tablet body#contact #container #main #wrapper #form .inner form .items dl dd input:not(.wpcf7c-conf):hover,
.tablet body#contact #container #main #wrapper #form .inner form .items dl dd textarea:not(.wpcf7c-conf):hover {
  border: 1px solid #999999;
}
body#contact #container #main #wrapper #form .inner form .items dl dd input {
  height: 50px;
  padding: 0 20px;
}
@media all and (max-width: 800px) {
  body#contact #container #main #wrapper #form .inner form .items dl dd input {
    height: 40px;
    padding: 0 15px;
  }
}
@media all and (max-width: 800px) {
  .sp body#contact #container #main #wrapper #form .inner form .items dl dd input,
  .tablet body#contact #container #main #wrapper #form .inner form .items dl dd input {
    padding: 1px 15px 0 15px;
  }
}
body#contact #container #main #wrapper #form .inner form .items dl dd textarea {
  height: 180px;
  padding: 14px 20px;
}
@media all and (max-width: 800px) {
  body#contact #container #main #wrapper #form .inner form .items dl dd textarea {
    height: 160px;
    padding: 8px 15px;
  }
}
body#contact #container #main #wrapper #form .inner form .submit .submit_inner {
  position: relative;
  padding-top: 40px;
}
@media all and (max-width: 800px) {
  body#contact #container #main #wrapper #form .inner form .submit .submit_inner {
    padding-top: 30px;
  }
}
body#contact #container #main #wrapper #form .inner form .submit .submit_inner p {
  display: none;
}
body#contact #container #main #wrapper #form .inner form .submit .submit_inner input {
  display: block;
  height: 60px;
  font-family: '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: normal;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 1px;
  text-indent: 1px;
  color: #ffffff;
  padding: 0 20px;
  border: 1px solid #303030;
  border-radius: 0;
  background-image: none !important;
  -webkit-appearance: none;
  outline: none;
  background: #303030;
  background-color: #303030;
  -webkit-box-shadow: 0 0 0px 1000px #303030 inset;
  cursor: pointer;
}
@media all and (max-width: 800px) {
  body#contact #container #main #wrapper #form .inner form .submit .submit_inner input {
    height: 50px;
    font-size: 14px;
    line-height: 26px;
  }
}
body#contact #container #main #wrapper #form .inner form .submit .submit_inner input:hover {
  border: 1px solid #999999;
  background: #999999;
  background-color: #999999;
  -webkit-box-shadow: 0 0 0px 1000px #999999 inset;
}
.sp body#contact #container #main #wrapper #form .inner form .submit .submit_inner input:hover,
.tablet body#contact #container #main #wrapper #form .inner form .submit .submit_inner input:hover {
  border: 1px solid #303030;
  background: #303030;
  background-color: #303030;
  -webkit-box-shadow: 0 0 0px 1000px #303030 inset;
}
body#contact #container #main #wrapper #form .inner form .submit .submit_inner .confirm_button {
  padding: 0 42px;
}
@media all and (max-width: 800px) {
  body#contact #container #main #wrapper #form .inner form .submit .submit_inner .confirm_button {
    padding: 0;
  }
}
body#contact #container #main #wrapper #form .inner form .submit .submit_inner .confirm_button input {
  width: 44.7%;
  margin: 0 auto;
}
@media all and (min-width: 1590px) {
  body#contact #container #main #wrapper #form .inner form .submit .submit_inner .confirm_button input {
    width: 500px;
  }
}
@media all and (max-width: 800px) {
  body#contact #container #main #wrapper #form .inner form .submit .submit_inner .confirm_button input {
    width: 100%;
  }
}
body#contact #container #main #wrapper #form .inner form .submit .submit_inner .confirm_button input.btn_disabled {
  border: 1px solid #cccccc;
  background: #cccccc;
  background-color: #cccccc;
  -webkit-box-shadow: 0 0 0px 1000px #cccccc inset;
  pointer-events: none;
}
body#contact #container #main #wrapper #form .inner form .submit .submit_inner .back_button {
  float: left;
  width: 50%;
  padding-right: 3.8%;
}
@media all and (max-width: 800px) {
  body#contact #container #main #wrapper #form .inner form .submit .submit_inner .back_button {
    float: none;
    width: 100%;
    padding-right: 0;
  }
}
body#contact #container #main #wrapper #form .inner form .submit .submit_inner .back_button input {
  width: 100%;
  margin: 0 auto;
  color: #303030;
  border: 1px solid #303030;
  background: transparent;
  background-color: transparent;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}
body#contact #container #main #wrapper #form .inner form .submit .submit_inner .back_button input:hover {
  color: #ffffff;
  border: 1px solid #303030;
  background: #303030;
  background-color: #303030;
  -webkit-box-shadow: 0 0 0px 1000px #303030 inset;
}
.sp body#contact #container #main #wrapper #form .inner form .submit .submit_inner .back_button input:hover,
.tablet body#contact #container #main #wrapper #form .inner form .submit .submit_inner .back_button input:hover {
  color: #303030;
  border: 1px solid #303030;
  background: transparent;
  background-color: transparent;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}
body#contact #container #main #wrapper #form .inner form .submit .submit_inner .submit_button {
  float: right;
  width: 50%;
  padding-left: 3.8%;
}
@media all and (max-width: 800px) {
  body#contact #container #main #wrapper #form .inner form .submit .submit_inner .submit_button {
    float: none;
    width: 100%;
    padding: 20px 0 0 0;
  }
}
body#contact #container #main #wrapper #form .inner form .submit .submit_inner .submit_button input {
  width: 100%;
  margin: 0 auto;
}
body#contact #container #main #wrapper #form .inner form .submit .submit_inner .submit_button input.wpcf7c-force-hide + .ajax-loader {
  position: absolute;
  bottom: 22px;
  left: calc(50% + 75px);
  z-index: 2;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  margin: 0;
  mix-blend-mode: exclusion;
  -webkit-filter: invert(1);
  filter: invert(1);
}
@media all and (max-width: 800px) {
  body#contact #container #main #wrapper #form .inner form .submit .submit_inner .submit_button input.wpcf7c-force-hide + .ajax-loader {
    bottom: 16px;
    left: calc(50% + 70px);
  }
}
body#contact #container #main #wrapper #form .inner form .submit .submit_inner .submit_button input:not(.wpcf7c-force-hide) + .ajax-loader {
  position: absolute;
  bottom: 22px;
  left: calc(50% + 75px);
  z-index: 2;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  margin: 0;
  mix-blend-mode: exclusion;
  -webkit-filter: invert(1);
  filter: invert(1);
}
@media all and (max-width: 800px) {
  body#contact #container #main #wrapper #form .inner form .submit .submit_inner .submit_button input:not(.wpcf7c-force-hide) + .ajax-loader {
    bottom: 16px;
    left: calc(50% + 70px);
  }
}
body#contact #container #main #wrapper #form .inner form .submit .submit_inner:after {
  content: "";
  display: block;
  clear: both;
}
@media all and (max-width: 800px) {
  body#contact #container #main #wrapper #form .inner form .submit .submit_inner:after {
    display: none;
  }
}
body#contact #container #main #wrapper #form .inner form .recaptcha_box,
body#contact #container #main #wrapper #form .inner form .recaptcha_box a {
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 1px;
}
@media all and (max-width: 800px) {
  body#contact #container #main #wrapper #form .inner form .recaptcha_box,
  body#contact #container #main #wrapper #form .inner form .recaptcha_box a {
    font-size: 11px;
    line-height: 20px;
  }
}
body#contact #container #main #wrapper #form .inner form .recaptcha_box {
  text-indent: 1px;
  text-align: center;
}
@media all and (max-width: 800px) {
  body#contact #container #main #wrapper #form .inner form .recaptcha_box {
    padding-bottom: 10px;
  }
}
body#contact #container #main #wrapper #form .inner form .recaptcha_box a {
  padding-bottom: 4px;
  border-bottom: 1px solid #303030;
}
@media all and (max-width: 800px) {
  body#contact #container #main #wrapper #form .inner form .recaptcha_box a {
    padding-bottom: 3px;
  }
}
body#contact #container #main #wrapper #form .inner form .recaptcha_box a:hover {
  border-bottom: 1px solid transparent;
}
.sp body#contact #container #main #wrapper #form .inner form .recaptcha_box a:hover,
.tablet body#contact #container #main #wrapper #form .inner form .recaptcha_box a:hover {
  border-bottom: 1px solid #303030;
}
body#contact #container #main #wrapper #form .inner form .wpcf7-response-output.wpcf7-display-none + .recaptcha_box {
  padding-top: 14px;
}
@media all and (max-width: 800px) {
  body#contact #container #main #wrapper #form .inner form .wpcf7-response-output.wpcf7-display-none + .recaptcha_box {
    padding-top: 0;
    position: relative;
    top: -5px;
  }
}
@media all and (max-width: 800px) {
  body#contact #container #main #wrapper #form .inner form .wpcf7-response-output.wpcf7-display-none.wpcf7c-force-hide + .recaptcha_box {
    padding-top: 15px;
    position: static;
    top: auto;
  }
}
body#contact #container #main #wrapper #form .inner form > br {
  display: none;
}
body#contact_complete #container #main #wrapper .complete {
  padding: 0 30px 92px 30px;
}
@media all and (min-width: 1060px) {
  body#contact_complete #container #main #wrapper .complete {
    padding-left: 2.8%;
    padding-right: 2.8%;
  }
}
@media all and (min-width: 1590px) {
  body#contact_complete #container #main #wrapper .complete {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media all and (min-width: 2120px) {
  body#contact_complete #container #main #wrapper .complete {
    max-width: 2120px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 800px) {
  body#contact_complete #container #main #wrapper .complete {
    padding: 0 20px 54px 20px;
  }
}
body#contact_complete #container #main #wrapper .complete .headline {
  font-size: 26px;
  font-weight: bold;
  line-height: 38px;
  letter-spacing: 1.8px;
  text-indent: 1.8px;
  text-align: center;
  padding: 93px 10% 0 10%;
}
@media all and (min-width: 1590px) {
  body#contact_complete #container #main #wrapper .complete .headline {
    padding-left: 150px;
    padding-right: 150px;
  }
}
@media all and (max-width: 800px) {
  body#contact_complete #container #main #wrapper .complete .headline {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 1.5px;
    text-indent: 1.5px;
    padding: 52px 0 0 0;
  }
}
body#contact_complete #container #main #wrapper .complete .description {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 1px;
  padding: 86px 10% 0 10%;
}
@media all and (min-width: 1590px) {
  body#contact_complete #container #main #wrapper .complete .description {
    padding-left: 150px;
    padding-right: 150px;
  }
}
@media all and (max-width: 800px) {
  body#contact_complete #container #main #wrapper .complete .description {
    font-size: 14px;
    line-height: 26px;
    padding: 46px 0 0 0;
  }
}
body#privacy_policy #container #main #wrapper .page_title,
body#terms_of_use #container #main #wrapper .page_title {
  padding: 0 30px;
}
@media all and (min-width: 1060px) {
  body#privacy_policy #container #main #wrapper .page_title,
  body#terms_of_use #container #main #wrapper .page_title {
    padding: 0 2.8%;
  }
}
@media all and (min-width: 1590px) {
  body#privacy_policy #container #main #wrapper .page_title,
  body#terms_of_use #container #main #wrapper .page_title {
    padding: 0 45px;
  }
}
@media all and (min-width: 2120px) {
  body#privacy_policy #container #main #wrapper .page_title,
  body#terms_of_use #container #main #wrapper .page_title {
    max-width: 2120px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 800px) {
  body#privacy_policy #container #main #wrapper .page_title,
  body#terms_of_use #container #main #wrapper .page_title {
    padding: 0 20px;
  }
}
body#privacy_policy #container #main #wrapper .page_title .inner,
body#terms_of_use #container #main #wrapper .page_title .inner {
  padding: 0 10%;
}
@media all and (min-width: 1590px) {
  body#privacy_policy #container #main #wrapper .page_title .inner,
  body#terms_of_use #container #main #wrapper .page_title .inner {
    padding: 0 150px;
  }
}
@media all and (max-width: 800px) {
  body#privacy_policy #container #main #wrapper .page_title .inner,
  body#terms_of_use #container #main #wrapper .page_title .inner {
    padding: 0;
  }
}
body#privacy_policy #container #main #wrapper .page_title .inner .title,
body#terms_of_use #container #main #wrapper .page_title .inner .title {
  padding-top: 91px;
}
@media all and (max-width: 800px) {
  body#privacy_policy #container #main #wrapper .page_title .inner .title,
  body#terms_of_use #container #main #wrapper .page_title .inner .title {
    padding-top: 54px;
  }
}
body#privacy_policy #container #main #wrapper .page_title .inner .title span,
body#terms_of_use #container #main #wrapper .page_title .inner .title span {
  display: block;
}
body#privacy_policy #container #main #wrapper .page_title .inner .title span.en,
body#terms_of_use #container #main #wrapper .page_title .inner .title span.en {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #303030;
  font-size: 26px;
  line-height: 38px;
  letter-spacing: 1.8px;
  text-indent: 1.8px;
  text-align: center;
}
@media all and (max-width: 800px) {
  body#privacy_policy #container #main #wrapper .page_title .inner .title span.en,
  body#terms_of_use #container #main #wrapper .page_title .inner .title span.en {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 1.5px;
    text-indent: 1.5px;
  }
}
body#privacy_policy #container #main #wrapper .page_title .inner .title span.ja,
body#terms_of_use #container #main #wrapper .page_title .inner .title span.ja {
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 1px;
  text-indent: 1px;
  text-align: center;
  padding-top: 3px;
}
@media all and (max-width: 800px) {
  body#privacy_policy #container #main #wrapper .page_title .inner .title span.ja,
  body#terms_of_use #container #main #wrapper .page_title .inner .title span.ja {
    font-size: 12px;
    line-height: 24px;
    padding-top: 1px;
  }
}
body#privacy_policy #container #main #wrapper .page_title .inner .description,
body#terms_of_use #container #main #wrapper .page_title .inner .description {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 1px;
  padding-top: 84px;
}
@media all and (max-width: 800px) {
  body#privacy_policy #container #main #wrapper .page_title .inner .description,
  body#terms_of_use #container #main #wrapper .page_title .inner .description {
    font-size: 14px;
    line-height: 26px;
    padding-top: 47px;
  }
}
body#privacy_policy #container #main #wrapper .elements,
body#terms_of_use #container #main #wrapper .elements {
  padding: 64px 30px 91px 30px;
}
@media all and (min-width: 1060px) {
  body#privacy_policy #container #main #wrapper .elements,
  body#terms_of_use #container #main #wrapper .elements {
    padding-left: 2.8%;
    padding-right: 2.8%;
  }
}
@media all and (min-width: 1590px) {
  body#privacy_policy #container #main #wrapper .elements,
  body#terms_of_use #container #main #wrapper .elements {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media all and (min-width: 2120px) {
  body#privacy_policy #container #main #wrapper .elements,
  body#terms_of_use #container #main #wrapper .elements {
    max-width: 2120px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 800px) {
  body#privacy_policy #container #main #wrapper .elements,
  body#terms_of_use #container #main #wrapper .elements {
    padding: 47px 20px 94px 20px;
  }
}
body#privacy_policy #container #main #wrapper .elements .element,
body#terms_of_use #container #main #wrapper .elements .element {
  padding: 64px 10% 0 10%;
}
@media all and (min-width: 1590px) {
  body#privacy_policy #container #main #wrapper .elements .element,
  body#terms_of_use #container #main #wrapper .elements .element {
    padding-left: 150px;
    padding-right: 150px;
  }
}
@media all and (max-width: 800px) {
  body#privacy_policy #container #main #wrapper .elements .element,
  body#terms_of_use #container #main #wrapper .elements .element {
    padding: 47px 0 0 0;
  }
}
body#privacy_policy #container #main #wrapper .elements .element:first-child,
body#terms_of_use #container #main #wrapper .elements .element:first-child {
  padding-top: 0;
}
body#privacy_policy #container #main #wrapper .elements .element .headline,
body#terms_of_use #container #main #wrapper .elements .element .headline {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 1px;
  font-weight: bold;
  padding-bottom: 32px;
}
@media all and (max-width: 800px) {
  body#privacy_policy #container #main #wrapper .elements .element .headline,
  body#terms_of_use #container #main #wrapper .elements .element .headline {
    font-size: 14px;
    line-height: 26px;
    padding-bottom: 27px;
  }
}
body#privacy_policy #container #main #wrapper .elements .element .descriptions .description,
body#terms_of_use #container #main #wrapper .elements .element .descriptions .description,
body#privacy_policy #container #main #wrapper .elements .element .descriptions .description *,
body#terms_of_use #container #main #wrapper .elements .element .descriptions .description * {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 1px;
}
@media all and (max-width: 800px) {
  body#privacy_policy #container #main #wrapper .elements .element .descriptions .description,
  body#terms_of_use #container #main #wrapper .elements .element .descriptions .description,
  body#privacy_policy #container #main #wrapper .elements .element .descriptions .description *,
  body#terms_of_use #container #main #wrapper .elements .element .descriptions .description * {
    font-size: 14px;
    line-height: 26px;
  }
}
body#privacy_policy #container #main #wrapper .elements .element .descriptions .description a,
body#terms_of_use #container #main #wrapper .elements .element .descriptions .description a,
body#privacy_policy #container #main #wrapper .elements .element .descriptions .description * a,
body#terms_of_use #container #main #wrapper .elements .element .descriptions .description * a {
  padding-bottom: 4px;
  border-bottom: 1px solid #303030;
}
@media all and (max-width: 800px) {
  body#privacy_policy #container #main #wrapper .elements .element .descriptions .description a,
  body#terms_of_use #container #main #wrapper .elements .element .descriptions .description a,
  body#privacy_policy #container #main #wrapper .elements .element .descriptions .description * a,
  body#terms_of_use #container #main #wrapper .elements .element .descriptions .description * a {
    padding-bottom: 3px;
  }
}
body#privacy_policy #container #main #wrapper .elements .element .descriptions .description a:hover,
body#terms_of_use #container #main #wrapper .elements .element .descriptions .description a:hover,
body#privacy_policy #container #main #wrapper .elements .element .descriptions .description * a:hover,
body#terms_of_use #container #main #wrapper .elements .element .descriptions .description * a:hover {
  border-bottom: 1px solid transparent;
}
.sp body#privacy_policy #container #main #wrapper .elements .element .descriptions .description a:hover,
.sp body#terms_of_use #container #main #wrapper .elements .element .descriptions .description a:hover,
.sp body#privacy_policy #container #main #wrapper .elements .element .descriptions .description * a:hover,
.sp body#terms_of_use #container #main #wrapper .elements .element .descriptions .description * a:hover,
.tablet body#privacy_policy #container #main #wrapper .elements .element .descriptions .description a:hover,
.tablet body#terms_of_use #container #main #wrapper .elements .element .descriptions .description a:hover,
.tablet body#privacy_policy #container #main #wrapper .elements .element .descriptions .description * a:hover,
.tablet body#terms_of_use #container #main #wrapper .elements .element .descriptions .description * a:hover {
  border-bottom: 1px solid #303030;
}
body#privacy_policy #container #main #wrapper .elements .element .descriptions .description,
body#terms_of_use #container #main #wrapper .elements .element .descriptions .description {
  padding-top: 32px;
}
@media all and (max-width: 800px) {
  body#privacy_policy #container #main #wrapper .elements .element .descriptions .description,
  body#terms_of_use #container #main #wrapper .elements .element .descriptions .description {
    padding-top: 27px;
  }
}
body#privacy_policy #container #main #wrapper .elements .element .descriptions .description:first-child,
body#terms_of_use #container #main #wrapper .elements .element .descriptions .description:first-child {
  padding-top: 0;
}
body#privacy_policy #container #main #wrapper .elements .element .descriptions .description.ordered_list,
body#terms_of_use #container #main #wrapper .elements .element .descriptions .description.ordered_list {
  counter-reset: item;
  list-style-type: none;
}
body#privacy_policy #container #main #wrapper .elements .element .descriptions .description.ordered_list li,
body#terms_of_use #container #main #wrapper .elements .element .descriptions .description.ordered_list li {
  font-size: 15px;
  line-height: 30px;
  position: relative;
  padding-left: 32px;
}
@media all and (max-width: 800px) {
  body#privacy_policy #container #main #wrapper .elements .element .descriptions .description.ordered_list li,
  body#terms_of_use #container #main #wrapper .elements .element .descriptions .description.ordered_list li {
    font-size: 13px;
    line-height: 26px;
    padding-left: 28px;
  }
}
body#privacy_policy #container #main #wrapper .elements .element .descriptions .description.ordered_list li.two_digits,
body#terms_of_use #container #main #wrapper .elements .element .descriptions .description.ordered_list li.two_digits {
  padding-left: 48px;
}
@media all and (max-width: 800px) {
  body#privacy_policy #container #main #wrapper .elements .element .descriptions .description.ordered_list li.two_digits,
  body#terms_of_use #container #main #wrapper .elements .element .descriptions .description.ordered_list li.two_digits {
    padding-left: 42px;
  }
}
body#privacy_policy #container #main #wrapper .elements .element .descriptions .description.ordered_list li:before,
body#terms_of_use #container #main #wrapper .elements .element .descriptions .description.ordered_list li:before {
  display: block;
  font-size: 15px;
  line-height: 30px;
  counter-increment: item;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media all and (max-width: 800px) {
  body#privacy_policy #container #main #wrapper .elements .element .descriptions .description.ordered_list li:before,
  body#terms_of_use #container #main #wrapper .elements .element .descriptions .description.ordered_list li:before {
    font-size: 13px;
    line-height: 26px;
  }
}
body#privacy_policy #container #main #wrapper .elements .element .descriptions .description.ordered_list li:nth-child(1):before,
body#terms_of_use #container #main #wrapper .elements .element .descriptions .description.ordered_list li:nth-child(1):before {
  content: "１．";
}
body#privacy_policy #container #main #wrapper .elements .element .descriptions .description.ordered_list li:nth-child(2):before,
body#terms_of_use #container #main #wrapper .elements .element .descriptions .description.ordered_list li:nth-child(2):before {
  content: "２．";
}
body#privacy_policy #container #main #wrapper .elements .element .descriptions .description.ordered_list li:nth-child(3):before,
body#terms_of_use #container #main #wrapper .elements .element .descriptions .description.ordered_list li:nth-child(3):before {
  content: "３．";
}
body#privacy_policy #container #main #wrapper .elements .element .descriptions .description.ordered_list li:nth-child(4):before,
body#terms_of_use #container #main #wrapper .elements .element .descriptions .description.ordered_list li:nth-child(4):before {
  content: "４．";
}
body#privacy_policy #container #main #wrapper .elements .element .descriptions .description.ordered_list li:nth-child(5):before,
body#terms_of_use #container #main #wrapper .elements .element .descriptions .description.ordered_list li:nth-child(5):before {
  content: "５．";
}
body#privacy_policy #container #main #wrapper .elements .element .descriptions .description.ordered_list li:nth-child(6):before,
body#terms_of_use #container #main #wrapper .elements .element .descriptions .description.ordered_list li:nth-child(6):before {
  content: "６．";
}
body#privacy_policy #container #main #wrapper .elements .element .descriptions .description.ordered_list li:nth-child(7):before,
body#terms_of_use #container #main #wrapper .elements .element .descriptions .description.ordered_list li:nth-child(7):before {
  content: "７．";
}
body#privacy_policy #container #main #wrapper .elements .element .descriptions .description.ordered_list li:nth-child(8):before,
body#terms_of_use #container #main #wrapper .elements .element .descriptions .description.ordered_list li:nth-child(8):before {
  content: "８．";
}
body#privacy_policy #container #main #wrapper .elements .element .descriptions .description.ordered_list li:nth-child(9):before,
body#terms_of_use #container #main #wrapper .elements .element .descriptions .description.ordered_list li:nth-child(9):before {
  content: "９．";
}
body#privacy_policy #container #main #wrapper .elements .element .descriptions .description.ordered_list li:nth-child(10):before,
body#terms_of_use #container #main #wrapper .elements .element .descriptions .description.ordered_list li:nth-child(10):before {
  content: "１０．";
}
body#privacy_policy #container #main #wrapper .elements .element .descriptions .description.ordered_list.alphabet li:nth-child(1):before,
body#terms_of_use #container #main #wrapper .elements .element .descriptions .description.ordered_list.alphabet li:nth-child(1):before {
  content: "a．";
}
body#privacy_policy #container #main #wrapper .elements .element .descriptions .description.ordered_list.alphabet li:nth-child(2):before,
body#terms_of_use #container #main #wrapper .elements .element .descriptions .description.ordered_list.alphabet li:nth-child(2):before {
  content: "b．";
}
body#privacy_policy #container #main #wrapper .elements .element .descriptions .description.ordered_list.alphabet li:nth-child(3):before,
body#terms_of_use #container #main #wrapper .elements .element .descriptions .description.ordered_list.alphabet li:nth-child(3):before {
  content: "c．";
}
body#privacy_policy #container #main #wrapper .elements .element .descriptions .description.ordered_list.alphabet li:nth-child(4):before,
body#terms_of_use #container #main #wrapper .elements .element .descriptions .description.ordered_list.alphabet li:nth-child(4):before {
  content: "d．";
}
body#privacy_policy #container #main #wrapper .elements .element .descriptions .description.ordered_list.alphabet li:nth-child(5):before,
body#terms_of_use #container #main #wrapper .elements .element .descriptions .description.ordered_list.alphabet li:nth-child(5):before {
  content: "e．";
}
body#privacy_policy #container #main #wrapper .elements .element .descriptions .description.ordered_list.alphabet li:nth-child(6):before,
body#terms_of_use #container #main #wrapper .elements .element .descriptions .description.ordered_list.alphabet li:nth-child(6):before {
  content: "f．";
}
body#privacy_policy #container #main #wrapper .elements .element .descriptions .description.ordered_list.alphabet li:nth-child(7):before,
body#terms_of_use #container #main #wrapper .elements .element .descriptions .description.ordered_list.alphabet li:nth-child(7):before {
  content: "g．";
}
body#privacy_policy #container #main #wrapper .elements .element .descriptions .description.ordered_list.alphabet li:nth-child(8):before,
body#terms_of_use #container #main #wrapper .elements .element .descriptions .description.ordered_list.alphabet li:nth-child(8):before {
  content: "h．";
}
body#privacy_policy #container #main #wrapper .elements .element .descriptions .description.ordered_list.alphabet li:nth-child(9):before,
body#terms_of_use #container #main #wrapper .elements .element .descriptions .description.ordered_list.alphabet li:nth-child(9):before {
  content: "i．";
}
body#privacy_policy #container #main #wrapper .elements .element .descriptions .description.ordered_list.alphabet li:nth-child(10):before,
body#terms_of_use #container #main #wrapper .elements .element .descriptions .description.ordered_list.alphabet li:nth-child(10):before {
  content: "j．";
}
