@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,
body {
  font-family: '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #000000;
}
.font_aktiv_grotesk_condensed_regular {
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
}
* {
  -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: #000000;
}
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: #f7f7f7;
}
html.wf-loading {
  visibility: hidden;
}
.hidden {
  visibility: hidden;
}
.gradient-map-filters {
  width: 0;
  height: 0;
  left: -9999em;
  margin: 0;
  padding: 0;
  position: absolute;
}
del,
del * {
  color: #0f2291;
  text-decoration: none !important;
}
del a,
del * a {
  border-bottom: 1px solid #0f2291 !important;
}
.pc del a:hover,
.pc del * a:hover {
  border-bottom: 1px solid transparent !important;
}
body.ja strong,
body.ja strong * {
  font-weight: bold !important;
}
body.en strong,
body.en strong * {
  font-weight: 600 !important;
}
html,
body {
  height: 100%;
  margin: 0;
}
html.fixed,
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
#container {
  min-height: 100%;
  margin-bottom: -151px;
}
@media all and (max-width: 900px) {
  #container {
    margin-bottom: -289px;
  }
}
#footer,
#footer_height {
  height: 151px;
}
@media all and (max-width: 900px) {
  #footer,
  #footer_height {
    height: 289px;
  }
}
footer#footer {
  padding: 0 40px;
  background: #ffffff;
}
@media all and (max-width: 900px) {
  footer#footer {
    padding: 0;
  }
}
footer#footer .footer_inner {
  height: 100%;
  padding: 0 20px;
  position: relative;
  border-top: 1px solid #dfe0e2;
}
footer#footer .footer_inner .footer__nav {
  position: absolute;
  top: 30px;
  left: 20px;
  z-index: 2;
}
@media all and (max-width: 900px) {
  footer#footer .footer_inner .footer__nav {
    top: 31px;
  }
}
footer#footer .footer_inner .footer__nav ul {
  font-size: 0;
}
footer#footer .footer_inner .footer__nav ul li {
  float: left;
}
@media all and (max-width: 900px) {
  footer#footer .footer_inner .footer__nav ul li {
    float: none;
    margin-top: 2px;
  }
}
@media all and (max-width: 900px) {
  footer#footer .footer_inner .footer__nav ul li:first-child {
    margin-top: 0;
  }
}
footer#footer .footer_inner .footer__nav ul li a,
footer#footer .footer_inner .footer__nav ul li span.slash {
  display: inline-block;
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 1.6px;
  padding: 10px 0;
}
@media all and (max-width: 900px) {
  footer#footer .footer_inner .footer__nav ul li a,
  footer#footer .footer_inner .footer__nav ul li span.slash {
    font-size: 16px;
    letter-spacing: 1.6px;
  }
}
footer#footer .footer_inner .footer__nav ul li a.current {
  color: #0f2291;
}
.pc footer#footer .footer_inner .footer__nav ul li a:not(.current):hover {
  color: #999999;
}
footer#footer .footer_inner .footer__nav ul li span.slash {
  padding-left: 8px;
  padding-right: 8px;
}
@media all and (max-width: 900px) {
  footer#footer .footer_inner .footer__nav ul li span.slash {
    display: none;
  }
}
footer#footer .footer_inner .footer__nav ul:after {
  content: "";
  display: block;
  clear: both;
}
@media all and (max-width: 900px) {
  footer#footer .footer_inner .footer__nav ul:after {
    display: none;
  }
}
footer#footer .footer_inner .footer__copyright {
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 1.3px;
  position: absolute;
  bottom: 37px;
  left: 20px;
  z-index: 2;
}
@media all and (max-width: 900px) {
  footer#footer .footer_inner .footer__copyright {
    width: calc(100% - 40px);
    height: 119px;
    letter-spacing: 1.2px;
    text-align: center;
    bottom: 0;
    padding-top: 35px;
    border-top: 1px solid #dfe0e2;
  }
}
footer#footer .footer_inner .footer__copyright .copyright__tsuneishi_g_sp {
  display: none;
}
@media all and (max-width: 900px) {
  footer#footer .footer_inner .footer__copyright .copyright__tsuneishi_g_sp {
    display: block;
    font-size: 0;
    padding-bottom: 26px;
  }
}
footer#footer .footer_inner .footer__copyright .copyright__tsuneishi_g_sp a {
  display: inline-block;
}
footer#footer .footer_inner .footer__copyright .copyright__tsuneishi_g_sp a img {
  display: block;
  width: 73px;
  height: 13px;
}
footer#footer .footer_inner .footer__copyright .copyright__tsuneishi_g_sp a img.on {
  display: none;
}
.pc footer#footer .footer_inner .footer__copyright .copyright__tsuneishi_g_sp a:hover img.off {
  display: none;
}
.pc footer#footer .footer_inner .footer__copyright .copyright__tsuneishi_g_sp a:hover img.on {
  display: block;
}
footer#footer .footer_inner .footer__sns {
  position: absolute;
  bottom: 30px;
  right: 20px;
  z-index: 2;
}
@media all and (max-width: 900px) {
  footer#footer .footer_inner .footer__sns {
    width: 50%;
    top: 30px;
    left: 50%;
    bottom: auto;
    right: auto;
    padding-left: 20px;
  }
}
footer#footer .footer_inner .footer__sns ul {
  font-size: 0;
}
footer#footer .footer_inner .footer__sns ul li {
  float: left;
  margin-left: 20px;
}
@media all and (max-width: 900px) {
  footer#footer .footer_inner .footer__sns ul li {
    float: none;
    margin-left: 0;
  }
}
footer#footer .footer_inner .footer__sns ul li:first-child {
  margin-left: 0;
}
footer#footer .footer_inner .footer__sns ul li a {
  display: inline-block;
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  font-size: 21px;
  line-height: 1;
  letter-spacing: 1.6px;
  padding: 5px 0;
}
@media all and (max-width: 900px) {
  footer#footer .footer_inner .footer__sns ul li a {
    font-size: 18px;
    padding: 10px 0;
  }
}
footer#footer .footer_inner .footer__sns ul li a.instagram {
  color: #666666;
}
footer#footer .footer_inner .footer__sns ul li a.facebook {
  color: #0000ff;
}
footer#footer .footer_inner .footer__sns ul li a.line {
  color: #03bc49;
}
.pc footer#footer .footer_inner .footer__sns ul li a:hover {
  color: #999999;
}
footer#footer .footer_inner .footer__sns ul li.tsuneishi_g {
  margin-left: 45px;
}
@media all and (max-width: 900px) {
  footer#footer .footer_inner .footer__sns ul li.tsuneishi_g {
    display: none;
  }
}
footer#footer .footer_inner .footer__sns ul li.tsuneishi_g a {
  position: relative;
  top: 0.5px;
}
footer#footer .footer_inner .footer__sns ul li.tsuneishi_g a img {
  display: block;
  width: 84px;
  height: 15px;
}
@media all and (max-width: 900px) {
  footer#footer .footer_inner .footer__sns ul li.tsuneishi_g a img {
    width: 73px;
    height: 13px;
  }
}
footer#footer .footer_inner .footer__sns ul li.tsuneishi_g a img.on {
  display: none;
}
.pc footer#footer .footer_inner .footer__sns ul li.tsuneishi_g a:hover img.off {
  display: none;
}
.pc footer#footer .footer_inner .footer__sns ul li.tsuneishi_g a:hover img.on {
  display: block;
}
footer#footer .footer_inner .footer__sns ul:after {
  content: "";
  display: block;
  clear: both;
}
@media all and (max-width: 900px) {
  footer#footer .footer_inner .footer__sns ul:after {
    display: none;
  }
}
header#header,
#scroll_header {
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background: #f7f7f7;
}
@media all and (max-width: 900px) {
  header#header,
  #scroll_header {
    height: 60px;
  }
}
header#header .header_inner,
#scroll_header .header_inner {
  height: 100%;
  position: relative;
}
header#header .header_inner:before,
#scroll_header .header_inner:before {
  content: "";
  display: block;
  width: calc(100% - 80px);
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  background: #dfe0e2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media all and (max-width: 900px) {
  header#header .header_inner:before,
  #scroll_header .header_inner:before {
    width: 100%;
    left: 0;
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
}
header#header .header_inner .header__hamburger,
#scroll_header .header_inner .header__hamburger {
  display: none;
}
@media all and (max-width: 900px) {
  header#header .header_inner .header__hamburger,
  #scroll_header .header_inner .header__hamburger {
    display: block;
    position: absolute;
    top: 50%;
    left: 10px;
    z-index: 2;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
}
header#header .header_inner .header__hamburger a,
#scroll_header .header_inner .header__hamburger a {
  display: block;
  padding: 10px;
}
header#header .header_inner .header__hamburger a img,
#scroll_header .header_inner .header__hamburger a img {
  display: block;
  width: 34px;
  height: 14px;
}
header#header .header_inner .header__hamburger a img.on,
#scroll_header .header_inner .header__hamburger a img.on {
  display: none;
}
.pc header#header .header_inner .header__hamburger a:hover img.off,
.pc #scroll_header .header_inner .header__hamburger a:hover img.off {
  display: none;
}
.pc header#header .header_inner .header__hamburger a:hover img.on,
.pc #scroll_header .header_inner .header__hamburger a:hover img.on {
  display: block;
}
header#header .header_inner .header__lang,
#scroll_header .header_inner .header__lang {
  position: absolute;
  top: 50%;
  left: 50px;
  z-index: 2;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  padding-top: 3px;
}
@media all and (max-width: 900px) {
  header#header .header_inner .header__lang,
  #scroll_header .header_inner .header__lang {
    display: none;
    left: auto;
    right: 7px;
    padding-top: 4px;
    padding-top: 4.5px;
  }
}
header#header .header_inner .header__lang ul li,
#scroll_header .header_inner .header__lang ul li {
  float: left;
}
header#header .header_inner .header__lang ul li a,
#scroll_header .header_inner .header__lang ul li a {
  display: inline-block;
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 1.6px;
  color: #999999;
  padding: 10px;
}
@media all and (max-width: 900px) {
  header#header .header_inner .header__lang ul li a,
  #scroll_header .header_inner .header__lang ul li a {
    font-size: 18px;
  }
}
header#header .header_inner .header__lang ul li a.current,
#scroll_header .header_inner .header__lang ul li a.current {
  color: #000000;
}
.pc header#header .header_inner .header__lang ul li a:not(.current):hover,
.pc #scroll_header .header_inner .header__lang ul li a:not(.current):hover {
  color: #000000;
}
header#header .header_inner .header__lang ul li:first-child,
#scroll_header .header_inner .header__lang ul li:first-child {
  position: relative;
  padding-right: 10px;
}
@media all and (max-width: 900px) {
  header#header .header_inner .header__lang ul li:first-child,
  #scroll_header .header_inner .header__lang ul li:first-child {
    padding-right: 18px;
  }
}
header#header .header_inner .header__lang ul li:first-child:before,
#scroll_header .header_inner .header__lang ul li:first-child:before {
  content: "";
  display: block;
  width: 1px;
  height: 11px;
  position: absolute;
  top: 10px;
  right: 5px;
  z-index: 2;
  background: #000000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media all and (max-width: 900px) {
  header#header .header_inner .header__lang ul li:first-child:before,
  #scroll_header .header_inner .header__lang ul li:first-child:before {
    height: 13px;
    right: 9px;
  }
}
header#header .header_inner .header__lang ul:after,
#scroll_header .header_inner .header__lang ul:after {
  content: "";
  display: block;
  clear: both;
}
header#header .header_inner .header__nav,
#scroll_header .header_inner .header__nav {
  position: absolute;
  top: 50%;
  right: 108px;
  z-index: 2;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  padding-top: 3px;
}
@media all and (max-width: 900px) {
  header#header .header_inner .header__nav,
  #scroll_header .header_inner .header__nav {
    display: none;
  }
}
header#header .header_inner .header__nav ul li,
#scroll_header .header_inner .header__nav ul li {
  float: left;
}
header#header .header_inner .header__nav ul li a,
#scroll_header .header_inner .header__nav ul li a {
  display: inline-block;
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 1.6px;
  text-align: right;
  padding: 10px;
}
header#header .header_inner .header__nav ul li a.current,
#scroll_header .header_inner .header__nav ul li a.current {
  color: #0f2291;
}
.pc header#header .header_inner .header__nav ul li a:not(.current):hover,
.pc #scroll_header .header_inner .header__nav ul li a:not(.current):hover {
  color: #999999;
}
header#header .header_inner .header__nav ul:after,
#scroll_header .header_inner .header__nav ul:after {
  content: "";
  display: block;
  clear: both;
}
header#header .header_inner .header__logo,
#scroll_header .header_inner .header__logo {
  position: absolute;
  top: 50%;
  right: 60px;
  z-index: 2;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  padding-top: 1px;
}
@media all and (max-width: 900px) {
  header#header .header_inner .header__logo,
  #scroll_header .header_inner .header__logo {
    left: 50%;
    right: auto;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    padding-top: 2px;
  }
}
header#header .header_inner .header__logo a,
#scroll_header .header_inner .header__logo a {
  display: inline-block;
}
header#header .header_inner .header__logo a img,
#scroll_header .header_inner .header__logo a img {
  display: block;
  width: 31px;
  height: 30px;
}
@media all and (max-width: 900px) {
  header#header .header_inner .header__logo a img,
  #scroll_header .header_inner .header__logo a img {
    width: 35px;
    height: 34px;
  }
}
#menu {
  display: none;
}
@media all and (max-width: 900px) {
  #menu {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: #dfe0e2;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media all and (max-width: 900px) {
  #menu.active {
    display: block;
  }
}
#menu .menu_inner {
  position: relative;
}
#menu .menu_inner .menu__close {
  position: fixed;
  top: 13px;
  left: 10px;
  z-index: 3;
}
#menu .menu_inner .menu__close a {
  display: block;
  padding: 10px;
}
#menu .menu_inner .menu__close a img {
  display: block;
  width: 34px;
  height: 14px;
}
#menu .menu_inner .menu__close a img.on {
  display: none;
}
.pc #menu .menu_inner .menu__close a:hover img.off {
  display: none;
}
.pc #menu .menu_inner .menu__close a:hover img.on {
  display: block;
}
#menu .menu_inner .menu__headline {
  width: 100%;
  height: 60px;
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1.3px;
  text-indent: 1.3px;
  text-align: center;
  color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  padding-top: 24px;
  padding-top: 24.5px;
}
#menu .menu_inner .menu__lang {
  position: fixed;
  top: 13px;
  top: 13.5px;
  right: 7px;
  z-index: 3;
}
#menu .menu_inner .menu__lang ul li {
  float: left;
}
#menu .menu_inner .menu__lang ul li a {
  display: inline-block;
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 1.6px;
  color: #999999;
  padding: 10px;
}
#menu .menu_inner .menu__lang ul li a.current {
  color: #000000;
}
.pc #menu .menu_inner .menu__lang ul li a:not(.current):hover {
  color: #000000;
}
#menu .menu_inner .menu__lang ul li:first-child {
  position: relative;
  padding-right: 18px;
}
#menu .menu_inner .menu__lang ul li:first-child:before {
  content: "";
  display: block;
  width: 1px;
  height: 13px;
  position: absolute;
  top: 10px;
  right: 9px;
  z-index: 2;
  background: #000000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#menu .menu_inner .menu__lang ul:after {
  content: "";
  display: block;
  clear: both;
}
#menu .menu_inner .menu__nav {
  padding: 80px 20px 192px 20px;
}
#menu .menu_inner .menu__nav ul {
  font-size: 0;
}
#menu .menu_inner .menu__nav ul li a {
  display: inline-block;
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  font-size: 24px;
  line-height: 60px;
  letter-spacing: 1.6px;
}
#menu .menu_inner .menu__nav ul li a span.ja {
  font-family: '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 15px;
  margin-left: 25px;
  position: relative;
  bottom: 1px;
}
@media all and (max-width: 350px) {
  #menu .menu_inner .menu__nav ul li a span.ja {
    margin-left: 15px;
  }
}
#menu .menu_inner .menu__nav ul li a.current {
  color: #0f2291;
}
#menu .menu_inner .menu__nav ul li a.current span.ja {
  color: #0f2291;
}
.pc #menu .menu_inner .menu__nav ul li a:not(.current):hover {
  color: #999999;
}
.pc #menu .menu_inner .menu__nav ul li a:not(.current):hover span.ja {
  color: #999999;
}
#menu .menu_inner .menu__nav_sub {
  position: fixed;
  bottom: 93px;
  left: 20px;
  z-index: 2;
}
#menu .menu_inner .menu__nav_sub ul {
  font-size: 0;
}
#menu .menu_inner .menu__nav_sub ul li {
  float: left;
}
#menu .menu_inner .menu__nav_sub ul li a,
#menu .menu_inner .menu__nav_sub ul li span.slash {
  display: inline-block;
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 1.6px;
  padding: 5px 0;
}
#menu .menu_inner .menu__nav_sub ul li a.current {
  color: #0f2291;
}
.pc #menu .menu_inner .menu__nav_sub ul li a:not(.current):hover {
  color: #999999;
}
#menu .menu_inner .menu__nav_sub ul li span.slash {
  padding-left: 8px;
  padding-right: 8px;
}
#menu .menu_inner .menu__nav_sub ul:after {
  content: "";
  display: block;
  clear: both;
}
#menu .menu_inner .menu__sns {
  position: fixed;
  bottom: 50px;
  left: 20px;
  z-index: 2;
}
#menu .menu_inner .menu__sns ul {
  font-size: 0;
}
#menu .menu_inner .menu__sns ul li {
  float: left;
  margin-left: 15px;
}
#menu .menu_inner .menu__sns ul li:first-child {
  margin-left: 0;
}
#menu .menu_inner .menu__sns ul li a {
  display: inline-block;
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 1.6px;
  padding: 5px 0;
}
#menu .menu_inner .menu__sns ul li a.instagram {
  color: #666666;
}
#menu .menu_inner .menu__sns ul li a.facebook {
  color: #0000ff;
}
#menu .menu_inner .menu__sns ul li a.line {
  color: #03bc49;
}
.pc #menu .menu_inner .menu__sns ul li a:hover {
  color: #999999;
}
#menu .menu_inner .menu__sns ul:after {
  content: "";
  display: block;
  clear: both;
}
main#main {
  padding-top: 81px;
}
@media all and (max-width: 900px) {
  main#main {
    padding-top: 61px;
  }
}
main#main #contents .contents__pickup_information {
  padding: 0 60px;
}
@media all and (min-width: 1800px) {
  main#main #contents .contents__pickup_information {
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 1100px) {
  main#main #contents .contents__pickup_information {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media all and (max-width: 900px) {
  main#main #contents .contents__pickup_information {
    padding: 0;
  }
}
main#main #contents .contents__pickup_information .contents__pickup_information_inner {
  padding: 40px 60px 40px 60px;
  background: #ffffff;
}
@media all and (max-width: 900px) {
  main#main #contents .contents__pickup_information .contents__pickup_information_inner {
    padding: 40px 20px 40px 20px;
  }
}
main#main #contents .contents__pickup_information .contents__pickup_information_inner .pickup_information__headline {
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 1.6px;
  padding-bottom: 36px;
}
@media all and (max-width: 900px) {
  main#main #contents .contents__pickup_information .contents__pickup_information_inner .pickup_information__headline {
    font-size: 18px;
    letter-spacing: 1.6px;
    padding-bottom: 35px;
  }
}
main#main #contents .contents__pickup_information .contents__pickup_information_inner .pickup_information__posts {
  position: relative;
}
main#main #contents .contents__pickup_information .contents__pickup_information_inner .pickup_information__posts:before {
  content: "";
  display: block;
  width: calc(100% - 50px);
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50px;
  z-index: 2;
  background-image: linear-gradient(to right, #dfe0e2 1px, transparent 1px);
  background-size: 3px 1px;
  background-repeat: repeat-x;
  background-position: bottom left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media all and (max-width: 900px) {
  main#main #contents .contents__pickup_information .contents__pickup_information_inner .pickup_information__posts:before {
    width: 100%;
    left: 0;
  }
}
main#main #contents .contents__pickup_information .contents__pickup_information_inner .pickup_information__posts .posts__post a {
  display: block;
  padding: 16px 0 14px 260px;
  position: relative;
}
@media all and (max-width: 900px) {
  main#main #contents .contents__pickup_information .contents__pickup_information_inner .pickup_information__posts .posts__post a {
    padding: 51px 0 24px 0;
  }
}
main#main #contents .contents__pickup_information .contents__pickup_information_inner .pickup_information__posts .posts__post a:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-image: linear-gradient(to right, #dfe0e2 1px, transparent 1px);
  background-size: 3px 1px;
  background-repeat: repeat-x;
  background-position: bottom left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
main#main #contents .contents__pickup_information .contents__pickup_information_inner .pickup_information__posts .posts__post a .post__year,
main#main #contents .contents__pickup_information .contents__pickup_information_inner .pickup_information__posts .posts__post a .post__date,
main#main #contents .contents__pickup_information .contents__pickup_information_inner .pickup_information__posts .posts__post a .post__tag {
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 1.3px;
  position: absolute;
  top: 0;
  z-index: 2;
  padding-top: 26px;
}
@media all and (max-width: 900px) {
  main#main #contents .contents__pickup_information .contents__pickup_information_inner .pickup_information__posts .posts__post a .post__year,
  main#main #contents .contents__pickup_information .contents__pickup_information_inner .pickup_information__posts .posts__post a .post__date,
  main#main #contents .contents__pickup_information .contents__pickup_information_inner .pickup_information__posts .posts__post a .post__tag {
    font-size: 13px;
    top: 31px;
    padding-top: 0;
  }
}
main#main #contents .contents__pickup_information .contents__pickup_information_inner .pickup_information__posts .posts__post a .post__year {
  width: 50px;
  left: 0;
}
@media all and (max-width: 900px) {
  main#main #contents .contents__pickup_information .contents__pickup_information_inner .pickup_information__posts .posts__post a .post__year {
    display: none;
  }
}
main#main #contents .contents__pickup_information .contents__pickup_information_inner .pickup_information__posts .posts__post a .post__date {
  width: 60px;
  left: 50px;
}
@media all and (max-width: 900px) {
  main#main #contents .contents__pickup_information .contents__pickup_information_inner .pickup_information__posts .posts__post a .post__date {
    width: auto;
    left: 0;
  }
}
main#main #contents .contents__pickup_information .contents__pickup_information_inner .pickup_information__posts .posts__post a .post__tag {
  width: 150px;
  color: #0f2291;
  left: 110px;
}
@media all and (max-width: 900px) {
  main#main #contents .contents__pickup_information .contents__pickup_information_inner .pickup_information__posts .posts__post a .post__tag {
    width: auto;
    left: 64px;
  }
}
main#main #contents .contents__pickup_information .contents__pickup_information_inner .pickup_information__posts .posts__post a .post__title {
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 1.5px;
}
@media all and (max-width: 900px) {
  main#main #contents .contents__pickup_information .contents__pickup_information_inner .pickup_information__posts .posts__post a .post__title {
    font-size: 13px;
    line-height: 25px;
    letter-spacing: 1.2px;
  }
}
.pc main#main #contents .contents__pickup_information .contents__pickup_information_inner .pickup_information__posts .posts__post a:hover .post__year,
.pc main#main #contents .contents__pickup_information .contents__pickup_information_inner .pickup_information__posts .posts__post a:hover .post__date,
.pc main#main #contents .contents__pickup_information .contents__pickup_information_inner .pickup_information__posts .posts__post a:hover .post__tag,
.pc main#main #contents .contents__pickup_information .contents__pickup_information_inner .pickup_information__posts .posts__post a:hover .post__title {
  color: #999999;
}
main#main #contents .contents__pickup_information .contents__pickup_information_inner .pickup_information__posts .posts__post:after {
  content: "";
  display: block;
  clear: both;
}
main#main #contents .contents__pickup_information .contents__pickup_information_inner .pickup_information__posts .posts__post.important a .post__title {
  color: #0f2291;
}
main#main #contents .contents__pickup_information .contents__pickup_information_inner .pickup_information__posts .posts__post.post_2014 + .post_2014 a:before,
main#main #contents .contents__pickup_information .contents__pickup_information_inner .pickup_information__posts .posts__post.post_2015 + .post_2015 a:before,
main#main #contents .contents__pickup_information .contents__pickup_information_inner .pickup_information__posts .posts__post.post_2016 + .post_2016 a:before,
main#main #contents .contents__pickup_information .contents__pickup_information_inner .pickup_information__posts .posts__post.post_2017 + .post_2017 a:before,
main#main #contents .contents__pickup_information .contents__pickup_information_inner .pickup_information__posts .posts__post.post_2018 + .post_2018 a:before,
main#main #contents .contents__pickup_information .contents__pickup_information_inner .pickup_information__posts .posts__post.post_2019 + .post_2019 a:before,
main#main #contents .contents__pickup_information .contents__pickup_information_inner .pickup_information__posts .posts__post.post_2020 + .post_2020 a:before,
main#main #contents .contents__pickup_information .contents__pickup_information_inner .pickup_information__posts .posts__post.post_2021 + .post_2021 a:before,
main#main #contents .contents__pickup_information .contents__pickup_information_inner .pickup_information__posts .posts__post.post_2022 + .post_2022 a:before,
main#main #contents .contents__pickup_information .contents__pickup_information_inner .pickup_information__posts .posts__post.post_2023 + .post_2023 a:before,
main#main #contents .contents__pickup_information .contents__pickup_information_inner .pickup_information__posts .posts__post.post_2024 + .post_2024 a:before,
main#main #contents .contents__pickup_information .contents__pickup_information_inner .pickup_information__posts .posts__post.post_2025 + .post_2025 a:before,
main#main #contents .contents__pickup_information .contents__pickup_information_inner .pickup_information__posts .posts__post.post_2026 + .post_2026 a:before,
main#main #contents .contents__pickup_information .contents__pickup_information_inner .pickup_information__posts .posts__post.post_2027 + .post_2027 a:before,
main#main #contents .contents__pickup_information .contents__pickup_information_inner .pickup_information__posts .posts__post.post_2028 + .post_2028 a:before,
main#main #contents .contents__pickup_information .contents__pickup_information_inner .pickup_information__posts .posts__post.post_2029 + .post_2029 a:before,
main#main #contents .contents__pickup_information .contents__pickup_information_inner .pickup_information__posts .posts__post.post_2030 + .post_2030 a:before,
main#main #contents .contents__pickup_information .contents__pickup_information_inner .pickup_information__posts .posts__post.post_2031 + .post_2031 a:before,
main#main #contents .contents__pickup_information .contents__pickup_information_inner .pickup_information__posts .posts__post.post_2032 + .post_2032 a:before,
main#main #contents .contents__pickup_information .contents__pickup_information_inner .pickup_information__posts .posts__post.post_2033 + .post_2033 a:before,
main#main #contents .contents__pickup_information .contents__pickup_information_inner .pickup_information__posts .posts__post.post_2034 + .post_2034 a:before {
  width: calc(100% - 50px);
  left: 50px;
}
@media all and (max-width: 900px) {
  main#main #contents .contents__pickup_information .contents__pickup_information_inner .pickup_information__posts .posts__post.post_2014 + .post_2014 a:before,
  main#main #contents .contents__pickup_information .contents__pickup_information_inner .pickup_information__posts .posts__post.post_2015 + .post_2015 a:before,
  main#main #contents .contents__pickup_information .contents__pickup_information_inner .pickup_information__posts .posts__post.post_2016 + .post_2016 a:before,
  main#main #contents .contents__pickup_information .contents__pickup_information_inner .pickup_information__posts .posts__post.post_2017 + .post_2017 a:before,
  main#main #contents .contents__pickup_information .contents__pickup_information_inner .pickup_information__posts .posts__post.post_2018 + .post_2018 a:before,
  main#main #contents .contents__pickup_information .contents__pickup_information_inner .pickup_information__posts .posts__post.post_2019 + .post_2019 a:before,
  main#main #contents .contents__pickup_information .contents__pickup_information_inner .pickup_information__posts .posts__post.post_2020 + .post_2020 a:before,
  main#main #contents .contents__pickup_information .contents__pickup_information_inner .pickup_information__posts .posts__post.post_2021 + .post_2021 a:before,
  main#main #contents .contents__pickup_information .contents__pickup_information_inner .pickup_information__posts .posts__post.post_2022 + .post_2022 a:before,
  main#main #contents .contents__pickup_information .contents__pickup_information_inner .pickup_information__posts .posts__post.post_2023 + .post_2023 a:before,
  main#main #contents .contents__pickup_information .contents__pickup_information_inner .pickup_information__posts .posts__post.post_2024 + .post_2024 a:before,
  main#main #contents .contents__pickup_information .contents__pickup_information_inner .pickup_information__posts .posts__post.post_2025 + .post_2025 a:before,
  main#main #contents .contents__pickup_information .contents__pickup_information_inner .pickup_information__posts .posts__post.post_2026 + .post_2026 a:before,
  main#main #contents .contents__pickup_information .contents__pickup_information_inner .pickup_information__posts .posts__post.post_2027 + .post_2027 a:before,
  main#main #contents .contents__pickup_information .contents__pickup_information_inner .pickup_information__posts .posts__post.post_2028 + .post_2028 a:before,
  main#main #contents .contents__pickup_information .contents__pickup_information_inner .pickup_information__posts .posts__post.post_2029 + .post_2029 a:before,
  main#main #contents .contents__pickup_information .contents__pickup_information_inner .pickup_information__posts .posts__post.post_2030 + .post_2030 a:before,
  main#main #contents .contents__pickup_information .contents__pickup_information_inner .pickup_information__posts .posts__post.post_2031 + .post_2031 a:before,
  main#main #contents .contents__pickup_information .contents__pickup_information_inner .pickup_information__posts .posts__post.post_2032 + .post_2032 a:before,
  main#main #contents .contents__pickup_information .contents__pickup_information_inner .pickup_information__posts .posts__post.post_2033 + .post_2033 a:before,
  main#main #contents .contents__pickup_information .contents__pickup_information_inner .pickup_information__posts .posts__post.post_2034 + .post_2034 a:before {
    width: 100%;
    left: 0;
  }
}
main#main #contents .contents__pickup_information .contents__pickup_information_inner .pickup_information__posts .posts__post.post_2014 + .post_2014 a .post__year,
main#main #contents .contents__pickup_information .contents__pickup_information_inner .pickup_information__posts .posts__post.post_2015 + .post_2015 a .post__year,
main#main #contents .contents__pickup_information .contents__pickup_information_inner .pickup_information__posts .posts__post.post_2016 + .post_2016 a .post__year,
main#main #contents .contents__pickup_information .contents__pickup_information_inner .pickup_information__posts .posts__post.post_2017 + .post_2017 a .post__year,
main#main #contents .contents__pickup_information .contents__pickup_information_inner .pickup_information__posts .posts__post.post_2018 + .post_2018 a .post__year,
main#main #contents .contents__pickup_information .contents__pickup_information_inner .pickup_information__posts .posts__post.post_2019 + .post_2019 a .post__year,
main#main #contents .contents__pickup_information .contents__pickup_information_inner .pickup_information__posts .posts__post.post_2020 + .post_2020 a .post__year,
main#main #contents .contents__pickup_information .contents__pickup_information_inner .pickup_information__posts .posts__post.post_2021 + .post_2021 a .post__year,
main#main #contents .contents__pickup_information .contents__pickup_information_inner .pickup_information__posts .posts__post.post_2022 + .post_2022 a .post__year,
main#main #contents .contents__pickup_information .contents__pickup_information_inner .pickup_information__posts .posts__post.post_2023 + .post_2023 a .post__year,
main#main #contents .contents__pickup_information .contents__pickup_information_inner .pickup_information__posts .posts__post.post_2024 + .post_2024 a .post__year,
main#main #contents .contents__pickup_information .contents__pickup_information_inner .pickup_information__posts .posts__post.post_2025 + .post_2025 a .post__year,
main#main #contents .contents__pickup_information .contents__pickup_information_inner .pickup_information__posts .posts__post.post_2026 + .post_2026 a .post__year,
main#main #contents .contents__pickup_information .contents__pickup_information_inner .pickup_information__posts .posts__post.post_2027 + .post_2027 a .post__year,
main#main #contents .contents__pickup_information .contents__pickup_information_inner .pickup_information__posts .posts__post.post_2028 + .post_2028 a .post__year,
main#main #contents .contents__pickup_information .contents__pickup_information_inner .pickup_information__posts .posts__post.post_2029 + .post_2029 a .post__year,
main#main #contents .contents__pickup_information .contents__pickup_information_inner .pickup_information__posts .posts__post.post_2030 + .post_2030 a .post__year,
main#main #contents .contents__pickup_information .contents__pickup_information_inner .pickup_information__posts .posts__post.post_2031 + .post_2031 a .post__year,
main#main #contents .contents__pickup_information .contents__pickup_information_inner .pickup_information__posts .posts__post.post_2032 + .post_2032 a .post__year,
main#main #contents .contents__pickup_information .contents__pickup_information_inner .pickup_information__posts .posts__post.post_2033 + .post_2033 a .post__year,
main#main #contents .contents__pickup_information .contents__pickup_information_inner .pickup_information__posts .posts__post.post_2034 + .post_2034 a .post__year {
  display: none;
}
main#main #contents .contents__pickup_information .contents__pickup_information_inner .pickup_information__more_button {
  padding: 17px 0 0 260px;
}
@media all and (max-width: 900px) {
  main#main #contents .contents__pickup_information .contents__pickup_information_inner .pickup_information__more_button {
    padding: 25px 0 0 0;
  }
}
main#main #contents .contents__pickup_information .contents__pickup_information_inner .pickup_information__more_button a {
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 1.5px;
  color: #0f2291;
  padding: 5px 0;
  border-bottom: 1px solid #0f2291;
}
@media all and (max-width: 900px) {
  main#main #contents .contents__pickup_information .contents__pickup_information_inner .pickup_information__more_button a {
    letter-spacing: 1.2px;
  }
}
.pc main#main #contents .contents__pickup_information .contents__pickup_information_inner .pickup_information__more_button a:hover {
  color: #999999;
  border-bottom: 1px solid transparent;
}
main#main #contents .contents__view_image {
  padding: 40px 40px 0 40px;
}
@media all and (max-width: 900px) {
  main#main #contents .contents__view_image {
    padding: 0;
  }
}
main#main #contents .contents__view_image .view_image__image {
  position: relative;
  overflow: hidden;
}
main#main #contents .contents__view_image .view_image__image:before {
  content: "";
  display: block;
  padding-top: 35.7%;
}
@media all and (min-width: 1800px) {
  main#main #contents .contents__view_image .view_image__image:before {
    padding-top: 615px;
  }
}
@media all and (max-width: 900px) {
  main#main #contents .contents__view_image .view_image__image:before {
    padding-top: 50%;
  }
}
main#main #contents .contents__view_image .view_image__image:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
main#main #contents .contents__view_image .view_image__image .image__headline {
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 2px;
  text-indent: 2px;
  text-align: center;
  position: absolute;
  color: #ffffff;
  top: 80px;
  left: 50%;
  z-index: 3;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
@media all and (max-width: 1100px) {
  main#main #contents .contents__view_image .view_image__image .image__headline {
    top: 60px;
  }
}
@media all and (max-width: 900px) {
  main#main #contents .contents__view_image .view_image__image .image__headline {
    font-size: 18px;
    letter-spacing: 1.6px;
    text-indent: 1.6px;
    top: 20px;
  }
}
main#main #contents .contents__view_image .view_image__image .image__logo img {
  display: block;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
main#main #contents .contents__view_image .view_image__image .image__logo img.stay {
  width: 28.6%;
}
@media all and (min-width: 1800px) {
  main#main #contents .contents__view_image .view_image__image .image__logo img.stay {
    width: 490px;
  }
}
@media all and (max-width: 900px) {
  main#main #contents .contents__view_image .view_image__image .image__logo img.stay {
    width: 160px;
  }
}
main#main #contents .contents__view_image .view_image__image .image__logo img.shop {
  width: 14.3%;
}
@media all and (min-width: 1800px) {
  main#main #contents .contents__view_image .view_image__image .image__logo img.shop {
    width: 245px;
  }
}
@media all and (max-width: 900px) {
  main#main #contents .contents__view_image .view_image__image .image__logo img.shop {
    width: 80px;
  }
}
main#main #contents .contents__view_image .view_image__image .image__bg img {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
@media all and (max-width: 900px) {
  main#main #contents .contents__view_image .view_image__image .image__bg img.pc {
    display: none;
  }
}
main#main #contents .contents__view_image .view_image__image .image__bg img.sp {
  display: none;
}
@media all and (max-width: 900px) {
  main#main #contents .contents__view_image .view_image__image .image__bg img.sp {
    display: block;
  }
}
main#main #contents .contents__sub_menu,
main#main #contents .contents__sub_menu .contents__sub_menu_inner {
  height: 61px;
}
main#main #contents .contents__sub_menu {
  margin-top: 37px;
  position: relative;
}
@media all and (max-width: 900px) {
  main#main #contents .contents__sub_menu {
    margin-top: 61px;
  }
}
main#main #contents .contents__sub_menu:before {
  display: none;
}
@media all and (max-width: 900px) {
  main#main #contents .contents__sub_menu:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    top: -1px;
    left: 0;
    z-index: 2;
    background: #dfe0e2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
main#main #contents .contents__sub_menu.fixed .contents__sub_menu_inner {
  position: fixed;
  top: 81px;
  z-index: 9;
}
@media all and (max-width: 900px) {
  main#main #contents .contents__sub_menu.fixed .contents__sub_menu_inner {
    top: 61px;
  }
}
main#main #contents .contents__sub_menu.hover .contents__sub_menu_inner .sub_menu__button_sp a img.off {
  display: none;
}
main#main #contents .contents__sub_menu.hover .contents__sub_menu_inner .sub_menu__button_sp a img.on {
  display: block;
}
main#main #contents .contents__sub_menu.hover .contents__sub_menu_inner .sub_menu__titles_sp ul li a {
  color: #999999;
}
main#main #contents .contents__sub_menu.open .contents__sub_menu_inner .sub_menu__button_sp a img {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
}
main#main #contents .contents__sub_menu.open .contents__sub_menu_inner .sub_menu__titles_sp {
  display: none;
}
main#main #contents .contents__sub_menu.open .contents__sub_menu_inner > ul {
  display: block;
}
main#main #contents .contents__sub_menu .contents__sub_menu_inner {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  padding: 0 40px;
  background: #f7f7f7;
}
@media all and (max-width: 900px) {
  main#main #contents .contents__sub_menu .contents__sub_menu_inner {
    padding: 0;
    border-bottom: 1px solid #0f2291;
  }
}
main#main #contents .contents__sub_menu .contents__sub_menu_inner .sub_menu__button_sp {
  display: none;
}
@media all and (max-width: 900px) {
  main#main #contents .contents__sub_menu .contents__sub_menu_inner .sub_menu__button_sp {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
  }
}
main#main #contents .contents__sub_menu .contents__sub_menu_inner .sub_menu__button_sp a {
  display: block;
  width: 59px;
  height: 60px;
  padding: 25px 20px;
}
main#main #contents .contents__sub_menu .contents__sub_menu_inner .sub_menu__button_sp a img {
  display: block;
  width: 19px;
  height: 10px;
}
main#main #contents .contents__sub_menu .contents__sub_menu_inner .sub_menu__button_sp a img.on {
  display: none;
}
main#main #contents .contents__sub_menu .contents__sub_menu_inner .sub_menu__titles_sp {
  display: none;
}
@media all and (max-width: 900px) {
  main#main #contents .contents__sub_menu .contents__sub_menu_inner .sub_menu__titles_sp {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
  }
}
main#main #contents .contents__sub_menu .contents__sub_menu_inner .sub_menu__titles_sp ul li a {
  display: none;
  font-family: aktiv-grotesk-condensed, '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 1.2px;
  color: #0f2291;
  padding: 20px 20px 15px 20px;
}
main#main #contents .contents__sub_menu .contents__sub_menu_inner .sub_menu__titles_sp ul li a.current {
  display: block;
}
main#main #contents .contents__sub_menu .contents__sub_menu_inner > ul {
  height: 100%;
  font-size: 0;
  text-align: center;
  border-bottom: 1px solid #dfe0e2;
}
@media all and (max-width: 900px) {
  main#main #contents .contents__sub_menu .contents__sub_menu_inner > ul {
    display: none;
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    text-align: left;
    border-bottom: 1px solid #0f2291;
    background: #f7f7f7;
  }
}
main#main #contents .contents__sub_menu .contents__sub_menu_inner > ul li {
  display: inline-block;
  height: 100%;
  margin-left: 50px;
}
@media all and (max-width: 900px) {
  main#main #contents .contents__sub_menu .contents__sub_menu_inner > ul li {
    display: block;
    height: auto;
    margin-left: 0;
  }
}
main#main #contents .contents__sub_menu .contents__sub_menu_inner > ul li:first-child {
  margin-left: 0;
}
@media all and (max-width: 900px) {
  main#main #contents .contents__sub_menu .contents__sub_menu_inner > ul li:first-child a {
    padding-top: 20px;
  }
}
@media all and (max-width: 900px) {
  main#main #contents .contents__sub_menu .contents__sub_menu_inner > ul li:last-child a {
    padding-bottom: 15px;
  }
}
main#main #contents .contents__sub_menu .contents__sub_menu_inner > ul li a {
  display: inline-block;
  height: 100%;
  font-family: aktiv-grotesk-condensed, '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 1.5px;
  text-indent: 1.5px;
  text-align: center;
  position: relative;
  padding-top: 25px;
}
@media all and (max-width: 900px) {
  main#main #contents .contents__sub_menu .contents__sub_menu_inner > ul li a {
    display: block;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 1.2px;
    text-indent: 0px;
    text-align: left;
    padding: 10px 20px 5px 20px;
  }
}
main#main #contents .contents__sub_menu .contents__sub_menu_inner > ul li a:before {
  content: "";
  display: none;
  width: calc(100% - 4px);
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  background: #0f2291;
}
@media all and (max-width: 900px) {
  main#main #contents .contents__sub_menu .contents__sub_menu_inner > ul li a:before {
    display: none;
  }
}
main#main #contents .contents__sub_menu .contents__sub_menu_inner > ul li a.current {
  color: #0f2291;
}
main#main #contents .contents__sub_menu .contents__sub_menu_inner > ul li a.current:before {
  display: block;
}
@media all and (max-width: 900px) {
  main#main #contents .contents__sub_menu .contents__sub_menu_inner > ul li a.current:before {
    display: none;
  }
}
.pc main#main #contents .contents__sub_menu .contents__sub_menu_inner > ul li a:not(.current):hover {
  color: #999999;
}
main#main #contents .contents__sub_menu .contents__sub_menu_inner > ul li a.inactive {
  color: #999999;
  pointer-events: none;
}
main#main #contents .contents__tabs {
  position: relative;
}
main#main #contents .contents__tabs .tabs__tab {
  width: 100%;
  position: absolute;
  top: -9999em;
  left: -9999em;
  z-index: -9999;
}
main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content:not(.slide_images) {
  display: none;
}
main#main #contents .contents__tabs .tabs__tab.current {
  position: static;
  top: auto;
  left: auto;
  z-index: auto;
}
main#main #contents .contents__tabs .tabs__tab.current .tab__contents .contents__content:not(.slide_images) {
  display: block;
}
main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.image {
  padding: 0 120px;
}
@media all and (min-width: 1800px) {
  main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.image {
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 1100px) {
  main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.image {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media all and (max-width: 900px) {
  main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.image {
    padding: 0 20px;
  }
}
main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.image img {
  display: block;
  width: 100%;
  height: auto;
}
main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.slide_images {
  padding: 0 120px;
}
@media all and (min-width: 1800px) {
  main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.slide_images {
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 1100px) {
  main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.slide_images {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media all and (max-width: 900px) {
  main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.slide_images {
    padding: 0 20px;
  }
}
main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.slide_images ul {
  font-size: 0;
}
main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.slide_images ul li img {
  display: block;
  width: 100%;
  height: auto;
}
main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.slide_images ul ul.slick-dots {
  width: 100%;
  height: 60px;
  font-size: 0;
  position: static;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  margin: 0;
  padding: 22px 0 0 0;
}
@media all and (max-width: 900px) {
  main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.slide_images ul ul.slick-dots {
    height: 50px;
    padding-top: 17px;
  }
}
main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.slide_images ul ul.slick-dots li {
  width: 8px;
  height: 16px;
  margin: 0 8px 0 0;
  padding: 0;
  position: relative;
}
main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.slide_images ul ul.slick-dots li:last-child {
  margin-right: 0;
}
main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.slide_images ul ul.slick-dots li button {
  width: 100%;
  height: 8px;
  position: absolute;
  top: 4px;
  right: 0;
  z-index: 2;
  margin: 0;
  padding: 0;
  opacity: 1 !important;
  cursor: pointer;
  background: #dfe0e2;
  border-radius: 4px 4px 4px 4px;
}
main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.slide_images ul ul.slick-dots li button:before {
  display: none;
}
main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.slide_images ul ul.slick-dots li.slick-active {
  width: 68px;
}
main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.slide_images ul ul.slick-dots li.slick-active button {
  animation-name: anime;
  animation-fill-mode: backwards;
  animation-duration: 0.6s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-direction: normal;
}
@keyframes anime {
  0% {
    width: 50%;
  }
  100% {
    width: 100%;
  }
}
main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.headline_description {
  padding: 0 120px;
}
@media all and (min-width: 1800px) {
  main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.headline_description {
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 1100px) {
  main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.headline_description {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media all and (max-width: 900px) {
  main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.headline_description {
    padding: 0 20px;
  }
}
main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.headline_description .headline_description__headline {
  float: left;
  width: 50%;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 4px;
  color: #0f2291;
  padding-right: 50px;
  position: relative;
  top: -4px;
}
@media all and (max-width: 900px) {
  main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.headline_description .headline_description__headline {
    float: none;
    width: 100%;
    line-height: 30px;
    letter-spacing: 1.6px;
    padding-right: 0;
    position: static;
    top: auto;
    padding-top: 2px;
  }
}
main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.headline_description .headline_description__description {
  float: right;
  width: 50%;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 1.5px;
  text-align: justify;
}
@media all and (max-width: 900px) {
  main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.headline_description .headline_description__description {
    float: none;
    width: 100%;
    letter-spacing: 1.2px;
  }
}
@media all and (max-width: 900px) {
  main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.headline_description .headline_description__headline + .headline_description__description {
    padding-top: 26px;
  }
}
main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.headline_description:after {
  content: "";
  display: block;
  clear: both;
}
@media all and (max-width: 900px) {
  main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.headline_description:after {
    display: none;
  }
}
main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.design_for_u2 {
  padding: 52px 40px 70px 40px;
}
@media all and (max-width: 900px) {
  main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.design_for_u2 {
    padding: 52px 20px 72px 20px;
  }
}
main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.design_for_u2 .contents__content_inner {
  padding: 60px 80px 0 80px;
  border-top: 1px solid #dfe0e2;
}
@media all and (max-width: 1100px) {
  main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.design_for_u2 .contents__content_inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media all and (max-width: 900px) {
  main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.design_for_u2 .contents__content_inner {
    padding: 40px 0 0 0;
  }
}
main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.design_for_u2 .contents__content_inner .design_for_u2__headline {
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 2px;
}
@media all and (min-width: 1800px) {
  main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.design_for_u2 .contents__content_inner .design_for_u2__headline {
    max-width: 1560px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 900px) {
  main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.design_for_u2 .contents__content_inner .design_for_u2__headline {
    font-size: 18px;
    letter-spacing: 1.6px;
  }
}
@media all and (min-width: 1800px) {
  main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.design_for_u2 .contents__content_inner ul.design_for_u2__posts {
    max-width: 1560px;
    margin-left: auto;
    margin-right: auto;
  }
}
main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.design_for_u2 .contents__content_inner ul.design_for_u2__posts li.posts__post {
  padding: 23px 0 30px 0;
}
@media all and (max-width: 900px) {
  main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.design_for_u2 .contents__content_inner ul.design_for_u2__posts li.posts__post {
    padding: 40px 0 33px 0;
    position: relative;
  }
}
main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.design_for_u2 .contents__content_inner ul.design_for_u2__posts li.posts__post:before {
  display: none;
}
@media all and (max-width: 900px) {
  main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.design_for_u2 .contents__content_inner ul.design_for_u2__posts li.posts__post:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    background-image: linear-gradient(to right, #dfe0e2 1px, transparent 1px);
    background-size: 3px 1px;
    background-repeat: repeat-x;
    background-position: bottom left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.design_for_u2 .contents__content_inner ul.design_for_u2__posts li.posts__post:first-child {
  padding-top: 48px;
}
@media all and (max-width: 900px) {
  main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.design_for_u2 .contents__content_inner ul.design_for_u2__posts li.posts__post:first-child {
    padding-top: 35px;
  }
}
@media all and (max-width: 900px) {
  main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.design_for_u2 .contents__content_inner ul.design_for_u2__posts li.posts__post:last-child {
    padding-bottom: 0;
  }
}
@media all and (max-width: 900px) {
  main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.design_for_u2 .contents__content_inner ul.design_for_u2__posts li.posts__post:last-child:before {
    display: none;
  }
}
main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.design_for_u2 .contents__content_inner ul.design_for_u2__posts li.posts__post .post__thumbnail {
  width: 50%;
  float: left;
  padding: 7px 50px 0 0;
}
@media all and (max-width: 1100px) {
  main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.design_for_u2 .contents__content_inner ul.design_for_u2__posts li.posts__post .post__thumbnail {
    padding-right: 40px;
  }
}
@media all and (max-width: 900px) {
  main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.design_for_u2 .contents__content_inner ul.design_for_u2__posts li.posts__post .post__thumbnail {
    width: 100%;
    float: none;
    padding: 0;
  }
}
main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.design_for_u2 .contents__content_inner ul.design_for_u2__posts li.posts__post .post__thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}
@media all and (max-width: 900px) {
  main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.design_for_u2 .contents__content_inner ul.design_for_u2__posts li.posts__post .post__thumbnail img {
    width: 66.7%;
  }
}
main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.design_for_u2 .contents__content_inner ul.design_for_u2__posts li.posts__post .post__info {
  width: 50%;
  float: right;
}
@media all and (max-width: 900px) {
  main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.design_for_u2 .contents__content_inner ul.design_for_u2__posts li.posts__post .post__info {
    width: 100%;
    float: none;
    padding-top: 22px;
  }
}
main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.design_for_u2 .contents__content_inner ul.design_for_u2__posts li.posts__post .post__info .info__title {
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 1.5px;
  text-align: justify;
}
@media all and (max-width: 900px) {
  main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.design_for_u2 .contents__content_inner ul.design_for_u2__posts li.posts__post .post__info .info__title {
    letter-spacing: 1.2px;
  }
}
@media all and (max-width: 900px) {
  main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.design_for_u2 .contents__content_inner ul.design_for_u2__posts li.posts__post .post__info .info__title small {
    position: relative;
    top: -3px;
    left: -5px;
  }
}
main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.design_for_u2 .contents__content_inner ul.design_for_u2__posts li.posts__post .post__info .info__sub_title {
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 1.5px;
  text-align: justify;
  padding-top: 23px;
}
@media all and (max-width: 900px) {
  main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.design_for_u2 .contents__content_inner ul.design_for_u2__posts li.posts__post .post__info .info__sub_title {
    letter-spacing: 1.2px;
    padding-top: 14px;
  }
}
main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.design_for_u2 .contents__content_inner ul.design_for_u2__posts li.posts__post .post__info .info__description {
  font-size: 13px;
  line-height: 25px;
  letter-spacing: 1.5px;
  text-align: justify;
  padding-top: 5px;
}
@media all and (max-width: 900px) {
  main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.design_for_u2 .contents__content_inner ul.design_for_u2__posts li.posts__post .post__info .info__description {
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 1.2px;
    padding-top: 0;
  }
}
main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.design_for_u2 .contents__content_inner ul.design_for_u2__posts li.posts__post .post__info .info__description a {
  display: inline-block;
  color: #0f2291;
  position: relative;
  top: -8px;
}
main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.design_for_u2 .contents__content_inner ul.design_for_u2__posts li.posts__post .post__info .info__description a span.border {
  padding: 0 16px 5px 0;
  border-bottom: 1px solid #0f2291;
}
main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.design_for_u2 .contents__content_inner ul.design_for_u2__posts li.posts__post .post__info .info__description a span.border img {
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 7px;
  right: 0;
  z-index: 2;
}
@media all and (max-width: 900px) {
  main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.design_for_u2 .contents__content_inner ul.design_for_u2__posts li.posts__post .post__info .info__description a span.border img {
    top: 8px;
  }
}
main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.design_for_u2 .contents__content_inner ul.design_for_u2__posts li.posts__post .post__info .info__description a span.border img.on {
  display: none;
}
.pc main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.design_for_u2 .contents__content_inner ul.design_for_u2__posts li.posts__post .post__info .info__description a:hover {
  color: #999999;
}
.pc main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.design_for_u2 .contents__content_inner ul.design_for_u2__posts li.posts__post .post__info .info__description a:hover span.border {
  border-bottom: 1px solid transparent;
}
.pc main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.design_for_u2 .contents__content_inner ul.design_for_u2__posts li.posts__post .post__info .info__description a:hover span.border img.off {
  display: none;
}
.pc main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.design_for_u2 .contents__content_inner ul.design_for_u2__posts li.posts__post .post__info .info__description a:hover span.border img.on {
  display: block;
}
main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.design_for_u2 .contents__content_inner ul.design_for_u2__posts li.posts__post:after {
  content: "";
  display: block;
  clear: both;
}
@media all and (max-width: 900px) {
  main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.design_for_u2 .contents__content_inner ul.design_for_u2__posts li.posts__post:after {
    display: none;
  }
}
main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.image + .headline_description {
  padding-top: 52px;
}
@media all and (max-width: 900px) {
  main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.image + .headline_description {
    padding-top: 32px;
  }
}
main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.headline_description + .image {
  padding-top: 52px;
}
@media all and (max-width: 900px) {
  main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.headline_description + .image {
    padding-top: 32px;
  }
}
main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content:first-child.image {
  padding-top: 60px;
}
@media all and (max-width: 900px) {
  main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content:first-child.image {
    padding-top: 40px;
  }
}
main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content:last-child.image {
  padding-bottom: 100px;
}
@media all and (max-width: 900px) {
  main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content:last-child.image {
    padding-bottom: 80px;
  }
}
main#main #contents .contents__content.main_info {
  padding: 0 120px;
}
@media all and (min-width: 1800px) {
  main#main #contents .contents__content.main_info {
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 1100px) {
  main#main #contents .contents__content.main_info {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media all and (max-width: 900px) {
  main#main #contents .contents__content.main_info {
    padding: 0 20px;
  }
}
main#main #contents .contents__content.main_info .contents__content_inner .main_info__headline_description {
  float: left;
  width: 50%;
  padding: 0 50px 0 0;
}
@media all and (max-width: 1100px) {
  main#main #contents .contents__content.main_info .contents__content_inner .main_info__headline_description {
    padding-right: 40px;
  }
}
@media all and (max-width: 900px) {
  main#main #contents .contents__content.main_info .contents__content_inner .main_info__headline_description {
    float: none;
    width: 100%;
    padding: 0;
  }
}
main#main #contents .contents__content.main_info .contents__content_inner .main_info__headline_description .headline_description__headline {
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 4px;
  color: #0f2291;
}
@media all and (max-width: 900px) {
  main#main #contents .contents__content.main_info .contents__content_inner .main_info__headline_description .headline_description__headline {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 1.6px;
  }
}
main#main #contents .contents__content.main_info .contents__content_inner .main_info__headline_description .headline_description__description {
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 1.5px;
  text-align: justify;
  padding-top: 21px;
}
@media all and (max-width: 900px) {
  main#main #contents .contents__content.main_info .contents__content_inner .main_info__headline_description .headline_description__description {
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 1.2px;
    padding-top: 26px;
  }
}
main#main #contents .contents__content.main_info .contents__content_inner .main_info__information {
  float: right;
  width: 50%;
  padding: 10px 0 0 50px;
}
@media all and (max-width: 1100px) {
  main#main #contents .contents__content.main_info .contents__content_inner .main_info__information {
    padding-left: 40px;
  }
}
@media all and (max-width: 900px) {
  main#main #contents .contents__content.main_info .contents__content_inner .main_info__information {
    float: none;
    width: 100%;
    padding: 32px 0 0 0;
  }
}
main#main #contents .contents__content.main_info .contents__content_inner .main_info__information.no_link {
  padding-top: 0;
}
@media all and (max-width: 900px) {
  main#main #contents .contents__content.main_info .contents__content_inner .main_info__information.no_link {
    padding-top: 24px;
  }
}
main#main #contents .contents__content.main_info .contents__content_inner .main_info__information.no_link .information__list {
  padding-top: 0;
}
main#main #contents .contents__content.main_info .contents__content_inner .main_info__information.no_link .information__list dl:first-child {
  padding-top: 3px;
}
@media all and (max-width: 900px) {
  main#main #contents .contents__content.main_info .contents__content_inner .main_info__information.no_link .information__list dl:first-child {
    padding-top: 0;
  }
}
main#main #contents .contents__content.main_info .contents__content_inner .main_info__information .information__link a {
  display: block;
  height: 50px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #0f2291;
  border: 1px solid #0f2291;
  border-radius: 25px 25px 25px 25px;
  background: #ffffff;
}
main#main #contents .contents__content.main_info .contents__content_inner .main_info__information .information__link a span.inner {
  display: inline-block;
  font-weight: bold;
  position: relative;
  padding-right: 16px;
}
main#main #contents .contents__content.main_info .contents__content_inner .main_info__information .information__link a span.inner span.en {
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  font-weight: 600;
  letter-spacing: 1.4px;
  text-indent: 1.4px;
  color: #0f2291;
  margin-right: 3px;
}
@media all and (max-width: 900px) {
  main#main #contents .contents__content.main_info .contents__content_inner .main_info__information .information__link a span.inner span.en {
    letter-spacing: 1.2px;
    text-indent: 1.2px;
  }
}
main#main #contents .contents__content.main_info .contents__content_inner .main_info__information .information__link a span.inner img {
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 1px;
  right: 0;
  z-index: 2;
}
main#main #contents .contents__content.main_info .contents__content_inner .main_info__information .information__link a span.inner img.on {
  display: none;
}
main#main #contents .contents__content.main_info .contents__content_inner .main_info__information .information__link a.ja {
  letter-spacing: 1.5px;
  text-indent: 1.5px;
  padding-top: 17px;
}
@media all and (max-width: 900px) {
  main#main #contents .contents__content.main_info .contents__content_inner .main_info__information .information__link a.ja {
    letter-spacing: 1.2px;
    text-indent: 1.2px;
  }
}
main#main #contents .contents__content.main_info .contents__content_inner .main_info__information .information__link a.en {
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  font-weight: 600;
  letter-spacing: 1.6px;
  text-indent: 1.6px;
  color: #0f2291;
  padding-top: 19px;
  padding-top: 18.5px;
}
@media all and (max-width: 900px) {
  main#main #contents .contents__content.main_info .contents__content_inner .main_info__information .information__link a.en {
    letter-spacing: 1.2px;
    text-indent: 1.2px;
  }
}
main#main #contents .contents__content.main_info .contents__content_inner .main_info__information .information__link a.en span.inner {
  font-weight: 600;
}
main#main #contents .contents__content.main_info .contents__content_inner .main_info__information .information__link a.en span.inner img {
  top: 0;
}
.pc main#main #contents .contents__content.main_info .contents__content_inner .main_info__information .information__link a:hover {
  color: #ffffff;
  border: 1px solid #252760;
  background: #252760;
}
.pc main#main #contents .contents__content.main_info .contents__content_inner .main_info__information .information__link a:hover span.inner,
.pc main#main #contents .contents__content.main_info .contents__content_inner .main_info__information .information__link a:hover span.en {
  color: #ffffff;
}
.pc main#main #contents .contents__content.main_info .contents__content_inner .main_info__information .information__link a:hover img.off {
  display: none;
}
.pc main#main #contents .contents__content.main_info .contents__content_inner .main_info__information .information__link a:hover img.on {
  display: block;
}
main#main #contents .contents__content.main_info .contents__content_inner .main_info__information .information__link + .information__link {
  margin-top: 15px;
}
@media all and (max-width: 900px) {
  main#main #contents .contents__content.main_info .contents__content_inner .main_info__information .information__link + .information__link {
    margin-top: 10px;
  }
}
main#main #contents .contents__content.main_info .contents__content_inner .main_info__information .information__list {
  padding: 18px 0 8px 0;
}
@media all and (max-width: 900px) {
  main#main #contents .contents__content.main_info .contents__content_inner .main_info__information .information__list {
    padding-bottom: 0;
  }
}
main#main #contents .contents__content.main_info .contents__content_inner .main_info__information .information__list dl {
  padding: 14px 0 14px 0;
  border-bottom: 1px solid #dfe0e2;
}
main#main #contents .contents__content.main_info .contents__content_inner .main_info__information .information__list dl * {
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 1.5px;
  text-align: justify;
}
@media all and (max-width: 900px) {
  main#main #contents .contents__content.main_info .contents__content_inner .main_info__information .information__list dl * {
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 1.2px;
  }
}
main#main #contents .contents__content.main_info .contents__content_inner .main_info__information .information__list dl dt {
  float: left;
  width: 35%;
  font-weight: bold;
  padding-right: 30px;
}
@media all and (max-width: 1200px) {
  main#main #contents .contents__content.main_info .contents__content_inner .main_info__information .information__list dl dt {
    width: 150px;
  }
}
@media all and (max-width: 900px) {
  main#main #contents .contents__content.main_info .contents__content_inner .main_info__information .information__list dl dt {
    float: none;
    width: 100%;
    padding-right: 0;
  }
}
main#main #contents .contents__content.main_info .contents__content_inner .main_info__information .information__list dl dd {
  float: right;
  width: 65%;
}
@media all and (max-width: 1200px) {
  main#main #contents .contents__content.main_info .contents__content_inner .main_info__information .information__list dl dd {
    width: calc(100% - 150px);
  }
}
@media all and (max-width: 900px) {
  main#main #contents .contents__content.main_info .contents__content_inner .main_info__information .information__list dl dd {
    float: none;
    width: 100%;
  }
}
.pc main#main #contents .contents__content.main_info .contents__content_inner .main_info__information .information__list dl dd a:hover {
  color: #999999;
  border-bottom: 1px solid transparent;
}
main#main #contents .contents__content.main_info .contents__content_inner .main_info__information .information__list dl dd span.note {
  display: block;
  font-size: 13px;
  line-height: 25px;
  letter-spacing: 1.5px;
  text-align: justify;
  padding: 1px 0 2px 0;
}
@media all and (max-width: 900px) {
  main#main #contents .contents__content.main_info .contents__content_inner .main_info__information .information__list dl dd span.note {
    letter-spacing: 1.2px;
  }
}
main#main #contents .contents__content.main_info .contents__content_inner .main_info__information .information__list dl:after {
  content: "";
  display: block;
  clear: both;
}
@media all and (max-width: 900px) {
  main#main #contents .contents__content.main_info .contents__content_inner .main_info__information .information__list dl:after {
    display: none;
  }
}
main#main #contents .contents__content.main_info .contents__content_inner .main_info__information .information__list dl.no_column dt,
main#main #contents .contents__content.main_info .contents__content_inner .main_info__information .information__list dl.no_column dd {
  float: none;
  width: 100%;
}
main#main #contents .contents__content.main_info .contents__content_inner .main_info__information .information__list dl.no_column dt {
  padding-right: 0;
}
main#main #contents .contents__content.main_info .contents__content_inner .main_info__information .information__list dl.no_column:after {
  display: none;
}
main#main #contents .contents__content.main_info .contents__content_inner:after {
  content: "";
  display: block;
  clear: both;
}
@media all and (max-width: 900px) {
  main#main #contents .contents__content.main_info .contents__content_inner:after {
    display: none;
  }
}
body.en main#main #contents .contents__pickup_information .contents__pickup_information_inner .pickup_information__posts .posts__post a {
  padding-top: 20px;
  padding-bottom: 15px;
}
@media all and (max-width: 900px) {
  body.en main#main #contents .contents__pickup_information .contents__pickup_information_inner .pickup_information__posts .posts__post a {
    padding-top: 49px;
    padding-bottom: 24px;
  }
}
body.en main#main #contents .contents__pickup_information .contents__pickup_information_inner .pickup_information__posts .posts__post a .post__title {
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  line-height: 25px;
  letter-spacing: 1.5px;
}
@media all and (max-width: 900px) {
  body.en main#main #contents .contents__pickup_information .contents__pickup_information_inner .pickup_information__posts .posts__post a .post__title {
    line-height: 21px;
    letter-spacing: 1.2px;
  }
}
body.en main#main #contents .contents__pickup_information .contents__pickup_information_inner .pickup_information__posts .posts__post.important a .post__title {
  color: #0f2291;
}
body.en main#main #contents .contents__pickup_information .contents__pickup_information_inner .pickup_information__more_button {
  padding-top: 19px;
}
@media all and (max-width: 900px) {
  body.en main#main #contents .contents__pickup_information .contents__pickup_information_inner .pickup_information__more_button {
    padding-top: 25px;
  }
}
body.en main#main #contents .contents__pickup_information .contents__pickup_information_inner .pickup_information__more_button a {
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  letter-spacing: 1.5px;
  color: #0f2291;
  padding-bottom: 4px;
}
@media all and (max-width: 900px) {
  body.en main#main #contents .contents__pickup_information .contents__pickup_information_inner .pickup_information__more_button a {
    letter-spacing: 1.2px;
  }
}
body.en main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.headline_description .headline_description__headline {
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  line-height: 30px;
  letter-spacing: 2px;
  color: #0f2291;
  top: 0;
}
@media all and (max-width: 900px) {
  body.en main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.headline_description .headline_description__headline {
    line-height: 28px;
    letter-spacing: 1.6px;
    padding-top: 1px;
  }
}
body.en main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.headline_description .headline_description__description {
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  line-height: 25px;
  letter-spacing: 1.5px;
}
@media all and (max-width: 900px) {
  body.en main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.headline_description .headline_description__description {
    letter-spacing: 1.2px;
  }
}
body.en main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.design_for_u2 {
  padding-top: 51px;
}
@media all and (max-width: 900px) {
  body.en main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.design_for_u2 {
    padding-bottom: 77px;
  }
}
body.en main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.design_for_u2 .contents__content_inner ul.design_for_u2__posts li.posts__post {
  padding-top: 25px;
}
@media all and (max-width: 900px) {
  body.en main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.design_for_u2 .contents__content_inner ul.design_for_u2__posts li.posts__post {
    padding-top: 40px;
    padding-bottom: 38px;
  }
}
body.en main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.design_for_u2 .contents__content_inner ul.design_for_u2__posts li.posts__post:first-child {
  padding-top: 50px;
}
@media all and (max-width: 900px) {
  body.en main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.design_for_u2 .contents__content_inner ul.design_for_u2__posts li.posts__post:first-child {
    padding-top: 35px;
  }
}
@media all and (max-width: 900px) {
  body.en main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.design_for_u2 .contents__content_inner ul.design_for_u2__posts li.posts__post:last-child {
    padding-bottom: 0;
  }
}
body.en main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.design_for_u2 .contents__content_inner ul.design_for_u2__posts li.posts__post .post__thumbnail {
  padding-top: 5px;
}
@media all and (max-width: 900px) {
  body.en main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.design_for_u2 .contents__content_inner ul.design_for_u2__posts li.posts__post .post__thumbnail {
    padding-top: 0;
  }
}
@media all and (max-width: 900px) {
  body.en main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.design_for_u2 .contents__content_inner ul.design_for_u2__posts li.posts__post .post__info {
    padding-top: 25px;
  }
}
body.en main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.design_for_u2 .contents__content_inner ul.design_for_u2__posts li.posts__post .post__info .info__title {
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  line-height: 25px;
  letter-spacing: 1.5px;
}
@media all and (max-width: 900px) {
  body.en main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.design_for_u2 .contents__content_inner ul.design_for_u2__posts li.posts__post .post__info .info__title {
    letter-spacing: 1.2px;
  }
}
body.en main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.design_for_u2 .contents__content_inner ul.design_for_u2__posts li.posts__post .post__info .info__title small {
  display: block;
  font-size: 13px;
  line-height: 21px;
  letter-spacing: 1.2px;
  text-align: justify;
  padding-top: 7px;
}
body.en main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.design_for_u2 .contents__content_inner ul.design_for_u2__posts li.posts__post .post__info .info__sub_title {
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  line-height: 25px;
  letter-spacing: 1.5px;
  padding-top: 26px;
}
@media all and (max-width: 900px) {
  body.en main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.design_for_u2 .contents__content_inner ul.design_for_u2__posts li.posts__post .post__info .info__sub_title {
    padding-top: 16px;
  }
}
body.en main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.design_for_u2 .contents__content_inner ul.design_for_u2__posts li.posts__post .post__info .info__description {
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  line-height: 21px;
  letter-spacing: 1.2px;
  padding-top: 7px;
}
@media all and (max-width: 900px) {
  body.en main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.design_for_u2 .contents__content_inner ul.design_for_u2__posts li.posts__post .post__info .info__description {
    padding-top: 0;
  }
}
body.en main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.design_for_u2 .contents__content_inner ul.design_for_u2__posts li.posts__post .post__info .info__description a {
  line-height: 1;
  margin-top: 12px;
}
@media all and (max-width: 900px) {
  body.en main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.design_for_u2 .contents__content_inner ul.design_for_u2__posts li.posts__post .post__info .info__description a {
    margin-top: 0;
    top: -3px;
  }
}
body.en main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.design_for_u2 .contents__content_inner ul.design_for_u2__posts li.posts__post .post__info .info__description a span.border {
  display: inline-block;
  line-height: 1;
  padding: 0 16px 3px 0;
}
body.en main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.design_for_u2 .contents__content_inner ul.design_for_u2__posts li.posts__post .post__info .info__description a span.border img {
  top: 0;
}
body.en main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.image + .headline_description {
  padding-top: 55px;
}
@media all and (max-width: 900px) {
  body.en main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.image + .headline_description {
    padding-top: 35px;
  }
}
body.en main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.headline_description + .image {
  padding-top: 51px;
}
@media all and (max-width: 900px) {
  body.en main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.headline_description + .image {
    padding-top: 31px;
  }
}
body.en main#main #contents .contents__content.main_info .contents__content_inner .main_info__headline_description .headline_description__headline {
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  line-height: 30px;
  letter-spacing: 2px;
  color: #0f2291;
}
@media all and (max-width: 900px) {
  body.en main#main #contents .contents__content.main_info .contents__content_inner .main_info__headline_description .headline_description__headline {
    line-height: 28px;
    letter-spacing: 1.6px;
  }
}
body.en main#main #contents .contents__content.main_info .contents__content_inner .main_info__headline_description .headline_description__description {
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  line-height: 25px;
  letter-spacing: 1.5px;
  padding-top: 25px;
}
@media all and (max-width: 900px) {
  body.en main#main #contents .contents__content.main_info .contents__content_inner .main_info__headline_description .headline_description__description {
    letter-spacing: 1.2px;
    padding-top: 26px;
  }
}
body.en main#main #contents .contents__content.main_info .contents__content_inner .main_info__information {
  padding-top: 5px;
}
@media all and (max-width: 900px) {
  body.en main#main #contents .contents__content.main_info .contents__content_inner .main_info__information {
    padding-top: 31px;
  }
}
body.en main#main #contents .contents__content.main_info .contents__content_inner .main_info__information.no_link {
  padding-top: 0;
}
@media all and (max-width: 900px) {
  body.en main#main #contents .contents__content.main_info .contents__content_inner .main_info__information.no_link {
    padding-top: 26px;
  }
}
body.en main#main #contents .contents__content.main_info .contents__content_inner .main_info__information.no_link .information__list {
  padding-top: 0;
}
body.en main#main #contents .contents__content.main_info .contents__content_inner .main_info__information.no_link .information__list dl:first-child {
  padding-top: 0;
}
body.en main#main #contents .contents__content.main_info .contents__content_inner .main_info__information .information__list {
  padding-top: 16px;
}
body.en main#main #contents .contents__content.main_info .contents__content_inner .main_info__information .information__list dl {
  padding-top: 19px;
  padding-bottom: 15px;
}
body.en main#main #contents .contents__content.main_info .contents__content_inner .main_info__information .information__list dl * {
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  line-height: 25px;
  letter-spacing: 1.5px;
}
@media all and (max-width: 900px) {
  body.en main#main #contents .contents__content.main_info .contents__content_inner .main_info__information .information__list dl * {
    letter-spacing: 1.2px;
  }
}
body.en main#main #contents .contents__content.main_info .contents__content_inner .main_info__information .information__list dl dt {
  font-weight: 600;
}
body.en main#main #contents .contents__content.main_info .contents__content_inner .main_info__information .information__list dl dd span.note {
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  line-height: 21px;
  letter-spacing: 1.2px;
}
body#not_found #container #main #contents .contents__notfound {
  padding: 60px 40px 92px 40px;
}
@media all and (min-width: 1800px) {
  body#not_found #container #main #contents .contents__notfound {
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 900px) {
  body#not_found #container #main #contents .contents__notfound {
    padding: 60px 20px 72px 20px;
  }
}
body#not_found #container #main #contents .contents__notfound .notfound__headline {
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 2px;
  padding: 0 80px;
}
@media all and (max-width: 900px) {
  body#not_found #container #main #contents .contents__notfound .notfound__headline {
    letter-spacing: 1.6px;
    padding: 0 20px;
  }
}
body#not_found #container #main #contents .contents__notfound .notfound__description {
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 1.5px;
  padding: 27px 80px 0 80px;
}
@media all and (max-width: 900px) {
  body#not_found #container #main #contents .contents__notfound .notfound__description {
    letter-spacing: 1.2px;
    padding: 7px 20px 0 20px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Icons */
}
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('../images/common/slick/fonts/slick.eot');
  src: url('../images/common/slick/fonts/slick.eot?#iefix') format('embedded-opentype'), url('../images/common/slick/fonts/slick.woff') format('woff'), url('../images/common/slick/fonts/slick.ttf') format('truetype'), url('../images/common/slick/fonts/slick.svg#slick') format('svg');
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
body#top #container header#header {
  position: static;
  top: auto;
  left: auto;
  z-index: auto;
}
body#top #container header#header .header_inner:before {
  display: none;
}
@media all and (max-width: 900px) {
  body#top #container header#header .header_inner .header__lang {
    display: block;
  }
}
body#top #container header#header .header_inner .header__nav {
  right: 47px;
}
@media all and (max-width: 900px) {
  body#top #container header#header .header_inner .header__nav {
    display: none;
  }
}
body#top #container header#header .header_inner .header__logo {
  display: none;
}
body#top #container #scroll_header {
  transform: translate3d(0, -81px, 0);
  -webkit-transform: translate3d(0, -81px, 0);
}
@media all and (max-width: 900px) {
  body#top #container #scroll_header {
    transform: translate3d(0, -61px, 0);
    -webkit-transform: translate3d(0, -61px, 0);
  }
}
body#top #container #scroll_header.none {
  display: none;
}
body#top #container main#main {
  padding-top: 0;
}
body#top #container main#main #contents .contents__views {
  position: relative;
}
@media all and (max-width: 900px) {
  body#top #container main#main #contents .contents__views {
    position: static;
  }
}
body#top #container main#main #contents .contents__views .views__logo_slogan_sp {
  display: none;
}
@media all and (max-width: 900px) {
  body#top #container main#main #contents .contents__views .views__logo_slogan_sp {
    display: block;
    height: 180px;
    position: relative;
  }
}
body#top #container main#main #contents .contents__views .views__logo_slogan_sp .logo_slogan_sp__logo {
  text-align: center;
}
body#top #container main#main #contents .contents__views .views__logo_slogan_sp .logo_slogan_sp__logo a {
  display: inline-block;
}
body#top #container main#main #contents .contents__views .views__logo_slogan_sp .logo_slogan_sp__logo a img {
  display: block;
  width: 95px;
  height: 80px;
}
body#top #container main#main #contents .contents__views .views__logo_slogan_sp .logo_slogan_sp__slogan {
  width: 100%;
  position: absolute;
  bottom: 19px;
  left: 0;
  z-index: 2;
  padding: 0 20px;
}
body#top #container main#main #contents .contents__views .views__logo_slogan_sp .logo_slogan_sp__slogan p {
  font-size: 19px;
  line-height: 1;
  letter-spacing: 3px;
  text-indent: 3px;
  text-align: center;
}
body#top #container main#main #contents .contents__views ul#views__slide_images {
  float: left;
  width: 75%;
  height: 100%;
  font-size: 0;
}
@media all and (min-width: 1800px) {
  body#top #container main#main #contents .contents__views ul#views__slide_images {
    width: calc(100% - 450px);
  }
}
@media all and (max-width: 1400px) {
  body#top #container main#main #contents .contents__views ul#views__slide_images {
    width: calc(100% - 350px);
  }
}
@media all and (max-width: 900px) {
  body#top #container main#main #contents .contents__views ul#views__slide_images {
    float: none;
    width: 100%;
    height: calc(100% - 180px);
  }
}
body#top #container main#main #contents .contents__views ul#views__slide_images .slick-list,
body#top #container main#main #contents .contents__views ul#views__slide_images .slick-track,
body#top #container main#main #contents .contents__views ul#views__slide_images .slick-slide,
body#top #container main#main #contents .contents__views ul#views__slide_images .slick-slide > div {
  height: 100%;
}
body#top #container main#main #contents .contents__views ul#views__slide_images li.slide_images__slide_image {
  height: 100%;
}
body#top #container main#main #contents .contents__views ul#views__slide_images li.slide_images__slide_image .slide_image__image {
  height: calc(100% - 60px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media all and (max-width: 900px) {
  body#top #container main#main #contents .contents__views ul#views__slide_images li.slide_images__slide_image .slide_image__image {
    height: calc(100% - 50px);
  }
}
body#top #container main#main #contents .contents__views ul#views__slide_images ul.slick-dots {
  width: 100%;
  height: 60px;
  font-size: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 22px 0 0 0;
}
@media all and (max-width: 900px) {
  body#top #container main#main #contents .contents__views ul#views__slide_images ul.slick-dots {
    height: 50px;
    padding-top: 17px;
  }
}
body#top #container main#main #contents .contents__views ul#views__slide_images ul.slick-dots li {
  width: 8px;
  height: 16px;
  margin: 0 8px 0 0;
  padding: 0;
  position: relative;
}
body#top #container main#main #contents .contents__views ul#views__slide_images ul.slick-dots li:last-child {
  margin-right: 0;
}
body#top #container main#main #contents .contents__views ul#views__slide_images ul.slick-dots li button {
  width: 100%;
  height: 8px;
  position: absolute;
  top: 4px;
  right: 0;
  z-index: 2;
  margin: 0;
  padding: 0;
  opacity: 1 !important;
  cursor: pointer;
  background: #dfe0e2;
  border-radius: 4px 4px 4px 4px;
}
body#top #container main#main #contents .contents__views ul#views__slide_images ul.slick-dots li button:before {
  display: none;
}
body#top #container main#main #contents .contents__views ul#views__slide_images ul.slick-dots li.slick-active {
  width: 68px;
}
body#top #container main#main #contents .contents__views ul#views__slide_images ul.slick-dots li.slick-active button {
  animation-name: anime;
  animation-fill-mode: backwards;
  animation-duration: 0.6s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-direction: normal;
}
@keyframes anime {
  0% {
    width: 50%;
  }
  100% {
    width: 100%;
  }
}
body#top #container main#main #contents .contents__views .views__info {
  float: right;
  width: 25%;
  height: calc(100% - 60px);
  position: relative;
}
@media all and (min-width: 1800px) {
  body#top #container main#main #contents .contents__views .views__info {
    width: 450px;
  }
}
@media all and (max-width: 1400px) {
  body#top #container main#main #contents .contents__views .views__info {
    width: 350px;
  }
}
@media all and (max-width: 900px) {
  body#top #container main#main #contents .contents__views .views__info {
    display: none;
  }
}
body#top #container main#main #contents .contents__views .views__info .info__logo {
  width: 53.3%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
@media all and (max-height: 600px) {
  body#top #container main#main #contents .contents__views .views__info .info__logo {
    width: 50%;
    padding-bottom: 100px;
  }
}
@media all and (min-width: 1500px) {
  body#top #container main#main #contents .contents__views .views__info .info__logo {
    width: 200px;
  }
}
body#top #container main#main #contents .contents__views .views__info .info__logo a {
  display: block;
}
body#top #container main#main #contents .contents__views .views__info .info__logo a img {
  display: block;
  width: 100%;
  height: auto;
}
body#top #container main#main #contents .contents__views .views__info .info__links {
  width: 100%;
  font-size: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 0 40px;
}
@media all and (min-width: 1500px) {
  body#top #container main#main #contents .contents__views .views__info .info__links {
    padding: 0 60px;
  }
}
body#top #container main#main #contents .contents__views .views__info .info__links li {
  padding-top: 20px;
}
body#top #container main#main #contents .contents__views .views__info .info__links li:first-child {
  padding-top: 0;
}
body#top #container main#main #contents .contents__views .views__info .info__links li a,
body#top #container main#main #contents .contents__views .views__info .info__links li a * {
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 1.5px;
  text-indent: 1.5px;
  text-align: center;
  color: #0f2291;
}
body#top #container main#main #contents .contents__views .views__info .info__links li a {
  display: block;
  height: 40px;
  padding-top: 13px;
  padding-top: 12.5px;
  border: 1px solid #0f2291;
  border-radius: 20px 20px 20px 20px;
  background: #ffffff;
}
body#top #container main#main #contents .contents__views .views__info .info__links li a span.inner {
  display: inline-block;
  position: relative;
  padding-right: 16px;
}
body#top #container main#main #contents .contents__views .views__info .info__links li a span.inner span.en {
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  font-weight: 600;
  letter-spacing: 1.4px;
  text-indent: 1.4px;
  color: #0f2291;
  margin-right: 3px;
}
body#top #container main#main #contents .contents__views .views__info .info__links li a span.inner img {
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 1px;
  right: 0;
  z-index: 2;
}
body#top #container main#main #contents .contents__views .views__info .info__links li a span.inner img.on {
  display: none;
}
.pc body#top #container main#main #contents .contents__views .views__info .info__links li a:hover {
  color: #ffffff;
  border: 1px solid #252760;
  background: #252760;
}
.pc body#top #container main#main #contents .contents__views .views__info .info__links li a:hover span.inner,
.pc body#top #container main#main #contents .contents__views .views__info .info__links li a:hover span.en {
  color: #ffffff;
}
.pc body#top #container main#main #contents .contents__views .views__info .info__links li a:hover img.off {
  display: none;
}
.pc body#top #container main#main #contents .contents__views .views__info .info__links li a:hover img.on {
  display: block;
}
body#top #container main#main #contents .contents__views .views__slogan {
  width: 75%;
  height: calc(100% - 60px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media all and (min-width: 1800px) {
  body#top #container main#main #contents .contents__views .views__slogan {
    width: calc(100% - 450px);
  }
}
@media all and (max-width: 1400px) {
  body#top #container main#main #contents .contents__views .views__slogan {
    width: calc(100% - 350px);
  }
}
@media all and (max-width: 900px) {
  body#top #container main#main #contents .contents__views .views__slogan {
    display: none;
  }
}
body#top #container main#main #contents .contents__views .views__slogan p {
  width: 100%;
  font-size: 26px;
  line-height: 1;
  letter-spacing: 8px;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  padding: 0 120px;
}
@media all and (max-width: 1100px) {
  body#top #container main#main #contents .contents__views .views__slogan p {
    padding-left: 60px;
    padding-right: 60px;
  }
}
body#top #container main#main #contents .contents__views:after {
  content: "";
  display: block;
  clear: both;
}
@media all and (max-width: 900px) {
  body#top #container main#main #contents .contents__views:after {
    display: none;
  }
}
body#top #container main#main #contents .contents__links_sp {
  display: none;
}
@media all and (max-width: 900px) {
  body#top #container main#main #contents .contents__links_sp {
    display: block;
    padding: 19px 20px 0 20px;
  }
}
body#top #container main#main #contents .contents__links_sp ul li {
  padding-top: 10px;
}
body#top #container main#main #contents .contents__links_sp ul li:first-child {
  padding-top: 0;
}
body#top #container main#main #contents .contents__links_sp ul li a,
body#top #container main#main #contents .contents__links_sp ul li a * {
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 1.5px;
  text-indent: 1.5px;
  text-align: center;
  color: #0f2291;
}
body#top #container main#main #contents .contents__links_sp ul li a {
  display: block;
  height: 40px;
  padding-top: 12px;
  border: 1px solid #0f2291;
  border-radius: 20px 20px 20px 20px;
  background: #ffffff;
}
body#top #container main#main #contents .contents__links_sp ul li a span.inner {
  display: inline-block;
  position: relative;
  padding-right: 16px;
}
body#top #container main#main #contents .contents__links_sp ul li a span.inner span.en {
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  font-weight: 600;
  letter-spacing: 1.4px;
  text-indent: 1.4px;
  color: #0f2291;
  margin-right: 3px;
}
body#top #container main#main #contents .contents__links_sp ul li a span.inner img {
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 1px;
  right: 0;
  z-index: 2;
}
body#top #container main#main #contents .contents__links_sp ul li a span.inner img.on {
  display: none;
}
.pc body#top #container main#main #contents .contents__links_sp ul li a:hover {
  color: #ffffff;
  border: 1px solid #252760;
  background: #252760;
}
.pc body#top #container main#main #contents .contents__links_sp ul li a:hover span.inner,
.pc body#top #container main#main #contents .contents__links_sp ul li a:hover span.en {
  color: #ffffff;
}
.pc body#top #container main#main #contents .contents__links_sp ul li a:hover img.off {
  display: none;
}
.pc body#top #container main#main #contents .contents__links_sp ul li a:hover img.on {
  display: block;
}
body#top #container main#main #contents .contents__pickup_information {
  padding-top: 60px;
}
@media all and (max-width: 900px) {
  body#top #container main#main #contents .contents__pickup_information {
    padding-top: 40px;
  }
}
body#top #container main#main #contents .contents__banners {
  padding: 60px 120px 60px 120px;
}
@media all and (min-width: 1800px) {
  body#top #container main#main #contents .contents__banners {
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 1100px) {
  body#top #container main#main #contents .contents__banners {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media all and (max-width: 900px) {
  body#top #container main#main #contents .contents__banners {
    padding: 40px 20px 40px 20px;
  }
}
body#top #container main#main #contents .contents__banners .contents__banners_inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media all and (max-width: 900px) {
  body#top #container main#main #contents .contents__banners .contents__banners_inner {
    display: block;
  }
}
body#top #container main#main #contents .contents__banners .contents__banners_inner .banners__banner {
  width: calc((100% - 60px) / 2);
  margin-top: 40px;
}
@media all and (max-width: 900px) {
  body#top #container main#main #contents .contents__banners .contents__banners_inner .banners__banner {
    width: 100%;
    margin-top: 10px;
  }
}
body#top #container main#main #contents .contents__banners .contents__banners_inner .banners__banner:nth-child(1) {
  width: 100%;
  margin-top: 0;
}
@media all and (max-width: 900px) {
  body#top #container main#main #contents .contents__banners .contents__banners_inner .banners__banner:nth-child(1) a {
    background-image: url(../images/top-banner-about-sp.jpg) !important;
  }
}
body#top #container main#main #contents .contents__banners .contents__banners_inner .banners__banner:nth-child(1) a:before {
  padding-top: 20.8%;
}
@media all and (min-width: 1800px) {
  body#top #container main#main #contents .contents__banners .contents__banners_inner .banners__banner:nth-child(1) a:before {
    padding-top: 21.3%;
  }
}
@media all and (min-width: 2400px) {
  body#top #container main#main #contents .contents__banners .contents__banners_inner .banners__banner:nth-child(1) a:before {
    padding-top: 21.6%;
  }
}
@media all and (max-width: 900px) {
  body#top #container main#main #contents .contents__banners .contents__banners_inner .banners__banner:nth-child(1) a:before {
    padding-top: 44.4%;
  }
}
body#top #container main#main #contents .contents__banners .contents__banners_inner .banners__banner a {
  display: block;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
body#top #container main#main #contents .contents__banners .contents__banners_inner .banners__banner a:before {
  content: "";
  display: block;
  padding-top: 44.4%;
}
body#top #container main#main #contents .contents__banners .contents__banners_inner .banners__banner a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body#top #container main#main #contents .contents__banners .contents__banners_inner .banners__banner a .banner__logo {
  width: calc(100% - 40px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 20px;
  z-index: 3;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.6;
}
@media all and (max-width: 900px) {
  body#top #container main#main #contents .contents__banners .contents__banners_inner .banners__banner a .banner__logo {
    background-size: contain;
  }
}
body#top #container main#main #contents .contents__banners .contents__banners_inner .banners__banner a .banner__title {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 4;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  padding: 5px 20px 0 20px;
}
@media all and (max-width: 900px) {
  body#top #container main#main #contents .contents__banners .contents__banners_inner .banners__banner a .banner__title {
    padding: 0 20px;
  }
}
body#top #container main#main #contents .contents__banners .contents__banners_inner .banners__banner a .banner__title .title__en {
  float: left;
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 2px;
  color: #ffffff;
}
@media all and (max-width: 900px) {
  body#top #container main#main #contents .contents__banners .contents__banners_inner .banners__banner a .banner__title .title__en {
    float: none;
    font-size: 13px;
    letter-spacing: 1.3px;
  }
}
body#top #container main#main #contents .contents__banners .contents__banners_inner .banners__banner a .banner__title .title__ja {
  float: left;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 1.6px;
  color: #ffffff;
  position: relative;
  top: 1px;
  margin-left: 20px;
}
@media all and (max-width: 900px) {
  body#top #container main#main #contents .contents__banners .contents__banners_inner .banners__banner a .banner__title .title__ja {
    float: none;
    font-size: 18px;
    letter-spacing: 1.6px;
    position: static;
    top: auto;
    margin-left: 0;
    padding-top: 11px;
  }
}
body#top #container main#main #contents .contents__banners .contents__banners_inner .banners__banner a .banner__title:after {
  content: "";
  display: block;
  clear: both;
}
@media all and (max-width: 900px) {
  body#top #container main#main #contents .contents__banners .contents__banners_inner .banners__banner a .banner__title:after {
    display: none;
  }
}
.pc body#top #container main#main #contents .contents__banners .contents__banners_inner .banners__banner a:hover:after {
  display: none;
}
.pc body#top #container main#main #contents .contents__banners .contents__banners_inner .banners__banner a:hover .banner__logo {
  opacity: 1;
}
body#top #container main#main #contents .contents__access {
  padding: 0 40px 0 40px;
}
@media all and (max-width: 900px) {
  body#top #container main#main #contents .contents__access {
    padding: 0 20px 80px 20px;
  }
}
body#top #container main#main #contents .contents__access .contents__access_inner {
  padding: 38px 80px 0 80px;
  border-top: 1px solid #dfe0e2;
}
@media all and (max-width: 1100px) {
  body#top #container main#main #contents .contents__access .contents__access_inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media all and (max-width: 900px) {
  body#top #container main#main #contents .contents__access .contents__access_inner {
    padding: 38px 0 0 0;
  }
}
body#top #container main#main #contents .contents__access .contents__access_inner .access__head {
  padding-bottom: 35px;
}
@media all and (min-width: 1800px) {
  body#top #container main#main #contents .contents__access .contents__access_inner .access__head {
    max-width: 1560px;
    margin-left: auto;
    margin-right: auto;
  }
}
body#top #container main#main #contents .contents__access .contents__access_inner .access__head .head__headline {
  float: left;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 4px;
}
@media all and (max-width: 900px) {
  body#top #container main#main #contents .contents__access .contents__access_inner .access__head .head__headline {
    letter-spacing: 1.6px;
  }
}
body#top #container main#main #contents .contents__access .contents__access_inner .access__head .head__googlemap {
  float: right;
}
body#top #container main#main #contents .contents__access .contents__access_inner .access__head .head__googlemap a {
  display: inline-block;
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 1.6px;
  text-indent: 1.6px;
  text-align: center;
  color: #0f2291;
  padding-bottom: 4px;
  border-bottom: 1px solid #0f2291;
  position: relative;
  top: -3px;
}
@media all and (max-width: 900px) {
  body#top #container main#main #contents .contents__access .contents__access_inner .access__head .head__googlemap a {
    letter-spacing: 1.2px;
    text-indent: 1.2px;
  }
}
.pc body#top #container main#main #contents .contents__access .contents__access_inner .access__head .head__googlemap a:hover {
  color: #999999;
  border-bottom: 1px solid transparent;
}
body#top #container main#main #contents .contents__access .contents__access_inner .access__head:after {
  content: "";
  display: block;
  clear: both;
}
body#top #container main#main #contents .contents__access .contents__access_inner .access__map {
  position: relative;
}
@media all and (min-width: 1800px) {
  body#top #container main#main #contents .contents__access .contents__access_inner .access__map {
    max-width: 1560px;
    margin-left: auto;
    margin-right: auto;
  }
}
body#top #container main#main #contents .contents__access .contents__access_inner .access__map:before {
  content: "";
  display: block;
  padding-top: 41.7%;
}
@media all and (max-width: 900px) {
  body#top #container main#main #contents .contents__access .contents__access_inner .access__map:before {
    padding-top: 83.3%;
  }
}
body#top #container main#main #contents .contents__access .contents__access_inner .access__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
body#top #container main#main #contents .contents__access .contents__access_inner .access__map img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media all and (max-width: 900px) {
  body#top #container main#main #contents .contents__access .contents__access_inner .access__map img.pc {
    display: none;
  }
}
body#top #container main#main #contents .contents__access .contents__access_inner .access__map img.sp {
  display: none;
}
@media all and (max-width: 900px) {
  body#top #container main#main #contents .contents__access .contents__access_inner .access__map img.sp {
    display: block;
  }
}
body#top #container main#main #contents .contents__access .contents__access_inner .access__info {
  position: relative;
  padding: 40px 0 100px 0;
}
@media all and (min-width: 1800px) {
  body#top #container main#main #contents .contents__access .contents__access_inner .access__info {
    max-width: 1560px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 900px) {
  body#top #container main#main #contents .contents__access .contents__access_inner .access__info {
    position: static;
    padding: 40px 0 0 0;
  }
}
body#top #container main#main #contents .contents__access .contents__access_inner .access__info .info__name {
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 2px;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 2;
}
@media all and (max-width: 900px) {
  body#top #container main#main #contents .contents__access .contents__access_inner .access__info .info__name {
    letter-spacing: 1.6px;
    position: static;
    top: auto;
    left: auto;
    z-index: auto;
  }
}
body#top #container main#main #contents .contents__access .contents__access_inner .access__info .info__link {
  width: 50%;
  position: absolute;
  top: 95px;
  left: 0;
  z-index: 2;
  padding-right: 50px;
}
@media all and (max-width: 1100px) {
  body#top #container main#main #contents .contents__access .contents__access_inner .access__info .info__link {
    padding-right: 40px;
  }
}
@media all and (max-width: 900px) {
  body#top #container main#main #contents .contents__access .contents__access_inner .access__info .info__link {
    width: 100%;
    position: static;
    top: auto;
    left: auto;
    z-index: auto;
    padding: 35px 0 0 0;
  }
}
body#top #container main#main #contents .contents__access .contents__access_inner .access__info .info__link a {
  display: block;
  height: 50px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #0f2291;
  border: 1px solid #0f2291;
  border-radius: 25px 25px 25px 25px;
  background: #ffffff;
}
body#top #container main#main #contents .contents__access .contents__access_inner .access__info .info__link a.ja {
  letter-spacing: 1.5px;
  text-indent: 1.5px;
  padding-top: 17px;
}
@media all and (max-width: 900px) {
  body#top #container main#main #contents .contents__access .contents__access_inner .access__info .info__link a.ja {
    letter-spacing: 1.2px;
    text-indent: 1.2px;
  }
}
body#top #container main#main #contents .contents__access .contents__access_inner .access__info .info__link a.en {
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  font-weight: 600;
  letter-spacing: 1.6px;
  text-indent: 1.6px;
  color: #0f2291;
  padding-top: 19px;
  padding-top: 18.5px;
}
@media all and (max-width: 900px) {
  body#top #container main#main #contents .contents__access .contents__access_inner .access__info .info__link a.en {
    letter-spacing: 1.2px;
    text-indent: 1.2px;
  }
}
.pc body#top #container main#main #contents .contents__access .contents__access_inner .access__info .info__link a:hover {
  color: #ffffff;
  border: 1px solid #252760;
  background: #252760;
}
body#top #container main#main #contents .contents__access .contents__access_inner .access__info .info__list {
  width: 50%;
  margin-left: auto;
  padding: 33px 0 0 50px;
}
@media all and (max-width: 1100px) {
  body#top #container main#main #contents .contents__access .contents__access_inner .access__info .info__list {
    padding-left: 40px;
  }
}
@media all and (max-width: 900px) {
  body#top #container main#main #contents .contents__access .contents__access_inner .access__info .info__list {
    width: 100%;
    padding: 18px 0 0 0;
  }
}
body#top #container main#main #contents .contents__access .contents__access_inner .access__info .info__list dl {
  padding: 14px 0 14px 0;
  border-bottom: 1px solid #dfe0e2;
}
body#top #container main#main #contents .contents__access .contents__access_inner .access__info .info__list dl * {
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 1.5px;
}
@media all and (max-width: 900px) {
  body#top #container main#main #contents .contents__access .contents__access_inner .access__info .info__list dl * {
    letter-spacing: 1.2px;
  }
}
body#top #container main#main #contents .contents__access .contents__access_inner .access__info .info__list dl dt {
  float: left;
  width: 35%;
  font-weight: bold;
  padding-right: 30px;
}
@media all and (max-width: 1200px) {
  body#top #container main#main #contents .contents__access .contents__access_inner .access__info .info__list dl dt {
    width: 150px;
  }
}
@media all and (max-width: 900px) {
  body#top #container main#main #contents .contents__access .contents__access_inner .access__info .info__list dl dt {
    float: none;
    width: 100%;
    padding-right: 0;
  }
}
body#top #container main#main #contents .contents__access .contents__access_inner .access__info .info__list dl dd {
  float: right;
  width: 65%;
}
@media all and (max-width: 1200px) {
  body#top #container main#main #contents .contents__access .contents__access_inner .access__info .info__list dl dd {
    width: calc(100% - 150px);
  }
}
@media all and (max-width: 900px) {
  body#top #container main#main #contents .contents__access .contents__access_inner .access__info .info__list dl dd {
    float: none;
    width: 100%;
  }
}
.pc body#top #container main#main #contents .contents__access .contents__access_inner .access__info .info__list dl dd a:hover {
  color: #999999;
}
body#top #container main#main #contents .contents__access .contents__access_inner .access__info .info__list dl:after {
  content: "";
  display: block;
  clear: both;
}
@media all and (max-width: 900px) {
  body#top #container main#main #contents .contents__access .contents__access_inner .access__info .info__list dl:after {
    display: none;
  }
}
body#top.ja #container main#main #contents .contents__views .views__info .info__links li:nth-child(1) a span.inner {
  min-width: 76px;
}
body#top.ja #container main#main #contents .contents__views .views__info .info__links li:nth-child(2) a span.inner {
  min-width: 146px;
}
body#top.ja #container main#main #contents .contents__links_sp ul li:nth-child(1) a span.inner {
  min-width: 85px;
}
body#top.ja #container main#main #contents .contents__links_sp ul li:nth-child(2) a span.inner {
  min-width: 162px;
}
@media all and (max-width: 900px) {
  body#top.en #container main#main #contents .contents__views .views__logo_slogan_sp .logo_slogan_sp__slogan {
    bottom: 15px;
  }
}
@media all and (max-width: 900px) {
  body#top.en #container main#main #contents .contents__views .views__logo_slogan_sp .logo_slogan_sp__slogan p {
    font-family: aktiv-grotesk-condensed, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000000;
    letter-spacing: 1.5px;
  }
}
body#top.en #container main#main #contents .contents__views .views__info .info__links li:nth-child(1) a span.inner {
  min-width: 154px;
}
body#top.en #container main#main #contents .contents__views .views__info .info__links li:nth-child(2) a span.inner {
  min-width: 208px;
}
body#top.en #container main#main #contents .contents__views .views__info .info__links li a {
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  letter-spacing: 1.4px;
  text-indent: 1.4px;
  padding-top: 14px;
}
body#top.en #container main#main #contents .contents__views .views__info .info__links li a span.inner img {
  top: 0;
}
body#top.en #container main#main #contents .contents__views .views__slogan p {
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  line-height: 42px;
  letter-spacing: 4px;
  padding-top: 6px;
}
body#top.en #container main#main #contents .contents__links_sp ul li:nth-child(1) a span.inner {
  min-width: 165px;
}
body#top.en #container main#main #contents .contents__links_sp ul li:nth-child(2) a span.inner {
  min-width: 223px;
}
@media all and (max-width: 900px) {
  body#top.en #container main#main #contents .contents__links_sp ul li a,
  body#top.en #container main#main #contents .contents__links_sp ul li a span.inner {
    font-family: aktiv-grotesk-condensed, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000000;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-indent: 1.2px;
    color: #0f2291;
  }
}
@media all and (max-width: 900px) {
  body#top.en #container main#main #contents .contents__links_sp ul li a {
    padding-top: 14px;
    padding-top: 13.5px;
  }
}
@media all and (max-width: 900px) {
  body#top.en #container main#main #contents .contents__links_sp ul li a span.inner img {
    top: 0;
  }
}
@media all and (max-width: 900px) {
  body#top.en #container main#main #contents .contents__banners .contents__banners_inner .banners__banner a .banner__title {
    padding-top: 5px;
  }
}
@media all and (max-width: 900px) {
  body#top.en #container main#main #contents .contents__banners .contents__banners_inner .banners__banner a .banner__title .title__en {
    font-size: 18px;
    letter-spacing: 1.6px;
  }
}
body#top.en #container main#main #contents .contents__access .contents__access_inner {
  padding-top: 40px;
}
body#top.en #container main#main #contents .contents__access .contents__access_inner .access__head {
  padding-bottom: 32px;
}
body#top.en #container main#main #contents .contents__access .contents__access_inner .access__head .head__headline {
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  letter-spacing: 2px;
}
@media all and (max-width: 900px) {
  body#top.en #container main#main #contents .contents__access .contents__access_inner .access__head .head__headline {
    letter-spacing: 1.6px;
  }
}
body#top.en #container main#main #contents .contents__access .contents__access_inner .access__head .head__googlemap a {
  top: -5px;
  top: -5.5px;
}
body#top.en #container main#main #contents .contents__access .contents__access_inner .access__info .info__list {
  padding-top: 31px;
}
@media all and (max-width: 900px) {
  body#top.en #container main#main #contents .contents__access .contents__access_inner .access__info .info__list {
    padding-top: 16px;
  }
}
body#top.en #container main#main #contents .contents__access .contents__access_inner .access__info .info__list dl {
  padding-top: 19px;
  padding-bottom: 15px;
}
body#top.en #container main#main #contents .contents__access .contents__access_inner .access__info .info__list dl * {
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  line-height: 25px;
  letter-spacing: 1.5px;
}
body#top.en #container main#main #contents .contents__access .contents__access_inner .access__info .info__list dl dt {
  font-weight: 600;
}
body#stay main#main #contents .contents__view_image + .contents__content.main_info {
  padding-top: 50px;
}
@media all and (max-width: 900px) {
  body#stay main#main #contents .contents__view_image + .contents__content.main_info {
    padding-top: 34px;
  }
}
body#stay main#main #contents .contents__view_image + .contents__content.main_info.no_info .contents__content_inner .main_info__information .information__list {
  padding-bottom: 0;
}
body#stay main#main #contents .contents__content.main_info + .contents__pickup_information {
  padding-top: 52px;
}
@media all and (max-width: 900px) {
  body#stay main#main #contents .contents__content.main_info + .contents__pickup_information {
    padding-top: 60px;
  }
}
body#stay main#main #contents .contents__tabs {
  padding-top: 60px;
}
@media all and (max-width: 900px) {
  body#stay main#main #contents .contents__tabs {
    padding-top: 40px;
  }
}
body#stay main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.slide_images + .contents__content.main_info {
  padding-top: 24px;
}
@media all and (max-width: 900px) {
  body#stay main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.slide_images + .contents__content.main_info {
    padding-top: 13px;
  }
}
body#stay main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_info {
  padding: 52px 40px 60px 40px;
}
@media all and (max-width: 900px) {
  body#stay main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_info {
    margin-top: 60px;
    padding: 0 20px 40px 20px;
    border-top: 1px solid #dfe0e2;
  }
}
body#stay main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_info .contents__content_inner .repeater_info__info {
  padding: 0 80px 34px 80px;
  border-top: 1px solid #dfe0e2;
}
@media all and (max-width: 1100px) {
  body#stay main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_info .contents__content_inner .repeater_info__info {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media all and (max-width: 900px) {
  body#stay main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_info .contents__content_inner .repeater_info__info {
    padding: 0 0 34px 0;
  }
}
@media all and (max-width: 900px) {
  body#stay main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_info .contents__content_inner .repeater_info__info:first-child {
    padding-top: 0;
    border-top: none;
  }
}
body#stay main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_info .contents__content_inner .repeater_info__info .info__headline {
  font-size: 15px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 1.5px;
  padding: 32px 0 24px 0;
}
@media all and (min-width: 1800px) {
  body#stay main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_info .contents__content_inner .repeater_info__info .info__headline {
    max-width: 1560px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 900px) {
  body#stay main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_info .contents__content_inner .repeater_info__info .info__headline {
    letter-spacing: 1.2px;
    padding: 32px 0 32px 0;
  }
}
@media all and (min-width: 1800px) {
  body#stay main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_info .contents__content_inner .repeater_info__info .info__body {
    max-width: 1560px;
    margin-left: auto;
    margin-right: auto;
  }
}
body#stay main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_info .contents__content_inner .repeater_info__info .info__body .body__thumbnail {
  float: left;
  width: 50%;
  padding: 8px 50px 6px 0;
}
@media all and (max-width: 1100px) {
  body#stay main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_info .contents__content_inner .repeater_info__info .info__body .body__thumbnail {
    padding-right: 40px;
  }
}
@media all and (max-width: 900px) {
  body#stay main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_info .contents__content_inner .repeater_info__info .info__body .body__thumbnail {
    float: none;
    width: 100%;
    padding: 0;
  }
}
body#stay main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_info .contents__content_inner .repeater_info__info .info__body .body__thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}
body#stay main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_info .contents__content_inner .repeater_info__info .info__body .body__flexible_contents {
  float: right;
  width: 50%;
  padding-left: 50px;
}
@media all and (max-width: 1100px) {
  body#stay main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_info .contents__content_inner .repeater_info__info .info__body .body__flexible_contents {
    padding-left: 40px;
  }
}
@media all and (max-width: 900px) {
  body#stay main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_info .contents__content_inner .repeater_info__info .info__body .body__flexible_contents {
    float: none;
    width: 100%;
    padding-left: 0;
  }
}
body#stay main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_info .contents__content_inner .repeater_info__info .info__body .body__flexible_contents .flexible_contents__flexible_content.headline {
  display: inline-block;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 1.5px;
  text-indent: 1.5px;
  padding: 2px 8px 1px 8px;
  border: 1px solid #000000;
}
@media all and (max-width: 900px) {
  body#stay main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_info .contents__content_inner .repeater_info__info .info__body .body__flexible_contents .flexible_contents__flexible_content.headline {
    letter-spacing: 1.2px;
    text-indent: 1.2px;
  }
}
body#stay main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_info .contents__content_inner .repeater_info__info .info__body .body__flexible_contents .flexible_contents__flexible_content.description {
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 1.5px;
  text-align: justify;
}
@media all and (max-width: 900px) {
  body#stay main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_info .contents__content_inner .repeater_info__info .info__body .body__flexible_contents .flexible_contents__flexible_content.description {
    letter-spacing: 1.2px;
  }
}
body#stay main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_info .contents__content_inner .repeater_info__info .info__body .body__flexible_contents .flexible_contents__flexible_content.note {
  font-size: 13px;
  line-height: 25px;
  letter-spacing: 1.5px;
  text-align: justify;
}
@media all and (max-width: 900px) {
  body#stay main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_info .contents__content_inner .repeater_info__info .info__body .body__flexible_contents .flexible_contents__flexible_content.note {
    letter-spacing: 1.2px;
  }
}
body#stay main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_info .contents__content_inner .repeater_info__info .info__body .body__flexible_contents .flexible_contents__flexible_content.bullet ul {
  font-size: 0;
}
body#stay main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_info .contents__content_inner .repeater_info__info .info__body .body__flexible_contents .flexible_contents__flexible_content.bullet ul li {
  font-size: 13px;
  line-height: 25px;
  letter-spacing: 1.5px;
  text-align: justify;
  padding-left: 15px;
  position: relative;
}
@media all and (max-width: 900px) {
  body#stay main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_info .contents__content_inner .repeater_info__info .info__body .body__flexible_contents .flexible_contents__flexible_content.bullet ul li {
    letter-spacing: 1.2px;
    padding-left: 14px;
  }
}
body#stay main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_info .contents__content_inner .repeater_info__info .info__body .body__flexible_contents .flexible_contents__flexible_content.bullet ul li:before {
  content: "・";
  display: block;
  font-size: 13px;
  line-height: 25px;
  letter-spacing: 1.5px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media all and (max-width: 900px) {
  body#stay main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_info .contents__content_inner .repeater_info__info .info__body .body__flexible_contents .flexible_contents__flexible_content.bullet ul li:before {
    letter-spacing: 1.2px;
  }
}
body#stay main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_info .contents__content_inner .repeater_info__info .info__body .body__flexible_contents .flexible_contents__flexible_content.link a {
  display: block;
  height: 50px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 1.5px;
  text-indent: 1.5px;
  text-align: center;
  color: #0f2291;
  padding-top: 17px;
  border: 1px solid #0f2291;
  border-radius: 25px 25px 25px 25px;
  background: #ffffff;
}
@media all and (max-width: 900px) {
  body#stay main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_info .contents__content_inner .repeater_info__info .info__body .body__flexible_contents .flexible_contents__flexible_content.link a {
    letter-spacing: 1.2px;
    text-indent: 1.2px;
  }
}
body#stay main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_info .contents__content_inner .repeater_info__info .info__body .body__flexible_contents .flexible_contents__flexible_content.link a span.inner {
  display: inline-block;
  font-weight: bold;
  position: relative;
  padding-right: 16px;
}
body#stay main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_info .contents__content_inner .repeater_info__info .info__body .body__flexible_contents .flexible_contents__flexible_content.link a span.inner img {
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 1px;
  right: 0;
  z-index: 2;
}
body#stay main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_info .contents__content_inner .repeater_info__info .info__body .body__flexible_contents .flexible_contents__flexible_content.link a span.inner img.on {
  display: none;
}
.pc body#stay main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_info .contents__content_inner .repeater_info__info .info__body .body__flexible_contents .flexible_contents__flexible_content.link a:hover {
  color: #ffffff;
  border: 1px solid #252760;
  background: #252760;
}
.pc body#stay main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_info .contents__content_inner .repeater_info__info .info__body .body__flexible_contents .flexible_contents__flexible_content.link a:hover span.inner {
  color: #ffffff;
}
.pc body#stay main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_info .contents__content_inner .repeater_info__info .info__body .body__flexible_contents .flexible_contents__flexible_content.link a:hover img.off {
  display: none;
}
.pc body#stay main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_info .contents__content_inner .repeater_info__info .info__body .body__flexible_contents .flexible_contents__flexible_content.link a:hover img.on {
  display: block;
}
body#stay main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_info .contents__content_inner .repeater_info__info .info__body .body__flexible_contents .flexible_contents__flexible_content.headline + .note {
  padding-top: 24px;
}
body#stay main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_info .contents__content_inner .repeater_info__info .info__body .body__flexible_contents .flexible_contents__flexible_content.headline + .description {
  padding-top: 22px;
}
body#stay main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_info .contents__content_inner .repeater_info__info .info__body .body__flexible_contents .flexible_contents__flexible_content.note + .headline,
body#stay main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_info .contents__content_inner .repeater_info__info .info__body .body__flexible_contents .flexible_contents__flexible_content.bullet + .headline {
  margin-top: 34px;
}
body#stay main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_info .contents__content_inner .repeater_info__info .info__body .body__flexible_contents .flexible_contents__flexible_content.description + .bullet {
  padding-top: 15px;
}
body#stay main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_info .contents__content_inner .repeater_info__info .info__body .body__flexible_contents .flexible_contents__flexible_content.description + .link {
  padding-top: 22px;
}
body#stay main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_info .contents__content_inner .repeater_info__info .info__body .body__flexible_contents .flexible_contents__flexible_content:first-child.headline {
  margin-top: 8px;
}
@media all and (max-width: 900px) {
  body#stay main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_info .contents__content_inner .repeater_info__info .info__body .body__flexible_contents .flexible_contents__flexible_content:first-child.headline {
    margin-top: 40px;
  }
}
@media all and (max-width: 900px) {
  body#stay main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_info .contents__content_inner .repeater_info__info .info__body .body__flexible_contents .flexible_contents__flexible_content:first-child.description {
    padding-top: 32px;
  }
}
@media all and (max-width: 900px) {
  body#stay main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_info .contents__content_inner .repeater_info__info .info__body .body__flexible_contents .flexible_contents__flexible_content:first-child.note,
  body#stay main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_info .contents__content_inner .repeater_info__info .info__body .body__flexible_contents .flexible_contents__flexible_content:first-child.bullet {
    padding-top: 34px;
  }
}
body#stay main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_info .contents__content_inner .repeater_info__info .info__body .body__flexible_contents .flexible_contents__flexible_content:last-child.link {
  padding-bottom: 6px;
}
body#stay main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_info .contents__content_inner .repeater_info__info .info__body:after {
  content: "";
  display: block;
  clear: both;
}
@media all and (max-width: 900px) {
  body#stay main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_info .contents__content_inner .repeater_info__info .info__body:after {
    display: none;
  }
}
body#stay.ja main#main #contents .contents__content.main_info .contents__content_inner .main_info__information .information__link a span.inner {
  min-width: 85px;
}
@media all and (max-width: 900px) {
  body#stay.ja main#main #contents .contents__content.main_info .contents__content_inner .main_info__information .information__link a span.inner {
    min-width: 84px;
  }
}
body#stay.en main#main #contents .contents__view_image + .contents__content.main_info {
  padding-top: 56px;
}
@media all and (max-width: 900px) {
  body#stay.en main#main #contents .contents__view_image + .contents__content.main_info {
    padding-top: 36px;
  }
}
body#stay.en main#main #contents .contents__content.main_info .contents__content_inner .main_info__information .information__link a span.inner {
  min-width: 172px;
}
@media all and (max-width: 900px) {
  body#stay.en main#main #contents .contents__content.main_info .contents__content_inner .main_info__information .information__link a span.inner {
    min-width: 165px;
  }
}
body#stay.en main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.slide_images + .contents__content.main_info {
  padding-top: 29px;
}
@media all and (max-width: 900px) {
  body#stay.en main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.slide_images + .contents__content.main_info {
    padding-top: 15px;
  }
}
body#stay.en main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_info .contents__content_inner .repeater_info__info {
  padding-bottom: 31px;
}
body#stay.en main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_info .contents__content_inner .repeater_info__info .info__headline {
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  line-height: 25px;
  letter-spacing: 1.5px;
  font-weight: 600;
  padding: 35px 0 23px 0;
}
@media all and (max-width: 900px) {
  body#stay.en main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_info .contents__content_inner .repeater_info__info .info__headline {
    letter-spacing: 1.2px;
    padding: 35px 0 31px 0;
  }
}
body#stay.en main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_info .contents__content_inner .repeater_info__info .info__body .body__thumbnail {
  padding-bottom: 9px;
}
@media all and (max-width: 900px) {
  body#stay.en main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_info .contents__content_inner .repeater_info__info .info__body .body__thumbnail {
    padding-bottom: 0;
  }
}
body#stay.en main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_info .contents__content_inner .repeater_info__info .info__body .body__flexible_contents .flexible_contents__flexible_content.headline {
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  line-height: 25px;
  letter-spacing: 1.5px;
  padding: 4px 8px 0 8px;
}
@media all and (max-width: 900px) {
  body#stay.en main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_info .contents__content_inner .repeater_info__info .info__body .body__flexible_contents .flexible_contents__flexible_content.headline {
    letter-spacing: 1.2px;
  }
}
body#stay.en main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_info .contents__content_inner .repeater_info__info .info__body .body__flexible_contents .flexible_contents__flexible_content.description {
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  line-height: 25px;
  letter-spacing: 1.5px;
}
@media all and (max-width: 900px) {
  body#stay.en main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_info .contents__content_inner .repeater_info__info .info__body .body__flexible_contents .flexible_contents__flexible_content.description {
    letter-spacing: 1.2px;
  }
}
body#stay.en main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_info .contents__content_inner .repeater_info__info .info__body .body__flexible_contents .flexible_contents__flexible_content.note {
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  line-height: 21px;
  letter-spacing: 1.2px;
}
body#stay.en main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_info .contents__content_inner .repeater_info__info .info__body .body__flexible_contents .flexible_contents__flexible_content.bullet ul li {
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  line-height: 21px;
  letter-spacing: 1.2px;
  padding-left: 8px;
}
body#stay.en main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_info .contents__content_inner .repeater_info__info .info__body .body__flexible_contents .flexible_contents__flexible_content.bullet ul li:before {
  content: "･";
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  line-height: 21px;
  letter-spacing: 1.2px;
}
body#stay.en main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_info .contents__content_inner .repeater_info__info .info__body .body__flexible_contents .flexible_contents__flexible_content.link a {
  height: auto;
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 1.5px;
  text-indent: 1.5px;
  color: #0f2291;
  padding: 14px 10px 9px 10px;
  padding: 13.5px 10px 9.5px 10px;
}
@media all and (max-width: 900px) {
  body#stay.en main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_info .contents__content_inner .repeater_info__info .info__body .body__flexible_contents .flexible_contents__flexible_content.link a {
    letter-spacing: 1.2px;
    text-indent: 1.2px;
  }
}
body#stay.en main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_info .contents__content_inner .repeater_info__info .info__body .body__flexible_contents .flexible_contents__flexible_content.link a span.inner {
  font-weight: 600;
}
body#stay.en main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_info .contents__content_inner .repeater_info__info .info__body .body__flexible_contents .flexible_contents__flexible_content.link a span.inner img {
  top: 5px;
}
body#stay.en main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_info .contents__content_inner .repeater_info__info .info__body .body__flexible_contents .flexible_contents__flexible_content.headline + .note {
  padding-top: 26px;
}
body#stay.en main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_info .contents__content_inner .repeater_info__info .info__body .body__flexible_contents .flexible_contents__flexible_content.headline + .description {
  padding-top: 25px;
}
body#stay.en main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_info .contents__content_inner .repeater_info__info .info__body .body__flexible_contents .flexible_contents__flexible_content.note + .headline,
body#stay.en main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_info .contents__content_inner .repeater_info__info .info__body .body__flexible_contents .flexible_contents__flexible_content.bullet + .headline {
  margin-top: 33px;
}
body#stay.en main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_info .contents__content_inner .repeater_info__info .info__body .body__flexible_contents .flexible_contents__flexible_content.description + .bullet {
  padding-top: 17px;
}
body#stay.en main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_info .contents__content_inner .repeater_info__info .info__body .body__flexible_contents .flexible_contents__flexible_content.description + .headline {
  margin-top: 31px;
}
body#stay.en main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_info .contents__content_inner .repeater_info__info .info__body .body__flexible_contents .flexible_contents__flexible_content.description + .link {
  padding-top: 21px;
}
body#stay.en main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_info .contents__content_inner .repeater_info__info .info__body .body__flexible_contents .flexible_contents__flexible_content:first-child.description {
  margin-top: 3px;
}
body#stay.en main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_info .contents__content_inner .repeater_info__info .info__body .body__flexible_contents .flexible_contents__flexible_content:first-child.note,
body#stay.en main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_info .contents__content_inner .repeater_info__info .info__body .body__flexible_contents .flexible_contents__flexible_content:first-child.bullet {
  margin-top: 4px;
}
@media all and (max-width: 900px) {
  body#stay.en main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_info .contents__content_inner .repeater_info__info .info__body .body__flexible_contents .flexible_contents__flexible_content:first-child.note,
  body#stay.en main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_info .contents__content_inner .repeater_info__info .info__body .body__flexible_contents .flexible_contents__flexible_content:first-child.bullet {
    margin-top: 2px;
  }
}
body#stay.en main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_info .contents__content_inner .repeater_info__info .info__body .body__flexible_contents .flexible_contents__flexible_content:last-child.link {
  padding-bottom: 9px;
}
body#stay.en main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_info .contents__content_inner .repeater_info__info .info__body .body__flexible_contents .flexible_contents__flexible_content:last-child.note,
body#stay.en main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_info .contents__content_inner .repeater_info__info .info__body .body__flexible_contents .flexible_contents__flexible_content:last-child.bullet {
  padding-bottom: 2px;
}
body#meal main#main #contents section.contents__view_image .view_image__image .image__logo {
  width: 100%;
  height: 17.5%;
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  text-align: center;
}
@media all and (min-width: 1800px) {
  body#meal main#main #contents section.contents__view_image .view_image__image .image__logo {
    height: 105px;
  }
}
@media all and (max-width: 900px) {
  body#meal main#main #contents section.contents__view_image .view_image__image .image__logo {
    width: 210px;
    height: auto;
  }
}
body#meal main#main #contents section.contents__view_image .view_image__image .image__logo img {
  display: inline-block;
  width: auto;
  height: 100%;
  position: static;
  top: auto;
  left: auto;
  z-index: auto;
  transform: translateY(0) translateX(0);
  -webkit-transform: translateY(0) translateX(0);
  margin-left: 40px;
}
body#meal main#main #contents section.contents__view_image .view_image__image .image__logo img:first-child {
  margin-left: 0;
}
@media all and (max-width: 900px) {
  body#meal main#main #contents section.contents__view_image .view_image__image .image__logo img.pc {
    display: none;
  }
}
body#meal main#main #contents section.contents__view_image .view_image__image .image__logo img.sp {
  display: none;
}
@media all and (max-width: 900px) {
  body#meal main#main #contents section.contents__view_image .view_image__image .image__logo img.sp {
    display: block;
    width: 100%;
    height: auto;
    margin-left: 0;
  }
}
@media all and (max-width: 900px) {
  body#meal main#main #contents section.contents__sub_menu {
    margin-top: 0;
  }
}
@media all and (max-width: 900px) {
  body#meal main#main #contents section.contents__sub_menu:before {
    display: none;
  }
}
body#meal main#main #contents section.contents__sub_menu + .contents__tabs {
  padding-top: 60px;
}
@media all and (max-width: 900px) {
  body#meal main#main #contents section.contents__sub_menu + .contents__tabs {
    padding-top: 40px;
  }
}
body#meal main#main #contents .contents__tabs section.tabs__tab.no_menu {
  padding-bottom: 100px;
}
@media all and (max-width: 900px) {
  body#meal main#main #contents .contents__tabs section.tabs__tab.no_menu {
    padding-bottom: 80px;
  }
}
body#meal main#main #contents .contents__tabs section.tabs__tab.no_info .tab__contents .contents__content.repeater_menu {
  padding-top: 52px;
}
@media all and (max-width: 900px) {
  body#meal main#main #contents .contents__tabs section.tabs__tab.no_info .tab__contents .contents__content.repeater_menu {
    padding-top: 60px;
  }
}
@media all and (max-width: 900px) {
  body#meal main#main #contents .contents__tabs section.tabs__tab.no_info .tab__contents .contents__content.repeater_menu .contents__content_inner .repeater_menu__menu:first-child {
    border-top: none;
  }
}
body#meal main#main #contents .contents__tabs section.tabs__tab.no_info.no_menu {
  padding-bottom: 92px;
}
@media all and (max-width: 900px) {
  body#meal main#main #contents .contents__tabs section.tabs__tab.no_info.no_menu {
    padding-bottom: 80px;
  }
}
body#meal main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.slide_images + .contents__content.main_info {
  padding-top: 24px;
}
@media all and (max-width: 900px) {
  body#meal main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.slide_images + .contents__content.main_info {
    padding-top: 13px;
  }
}
body#meal main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.main_info + section.contents__pickup_information {
  padding-top: 52px;
}
@media all and (max-width: 900px) {
  body#meal main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.main_info + section.contents__pickup_information {
    padding-top: 60px;
  }
}
body#meal main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_menu {
  padding: 60px 40px 60px 40px;
}
@media all and (max-width: 900px) {
  body#meal main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_menu {
    padding: 60px 20px 40px 20px;
  }
}
@media all and (max-width: 900px) {
  body#meal main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_menu .contents__content_inner {
    position: relative;
  }
}
body#meal main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_menu .contents__content_inner:before {
  display: none;
}
@media all and (max-width: 900px) {
  body#meal main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_menu .contents__content_inner:before {
    content: "";
    display: block;
    width: calc(100% + 40px);
    height: 1px;
    position: absolute;
    top: 0;
    left: -20px;
    z-index: 2;
    background: #dfe0e2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
body#meal main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_menu .contents__content_inner .repeater_menu__menu {
  padding: 0 80px 34px 80px;
  border-top: 1px solid #dfe0e2;
}
@media all and (max-width: 1100px) {
  body#meal main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_menu .contents__content_inner .repeater_menu__menu {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media all and (max-width: 900px) {
  body#meal main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_menu .contents__content_inner .repeater_menu__menu {
    padding: 0 0 31px 0;
  }
}
body#meal main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_menu .contents__content_inner .repeater_menu__menu.no_headline {
  padding-top: 32px;
}
@media all and (max-width: 900px) {
  body#meal main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_menu .contents__content_inner .repeater_menu__menu.no_headline {
    padding-top: 40px;
  }
}
body#meal main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_menu .contents__content_inner .repeater_menu__menu .menu__headline {
  font-size: 15px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 1.5px;
  padding: 32px 0 24px 0;
}
@media all and (min-width: 1800px) {
  body#meal main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_menu .contents__content_inner .repeater_menu__menu .menu__headline {
    max-width: 1560px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 900px) {
  body#meal main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_menu .contents__content_inner .repeater_menu__menu .menu__headline {
    letter-spacing: 1.2px;
    padding: 32px 0 32px 0;
  }
}
@media all and (min-width: 1800px) {
  body#meal main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_menu .contents__content_inner .repeater_menu__menu .menu__body {
    max-width: 1560px;
    margin-left: auto;
    margin-right: auto;
  }
}
body#meal main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_menu .contents__content_inner .repeater_menu__menu .menu__body .body__image {
  float: left;
  width: 50%;
  padding: 8px 50px 6px 0;
}
@media all and (max-width: 1100px) {
  body#meal main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_menu .contents__content_inner .repeater_menu__menu .menu__body .body__image {
    padding-right: 40px;
  }
}
@media all and (max-width: 900px) {
  body#meal main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_menu .contents__content_inner .repeater_menu__menu .menu__body .body__image {
    float: none;
    width: 100%;
    padding: 0;
  }
}
body#meal main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_menu .contents__content_inner .repeater_menu__menu .menu__body .body__image img {
  display: block;
  width: 100%;
  height: auto;
}
body#meal main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_menu .contents__content_inner .repeater_menu__menu .menu__body .body__flexible_contents {
  float: right;
  width: 50%;
  padding-left: 50px;
}
@media all and (max-width: 1100px) {
  body#meal main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_menu .contents__content_inner .repeater_menu__menu .menu__body .body__flexible_contents {
    padding-left: 40px;
  }
}
@media all and (max-width: 900px) {
  body#meal main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_menu .contents__content_inner .repeater_menu__menu .menu__body .body__flexible_contents {
    float: none;
    width: 100%;
    padding-left: 0;
  }
}
body#meal main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_menu .contents__content_inner .repeater_menu__menu .menu__body .body__flexible_contents .flexible_contents__flexible_content.description,
body#meal main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_menu .contents__content_inner .repeater_menu__menu .menu__body .body__flexible_contents .flexible_contents__flexible_content.description * {
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 1.5px;
  text-align: justify;
}
@media all and (max-width: 900px) {
  body#meal main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_menu .contents__content_inner .repeater_menu__menu .menu__body .body__flexible_contents .flexible_contents__flexible_content.description,
  body#meal main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_menu .contents__content_inner .repeater_menu__menu .menu__body .body__flexible_contents .flexible_contents__flexible_content.description * {
    letter-spacing: 1.2px;
  }
}
body#meal main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_menu .contents__content_inner .repeater_menu__menu .menu__body .body__flexible_contents .flexible_contents__flexible_content.description a,
body#meal main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_menu .contents__content_inner .repeater_menu__menu .menu__body .body__flexible_contents .flexible_contents__flexible_content.description * a {
  padding-bottom: 4px;
  border-bottom: 1px solid #000000;
}
.pc body#meal main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_menu .contents__content_inner .repeater_menu__menu .menu__body .body__flexible_contents .flexible_contents__flexible_content.description a:hover,
.pc body#meal main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_menu .contents__content_inner .repeater_menu__menu .menu__body .body__flexible_contents .flexible_contents__flexible_content.description * a:hover {
  border-bottom: 1px solid transparent;
}
body#meal main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_menu .contents__content_inner .repeater_menu__menu .menu__body .body__flexible_contents .flexible_contents__flexible_content.note,
body#meal main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_menu .contents__content_inner .repeater_menu__menu .menu__body .body__flexible_contents .flexible_contents__flexible_content.note * {
  font-size: 13px;
  line-height: 25px;
  letter-spacing: 1.5px;
  text-align: justify;
}
@media all and (max-width: 900px) {
  body#meal main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_menu .contents__content_inner .repeater_menu__menu .menu__body .body__flexible_contents .flexible_contents__flexible_content.note,
  body#meal main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_menu .contents__content_inner .repeater_menu__menu .menu__body .body__flexible_contents .flexible_contents__flexible_content.note * {
    letter-spacing: 1.2px;
  }
}
body#meal main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_menu .contents__content_inner .repeater_menu__menu .menu__body .body__flexible_contents .flexible_contents__flexible_content.note a,
body#meal main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_menu .contents__content_inner .repeater_menu__menu .menu__body .body__flexible_contents .flexible_contents__flexible_content.note * a {
  padding-bottom: 3px;
  border-bottom: 1px solid #000000;
}
.pc body#meal main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_menu .contents__content_inner .repeater_menu__menu .menu__body .body__flexible_contents .flexible_contents__flexible_content.note a:hover,
.pc body#meal main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_menu .contents__content_inner .repeater_menu__menu .menu__body .body__flexible_contents .flexible_contents__flexible_content.note * a:hover {
  border-bottom: 1px solid transparent;
}
body#meal main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_menu .contents__content_inner .repeater_menu__menu .menu__body .body__flexible_contents .flexible_contents__flexible_content.link a {
  display: block;
  font-size: 15px;
  font-weight: bold;
  line-height: 25px;
  letter-spacing: 1.5px;
  text-indent: 1.5px;
  text-align: center;
  color: #0f2291;
  padding: 12px 15px 12px 15px;
  border: 1px solid #0f2291;
  border-radius: 25px 25px 25px 25px;
  background: #ffffff;
}
@media all and (max-width: 900px) {
  body#meal main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_menu .contents__content_inner .repeater_menu__menu .menu__body .body__flexible_contents .flexible_contents__flexible_content.link a {
    letter-spacing: 1.2px;
    text-indent: 1.2px;
  }
}
.pc body#meal main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_menu .contents__content_inner .repeater_menu__menu .menu__body .body__flexible_contents .flexible_contents__flexible_content.link a:hover {
  color: #ffffff;
  border: 1px solid #252760;
  background: #252760;
}
body#meal main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_menu .contents__content_inner .repeater_menu__menu .menu__body .body__flexible_contents .flexible_contents__flexible_content.description + .note {
  padding-top: 15px;
}
body#meal main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_menu .contents__content_inner .repeater_menu__menu .menu__body .body__flexible_contents .flexible_contents__flexible_content.description + .link {
  padding-top: 22px;
}
body#meal main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_menu .contents__content_inner .repeater_menu__menu .menu__body .body__flexible_contents .flexible_contents__flexible_content.note + .description {
  padding-top: 16px;
}
body#meal main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_menu .contents__content_inner .repeater_menu__menu .menu__body .body__flexible_contents .flexible_contents__flexible_content.note + .link {
  padding-top: 24px;
}
body#meal main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_menu .contents__content_inner .repeater_menu__menu .menu__body .body__flexible_contents .flexible_contents__flexible_content.link + .description {
  padding-top: 22px;
}
body#meal main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_menu .contents__content_inner .repeater_menu__menu .menu__body .body__flexible_contents .flexible_contents__flexible_content.link + .note {
  padding-top: 24px;
}
body#meal main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_menu .contents__content_inner .repeater_menu__menu .menu__body .body__flexible_contents .flexible_contents__flexible_content.link + .link {
  padding-top: 15px;
}
@media all and (max-width: 900px) {
  body#meal main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_menu .contents__content_inner .repeater_menu__menu .menu__body .body__flexible_contents .flexible_contents__flexible_content.link + .link {
    padding-top: 10px;
  }
}
body#meal main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_menu .contents__content_inner .repeater_menu__menu .menu__body .body__flexible_contents .flexible_contents__flexible_content:first-child.link {
  padding-top: 8px;
}
@media all and (max-width: 900px) {
  body#meal main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_menu .contents__content_inner .repeater_menu__menu .menu__body .body__flexible_contents .flexible_contents__flexible_content:first-child.link {
    padding-top: 40px;
  }
}
@media all and (max-width: 900px) {
  body#meal main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_menu .contents__content_inner .repeater_menu__menu .menu__body .body__flexible_contents .flexible_contents__flexible_content:first-child.description {
    padding-top: 32px;
  }
}
@media all and (max-width: 900px) {
  body#meal main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_menu .contents__content_inner .repeater_menu__menu .menu__body .body__flexible_contents .flexible_contents__flexible_content:first-child.note {
    padding-top: 33px;
  }
}
body#meal main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_menu .contents__content_inner .repeater_menu__menu .menu__body .body__flexible_contents .flexible_contents__flexible_content:last-child.link {
  padding-bottom: 6px;
}
@media all and (max-width: 900px) {
  body#meal main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_menu .contents__content_inner .repeater_menu__menu .menu__body .body__flexible_contents .flexible_contents__flexible_content:last-child.link {
    padding-bottom: 9px;
  }
}
@media all and (max-width: 900px) {
  body#meal main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_menu .contents__content_inner .repeater_menu__menu .menu__body .body__flexible_contents .flexible_contents__flexible_content:last-child.note {
    padding-bottom: 2px;
  }
}
body#meal main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_menu .contents__content_inner .repeater_menu__menu .menu__body:after {
  content: "";
  display: block;
  clear: both;
}
@media all and (max-width: 900px) {
  body#meal main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_menu .contents__content_inner .repeater_menu__menu .menu__body:after {
    display: none;
  }
}
body#meal.ja main#main #contents .contents__tabs section.tabs__tab#tab-the-restaurant .tab__contents .contents__content.main_info .contents__content_inner .main_info__information .information__link a span.inner {
  min-width: 162px;
}
@media all and (max-width: 900px) {
  body#meal.ja main#main #contents .contents__tabs section.tabs__tab#tab-the-restaurant .tab__contents .contents__content.main_info .contents__content_inner .main_info__information .information__link a span.inner {
    min-width: 158px;
  }
}
body#meal.en main#main #contents .contents__tabs section.tabs__tab#tab-the-restaurant .tab__contents .contents__content.main_info .contents__content_inner .main_info__information .information__link a span.inner {
  min-width: 234px;
}
@media all and (max-width: 900px) {
  body#meal.en main#main #contents .contents__tabs section.tabs__tab#tab-the-restaurant .tab__contents .contents__content.main_info .contents__content_inner .main_info__information .information__link a span.inner {
    min-width: 223px;
  }
}
body#meal.en main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.slide_images + .contents__content.main_info {
  padding-top: 29px;
}
@media all and (max-width: 900px) {
  body#meal.en main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.slide_images + .contents__content.main_info {
    padding-top: 15px;
  }
}
body#meal.en main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_menu .contents__content_inner .repeater_menu__menu {
  padding-bottom: 32px;
}
body#meal.en main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_menu .contents__content_inner .repeater_menu__menu.no_headline {
  padding-top: 35px;
}
@media all and (max-width: 900px) {
  body#meal.en main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_menu .contents__content_inner .repeater_menu__menu.no_headline {
    padding-top: 40px;
  }
}
body#meal.en main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_menu .contents__content_inner .repeater_menu__menu .menu__headline {
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 1.5px;
  padding: 35px 0 26px 0;
}
@media all and (max-width: 900px) {
  body#meal.en main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_menu .contents__content_inner .repeater_menu__menu .menu__headline {
    letter-spacing: 1.2px;
    padding: 35px 0 31px 0;
  }
}
body#meal.en main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_menu .contents__content_inner .repeater_menu__menu .menu__body .body__image {
  padding-top: 5px;
  padding-bottom: 9px;
}
@media all and (max-width: 900px) {
  body#meal.en main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_menu .contents__content_inner .repeater_menu__menu .menu__body .body__image {
    padding: 0;
  }
}
body#meal.en main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_menu .contents__content_inner .repeater_menu__menu .menu__body .body__flexible_contents .flexible_contents__flexible_content.description,
body#meal.en main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_menu .contents__content_inner .repeater_menu__menu .menu__body .body__flexible_contents .flexible_contents__flexible_content.description * {
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  line-height: 25px;
  letter-spacing: 1.5px;
}
@media all and (max-width: 900px) {
  body#meal.en main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_menu .contents__content_inner .repeater_menu__menu .menu__body .body__flexible_contents .flexible_contents__flexible_content.description,
  body#meal.en main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_menu .contents__content_inner .repeater_menu__menu .menu__body .body__flexible_contents .flexible_contents__flexible_content.description * {
    letter-spacing: 1.2px;
  }
}
body#meal.en main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_menu .contents__content_inner .repeater_menu__menu .menu__body .body__flexible_contents .flexible_contents__flexible_content.description a,
body#meal.en main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_menu .contents__content_inner .repeater_menu__menu .menu__body .body__flexible_contents .flexible_contents__flexible_content.description * a {
  display: inline-block;
  padding-bottom: 0;
}
body#meal.en main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_menu .contents__content_inner .repeater_menu__menu .menu__body .body__flexible_contents .flexible_contents__flexible_content.note,
body#meal.en main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_menu .contents__content_inner .repeater_menu__menu .menu__body .body__flexible_contents .flexible_contents__flexible_content.note * {
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  line-height: 21px;
  letter-spacing: 1.2px;
}
body#meal.en main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_menu .contents__content_inner .repeater_menu__menu .menu__body .body__flexible_contents .flexible_contents__flexible_content.note a,
body#meal.en main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_menu .contents__content_inner .repeater_menu__menu .menu__body .body__flexible_contents .flexible_contents__flexible_content.note * a {
  display: inline-block;
  padding-bottom: 0;
}
body#meal.en main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_menu .contents__content_inner .repeater_menu__menu .menu__body .body__flexible_contents .flexible_contents__flexible_content.link a {
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 1.5px;
  text-indent: 1.5px;
  color: #0f2291;
  padding: 14px 10px 9px 10px;
  padding: 13.5px 10px 9.5px 10px;
}
@media all and (max-width: 900px) {
  body#meal.en main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_menu .contents__content_inner .repeater_menu__menu .menu__body .body__flexible_contents .flexible_contents__flexible_content.link a {
    letter-spacing: 1.2px;
    text-indent: 1.2px;
  }
}
body#meal.en main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_menu .contents__content_inner .repeater_menu__menu .menu__body .body__flexible_contents .flexible_contents__flexible_content.description + .note {
  padding-top: 17px;
}
body#meal.en main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_menu .contents__content_inner .repeater_menu__menu .menu__body .body__flexible_contents .flexible_contents__flexible_content.description + .link {
  padding-top: 21px;
}
body#meal.en main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_menu .contents__content_inner .repeater_menu__menu .menu__body .body__flexible_contents .flexible_contents__flexible_content.note + .description {
  padding-top: 18px;
}
body#meal.en main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_menu .contents__content_inner .repeater_menu__menu .menu__body .body__flexible_contents .flexible_contents__flexible_content.note + .link {
  padding-top: 23px;
}
body#meal.en main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_menu .contents__content_inner .repeater_menu__menu .menu__body .body__flexible_contents .flexible_contents__flexible_content.link + .description {
  padding-top: 25px;
}
body#meal.en main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_menu .contents__content_inner .repeater_menu__menu .menu__body .body__flexible_contents .flexible_contents__flexible_content.link + .note {
  padding-top: 26px;
}
@media all and (max-width: 900px) {
  body#meal.en main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_menu .contents__content_inner .repeater_menu__menu .menu__body .body__flexible_contents .flexible_contents__flexible_content:first-child.description {
    padding-top: 35px;
  }
}
body#meal.en main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_menu .contents__content_inner .repeater_menu__menu .menu__body .body__flexible_contents .flexible_contents__flexible_content:first-child.note {
  padding-top: 1px;
}
@media all and (max-width: 900px) {
  body#meal.en main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_menu .contents__content_inner .repeater_menu__menu .menu__body .body__flexible_contents .flexible_contents__flexible_content:first-child.note {
    padding-top: 36px;
  }
}
body#meal.en main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_menu .contents__content_inner .repeater_menu__menu .menu__body .body__flexible_contents .flexible_contents__flexible_content:first-child.link {
  padding-top: 5px;
}
@media all and (max-width: 900px) {
  body#meal.en main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_menu .contents__content_inner .repeater_menu__menu .menu__body .body__flexible_contents .flexible_contents__flexible_content:first-child.link {
    padding-top: 40px;
  }
}
body#meal.en main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_menu .contents__content_inner .repeater_menu__menu .menu__body .body__flexible_contents .flexible_contents__flexible_content:last-child.note {
  padding-bottom: 1px;
}
body#meal.en main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.repeater_menu .contents__content_inner .repeater_menu__menu .menu__body .body__flexible_contents .flexible_contents__flexible_content:last-child.link {
  padding-bottom: 8px;
}
body#shop main#main #contents .contents__tabs .tabs__tab.no_info {
  padding-bottom: 92px;
}
@media all and (max-width: 900px) {
  body#shop main#main #contents .contents__tabs .tabs__tab.no_info {
    padding-bottom: 80px;
  }
}
body#shop main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.slide_images {
  padding-top: 60px;
}
@media all and (max-width: 900px) {
  body#shop main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.slide_images {
    padding-top: 40px;
  }
}
body#shop main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.main_info {
  padding-top: 24px;
}
@media all and (max-width: 900px) {
  body#shop main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.main_info {
    padding-top: 13px;
  }
}
body#shop main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.main_info + .contents__pickup_information {
  padding-top: 52px;
}
@media all and (max-width: 900px) {
  body#shop main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.main_info + .contents__pickup_information {
    padding-top: 60px;
  }
}
body#shop main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__pickup_information {
  padding-bottom: 100px;
}
@media all and (max-width: 900px) {
  body#shop main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__pickup_information {
    padding-bottom: 80px;
  }
}
body#shop.en main#main #contents .contents__tabs .tabs__tab .contents__content.main_info {
  padding-top: 29px;
}
@media all and (max-width: 900px) {
  body#shop.en main#main #contents .contents__tabs .tabs__tab .contents__content.main_info {
    padding-top: 15px;
  }
}
body#activity main#main #contents section.contents__view_image .view_image__image .image__logo {
  width: 100%;
  height: 20%;
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  text-align: center;
}
@media all and (min-width: 1800px) {
  body#activity main#main #contents section.contents__view_image .view_image__image .image__logo {
    height: 120px;
  }
}
@media all and (max-width: 900px) {
  body#activity main#main #contents section.contents__view_image .view_image__image .image__logo {
    width: 170px;
    height: auto;
  }
}
body#activity main#main #contents section.contents__view_image .view_image__image .image__logo img {
  display: inline-block;
  width: auto;
  height: 100%;
  position: static;
  top: auto;
  left: auto;
  z-index: auto;
  transform: translateY(0) translateX(0);
  -webkit-transform: translateY(0) translateX(0);
  margin-left: 40px;
}
@media all and (max-width: 900px) {
  body#activity main#main #contents section.contents__view_image .view_image__image .image__logo img {
    display: none;
  }
}
body#activity main#main #contents section.contents__view_image .view_image__image .image__logo img:first-child {
  margin-left: 0;
}
@media all and (max-width: 900px) {
  body#activity main#main #contents section.contents__view_image .view_image__image .image__logo img.pc {
    display: none;
  }
}
body#activity main#main #contents section.contents__view_image .view_image__image .image__logo img.sp {
  display: none;
}
@media all and (max-width: 900px) {
  body#activity main#main #contents section.contents__view_image .view_image__image .image__logo img.sp {
    display: block;
    width: 100%;
    height: auto;
    margin-left: 0;
  }
}
body#activity main#main #contents section.contents__view_image .view_image__image .image__logo img.onomichimap {
  opacity: 0.4;
}
@media all and (max-width: 900px) {
  body#activity main#main #contents section.contents__sub_menu {
    margin-top: 0;
  }
}
@media all and (max-width: 900px) {
  body#activity main#main #contents section.contents__sub_menu:before {
    display: none;
  }
}
body#activity main#main #contents .contents__tabs {
  padding-top: 60px;
}
@media all and (max-width: 900px) {
  body#activity main#main #contents .contents__tabs {
    padding-top: 40px;
  }
}
body#activity main#main #contents .contents__tabs section.tabs__tab {
  padding-bottom: 100px;
}
@media all and (max-width: 900px) {
  body#activity main#main #contents .contents__tabs section.tabs__tab {
    padding-bottom: 80px;
  }
}
body#activity main#main #contents .contents__tabs section.tabs__tab.no_info {
  padding-bottom: 92px;
}
@media all and (max-width: 900px) {
  body#activity main#main #contents .contents__tabs section.tabs__tab.no_info {
    padding-bottom: 80px;
  }
}
body#activity main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.slide_images + .contents__content.main_info {
  padding-top: 24px;
}
@media all and (max-width: 900px) {
  body#activity main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.slide_images + .contents__content.main_info {
    padding-top: 13px;
  }
}
body#activity main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.main_info + section.contents__pickup_information {
  padding-top: 52px;
}
@media all and (max-width: 900px) {
  body#activity main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.main_info + section.contents__pickup_information {
    padding-top: 60px;
  }
}
body#activity.ja main#main #contents .contents__tabs section.tabs__tab#tab-giant-store .tab__contents .contents__content.main_info .contents__content_inner .main_info__information .information__link:nth-child(1) a span.inner {
  min-width: 201px;
}
@media all and (max-width: 900px) {
  body#activity.ja main#main #contents .contents__tabs section.tabs__tab#tab-giant-store .tab__contents .contents__content.main_info .contents__content_inner .main_info__information .information__link:nth-child(1) a span.inner {
    min-width: 197px;
  }
}
body#activity.ja main#main #contents .contents__tabs section.tabs__tab#tab-giant-store .tab__contents .contents__content.main_info .contents__content_inner .main_info__information .information__link:nth-child(2) a span.inner {
  min-width: 199px;
}
@media all and (max-width: 900px) {
  body#activity.ja main#main #contents .contents__tabs section.tabs__tab#tab-giant-store .tab__contents .contents__content.main_info .contents__content_inner .main_info__information .information__link:nth-child(2) a span.inner {
    min-width: 196px;
  }
}
body#activity.ja main#main #contents .contents__tabs section.tabs__tab#tab-shimanami-cycling .tab__contents .contents__content.main_info .contents__content_inner .main_info__information .information__link a span.inner {
  min-width: 166px;
}
@media all and (max-width: 900px) {
  body#activity.ja main#main #contents .contents__tabs section.tabs__tab#tab-shimanami-cycling .tab__contents .contents__content.main_info .contents__content_inner .main_info__information .information__link a span.inner {
    min-width: 163px;
  }
}
body#activity.en main#main #contents .contents__tabs section.tabs__tab#tab-giant-store .tab__contents .contents__content.main_info .contents__content_inner .main_info__information .information__link:nth-child(1) a span.inner {
  min-width: 197px;
}
@media all and (max-width: 900px) {
  body#activity.en main#main #contents .contents__tabs section.tabs__tab#tab-giant-store .tab__contents .contents__content.main_info .contents__content_inner .main_info__information .information__link:nth-child(1) a span.inner {
    min-width: 189px;
  }
}
body#activity.en main#main #contents .contents__tabs section.tabs__tab#tab-giant-store .tab__contents .contents__content.main_info .contents__content_inner .main_info__information .information__link:nth-child(2) a span.inner {
  min-width: 195px;
}
@media all and (max-width: 900px) {
  body#activity.en main#main #contents .contents__tabs section.tabs__tab#tab-giant-store .tab__contents .contents__content.main_info .contents__content_inner .main_info__information .information__link:nth-child(2) a span.inner {
    min-width: 187px;
  }
}
body#activity.en main#main #contents .contents__tabs section.tabs__tab#tab-shimanami-cycling .tab__contents .contents__content.main_info .contents__content_inner .main_info__information .information__link a span.inner {
  min-width: 207px;
}
@media all and (max-width: 900px) {
  body#activity.en main#main #contents .contents__tabs section.tabs__tab#tab-shimanami-cycling .tab__contents .contents__content.main_info .contents__content_inner .main_info__information .information__link a span.inner {
    min-width: 198px;
  }
}
body#activity.en main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.slide_images + .contents__content.main_info {
  padding-top: 29px;
}
@media all and (max-width: 900px) {
  body#activity.en main#main #contents .contents__tabs section.tabs__tab .tab__contents .contents__content.slide_images + .contents__content.main_info {
    padding-top: 15px;
  }
}
@media all and (max-width: 900px) {
  body#about main#main #contents section.contents__sub_menu {
    margin-top: 0;
  }
}
@media all and (max-width: 900px) {
  body#about main#main #contents section.contents__sub_menu:before {
    display: none;
  }
}
body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_intro {
  padding: 60px 120px 0 120px;
}
@media all and (min-width: 1800px) {
  body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_intro {
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 1100px) {
  body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_intro {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media all and (max-width: 900px) {
  body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_intro {
    padding: 40px 20px 0 20px;
  }
}
body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_intro .access_intro__googlemap {
  position: relative;
}
body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_intro .access_intro__googlemap:before {
  content: "";
  display: block;
  padding-top: 50%;
}
body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_intro .access_intro__googlemap iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_intro .access_intro__map_link {
  text-align: right;
  padding-top: 39px;
}
@media all and (max-width: 900px) {
  body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_intro .access_intro__map_link {
    padding-top: 19px;
  }
}
body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_intro .access_intro__map_link a {
  display: inline-block;
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 1.6px;
  text-indent: 1.6px;
  text-align: center;
  color: #0f2291;
  padding-bottom: 4px;
  border-bottom: 1px solid #0f2291;
  position: relative;
  top: -2px;
}
@media all and (max-width: 900px) {
  body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_intro .access_intro__map_link a {
    letter-spacing: 1.2px;
    text-indent: 1.2px;
  }
}
.pc body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_intro .access_intro__map_link a:hover {
  color: #999999;
  border-bottom: 1px solid transparent;
}
body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_intro .access_intro__info {
  position: relative;
  padding: 50px 0 60px 0;
}
@media all and (max-width: 900px) {
  body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_intro .access_intro__info {
    padding: 38px 0 0 0;
  }
}
body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_intro .access_intro__info .info__name {
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 2px;
  color: #0f2291;
  position: absolute;
  top: 58px;
  left: 0;
  z-index: 2;
}
@media all and (max-width: 900px) {
  body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_intro .access_intro__info .info__name {
    position: static;
    top: auto;
    left: auto;
    z-index: auto;
  }
}
body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_intro .access_intro__info .info__links {
  max-width: 50%;
  position: absolute;
  top: 113px;
  left: 0;
  z-index: 2;
  padding-right: 50px;
}
@media all and (max-width: 900px) {
  body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_intro .access_intro__info .info__links {
    max-width: 100%;
    position: static;
    top: auto;
    left: auto;
    z-index: auto;
    padding: 35px 0 0 0;
  }
}
body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_intro .access_intro__info .info__links .links__link {
  margin-top: 15px;
}
@media all and (max-width: 900px) {
  body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_intro .access_intro__info .info__links .links__link {
    margin-top: 10px;
  }
}
body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_intro .access_intro__info .info__links .links__link:first-child {
  margin-top: 0;
}
body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_intro .access_intro__info .info__links .links__link a {
  display: block;
  min-width: 230px;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  color: #0f2291;
  border: 1px solid #0f2291;
  border-radius: 20px 20px 20px 20px;
  background: #ffffff;
}
body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_intro .access_intro__info .info__links .links__link a.ja {
  line-height: 25px;
  letter-spacing: 1.5px;
  text-indent: 1.5px;
  padding: 7px 19px 7px 20px;
  padding: 6.5px 19px 6.5px 20px;
}
@media all and (max-width: 900px) {
  body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_intro .access_intro__info .info__links .links__link a.ja {
    letter-spacing: 1.2px;
    text-indent: 1.2px;
  }
}
body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_intro .access_intro__info .info__links .links__link a.en {
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 1.2px;
  text-indent: 1.2px;
  color: #0f2291;
  padding: 10px 19px 7px 20px;
}
.pc body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_intro .access_intro__info .info__links .links__link a:hover {
  color: #ffffff;
  border: 1px solid #252760;
  background: #252760;
}
body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_intro .access_intro__info .info__list {
  width: 50%;
  margin-left: auto;
  padding-left: 50px;
}
@media all and (max-width: 900px) {
  body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_intro .access_intro__info .info__list {
    width: 100%;
    padding: 32px 0 0 0;
  }
}
body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_intro .access_intro__info .info__list dl {
  padding: 14px 0 14px 0;
  border-bottom: 1px solid #dfe0e2;
}
body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_intro .access_intro__info .info__list dl * {
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 1.5px;
}
@media all and (max-width: 900px) {
  body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_intro .access_intro__info .info__list dl * {
    letter-spacing: 1.2px;
  }
}
body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_intro .access_intro__info .info__list dl:first-child {
  padding-top: 0;
}
body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_intro .access_intro__info .info__list dl dt {
  float: left;
  width: 35%;
  font-weight: bold;
  padding-right: 30px;
}
@media all and (max-width: 1200px) {
  body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_intro .access_intro__info .info__list dl dt {
    width: 150px;
  }
}
@media all and (max-width: 900px) {
  body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_intro .access_intro__info .info__list dl dt {
    float: none;
    width: 100%;
    padding-right: 0;
  }
}
body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_intro .access_intro__info .info__list dl dd {
  float: right;
  width: 65%;
}
@media all and (max-width: 1200px) {
  body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_intro .access_intro__info .info__list dl dd {
    width: calc(100% - 150px);
  }
}
@media all and (max-width: 900px) {
  body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_intro .access_intro__info .info__list dl dd {
    float: none;
    width: 100%;
  }
}
.pc body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_intro .access_intro__info .info__list dl dd a:hover {
  color: #999999;
  border-bottom: 1px solid transparent;
}
body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_intro .access_intro__info .info__list dl:after {
  content: "";
  display: block;
  clear: both;
}
@media all and (max-width: 900px) {
  body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_intro .access_intro__info .info__list dl:after {
    display: none;
  }
}
body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_vehicle {
  padding: 0 40px;
}
@media all and (max-width: 900px) {
  body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_vehicle {
    padding: 0 20px;
  }
}
body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_vehicle.car {
  padding-bottom: 60px;
}
@media all and (max-width: 900px) {
  body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_vehicle.car {
    margin-top: 20px;
    padding-bottom: 40px;
  }
}
@media all and (max-width: 900px) {
  body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_vehicle.car .contents__content_inner {
    border-top: none;
  }
}
body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_vehicle.train {
  padding-bottom: 52px;
}
@media all and (max-width: 900px) {
  body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_vehicle.train {
    padding-bottom: 32px;
  }
}
body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_vehicle.airplane {
  padding-bottom: 92px;
}
@media all and (max-width: 900px) {
  body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_vehicle.airplane {
    padding-bottom: 72px;
  }
}
body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_vehicle .contents__content_inner {
  padding: 0 80px;
  border-top: 1px solid #dfe0e2;
}
@media all and (max-width: 1100px) {
  body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_vehicle .contents__content_inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media all and (max-width: 900px) {
  body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_vehicle .contents__content_inner {
    padding: 0;
  }
}
body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_vehicle .contents__content_inner .access_vehicle__headline {
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 4px;
  color: #0f2291;
  padding: 49px 0 17px 0;
}
@media all and (min-width: 1800px) {
  body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_vehicle .contents__content_inner .access_vehicle__headline {
    max-width: 1560px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 900px) {
  body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_vehicle .contents__content_inner .access_vehicle__headline {
    line-height: 30px;
    letter-spacing: 1.6px;
    padding: 34px 0 2px 0;
  }
}
body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_vehicle .contents__content_inner dl.access_vehicle__district {
  font-size: 0;
  padding-top: 32px;
}
@media all and (min-width: 1800px) {
  body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_vehicle .contents__content_inner dl.access_vehicle__district {
    max-width: 1560px;
    margin-left: auto;
    margin-right: auto;
  }
}
body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_vehicle .contents__content_inner dl.access_vehicle__district dt {
  display: inline-block;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 1.5px;
  text-indent: 1.5px;
  padding: 2px 6px 1px 8px;
  border: 1px solid #000000;
}
@media all and (max-width: 900px) {
  body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_vehicle .contents__content_inner dl.access_vehicle__district dt {
    letter-spacing: 1.2px;
    text-indent: 1.2px;
  }
}
body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_vehicle .contents__content_inner dl.access_vehicle__district dd,
body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_vehicle .contents__content_inner dl.access_vehicle__district dd * {
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 1.5px;
  text-align: justify;
}
@media all and (max-width: 900px) {
  body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_vehicle .contents__content_inner dl.access_vehicle__district dd,
  body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_vehicle .contents__content_inner dl.access_vehicle__district dd * {
    letter-spacing: 1.2px;
  }
}
body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_vehicle .contents__content_inner dl.access_vehicle__district dd {
  padding: 12px 0 0 80px;
}
@media all and (max-width: 900px) {
  body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_vehicle .contents__content_inner dl.access_vehicle__district dd {
    padding: 12px 0 0 0;
  }
}
body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_vehicle .contents__content_inner dl.access_vehicle__district dd a {
  display: inline-block;
  color: #0f2291;
  position: relative;
}
body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_vehicle .contents__content_inner dl.access_vehicle__district dd a span.border {
  padding: 0 16px 5px 0;
  border-bottom: 1px solid #0f2291;
}
body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_vehicle .contents__content_inner dl.access_vehicle__district dd a span.border img {
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 8px;
  right: 0;
  z-index: 2;
}
body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_vehicle .contents__content_inner dl.access_vehicle__district dd a span.border img.on {
  display: none;
}
.pc body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_vehicle .contents__content_inner dl.access_vehicle__district dd a:hover {
  color: #999999;
}
.pc body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_vehicle .contents__content_inner dl.access_vehicle__district dd a:hover span.border {
  border-bottom: 1px solid transparent;
}
.pc body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_vehicle .contents__content_inner dl.access_vehicle__district dd a:hover span.border img.off {
  display: none;
}
.pc body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_vehicle .contents__content_inner dl.access_vehicle__district dd a:hover span.border img.on {
  display: block;
}
body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_vehicle .contents__content_inner .access_vehicle__service {
  padding-top: 44px;
}
@media all and (min-width: 1800px) {
  body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_vehicle .contents__content_inner .access_vehicle__service {
    max-width: 1560px;
    margin-left: auto;
    margin-right: auto;
  }
}
body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_vehicle .contents__content_inner .access_vehicle__service .access_vehicle__service_left {
  float: left;
  width: 50%;
  padding: 0 50px 0 0;
}
@media all and (max-width: 1100px) {
  body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_vehicle .contents__content_inner .access_vehicle__service .access_vehicle__service_left {
    padding-right: 40px;
  }
}
@media all and (max-width: 900px) {
  body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_vehicle .contents__content_inner .access_vehicle__service .access_vehicle__service_left {
    float: none;
    width: 100%;
    padding: 0;
  }
}
body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_vehicle .contents__content_inner .access_vehicle__service .access_vehicle__service_left .service__headline {
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 1.5px;
  padding-bottom: 32px;
}
@media all and (max-width: 900px) {
  body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_vehicle .contents__content_inner .access_vehicle__service .access_vehicle__service_left .service__headline {
    letter-spacing: 1.2px;
  }
}
body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_vehicle .contents__content_inner .access_vehicle__service .access_vehicle__service_left .service__googlemap {
  position: relative;
}
body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_vehicle .contents__content_inner .access_vehicle__service .access_vehicle__service_left .service__googlemap:before {
  content: "";
  display: block;
  padding-top: 66.7%;
}
body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_vehicle .contents__content_inner .access_vehicle__service .access_vehicle__service_left .service__googlemap iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_vehicle .contents__content_inner .access_vehicle__service .access_vehicle__service_left .service__map_link {
  text-align: right;
  padding-top: 20px;
}
@media all and (max-width: 900px) {
  body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_vehicle .contents__content_inner .access_vehicle__service .access_vehicle__service_left .service__map_link {
    padding-top: 19px;
  }
}
body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_vehicle .contents__content_inner .access_vehicle__service .access_vehicle__service_left .service__map_link a {
  display: inline-block;
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 1.6px;
  text-indent: 1.6px;
  text-align: center;
  color: #0f2291;
  padding-bottom: 4px;
  border-bottom: 1px solid #0f2291;
  position: relative;
  top: -2px;
}
@media all and (max-width: 900px) {
  body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_vehicle .contents__content_inner .access_vehicle__service .access_vehicle__service_left .service__map_link a {
    letter-spacing: 1.2px;
    text-indent: 1.2px;
  }
}
.pc body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_vehicle .contents__content_inner .access_vehicle__service .access_vehicle__service_left .service__map_link a:hover {
  color: #999999;
  border-bottom: 1px solid transparent;
}
body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_vehicle .contents__content_inner .access_vehicle__service .access_vehicle__service_right {
  float: right;
  width: 50%;
  padding: 0 0 0 50px;
}
@media all and (max-width: 1100px) {
  body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_vehicle .contents__content_inner .access_vehicle__service .access_vehicle__service_right {
    padding-left: 40px;
  }
}
@media all and (max-width: 900px) {
  body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_vehicle .contents__content_inner .access_vehicle__service .access_vehicle__service_right {
    float: none;
    width: 100%;
    padding: 30px 0 0 0;
  }
}
body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_vehicle .contents__content_inner .access_vehicle__service .access_vehicle__service_right .service__description {
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 1.5px;
  text-align: justify;
  padding-bottom: 10px;
}
@media all and (max-width: 900px) {
  body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_vehicle .contents__content_inner .access_vehicle__service .access_vehicle__service_right .service__description {
    letter-spacing: 1.2px;
  }
}
body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_vehicle .contents__content_inner .access_vehicle__service .access_vehicle__service_right dl.service__price {
  padding: 14px 0 14px 0;
  border-bottom: 1px solid #dfe0e2;
}
body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_vehicle .contents__content_inner .access_vehicle__service .access_vehicle__service_right dl.service__price dt,
body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_vehicle .contents__content_inner .access_vehicle__service .access_vehicle__service_right dl.service__price dd {
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 1.5px;
  text-align: justify;
}
@media all and (max-width: 900px) {
  body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_vehicle .contents__content_inner .access_vehicle__service .access_vehicle__service_right dl.service__price dt,
  body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_vehicle .contents__content_inner .access_vehicle__service .access_vehicle__service_right dl.service__price dd {
    letter-spacing: 1.2px;
  }
}
body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_vehicle .contents__content_inner .access_vehicle__service .access_vehicle__service_right dl.service__price dt {
  float: left;
  width: 35%;
}
@media all and (max-width: 1200px) {
  body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_vehicle .contents__content_inner .access_vehicle__service .access_vehicle__service_right dl.service__price dt {
    width: 150px;
  }
}
@media all and (max-width: 900px) {
  body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_vehicle .contents__content_inner .access_vehicle__service .access_vehicle__service_right dl.service__price dt {
    float: none;
    width: 100%;
  }
}
body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_vehicle .contents__content_inner .access_vehicle__service .access_vehicle__service_right dl.service__price dd {
  float: right;
  width: 65%;
}
@media all and (max-width: 1200px) {
  body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_vehicle .contents__content_inner .access_vehicle__service .access_vehicle__service_right dl.service__price dd {
    width: calc(100% - 150px);
  }
}
@media all and (max-width: 900px) {
  body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_vehicle .contents__content_inner .access_vehicle__service .access_vehicle__service_right dl.service__price dd {
    float: none;
    width: 100%;
  }
}
body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_vehicle .contents__content_inner .access_vehicle__service .access_vehicle__service_right dl.service__price:after {
  content: "";
  display: block;
  clear: both;
}
@media all and (max-width: 900px) {
  body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_vehicle .contents__content_inner .access_vehicle__service .access_vehicle__service_right dl.service__price:after {
    display: none;
  }
}
body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_vehicle .contents__content_inner .access_vehicle__service .access_vehicle__service_right .service__note {
  font-size: 13px;
  line-height: 25px;
  letter-spacing: 1.5px;
  text-align: justify;
  padding: 14px 0 34px 0;
}
@media all and (max-width: 900px) {
  body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_vehicle .contents__content_inner .access_vehicle__service .access_vehicle__service_right .service__note {
    letter-spacing: 1.2px;
  }
}
body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_vehicle .contents__content_inner .access_vehicle__service .access_vehicle__service_right .service__frame_note {
  font-size: 13px;
  line-height: 25px;
  letter-spacing: 1.5px;
  text-align: justify;
  border: 1px solid #dfe0e2;
  padding: 14px 20px 14px 20px;
}
@media all and (max-width: 900px) {
  body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_vehicle .contents__content_inner .access_vehicle__service .access_vehicle__service_right .service__frame_note {
    letter-spacing: 1.2px;
  }
}
body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_vehicle .contents__content_inner .access_vehicle__service:after {
  content: "";
  display: block;
  clear: both;
}
@media all and (max-width: 900px) {
  body#about main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_vehicle .contents__content_inner .access_vehicle__service:after {
    display: none;
  }
}
body#about.en main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_intro .access_intro__info {
  padding-top: 53px;
}
@media all and (max-width: 900px) {
  body#about.en main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_intro .access_intro__info {
    padding-top: 38px;
  }
}
@media all and (max-width: 900px) {
  body#about.en main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_intro .access_intro__info .info__list {
    padding-top: 35px;
  }
}
body#about.en main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_intro .access_intro__info .info__list dl {
  padding-top: 19px;
  padding-bottom: 15px;
}
body#about.en main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_intro .access_intro__info .info__list dl:first-child {
  padding-top: 0;
}
body#about.en main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_intro .access_intro__info .info__list dl * {
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  line-height: 25px;
  letter-spacing: 1.5px;
}
@media all and (max-width: 900px) {
  body#about.en main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_intro .access_intro__info .info__list dl * {
    letter-spacing: 1.2px;
  }
}
body#about.en main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_intro .access_intro__info .info__list dl dt {
  font-weight: 600;
}
body#about.en main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_vehicle.train {
  padding-bottom: 51px;
}
@media all and (max-width: 900px) {
  body#about.en main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_vehicle.train {
    padding-bottom: 31px;
  }
}
body#about.en main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_vehicle.airplane {
  padding-bottom: 91px;
}
@media all and (max-width: 900px) {
  body#about.en main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_vehicle.airplane {
    padding-bottom: 71px;
  }
}
body#about.en main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_vehicle .contents__content_inner .access_vehicle__headline {
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  line-height: 30px;
  letter-spacing: 2px;
  color: #0f2291;
  padding: 55px 0 19px 0;
}
@media all and (max-width: 900px) {
  body#about.en main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_vehicle .contents__content_inner .access_vehicle__headline {
    padding: 35px 0 0 0;
  }
}
body#about.en main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_vehicle .contents__content_inner dl.access_vehicle__district {
  padding-top: 31px;
}
body#about.en main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_vehicle .contents__content_inner dl.access_vehicle__district dt {
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  line-height: 25px;
  letter-spacing: 1.5px;
  padding: 4px 8px 0 8px;
}
@media all and (max-width: 900px) {
  body#about.en main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_vehicle .contents__content_inner dl.access_vehicle__district dt {
    letter-spacing: 1.2px;
  }
}
body#about.en main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_vehicle .contents__content_inner dl.access_vehicle__district dd,
body#about.en main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_vehicle .contents__content_inner dl.access_vehicle__district dd * {
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  line-height: 25px;
  letter-spacing: 1.5px;
}
@media all and (max-width: 900px) {
  body#about.en main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_vehicle .contents__content_inner dl.access_vehicle__district dd,
  body#about.en main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_vehicle .contents__content_inner dl.access_vehicle__district dd * {
    letter-spacing: 1.2px;
  }
}
body#about.en main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_vehicle .contents__content_inner dl.access_vehicle__district dd {
  padding-top: 15px;
}
body#about.en main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_vehicle .contents__content_inner .access_vehicle__service {
  padding-top: 45px;
}
@media all and (max-width: 900px) {
  body#about.en main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_vehicle .contents__content_inner .access_vehicle__service {
    padding-top: 46px;
  }
}
body#about.en main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_vehicle .contents__content_inner .access_vehicle__service .access_vehicle__service_left .service__headline {
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  line-height: 25px;
  letter-spacing: 1.5px;
  padding-bottom: 31px;
}
@media all and (max-width: 900px) {
  body#about.en main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_vehicle .contents__content_inner .access_vehicle__service .access_vehicle__service_left .service__headline {
    letter-spacing: 1.2px;
  }
}
@media all and (max-width: 900px) {
  body#about.en main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_vehicle .contents__content_inner .access_vehicle__service .access_vehicle__service_right {
    padding-top: 33px;
  }
}
body#about.en main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_vehicle .contents__content_inner .access_vehicle__service .access_vehicle__service_right .service__description {
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  line-height: 25px;
  letter-spacing: 1.5px;
  padding-bottom: 7px;
}
@media all and (max-width: 900px) {
  body#about.en main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_vehicle .contents__content_inner .access_vehicle__service .access_vehicle__service_right .service__description {
    letter-spacing: 1.2px;
  }
}
body#about.en main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_vehicle .contents__content_inner .access_vehicle__service .access_vehicle__service_right dl.service__price {
  padding-top: 19px;
  padding-bottom: 15px;
}
body#about.en main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_vehicle .contents__content_inner .access_vehicle__service .access_vehicle__service_right dl.service__price dt,
body#about.en main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_vehicle .contents__content_inner .access_vehicle__service .access_vehicle__service_right dl.service__price dd {
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  line-height: 25px;
  letter-spacing: 1.5px;
}
@media all and (max-width: 900px) {
  body#about.en main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_vehicle .contents__content_inner .access_vehicle__service .access_vehicle__service_right dl.service__price dt,
  body#about.en main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_vehicle .contents__content_inner .access_vehicle__service .access_vehicle__service_right dl.service__price dd {
    letter-spacing: 1.2px;
  }
}
body#about.en main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_vehicle .contents__content_inner .access_vehicle__service .access_vehicle__service_right .service__note {
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  line-height: 21px;
  letter-spacing: 1.2px;
  padding-top: 16px;
  padding-bottom: 33px;
}
body#about.en main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_vehicle .contents__content_inner .access_vehicle__service .access_vehicle__service_right .service__frame_note {
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  line-height: 25px;
  letter-spacing: 1.5px;
  padding: 14px 20px 11px 20px;
}
@media all and (max-width: 900px) {
  body#about.en main#main #contents .contents__tabs .tabs__tab .tab__contents .contents__content.access_vehicle .contents__content_inner .access_vehicle__service .access_vehicle__service_right .service__frame_note {
    letter-spacing: 1.2px;
  }
}
body#information main#main #contents .contents__information_categories {
  padding: 17px 90px 48px 90px;
}
@media all and (min-width: 1800px) {
  body#information main#main #contents .contents__information_categories {
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 1100px) {
  body#information main#main #contents .contents__information_categories {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media all and (max-width: 900px) {
  body#information main#main #contents .contents__information_categories {
    display: none;
  }
}
body#information main#main #contents .contents__information_categories ul li {
  float: left;
  margin-right: 8px;
}
body#information main#main #contents .contents__information_categories ul li:last-child {
  margin-right: 0;
}
body#information main#main #contents .contents__information_categories ul li a {
  display: inline-block;
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 1.6px;
  padding: 8px 10px;
}
body#information main#main #contents .contents__information_categories ul li a.current {
  color: #0f2291;
}
.pc body#information main#main #contents .contents__information_categories ul li a:not(.current):hover {
  color: #999999;
}
body#information main#main #contents .contents__information_categories ul:after {
  content: "";
  display: block;
  clear: both;
}
body#information main#main #contents .contents__information_categories_sp {
  display: none;
}
@media all and (max-width: 900px) {
  body#information main#main #contents .contents__information_categories_sp {
    display: block;
    height: 60px;
    position: relative;
  }
}
body#information main#main #contents .contents__information_categories_sp .information_categories_sp__button a,
body#information main#main #contents .contents__information_categories_sp .information_categories_sp__button a span {
  display: block;
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  font-family: aktiv-grotesk-condensed, '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 1.2px;
  color: #0f2291;
}
body#information main#main #contents .contents__information_categories_sp .information_categories_sp__button a {
  padding: 22px 20px 18px 20px;
  position: relative;
}
body#information main#main #contents .contents__information_categories_sp .information_categories_sp__button a img {
  display: block;
  width: 19px;
  height: 10px;
  position: absolute;
  top: 25px;
  right: 20px;
  z-index: 2;
}
body#information main#main #contents .contents__information_categories_sp .information_categories_sp__button a img.on {
  display: none;
}
.pc body#information main#main #contents .contents__information_categories_sp .information_categories_sp__button a:hover {
  color: #999999;
}
.pc body#information main#main #contents .contents__information_categories_sp .information_categories_sp__button a:hover span {
  color: #999999;
}
.pc body#information main#main #contents .contents__information_categories_sp .information_categories_sp__button a:hover img.off {
  display: none;
}
.pc body#information main#main #contents .contents__information_categories_sp .information_categories_sp__button a:hover img.on {
  display: block;
}
body#information main#main #contents .contents__information_categories_sp > ul {
  display: none;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background: #f7f7f7;
  border-bottom: 1px solid #dfe0e2;
}
body#information main#main #contents .contents__information_categories_sp > ul li:first-child a {
  padding-top: 22px;
}
body#information main#main #contents .contents__information_categories_sp > ul li:last-child a {
  padding-bottom: 18px;
}
body#information main#main #contents .contents__information_categories_sp > ul li a {
  display: block;
  font-family: aktiv-grotesk-condensed, '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 1.2px;
  padding: 12px 20px 8px 20px;
}
body#information main#main #contents .contents__information_categories_sp > ul li a.current {
  color: #0f2291;
}
.pc body#information main#main #contents .contents__information_categories_sp > ul li a:not(.current):hover {
  color: #999999;
}
@media all and (max-width: 900px) {
  body#information main#main #contents .contents__information_categories_sp.open .information_categories_sp__button {
    width: 59px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 4;
  }
}
@media all and (max-width: 900px) {
  body#information main#main #contents .contents__information_categories_sp.open .information_categories_sp__button a {
    padding: 25px 20px;
  }
}
@media all and (max-width: 900px) {
  body#information main#main #contents .contents__information_categories_sp.open .information_categories_sp__button a span {
    display: none;
  }
}
@media all and (max-width: 900px) {
  body#information main#main #contents .contents__information_categories_sp.open .information_categories_sp__button a img {
    position: static;
    top: auto;
    right: auto;
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
  }
}
@media all and (max-width: 900px) {
  body#information main#main #contents .contents__information_categories_sp.open > ul {
    display: block;
  }
}
body#information main#main #contents .contents__information_posts {
  padding: 1px 100px 0 100px;
  position: relative;
}
@media all and (min-width: 1800px) {
  body#information main#main #contents .contents__information_posts {
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 1100px) {
  body#information main#main #contents .contents__information_posts {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media all and (max-width: 900px) {
  body#information main#main #contents .contents__information_posts {
    padding: 1px 20px 0 20px;
  }
}
body#information main#main #contents .contents__information_posts.no_pagination {
  padding-bottom: 100px;
}
@media all and (max-width: 900px) {
  body#information main#main #contents .contents__information_posts.no_pagination {
    padding-bottom: 80px;
  }
}
body#information main#main #contents .contents__information_posts:before {
  content: "";
  display: block;
  width: calc(100% - 200px);
  height: 1px;
  position: absolute;
  top: 0;
  left: 100px;
  z-index: 2;
  background-image: linear-gradient(to right, #dfe0e2 1px, transparent 1px);
  background-size: 3px 1px;
  background-repeat: repeat-x;
  background-position: top left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media all and (max-width: 1100px) {
  body#information main#main #contents .contents__information_posts:before {
    width: calc(100% - 120px);
    left: 60px;
  }
}
@media all and (max-width: 900px) {
  body#information main#main #contents .contents__information_posts:before {
    width: 100%;
    left: 0;
    background-image: none;
    background-size: auto;
    background-repeat: none;
    background-position: none;
    background: #dfe0e2;
  }
}
body#information main#main #contents .contents__information_posts .information_posts__information_post a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 40px 0 41px 0;
  position: relative;
}
@media all and (max-width: 900px) {
  body#information main#main #contents .contents__information_posts .information_posts__information_post a {
    align-items: normal;
    padding: 30px 0 24px 0;
  }
}
body#information main#main #contents .contents__information_posts .information_posts__information_post a:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-image: linear-gradient(to right, #dfe0e2 1px, transparent 1px);
  background-size: 3px 1px;
  background-repeat: repeat-x;
  background-position: top left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body#information main#main #contents .contents__information_posts .information_posts__information_post a .information_post__thumbnail {
  width: 16%;
}
@media all and (max-width: 900px) {
  body#information main#main #contents .contents__information_posts .information_posts__information_post a .information_post__thumbnail {
    width: 100px;
    padding-bottom: 7px;
  }
}
body#information main#main #contents .contents__information_posts .information_posts__information_post a .information_post__thumbnail .thumbnail__image {
  -webkit-filter: url(#gradient_map_gray);
  -moz-filter: url(#gradient_map_gray);
  -o-filter: url(#gradient_map_gray);
  -ms-filter: url(#gradient_map_gray);
  filter: url(#gradient_map_gray);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
body#information main#main #contents .contents__information_posts .information_posts__information_post a .information_post__thumbnail .thumbnail__image:before {
  content: "";
  display: block;
  padding-top: 100%;
}
body#information main#main #contents .contents__information_posts .information_posts__information_post a .information_post__info {
  width: 84%;
  height: 100%;
}
@media all and (max-width: 900px) {
  body#information main#main #contents .contents__information_posts .information_posts__information_post a .information_post__info {
    width: calc(100% - 100px);
  }
}
body#information main#main #contents .contents__information_posts .information_posts__information_post a .information_post__info .info__date {
  width: 84%;
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 1.6px;
  color: #0f2291;
  position: absolute;
  top: 60px;
  left: 16%;
  z-index: 2;
  padding-left: 40px;
}
@media all and (max-width: 900px) {
  body#information main#main #contents .contents__information_posts .information_posts__information_post a .information_post__info .info__date {
    width: auto;
    font-size: 13px;
    letter-spacing: 1.2px;
    top: 30px;
    left: auto;
    right: 0;
    padding-left: 0;
  }
}
body#information main#main #contents .contents__information_posts .information_posts__information_post a .information_post__info .info__category,
body#information main#main #contents .contents__information_posts .information_posts__information_post a .information_post__info .info__category p {
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  font-size: 13px;
  line-height: 21px;
  letter-spacing: 1.3px;
  color: #0f2291;
}
@media all and (max-width: 900px) {
  body#information main#main #contents .contents__information_posts .information_posts__information_post a .information_post__info .info__category,
  body#information main#main #contents .contents__information_posts .information_posts__information_post a .information_post__info .info__category p {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1.2px;
  }
}
body#information main#main #contents .contents__information_posts .information_posts__information_post a .information_post__info .info__category {
  width: 84%;
  position: absolute;
  top: 50%;
  left: 16%;
  z-index: 2;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  padding: 3px 0 0 40px;
}
@media all and (max-width: 900px) {
  body#information main#main #contents .contents__information_posts .information_posts__information_post a .information_post__info .info__category {
    width: auto;
    position: relative;
    top: -3px;
    left: auto;
    z-index: auto;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    padding: 0 0 0 20px;
  }
}
body#information main#main #contents .contents__information_posts .information_posts__information_post a .information_post__info .info__title {
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 1.5px;
  padding: 1px 0 0 22.6%;
}
@media all and (max-width: 900px) {
  body#information main#main #contents .contents__information_posts .information_posts__information_post a .information_post__info .info__title {
    font-size: 13px;
    line-height: 25px;
    letter-spacing: 1.2px;
    padding: 3px 0 0 20px;
  }
}
.pc body#information main#main #contents .contents__information_posts .information_posts__information_post a:hover .information_post__thumbnail .thumbnail__image {
  -webkit-filter: none;
  -moz-filter: none;
  -o-filter: none;
  -ms-filter: none;
  filter: none;
}
.pc body#information main#main #contents .contents__information_posts .information_posts__information_post a:hover .information_post__info .info__date,
.pc body#information main#main #contents .contents__information_posts .information_posts__information_post a:hover .information_post__info .info__category,
.pc body#information main#main #contents .contents__information_posts .information_posts__information_post a:hover .information_post__info .info__category p,
.pc body#information main#main #contents .contents__information_posts .information_posts__information_post a:hover .information_post__info .info__title {
  color: #999999;
}
body#information main#main #contents .contents__pagination {
  padding: 80px 100px;
}
@media all and (min-width: 1800px) {
  body#information main#main #contents .contents__pagination {
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 900px) {
  body#information main#main #contents .contents__pagination {
    padding: 60px 20px;
  }
}
body#information main#main #contents .contents__pagination .contents__pagination_inner {
  position: relative;
}
body#information main#main #contents .contents__pagination .contents__pagination_inner .pagination__box ul {
  font-size: 0;
  text-align: center;
}
body#information main#main #contents .contents__pagination .contents__pagination_inner .pagination__box ul li {
  display: inline-block;
  padding: 0 10px;
}
@media all and (max-width: 900px) {
  body#information main#main #contents .contents__pagination .contents__pagination_inner .pagination__box ul li {
    padding: 0 7px 0 8px;
  }
}
@media all and (max-width: 370px) {
  body#information main#main #contents .contents__pagination .contents__pagination_inner .pagination__box ul li {
    padding: 0 2px 0 3px;
  }
}
body#information main#main #contents .contents__pagination .contents__pagination_inner .pagination__box ul li a {
  display: block;
  width: 34px;
  height: 34px;
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 1.6px;
  text-indent: 1.6px;
  text-align: center;
  color: #999999;
  border-radius: 50%;
  border: 1px solid transparent;
  padding-top: 10px;
  padding-top: 10.5px;
}
@media all and (max-width: 900px) {
  body#information main#main #contents .contents__pagination .contents__pagination_inner .pagination__box ul li a {
    letter-spacing: 1.2px;
    text-indent: 1.2px;
  }
}
body#information main#main #contents .contents__pagination .contents__pagination_inner .pagination__box ul li a.current {
  color: #000000;
  border: 1px solid #000000;
}
.pc body#information main#main #contents .contents__pagination .contents__pagination_inner .pagination__box ul li a:hover {
  color: #000000;
}
body#information main#main #contents .contents__pagination .contents__pagination_inner .pagination__box ul li.line {
  width: 13px;
  height: 1px;
  background-image: linear-gradient(to right, #999999 1px, transparent 1px);
  background-size: 3px 1px;
  background-repeat: repeat-x;
  background-position: bottom left;
  margin: 0 10px;
  padding: 0;
}
@media all and (max-width: 900px) {
  body#information main#main #contents .contents__pagination .contents__pagination_inner .pagination__box ul li.line {
    width: 7px;
    margin: 0 7px 0 8px;
  }
}
@media all and (max-width: 370px) {
  body#information main#main #contents .contents__pagination .contents__pagination_inner .pagination__box ul li.line {
    margin: 0 2px 0 3px;
  }
}
body#information main#main #contents .contents__pagination .contents__pagination_inner .pagination__box .box__nav {
  position: absolute;
  top: 0;
  z-index: 3;
}
@media all and (max-width: 900px) {
  body#information main#main #contents .contents__pagination .contents__pagination_inner .pagination__box .box__nav {
    top: 2px;
    top: 2.5px;
  }
}
body#information main#main #contents .contents__pagination .contents__pagination_inner .pagination__box .box__nav.prev {
  left: -5px;
}
body#information main#main #contents .contents__pagination .contents__pagination_inner .pagination__box .box__nav.next {
  right: -5px;
}
body#information main#main #contents .contents__pagination .contents__pagination_inner .pagination__box .box__nav a {
  display: block;
  padding: 5px;
}
@media all and (max-width: 900px) {
  body#information main#main #contents .contents__pagination .contents__pagination_inner .pagination__box .box__nav a .pc {
    display: none;
  }
}
body#information main#main #contents .contents__pagination .contents__pagination_inner .pagination__box .box__nav a .sp {
  display: none;
}
@media all and (max-width: 900px) {
  body#information main#main #contents .contents__pagination .contents__pagination_inner .pagination__box .box__nav a .sp {
    display: block;
  }
}
body#information main#main #contents .contents__pagination .contents__pagination_inner .pagination__box .box__nav a img {
  display: block;
  width: 13px;
  height: 24px;
}
@media all and (max-width: 900px) {
  body#information main#main #contents .contents__pagination .contents__pagination_inner .pagination__box .box__nav a img {
    width: 10px;
    height: 19px;
  }
}
body#information main#main #contents .contents__pagination .contents__pagination_inner .pagination__box .box__nav a img.on {
  display: none;
}
.pc body#information main#main #contents .contents__pagination .contents__pagination_inner .pagination__box .box__nav a:hover img.off {
  display: none;
}
.pc body#information main#main #contents .contents__pagination .contents__pagination_inner .pagination__box .box__nav a:hover img.on {
  display: block;
}
body#information_single main#main #contents .contents__post {
  padding: 0 40px 100px 40px;
  position: relative;
}
@media all and (min-width: 1800px) {
  body#information_single main#main #contents .contents__post {
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 900px) {
  body#information_single main#main #contents .contents__post {
    padding: 0 0 80px 0;
    position: static;
  }
}
body#information_single main#main #contents .contents__post .post__backbutton {
  position: absolute;
  top: 24px;
  left: 30px;
  z-index: 3;
}
@media all and (max-width: 900px) {
  body#information_single main#main #contents .contents__post .post__backbutton {
    height: 61px;
    position: static;
    top: auto;
    left: auto;
    z-index: auto;
    padding: 14px 20px 0 10px;
    border-bottom: 1px solid #dfe0e2;
  }
}
body#information_single main#main #contents .contents__post .post__backbutton a {
  display: block;
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 1.6px;
  color: #0f2291;
  position: relative;
  padding: 10px 10px 10px 70px;
}
@media all and (max-width: 900px) {
  body#information_single main#main #contents .contents__post .post__backbutton a {
    display: inline-block;
    letter-spacing: 1.2px;
    padding: 10px 10px 10px 34px;
  }
}
body#information_single main#main #contents .contents__post .post__backbutton a .backbutton__image {
  position: absolute;
  top: 4px;
  left: 30px;
  z-index: 2;
}
@media all and (max-width: 900px) {
  body#information_single main#main #contents .contents__post .post__backbutton a .backbutton__image {
    top: 6px;
    left: 10px;
  }
}
@media all and (max-width: 900px) {
  body#information_single main#main #contents .contents__post .post__backbutton a .backbutton__image .pc {
    display: none;
  }
}
body#information_single main#main #contents .contents__post .post__backbutton a .backbutton__image .sp {
  display: none;
}
@media all and (max-width: 900px) {
  body#information_single main#main #contents .contents__post .post__backbutton a .backbutton__image .sp {
    display: block;
  }
}
body#information_single main#main #contents .contents__post .post__backbutton a .backbutton__image img {
  display: block;
  width: 13px;
  height: 24px;
}
@media all and (max-width: 900px) {
  body#information_single main#main #contents .contents__post .post__backbutton a .backbutton__image img {
    width: 10px;
    height: 19px;
  }
}
body#information_single main#main #contents .contents__post .post__backbutton a .backbutton__image img.on {
  display: none;
}
.pc body#information_single main#main #contents .contents__post .post__backbutton a:hover {
  color: #999999;
}
.pc body#information_single main#main #contents .contents__post .post__backbutton a:hover .backbutton__image img.off {
  display: none;
}
.pc body#information_single main#main #contents .contents__post .post__backbutton a:hover .backbutton__image img.on {
  display: block;
}
body#information_single main#main #contents .contents__post .post__info_sp {
  display: none;
}
@media all and (max-width: 900px) {
  body#information_single main#main #contents .contents__post .post__info_sp {
    display: block;
    position: relative;
    padding: 30px 20px 0 20px;
  }
}
body#information_single main#main #contents .contents__post .post__info_sp .info_sp__category,
body#information_single main#main #contents .contents__post .post__info_sp .info_sp__category p {
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 1.2px;
  color: #0f2291;
}
body#information_single main#main #contents .contents__post .post__info_sp .info_sp__category p {
  padding-top: 8px;
}
body#information_single main#main #contents .contents__post .post__info_sp .info_sp__category p:first-child {
  padding-top: 0;
}
body#information_single main#main #contents .contents__post .post__info_sp .info_sp__date {
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 1.2px;
  color: #0f2291;
  position: absolute;
  top: 30px;
  right: 20px;
  z-index: 2;
}
body#information_single main#main #contents .contents__post .post__title {
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 4px;
  padding: 20px 60px 20px 260px;
  position: relative;
}
@media all and (max-width: 900px) {
  body#information_single main#main #contents .contents__post .post__title {
    line-height: 30px;
    letter-spacing: 1.6px;
    padding: 11px 20px 24px 20px;
  }
}
body#information_single main#main #contents .contents__post .post__title:before {
  content: "";
  display: block;
  width: calc(100% - 120px);
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 60px;
  z-index: 2;
  background: #dfe0e2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media all and (max-width: 1100px) {
  body#information_single main#main #contents .contents__post .post__title:before {
    width: 100%;
    left: 0;
  }
}
@media all and (max-width: 900px) {
  body#information_single main#main #contents .contents__post .post__title:before {
    display: none;
  }
}
body#information_single main#main #contents .contents__post .post__contents {
  padding: 1px 60px 0 60px;
}
@media all and (max-width: 1100px) {
  body#information_single main#main #contents .contents__post .post__contents {
    padding-left: 0;
    padding-right: 0;
  }
}
@media all and (max-width: 900px) {
  body#information_single main#main #contents .contents__post .post__contents {
    padding: 0 20px 0 20px;
  }
}
body#information_single main#main #contents .contents__post .post__contents .contents__image {
  padding: 40px 0;
  border-bottom: 1px solid #dfe0e2;
}
@media all and (max-width: 900px) {
  body#information_single main#main #contents .contents__post .post__contents .contents__image {
    padding: 0 0 30px 0;
    border-bottom: none;
  }
}
body#information_single main#main #contents .contents__post .post__contents .contents__image img {
  display: block;
  width: 100%;
  height: auto;
}
body#information_single main#main #contents .contents__post .post__contents .contents__image .image__caption {
  width: calc(100% - 200px);
  margin-left: auto;
  padding-top: 7px;
  position: relative;
  top: 4px;
}
@media all and (max-width: 1100px) {
  body#information_single main#main #contents .contents__post .post__contents .contents__image .image__caption {
    width: calc(100% - 260px);
  }
}
@media all and (max-width: 900px) {
  body#information_single main#main #contents .contents__post .post__contents .contents__image .image__caption {
    width: 100%;
    padding-top: 9px;
    top: 3px;
  }
}
body#information_single main#main #contents .contents__post .post__contents .contents__image .image__caption a {
  padding-bottom: 2px;
  border-bottom: 1px solid #000000;
}
@media all and (max-width: 900px) {
  body#information_single main#main #contents .contents__post .post__contents .contents__image .image__caption a {
    padding-bottom: 1px;
  }
}
.pc body#information_single main#main #contents .contents__post .post__contents .contents__image .image__caption a:hover {
  border-bottom: 1px solid transparent;
}
body#information_single main#main #contents .contents__post .post__contents .contents__image .image__caption,
body#information_single main#main #contents .contents__post .post__contents .contents__image .image__caption * {
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 1.5px;
}
@media all and (max-width: 900px) {
  body#information_single main#main #contents .contents__post .post__contents .contents__image .image__caption,
  body#information_single main#main #contents .contents__post .post__contents .contents__image .image__caption * {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1.2px;
  }
}
body#information_single main#main #contents .contents__post .post__contents .contents__body {
  border-bottom: 1px solid #dfe0e2;
}
@media all and (max-width: 900px) {
  body#information_single main#main #contents .contents__post .post__contents .contents__body {
    border-top: 1px solid #dfe0e2;
  }
}
body#information_single main#main #contents .contents__post .post__contents .contents__body .body__info {
  float: left;
  width: 200px;
  padding-top: 38px;
}
@media all and (max-width: 1100px) {
  body#information_single main#main #contents .contents__post .post__contents .contents__body .body__info {
    width: 260px;
  }
}
@media all and (max-width: 900px) {
  body#information_single main#main #contents .contents__post .post__contents .contents__body .body__info {
    display: none;
  }
}
body#information_single main#main #contents .contents__post .post__contents .contents__body .body__info .info__category,
body#information_single main#main #contents .contents__post .post__contents .contents__body .body__info .info__category p,
body#information_single main#main #contents .contents__post .post__contents .contents__body .body__info .info__date {
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 1.6px;
  color: #0f2291;
}
body#information_single main#main #contents .contents__post .post__contents .contents__body .body__info .info__category {
  padding-bottom: 20px;
}
body#information_single main#main #contents .contents__post .post__contents .contents__body .body__flexible_contents {
  float: right;
  width: calc(100% - 200px);
  min-height: 214px;
}
@media all and (max-width: 1100px) {
  body#information_single main#main #contents .contents__post .post__contents .contents__body .body__flexible_contents {
    width: calc(100% - 260px);
  }
}
@media all and (max-width: 900px) {
  body#information_single main#main #contents .contents__post .post__contents .contents__body .body__flexible_contents {
    float: none;
    width: 100%;
    min-height: auto;
  }
}
body#information_single main#main #contents .contents__post .post__contents .contents__body .body__flexible_contents .flexible_contents__flexible_content.description,
body#information_single main#main #contents .contents__post .post__contents .contents__body .body__flexible_contents .flexible_contents__flexible_content.description * {
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 1.5px;
  text-align: justify;
}
@media all and (max-width: 900px) {
  body#information_single main#main #contents .contents__post .post__contents .contents__body .body__flexible_contents .flexible_contents__flexible_content.description,
  body#information_single main#main #contents .contents__post .post__contents .contents__body .body__flexible_contents .flexible_contents__flexible_content.description * {
    letter-spacing: 1.2px;
  }
}
body#information_single main#main #contents .contents__post .post__contents .contents__body .body__flexible_contents .flexible_contents__flexible_content.description a,
body#information_single main#main #contents .contents__post .post__contents .contents__body .body__flexible_contents .flexible_contents__flexible_content.description * a {
  padding-bottom: 4px;
  border-bottom: 1px solid #000000;
}
.pc body#information_single main#main #contents .contents__post .post__contents .contents__body .body__flexible_contents .flexible_contents__flexible_content.description a:hover,
.pc body#information_single main#main #contents .contents__post .post__contents .contents__body .body__flexible_contents .flexible_contents__flexible_content.description * a:hover {
  border-bottom: 1px solid transparent;
}
body#information_single main#main #contents .contents__post .post__contents .contents__body .body__flexible_contents .flexible_contents__flexible_content.headline,
body#information_single main#main #contents .contents__post .post__contents .contents__body .body__flexible_contents .flexible_contents__flexible_content.headline * {
  font-size: 15px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 1.5px;
  text-align: justify;
}
@media all and (max-width: 900px) {
  body#information_single main#main #contents .contents__post .post__contents .contents__body .body__flexible_contents .flexible_contents__flexible_content.headline,
  body#information_single main#main #contents .contents__post .post__contents .contents__body .body__flexible_contents .flexible_contents__flexible_content.headline * {
    letter-spacing: 1.2px;
  }
}
body#information_single main#main #contents .contents__post .post__contents .contents__body .body__flexible_contents .flexible_contents__flexible_content.headline a,
body#information_single main#main #contents .contents__post .post__contents .contents__body .body__flexible_contents .flexible_contents__flexible_content.headline * a {
  padding-bottom: 4px;
  border-bottom: 1px solid #000000;
}
.pc body#information_single main#main #contents .contents__post .post__contents .contents__body .body__flexible_contents .flexible_contents__flexible_content.headline a:hover,
.pc body#information_single main#main #contents .contents__post .post__contents .contents__body .body__flexible_contents .flexible_contents__flexible_content.headline * a:hover {
  border-bottom: 1px solid transparent;
}
body#information_single main#main #contents .contents__post .post__contents .contents__body .body__flexible_contents .flexible_contents__flexible_content.image img {
  display: block;
  width: 66.7%;
  height: auto;
}
body#information_single main#main #contents .contents__post .post__contents .contents__body .body__flexible_contents .flexible_contents__flexible_content.image .caption {
  width: 66.7%;
  padding-top: 7px;
  position: relative;
  top: 4px;
}
@media all and (max-width: 900px) {
  body#information_single main#main #contents .contents__post .post__contents .contents__body .body__flexible_contents .flexible_contents__flexible_content.image .caption {
    padding-top: 9px;
    top: 3px;
  }
}
body#information_single main#main #contents .contents__post .post__contents .contents__body .body__flexible_contents .flexible_contents__flexible_content.image .caption a {
  padding-bottom: 2px;
  border-bottom: 1px solid #000000;
}
@media all and (max-width: 900px) {
  body#information_single main#main #contents .contents__post .post__contents .contents__body .body__flexible_contents .flexible_contents__flexible_content.image .caption a {
    padding-bottom: 1px;
  }
}
.pc body#information_single main#main #contents .contents__post .post__contents .contents__body .body__flexible_contents .flexible_contents__flexible_content.image .caption a:hover {
  border-bottom: 1px solid transparent;
}
body#information_single main#main #contents .contents__post .post__contents .contents__body .body__flexible_contents .flexible_contents__flexible_content.image .caption,
body#information_single main#main #contents .contents__post .post__contents .contents__body .body__flexible_contents .flexible_contents__flexible_content.image .caption * {
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 1.5px;
}
@media all and (max-width: 900px) {
  body#information_single main#main #contents .contents__post .post__contents .contents__body .body__flexible_contents .flexible_contents__flexible_content.image .caption,
  body#information_single main#main #contents .contents__post .post__contents .contents__body .body__flexible_contents .flexible_contents__flexible_content.image .caption * {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1.2px;
  }
}
body#information_single main#main #contents .contents__post .post__contents .contents__body .body__flexible_contents .flexible_contents__flexible_content.description + .headline,
body#information_single main#main #contents .contents__post .post__contents .contents__body .body__flexible_contents .flexible_contents__flexible_content.headline + .description,
body#information_single main#main #contents .contents__post .post__contents .contents__body .body__flexible_contents .flexible_contents__flexible_content.description + .description,
body#information_single main#main #contents .contents__post .post__contents .contents__body .body__flexible_contents .flexible_contents__flexible_content.headline + .headline {
  padding-top: 44px;
}
@media all and (max-width: 900px) {
  body#information_single main#main #contents .contents__post .post__contents .contents__body .body__flexible_contents .flexible_contents__flexible_content.description + .headline,
  body#information_single main#main #contents .contents__post .post__contents .contents__body .body__flexible_contents .flexible_contents__flexible_content.headline + .description,
  body#information_single main#main #contents .contents__post .post__contents .contents__body .body__flexible_contents .flexible_contents__flexible_content.description + .description,
  body#information_single main#main #contents .contents__post .post__contents .contents__body .body__flexible_contents .flexible_contents__flexible_content.headline + .headline {
    padding-top: 24px;
  }
}
body#information_single main#main #contents .contents__post .post__contents .contents__body .body__flexible_contents .flexible_contents__flexible_content.description + .image,
body#information_single main#main #contents .contents__post .post__contents .contents__body .body__flexible_contents .flexible_contents__flexible_content.headline + .image {
  padding-top: 52px;
}
@media all and (max-width: 900px) {
  body#information_single main#main #contents .contents__post .post__contents .contents__body .body__flexible_contents .flexible_contents__flexible_content.description + .image,
  body#information_single main#main #contents .contents__post .post__contents .contents__body .body__flexible_contents .flexible_contents__flexible_content.headline + .image {
    padding-top: 32px;
  }
}
body#information_single main#main #contents .contents__post .post__contents .contents__body .body__flexible_contents .flexible_contents__flexible_content.image + .description,
body#information_single main#main #contents .contents__post .post__contents .contents__body .body__flexible_contents .flexible_contents__flexible_content.image + .headline {
  padding-top: 52px;
}
@media all and (max-width: 900px) {
  body#information_single main#main #contents .contents__post .post__contents .contents__body .body__flexible_contents .flexible_contents__flexible_content.image + .description,
  body#information_single main#main #contents .contents__post .post__contents .contents__body .body__flexible_contents .flexible_contents__flexible_content.image + .headline {
    padding-top: 32px;
  }
}
body#information_single main#main #contents .contents__post .post__contents .contents__body .body__flexible_contents .flexible_contents__flexible_content.image + .image {
  padding-top: 60px;
}
@media all and (max-width: 900px) {
  body#information_single main#main #contents .contents__post .post__contents .contents__body .body__flexible_contents .flexible_contents__flexible_content.image + .image {
    padding-top: 40px;
  }
}
body#information_single main#main #contents .contents__post .post__contents .contents__body .body__flexible_contents .flexible_contents__flexible_content:first-child.description,
body#information_single main#main #contents .contents__post .post__contents .contents__body .body__flexible_contents .flexible_contents__flexible_content:first-child.headline {
  padding-top: 32px;
}
@media all and (max-width: 900px) {
  body#information_single main#main #contents .contents__post .post__contents .contents__body .body__flexible_contents .flexible_contents__flexible_content:first-child.description,
  body#information_single main#main #contents .contents__post .post__contents .contents__body .body__flexible_contents .flexible_contents__flexible_content:first-child.headline {
    padding-top: 22px;
  }
}
body#information_single main#main #contents .contents__post .post__contents .contents__body .body__flexible_contents .flexible_contents__flexible_content:first-child.image {
  padding-top: 40px;
}
@media all and (max-width: 900px) {
  body#information_single main#main #contents .contents__post .post__contents .contents__body .body__flexible_contents .flexible_contents__flexible_content:first-child.image {
    padding-top: 30px;
  }
}
body#information_single main#main #contents .contents__post .post__contents .contents__body .body__flexible_contents .flexible_contents__flexible_content:last-child.description,
body#information_single main#main #contents .contents__post .post__contents .contents__body .body__flexible_contents .flexible_contents__flexible_content:last-child.headline {
  padding-bottom: 52px;
}
@media all and (max-width: 900px) {
  body#information_single main#main #contents .contents__post .post__contents .contents__body .body__flexible_contents .flexible_contents__flexible_content:last-child.description,
  body#information_single main#main #contents .contents__post .post__contents .contents__body .body__flexible_contents .flexible_contents__flexible_content:last-child.headline {
    padding-bottom: 32px;
  }
}
body#information_single main#main #contents .contents__post .post__contents .contents__body .body__flexible_contents .flexible_contents__flexible_content:last-child.image {
  padding-bottom: 60px;
}
@media all and (max-width: 900px) {
  body#information_single main#main #contents .contents__post .post__contents .contents__body .body__flexible_contents .flexible_contents__flexible_content:last-child.image {
    padding-bottom: 40px;
  }
}
body#information_single main#main #contents .contents__post .post__contents .contents__body:after {
  content: "";
  display: block;
  clear: both;
}
@media all and (max-width: 900px) {
  body#information_single main#main #contents .contents__post .post__contents .contents__body:after {
    display: none;
  }
}
@media all and (max-width: 900px) {
  body#information.en main#main #contents .contents__information_posts .information_posts__information_post a {
    padding-bottom: 22px;
  }
}
@media all and (max-width: 900px) {
  body#information.en main#main #contents .contents__information_posts .information_posts__information_post a .information_post__thumbnail {
    padding-bottom: 9px;
  }
}
body#information.en main#main #contents .contents__information_posts .information_posts__information_post a .information_post__info .info__title {
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  line-height: 25px;
  letter-spacing: 1.5px;
  padding-top: 4px;
}
@media all and (max-width: 900px) {
  body#information.en main#main #contents .contents__information_posts .information_posts__information_post a .information_post__info .info__title {
    letter-spacing: 1.2px;
    padding-top: 4px;
  }
}
body#information_single.en main#main #contents .contents__post .post__title {
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  line-height: 30px;
  letter-spacing: 2px;
  padding-top: 28px;
  padding-bottom: 22px;
}
@media all and (max-width: 900px) {
  body#information_single.en main#main #contents .contents__post .post__title {
    line-height: 28px;
    letter-spacing: 1.6px;
    padding-top: 13px;
    padding-bottom: 21px;
  }
}
body#information_single.en main#main #contents .contents__post .post__contents .contents__image .image__caption {
  top: 7px;
  padding-top: 4px;
}
@media all and (max-width: 900px) {
  body#information_single.en main#main #contents .contents__post .post__contents .contents__image .image__caption {
    padding-top: 5px;
  }
}
body#information_single.en main#main #contents .contents__post .post__contents .contents__image .image__caption,
body#information_single.en main#main #contents .contents__post .post__contents .contents__image .image__caption * {
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  line-height: 21px;
  letter-spacing: 1.2px;
}
@media all and (max-width: 900px) {
  body#information_single.en main#main #contents .contents__post .post__contents .contents__image .image__caption,
  body#information_single.en main#main #contents .contents__post .post__contents .contents__image .image__caption * {
    line-height: 20px;
  }
}
body#information_single.en main#main #contents .contents__post .post__contents .contents__body .body__info {
  padding-top: 35px;
}
body#information_single.en main#main #contents .contents__post .post__contents .contents__body .body__info .info__category,
body#information_single.en main#main #contents .contents__post .post__contents .contents__body .body__info .info__date {
  line-height: 25px;
  letter-spacing: 1.5px;
}
body#information_single.en main#main #contents .contents__post .post__contents .contents__body .body__info .info__category {
  padding-bottom: 25px;
}
body#information_single.en main#main #contents .contents__post .post__contents .contents__body .body__flexible_contents .flexible_contents__flexible_content.description,
body#information_single.en main#main #contents .contents__post .post__contents .contents__body .body__flexible_contents .flexible_contents__flexible_content.description * {
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  line-height: 25px;
  letter-spacing: 1.5px;
}
@media all and (max-width: 900px) {
  body#information_single.en main#main #contents .contents__post .post__contents .contents__body .body__flexible_contents .flexible_contents__flexible_content.description,
  body#information_single.en main#main #contents .contents__post .post__contents .contents__body .body__flexible_contents .flexible_contents__flexible_content.description * {
    letter-spacing: 1.2px;
  }
}
body#information_single.en main#main #contents .contents__post .post__contents .contents__body .body__flexible_contents .flexible_contents__flexible_content.description a,
body#information_single.en main#main #contents .contents__post .post__contents .contents__body .body__flexible_contents .flexible_contents__flexible_content.description * a {
  display: inline-block;
  padding-bottom: 0;
}
body#information_single.en main#main #contents .contents__post .post__contents .contents__body .body__flexible_contents .flexible_contents__flexible_content.headline,
body#information_single.en main#main #contents .contents__post .post__contents .contents__body .body__flexible_contents .flexible_contents__flexible_content.headline * {
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 1.5px;
}
@media all and (max-width: 900px) {
  body#information_single.en main#main #contents .contents__post .post__contents .contents__body .body__flexible_contents .flexible_contents__flexible_content.headline,
  body#information_single.en main#main #contents .contents__post .post__contents .contents__body .body__flexible_contents .flexible_contents__flexible_content.headline * {
    letter-spacing: 1.2px;
  }
}
body#information_single.en main#main #contents .contents__post .post__contents .contents__body .body__flexible_contents .flexible_contents__flexible_content.headline a,
body#information_single.en main#main #contents .contents__post .post__contents .contents__body .body__flexible_contents .flexible_contents__flexible_content.headline * a {
  display: inline-block;
  padding-bottom: 0;
}
body#information_single.en main#main #contents .contents__post .post__contents .contents__body .body__flexible_contents .flexible_contents__flexible_content.image .caption {
  top: 7px;
  padding-top: 4px;
}
@media all and (max-width: 900px) {
  body#information_single.en main#main #contents .contents__post .post__contents .contents__body .body__flexible_contents .flexible_contents__flexible_content.image .caption {
    padding-top: 5px;
  }
}
body#information_single.en main#main #contents .contents__post .post__contents .contents__body .body__flexible_contents .flexible_contents__flexible_content.image .caption,
body#information_single.en main#main #contents .contents__post .post__contents .contents__body .body__flexible_contents .flexible_contents__flexible_content.image .caption * {
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  line-height: 21px;
  letter-spacing: 1.2px;
}
@media all and (max-width: 900px) {
  body#information_single.en main#main #contents .contents__post .post__contents .contents__body .body__flexible_contents .flexible_contents__flexible_content.image .caption,
  body#information_single.en main#main #contents .contents__post .post__contents .contents__body .body__flexible_contents .flexible_contents__flexible_content.image .caption * {
    line-height: 20px;
  }
}
body#information_single.en main#main #contents .contents__post .post__contents .contents__body .body__flexible_contents .flexible_contents__flexible_content.description + .headline,
body#information_single.en main#main #contents .contents__post .post__contents .contents__body .body__flexible_contents .flexible_contents__flexible_content.headline + .description,
body#information_single.en main#main #contents .contents__post .post__contents .contents__body .body__flexible_contents .flexible_contents__flexible_content.description + .description,
body#information_single.en main#main #contents .contents__post .post__contents .contents__body .body__flexible_contents .flexible_contents__flexible_content.headline + .headline {
  padding-top: 46px;
}
@media all and (max-width: 900px) {
  body#information_single.en main#main #contents .contents__post .post__contents .contents__body .body__flexible_contents .flexible_contents__flexible_content.description + .headline,
  body#information_single.en main#main #contents .contents__post .post__contents .contents__body .body__flexible_contents .flexible_contents__flexible_content.headline + .description,
  body#information_single.en main#main #contents .contents__post .post__contents .contents__body .body__flexible_contents .flexible_contents__flexible_content.description + .description,
  body#information_single.en main#main #contents .contents__post .post__contents .contents__body .body__flexible_contents .flexible_contents__flexible_content.headline + .headline {
    padding-top: 26px;
  }
}
body#information_single.en main#main #contents .contents__post .post__contents .contents__body .body__flexible_contents .flexible_contents__flexible_content.description + .image,
body#information_single.en main#main #contents .contents__post .post__contents .contents__body .body__flexible_contents .flexible_contents__flexible_content.headline + .image {
  padding-top: 51px;
}
@media all and (max-width: 900px) {
  body#information_single.en main#main #contents .contents__post .post__contents .contents__body .body__flexible_contents .flexible_contents__flexible_content.description + .image,
  body#information_single.en main#main #contents .contents__post .post__contents .contents__body .body__flexible_contents .flexible_contents__flexible_content.headline + .image {
    padding-top: 31px;
  }
}
body#information_single.en main#main #contents .contents__post .post__contents .contents__body .body__flexible_contents .flexible_contents__flexible_content.image + .description,
body#information_single.en main#main #contents .contents__post .post__contents .contents__body .body__flexible_contents .flexible_contents__flexible_content.image + .headline {
  padding-top: 55px;
}
@media all and (max-width: 900px) {
  body#information_single.en main#main #contents .contents__post .post__contents .contents__body .body__flexible_contents .flexible_contents__flexible_content.image + .description,
  body#information_single.en main#main #contents .contents__post .post__contents .contents__body .body__flexible_contents .flexible_contents__flexible_content.image + .headline {
    padding-top: 35px;
  }
}
body#information_single.en main#main #contents .contents__post .post__contents .contents__body .body__flexible_contents .flexible_contents__flexible_content:first-child.description,
body#information_single.en main#main #contents .contents__post .post__contents .contents__body .body__flexible_contents .flexible_contents__flexible_content:first-child.headline {
  padding-top: 35px;
}
@media all and (max-width: 900px) {
  body#information_single.en main#main #contents .contents__post .post__contents .contents__body .body__flexible_contents .flexible_contents__flexible_content:first-child.description,
  body#information_single.en main#main #contents .contents__post .post__contents .contents__body .body__flexible_contents .flexible_contents__flexible_content:first-child.headline {
    padding-top: 25px;
  }
}
body#information_single.en main#main #contents .contents__post .post__contents .contents__body .body__flexible_contents .flexible_contents__flexible_content:last-child.description,
body#information_single.en main#main #contents .contents__post .post__contents .contents__body .body__flexible_contents .flexible_contents__flexible_content:last-child.headline {
  padding-bottom: 51px;
}
@media all and (max-width: 900px) {
  body#information_single.en main#main #contents .contents__post .post__contents .contents__body .body__flexible_contents .flexible_contents__flexible_content:last-child.description,
  body#information_single.en main#main #contents .contents__post .post__contents .contents__body .body__flexible_contents .flexible_contents__flexible_content:last-child.headline {
    padding-bottom: 31px;
  }
}
body#contact main#main #contents {
  padding-bottom: 100px;
}
@media all and (max-width: 900px) {
  body#contact main#main #contents {
    padding-bottom: 80px;
  }
}
body#contact main#main #contents .contents__contact {
  padding: 0 40px;
}
@media all and (max-width: 900px) {
  body#contact main#main #contents .contents__contact {
    padding: 0 20px;
  }
}
body#contact main#main #contents .contents__contact .contents__contact_inner {
  padding: 60px 80px 60px 80px;
  border-bottom: 1px solid #dfe0e2;
}
@media all and (max-width: 1100px) {
  body#contact main#main #contents .contents__contact .contents__contact_inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media all and (max-width: 900px) {
  body#contact main#main #contents .contents__contact .contents__contact_inner {
    padding: 60px 0 0 0;
    border-bottom: none;
  }
}
@media all and (min-width: 1800px) {
  body#contact main#main #contents .contents__contact .contents__contact_inner .contents__contact_inner_inner {
    max-width: 1560px;
    margin-left: auto;
    margin-right: auto;
  }
}
body#contact main#main #contents .contents__contact .contents__contact_inner .contents__contact_inner_inner .contact__headline_title {
  float: left;
  width: 50%;
  padding-right: 50px;
}
@media all and (max-width: 1100px) {
  body#contact main#main #contents .contents__contact .contents__contact_inner .contents__contact_inner_inner .contact__headline_title {
    padding-right: 40px;
  }
}
@media all and (max-width: 900px) {
  body#contact main#main #contents .contents__contact .contents__contact_inner .contents__contact_inner_inner .contact__headline_title {
    float: none;
    width: 100%;
    padding-right: 0;
  }
}
body#contact main#main #contents .contents__contact .contents__contact_inner .contents__contact_inner_inner .contact__headline_title .headline_title__headline {
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 2px;
}
@media all and (max-width: 900px) {
  body#contact main#main #contents .contents__contact .contents__contact_inner .contents__contact_inner_inner .contact__headline_title .headline_title__headline {
    letter-spacing: 1.6px;
  }
}
body#contact main#main #contents .contents__contact .contents__contact_inner .contents__contact_inner_inner .contact__headline_title .headline_title__title {
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 1.5px;
  padding-top: 27px;
}
@media all and (max-width: 900px) {
  body#contact main#main #contents .contents__contact .contents__contact_inner .contents__contact_inner_inner .contact__headline_title .headline_title__title {
    letter-spacing: 1.2px;
    padding-top: 7px;
  }
}
body#contact main#main #contents .contents__contact .contents__contact_inner .contents__contact_inner_inner .contact__list {
  float: right;
  width: 50%;
  padding: 33px 0 0 50px;
}
@media all and (max-width: 1100px) {
  body#contact main#main #contents .contents__contact .contents__contact_inner .contents__contact_inner_inner .contact__list {
    padding-left: 40px;
  }
}
@media all and (max-width: 900px) {
  body#contact main#main #contents .contents__contact .contents__contact_inner .contents__contact_inner_inner .contact__list {
    float: none;
    width: 100%;
    padding: 10px 0 0 0;
  }
}
body#contact main#main #contents .contents__contact .contents__contact_inner .contents__contact_inner_inner .contact__list dl {
  padding: 14px 0 14px 0;
  border-bottom: 1px solid #dfe0e2;
}
body#contact main#main #contents .contents__contact .contents__contact_inner .contents__contact_inner_inner .contact__list dl * {
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 1.5px;
}
@media all and (max-width: 900px) {
  body#contact main#main #contents .contents__contact .contents__contact_inner .contents__contact_inner_inner .contact__list dl * {
    letter-spacing: 1.2px;
  }
}
body#contact main#main #contents .contents__contact .contents__contact_inner .contents__contact_inner_inner .contact__list dl dt {
  float: left;
  width: 35%;
  font-weight: bold;
  padding-right: 30px;
}
@media all and (max-width: 1200px) {
  body#contact main#main #contents .contents__contact .contents__contact_inner .contents__contact_inner_inner .contact__list dl dt {
    width: 150px;
  }
}
@media all and (max-width: 900px) {
  body#contact main#main #contents .contents__contact .contents__contact_inner .contents__contact_inner_inner .contact__list dl dt {
    float: none;
    width: 100%;
    padding-right: 0;
  }
}
body#contact main#main #contents .contents__contact .contents__contact_inner .contents__contact_inner_inner .contact__list dl dd {
  float: right;
  width: 65%;
}
@media all and (max-width: 1200px) {
  body#contact main#main #contents .contents__contact .contents__contact_inner .contents__contact_inner_inner .contact__list dl dd {
    width: calc(100% - 150px);
  }
}
@media all and (max-width: 900px) {
  body#contact main#main #contents .contents__contact .contents__contact_inner .contents__contact_inner_inner .contact__list dl dd {
    float: none;
    width: 100%;
  }
}
.pc body#contact main#main #contents .contents__contact .contents__contact_inner .contents__contact_inner_inner .contact__list dl dd a:hover {
  color: #999999;
}
body#contact main#main #contents .contents__contact .contents__contact_inner .contents__contact_inner_inner .contact__list dl:after {
  content: "";
  display: block;
  clear: both;
}
@media all and (max-width: 900px) {
  body#contact main#main #contents .contents__contact .contents__contact_inner .contents__contact_inner_inner .contact__list dl:after {
    display: none;
  }
}
body#contact main#main #contents .contents__contact .contents__contact_inner .contents__contact_inner_inner:after {
  content: "";
  display: block;
  clear: both;
}
@media all and (max-width: 900px) {
  body#contact main#main #contents .contents__contact .contents__contact_inner .contents__contact_inner_inner:after {
    display: none;
  }
}
body#contact.en main#main #contents .contents__contact .contents__contact_inner .contents__contact_inner_inner .contact__headline_title .headline_title__title {
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  line-height: 25px;
  letter-spacing: 1.5px;
  padding-top: 30px;
}
@media all and (max-width: 900px) {
  body#contact.en main#main #contents .contents__contact .contents__contact_inner .contents__contact_inner_inner .contact__headline_title .headline_title__title {
    letter-spacing: 1.2px;
    padding-top: 10px;
  }
}
body#contact.en main#main #contents .contents__contact .contents__contact_inner .contents__contact_inner_inner .contact__list {
  padding-top: 31px;
}
@media all and (max-width: 900px) {
  body#contact.en main#main #contents .contents__contact .contents__contact_inner .contents__contact_inner_inner .contact__list {
    padding-top: 7px;
  }
}
body#contact.en main#main #contents .contents__contact .contents__contact_inner .contents__contact_inner_inner .contact__list dl {
  padding-top: 19px;
  padding-bottom: 15px;
}
body#contact.en main#main #contents .contents__contact .contents__contact_inner .contents__contact_inner_inner .contact__list dl * {
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  line-height: 25px;
  letter-spacing: 1.5px;
}
@media all and (max-width: 900px) {
  body#contact.en main#main #contents .contents__contact .contents__contact_inner .contents__contact_inner_inner .contact__list dl * {
    letter-spacing: 1.2px;
  }
}
body#contact.en main#main #contents .contents__contact .contents__contact_inner .contents__contact_inner_inner .contact__list dl dt {
  font-weight: 600;
}
body#privacy_policy main#main #contents .contents__privacy_policy {
  padding: 60px 120px 92px 120px;
}
@media all and (min-width: 1800px) {
  body#privacy_policy main#main #contents .contents__privacy_policy {
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 1100px) {
  body#privacy_policy main#main #contents .contents__privacy_policy {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media all and (max-width: 900px) {
  body#privacy_policy main#main #contents .contents__privacy_policy {
    padding: 60px 20px 72px 20px;
  }
}
body#privacy_policy main#main #contents .contents__privacy_policy .contents__privacy_policy_inner .privacy_policy__intro .intro__headline {
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 2px;
}
@media all and (max-width: 900px) {
  body#privacy_policy main#main #contents .contents__privacy_policy .contents__privacy_policy_inner .privacy_policy__intro .intro__headline {
    letter-spacing: 1.6px;
  }
}
body#privacy_policy main#main #contents .contents__privacy_policy .contents__privacy_policy_inner .privacy_policy__intro .intro__description {
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 1.5px;
  text-align: justify;
  padding-top: 27px;
}
@media all and (max-width: 900px) {
  body#privacy_policy main#main #contents .contents__privacy_policy .contents__privacy_policy_inner .privacy_policy__intro .intro__description {
    letter-spacing: 1.2px;
    padding-top: 7px;
  }
}
body#privacy_policy main#main #contents .contents__privacy_policy .contents__privacy_policy_inner ol.privacy_policy__elements {
  padding-top: 61px;
}
@media all and (max-width: 900px) {
  body#privacy_policy main#main #contents .contents__privacy_policy .contents__privacy_policy_inner ol.privacy_policy__elements {
    padding-top: 46px;
  }
}
body#privacy_policy main#main #contents .contents__privacy_policy .contents__privacy_policy_inner ol.privacy_policy__elements li.elements__element {
  padding-top: 61px;
}
@media all and (max-width: 900px) {
  body#privacy_policy main#main #contents .contents__privacy_policy .contents__privacy_policy_inner ol.privacy_policy__elements li.elements__element {
    padding-top: 46px;
  }
}
body#privacy_policy main#main #contents .contents__privacy_policy .contents__privacy_policy_inner ol.privacy_policy__elements li.elements__element:first-child {
  padding-top: 0;
}
body#privacy_policy main#main #contents .contents__privacy_policy .contents__privacy_policy_inner ol.privacy_policy__elements li.elements__element .element__headline {
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 4px;
  text-align: justify;
  padding-bottom: 21px;
}
@media all and (max-width: 900px) {
  body#privacy_policy main#main #contents .contents__privacy_policy .contents__privacy_policy_inner ol.privacy_policy__elements li.elements__element .element__headline {
    line-height: 30px;
    letter-spacing: 1.6px;
    padding-bottom: 6px;
  }
}
body#privacy_policy main#main #contents .contents__privacy_policy .contents__privacy_policy_inner ol.privacy_policy__elements li.elements__element .element__description {
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 1.5px;
  text-align: justify;
}
@media all and (max-width: 900px) {
  body#privacy_policy main#main #contents .contents__privacy_policy .contents__privacy_policy_inner ol.privacy_policy__elements li.elements__element .element__description {
    letter-spacing: 1.2px;
  }
}
body#privacy_policy main#main #contents .contents__privacy_policy .contents__privacy_policy_inner ol.privacy_policy__elements li.elements__element ol.element__oredered_list {
  counter-reset: item;
  list-style-type: none;
}
body#privacy_policy main#main #contents .contents__privacy_policy .contents__privacy_policy_inner ol.privacy_policy__elements li.elements__element ol.element__oredered_list li.oredered_list__list {
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 1.5px;
  text-align: justify;
  position: relative;
}
@media all and (max-width: 900px) {
  body#privacy_policy main#main #contents .contents__privacy_policy .contents__privacy_policy_inner ol.privacy_policy__elements li.elements__element ol.element__oredered_list li.oredered_list__list {
    letter-spacing: 1.2px;
  }
}
body#privacy_policy main#main #contents .contents__privacy_policy .contents__privacy_policy_inner ol.privacy_policy__elements li.elements__element ol.element__oredered_list li.oredered_list__list.number,
body#privacy_policy main#main #contents .contents__privacy_policy .contents__privacy_policy_inner ol.privacy_policy__elements li.elements__element ol.element__oredered_list li.oredered_list__list.circle_number,
body#privacy_policy main#main #contents .contents__privacy_policy .contents__privacy_policy_inner ol.privacy_policy__elements li.elements__element ol.element__oredered_list li.oredered_list__list.asterisk {
  padding-left: 22px;
}
@media all and (max-width: 900px) {
  body#privacy_policy main#main #contents .contents__privacy_policy .contents__privacy_policy_inner ol.privacy_policy__elements li.elements__element ol.element__oredered_list li.oredered_list__list.number,
  body#privacy_policy main#main #contents .contents__privacy_policy .contents__privacy_policy_inner ol.privacy_policy__elements li.elements__element ol.element__oredered_list li.oredered_list__list.circle_number,
  body#privacy_policy main#main #contents .contents__privacy_policy .contents__privacy_policy_inner ol.privacy_policy__elements li.elements__element ol.element__oredered_list li.oredered_list__list.asterisk {
    padding-left: 20px;
  }
}
body#privacy_policy main#main #contents .contents__privacy_policy .contents__privacy_policy_inner ol.privacy_policy__elements li.elements__element ol.element__oredered_list li.oredered_list__list.number:before,
body#privacy_policy main#main #contents .contents__privacy_policy .contents__privacy_policy_inner ol.privacy_policy__elements li.elements__element ol.element__oredered_list li.oredered_list__list.circle_number:before,
body#privacy_policy main#main #contents .contents__privacy_policy .contents__privacy_policy_inner ol.privacy_policy__elements li.elements__element ol.element__oredered_list li.oredered_list__list.asterisk:before {
  display: block;
  counter-increment: item;
  content: counter(item) ".";
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 1.5px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media all and (max-width: 900px) {
  body#privacy_policy main#main #contents .contents__privacy_policy .contents__privacy_policy_inner ol.privacy_policy__elements li.elements__element ol.element__oredered_list li.oredered_list__list.number:before,
  body#privacy_policy main#main #contents .contents__privacy_policy .contents__privacy_policy_inner ol.privacy_policy__elements li.elements__element ol.element__oredered_list li.oredered_list__list.circle_number:before,
  body#privacy_policy main#main #contents .contents__privacy_policy .contents__privacy_policy_inner ol.privacy_policy__elements li.elements__element ol.element__oredered_list li.oredered_list__list.asterisk:before {
    letter-spacing: 1.2px;
  }
}
body#privacy_policy main#main #contents .contents__privacy_policy .contents__privacy_policy_inner ol.privacy_policy__elements li.elements__element ol.element__oredered_list li.oredered_list__list.asterisk:before {
  content: "※";
}
body#privacy_policy main#main #contents .contents__privacy_policy .contents__privacy_policy_inner ol.privacy_policy__elements li.elements__element ol.element__oredered_list li.oredered_list__list:nth-child(1).circle_number:before {
  content: "①";
}
body#privacy_policy main#main #contents .contents__privacy_policy .contents__privacy_policy_inner ol.privacy_policy__elements li.elements__element ol.element__oredered_list li.oredered_list__list:nth-child(2).circle_number:before {
  content: "②";
}
body#privacy_policy main#main #contents .contents__privacy_policy .contents__privacy_policy_inner ol.privacy_policy__elements li.elements__element ol.element__oredered_list li.oredered_list__list:nth-child(3).circle_number:before {
  content: "③";
}
body#privacy_policy main#main #contents .contents__privacy_policy .contents__privacy_policy_inner ol.privacy_policy__elements li.elements__element ol.element__oredered_list li.oredered_list__list:nth-child(4).circle_number:before {
  content: "④";
}
body#privacy_policy main#main #contents .contents__privacy_policy .contents__privacy_policy_inner ol.privacy_policy__elements li.elements__element ol.element__oredered_list li.oredered_list__list:nth-child(5).circle_number:before {
  content: "⑤";
}
body#privacy_policy main#main #contents .contents__privacy_policy .contents__privacy_policy_inner ol.privacy_policy__elements li.elements__element ol.element__oredered_list li.oredered_list__list:nth-child(n+10).number {
  padding-left: 31px;
}
@media all and (max-width: 900px) {
  body#privacy_policy main#main #contents .contents__privacy_policy .contents__privacy_policy_inner ol.privacy_policy__elements li.elements__element ol.element__oredered_list li.oredered_list__list:nth-child(n+10).number {
    padding-left: 29px;
  }
}
body#privacy_policy main#main #contents .contents__privacy_policy .contents__privacy_policy_inner ol.privacy_policy__elements li.elements__element .margin_top {
  margin-top: 24px;
}
body#privacy_policy.en main#main #contents .contents__privacy_policy {
  padding-bottom: 91px;
}
@media all and (max-width: 900px) {
  body#privacy_policy.en main#main #contents .contents__privacy_policy {
    padding-bottom: 71px;
  }
}
body#privacy_policy.en main#main #contents .contents__privacy_policy .contents__privacy_policy_inner .privacy_policy__intro .intro__description {
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  line-height: 25px;
  letter-spacing: 1.5px;
  padding-top: 30px;
}
@media all and (max-width: 900px) {
  body#privacy_policy.en main#main #contents .contents__privacy_policy .contents__privacy_policy_inner .privacy_policy__intro .intro__description {
    letter-spacing: 1.2px;
    padding-top: 10px;
  }
}
body#privacy_policy.en main#main #contents .contents__privacy_policy .contents__privacy_policy_inner ol.privacy_policy__elements {
  padding-top: 66px;
}
@media all and (max-width: 900px) {
  body#privacy_policy.en main#main #contents .contents__privacy_policy .contents__privacy_policy_inner ol.privacy_policy__elements {
    padding-top: 47px;
  }
}
body#privacy_policy.en main#main #contents .contents__privacy_policy .contents__privacy_policy_inner ol.privacy_policy__elements li.elements__element {
  padding-top: 66px;
}
@media all and (max-width: 900px) {
  body#privacy_policy.en main#main #contents .contents__privacy_policy .contents__privacy_policy_inner ol.privacy_policy__elements li.elements__element {
    padding-top: 47px;
  }
}
body#privacy_policy.en main#main #contents .contents__privacy_policy .contents__privacy_policy_inner ol.privacy_policy__elements li.elements__element:first-child {
  padding-top: 0;
}
body#privacy_policy.en main#main #contents .contents__privacy_policy .contents__privacy_policy_inner ol.privacy_policy__elements li.elements__element.before_no_description {
  padding-top: 40px;
}
body#privacy_policy.en main#main #contents .contents__privacy_policy .contents__privacy_policy_inner ol.privacy_policy__elements li.elements__element .element__headline {
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  line-height: 30px;
  letter-spacing: 2px;
  padding-bottom: 25px;
}
@media all and (max-width: 900px) {
  body#privacy_policy.en main#main #contents .contents__privacy_policy .contents__privacy_policy_inner ol.privacy_policy__elements li.elements__element .element__headline {
    line-height: 28px;
    letter-spacing: 1.6px;
    padding-bottom: 6px;
  }
}
body#privacy_policy.en main#main #contents .contents__privacy_policy .contents__privacy_policy_inner ol.privacy_policy__elements li.elements__element .element__description {
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  line-height: 25px;
  letter-spacing: 1.5px;
}
@media all and (max-width: 900px) {
  body#privacy_policy.en main#main #contents .contents__privacy_policy .contents__privacy_policy_inner ol.privacy_policy__elements li.elements__element .element__description {
    letter-spacing: 1.2px;
  }
}
body#privacy_policy.en main#main #contents .contents__privacy_policy .contents__privacy_policy_inner ol.privacy_policy__elements li.elements__element ol.element__oredered_list li.oredered_list__list {
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  line-height: 25px;
  letter-spacing: 1.5px;
}
@media all and (max-width: 900px) {
  body#privacy_policy.en main#main #contents .contents__privacy_policy .contents__privacy_policy_inner ol.privacy_policy__elements li.elements__element ol.element__oredered_list li.oredered_list__list {
    letter-spacing: 1.2px;
  }
}
body#privacy_policy.en main#main #contents .contents__privacy_policy .contents__privacy_policy_inner ol.privacy_policy__elements li.elements__element ol.element__oredered_list li.oredered_list__list.number,
body#privacy_policy.en main#main #contents .contents__privacy_policy .contents__privacy_policy_inner ol.privacy_policy__elements li.elements__element ol.element__oredered_list li.oredered_list__list.circle_number,
body#privacy_policy.en main#main #contents .contents__privacy_policy .contents__privacy_policy_inner ol.privacy_policy__elements li.elements__element ol.element__oredered_list li.oredered_list__list.asterisk {
  padding-left: 18px;
}
@media all and (max-width: 900px) {
  body#privacy_policy.en main#main #contents .contents__privacy_policy .contents__privacy_policy_inner ol.privacy_policy__elements li.elements__element ol.element__oredered_list li.oredered_list__list.number,
  body#privacy_policy.en main#main #contents .contents__privacy_policy .contents__privacy_policy_inner ol.privacy_policy__elements li.elements__element ol.element__oredered_list li.oredered_list__list.circle_number,
  body#privacy_policy.en main#main #contents .contents__privacy_policy .contents__privacy_policy_inner ol.privacy_policy__elements li.elements__element ol.element__oredered_list li.oredered_list__list.asterisk {
    padding-left: 17px;
  }
}
body#privacy_policy.en main#main #contents .contents__privacy_policy .contents__privacy_policy_inner ol.privacy_policy__elements li.elements__element ol.element__oredered_list li.oredered_list__list.number:before,
body#privacy_policy.en main#main #contents .contents__privacy_policy .contents__privacy_policy_inner ol.privacy_policy__elements li.elements__element ol.element__oredered_list li.oredered_list__list.circle_number:before,
body#privacy_policy.en main#main #contents .contents__privacy_policy .contents__privacy_policy_inner ol.privacy_policy__elements li.elements__element ol.element__oredered_list li.oredered_list__list.asterisk:before {
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  line-height: 25px;
  letter-spacing: 1.5px;
}
@media all and (max-width: 900px) {
  body#privacy_policy.en main#main #contents .contents__privacy_policy .contents__privacy_policy_inner ol.privacy_policy__elements li.elements__element ol.element__oredered_list li.oredered_list__list.number:before,
  body#privacy_policy.en main#main #contents .contents__privacy_policy .contents__privacy_policy_inner ol.privacy_policy__elements li.elements__element ol.element__oredered_list li.oredered_list__list.circle_number:before,
  body#privacy_policy.en main#main #contents .contents__privacy_policy .contents__privacy_policy_inner ol.privacy_policy__elements li.elements__element ol.element__oredered_list li.oredered_list__list.asterisk:before {
    letter-spacing: 1.2px;
  }
}
body#privacy_policy.en main#main #contents .contents__privacy_policy .contents__privacy_policy_inner ol.privacy_policy__elements li.elements__element ol.element__oredered_list li.oredered_list__list.asterisk:before {
  content: "*";
  top: 4px;
  left: 4px;
}
body#privacy_policy.en main#main #contents .contents__privacy_policy .contents__privacy_policy_inner ol.privacy_policy__elements li.elements__element ol.element__oredered_list li.oredered_list__list:nth-child(1).circle_number:before {
  content: "1)";
}
body#privacy_policy.en main#main #contents .contents__privacy_policy .contents__privacy_policy_inner ol.privacy_policy__elements li.elements__element ol.element__oredered_list li.oredered_list__list:nth-child(2).circle_number:before {
  content: "2)";
}
body#privacy_policy.en main#main #contents .contents__privacy_policy .contents__privacy_policy_inner ol.privacy_policy__elements li.elements__element ol.element__oredered_list li.oredered_list__list:nth-child(3).circle_number:before {
  content: "3)";
}
body#privacy_policy.en main#main #contents .contents__privacy_policy .contents__privacy_policy_inner ol.privacy_policy__elements li.elements__element ol.element__oredered_list li.oredered_list__list:nth-child(4).circle_number:before {
  content: "4)";
}
body#privacy_policy.en main#main #contents .contents__privacy_policy .contents__privacy_policy_inner ol.privacy_policy__elements li.elements__element ol.element__oredered_list li.oredered_list__list:nth-child(5).circle_number:before {
  content: "5)";
}
body#privacy_policy.en main#main #contents .contents__privacy_policy .contents__privacy_policy_inner ol.privacy_policy__elements li.elements__element ol.element__oredered_list li.oredered_list__list:nth-child(n+10).number {
  padding-left: 27px;
}
@media all and (max-width: 900px) {
  body#privacy_policy.en main#main #contents .contents__privacy_policy .contents__privacy_policy_inner ol.privacy_policy__elements li.elements__element ol.element__oredered_list li.oredered_list__list:nth-child(n+10).number {
    padding-left: 26px;
  }
}
body#privacy_policy.en main#main #contents .contents__privacy_policy .contents__privacy_policy_inner ol.privacy_policy__elements li.elements__element .margin_top {
  margin-top: 26px;
}
