@charset "UTF-8";
/*
Theme Name: JEANS MATE 2026
Theme URI: http://www.jeansmate.co.jp/data/
Author: BOONYZ INC.
Author URI: http://boonyz.co.jp
Description: JEANS MATE theme
Version: 1.0
*/
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

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

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  appearance: button;
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*----------------------
        reset
----------------------*/
ul, ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

img {
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
}

a:focus, *:focus {
  outline: none;
}

/*----------------------
        base
----------------------*/
body {
  font: 14px/1.8 "Noto Sans JP", sans-serif;
  text-align: left;
  background: #f7f7f7;
  color: #000000;
  height: auto;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a {
  text-decoration: none;
  color: #000000;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}

a.link {
  text-decoration: underline;
  color: #c52c2f;
}
a.link:hover {
  text-decoration: none;
}

strong {
  color: #000000;
  font-weight: bold;
}

ol {
  list-style: decimal outside;
  margin-left: 20px;
}

label, select {
  cursor: pointer;
}

.topics, .coordinate-inner, .hotitem-inner, #contents, #backBtn, #footerBnr-inner, #footer-inner {
  width: 100%;
  max-width: 1450px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  padding-left: 50px;
  padding-right: 50px;
  box-sizing: border-box;
}
@media screen and (max-width: 900px) {
  .topics, .coordinate-inner, .hotitem-inner, #contents, #backBtn, #footerBnr-inner, #footer-inner {
    width: 100%;
    max-width: 1450px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 480px) {
  .topics, .coordinate-inner, .hotitem-inner, #contents, #backBtn, #footerBnr-inner, #footer-inner {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.shopInfo-table, .newsContents table, .company-table, .recruit-table, .property-table, .privacypolicy-table, .privacypolicy-table_disclosure, .form-table {
  width: 100%;
}
.shopInfo-table th, .newsContents table th, .company-table th, .recruit-table th, .property-table th, .privacypolicy-table th, .privacypolicy-table_disclosure th, .form-table th {
  height: auto;
  margin: 0;
  padding: 10px;
  border: 1px solid #e5e7eb;
  background: #eef0f3;
  font-weight: normal;
  width: 200px;
}
.shopInfo-table td, .newsContents table td, .company-table td, .recruit-table td, .property-table td, .privacypolicy-table td, .privacypolicy-table_disclosure td, .form-table td {
  height: auto;
  margin: 0;
  padding: 10px;
  border: 1px solid #e5e7eb;
}
@media screen and (max-width: 768px) {
  .shopInfo-table, .newsContents table, .company-table, .recruit-table, .property-table, .privacypolicy-table, .privacypolicy-table_disclosure, .form-table {
    border-bottom: 1px solid #e5e7eb;
  }
  .shopInfo-table th, .newsContents table th, .company-table th, .recruit-table th, .property-table th, .privacypolicy-table th, .privacypolicy-table_disclosure th, .form-table th {
    width: auto;
    display: block;
    padding-top: 3px;
    padding-bottom: 3px;
    border-bottom: none;
  }
  .shopInfo-table td, .newsContents table td, .company-table td, .recruit-table td, .property-table td, .privacypolicy-table td, .privacypolicy-table_disclosure td, .form-table td {
    display: block;
    border-bottom: none;
  }
}

/*----------------------
        layout
----------------------*/
html {
  overflow-x: hidden;
}

@supports (overflow-x: clip) {
  html {
    overflow-x: clip;
  }
}
body {
  position: relative;
}

#header {
  border-bottom: 1px solid #e5e7eb;
  background: #fff;
  position: sticky;
  z-index: 100;
  width: 100%;
  top: 0;
}

#header-inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 50px;
}
@media screen and (max-width: 1030px) {
  #header-inner {
    padding: 10px 10px 10px 10px;
  }
}
@media screen and (max-width: 900px) {
  #header-inner {
    padding: 0 50px 0 10px;
    height: 50px;
  }
}

#logo {
  margin: 0;
  float: left;
  width: 200px;
  height: auto;
  font-size: 100%;
}
#logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1030px) {
  #logo {
    width: 150px;
  }
}
@media screen and (max-width: 900px) {
  #logo {
    float: none;
    width: 120px;
    height: auto;
    margin: 0;
    transition: all 0.5s linear;
  }
}

.nav {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (max-width: 900px) {
  .nav {
    display: block;
    visibility: hidden;
    z-index: 1;
    position: absolute;
    top: 0;
    left: -220px;
    width: 220px;
    height: auto;
    min-height: 100vh;
    min-height: 100dvh;
    background: #000000;
    transition: all 0.3s linear;
  }
}
@media screen and (max-width: 900px) {
  .nav-inner {
    height: auto;
  }
}

#container {
  background: #f7f7f7;
}
@media screen and (max-width: 900px) {
  #container {
    position: relative;
    z-index: 1;
    left: 0;
    min-height: 100%;
    height: auto;
    width: 100%;
    transition: all 0.3s linear;
  }
}

.drawer {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .drawer #logo {
    margin-left: 50px;
  }
  .drawer .nav {
    z-index: 2;
    visibility: visible;
  }
  .drawer #container {
    left: 220px;
    width: 100%;
  }
  .drawer #mobileNavBtn {
    top: 0;
    left: 220px;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
  }
  .drawer #mobileNavBtn span {
    width: 40px;
    height: 40px;
    background-image: url(../images/parts/btn-gnav_on.png);
    background-repeat: no-repeat;
    background-size: 40px 40px;
    margin: 5px;
  }
}

.drawerLang {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.gnav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 31px;
}
@media screen and (max-width: 1100px) {
  .gnav-list {
    gap: 21px;
  }
}
@media screen and (max-width: 900px) {
  .gnav-list {
    display: block;
  }
}
.gnav-item, .gnav-item_sp, .gnav-item_ec {
  font-size: 10px;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 900px) {
  .gnav-item, .gnav-item_sp, .gnav-item_ec {
    border-bottom: 1px solid #909bab;
    line-height: 1;
  }
}
.gnav-item span, .gnav-item_sp span, .gnav-item_ec span {
  font-family: "Inter", sans-serif;
  display: block;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.05rem;
  line-height: 1.2;
}
@media screen and (max-width: 900px) {
  .gnav-item span, .gnav-item_sp span, .gnav-item_ec span {
    padding-bottom: 5px;
  }
}
.gnav-item a, .gnav-item_sp a, .gnav-item_ec a {
  display: block;
  color: #000000;
  text-decoration: none;
  transition: color 0.28s ease;
}
.gnav-item a span, .gnav-item_sp a span, .gnav-item_ec a span {
  transition: color 0.28s ease, transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}
@media screen and (min-width: 901px) {
  .gnav-item a, .gnav-item_sp a, .gnav-item_ec a {
    position: relative;
    z-index: 2;
    padding-bottom: 8px;
  }
  .gnav-item a::after, .gnav-item_sp a::after, .gnav-item_ec a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 0;
    width: 0;
    height: 2px;
    background-color: #c52c2f;
    transform: translateX(-50%);
    transition: width 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .gnav-item a:hover, .gnav-item_sp a:hover, .gnav-item_ec a:hover, .gnav-item a:focus-visible, .gnav-item_sp a:focus-visible, .gnav-item_ec a:focus-visible {
    color: #c52c2f;
  }
  .gnav-item a:hover span, .gnav-item_sp a:hover span, .gnav-item_ec a:hover span, .gnav-item a:focus-visible span, .gnav-item_sp a:focus-visible span, .gnav-item_ec a:focus-visible span {
    color: #c52c2f;
    transform: translateY(-2px);
  }
  .gnav-item a:hover::after, .gnav-item_sp a:hover::after, .gnav-item_ec a:hover::after, .gnav-item a:focus-visible::after, .gnav-item_sp a:focus-visible::after, .gnav-item_ec a:focus-visible::after {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .gnav-item a, .gnav-item_sp a, .gnav-item_ec a {
    padding: 10px;
    color: #fff;
    position: relative;
    padding: 15px 0 15px 10px;
  }
  .gnav-item a:after, .gnav-item_sp a:after, .gnav-item_ec a:after {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -3px;
    content: "";
    display: block;
    background-image: url(../images/parts/arrow-03-r.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 8px;
    width: 6px;
  }
}
.gnav-item_ec {
  position: relative;
}
.gnav-item_ec:before {
  position: absolute;
  top: 0;
  left: -16px;
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #000000;
}
@media screen and (max-width: 1100px) {
  .gnav-item_ec:before {
    left: -11px;
  }
}
@media screen and (max-width: 900px) {
  .gnav-item_ec:before {
    display: none;
  }
}
.gnav-item_sp {
  display: none;
}
@media screen and (max-width: 900px) {
  .gnav-item_sp {
    display: block;
  }
}
.gnav .subnav {
  display: none;
}
@media screen and (max-width: 900px) {
  .gnav .subnav {
    display: flex;
  }
}

.subnav {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 900px) {
  .subnav {
    gap: 1px;
  }
}
.subnav-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: flex-end;
  margin: 0 0 15px 0;
}
@media screen and (max-width: 1030px) {
  .subnav-wrapper {
    margin: 0 0 5px 0;
  }
}
@media screen and (max-width: 900px) {
  .subnav-wrapper {
    margin: 0;
  }
}
@media screen and (max-width: 900px) {
  .subnav-wrapper .subnav {
    display: none;
  }
}
.subnav li {
  margin: 0;
  line-height: 0;
}
@media screen and (max-width: 900px) {
  .subnav li {
    width: 33%;
  }
  .subnav li:first-child {
    border-left: none;
  }
  .subnav li a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f7f7f7;
    padding: 20px 0;
  }
}
.subnav li a span {
  display: block;
  cursor: pointer;
  line-height: normal;
  display: block;
  transition: all 0.3s;
}
.subnav li a span:hover {
  opacity: 0.6;
}
.subnav-item_twitter a span {
  width: 20px;
  height: 20px;
  background-image: url(../images/parts/ico-twitter.png);
  background-repeat: no-repeat;
  background-size: 20px 20px;
}
.subnav-item_facebook a span {
  width: 20px;
  height: 20px;
  background-image: url(../images/parts/ico-facebook.png);
  background-repeat: no-repeat;
  background-size: 20px 20px;
}
.subnav-item_instagram a span {
  width: 20px;
  height: 20px;
  background-image: url(../images/parts/ico-instagram.png);
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

.languageBtn {
  display: flex;
  align-items: center;
  border: 1px solid #000000;
  overflow: hidden;
  border-radius: 24px;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.3s;
}
.languageBtn:hover {
  opacity: 0.6;
}
@media screen and (max-width: 900px) {
  .languageBtn {
    border-radius: 3px;
    border: 1px solid #e5e7eb;
    padding: 5px 5px;
  }
}
.languageBtn-wrapper {
  transition: all 0.3s;
}

.languageBtn-title {
  padding: 0 7px 0 10px;
  background: #000000;
  height: 20px;
  color: #fff;
  line-height: 1.2;
  font-family: "Inter", sans-serif;
  display: block;
  font-size: 13px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 900px) {
  .languageBtn-title {
    display: none;
  }
}

.languageBtn-item {
  background: #ffffff;
  color: #000000;
  padding: 0 10px 0 7px;
  line-height: 1.2;
  height: 20px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .languageBtn-item {
    padding: 0;
  }
}

.languageBtn-txt {
  float: left;
  margin-right: 4px;
  line-height: 14px;
  font-family: "Inter", sans-serif;
  display: block;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
}
@media screen and (max-width: 900px) {
  .languageBtn-txt {
    display: none;
  }
}

.languageBtn-flag, .languageBtn-flag_th, .languageBtn-flag_ko, .languageBtn-flag_tw, .languageBtn-flag_cn, .languageBtn-flag_en, .languageBtn-flag_jp {
  display: block;
  float: left;
  margin-right: 5px;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .languageBtn-flag, .languageBtn-flag_th, .languageBtn-flag_ko, .languageBtn-flag_tw, .languageBtn-flag_cn, .languageBtn-flag_en, .languageBtn-flag_jp {
    margin: 0 3px 0 0;
  }
}
.languageBtn-flag_jp {
  width: 18px;
  height: 12px;
  background-image: url(../images/parts/ico-lang_jp.png);
  background-repeat: no-repeat;
  background-size: 18px 12px;
}
@media screen and (max-width: 900px) {
  .languageBtn-flag_jp {
    width: 30px;
    height: 20px;
    background-image: url(../images/parts/ico-langM_jp.png);
    background-repeat: no-repeat;
    background-size: 30px 20px;
  }
}
.languageBtn-flag_en {
  width: 18px;
  height: 12px;
  background-image: url(../images/parts/ico-lang_en.png);
  background-repeat: no-repeat;
  background-size: 18px 12px;
}
@media screen and (max-width: 900px) {
  .languageBtn-flag_en {
    width: 30px;
    height: 20px;
    background-image: url(../images/parts/ico-langM_en.png);
    background-repeat: no-repeat;
    background-size: 30px 20px;
  }
}
.languageBtn-flag_cn {
  display: block;
  width: 18px;
  height: 12px;
  background-image: url(../images/parts/ico-lang_cn.png);
  background-repeat: no-repeat;
  background-size: 18px 12px;
}
@media screen and (max-width: 900px) {
  .languageBtn-flag_cn {
    width: 30px;
    height: 20px;
    background-image: url(../images/parts/ico-langM_cn.png);
    background-repeat: no-repeat;
    background-size: 30px 20px;
  }
}
.languageBtn-flag_tw {
  display: block;
  width: 18px;
  height: 12px;
  background-image: url(../images/parts/ico-lang_cn.png);
  background-repeat: no-repeat;
  background-size: 18px 12px;
}
@media screen and (max-width: 900px) {
  .languageBtn-flag_tw {
    width: 30px;
    height: 20px;
    background-image: url(../images/parts/ico-langM_cn.png);
    background-repeat: no-repeat;
    background-size: 30px 20px;
  }
}
.languageBtn-flag_ko {
  display: block;
  width: 18px;
  height: 12px;
  background-image: url(../images/parts/ico-lang_ko.png);
  background-repeat: no-repeat;
  background-size: 18px 12px;
}
@media screen and (max-width: 768px) {
  .languageBtn-flag_ko {
    width: 30px;
    height: 20px;
    background-image: url(../images/parts/ico-langM_ko.png);
    background-repeat: no-repeat;
    background-size: 30px 20px;
  }
}
.languageBtn-flag_th {
  display: block;
  width: 18px;
  height: 12px;
  background-image: url(../images/parts/ico-lang_th.png);
  background-repeat: no-repeat;
  background-size: 18px 12px;
}
@media screen and (max-width: 768px) {
  .languageBtn-flag_th {
    width: 30px;
    height: 20px;
    background-image: url(../images/parts/ico-langM_th.png);
    background-repeat: no-repeat;
    background-size: 30px 20px;
  }
}

.languageBtn-arrow {
  display: block;
  width: 12px;
  height: 7px;
  background-image: url(../images/parts/ico-lang_arrow.png);
  background-repeat: no-repeat;
  background-size: 12px 7px;
}
@media screen and (max-width: 900px) {
  .languageBtn-arrow {
    margin: 0 0 0 5px;
    width: 10px;
    height: 5px;
    background-size: contain;
  }
}

.language {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -200px;
  width: 400px;
  z-index: 9999;
  display: none;
}
@media screen and (max-width: 480px) {
  .language {
    width: 260px;
    margin-left: -130px;
  }
}
.language-bg {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9998;
  display: none;
}
.language-close {
  position: absolute;
  text-indent: -9999px;
  top: 5px;
  right: 5px;
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(../images/parts/btn-gnav_on.png);
  background-repeat: no-repeat;
  background-size: 40px 40px;
}
.language-list {
  margin: 60px auto 0 auto;
  display: block;
}
.language-item, .language-item_jp, .language-item_th, .language-item_ko, .language-item_tw, .language-item_cn, .language-item_en {
  text-align: center;
  font-size: 150%;
  margin: 20px auto 0 auto;
}
@media screen and (max-width: 768px) {
  .language-item, .language-item_jp, .language-item_th, .language-item_ko, .language-item_tw, .language-item_cn, .language-item_en {
    font-size: 117%;
    margin-top: 10px;
  }
}
.language-item a, .language-item_jp a, .language-item_th a, .language-item_ko a, .language-item_tw a, .language-item_cn a, .language-item_en a {
  padding: 10px 0;
  background: #f7f7f7;
  color: #000000;
  display: block;
  text-align: center;
  position: relative;
  transition: all 0.3s;
}
.language-item a:after, .language-item_jp a:after, .language-item_th a:after, .language-item_ko a:after, .language-item_tw a:after, .language-item_cn a:after, .language-item_en a:after {
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -15px;
  transition: all 0.3s;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 480px) {
  .language-item a:after, .language-item_jp a:after, .language-item_th a:after, .language-item_ko a:after, .language-item_tw a:after, .language-item_cn a:after, .language-item_en a:after {
    margin-top: -10px;
  }
}
.language-item a:hover, .language-item_jp a:hover, .language-item_th a:hover, .language-item_ko a:hover, .language-item_tw a:hover, .language-item_cn a:hover, .language-item_en a:hover {
  color: #c52c2f;
}
.language-item a:hover:after, .language-item_jp a:hover:after, .language-item_th a:hover:after, .language-item_ko a:hover:after, .language-item_tw a:hover:after, .language-item_cn a:hover:after, .language-item_en a:hover:after {
  left: 30px;
}
.language-item_en a:after {
  width: 45px;
  height: 30px;
  background-image: url(../images/parts/ico-langL_en.png);
  background-repeat: no-repeat;
  background-size: 45px 30px;
}
@media screen and (max-width: 480px) {
  .language-item_en a:after {
    width: 30px;
    height: 20px;
    background-image: url(../images/parts/ico-langM_en.png);
    background-repeat: no-repeat;
    background-size: 30px 20px;
  }
}
.language-item_cn a:after {
  width: 45px;
  height: 30px;
  background-image: url(../images/parts/ico-langL_cn.png);
  background-repeat: no-repeat;
  background-size: 45px 30px;
}
@media screen and (max-width: 480px) {
  .language-item_cn a:after {
    width: 30px;
    height: 20px;
    background-image: url(../images/parts/ico-langM_cn.png);
    background-repeat: no-repeat;
    background-size: 30px 20px;
  }
}
.language-item_tw a:after {
  width: 45px;
  height: 30px;
  background-image: url(../images/parts/ico-langL_cn.png);
  background-repeat: no-repeat;
  background-size: 45px 30px;
}
@media screen and (max-width: 480px) {
  .language-item_tw a:after {
    width: 30px;
    height: 20px;
    background-image: url(../images/parts/ico-langM_cn.png);
    background-repeat: no-repeat;
    background-size: 30px 20px;
  }
}
.language-item_ko a:after {
  width: 45px;
  height: 30px;
  background-image: url(../images/parts/ico-langL_ko.png);
  background-repeat: no-repeat;
  background-size: 45px 30px;
}
@media screen and (max-width: 480px) {
  .language-item_ko a:after {
    width: 30px;
    height: 20px;
    background-image: url(../images/parts/ico-langM_ko.png);
    background-repeat: no-repeat;
    background-size: 30px 20px;
  }
}
.language-item_th a:after {
  width: 45px;
  height: 30px;
  background-image: url(../images/parts/ico-langL_th.png);
  background-repeat: no-repeat;
  background-size: 45px 30px;
}
@media screen and (max-width: 480px) {
  .language-item_th a:after {
    width: 30px;
    height: 20px;
    background-image: url(../images/parts/ico-langM_th.png);
    background-repeat: no-repeat;
    background-size: 30px 20px;
  }
}
.language-item_jp a:after {
  width: 45px;
  height: 30px;
  background-image: url(../images/parts/ico-langL_jp.png);
  background-repeat: no-repeat;
  background-size: 45px 30px;
}
@media screen and (max-width: 480px) {
  .language-item_jp a:after {
    width: 30px;
    height: 20px;
    background-image: url(../images/parts/ico-langM_jp.png);
    background-repeat: no-repeat;
    background-size: 30px 20px;
  }
}

.sns {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -200px;
  width: 400px;
  z-index: 9999;
  display: none;
}
@media screen and (max-width: 480px) {
  .sns {
    width: 260px;
    margin-left: -130px;
  }
}
.sns-bg {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9998;
  display: none;
}
.sns-close {
  position: absolute;
  text-indent: -9999px;
  top: 5px;
  right: 5px;
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(../images/parts/btn-gnav_on.png);
  background-repeat: no-repeat;
  background-size: 40px 40px;
}
.sns-list {
  margin: 60px auto 0 auto;
  display: block;
}
.sns-item, .sns-item_instagram, .sns-item_facebook, .sns-item_twitter {
  text-align: center;
  font-size: 150%;
  margin: 20px auto 0 auto;
}
.sns-item a, .sns-item_instagram a, .sns-item_facebook a, .sns-item_twitter a {
  padding: 10px 0;
  background: #f7f7f7;
  color: #000000;
  display: block;
  text-align: center;
  position: relative;
  transition: all 0.3s;
}
.sns-item a:after, .sns-item_instagram a:after, .sns-item_facebook a:after, .sns-item_twitter a:after {
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -15px;
  transition: all 0.3s;
}
.sns-item a:hover, .sns-item_instagram a:hover, .sns-item_facebook a:hover, .sns-item_twitter a:hover {
  color: #c52c2f;
}
.sns-item a:hover:after, .sns-item_instagram a:hover:after, .sns-item_facebook a:hover:after, .sns-item_twitter a:hover:after {
  left: 30px;
}
.sns-item_twitter a:after {
  width: 30px;
  height: 30px;
  background-image: url(../images/parts/ico-twitterL.png);
  background-repeat: no-repeat;
  background-size: 30px 30px;
}
.sns-item_facebook a:after {
  width: 30px;
  height: 30px;
  background-image: url(../images/parts/ico-facebookL.png);
  background-repeat: no-repeat;
  background-size: 30px 30px;
}
.sns-item_instagram a:after {
  width: 30px;
  height: 30px;
  background-image: url(../images/parts/ico-instagramL.png);
  background-repeat: no-repeat;
  background-size: 30px 30px;
}

#mobileNavBtn {
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 900px) {
  #mobileNavBtn {
    display: block;
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    cursor: pointer;
  }
}
#mobileNavBtn span {
  text-indent: -9999px;
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(../images/parts/btn-gnav.png);
  background-repeat: no-repeat;
  background-size: 40px 40px;
  margin: 5px 0 0 5px;
}

.snsBtn {
  z-index: 9990;
  position: absolute;
  width: 35px;
  height: 50px;
  top: 0;
  right: 40px;
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 768px) {
  .snsBtn {
    display: block;
    transition: all 0.3s linear;
  }
}
.snsBtn span {
  text-indent: -9999px;
  float: left;
  margin: 5px 0;
  display: block;
  width: 35px;
  height: 40px;
  background-image: url(../images/parts/btn-sns.png);
  background-repeat: no-repeat;
  background-size: 35px 40px;
}

#contents {
  padding-top: 40px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #contents {
    padding-top: 30px;
    margin-bottom: 30px;
    display: table;
  }
}

.l-sec {
  padding: 70px 0;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .l-sec {
    padding: 50px 0;
  }
}
@media screen and (max-width: 480px) {
  .l-sec {
    padding: 30px 0;
  }
}
.l-sec_2 {
  padding: 30px 0;
}
@media screen and (max-width: 480px) {
  .l-sec_2 {
    padding: 20px 0;
  }
}
.l-sec_bg {
  padding: 70px 0;
  background: #ffffff;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .l-sec_bg {
    padding: 50px 0;
  }
}
@media screen and (max-width: 480px) {
  .l-sec_bg {
    padding: 30px 0;
  }
}
.l-sec_bg_2 {
  padding: 30px 0;
  background: #ffffff;
}
@media screen and (max-width: 480px) {
  .l-sec_bg_2 {
    padding: 20px 0;
  }
}
.l-sec-inner {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .l-sec-inner {
    width: auto;
    max-width: 1450px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 768px) {
  .l-sec-inner {
    width: 100%;
    box-sizing: border-box;
  }
}
.l-sec-inner_2 {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .l-sec-inner_2 {
    width: auto;
    max-width: 1450px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 768px) {
  .l-sec-inner_2 {
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
  }
}

.column2-right {
  float: right;
  width: 700px;
}
@media screen and (min-width: 769px) {
  .column2-right {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .column2-right {
    float: none;
    width: 100%;
  }
}

.column2-left {
  float: left;
  width: 270px;
  background: #eef0f3;
  padding-bottom: 32768px;
  margin-bottom: -32768px;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .column2-left {
    width: 27%;
  }
}
@media screen and (max-width: 768px) {
  .column2-left {
    margin-bottom: 0;
    padding-bottom: 0;
    float: none;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .column2 .column2-right {
    display: table-footer-group;
  }
}
@media screen and (max-width: 768px) {
  .column2 .column2-left {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .column2_2 .column2-right {
    margin-bottom: 30px;
  }
}

#backBtn {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #backBtn {
    margin-bottom: 10px;
  }
}
#backBtn p {
  text-indent: -9999px;
}
@media screen and (max-width: 768px) {
  #backBtn p {
    padding: 0 10px;
  }
}
#backBtn p a {
  display: block;
  display: block;
}

#backBtn-back {
  float: left;
}
#backBtn-back a {
  width: 120px;
  height: 27px;
  background-image: url(../images/parts/btn-back.png);
  background-repeat: no-repeat;
  background-size: 120px 27px;
}
#backBtn-back a:hover {
  width: 120px;
  height: 27px;
  background-image: url(../images/parts/btn-back_on.png);
  background-repeat: no-repeat;
  background-size: 120px 27px;
}

#backBtn-pagetop {
  float: right;
}
#backBtn-pagetop a {
  width: 120px;
  height: 27px;
  background-image: url(../images/parts/btn-pagetop.png);
  background-repeat: no-repeat;
  background-size: 120px 27px;
}
#backBtn-pagetop a:hover {
  width: 120px;
  height: 27px;
  background-image: url(../images/parts/btn-pagetop_on.png);
  background-repeat: no-repeat;
  background-size: 120px 27px;
}

#footerBnr {
  background: #e5e7eb;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  #footerBnr {
    padding: 20px 10px;
  }
}

.footerBnr-list {
  overflow: hidden;
}

.footerBnr-item, .footerBnr-item_last {
  float: left;
  width: 235px;
  margin-right: 20px;
  line-height: 0;
}
@media screen and (min-width: 769px) {
  .footerBnr-item, .footerBnr-item_last {
    width: 23.5%;
    margin-right: 2%;
  }
}
@media screen and (max-width: 768px) {
  .footerBnr-item, .footerBnr-item_last {
    width: 23.5%;
    margin-right: 2%;
  }
}
.footerBnr-item a, .footerBnr-item_last a {
  display: block;
  padding: 5px;
  background: #fff;
  line-height: auto;
}
.footerBnr-item a:hover, .footerBnr-item_last a:hover {
  background: #c52c2f;
}
.footerBnr-item a img, .footerBnr-item_last a img {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .footerBnr-item a, .footerBnr-item_last a {
    padding: 10px;
    transition: all 0.1s linear;
  }
  .footerBnr-item a:hover, .footerBnr-item_last a:hover {
    background: #fff;
    border: 2px solid #c52c2f;
  }
}
@media screen and (max-width: 480px) {
  .footerBnr-item a, .footerBnr-item_last a {
    padding: 2px;
  }
}
.footerBnr-item_last {
  margin-right: 0;
}
@media screen and (min-width: 769px) {
  .footerBnr-item_last {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .footerBnr-item_last {
    margin-right: 0;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .footerBnr-item_last {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .footerBnr-item_last {
    margin-right: 0;
  }
}

footer {
  background: #1e1e1e;
  overflow: hidden;
  clear: both;
}

#footer-inner {
  overflow: hidden;
  position: relative;
}

#footerNavBtn {
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #footerNavBtn {
    display: block;
    padding: 20px 0;
  }
  #footerNavBtn span {
    color: #fff;
    margin: 0 auto;
    text-indent: -9999px;
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../images/parts/btn-footernav.png);
    background-repeat: no-repeat;
    background-size: 30px 30px;
  }
}

@media screen and (max-width: 768px) {
  .footerNav-open #footerNavBtn span {
    width: 30px;
    height: 30px;
    background-image: url(../images/parts/btn-footernav_on.png);
    background-repeat: no-repeat;
    background-size: 30px 30px;
  }
}
#footerNav {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #footerNav {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .footerNav-sitemap {
    border-bottom: 1px solid #909bab;
  }
}
.footerNav-box, .footerNav-box_last {
  float: left;
  width: 235px;
  margin-right: 20px;
  line-height: 0;
}
@media screen and (min-width: 769px) {
  .footerNav-box, .footerNav-box_last {
    width: 23.5%;
    margin-right: 2%;
  }
}
@media screen and (max-width: 768px) {
  .footerNav-box, .footerNav-box_last {
    float: none;
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 769px) {
  .footerNav-box_last {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .footerNav-box_last {
    margin-right: 0;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .footerNav-box_last {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .footerNav-box_last {
    margin-right: 0;
  }
}

.footerNav-title {
  display: block;
  font-size: 18px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1rem;
  color: #d6dfeb;
  padding: 60px 0 20px 0;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .footerNav-title {
    cursor: pointer;
    font-size: 13px;
    padding: 20px 0 20px 10px;
    border-top: 1px solid #909bab;
    position: relative;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .footerNav-title:after {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -6px;
    content: "";
    display: block;
    width: 13px;
    height: 13px;
    background-image: url(../images/parts/pluses-01.png);
    background-repeat: no-repeat;
    background-size: 13px 13px;
  }
}

@media screen and (max-width: 768px) {
  .footerNav-list_open .footerNav-title:after {
    width: 13px;
    height: 13px;
    background-image: url(../images/parts/minus-01.png);
    background-repeat: no-repeat;
    background-size: 13px 13px;
  }
}
.footerNav-list {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .footerNav-list {
    display: none;
  }
}

.footerNav-item, .footerNav-item_bold, .footerNav-item_irroid {
  line-height: 2;
  font-size: 100%;
}
.footerNav-item a, .footerNav-item_bold a, .footerNav-item_irroid a {
  color: #fff;
  text-decoration: none;
}
.footerNav-item a:hover, .footerNav-item_bold a:hover, .footerNav-item_irroid a:hover {
  color: #c52c2f;
}
@media screen and (max-width: 768px) {
  .footerNav-item, .footerNav-item_bold, .footerNav-item_irroid {
    font-size: 100%;
    line-height: 1;
    border-top: 1px solid #909bab;
  }
  .footerNav-item a, .footerNav-item_bold a, .footerNav-item_irroid a {
    display: block;
    color: #e5e7eb;
    padding: 17px 0 17px 20px;
    position: relative;
  }
  .footerNav-item a:after, .footerNav-item_bold a:after, .footerNav-item_irroid a:after {
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -4px;
    content: "";
    display: block;
    background-image: url(../images/parts/arrow-03-r.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 8px;
    width: 6px;
  }
}
@media screen and (max-width: 768px) {
  .footerNav-item_irroid a {
    padding: 5px 0 5px 20px;
  }
}
.footerNav-item_irroid img {
  width: 135px;
  height: auto;
}

.footerNav-item_bold a {
  color: #c52c2f;
}
.footerNav-item_bold a:hover {
  color: #fff;
}

.footerNav-list_sns {
  clear: both;
  padding: 40px 0 10px 0;
  overflow: hidden;
}
.footerNav-list_sns li {
  float: left;
  margin: 0;
  line-height: 0;
}
.footerNav-list_sns li a {
  text-indent: -9999px;
  display: block;
  line-height: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .footerNav-list_sns li a {
    background: none;
    text-indent: 0;
    color: #e5e7eb;
  }
  .footerNav-list_sns li a:after {
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -6px;
    content: "";
    display: block;
    width: 9px;
    height: 13px;
    background-image: url(../images/parts/arrow-03-r.png);
    background-repeat: no-repeat;
    background-size: 9px 13px;
  }
}
@media screen and (max-width: 768px) {
  .footerNav-list_sns {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .footerNav-item_twitter {
    width: 33.333%;
    float: left;
  }
}
.footerNav-item_twitter a {
  margin: 0 10px 0 0;
  opacity: 1;
  transition: all 0.3s;
  width: 20px;
  height: 20px;
  background-image: url(../images/parts/ico-twitter.png);
  background-repeat: no-repeat;
  background-size: 20px 20px;
}
.footerNav-item_twitter a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .footerNav-item_twitter a {
    width: 100%;
    height: auto;
    line-height: 1;
    border-right: 1px solid #909bab;
  }
  .footerNav-item_twitter a span {
    line-height: 1;
    padding: 15px 0 15px 10px;
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .footerNav-item_facebook {
    width: 33.333%;
    float: left;
  }
}
.footerNav-item_facebook a {
  margin: 0 10px 0 0;
  opacity: 1;
  transition: all 0.3s;
  width: 20px;
  height: 20px;
  background-image: url(../images/parts/ico-facebook.png);
  background-repeat: no-repeat;
  background-size: 20px 20px;
}
.footerNav-item_facebook a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .footerNav-item_facebook a {
    width: 100%;
    height: auto;
    line-height: 1;
    border-right: 1px solid #909bab;
  }
  .footerNav-item_facebook a span {
    line-height: 1;
    padding: 15px 0 15px 10px;
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .footerNav-item_instagram {
    width: 33.333%;
    float: left;
  }
}
.footerNav-item_instagram a {
  margin: 0 10px 0 0;
  opacity: 1;
  transition: all 0.3s;
  width: 20px;
  height: 20px;
  background-image: url(../images/parts/ico-instagram.png);
  background-repeat: no-repeat;
  background-size: 20px 20px;
}
.footerNav-item_instagram a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .footerNav-item_instagram a {
    width: 100%;
    height: auto;
    line-height: 1;
  }
  .footerNav-item_instagram a span {
    line-height: 1;
    padding: 15px 0 15px 10px;
    display: block;
  }
}

#footer-copy {
  position: absolute;
  bottom: 5px;
  right: 50px;
  padding: 0;
  margin: 0;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #footer-copy {
    position: static;
    text-align: center;
    padding: 15px 0;
    font-size: 84%;
    border-top: 1px solid #909bab;
  }
}

/*----------------------
module
----------------------*/
.pa-lr_10 {
  padding-left: 10px;
  padding-right: 10px;
}

.pa-t_10 {
  padding-top: 10px;
}

.pa-all_10 {
  padding: 10px;
}

.ma-b_0 {
  margin-bottom: 0;
}

.ma-t_20 {
  margin-top: 20px;
}

.ma-t_30 {
  margin-top: 30px;
}

.ma-t_60 {
  margin-top: 60px;
}

.color_white {
  color: #fff;
}

.section-title {
  display: block;
  font-size: 24px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: #000000;
  letter-spacing: 0.05rem;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .section-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .section-title {
    font-size: 18px;
  }
}

.pageTitle {
  display: block;
  font-size: 34px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #000000;
  letter-spacing: 0.1rem;
  margin: 0 0 30px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .pageTitle {
    font-size: 28px;
    margin: 0 0 25px 0;
  }
}
@media screen and (max-width: 480px) {
  .pageTitle {
    font-size: 22px;
    margin: 0 0 20px 0;
  }
}

.engTitle span {
  display: block;
}
.engTitle span.engTitle-eng {
  display: inline-block;
}
.engTitle-eng {
  font-size: 26px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #000000;
  letter-spacing: 0.1rem;
  margin: 0 0 5px 0;
  text-align: center;
  border-bottom: 2px solid #000000;
}
@media screen and (max-width: 768px) {
  .engTitle-eng {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .engTitle-eng {
    font-size: 16px;
  }
}
.engTitle {
  font-size: 12px;
  color: #000000;
  font-weight: 500;
  letter-spacing: 0.05rem;
  margin: 0 0 20px 0;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .engTitle {
    font-size: 10px;
  }
}
@media screen and (max-width: 480px) {
  .engTitle {
    margin: 0 0 15px 0;
    font-size: 8px;
  }
}

.sectionTitle {
  margin: 0 0 20px 0;
  font-size: 26px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  color: #000000;
  letter-spacing: 0.1rem;
}

.postTitle {
  font-size: 24px;
  margin: 0 0 10px 0;
  line-height: 1.2;
  padding: 2px 0 0 0;
  line-height: 1.4;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .postTitle {
    font-size: 20px;
    margin: 0 10px 10px 10px;
  }
}
@media screen and (max-width: 480px) {
  .postTitle {
    font-size: 18px;
  }
}

.subTitle {
  clear: both;
  font-size: 16px;
  padding: 2px 0 0 0;
  margin-bottom: 10px;
  line-height: 1.4;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .subTitle {
    margin: 0 10px 10px 10px;
  }
}

.subTitle2 {
  padding: 2px 0 0 0;
  margin: 0 0 20px 0;
  line-height: 1.4;
  font-weight: 500;
  clear: both;
}
@media screen and (max-width: 768px) {
  .subTitle2 {
    margin: 10px 0 10px 0;
  }
}

.subTitle3 {
  padding: 0;
  margin: 0;
  color: #000000;
  font-weight: bold;
  line-height: 1.4;
  clear: both;
}

.shopify-wrapper {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  padding: 70px 50px 20px 50px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .shopify-wrapper {
    padding: 50px 10px 0 10px;
  }
}

.ragged {
  color: #fff;
  text-align: center;
}
.ragged-bg {
  position: relative;
  background-image: url(../images/top/ragged-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.ragged-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: rgba(0, 40, 36, 0.5);
  mix-blend-mode: multiply;
  pointer-events: none;
}
.ragged-inner {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  padding: 150px 70px;
  box-sizing: border-box;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .ragged-inner {
    padding: 100px 50px;
  }
}
@media screen and (max-width: 480px) {
  .ragged-inner {
    padding: 60px 20px;
  }
}
.ragged-title {
  font-size: 18px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  color: #fff;
  letter-spacing: 0.1rem;
  margin: 0 0 10px 0;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .ragged-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .ragged-title {
    font-size: 14px;
  }
}
.ragged-txt {
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.05rem;
  margin: 5px 0 0 0;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .ragged-txt {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  .ragged-txt {
    font-size: 11px;
  }
}
.ragged-logo {
  margin: 0 auto 30px auto;
  max-width: 300px;
  width: 60%;
}
@media screen and (max-width: 480px) {
  .ragged-logo {
    margin: 0 auto 20px auto;
  }
}
.ragged-logo img {
  width: 100%;
  height: auto;
}

.topMainVisual-slider {
  border-bottom: 1px solid #e5e7eb;
}
.topMainVisual-slider picture {
  display: block;
}

.topMainVisual-dots {
  margin: 5px 0 0 0;
}

.owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-dot span {
  width: 11px;
  height: 11px;
  margin: 0 6px;
  background: #000000;
  display: block;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.owl-dot.active span,
.owl-dot:hover span {
  background: #c52c2f;
}

.topMainVisual {
  text-align: center;
  width: 100%;
  margin: 0;
}

.topics {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .topics {
    margin: 0 0 30px 0;
  }
}

.topics-list {
  overflow: hidden;
  margin-bottom: -2%;
}
@media screen and (max-width: 480px) {
  .topics-list {
    margin-bottom: -4%;
  }
}
@media screen and (max-width: 768px) {
  .topics-list {
    padding: 0 10px;
  }
}

.topics-item, .topics-item_last {
  float: left;
  width: 235px;
  margin-right: 20px;
  margin-bottom: 20px;
  line-height: 0;
}
.topics-item:nth-child(4n), .topics-item_last:nth-child(4n) {
  margin-right: 0;
}
@media screen and (min-width: 769px) {
  .topics-item, .topics-item_last {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .topics-item:nth-child(4n), .topics-item_last:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .topics-item, .topics-item_last {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .topics-item:nth-child(4n), .topics-item_last:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .topics-item, .topics-item_last {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  .topics-item:nth-child(even), .topics-item_last:nth-child(even) {
    margin-right: 0;
  }
}
.topics-item a, .topics-item_last a {
  display: block;
  background: #fff;
  text-decoration: none;
  transition: all 0.1s linear;
  position: relative;
}
.topics-item a:before, .topics-item_last a:before {
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0px solid transparent;
  content: "";
  transition: all 0.3s;
}
.topics-item a:hover:before, .topics-item_last a:hover:before {
  border: 5px solid #c52c2f;
}
.topics-item img, .topics-item_last img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.topics-item_last {
  margin: 0;
}
@media screen and (min-width: 769px) {
  .topics-item_last {
    margin: 0;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .topics-item_last {
    margin: 0;
  }
}
@media screen and (max-width: 480px) {
  .topics-item_last {
    margin-right: 0;
  }
}

.topNews {
  text-align: center;
}
.topNews-inner {
  display: inline-block;
}
.topNews-sec {
  padding: 20px;
  background-color: #000000;
}
.topNews-label {
  display: block;
  font-size: 14px;
  line-height: 1.4;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05rem;
  color: #000000;
  background-color: #ffffff;
  padding: 2px 12px;
  margin: 0;
}
.topNews-item {
  display: block;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
}
.topNews-item:last-child {
  margin-bottom: 0;
}
.topNews-item a {
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 10px;
  padding: 3px 0;
  border-bottom: 1px solid #ffffff;
  text-decoration: none;
  color: #ffffff;
  transition: all 0.3s ease;
}
.topNews-item a:hover {
  border-bottom: 1px solid #000000;
}
.topNews-date {
  font-size: 14px;
  padding: 0;
  margin: 0;
  line-height: 1.4;
}
.topNews-title {
  font-size: 14px;
  padding: 0;
  margin: 0;
  text-align: left;
  line-height: 1.4;
}

.coordinate {
  margin: 0 0 60px 0;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .coordinate {
    margin: 0 0 30px 0;
  }
}
.coordinate-inner {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .coordinate-inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.coordinate-slider01, .coordinate-slider02 {
  position: relative;
  width: auto;
  height: auto;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (min-width: 769px) {
  .coordinate-slider01, .coordinate-slider02 {
    width: auto;
    height: auto;
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .coordinate-slider01, .coordinate-slider02 {
    width: auto;
    height: auto;
    padding: 0 30px;
  }
}
.coordinate-subTitle {
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .coordinate-subTitle {
    position: static;
    text-align: center;
    font-size: 100%;
    padding: 0;
    margin: 0;
  }
}
.coordinate-mens {
  width: 480px;
  float: left;
  padding-right: 20px;
  border-right: 1px dashed #aaa;
}
@media screen and (min-width: 769px) {
  .coordinate-mens {
    width: 48%;
    padding-right: 2%;
  }
}
@media screen and (max-width: 768px) {
  .coordinate-mens {
    width: 100%;
    padding-right: 0;
    border-right: none;
    float: none;
    border-bottom: 1px dashed #aaa;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.coordinate-ladys {
  width: 480px;
  float: right;
}
@media screen and (min-width: 769px) {
  .coordinate-ladys {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .coordinate-ladys {
    width: 100%;
    float: none;
  }
}
.coordinate-item img {
  width: 100%;
  height: auto;
  display: block;
}
.coordinate-sliderInner {
  position: relative;
}
.coordinate-prev01, .coordinate-prev02 {
  cursor: pointer;
  z-index: 10;
  position: absolute;
  left: -40px;
  bottom: 50%;
  margin-bottom: -20px;
  text-indent: -9999px;
  zoom: 1;
  display: block;
  width: 24px;
  height: 41px;
  background-image: url(../images/parts/arrow-01-l.png);
  background-repeat: no-repeat;
  background-size: 24px 41px;
}
.coordinate-prev01:hover, .coordinate-prev02:hover {
  width: 24px;
  height: 41px;
  background-image: url(../images/parts/arrow-01-l_on.png);
  background-repeat: no-repeat;
  background-size: 24px 41px;
}
@media screen and (max-width: 768px) {
  .coordinate-prev01, .coordinate-prev02 {
    left: -30px;
  }
}
.coordinate-next01, .coordinate-next02 {
  cursor: pointer;
  z-index: 10;
  position: absolute;
  right: -40px;
  bottom: 50%;
  margin-bottom: -20px;
  text-indent: -9999px;
  display: block;
  width: 24px;
  height: 41px;
  background-image: url(../images/parts/arrow-01-r.png);
  background-repeat: no-repeat;
  background-size: 24px 41px;
}
.coordinate-next01:hover, .coordinate-next02:hover {
  width: 24px;
  height: 41px;
  background-image: url(../images/parts/arrow-01-r_on.png);
  background-repeat: no-repeat;
  background-size: 24px 41px;
}
@media screen and (max-width: 768px) {
  .coordinate-next01, .coordinate-next02 {
    right: -30px;
  }
}

* html .coordinate-subTitle {
  left: -50px;
}

.hotitem {
  margin: 0 0 60px 0;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .hotitem {
    margin: 0 0 30px 0;
  }
}

.hotitem-inner {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .hotitem-inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.hotitem-slider01,
.hotitem-slider02 {
  position: relative;
  width: 900px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .hotitem-slider01,
  .hotitem-slider02 {
    width: auto;
    height: auto;
    padding: 0 50px;
  }
}
@media screen and (max-width: 768px) {
  .hotitem-slider01,
  .hotitem-slider02 {
    width: auto;
    height: auto;
    padding: 0 30px;
  }
}

.hotitem-subTitle {
  text-align: center;
  padding: 0;
  margin: 0;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .hotitem-subTitle {
    position: static;
    text-align: center;
    font-size: 14px;
    padding: 0;
    margin: 0;
  }
}

* html .hotitem_slider01 .sub-title,
* html .hotitem_slider02 .sub-title {
  left: -50px;
}

.hotitem-mens {
  border-bottom: 1px dashed #aaa;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.hotitem-item img {
  width: 100%;
  height: auto;
  display: block;
}
.hotitem-item a {
  position: relative;
  display: block;
}
.hotitem-item a:before {
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0px solid transparent;
  content: "";
  transition: all 0.3s;
  z-index: 2;
}
.hotitem-item a:hover:before {
  border: 5px solid #c52c2f;
}

.hotitem-sliderInner {
  position: relative;
}

.hotitem-prev01,
.hotitem-prev02 {
  cursor: pointer;
  z-index: 10;
  position: absolute;
  left: -50px;
  bottom: 50%;
  margin-bottom: -20px;
  text-indent: -9999px;
  zoom: 1;
  display: block;
  width: 24px;
  height: 41px;
  background-image: url(../images/parts/arrow-01-l.png);
  background-repeat: no-repeat;
  background-size: 24px 41px;
}
.hotitem-prev01:hover,
.hotitem-prev02:hover {
  width: 24px;
  height: 41px;
  background-image: url(../images/parts/arrow-01-l_on.png);
  background-repeat: no-repeat;
  background-size: 24px 41px;
}
@media screen and (max-width: 768px) {
  .hotitem-prev01,
  .hotitem-prev02 {
    left: -22px;
    margin-bottom: -10px;
    width: 14px;
    height: 22px;
    background-image: url(../images/parts/arrow-05-l.png);
    background-repeat: no-repeat;
    background-size: 14px 22px;
  }
  .hotitem-prev01:hover,
  .hotitem-prev02:hover {
    width: 14px;
    height: 22px;
    background-image: url(../images/parts/arrow-05-l_on.png);
    background-repeat: no-repeat;
    background-size: 14px 22px;
  }
}

.hotitem-next01,
.hotitem-next02 {
  cursor: pointer;
  z-index: 10;
  position: absolute;
  right: -50px;
  bottom: 50%;
  margin-bottom: -20px;
  text-indent: -9999px;
  display: block;
  width: 24px;
  height: 41px;
  background-image: url(../images/parts/arrow-01-r.png);
  background-repeat: no-repeat;
  background-size: 24px 41px;
}
.hotitem-next01:hover,
.hotitem-next02:hover {
  width: 24px;
  height: 41px;
  background-image: url(../images/parts/arrow-01-r_on.png);
  background-repeat: no-repeat;
  background-size: 24px 41px;
}
@media screen and (max-width: 768px) {
  .hotitem-next01,
  .hotitem-next02 {
    right: -22px;
    margin-bottom: -10px;
    width: 14px;
    height: 22px;
    background-image: url(../images/parts/arrow-05-r.png);
    background-repeat: no-repeat;
    background-size: 14px 22px;
  }
  .hotitem-next01:hover,
  .hotitem-next02:hover {
    width: 14px;
    height: 22px;
    background-image: url(../images/parts/arrow-05-r_on.png);
    background-repeat: no-repeat;
    background-size: 14px 22px;
  }
}

.news_top {
  width: 550px;
  float: left;
  overflow: hidden;
  zoom: 1;
}
@media screen and (min-width: 769px) {
  .news_top {
    width: 55%;
    margin: 0 3% 0 0;
  }
}
@media screen and (max-width: 768px) {
  .news_top {
    float: none;
    width: 100%;
    margin: 0 0 30px 0;
  }
}

.newsList {
  border-top: 1px dashed #aaa;
}

.newsList-item, .shoplist-item {
  overflow: hidden;
  border-bottom: 1px dashed #aaa;
  zoom: 1;
  line-height: 1;
}
.newsList-item a, .shoplist-item a {
  display: block;
  overflow: hidden;
  padding: 10px 0;
  cursor: pointer;
  zoom: 1;
  line-height: normal;
}
.newsList-item a:hover, .shoplist-item a:hover {
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .newsList-item a, .shoplist-item a {
    position: relative;
    transition: all 0.2s linear;
  }
  .newsList-item a:after, .shoplist-item a:after {
    transition: all 0.2s linear;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -10px;
    content: "";
    display: block;
    width: 14px;
    height: 22px;
    background-image: url(../images/parts/arrow-02-r.png);
    background-repeat: no-repeat;
    background-size: 14px 22px;
    width: 10px;
    background-size: contain;
    background-position: center;
  }
  .newsList-item a:hover, .shoplist-item a:hover {
    padding-left: 10px;
  }
  .newsList-item a:hover:after, .shoplist-item a:hover:after {
    width: 14px;
    height: 22px;
    background-image: url(../images/parts/arrow-02-r_on.png);
    background-repeat: no-repeat;
    background-size: 14px 22px;
    width: 10px;
    background-size: contain;
    background-position: center;
  }
}
@media screen and (max-width: 768px) {
  .newsList-item a, .shoplist-item a {
    position: relative;
    padding: 10px;
  }
  .newsList-item a:after, .shoplist-item a:after {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10px;
    content: "";
    display: block;
    width: 14px;
    height: 22px;
    background-image: url(../images/parts/arrow-02-r.png);
    background-repeat: no-repeat;
    background-size: 14px 22px;
    width: 10px;
    background-size: contain;
    background-position: center;
  }
}

.newsList-thumb {
  float: left;
  margin: 0 10px 0 0;
  height: 72px;
  width: 72px;
}

.newsList-contents {
  overflow: hidden;
}

* html .newsList-contents {
  float: left;
}

.newsList-date {
  float: left;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .newsList-date {
    font-size: 10px;
    margin-top: 1px;
    float: none;
  }
}

.newsList-title {
  clear: both;
  font-weight: normal;
  font-size: 14px;
  margin: 0;
  padding: 5px 20px 0 0;
  line-height: 1.4;
}

.newsList-ico {
  overflow: hidden;
  margin: 0 0 0 10px;
  float: left;
  transform: translateY(-1px);
}
@media screen and (max-width: 768px) {
  .newsList-ico {
    float: none;
    margin: -2px 0 0 0;
  }
}
.newsList-ico li {
  margin: 2px 5px 0 0;
  line-height: 1.2;
  background-color: #000000;
  color: #ffffff;
  font-size: 9px;
  font-weight: 500;
  padding: 3px 5px;
  display: inline-block;
}

.irNews_top {
  width: 410px;
  float: right;
}
@media screen and (min-width: 769px) {
  .irNews_top {
    width: 42%;
  }
}
@media screen and (max-width: 768px) {
  .irNews_top {
    float: none;
    width: 100%;
  }
}

.irNews-list {
  border-top: 1px dashed #aaa;
}

.irNews-item, .irNews-item_meeting {
  overflow: hidden;
  border-bottom: 1px dashed #aaa;
  line-height: 20px;
}
.irNews-item a, .irNews-item_meeting a {
  display: block;
  overflow: hidden;
  padding: 11px 25px 10px 0;
  text-decoration: none;
  min-height: 40px;
  zoom: 1;
}
.irNews-item a:hover, .irNews-item_meeting a:hover {
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .irNews-item a, .irNews-item_meeting a {
    position: relative;
    transition: all 0.2s linear;
  }
  .irNews-item a:after, .irNews-item_meeting a:after {
    transition: all 0.2s linear;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -10px;
    content: "";
    display: block;
    width: 14px;
    height: 22px;
    background-image: url(../images/parts/arrow-02-r.png);
    background-repeat: no-repeat;
    background-size: 14px 22px;
    width: 10px;
    background-size: contain;
    background-position: center;
  }
  .irNews-item a:hover, .irNews-item_meeting a:hover {
    padding-left: 10px;
  }
  .irNews-item a:hover:after, .irNews-item_meeting a:hover:after {
    width: 14px;
    height: 22px;
    background-image: url(../images/parts/arrow-02-r_on.png);
    background-repeat: no-repeat;
    background-size: 14px 22px;
    width: 10px;
    background-size: contain;
    background-position: center;
  }
}
@media screen and (max-width: 768px) {
  .irNews-item a, .irNews-item_meeting a {
    position: relative;
    padding: 10px 25px 10px 10px;
  }
  .irNews-item a:after, .irNews-item_meeting a:after {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10px;
    content: "";
    display: block;
    width: 14px;
    height: 22px;
    background-image: url(../images/parts/arrow-02-r.png);
    background-repeat: no-repeat;
    background-size: 14px 22px;
    width: 10px;
    background-size: contain;
    background-position: center;
  }
}
.irNews-item_meeting a {
  padding: 10px 25px 10px 0;
  min-height: initial;
}

.irNews-date {
  display: block;
  float: left;
}
@media screen and (max-width: 768px) {
  .irNews-date {
    font-size: 10px;
  }
}

.irNews-ico {
  float: left;
  padding: 0;
  margin: 2px 0 0 10px;
}
@media screen and (max-width: 768px) {
  .irNews-ico {
    margin: 2px 0 0 5px;
  }
}
.irNews-ico span {
  text-indent: -9999px;
  display: block;
  line-height: 0;
}
@media screen and (max-width: 768px) {
  .irNews-ico span {
    margin: 0 0 0 5px;
  }
}
.irNews-ico span.irNews-ico_notice {
  width: 70px;
  height: 15px;
  background-image: url(../images/parts/ico-ir_notice.png);
  background-repeat: no-repeat;
  background-size: 70px 15px;
}
.irNews-ico span.irNews-ico_earnings {
  width: 70px;
  height: 15px;
  background-image: url(../images/parts/ico-ir_earnings.png);
  background-repeat: no-repeat;
  background-size: 70px 15px;
}
.irNews-ico span.irNews-ico_report {
  width: 70px;
  height: 15px;
  background-image: url(../images/parts/ico-ir_report.png);
  background-repeat: no-repeat;
  background-size: 70px 15px;
}
.irNews-ico span.irNews-ico_securities {
  width: 70px;
  height: 15px;
  background-image: url(../images/parts/ico-ir_securities.png);
  background-repeat: no-repeat;
  background-size: 70px 15px;
}
.irNews-ico span.irNews-ico_quarterly {
  width: 70px;
  height: 15px;
  background-image: url(../images/parts/ico-ir_quarterly.png);
  background-repeat: no-repeat;
  background-size: 70px 15px;
}
.irNews-ico span.irNews-ico_monthly {
  width: 70px;
  height: 15px;
  background-image: url(../images/parts/ico-ir_monthly.png);
  background-repeat: no-repeat;
  background-size: 70px 15px;
}
.irNews-ico span.irNews-ico_publicnotice {
  width: 70px;
  height: 15px;
  background-image: url(../images/parts/ico-ir_publicnotice.png);
  background-repeat: no-repeat;
  background-size: 70px 15px;
}
.irNews-ico span.irNews-ico_release {
  width: 70px;
  height: 15px;
  background-image: url(../images/parts/ico-ir_release.png);
  background-repeat: no-repeat;
  background-size: 70px 15px;
}
.irNews-ico span.irNews-ico_press {
  width: 70px;
  height: 15px;
  background-image: url(../images/parts/ico-ir_press.png);
  background-repeat: no-repeat;
  background-size: 70px 15px;
}
.irNews-ico span.irNews-ico_other {
  width: 70px;
  height: 15px;
  background-image: url(../images/parts/ico-ir_other.png);
  background-repeat: no-repeat;
  background-size: 70px 15px;
}
.irNews-ico span.irNews-ico_results {
  width: 70px;
  height: 15px;
  background-image: url(../images/parts/ico-ir_results.png);
  background-repeat: no-repeat;
  background-size: 70px 15px;
}
.irNews-ico span.irNews-ico_video {
  width: 70px;
  height: 15px;
  background-image: url(../images/parts/ico-ir_video.png);
  background-repeat: no-repeat;
  background-size: 70px 15px;
}

.irNews-title, .irNews-title_video {
  clear: both;
  margin: 0;
  padding: 0;
}
.irNews-title:before, .irNews-title_video:before {
  float: left;
  margin: 2px 6px 0 0;
  content: " ";
  width: 16px;
  height: 16px;
  background-image: url(../images/parts/ico-pdf.png);
  background-repeat: no-repeat;
  background-size: 16px 16px;
}
.irNews-title_video:before {
  width: 16px;
  height: 16px;
  background-image: url(../images/parts/ico-video.png);
  background-repeat: no-repeat;
  background-size: 16px 16px;
}
.irNews-title_stock {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
}

.irNews-logo_stock {
  font-weight: normal;
  margin: 0;
}
.irNews-logo_stock img {
  width: 150px;
  height: auto;
}

.irNews-url {
  margin: 0;
  font-size: 10px;
}

.adobeReader {
  margin: 30px 0 0 0;
  background: #eef0f3;
  overflow: hidden;
  padding: 10px;
}

.adobeReader-bnr {
  float: left;
  margin: 0 20px 0 0;
}

.adobeReader-bnr_sp {
  float: left;
  margin: 0 20px 0 0;
}
.adobeReader-bnr_sp img {
  border-radius: 15px;
}

.adobeReader-txt {
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.shoplist {
  border-top: 1px dashed #aaa;
}

.shoplist-title {
  font-weight: bold;
  padding: 0;
  margin: 0 0 5px 0;
  font-size: 14px;
}

.shoplist-info {
  line-height: 1.8;
  color: #666;
}

.shoplist-ico {
  overflow: hidden;
}
.shoplist-ico li {
  margin: 5px 5px 0 0;
  line-height: 1.2;
  background-color: #000000;
  color: #ffffff;
  font-size: 9px;
  font-weight: 500;
  padding: 3px 5px;
  display: inline-block;
  transform: translateY(-1px);
}
@media screen and (max-width: 768px) {
  .shoplist-ico li {
    margin: 5px 5px 0 0;
  }
}

.shopArchive-pic img {
  width: 100%;
  height: auto;
}
.shopArchive-pic {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .shopArchive-pic {
    margin-bottom: 10px;
  }
  .shopArchive-pic p {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.searchResult {
  background: #eef0f3;
  overflow: hidden;
  padding: 10px;
  margin-bottom: 20px;
}

.noIndex {
  margin: 20px 0 0 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .noIndex {
    padding: 0 10px;
  }
}

.companyList-section, .companyList-section_top {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .companyList-section .subTitle2, .companyList-section_top .subTitle2 {
    margin-left: 10px;
  }
}

.companyList-section_top {
  margin-top: 0;
}

.shoplist_ir {
  border-top: 1px dashed #aaa;
}
.shoplist_ir .shoplist-item {
  padding: 10px 0 5px 0;
}
@media screen and (max-width: 768px) {
  .shoplist_ir .shoplist-item {
    padding: 10px 10px 5px 10px;
  }
}
.shoplist_ir .shoplist-info li {
  float: left;
}
.shoplist_ir .shoplist-zip {
  margin-right: 10px;
}
.shoplist_ir .shoplist-address {
  margin-right: 20px;
}

.search {
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .search {
    padding: 10px;
  }
}

.search-select, .search-checkItem {
  height: auto;
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}

.search-selectList {
  width: 100%;
}

.customSelect {
  background: #fff;
  font-size: 12px;
  color: #000000;
  font-weight: bold;
  display: block;
  width: 100%;
}

.customSelectInner {
  padding: 10px;
  display: block;
  width: 100% !important;
}

.customSelectInner:after {
  content: "";
  display: block;
  width: 22px;
  height: 14px;
  background-image: url(../images/parts/arrow-04-b.png);
  background-repeat: no-repeat;
  background-size: 22px 14px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -7px;
  width: 14px;
  background-size: contain;
  background-position: center;
}

.customSelectHover .customSelectInner:after {
  width: 22px;
  height: 14px;
  background-image: url(../images/parts/arrow-04-b_on.png);
  background-repeat: no-repeat;
  background-size: 22px 14px;
  width: 14px;
  background-size: contain;
  background-position: center;
}

.search-checkItem label {
  padding: 0 0 0 5px;
}

.select-btnWrapper {
  text-align: center;
}

.select-btn {
  width: 100%;
  max-width: 280px;
  height: auto;
  margin-top: 30px;
  transition: all 0.3s;
}
.select-btn:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .select-btn {
    margin: 0;
  }
}

.entry-btn {
  width: 100%;
  max-width: 280px;
  height: auto;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.entry-btn a {
  display: block;
  transition: all 0.3s;
}
.entry-btn a:hover {
  opacity: 0.7;
}
.entry-btn img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .entry-btn {
    margin-top: 10px;
  }
}

.googleMap {
  border: 1px solid #e5e7eb;
  padding: 2px;
}
@media screen and (max-width: 768px) {
  .googleMap {
    margin: 0 10px 0 10px;
  }
}

.googleMap-inner {
  width: 100%;
  height: 400px;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .googleMap-inner {
    height: 250px;
  }
}
.googleMap-inner iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.googleMap-controls {
  border-left: 1px solid #e5e7eb;
  overflow: hidden;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .googleMap-controls {
    margin: 0 10px 0 10px;
  }
}

.wrap_controls {
  width: auto;
  border-left: 1px solid #e5e7eb;
}

.googleMap-controls li {
  width: 50%;
  float: left;
  zoom: 1;
}
.googleMap-controls li a {
  zoom: 1;
  border-right: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
  padding: 10px 20px 10px 10px !important;
  font-size: 11px;
  display: block;
  position: relative;
}
.googleMap-controls li a:after {
  content: "";
  display: block;
  width: 14px;
  height: 22px;
  background-image: url(../images/parts/arrow-02-r.png);
  background-repeat: no-repeat;
  background-size: 14px 22px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
  width: 8px;
  background-size: contain;
  background-position: center;
}
.googleMap-controls li.active a {
  background-color: #fff;
}
.googleMap-controls li.active a:after {
  width: 14px;
  height: 22px;
  background-image: url(../images/parts/arrow-02-r_on.png);
  background-repeat: no-repeat;
  background-size: 14px 22px;
  width: 8px;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 480px) {
  .googleMap-controls li {
    width: 100%;
  }
}

.googleMap-btn {
  display: none;
}
@media screen and (max-width: 768px) {
  .googleMap-btn {
    display: block;
    background: #000000;
    margin: 10px 10px 30px 10px;
    border-bottom: 1px solid #e5e7eb;
  }
  .googleMap-btn a {
    padding: 15px 20px 15px 10px;
    color: #fff;
    position: relative;
    display: block;
  }
  .googleMap-btn a:after {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -7px;
    content: "";
    display: block;
    width: 9px;
    height: 13px;
    background-image: url(../images/parts/arrow-03-r.png);
    background-repeat: no-repeat;
    background-size: 9px 13px;
    width: 8px;
    background-size: contain;
    background-position: center;
  }
}

@media screen and (max-width: 768px) {
  .shopInfo-wrapper {
    margin: 0 10px;
  }
}

.shopInfo-table {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .shopInfo-table {
    margin-bottom: 30px;
  }
}

.shop-sale {
  overflow: hidden;
  margin: 0 0 30px 0;
}

.calendarTable {
  border: 2px solid #e5e7eb;
}
.calendarTable tr {
  border: 2px solid #e5e7eb;
}
.calendarTable th {
  min-width: auto;
  padding: 10px 20px;
}
@media screen and (max-width: 480px) {
  .calendarTable th {
    display: table-cell;
  }
}
.calendarTable td {
  padding: 10px 20px;
}
@media screen and (max-width: 480px) {
  .calendarTable td {
    display: table-cell;
  }
}

.newsContents {
  margin-bottom: 30px;
}
.newsContents img {
  transition: all 0.3s;
}
.newsContents a {
  text-decoration: underline;
  color: #c52c2f;
}
.newsContents a:hover {
  text-decoration: none;
}
.newsContents a:hover img {
  opacity: 0.7;
}
.newsContents section {
  margin-bottom: 30px;
}
.newsContents section.noMargin {
  margin: 0;
}
.newsContents figure {
  margin-bottom: 30px;
}
.newsContents figure.noMargin {
  margin: 0;
}
.newsContents table th {
  min-width: 140px;
}
.newsContents .newsContents-center {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .newsContents {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 30px;
  }
  .newsContents .subTitle,
  .newsContents .subTitle2 {
    margin-left: 0;
  }
  .newsContents .ma-t_60 {
    margin-top: 30px;
  }
}
.newsContents img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.newsContents ul.list li {
  list-style-type: square;
  margin: 0 0 0 15px;
}
.newsContents ol.list li {
  list-style-type: decimal;
  margin: 0 0 0 15px;
}

.newsColumn3 {
  clear: both;
  overflow: hidden;
  font-size: 0;
}
.newsColumn3 p {
  font-size: 12px;
  margin-bottom: 5px;
  line-height: 1.4;
}
.newsColumn3 li {
  font-size: 12px;
  line-height: 1.4;
}
.newsColumn3-wrapper {
  font-size: 0;
}
.newsColumn3-wrapper p {
  font-size: 12px;
  margin-bottom: 5px;
  line-height: 1.4;
}
.newsColumn3-wrapper li {
  font-size: 12px;
  line-height: 1.4;
}

.news-colLabel {
  text-align: center;
  background-color: #000000;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2;
  padding: 8px 0 6px 0;
  margin: 0 0 10px 0;
}
.news-colLabel strong {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .news-colLabel {
    font-size: 12px;
    margin: 0 0 5px 0;
  }
  .news-colLabel strong {
    font-size: 14px;
  }
}

.newsColAsterisk {
  margin: 0;
}
.newsColAsterisk-item {
  color: #000044;
  margin: 0 0 0 1em;
}
.newsColAsterisk-item:before {
  content: "※";
  margin-left: -1em;
}

.newsContents-date {
  text-align: right;
  color: #909bab;
}

.newsColumn3-item {
  width: 32%;
  padding: 0;
  margin: 0 0 4% 2%;
  display: inline-block;
  vertical-align: top;
}
.newsColumn3-item img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .newsColumn3-item {
    width: 49%;
    margin: 0 0 4% 0;
  }
  .newsColumn3-item:nth-child(even) {
    margin: 0 0 4% 2%;
  }
}
@media screen and (min-width: 769px) {
  .newsColumn3-item:nth-child(3n):after {
    content: "";
    clear: both;
  }
}
@media screen and (max-width: 768px) {
  .newsColumn3-item:nth-child(2n):after {
    content: "";
    clear: both;
  }
}

.newsColumn3-item_left {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .newsColumn3-item_left {
    margin-left: 0;
  }
}

.newsColumn2 {
  clear: both;
  overflow: hidden;
}

.newsColumn2-item {
  width: 48.5%;
  padding: 0;
  margin: 0 0 0 3%;
  float: left;
}
.newsColumn2-item img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 480px) {
  .newsColumn2-item {
    width: 100%;
    float: none;
    margin: 20px 0 0 0;
  }
}

.newsColumn2-item_left {
  margin-left: 0;
}

.newsRank {
  position: relative;
}
.newsRank-ico {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40%;
}
.newsRank-ico img {
  width: 100%;
  height: auto;
}

.newsBox, .newsBox-20140604_2, .newsBox-20140604 {
  padding: 20px;
  background: #eef0f3;
}
.newsBox img, .newsBox-20140604_2 img, .newsBox-20140604 img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .newsBox, .newsBox-20140604_2, .newsBox-20140604 {
    padding: 10px;
  }
}

.newsBox-20140604 {
  background: #e60012;
}

.newsBox-20140604_2 {
  background: #00a0e9;
}

.holdingShop {
  border-left: 1px solid #e5e7eb;
  border-top: 1px solid #e5e7eb;
  overflow: hidden;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .holdingShop {
    margin: 0 10px;
  }
}
.holdingShop-title {
  background: #e5e7eb;
  color: #000000;
  padding: 5px 10px 4px 13px;
  margin: 10px 0 0 0;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .holdingShop-title {
    margin: 10px 10px 0 10px;
  }
}

.holdingShop-list {
  width: auto;
  border-left: 1px solid #e5e7eb;
}

.holdingShop-item {
  width: 50%;
  float: left;
  zoom: 1;
}
.holdingShop-item a {
  zoom: 1;
  border-bottom: 1px solid #e5e7eb;
  border-right: 1px solid #e5e7eb;
  padding: 10px 20px 10px 10px !important;
  font-size: 11px;
  display: block;
  position: relative;
  color: #000000;
  text-decoration: none;
}
.holdingShop-item a:after {
  content: "";
  display: block;
  width: 14px;
  height: 22px;
  background-image: url(../images/parts/arrow-02-r.png);
  background-repeat: no-repeat;
  background-size: 14px 22px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
  width: 8px;
  background-size: contain;
  background-position: center;
}
.holdingShop-item a:hover {
  background-color: #fff;
}
.holdingShop-item a:hover:after {
  width: 14px;
  height: 22px;
  background-image: url(../images/parts/arrow-02-r_on.png);
  background-repeat: no-repeat;
  background-size: 14px 22px;
  width: 8px;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 480px) {
  .holdingShop-item {
    width: 100%;
  }
}

.holdingShop-list_2 .holdingShop-item {
  width: 100%;
  float: none;
}

.newsContents a.link_2 {
  color: #000000;
}

.newsContents a.link_3 {
  color: #000000;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .brand-wrapper {
    margin: 0 10px;
  }
}
.brand-list {
  overflow: hidden;
}
.brand-item {
  float: left;
  width: 31.5%;
  margin: 0 2.75% 2.75% 0;
}
@media screen and (min-width: 481px) {
  .brand-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .brand-item {
    width: 48.5%;
    margin: 0 3% 3% 0;
  }
  .brand-item:nth-child(even) {
    margin-right: 0;
  }
}
.brand-link {
  border: 1px solid #e5e7eb;
  display: block;
  padding: 40px 0;
  text-align: center;
  background-color: #ffffff;
  position: relative;
}
.brand-link:before {
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0px solid transparent;
  content: "";
  transition: all 0.3s;
}
.brand-link:hover:before {
  border: 5px solid #c52c2f;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .brand-link {
    padding: 30px 0;
  }
}
@media screen and (max-width: 480px) {
  .brand-link {
    padding: 20px 0;
  }
}
.brand-link img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
  .brand-link img {
    width: 70%;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .brand-link img {
    width: 80%;
  }
}
@media screen and (max-width: 480px) {
  .brand-link img {
    width: 80%;
  }
}

.lookbook-list {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .lookbook-list {
    padding: 0 10px;
  }
}

.lookbook-item, .lookbook-item_4n {
  float: left;
  width: 235px;
  margin-right: 20px;
  line-height: 0;
}
@media screen and (min-width: 769px) {
  .lookbook-item, .lookbook-item_4n {
    width: 23.5%;
    margin-right: 2%;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .lookbook-item, .lookbook-item_4n {
    width: 23.5%;
    margin-right: 2%;
  }
}
@media screen and (max-width: 480px) {
  .lookbook-item, .lookbook-item_4n {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  .lookbook-item:nth-child(even), .lookbook-item_4n:nth-child(even) {
    margin-right: 0;
  }
}
.lookbook-item, .lookbook-item_4n {
  margin-bottom: 30px;
}
.lookbook-item a, .lookbook-item_4n a {
  border: 1px solid #e5e7eb;
  display: block;
  background: #fff;
  text-decoration: none;
  transition: all 0.1s linear;
}
.lookbook-item a:hover, .lookbook-item_4n a:hover {
  border: 1px solid #c52c2f;
}
.lookbook-item img, .lookbook-item_4n img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.lookbook-item_4n {
  margin: 0;
}
@media screen and (min-width: 769px) {
  .lookbook-item_4n {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .lookbook-item_4n {
    margin-right: 0;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .lookbook-item_4n {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .lookbook-item_4n {
    margin-right: 0;
  }
}

.service .subTitle3 {
  font-size: 16px;
  padding-top: 20px;
}
.service .saison-box {
  overflow: hidden;
}
.service .saison-table {
  float: left;
}
.service .saison-card {
  float: left;
  margin: 0 0 0 20px;
}
@media screen and (max-width: 768px) {
  .service ul,
  .service p,
  .service h4 {
    margin-left: 10px;
    margin-right: 10px;
  }
  .service table {
    width: 100%;
  }
  .service .saison-table {
    float: none;
    margin: 20px 0;
  }
  .service .saison-card {
    float: none;
    margin: 0;
  }
  .service .saison-box {
    margin: 0 10px;
  }
  .service .subTitle3 {
    font-size: 16px;
    padding-top: 10px;
  }
}
.service th {
  height: auto;
  margin: 0;
  padding: 10px;
  border: 1px solid #e5e7eb;
  background: #eef0f3;
  font-weight: normal;
}
.service td {
  height: auto;
  margin: 0;
  padding: 10px;
  border: 1px solid #e5e7eb;
}

#application,
#shop-service,
#saison,
#faq-shop,
#faq-payment,
#faq-pants,
#faq-returned,
#faq-point,
#faq-recruit,
#faq-property,
#faq-stock,
#faq-mail,
#faq-online,
#faq-wrapping {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #application,
  #shop-service,
  #saison,
  #faq-shop,
  #faq-payment,
  #faq-pants,
  #faq-returned,
  #faq-point,
  #faq-recruit,
  #faq-property,
  #faq-stock,
  #faq-mail,
  #faq-online,
  #faq-wrapping {
    margin-bottom: 30px;
  }
}

#shop-service {
  background: url("../images/service/pic_wrap.jpg") no-repeat 300px bottom;
}
@media screen and (max-width: 480px) {
  #shop-service {
    background-size: 100px 75px;
    background-position: 95% bottom;
  }
}

#point img {
  max-width: 100%;
  width: auto;
  height: auto;
  width: expression(document.body.clientWidth > 700? "700px" : "auto");
}

.faq-box {
  border-top: 1px dashed #909bab;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .faq-box {
    margin-right: 10px;
    margin-left: 10px;
  }
}

.faq-item {
  border-bottom: 1px dashed #909bab;
  padding: 15px 0;
  margin: 0;
  overflow: hidden;
}

.faq-q {
  line-height: 23px;
  padding: 0 0 0 30px;
  margin: 0 0 10px 0;
  background: url("../images/common/ico_q.gif") no-repeat 0 0;
  background-size: 23px 23px;
}

.faq-a {
  line-height: 23px;
  padding: 0 0 0 30px;
  margin: 0;
  background: url("../images/common/ico_a.gif") no-repeat 0 0;
  background-size: 23px 23px;
}

.faq-table th {
  height: auto;
  margin: 0;
  padding: 10px;
  border: 1px solid #e5e7eb;
  background: #eef0f3;
  font-weight: normal;
}
.faq-table td {
  height: auto;
  margin: 0;
  padding: 10px;
  border: 1px solid #e5e7eb;
}

.linkList {
  border-top: 1px solid #e5e7eb;
  border-left: 1px solid #e5e7eb;
}

.linkList-item {
  font-size: 14px;
  zoom: 1;
}
.linkList-item a {
  font-weight: bold;
  border-right: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
  padding: 15px 20px 15px 10px;
  font-size: 12px;
  display: block;
  position: relative;
  background: #f7f7f7;
  zoom: 1;
}
@media screen and (max-width: 768px) {
  .linkList-item a {
    padding: 12px 20px 12px 10px;
  }
}
.linkList-item a:after {
  content: "";
  display: block;
  width: 9px;
  height: 13px;
  background-image: url(../images/parts/arrow-03-r.png);
  background-repeat: no-repeat;
  background-size: 9px 13px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
  width: 8px;
  background-size: contain;
  background-position: center;
}
.linkList-item a:hover {
  background-color: #fff;
}
.linkList-item a:hover:after {
  width: 9px;
  height: 13px;
  background-image: url(../images/parts/arrow-03-r_on.png);
  background-repeat: no-repeat;
  background-size: 9px 13px;
  width: 8px;
  background-size: contain;
  background-position: center;
}

.asteriskList {
  margin: 10px 0 0 0;
}
.asteriskList-item {
  margin: 0 0 0 1em;
}
.asteriskList-item:before {
  content: "※";
  margin-left: -1em;
}

.linkList_sub .linkList-item {
  font-size: 12px;
}
.linkList_sub .linkList-item a {
  font-weight: normal;
  padding-left: 15px;
}

.ir-noIndex {
  padding: 10px;
  margin-bottom: 30px;
  background: #eef0f3;
}

.company-mainV {
  border: 1px solid #e5e7eb;
  height: auto;
  margin-bottom: 30px;
}
.company-mainV img {
  width: 100%;
  height: auto;
}

.company-philosophy {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .company-philosophy {
    margin-bottom: 30px;
  }
}

.company-table th, .company-table td {
  padding: 20px 10px;
}

@media screen and (max-width: 768px) {
  .company-inner {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.company-txt {
  max-width: 460px;
}
.company-txt img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .history {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.history-table {
  width: 100%;
  border-top: 1px solid #e5e7eb;
}
.history-table td {
  border-bottom: 1px solid #e5e7eb;
  padding: 15px 0;
  vertical-align: top;
}
.history-table .history-date,
.history-table .history-date_2 {
  width: 30px;
}
.history-table .history-date_2 {
  text-align: right;
}
.history-table .history-date_3 {
  text-align: right;
  width: 50px;
}
.history-table .history-title {
  padding-left: 30px;
}

.meeting-box {
  padding: 5px 20px 20px 20px;
  border: 1px dotted #e5e7eb;
}
@media screen and (max-width: 768px) {
  .meeting-box {
    margin: 0 10px;
    padding: 10px 0;
  }
}
.meeting-label {
  float: left;
}
@media screen and (max-width: 768px) {
  .meeting-inner {
    margin: 0 10px;
  }
}
.meeting-info {
  margin: 0 0 5px 0;
}

.recruitBox {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .recruitBox {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .recruitBox {
    margin: 0 10px;
  }
}
.recruitBox-item {
  width: 48.5%;
  text-align: center;
  background-color: #fff;
  padding: 30px 0;
  border: #eef0f3 8px solid;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .recruitBox-item {
    width: 100%;
    margin: 0 0 15px 0;
  }
}
.recruitBox-logo {
  width: 70%;
  margin: 0 auto;
}
.recruitBox-logo img {
  width: 100%;
  height: auto;
}
.recruitBox-txt {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 20px 0 20px 0;
}
.recruitBox-btn {
  margin: 0;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}
.recruitBox-btn a {
  letter-spacing: 0.2em;
  display: inline-block;
  line-height: 40px;
  padding: 0 50px;
  border-radius: 20px;
  background-color: #000;
  color: #fff;
  transition: all 0.3s;
}
.recruitBox-btn a:hover {
  background-color: #c52c2f;
}

.recruit-item {
  width: 100%;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 768px) {
  .recruit-item {
    width: 100%;
    margin: 0 0 20px 0;
  }
}

.recruit-item_even {
  width: 340px;
  float: left;
  margin: 0 0 20px 0;
}
@media screen and (min-width: 769px) {
  .recruit-item_even {
    width: 48.5%;
    margin: 0 0 3% 0;
  }
}
@media screen and (max-width: 768px) {
  .recruit-item_even {
    width: 100%;
    margin: 0 0 20px 0;
  }
}

.recruit-pic img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .recruit-pic {
    margin: 0 10px;
  }
}

.recruit-txt {
  padding: 0;
}
@media screen and (max-width: 768px) {
  .recruit-txt {
    margin: 0 10px;
  }
}

.recruit-txt {
  padding: 10px;
  background: #eef0f3;
}

.recruit-box {
  padding: 20px;
  border: 1px dotted #e5e7eb;
}
@media screen and (max-width: 768px) {
  .recruit-box {
    margin: 0 10px;
    padding: 10px 0 0 0;
  }
}

.recruit-section {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .recruit-wrapper {
    padding: 0 10px 10px 10px;
  }
}

@media screen and (max-width: 768px) {
  .property-inner {
    margin: 0 10px;
  }
}

.property-section {
  margin-bottom: 30px;
}

.sitepolicy-section {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .sitepolicy-inner {
    margin: 0 10px;
  }
}

.privacypolicy-section {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .privacypolicy-inner {
    margin: 0 10px;
  }
}

.privacypolicy .subTitle3 {
  font-size: 12px;
  margin: 20px 0 0 0;
}

.privacypolicy-table_disclosure th {
  width: 130px;
}
@media screen and (max-width: 480px) {
  .privacypolicy-table_disclosure th {
    width: auto;
  }
}

.notFound-mainV {
  border: 1px solid #e5e7eb;
  height: auto;
  margin-bottom: 30px;
}
.notFound-mainV img {
  width: 100%;
  height: auto;
}

.contact-section {
  margin: 0 0 30px 0;
}

@media screen and (max-width: 768px) {
  .contact-inner {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 768px) {
  .contact-form {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.contact-txt {
  background: #eef0f3;
  padding: 10px;
}

.form-table {
  margin-top: 30px;
}
.form-table th {
  width: 200px;
}
@media screen and (max-width: 480px) {
  .form-table th {
    width: auto;
  }
}
.form-table td p {
  margin: 10px 0 2px 0;
}
.form-table td p:first-child() {
  margin: 0 0 2px 0;
}
.form-table textarea {
  box-sizing: border-box;
  border: 1px solid #e5e7eb;
  width: 100%;
  height: 160px;
  padding: 0 10px;
}
.form-table label {
  border: 1px solid #aaaaaa;
  box-sizing: border-box;
  padding: 5px 10px;
  border-radius: 10px;
  display: inline-block;
}
.form-table select {
  border: 1px solid #aaaaaa;
  height: 36px;
}
.form-spacing {
  margin: 0 5px 0 0;
}
.form-txt, .form-txt_3, .form-txt_2 {
  height: 36px;
  border: 1px solid #e5e7eb;
  padding: 0 10px;
  box-sizing: border-box;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .form-txt, .form-txt_3, .form-txt_2 {
    width: 100%;
  }
}
.form-txt_2 {
  width: auto;
}
.form-txt_3 {
  width: auto;
}
@media screen and (max-width: 768px) {
  .form-txt_3 {
    width: auto;
  }
}
.form-address ol {
  margin: 0;
}
.form-address ol li {
  list-style: none;
  margin: 5px 0;
}
.form-address a {
  color: #c52c2f;
  text-decoration: underline;
  margin-left: 5px;
}
.form-address a:hover {
  text-decoration: none;
}
.form-shokureki {
  display: inline;
}
@media screen and (max-width: 480px) {
  .form-shokureki {
    display: block;
    margin-bottom: 5px;
  }
}
.form .error {
  color: #c52c2f;
}
.form .require {
  color: #c52c2f;
  margin-left: 10px;
  font-size: 10px;
}
.form .mwform-checkbox-field input,
.form .mwform-radio-field input {
  margin-right: 0;
  vertical-align: middle;
}
.form .mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}

.entry .form-inlineWrapper,
.contact .form-inlineWrapper {
  font-size: 0;
}

.confirm a {
  display: none;
}

.form-btnArea {
  width: 100%;
  text-align: center;
  background: #eef0f3;
  margin-top: 30px;
  padding: 20px 0;
}

@media screen and (max-width: 768px) {
  .mw_wp_form {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.mwform-radio-field {
  margin: 0 8px 8px 0;
  display: inline-block;
  font-size: 12px;
}

.mwform-radio-field-text {
  font-size: 12px;
  padding-left: 5px;
}

.mw_wp_form_input .form-btn_send input {
  outline: none;
  border: none;
  border-radius: 0;
  width: 180px;
  height: 40px;
  background: url("../images/contact/btn-confirm.png") no-repeat 0 0;
  background-size: 180px 40px;
  text-indent: -9999px;
}

.form-btn_back input {
  outline: none;
  border: none;
  border-radius: 0;
  width: 180px;
  height: 40px;
  background: url("../images/contact/btn-back.png") no-repeat 0 0;
  background-size: 180px 40px;
  margin-right: 30px;
  text-indent: -9999px;
}
@media screen and (max-width: 480px) {
  .form-btn_back input {
    display: block;
    margin: 0 auto 10px auto;
  }
}

.mw_wp_form_confirm .form-btn_send input {
  outline: none;
  border: none;
  border-radius: 0;
  width: 180px;
  height: 40px;
  background: url("../images/contact/btn-send.png") no-repeat 0 0;
  background-size: 180px 40px;
  text-indent: -9999px;
}
@media screen and (max-width: 480px) {
  .mw_wp_form_confirm .form-btn_send input {
    display: block;
    margin: auto;
  }
}

.wp-pagenavi {
  clear: both;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px 8px;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 24px;
  font-family: "Inter", sans-serif;
  font-size: 100%;
  font-weight: 500;
  line-height: 1.35;
}

.wp-pagenavi .pages {
  flex: 1 0 100%;
  width: 100%;
  margin: 0 0 10px;
  padding: 0;
  text-align: center;
  border: none;
  color: #909bab;
  font-family: inherit;
  font-size: 92%;
  font-weight: 500;
  line-height: 1.4;
}

.wp-pagenavi a {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  min-height: 36px;
  padding: 0.25em 0.45em;
  border: 1px solid #e5e7eb;
  text-decoration: none;
  transition: border-color 0.15s ease, background-color 0.15s ease, color 0.15s ease;
  color: #000000;
  background: #ffffff;
}
.wp-pagenavi a:hover {
  border-color: #c52c2f;
  background: #c52c2f;
  color: #ffffff;
}

.wp-pagenavi span.current {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  min-height: 36px;
  padding: 0.25em 0.45em;
  border: 1px solid #e5e7eb;
  text-decoration: none;
  transition: border-color 0.15s ease, background-color 0.15s ease, color 0.15s ease;
  border-color: #000000;
  background: #000000;
  color: #ffffff;
  font-weight: 500;
  cursor: default;
}

.wp-pagenavi span.extend {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  min-height: 36px;
  padding: 0.25em 0.45em;
  border: 1px solid #e5e7eb;
  text-decoration: none;
  transition: border-color 0.15s ease, background-color 0.15s ease, color 0.15s ease;
  min-width: 2em;
  border-color: transparent;
  background: transparent;
  color: #909bab;
  cursor: default;
}

.wp-pagenavi span.disabled {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  min-height: 36px;
  padding: 0.25em 0.45em;
  border: 1px solid #e5e7eb;
  text-decoration: none;
  transition: border-color 0.15s ease, background-color 0.15s ease, color 0.15s ease;
  border-color: #e5e7eb;
  background: #eef0f3;
  color: #909bab;
  opacity: 0.55;
  cursor: default;
}

@media screen and (max-width: 768px) {
  .wp-pagenavi {
    gap: 4px 5px;
    padding-top: 20px;
  }
  .wp-pagenavi a,
  .wp-pagenavi span.current,
  .wp-pagenavi span.extend,
  .wp-pagenavi span.disabled {
    min-width: 32px;
    min-height: 32px;
    padding: 0.2em 0.35em;
  }
  .wp-pagenavi a.previouspostslink,
  .wp-pagenavi a.nextpostslink {
    min-width: 32px;
    padding-left: 0.15em;
    padding-right: 0.15em;
  }
}
@media screen and (max-width: 480px) {
  .wp-pagenavi {
    gap: 3px 4px;
  }
  .wp-pagenavi a,
  .wp-pagenavi span.current {
    min-width: 28px;
    min-height: 30px;
    font-size: 92%;
    padding: 0.15em 0.25em;
  }
}
.btnArea, .btnArea_2, .btnArea_3 {
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .btnArea, .btnArea_2, .btnArea_3 {
    margin-left: 10px;
    margin-right: 10px;
    width: auto;
  }
}

.btnArea_2, .btnArea_3 {
  margin-bottom: 0;
}

.btnArea_4 {
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}

.btnArea-item {
  width: 100%;
  padding: 20px 0;
  overflow: hidden;
  background: #eef0f3;
  text-align: center;
}
.btnArea-item img {
  width: 180px;
}

.btnArea-item_left {
  padding: 20px 0;
  overflow: hidden;
  background: #eef0f3;
  text-align: center;
  width: 48.5%;
  float: left;
}
@media screen and (max-width: 480px) {
  .btnArea-item_left {
    width: 100%;
    float: none;
    padding: 20px 0 10px 0;
  }
}

.btnArea-item_right {
  padding: 20px 0;
  overflow: hidden;
  background: #eef0f3;
  text-align: center;
  width: 48.5%;
  float: right;
}
@media screen and (max-width: 480px) {
  .btnArea-item_right {
    width: 100%;
    float: none;
    padding: 0 0 20px 0;
  }
}

@media screen and (max-width: 768px) {
  .btnArea_3 .btnArea-item {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .btnArea_3 .btnArea-item_left {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .btnArea_3 .btnArea-item_left {
    padding: 20px 0 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .btnArea_3 .btnArea-item_right {
    display: none;
  }
}

.topBanner3 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.topBanner3-item {
  min-width: 0;
}
.topBanner3-link {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s ease;
}
.topBanner3-link img {
  opacity: 1;
  transition: opacity 0.3s ease;
}
.topBanner3-link:hover img {
  opacity: 0.8;
}
.topBanner3-link:hover {
  color: #c52c2f;
}
.topBanner3-card {
  margin: 0;
}
.topBanner3-img {
  margin: 0 0 10px;
}
.topBanner3-img img {
  display: block;
  width: 100%;
  height: auto;
}
.topBanner3-caption {
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .topBanner3 {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.topBanner3--few {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.topBanner3--few .topBanner3-item {
  flex: 0 1 calc((100% - 60px) / 3);
  max-width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 768px) {
  .topBanner3--few {
    flex-direction: column;
    gap: 20px;
  }
  .topBanner3--few .topBanner3-item {
    flex: none;
    max-width: none;
    width: 100%;
  }
}

.topBanner4 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.topBanner4-item {
  min-width: 0;
}
.topBanner4-link {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s ease;
}
.topBanner4-link img {
  opacity: 1;
  transition: opacity 0.3s ease;
}
.topBanner4-link:hover img {
  opacity: 0.8;
}
.topBanner4-link:hover {
  color: #c52c2f;
}
.topBanner4-card {
  margin: 0;
}
.topBanner4-img {
  margin: 0 0 10px;
}
.topBanner4-img img {
  display: block;
  width: 100%;
  height: auto;
}
.topBanner4-caption {
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .topBanner4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

.topBanner4--few {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.topBanner4--few .topBanner4-item {
  flex: 0 1 calc((100% - 90px) / 4);
  max-width: calc((100% - 90px) / 4);
}
@media screen and (max-width: 480px) {
  .topBanner4--few {
    gap: 16px;
  }
  .topBanner4--few .topBanner4-item {
    flex: 0 1 calc((100% - 16px) / 2);
    max-width: calc((100% - 16px) / 2);
  }
}

.company {
  max-width: 1000px;
  margin: 0 auto;
}

.message-title {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 480px) {
  .message-title {
    font-size: 16px;
    padding: 0 10px;
    box-sizing: border-box;
  }
}
.message-txt {
  font-size: 14px;
  line-height: 1.8;
  margin: 0;
}
@media screen and (max-width: 480px) {
  .message-txt {
    padding: 0 10px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 480px) {
  .message-list {
    padding: 0 10px;
    box-sizing: border-box;
  }
}

.privacypolicy {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .privacypolicy section {
    padding: 0 10px;
    box-sizing: border-box;
    width: 100%;
  }
}
.privacypolicy h3 {
  font-size: 18px;
  font-weight: 500;
  margin: 15px 0 5px 0;
}
.privacypolicy h4 {
  font-size: 16px;
  font-weight: 500;
  margin: 20px 0 5px 0;
}
.privacypolicy p {
  line-height: 1.5;
  margin: 0;
}
.privacypolicy {
  /* 長い URL が狭い画面で横はみ出ししないよう折り返し */
}
.privacypolicy a[href^="http://"],
.privacypolicy a[href^="https://"] {
  overflow-wrap: anywhere;
  word-break: break-all;
}

/*----------------------
        module
----------------------*/
.btn_origami {
  max-width: 500px;
  margin: 30px auto;
  overflow: hidden;
}
.btn_application {
  max-width: 500px;
  margin: 10px 0;
  overflow: hidden;
}
.btn-item_origami {
  width: 48.5%;
  float: left;
  margin: 0 3% 0 0;
}
.btn-item_origami img {
  width: 100%;
  height: auto;
}
.btn-item_origami:nth-child(even) {
  margin: 0;
}
.btn-item_application {
  width: 48.5%;
  float: left;
  margin: 0 3% 0 0;
}
.btn-item_application img {
  width: 100%;
  height: auto;
}
.btn-item_application:nth-child(even) {
  margin: 0;
}
.btn-instagram {
  float: right;
  margin: 0;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .btn-instagram {
    margin: 0 10px 0 0;
  }
}
.btn-instagram a {
  display: block;
  padding: 0 3px;
  border: 2px solid #aaaaaa;
  border-radius: 5px;
  transition: all 0.2s linear;
}
@media screen and (min-width: 769px) {
  .btn-instagram a:hover {
    border-color: #c52c2f;
  }
}
.btn-instagram img {
  width: auto;
  height: 26px;
}
@media screen and (max-width: 480px) {
  .btn-instagram img {
    height: 20px;
  }
}
.btn-wrapper {
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .pic_application {
    padding: 0 10px;
  }
}
.pic_application img {
  width: 100%;
  height: auto;
}

.topBnr {
  padding: 0 70px 50px 70px;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .topBnr {
    padding: 0 30px 30px 30px;
  }
}
@media screen and (max-width: 480px) {
  .topBnr {
    padding: 0 20px 20px 20px;
  }
}
.topBnr_2 {
  padding: 50px 70px;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .topBnr_2 {
    padding: 30px 30px;
  }
}
@media screen and (max-width: 480px) {
  .topBnr_2 {
    padding: 20px 20px;
  }
}
.topBnr-item {
  max-width: 800px;
  margin: 0 auto;
}
.topBnr-item img {
  width: 100%;
  height: auto;
}
.topBnr-item a {
  opacity: 1;
  transition: all 0.3s;
}
.topBnr-item a:hover {
  opacity: 0.7;
}
.topBnr-item_2 {
  max-width: 600px;
  margin: 0 auto;
}
.topBnr-item_2 img {
  width: 100%;
  height: auto;
}
.topBnr-item_2 a {
  opacity: 1;
  transition: all 0.3s;
}
.topBnr-item_2 a:hover {
  opacity: 0.7;
}

/*----------------------
        print
----------------------*/
@media print {
  body {
    background-color: #fff;
    width: 190mm;
  }
  #container {
    background-color: #fff;
    width: 190mm;
  }
  #header {
    display: none;
  }
  .column2-left {
    display: none;
  }
  .column2-right {
    float: none;
    width: 190mm;
    margin: 0;
  }
  .googleMap {
    width: 190mm;
  }
  .btnArea_3 {
    display: none;
  }
  #backBtn {
    display: none;
  }
  #footerBnr {
    display: none;
  }
  #footer {
    display: none;
  }
}
@page {
  size: A4;
  margin: 10mm;
}
