
@import url("https://fonts.googleapis.com/css?family=Cormorant+Garamond:700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@700&display=swap");

@charset "UTF-8";
/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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;
}

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * 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/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

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

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

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

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

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

/**
 * 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/10.
 */
img {
  border: 0;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

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

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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 */
  cursor: pointer;
  /* 3 */
}

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 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 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*! minimum_reset.css v0.0.1 */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: 100%;
  font-weight: normal;
}

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

ul li,
ol li {
  margin: 0;
  padding: 0;
  list-style: none;
}

dl, dt, dd {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  vertical-align: bottom;
  max-width: 100%;
}

img[src$=".svg"] {
  width: 100%;
  max-width: inherit;
}

svg {
  width: 100%;
  max-width: inherit;
  height: auto;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
          appearance: none;
}

*, *:before, *:after {
  box-sizing: border-box;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */
.w1p {
  width: 10% !important;
}

.w2p {
  width: 20% !important;
}

.w3p {
  width: 30% !important;
}

.w4p {
  width: 40% !important;
}

.w5p {
  width: 50% !important;
}

.w6p {
  width: 60% !important;
}

.w7p {
  width: 70% !important;
}

.w8p {
  width: 80% !important;
}

.w9p {
  width: 90% !important;
}

.w10p {
  width: 100% !important;
}

.mats {
  margin-top: 10px;
}

@media print, screen and (min-width: 768px) {
  .mats {
    margin-top: 20px;
  }
}

.matm {
  margin-top: 20px;
}

@media print, screen and (min-width: 768px) {
  .matm {
    margin-top: 40px;
  }
}

.matl {
  margin-top: 30px;
}

@media print, screen and (min-width: 768px) {
  .matl {
    margin-top: 60px;
  }
}

.mat2l {
  margin-top: 40px;
}

@media print, screen and (min-width: 768px) {
  .mat2l {
    margin-top: 80px;
  }
}

.fw {
  font-weight: bold !important;
}

.cred {
  color: #c00 !important;
}

@media screen and (max-width: 767px) {
  .hide-sp {
    display: none !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .hide-tab {
    display: none !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .hide-pc {
    display: none !important;
  }
}

.tal {
  text-align: left !important;
}

.tac {
  text-align: center !important;
}

.tar {
  text-align: right !important;
}

.tdu {
  text-decoration: underline;
}

.oh {
  overflow: hidden;
}

.vm {
  vertical-align: middle !important;
}

.fsi {
  font-style: italic !important;
}

/*
  module: m-box-fixed
  - 固定幅・中央揃えのボックス
*/
[data-fixed] {
  padding: 0 15px;
}

@media print, screen and (min-width: 768px) {
  [data-fixed] {
    width: 960px;
    margin: 0 auto;
  }
}

.u-box-section {
  transition: all .5s;
}

.u-box-section.section-top {
  background: #000;
  height: 100vh;
}

@media screen and (max-width: 767px) {
  .u-box-section.section-top {
    height: 100%;
  }
}

@media screen and (max-width: 767px) and (orientation: landscape) {
  .u-box-section.section-top {
    height: 100%;
  }
}

.u-box-section2 {
  background-color: #fff;
}

.u-box-section2.section-gray {
  background-color: #e4e4e7;
}

.content-inner2 .navigation {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}

@media print, screen and (min-width: 768px) {
  .content-inner2 .navigation {
    margin-top: 60px;
  }
}

[data-whatinput="keyboard"] .content-inner2 .navigation a:focus {
  opacity: .7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

@media print, screen and (min-width: 1025px) {
  .content-inner2 .navigation a:hover {
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  }
}

.content-inner2 .navigation a:hover {
  text-decoration: none;
}

.content-inner2 .navigation .navi-previous {
  width: calc(100% / 2);
  text-align: left;
  padding-right: 7.5px;
}

.content-inner2 .navigation .navi-previous > a {
  height: 100%;
  display: inline-block;
  width: 100%;
  border: 2px solid #ccc;
  padding: 20px 20px 20px 50px;
  border-radius: 10px;
  max-width: 300px;
  color: #000;
  position: relative;
}

.content-inner2 .navigation .navi-previous > a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 20px;
  width: 18px;
  height: 20px;
  background: url(/assets/svg/i_prev.svg) no-repeat;
  background-size: 15px auto;
  font-size: 0;
}

@media print, screen and (min-width: 768px) {
  .content-inner2 .navigation .navi-previous > a:before {
    background-size: 18px auto;
  }
}

.content-inner2 .navigation .navi-previous > a:after {
  content: "";
  display: none;
}

.content-inner2 .navigation .navi-next {
  width: calc(100% / 2);
  text-align: right;
  padding-left: 7.5px;
}

.content-inner2 .navigation .navi-next > a {
  text-align: left;
  height: 100%;
  display: inline-block;
  width: 100%;
  border: 2px solid #ccc;
  padding: 20px 50px 20px 20px;
  border-radius: 10px;
  max-width: 300px;
  color: #000;
  position: relative;
}

.content-inner2 .navigation .navi-next > a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  width: 18px;
  height: 20px;
  background: url(/assets/svg/i_next.svg) no-repeat;
  background-size: 15px auto;
  font-size: 0;
}

@media print, screen and (min-width: 768px) {
  .content-inner2 .navigation .navi-next > a:before {
    background-size: 18px auto;
  }
}

.content-inner2 .navigation .navi-next > a:after {
  content: "";
  display: none;
}

.single_newsimage {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  #l-content .content-inner .m-box-movie {
    margin: 0 15px;
  }
}

@media print, screen and (min-width: 768px) {
  #l-content .content-inner .m-box-movie {
    max-width: 850px;
    margin: auto;
  }
}

@media print, screen and (min-width: 768px) {
  #l-content .content-inner .m-box-movie .movie-list {
    margin: 0 -20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media print {
  #l-content .content-inner .m-box-movie .movie-list {
    display: block;
    letter-spacing: -.40em;
  }
}

#l-content .content-inner .m-box-movie .movie-list .list-item {
  margin-top: 0;
  position: relative;
  padding: 0;
}

@media print, screen and (min-width: 768px) {
  #l-content .content-inner .m-box-movie .movie-list .list-item {
    width: calc(100% / 2);
    width: calc((100% / 2 ) - 0.1px) \0;
    padding: 0 20px;
  }
}

@media print {
  #l-content .content-inner .m-box-movie .movie-list .list-item {
    width: 50%;
    display: inline-block;
    padding: 0 20px;
    box-sizing: border-box;
    vertical-align: top;
    letter-spacing: normal;
  }
}

#l-content .content-inner .m-box-movie .movie-list .list-item > p {
  margin-top: 0;
  margin-bottom: 0;
}

#l-content .content-inner .m-box-movie .movie-list .list-item .list-ttl {
  border: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Noto Serif JP", "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, sans-serif;
  margin-top: 15px;
  font-size: 16px;
  font-size: 1.6rem;
}

@media print, screen and (min-width: 768px) {
  #l-content .content-inner .m-box-movie .movie-list .list-item .list-ttl {
    font-size: 1.8rem;
  }
}

#l-content .content-inner .m-box-movie .movie-list .list-item .list-ttl:after {
  content: "";
  display: none;
}

#l-content .content-inner .m-box-movie .movie-list .list-item .item-img {
  transition: all 0.3s;
  width: 100%;
}

[data-whatinput="keyboard"] #l-content .content-inner .m-box-movie .movie-list .list-item .item-img:focus {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

@media print, screen and (min-width: 1025px) {
  #l-content .content-inner .m-box-movie .movie-list .list-item .item-img:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  }
}

#l-content .content-inner .m-box-movie .movie-list .list-item + .list-item {
  margin-top: 30px;
}

@media print, screen and (min-width: 768px) {
  #l-content .content-inner .m-box-movie .movie-list .list-item + .list-item {
    margin-top: 0;
  }
}

#l-content .content-inner .m-box-movie .movie-list .list-item:before {
  content: "";
  display: none;
}

@media print, screen and (min-width: 768px) {
  #l-content .content-inner .m-box-movie .movie-list .list-item:nth-child(n+3) {
    margin-top: 30px;
  }
}

.modal-video {
  background-color: #000;
}

.modal-video .modal-video-body .modal-video-inner {
  padding: 0 15px;
}

.modal-video .modal-video-body .modal-video-inner .modal-video-movie-wrap .modal-video-close-btn {
  top: -45px;
  right: 0;
}

.modal-video .modal-video-body .modal-video-inner .modal-video-movie-wrap .modal-video-close-btn:before, .modal-video .modal-video-body .modal-video-inner .modal-video-movie-wrap .modal-video-close-btn:after {
  height: 1px;
}

.m-list-desc {
  margin-top: 20px;
}

@media print, screen and (min-width: 768px) {
  .m-list-desc {
    margin-top: 40px;
  }
}

.m-list-desc a[target='_blank']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=004ea2") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  height: 1.15em;
}

.m-list-desc a[href$=".pdf"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_pdf.svg?c=e60012") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.0625em;
  height: 1.6em;
  top: -0.1em;
}

.m-list-desc a[href$=".doc"]:not(.noticon):after, .m-list-desc a[href$=".docx"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_word.svg?c=004ea2") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.0625em;
  height: 1.5em;
  top: -0.1em;
}

.m-list-desc a[href$=".xls"]:not(.noticon):after, .m-list-desc a[href$=".xlsx"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_excel.svg?c=009925") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.0625em;
  height: 1.5em;
  top: -0.1em;
}

.m-list-desc a[href$=".zip"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_zip.svg?c=004ea2") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.25em;
  height: 1.25em;
  top: -0.2em;
}

.m-list-desc > li {
  position: relative;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin-top: 10px;
  padding-left: 1.5em;
}

.m-list-desc > li > ul, .m-list-desc > li > ol {
  margin-top: 5px;
  counter-reset: number;
}

@media print, screen and (min-width: 768px) {
  .m-list-desc > li > ul, .m-list-desc > li > ol {
    margin-top: 5px;
  }
}

.m-list-desc > li > ul > li, .m-list-desc > li > ol > li {
  padding-left: 12px;
  margin-top: 5px;
}

@media print, screen and (min-width: 768px) {
  .m-list-desc > li > ul > li, .m-list-desc > li > ol > li {
    padding-left: 18px;
  }
}

.m-list-desc > li > ul.m-list-asterisk > li, .m-list-desc > li > ol.m-list-asterisk > li {
  padding-left: 17px;
}

.m-list-desc > li > ul.m-list-asterisk > li:before, .m-list-desc > li > ol.m-list-asterisk > li:before {
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

.m-list-desc > li > ul > li:before {
  width: 2px;
  height: 2px;
  left: 3.5px;
  top: .85em;
}

@media print, screen and (min-width: 768px) {
  .m-list-desc > li > ul > li:before {
    width: 3px;
    height: 3px;
    left: 7px;
    top: .95em;
  }
}

@media print, screen and (min-width: 768px) {
  .m-list-desc > li {
    margin-top: 5px;
    padding-left: 1.3em;
  }
}

.m-list-desc > li:first-child {
  margin-top: 0;
}

.m-list-desc > li:before {
  position: absolute;
  content: '';
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #000;
  top: .90em;
  left: 5px;
}

@media print, screen and (min-width: 768px) {
  .m-list-desc > li:before {
    width: 6px;
    height: 6px;
    top: .90em;
    left: 6px;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-list-desc.desc-inlineblock {
    margin-top: 30px;
    margin-left: -20px;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-list-desc.desc-inlineblock > li {
    display: inline-block;
    margin-left: 20px;
    margin-top: 10px;
    vertical-align: top;
  }
}

.m-list-num {
  margin-top: 20px;
}

@media print, screen and (min-width: 768px) {
  .m-list-num {
    margin-top: 20px;
  }
}

.m-list-num a[target='_blank']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=004ea2") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  height: 1.15em;
}

.m-list-num a[href$=".pdf"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_pdf.svg?c=e60012") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.0625em;
  height: 1.6em;
  top: -0.1em;
}

.m-list-num a[href$=".doc"]:not(.noticon):after, .m-list-num a[href$=".docx"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_word.svg?c=004ea2") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.0625em;
  height: 1.5em;
  top: -0.1em;
}

.m-list-num a[href$=".xls"]:not(.noticon):after, .m-list-num a[href$=".xlsx"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_excel.svg?c=009925") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.0625em;
  height: 1.5em;
  top: -0.1em;
}

.m-list-num a[href$=".zip"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_zip.svg?c=004ea2") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.25em;
  height: 1.25em;
  top: -0.2em;
}

.m-list-num > li {
  margin-top: 20px;
  padding-left: 1.5em;
  counter-increment: number;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: normal;
}

.m-list-num > li > ul, .m-list-num > li > ol {
  margin-top: 5px;
  counter-reset: number;
}

@media print, screen and (min-width: 768px) {
  .m-list-num > li > ul, .m-list-num > li > ol {
    margin-top: 5px;
  }
}

.m-list-num > li > ul > li, .m-list-num > li > ol > li {
  padding-left: 12px;
  margin-top: 5px;
}

@media print, screen and (min-width: 768px) {
  .m-list-num > li > ul > li, .m-list-num > li > ol > li {
    padding-left: 18px;
  }
}

.m-list-num > li > ul.m-list-asterisk > li, .m-list-num > li > ol.m-list-asterisk > li {
  padding-left: 17px;
}

.m-list-num > li > ul.m-list-asterisk > li:before, .m-list-num > li > ol.m-list-asterisk > li:before {
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

.m-list-num > li > ul > li:before {
  width: 2px;
  height: 2px;
  left: 3.5px;
  top: .85em;
}

@media print, screen and (min-width: 768px) {
  .m-list-num > li > ul > li:before {
    width: 3px;
    height: 3px;
    left: 7px;
    top: .95em;
  }
}

@media print, screen and (min-width: 768px) {
  .m-list-num > li {
    margin-top: 5px;
  }
}

.m-list-num > li:first-child {
  margin-top: 0;
}

.m-list-num > li:before {
  content: counter(number) ".";
  display: inline-block;
  vertical-align: top;
  margin-left: -1.5em;
  margin-right: .5em;
}

@media print, screen and (min-width: 768px) {
  .m-list-num > li:before {
    margin-left: -1.5em;
  }
}

.m-list-num2 {
  margin-top: 10px;
}

@media print, screen and (min-width: 768px) {
  .m-list-num2 {
    margin-top: 20px;
  }
}

.m-list-num2 a[target='_blank']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=004ea2") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  height: 1.15em;
}

.m-list-num2 a[href$=".pdf"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_pdf.svg?c=e60012") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.0625em;
  height: 1.6em;
  top: -0.1em;
}

.m-list-num2 a[href$=".doc"]:not(.noticon):after, .m-list-num2 a[href$=".docx"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_word.svg?c=004ea2") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.0625em;
  height: 1.5em;
  top: -0.1em;
}

.m-list-num2 a[href$=".xls"]:not(.noticon):after, .m-list-num2 a[href$=".xlsx"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_excel.svg?c=009925") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.0625em;
  height: 1.5em;
  top: -0.1em;
}

.m-list-num2 a[href$=".zip"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_zip.svg?c=004ea2") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.25em;
  height: 1.25em;
  top: -0.2em;
}

.m-list-num2 > li {
  margin-top: 5px;
  padding-left: 2.0em;
  counter-increment: number;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: normal;
}

.m-list-num2 > li > ul, .m-list-num2 > li > ol {
  margin-top: 5px;
  counter-reset: number;
}

@media print, screen and (min-width: 768px) {
  .m-list-num2 > li > ul, .m-list-num2 > li > ol {
    margin-top: 5px;
  }
}

.m-list-num2 > li > ul > li, .m-list-num2 > li > ol > li {
  padding-left: 12px;
  margin-top: 5px;
}

@media print, screen and (min-width: 768px) {
  .m-list-num2 > li > ul > li, .m-list-num2 > li > ol > li {
    padding-left: 18px;
  }
}

.m-list-num2 > li > ul.m-list-asterisk > li, .m-list-num2 > li > ol.m-list-asterisk > li {
  padding-left: 17px;
}

.m-list-num2 > li > ul.m-list-asterisk > li:before, .m-list-num2 > li > ol.m-list-asterisk > li:before {
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

.m-list-num2 > li > ul > li:before {
  width: 2px;
  height: 2px;
  left: 3.5px;
  top: .85em;
}

@media print, screen and (min-width: 768px) {
  .m-list-num2 > li > ul > li:before {
    width: 3px;
    height: 3px;
    left: 7px;
    top: .95em;
  }
}

@media print, screen and (min-width: 768px) {
  .m-list-num2 > li {
    margin-top: 5px;
    padding-left: 2.0em;
  }
}

.m-list-num2 > li:first-child {
  margin-top: 0;
}

.m-list-num2 > li:nth-child(n):before {
  content: "\ff08" counter(number) "\ff09";
  display: inline-block;
  vertical-align: top;
  margin-left: -2.10em;
  height: auto;
  width: auto;
  background: none;
  top: auto;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .m-list-num2 > li:nth-child(n):before {
    margin-left: -2.1em;
  }
}

.m-list-num3 {
  margin-top: 10px;
}

@media print, screen and (min-width: 768px) {
  .m-list-num3 {
    margin-top: 20px;
  }
}

.m-list-num3 a[target='_blank']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=004ea2") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  height: 1.15em;
}

.m-list-num3 a[href$=".pdf"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_pdf.svg?c=e60012") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.0625em;
  height: 1.6em;
  top: -0.1em;
}

.m-list-num3 a[href$=".doc"]:not(.noticon):after, .m-list-num3 a[href$=".docx"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_word.svg?c=004ea2") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.0625em;
  height: 1.5em;
  top: -0.1em;
}

.m-list-num3 a[href$=".xls"]:not(.noticon):after, .m-list-num3 a[href$=".xlsx"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_excel.svg?c=009925") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.0625em;
  height: 1.5em;
  top: -0.1em;
}

.m-list-num3 a[href$=".zip"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_zip.svg?c=004ea2") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.25em;
  height: 1.25em;
  top: -0.2em;
}

.m-list-num3 > li {
  margin-top: 5px;
  padding-left: 2.0em;
  counter-increment: number;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: normal;
}

.m-list-num3 > li > ul, .m-list-num3 > li > ol {
  margin-top: 5px;
  counter-reset: number;
}

@media print, screen and (min-width: 768px) {
  .m-list-num3 > li > ul, .m-list-num3 > li > ol {
    margin-top: 5px;
  }
}

.m-list-num3 > li > ul > li, .m-list-num3 > li > ol > li {
  padding-left: 12px;
  margin-top: 5px;
}

@media print, screen and (min-width: 768px) {
  .m-list-num3 > li > ul > li, .m-list-num3 > li > ol > li {
    padding-left: 18px;
  }
}

.m-list-num3 > li > ul.m-list-asterisk > li, .m-list-num3 > li > ol.m-list-asterisk > li {
  padding-left: 17px;
}

.m-list-num3 > li > ul.m-list-asterisk > li:before, .m-list-num3 > li > ol.m-list-asterisk > li:before {
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

.m-list-num3 > li > ul > li:before {
  width: 2px;
  height: 2px;
  left: 3.5px;
  top: .85em;
}

@media print, screen and (min-width: 768px) {
  .m-list-num3 > li > ul > li:before {
    width: 3px;
    height: 3px;
    left: 7px;
    top: .95em;
  }
}

@media print, screen and (min-width: 768px) {
  .m-list-num3 > li {
    margin-top: 5px;
    padding-left: 2.0em;
  }
}

.m-list-num3 > li:first-child {
  margin-top: 0;
}

.m-list-num3 > li:nth-child(n):before {
  content: "[" counter(number) "]";
  display: inline-block;
  vertical-align: top;
  margin-left: -2.10em;
  height: auto;
  width: auto;
  background: none;
  top: auto;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .m-list-num3 > li:nth-child(n):before {
    margin-left: -2.1em;
  }
}

ul.m-list-asterisk {
  margin-top: 10px;
  font-size: 12px;
  font-size: 1.2rem;
}

ul.m-list-asterisk .fzs {
  font-size: 10px;
  font-size: 1rem;
}

@media print, screen and (min-width: 768px) {
  ul.m-list-asterisk .fzs {
    font-size: 1.2rem;
  }
}

ul.m-list-asterisk .fzm {
  font-size: 12px;
  font-size: 1.2rem;
}

@media print, screen and (min-width: 768px) {
  ul.m-list-asterisk .fzm {
    font-size: 1.4rem;
  }
}

ul.m-list-asterisk .fzl {
  font-size: 14px;
  font-size: 1.4rem;
}

@media print, screen and (min-width: 768px) {
  ul.m-list-asterisk .fzl {
    font-size: 1.6rem;
  }
}

@media print, screen and (min-width: 768px) {
  ul.m-list-asterisk {
    margin-top: 20px;
    font-size: 1.4rem;
  }
}

ul.m-list-asterisk a[target='_blank']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=004ea2") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  height: 1.15em;
}

ul.m-list-asterisk a[href$=".pdf"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_pdf.svg?c=e60012") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.0625em;
  height: 1.6em;
  top: -0.1em;
}

ul.m-list-asterisk a[href$=".doc"]:not(.noticon):after, ul.m-list-asterisk a[href$=".docx"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_word.svg?c=004ea2") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.0625em;
  height: 1.5em;
  top: -0.1em;
}

ul.m-list-asterisk a[href$=".xls"]:not(.noticon):after, ul.m-list-asterisk a[href$=".xlsx"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_excel.svg?c=009925") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.0625em;
  height: 1.5em;
  top: -0.1em;
}

ul.m-list-asterisk a[href$=".zip"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_zip.svg?c=004ea2") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.25em;
  height: 1.25em;
  top: -0.2em;
}

ul.m-list-asterisk > li {
  margin-top: 5px;
  padding-left: 17px;
  position: relative;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: normal;
}

ul.m-list-asterisk > li > ul, ul.m-list-asterisk > li > ol {
  margin-top: 5px;
  counter-reset: number;
}

@media print, screen and (min-width: 768px) {
  ul.m-list-asterisk > li > ul, ul.m-list-asterisk > li > ol {
    margin-top: 5px;
  }
}

ul.m-list-asterisk > li > ul > li, ul.m-list-asterisk > li > ol > li {
  padding-left: 12px;
  margin-top: 5px;
}

@media print, screen and (min-width: 768px) {
  ul.m-list-asterisk > li > ul > li, ul.m-list-asterisk > li > ol > li {
    padding-left: 18px;
  }
}

ul.m-list-asterisk > li > ul.m-list-asterisk > li, ul.m-list-asterisk > li > ol.m-list-asterisk > li {
  padding-left: 17px;
}

ul.m-list-asterisk > li > ul.m-list-asterisk > li:before, ul.m-list-asterisk > li > ol.m-list-asterisk > li:before {
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

ul.m-list-asterisk > li > ul > li:before {
  width: 2px;
  height: 2px;
  left: 3.5px;
  top: .85em;
}

@media print, screen and (min-width: 768px) {
  ul.m-list-asterisk > li > ul > li:before {
    width: 3px;
    height: 3px;
    left: 7px;
    top: .95em;
  }
}

@media print, screen and (min-width: 768px) {
  ul.m-list-asterisk > li {
    margin-top: 5px;
    padding-left: 20px;
  }
}

ul.m-list-asterisk > li:first-child {
  margin-top: 0;
}

ul.m-list-asterisk > li:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  content: "\203b";
  background-color: transparent;
}

ol.m-list-asterisk {
  margin-top: 10px;
  font-size: 12px;
  font-size: 1.2rem;
}

ol.m-list-asterisk .fzs {
  font-size: 10px;
  font-size: 1rem;
}

@media print, screen and (min-width: 768px) {
  ol.m-list-asterisk .fzs {
    font-size: 1.2rem;
  }
}

ol.m-list-asterisk .fzm {
  font-size: 12px;
  font-size: 1.2rem;
}

@media print, screen and (min-width: 768px) {
  ol.m-list-asterisk .fzm {
    font-size: 1.4rem;
  }
}

ol.m-list-asterisk .fzl {
  font-size: 14px;
  font-size: 1.4rem;
}

@media print, screen and (min-width: 768px) {
  ol.m-list-asterisk .fzl {
    font-size: 1.6rem;
  }
}

@media print, screen and (min-width: 768px) {
  ol.m-list-asterisk {
    margin-top: 20px;
    font-size: 1.4rem;
  }
}

ol.m-list-asterisk a[target='_blank']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=004ea2") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  height: 1.15em;
}

ol.m-list-asterisk a[href$=".pdf"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_pdf.svg?c=e60012") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.0625em;
  height: 1.6em;
  top: -0.1em;
}

ol.m-list-asterisk a[href$=".doc"]:not(.noticon):after, ol.m-list-asterisk a[href$=".docx"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_word.svg?c=004ea2") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.0625em;
  height: 1.5em;
  top: -0.1em;
}

ol.m-list-asterisk a[href$=".xls"]:not(.noticon):after, ol.m-list-asterisk a[href$=".xlsx"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_excel.svg?c=009925") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.0625em;
  height: 1.5em;
  top: -0.1em;
}

ol.m-list-asterisk a[href$=".zip"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_zip.svg?c=004ea2") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.25em;
  height: 1.25em;
  top: -0.2em;
}

ol.m-list-asterisk > li {
  margin-top: 5px;
  padding-left: 2.7em;
  counter-increment: number;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: normal;
}

@media print, screen and (min-width: 768px) {
  ol.m-list-asterisk > li {
    margin-top: 5px;
    padding-left: 2.6em;
  }
}

ol.m-list-asterisk > li:first-child {
  margin-top: 0;
}

ol.m-list-asterisk > li:before {
  content: "\203b" counter(number) "\ff1a";
  display: inline-block;
  vertical-align: top;
  margin-left: -2.8em;
  margin-right: 2px;
}

@media print, screen and (min-width: 768px) {
  ol.m-list-asterisk > li:before {
    margin-left: -2.6em;
    margin-right: auto;
  }
}

ol.m-list-asterisk > li > ul, ol.m-list-asterisk > li > ol {
  margin-top: 5px;
  counter-reset: number;
}

@media print, screen and (min-width: 768px) {
  ol.m-list-asterisk > li > ul, ol.m-list-asterisk > li > ol {
    margin-top: 5px;
  }
}

ol.m-list-asterisk > li > ul > li, ol.m-list-asterisk > li > ol > li {
  padding-left: 12px;
  margin-top: 5px;
}

@media print, screen and (min-width: 768px) {
  ol.m-list-asterisk > li > ul > li, ol.m-list-asterisk > li > ol > li {
    padding-left: 18px;
  }
}

ol.m-list-asterisk > li > ul.m-list-asterisk > li, ol.m-list-asterisk > li > ol.m-list-asterisk > li {
  padding-left: 17px;
}

ol.m-list-asterisk > li > ul.m-list-asterisk > li:before, ol.m-list-asterisk > li > ol.m-list-asterisk > li:before {
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

ol.m-list-asterisk > li > ul > li:before {
  width: 2px;
  height: 2px;
  left: 3.5px;
  top: .85em;
}

@media print, screen and (min-width: 768px) {
  ol.m-list-asterisk > li > ul > li:before {
    width: 3px;
    height: 3px;
    left: 7px;
    top: .95em;
  }
}

#l-content .content-inner .swiper-wrapper li:before {
  content: "";
  display: none;
}

#l-content .content-inner .j-twitter-intents li:before {
  content: "";
  display: none;
}

#l-content .content-inner .newarrival_list, #l-content .content-inner2 .newarrival_list {
  letter-spacing: .05em;
  max-width: 1080px;
  margin: auto;
  text-align: left;
  padding: 0 20px;
}

@media print, screen and (min-width: 768px) {
  #l-content .content-inner .newarrival_list, #l-content .content-inner2 .newarrival_list {
    padding: 0 40px 0;
  }
}

#l-content .content-inner .newarrival_list li, #l-content .content-inner2 .newarrival_list li {
  padding: 20px 20px 0;
  font-family: "Noto Serif JP", "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, sans-serif;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}

#l-content .content-inner .newarrival_list li .new, #l-content .content-inner2 .newarrival_list li .new {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.1em;
}

#l-content .content-inner .newarrival_list li > a, #l-content .content-inner2 .newarrival_list li > a {
  margin-top: 10px;
  display: block;
  padding-bottom: 20px;
  color: #000;
  font-family: "Noto Serif JP", "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, sans-serif;
  font-weight: bold;
}

[data-whatinput="keyboard"] #l-content .content-inner .newarrival_list li > a:focus, [data-whatinput="keyboard"] #l-content .content-inner2 .newarrival_list li > a:focus {
  text-decoration: none;
  color: #e74291;
}

@media print, screen and (min-width: 1025px) {
  #l-content .content-inner .newarrival_list li > a:hover, #l-content .content-inner2 .newarrival_list li > a:hover {
    text-decoration: none;
    color: #e74291;
  }
}

#l-content .content-inner .newarrival_list li > a:after, #l-content .content-inner2 .newarrival_list li > a:after {
  content: "";
  display: none;
}

#l-content .content-inner .newarrival_list li > a:hover, #l-content .content-inner2 .newarrival_list li > a:hover {
  text-decoration: none;
}

#l-content .content-inner .newarrival_list li .new, #l-content .content-inner2 .newarrival_list li .new {
  margin-top: -0.4em;
  margin-left: 10px;
  padding: 2px 6px 3px;
  background: #000;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.25;
  color: #fff;
  vertical-align: middle;
}

@media print, screen and (min-width: 768px) {
  #l-content .content-inner .newarrival_list li .new, #l-content .content-inner2 .newarrival_list li .new {
    margin-top: -0.4em;
    margin-left: 20px;
    padding: 2px 8px 3px;
    font-size: 1.6rem;
  }
}

#l-content .content-inner .newarrival_list li:first-child, #l-content .content-inner2 .newarrival_list li:first-child {
  padding-top: 0;
}

#l-content .content-inner2 ul {
  list-style: none;
}

#l-content .content-inner2 ul li {
  position: relative;
  padding-left: 20px;
  margin-top: 5px;
}

#l-content .content-inner2 ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0.8em;
  background: #7370a0;
}

@media screen and (max-width: 767px) {
  #l-content .content-inner2 ul li:before {
    top: 0.7em;
  }
}

#l-content .content-inner2 ul + p {
  margin-top: 24px;
}

#l-content .content-inner2 ul.newarrival_list {
  padding-top: 30px;
}

@media print, screen and (min-width: 768px) {
  #l-content .content-inner2 ul.newarrival_list {
    padding-top: 65px;
  }
}

#l-content .content-inner2 ul.newarrival_list li:before {
  content: "";
  display: none;
}

#l-content .content-inner2 ol {
  margin-top: 20px;
}

@media print, screen and (min-width: 768px) {
  #l-content .content-inner2 ol {
    margin-top: 20px;
  }
}

#l-content .content-inner2 ol a[target='_blank']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=004ea2") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  height: 1.15em;
}

#l-content .content-inner2 ol a[href$=".pdf"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_pdf.svg?c=e60012") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.0625em;
  height: 1.6em;
  top: -0.1em;
}

#l-content .content-inner2 ol a[href$=".doc"]:not(.noticon):after, #l-content .content-inner2 ol a[href$=".docx"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_word.svg?c=004ea2") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.0625em;
  height: 1.5em;
  top: -0.1em;
}

#l-content .content-inner2 ol a[href$=".xls"]:not(.noticon):after, #l-content .content-inner2 ol a[href$=".xlsx"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_excel.svg?c=009925") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.0625em;
  height: 1.5em;
  top: -0.1em;
}

#l-content .content-inner2 ol a[href$=".zip"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_zip.svg?c=004ea2") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.25em;
  height: 1.25em;
  top: -0.2em;
}

#l-content .content-inner2 ol > li {
  padding-left: 1.5em;
  counter-increment: number;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: normal;
  margin-top: 5px;
}

#l-content .content-inner2 ol > li > ul, #l-content .content-inner2 ol > li > ol {
  margin-top: 5px;
  counter-reset: number;
}

@media print, screen and (min-width: 768px) {
  #l-content .content-inner2 ol > li > ul, #l-content .content-inner2 ol > li > ol {
    margin-top: 5px;
  }
}

#l-content .content-inner2 ol > li > ul > li, #l-content .content-inner2 ol > li > ol > li {
  padding-left: 12px;
  margin-top: 5px;
}

@media print, screen and (min-width: 768px) {
  #l-content .content-inner2 ol > li > ul > li, #l-content .content-inner2 ol > li > ol > li {
    padding-left: 18px;
  }
}

#l-content .content-inner2 ol > li > ul.m-list-asterisk > li, #l-content .content-inner2 ol > li > ol.m-list-asterisk > li {
  padding-left: 17px;
}

#l-content .content-inner2 ol > li > ul.m-list-asterisk > li:before, #l-content .content-inner2 ol > li > ol.m-list-asterisk > li:before {
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

#l-content .content-inner2 ol > li > ul > li:before {
  width: 2px;
  height: 2px;
  left: 3.5px;
  top: .85em;
}

@media print, screen and (min-width: 768px) {
  #l-content .content-inner2 ol > li > ul > li:before {
    width: 3px;
    height: 3px;
    left: 7px;
    top: .95em;
  }
}

#l-content .content-inner2 ol > li:first-child {
  margin-top: 0;
}

#l-content .content-inner2 ol > li:before {
  content: counter(number) ".";
  display: inline-block;
  vertical-align: top;
  margin-left: -1.5em;
  margin-right: .5em;
}

@media print, screen and (min-width: 768px) {
  #l-content .content-inner2 ol > li:before {
    margin-left: -1.5em;
  }
}

#l-content .content-inner2 .wp-pagenavi {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 65px auto 0;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  #l-content .content-inner2 .wp-pagenavi {
    margin: 65px auto 0;
  }
}

#l-content .content-inner2 .wp-pagenavi > a, #l-content .content-inner2 .wp-pagenavi > span {
  display: block;
  margin: 0 5px;
  color: #000;
  text-align: center;
  font-weight: bold;
  line-height: 2em;
  box-sizing: border-box;
  width: 2em;
}

@media print, screen and (min-width: 768px) {
  #l-content .content-inner2 .wp-pagenavi > a, #l-content .content-inner2 .wp-pagenavi > span {
    margin: 0 25px;
    text-decoration: none;
    width: 30px;
    height: 30px;
  }
}

#l-content .content-inner2 .wp-pagenavi > a:first-child, #l-content .content-inner2 .wp-pagenavi > span:first-child {
  margin-left: 0;
}

#l-content .content-inner2 .wp-pagenavi > a:last-child, #l-content .content-inner2 .wp-pagenavi > span:last-child {
  margin-right: 0;
}

#l-content .content-inner2 .wp-pagenavi > span.current {
  color: #eb6e8f;
  position: relative;
}

#l-content .content-inner2 .wp-pagenavi > span.current:after {
  content: "";
  position: absolute;
  background: #fce8ed;
  width: 2em;
  height: 2em;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 50%;
  margin-left: -1em;
  z-index: -1;
  border-radius: 50%;
}

@media print, screen and (min-width: 768px) {
  #l-content .content-inner2 .wp-pagenavi > span.current:after {
    top: 0.1em;
  }
}

#l-content .content-inner2 .wp-pagenavi > span:first-child.current:after {
  left: 50%;
  margin-left: -1em;
}

#l-content .content-inner2 .wp-pagenavi > span:last-child.current:after {
  left: 50%;
  margin-left: -1em;
}

#l-content .content-inner2 .wp-pagenavi > a.nextpostslink, #l-content .content-inner2 .wp-pagenavi > a.previouspostslink {
  width: 18px;
  height: 30px;
  font-size: 0;
}

@media print, screen and (min-width: 768px) {
  #l-content .content-inner2 .wp-pagenavi > a.nextpostslink, #l-content .content-inner2 .wp-pagenavi > a.previouspostslink {
    width: 30px;
    height: 30px;
  }
}

#l-content .content-inner2 .wp-pagenavi > a.previouspostslink {
  background: url(/assets/svg/i_prev.svg) no-repeat;
  background-position: center;
  background-size: 15px auto;
  font-size: 0;
}

@media print, screen and (min-width: 768px) {
  #l-content .content-inner2 .wp-pagenavi > a.previouspostslink {
    background-size: 18px auto;
  }
}

#l-content .content-inner2 .wp-pagenavi > a.nextpostslink {
  background: url(/assets/svg/i_next.svg) no-repeat;
  background-position: center;
  background-size: 15px auto;
  font-size: 0;
}

@media print, screen and (min-width: 768px) {
  #l-content .content-inner2 .wp-pagenavi > a.nextpostslink {
    background-size: 18px auto;
  }
}

[data-whatinput="keyboard"] #l-content .content-inner2 .wp-pagenavi > a:focus {
  color: #e74291;
}

[data-whatinput="keyboard"] #l-content .content-inner2 .wp-pagenavi > a:focus:first-child, [data-whatinput="keyboard"] #l-content .content-inner2 .wp-pagenavi > a:focus:last-child {
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

@media print, screen and (min-width: 1025px) {
  #l-content .content-inner2 .wp-pagenavi > a:hover {
    color: #e74291;
  }
  #l-content .content-inner2 .wp-pagenavi > a:hover:first-child, #l-content .content-inner2 .wp-pagenavi > a:hover:last-child {
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
}

#l-content .content-inner2 .wp-pagenavi > a:after {
  content: "";
  display: none;
}

#l-content .content-inner2 h3 {
  border-left: none;
}

.m-table-common {
  width: 100%;
  margin-top: 30px;
}

@media print, screen and (min-width: 768px) {
  .m-table-common {
    margin-top: 40px;
  }
}

.m-table-common a:link, .m-table-common a:visited {
  text-decoration: underline;
}

[data-whatinput="keyboard"] .m-table-common a:focus:link, [data-whatinput="keyboard"] .m-table-common a:focus:visited {
  text-decoration: none;
}

@media print, screen and (min-width: 1025px) {
  .m-table-common a:hover:link, .m-table-common a:hover:visited {
    text-decoration: none;
  }
}

.m-table-common tbody tr th, .m-table-common tbody tr td, .m-table-common thead tr th, .m-table-common thead tr td {
  padding: 15px 10px;
  box-sizing: border-box;
  border: 1px solid #000;
  text-align: left;
}

@media print, screen and (min-width: 768px) {
  .m-table-common tbody tr th, .m-table-common tbody tr td, .m-table-common thead tr th, .m-table-common thead tr td {
    padding: 20px;
  }
}

.m-table-common tbody tr th, .m-table-common thead tr th {
  font-weight: normal;
  vertical-align: top;
}

.m-table-common tbody tr th > *:first-child, .m-table-common thead tr th > *:first-child {
  margin-top: 0 !important;
}

.m-table-common tbody tr th > *:first-child.m-box-section, .m-table-common thead tr th > *:first-child.m-box-section {
  padding-top: 0;
}

@media print, screen and (min-width: 768px) {
  .m-table-common tbody tr th > .image-position-left:first-child + *,
  .m-table-common tbody tr th > .image-position-right:first-child + *, .m-table-common thead tr th > .image-position-left:first-child + *,
  .m-table-common thead tr th > .image-position-right:first-child + * {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .m-table-common tbody tr th > [data-gs]:first-child [data-gs-col]:first-child > *:first-child, .m-table-common thead tr th > [data-gs]:first-child [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-table-common tbody tr th > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .m-table-common thead tr th > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-table-common tbody tr th > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .m-table-common thead tr th > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-table-common tbody tr th > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .m-table-common thead tr th > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-table-common tbody tr th > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .m-table-common thead tr th > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-table-common tbody tr th > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .m-table-common thead tr th > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-table-common tbody tr th > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .m-table-common thead tr th > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-table-common tbody tr th > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > *:first-child, .m-table-common thead tr th > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-table-common tbody tr th > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .m-table-common thead tr th > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-table-common tbody tr th > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .m-table-common thead tr th > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-table-common tbody tr th > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > *:first-child, .m-table-common thead tr th > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-table-common tbody tr th > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .m-table-common thead tr th > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-table-common tbody tr th > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .m-table-common thead tr th > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-table-common tbody tr th > [data-gs-group]:first-child > [data-gs-col] > *:first-child, .m-table-common thead tr th > [data-gs-group]:first-child > [data-gs-col] > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-table-common tbody tr th > [data-gs-group]:first-child[data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child, .m-table-common thead tr th > [data-gs-group]:first-child[data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-table-common tbody tr th > [data-gs-group]:first-child[data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child, .m-table-common thead tr th > [data-gs-group]:first-child[data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

.m-table-common tbody tr th a[target='_blank']:not(.noticon):after, .m-table-common thead tr th a[target='_blank']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=004ea2") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  height: 1.15em;
}

.m-table-common tbody tr th a[href$=".pdf"]:not(.noticon):after, .m-table-common thead tr th a[href$=".pdf"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_pdf.svg?c=e60012") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.0625em;
  height: 1.6em;
  top: -0.1em;
}

.m-table-common tbody tr th a[href$=".doc"]:not(.noticon):after, .m-table-common tbody tr th a[href$=".docx"]:not(.noticon):after, .m-table-common thead tr th a[href$=".doc"]:not(.noticon):after, .m-table-common thead tr th a[href$=".docx"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_word.svg?c=004ea2") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.0625em;
  height: 1.5em;
  top: -0.1em;
}

.m-table-common tbody tr th a[href$=".xls"]:not(.noticon):after, .m-table-common tbody tr th a[href$=".xlsx"]:not(.noticon):after, .m-table-common thead tr th a[href$=".xls"]:not(.noticon):after, .m-table-common thead tr th a[href$=".xlsx"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_excel.svg?c=009925") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.0625em;
  height: 1.5em;
  top: -0.1em;
}

.m-table-common tbody tr th a[href$=".zip"]:not(.noticon):after, .m-table-common thead tr th a[href$=".zip"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_zip.svg?c=004ea2") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.25em;
  height: 1.25em;
  top: -0.2em;
}

.m-table-common tbody tr td, .m-table-common thead tr td {
  vertical-align: top;
}

.m-table-common tbody tr td > *:first-child, .m-table-common thead tr td > *:first-child {
  margin-top: 0 !important;
}

.m-table-common tbody tr td > *:first-child.m-box-section, .m-table-common thead tr td > *:first-child.m-box-section {
  padding-top: 0;
}

@media print, screen and (min-width: 768px) {
  .m-table-common tbody tr td > .image-position-left:first-child + *,
  .m-table-common tbody tr td > .image-position-right:first-child + *, .m-table-common thead tr td > .image-position-left:first-child + *,
  .m-table-common thead tr td > .image-position-right:first-child + * {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .m-table-common tbody tr td > [data-gs]:first-child [data-gs-col]:first-child > *:first-child, .m-table-common thead tr td > [data-gs]:first-child [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-table-common tbody tr td > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .m-table-common thead tr td > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-table-common tbody tr td > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .m-table-common thead tr td > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-table-common tbody tr td > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .m-table-common thead tr td > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-table-common tbody tr td > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .m-table-common thead tr td > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-table-common tbody tr td > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .m-table-common thead tr td > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-table-common tbody tr td > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .m-table-common thead tr td > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-table-common tbody tr td > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > *:first-child, .m-table-common thead tr td > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-table-common tbody tr td > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .m-table-common thead tr td > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-table-common tbody tr td > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .m-table-common thead tr td > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-table-common tbody tr td > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > *:first-child, .m-table-common thead tr td > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-table-common tbody tr td > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .m-table-common thead tr td > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-table-common tbody tr td > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .m-table-common thead tr td > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .m-table-common tbody tr td > [data-gs-group]:first-child > [data-gs-col] > *:first-child, .m-table-common thead tr td > [data-gs-group]:first-child > [data-gs-col] > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-table-common tbody tr td > [data-gs-group]:first-child[data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child, .m-table-common thead tr td > [data-gs-group]:first-child[data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-table-common tbody tr td > [data-gs-group]:first-child[data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child, .m-table-common thead tr td > [data-gs-group]:first-child[data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

.m-table-common thead th, .m-table-common thead td {
  background: #e6e6e6;
  vertical-align: middle;
  font-weight: normal;
}

.m-table-common tbody th {
  background-color: #f4f4f4;
}

.m-table-common tbody td a[target='_blank']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=004ea2") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  height: 1.15em;
}

.m-table-common tbody td a[href$=".pdf"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_pdf.svg?c=e60012") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.0625em;
  height: 1.6em;
  top: -0.1em;
}

.m-table-common tbody td a[href$=".doc"]:not(.noticon):after, .m-table-common tbody td a[href$=".docx"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_word.svg?c=004ea2") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.0625em;
  height: 1.5em;
  top: -0.1em;
}

.m-table-common tbody td a[href$=".xls"]:not(.noticon):after, .m-table-common tbody td a[href$=".xlsx"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_excel.svg?c=009925") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.0625em;
  height: 1.5em;
  top: -0.1em;
}

.m-table-common tbody td a[href$=".zip"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_zip.svg?c=004ea2") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.25em;
  height: 1.25em;
  top: -0.2em;
}

.m-table-common [align="center"] {
  text-align: center !important;
}

.m-table-common [align="right"] {
  text-align: right !important;
}

.m-table-common [valign="top"] {
  vertical-align: top !important;
}

.m-table-common [valign="middle"] {
  vertical-align: middle !important;
}

.m-table-common [valign="bottom"] {
  vertical-align: bottom !important;
}

.m-table-common + .m-txt-p {
  margin-top: 10px;
}

@media print, screen and (min-width: 768px) {
  .m-table-common + .m-txt-p {
    margin-top: 20px;
  }
}

.m-table-common.is-tablefixed {
  table-layout: fixed;
}

@media screen and (max-width: 767px) {
  .m-table-common.table-break th, .m-table-common.table-break td {
    display: block;
  }
  .m-table-common.table-break th {
    border-bottom: none;
  }
  .m-table-common.table-break td {
    border-top: none;
  }
  .m-table-common.table-break tr + tr th {
    border-top: none;
  }
}

.m-table-scroll {
  position: relative;
  margin-top: 20px;
}

.m-table-scroll .scroll-wrap {
  overflow-x: scroll;
  padding-bottom: 10px;
}

.m-table-scroll .scroll-wrap table {
  margin-top: 0;
  min-width: 750px;
}

.m-table-scroll .scroll-wrap::-webkit-scrollbar {
  width: 15px;
  height: 8px;
}

.m-table-scroll .scroll-wrap::-webkit-scrollbar-thumb {
  background: #dcdcdc;
  border-radius: 8px;
}

.m-table-scroll + .m-txt-p {
  margin-top: 10px;
}

@media print, screen and (min-width: 768px) {
  .m-table-scroll + .m-txt-p {
    margin-top: 20px;
  }
}

#l-content .content-inner .u-staff .staff-detail, #l-content .content-inner2 .u-staff .staff-detail {
  text-align: center;
}

#l-content .content-inner .u-staff .staff-detail > img, #l-content .content-inner2 .u-staff .staff-detail > img {
  text-align: center;
}

#l-content h1.entry-title {
  padding: 60px 15px 10px;
}

#l-content h1.entry-title + .newarrival_list {
  margin-top: -30px;
}

@media print, screen and (min-width: 768px) {
  #l-content h1.entry-title + .newarrival_list {
    margin-top: -40px;
  }
}

#l-content .content-inner2 h2.entry-title {
  font-family: "Noto Serif JP", "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, sans-serif;
  margin-top: 15px;
  padding-bottom: 10px;
}

@media print, screen and (min-width: 768px) {
  #l-content .content-inner2 h2.entry-title {
    margin-top: 30px;
  }
}

#l-content .content-inner2 h2.entry-title + .newarrival_list {
  margin-top: -30px;
}

@media print, screen and (min-width: 768px) {
  #l-content .content-inner2 h2.entry-title + .newarrival_list {
    margin-top: -40px;
  }
}

#l-content .content-inner2 .entry-date {
  text-align: right;
  letter-spacing: .05em;
  color: #7f7f7f;
}

#l-content .content-inner2 .entry-cat {
  margin: 30px 0 40px;
  padding: 0;
  text-align: right;
  color: #7f7f7f;
}

#l-content .content-inner2 .entry-cat + p, #l-content .content-inner2 .entry-cat + h2, #l-content .content-inner2 .entry-cat + h3 {
  margin-top: 0;
}

#l-content .content-inner2 h3 {
  padding: 0 0 15px 0;
  position: relative;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 20px;
  border: none;
}

#l-content .content-inner2 h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 2px;
  background-color: #7370a0;
}

@media print, screen and (min-width: 768px) {
  #l-content .content-inner2 h3:after {
    width: 60px;
    height: 2px;
  }
}

#l-content .content-inner2 h3 + p {
  margin-top: 0;
}

#l-content .content-inner2 h2 + p, #l-content .content-inner2 h3 + p {
  margin-top: 0;
}

h1 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  h1 {
    font-size: 3.6rem;
    margin-bottom: 40px;
  }
}

h1:before {
  content: "";
  position: absolute;
  width: calc(100% - 30px);
  height: 2px;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-color: #000;
}

@media print, screen and (min-width: 768px) {
  h1:before {
    max-width: 960px;
  }
}

h2 {
  margin-top: 24px;
  margin-bottom: 24px;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  h2 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

h2.u-ttl-h2 {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 30px;
}

p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}

@media print, screen and (min-width: 768px) {
  p {
    font-size: 1.6rem;
  }
}

p + ul {
  margin-top: 24px;
}

.entry-title {
  font-family: "Noto Serif JP", "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, sans-serif;
}

.content-inner2 h2 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 20px;
  border-bottom: solid 2px #a3a1b7;
  position: relative;
}

.content-inner2 h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #7470a3;
  bottom: -2px;
  width: 20%;
}

.content-inner2 p {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 20px 0;
}

@media print, screen and (min-width: 768px) {
  .content-inner2 p {
    margin-top: 30px 0;
  }
}

.content-inner p {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 14px 0;
}

.content-inner p.ttl-txt-sns {
  margin: 0;
}

.content-inner p.follow-txt {
  margin: 0;
}

.content-inner a {
  position: relative;
  display: inline-block;
  transition: .3s;
  color: #d464b2;
}

a:visited {
  text-decoration: none;
}

a {
  background-color: transparent;
}

h1.mainv-logo:before {
  content: "";
  display: none;
}

.content-inner .news_button {
  margin-top: 20px;
}

@media print, screen and (min-width: 768px) {
  .content-inner .news_button {
    margin-top: 40px;
  }
}

.content-inner .news_button > a {
  display: block;
  border: 2px solid #ccc;
  padding: 12px 60px 12px 20px;
  max-width: 250px;
  margin: 0 auto;
  border-radius: 30px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #000;
  font-weight: bold;
  letter-spacing: .05em;
  position: relative;
}

.content-inner .news_button > a:hover {
  text-decoration: none;
}

[data-whatinput="keyboard"] .content-inner .news_button > a:focus {
  opacity: .7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

@media print, screen and (min-width: 1025px) {
  .content-inner .news_button > a:hover {
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  }
}

.content-inner .news_button > a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  margin: auto;
  background: url(/assets/svg/i_next.svg) no-repeat;
  background-size: 18px 20px;
  width: 18px;
  height: 20px;
}

.content-inner .news_button > a:active {
  text-decoration: none;
}

/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  -webkit-filter: blur(50px);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="50" /></filter></svg>#filter');
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

@-webkit-keyframes modal-video {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@keyframes modal-video {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@-webkit-keyframes modal-video-inner {
  from {
    -webkit-transform: translate(0, 100px);
            transform: translate(0, 100px);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes modal-video-inner {
  from {
    -webkit-transform: translate(0, 100px);
            transform: translate(0, 100px);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.modal-video, .modal-video-vertical {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-name: modal-video;
          animation-name: modal-video;
  transition: opacity 0.3s ease-out;
}

.modal-video-close {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.modal-video-close .modal-video-movie-wrap {
  -webkit-transform: translate(0, 100px);
  transform: translate(0, 100px);
}

.modal-video-body {
  max-width: 940px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: table;
}

.modal-video-inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-name: modal-video-inner;
          animation-name: modal-video-inner;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.modal-video-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -35px;
  right: -35px;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent;
}

.modal-video-close-btn:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modal-video-close-btn:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modal-video-close-btn:before, .modal-video-close-btn:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
  border-radius: 5px;
  margin-top: -6px;
}

/* web font */
html {
  color: #000;
  font-family: "Noto Serif JP", "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, sans-serif;
  font-size: 62.5%;
}

body {
  line-height: 1.75;
  font-size: 14px;
  font-size: 1.4rem;
}

@media print, screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}

/* link style */
a:link {
  color: #98117e;
  text-decoration: none;
}

a:visited {
  color: #98117e;
  text-decoration: none;
}

a:hover, a:active {
  color: #98117e;
  text-decoration: underline;
}

/* header style */
#l-header {
  z-index: 100;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 767px) {
  #l-header {
    padding: 10px 15px;
    top: 0;
    left: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #l-header {
    padding: 10px 40px;
    top: 0;
    left: 0;
  }
}

#l-header .header-btn {
  padding: 0;
  margin: 0;
  position: fixed;
  top: 25px;
  right: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background: #000;
  width: 35px;
  height: 35px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 110;
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-btn {
    display: none;
  }
}

#l-header .header-btn .btn-item {
  width: 16px;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
}

#l-header .header-btn .btn-item .item-wrap {
  position: relative;
  top: 0;
  right: 0;
  display: block;
}

#l-header .header-btn .btn-item .item-wrap .item-inner {
  position: absolute;
  width: 16px;
  height: 2px;
  background: #fff;
  font-size: 0;
  display: block;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}

#l-header .header-btn .btn-item .item-wrap:before {
  position: absolute;
  content: "";
  margin-top: -7px;
  width: 16px;
  height: 2px;
  background: #fff;
  display: block;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}

#l-header .header-btn .btn-item .item-wrap:after {
  position: absolute;
  content: "";
  margin-top: 7px;
  width: 16px;
  height: 2px;
  background: #fff;
  display: block;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}

#l-header .header-overlay {
  display: none;
  position: fixed;
  background: #000;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  width: 100%;
  height: 100%;
  width: calc(100% + 30px);
  right: -15px;
  top: 0;
  transition: .3s all ease-out;
  z-index: 100;
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-overlay {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #l-header .header-inner {
    top: 0;
    left: 0;
    right: 0;
    z-index: 104;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #l-header .header-inner {
    top: 0;
    left: 0;
    right: 0;
    z-index: 104;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-inner {
    width: 1040px;
    padding: 0 15px;
    margin: 0 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 90px;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

#l-header .header-inner .header-logo {
  width: 110px;
}

@media print, screen and (min-width: 768px) {
  #l-header .header-inner .header-logo {
    width: 130px;
  }
}

@media screen and (max-width: 767px) {
  #l-header .header-inner .header-logo {
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #l-header .header-inner .header-logo {
    margin: 0 auto;
  }
}

#l-header .header-inner .header-logo a {
  display: block;
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-inner .header-nav {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #l-header .header-inner .header-nav {
    max-height: 100vh;
    max-height: calc(var(--vh, 1vh) * 100);
    overflow-y: auto;
    background: #000;
    display: none;
    width: calc(100% + 30px);
    padding: 30px 40px;
    position: fixed;
    top: 0;
    right: -15px;
    z-index: 100;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #l-header .header-inner .header-nav {
    max-height: 100vh;
    max-height: calc(var(--vh, 1vh) * 100);
    overflow-y: auto;
    background: #000;
    display: none;
    width: calc(100% + 30px);
    padding: 40px;
    position: fixed;
    top: 0;
    right: -15px;
    z-index: 100;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-inner .header-nav .nav-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#l-header .header-inner .header-nav .nav-list .list-item {
  position: relative;
}

@media screen and (max-width: 767px) {
  #l-header .header-inner .header-nav .nav-list .list-item {
    margin-bottom: 15px;
    padding-left: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #l-header .header-inner .header-nav .nav-list .list-item {
    margin-bottom: 15px;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-inner .header-nav .nav-list .list-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #l-header .header-inner .header-nav .nav-list .list-item + .list-item {
    padding-left: 30px;
  }
}

#l-header .header-inner .header-nav .nav-list .list-item a, #l-header .header-inner .header-nav .nav-list .list-item span {
  font-family: "Noto Serif JP", "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, sans-serif;
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  #l-header .header-inner .header-nav .nav-list .list-item a, #l-header .header-inner .header-nav .nav-list .list-item span {
    color: #fff;
    text-align: center;
    padding-bottom: 35px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #l-header .header-inner .header-nav .nav-list .list-item a, #l-header .header-inner .header-nav .nav-list .list-item span {
    color: #fff;
    text-align: center;
    padding-bottom: 35px;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-inner .header-nav .nav-list .list-item a, #l-header .header-inner .header-nav .nav-list .list-item span {
    color: #000;
    padding: 10px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.6rem;
  }
}

#l-header .header-inner .header-nav .nav-list .list-item a:hover, #l-header .header-inner .header-nav .nav-list .list-item span:hover {
  text-decoration: none;
}

#l-header .header-inner .header-nav .nav-list .list-item a.current, #l-header .header-inner .header-nav .nav-list .list-item span.current {
  color: #eb6e8f;
}

[data-whatinput="keyboard"] #l-header .header-inner .header-nav .nav-list .list-item a:focus {
  color: #eb6e8f;
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-inner .header-nav .nav-list .list-item a:hover {
    color: #eb6e8f;
  }
}

#l-header .header-inner .header-nav .nav-list .list-item span {
  color: #7f7f7f;
}

#l-header .header-inner .header-nav .nav-list .list-item:after {
  position: absolute;
  content: "";
  background: url(/assets/svg/i_shape.svg) no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
}

@media screen and (max-width: 767px) {
  #l-header .header-inner .header-nav .nav-list .list-item:after {
    left: 50%;
    bottom: 0;
    margin-left: -10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #l-header .header-inner .header-nav .nav-list .list-item:after {
    left: 50%;
    bottom: 0;
    margin-left: -10px;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-inner .header-nav .nav-list .list-item:after {
    top: 50%;
    margin-top: -10px;
    right: -25px;
  }
}

#l-header .header-inner .header-nav .nav-list .list-item:before {
  content: "";
  display: none;
}

@media screen and (max-width: 767px) {
  #l-header .header-inner .header-nav .nav-list .list-item:last-child {
    margin-bottom: 0;
  }
  #l-header .header-inner .header-nav .nav-list .list-item:last-child a {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #l-header .header-inner .header-nav .nav-list .list-item:last-child {
    margin-bottom: 0;
  }
  #l-header .header-inner .header-nav .nav-list .list-item:last-child a {
    padding-bottom: 0;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-inner .header-nav .nav-list .list-item:last-child {
    padding-right: 0;
  }
}

#l-header .header-inner .header-nav .nav-list .list-item:last-child:after {
  content: "";
  display: none;
}

#l-header-top {
  z-index: 100;
}

@media screen and (max-width: 767px) {
  #l-header-top {
    padding: 0 15px;
    top: 0;
    left: 0;
  }
}

#l-header-top .header-btn {
  padding: 0;
  margin: 0;
  position: fixed;
  top: 25px;
  right: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background: #000;
  width: 35px;
  height: 35px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 110;
}

@media print, screen and (min-width: 1025px) {
  #l-header-top .header-btn {
    display: none;
  }
}

#l-header-top .header-btn .btn-item {
  width: 16px;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
}

#l-header-top .header-btn .btn-item .item-wrap {
  position: relative;
  top: 0;
  right: 0;
  display: block;
}

#l-header-top .header-btn .btn-item .item-wrap .item-inner {
  position: absolute;
  width: 16px;
  height: 2px;
  background: #fff;
  font-size: 0;
  display: block;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}

#l-header-top .header-btn .btn-item .item-wrap:before {
  position: absolute;
  content: "";
  margin-top: -7px;
  width: 16px;
  height: 2px;
  background: #fff;
  display: block;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}

#l-header-top .header-btn .btn-item .item-wrap:after {
  position: absolute;
  content: "";
  margin-top: 7px;
  width: 16px;
  height: 2px;
  background: #fff;
  display: block;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}

#l-header-top .header-overlay {
  display: none;
  position: fixed;
  background: #000;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  width: 100%;
  height: 100%;
  width: calc(100% + 30px);
  right: -15px;
  top: 0;
  transition: .3s all ease-out;
  z-index: 100;
}

@media print, screen and (min-width: 768px) {
  #l-header-top .header-overlay {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #l-header-top .header-inner {
    top: 0;
    left: 0;
    right: 0;
    z-index: 104;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #l-header-top .header-inner {
    top: 0;
    left: 0;
    right: 0;
    z-index: 104;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-header-top .header-inner {
    position: absolute;
    width: 1040px;
    left: 0;
    right: 0;
    height: 95vh;
    min-height: 600px;
    z-index: 100;
    margin: 0 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#l-header-top .header-inner .header-logo {
  width: 110px;
}

@media print, screen and (min-width: 768px) {
  #l-header-top .header-inner .header-logo {
    width: 130px;
  }
}

@media screen and (max-width: 767px) {
  #l-header-top .header-inner .header-logo {
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #l-header-top .header-inner .header-logo {
    margin: 0 auto;
  }
}

#l-header-top .header-inner .header-logo a {
  display: block;
}

@media print, screen and (min-width: 1025px) {
  #l-header-top .header-inner .header-nav {
    bottom: 0;
    position: absolute;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
  }
}

@media screen and (max-width: 767px) {
  #l-header-top .header-inner .header-nav {
    max-height: 100vh;
    max-height: calc(var(--vh, 1vh) * 100);
    overflow-y: auto;
    background: #000;
    display: none;
    width: calc(100% + 30px);
    padding: 30px 40px;
    position: fixed;
    top: 0;
    right: -15px;
    z-index: 100;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #l-header-top .header-inner .header-nav {
    max-height: 100vh;
    max-height: calc(var(--vh, 1vh) * 100);
    overflow-y: auto;
    background: #000;
    display: none;
    width: calc(100% + 30px);
    padding: 40px;
    position: fixed;
    top: 0;
    right: -15px;
    z-index: 100;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-header-top .header-inner .header-nav .nav-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#l-header-top .header-inner .header-nav .nav-list .list-item {
  position: relative;
}

@media screen and (max-width: 767px) {
  #l-header-top .header-inner .header-nav .nav-list .list-item {
    margin-bottom: 15px;
    padding-left: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #l-header-top .header-inner .header-nav .nav-list .list-item {
    margin-bottom: 15px;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-header-top .header-inner .header-nav .nav-list .list-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #l-header-top .header-inner .header-nav .nav-list .list-item + .list-item {
    padding-left: 30px;
  }
}

#l-header-top .header-inner .header-nav .nav-list .list-item a, #l-header-top .header-inner .header-nav .nav-list .list-item span {
  font-family: "Noto Serif JP", "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, sans-serif;
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 767px) {
  #l-header-top .header-inner .header-nav .nav-list .list-item a, #l-header-top .header-inner .header-nav .nav-list .list-item span {
    text-align: center;
    padding-bottom: 35px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #l-header-top .header-inner .header-nav .nav-list .list-item a, #l-header-top .header-inner .header-nav .nav-list .list-item span {
    text-align: center;
    padding-bottom: 35px;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-header-top .header-inner .header-nav .nav-list .list-item a, #l-header-top .header-inner .header-nav .nav-list .list-item span {
    padding: 10px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.8rem;
  }
}

#l-header-top .header-inner .header-nav .nav-list .list-item a:hover, #l-header-top .header-inner .header-nav .nav-list .list-item span:hover {
  text-decoration: none;
}

#l-header-top .header-inner .header-nav .nav-list .list-item a.current, #l-header-top .header-inner .header-nav .nav-list .list-item span.current {
  color: #eb6e8f;
}

[data-whatinput="keyboard"] #l-header-top .header-inner .header-nav .nav-list .list-item a:focus {
  color: #eb6e8f;
}

@media print, screen and (min-width: 1025px) {
  #l-header-top .header-inner .header-nav .nav-list .list-item a:hover {
    color: #eb6e8f;
  }
}

#l-header-top .header-inner .header-nav .nav-list .list-item span {
  color: #7f7f7f;
}

#l-header-top .header-inner .header-nav .nav-list .list-item:after {
  position: absolute;
  content: "";
  background: url(/assets/svg/i_shape.svg) no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
}

@media screen and (max-width: 767px) {
  #l-header-top .header-inner .header-nav .nav-list .list-item:after {
    left: 50%;
    bottom: 0;
    margin-left: -10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #l-header-top .header-inner .header-nav .nav-list .list-item:after {
    left: 50%;
    bottom: 0;
    margin-left: -10px;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-header-top .header-inner .header-nav .nav-list .list-item:after {
    top: 50%;
    margin-top: -10px;
    right: -25px;
  }
}

#l-header-top .header-inner .header-nav .nav-list .list-item:before {
  content: "";
  display: none;
}

@media screen and (max-width: 767px) {
  #l-header-top .header-inner .header-nav .nav-list .list-item:last-child {
    margin-bottom: 0;
  }
  #l-header-top .header-inner .header-nav .nav-list .list-item:last-child a {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #l-header-top .header-inner .header-nav .nav-list .list-item:last-child {
    margin-bottom: 0;
  }
  #l-header-top .header-inner .header-nav .nav-list .list-item:last-child a {
    padding-bottom: 0;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-header-top .header-inner .header-nav .nav-list .list-item:last-child {
    padding-right: 0;
  }
}

#l-header-top .header-inner .header-nav .nav-list .list-item:last-child:after {
  content: "";
  display: none;
}

/* topicpath */
#l-topicpath {
  *zoom: 1;
}

#l-topicpath:after {
  content: " ";
  display: table;
  clear: both;
}

#l-topicpath li {
  display: inline-block;
  margin-right: 6px;
  padding-right: 12px;
}

#l-topicpath li:last-child {
  margin-right: 0;
  padding-right: 0;
  font-weight: bold;
  background: none;
}

/* content style */
#l-content {
  text-align: center;
}

/* footer style */
#l-footer {
  position: relative;
  background-color: #000;
}

#l-footer .footer-pagetop {
  position: relative;
}

@media print, screen and (min-width: 1025px) {
  #l-footer .footer-pagetop {
    width: 1080px;
    margin: 0 auto;
  }
}

#l-footer .footer-pagetop > a {
  width: 40px;
  position: absolute;
  top: -10px;
  right: 15px;
  display: block;
  -webkit-transform: translate(0%, -100%);
          transform: translate(0%, -100%);
  transition: all .3s;
}

@media print, screen and (min-width: 1025px) {
  #l-footer .footer-pagetop > a {
    width: 60px;
    top: -30px;
    right: 20px;
  }
}

[data-whatinput="keyboard"] #l-footer .footer-pagetop > a:focus {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

@media print, screen and (min-width: 1025px) {
  #l-footer .footer-pagetop > a:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  }
}

#l-footer .footer-app {
  background-image: url(/assets/images/p_paper.png);
  background-size: auto 100%;
  background-repeat: repeat-x;
  background-position: top left;
  min-height: 150px;
}

@media screen and (max-width: 767px) {
  #l-footer .footer-app {
    background-size: 100% 100%;
  }
}

#l-footer .footer-app .app-inner {
  padding: 60px 15px 40px;
}

@media print, screen and (min-width: 768px) {
  #l-footer .footer-app .app-inner {
    padding: 50px 15px 35px;
    width: 640px;
    margin: auto;
  }
}

#l-footer .footer-inner {
  padding: 30px 15px;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  #l-footer .footer-inner {
    padding: 50px 0;
  }
}

@media print, screen and (min-width: 768px) {
  #l-footer .footer-inner {
    width: 640px;
    margin: auto;
  }
}

#l-footer .footer-inner .footer-share {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #fff;
}

@media print, screen and (min-width: 768px) {
  #l-footer .footer-inner .footer-share {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}

#l-footer .footer-inner .footer-share .share-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 64px;
}

#l-footer .footer-inner .footer-share .share-inner .share-txt {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 30px;
  margin-right: 30px;
}

@media print, screen and (min-width: 768px) {
  #l-footer .footer-inner .footer-share .share-inner .share-txt {
    padding-right: 60px;
    margin-right: 60px;
  }
}

#l-footer .footer-inner .footer-share .share-inner .share-txt:after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 20px;
  background-color: #fff;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media print, screen and (min-width: 768px) {
  #l-footer .footer-inner .footer-share .share-inner .share-txt:after {
    height: 30px;
  }
}

#l-footer .footer-inner .footer-share .share-inner .share-fb {
  width: 40px;
  margin-right: 20px;
  transition: all .3s;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#l-footer .footer-inner .footer-share .share-inner .share-fb > a {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  #l-footer .footer-inner .footer-share .share-inner .share-fb {
    width: 50px;
    margin-right: 30px;
  }
}

[data-whatinput="keyboard"] #l-footer .footer-inner .footer-share .share-inner .share-fb:focus {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

@media print, screen and (min-width: 1025px) {
  #l-footer .footer-inner .footer-share .share-inner .share-fb:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  }
}

#l-footer .footer-inner .footer-share .share-inner .share-twt {
  width: 40px;
  transition: all .3s;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#l-footer .footer-inner .footer-share .share-inner .share-twt > a {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  #l-footer .footer-inner .footer-share .share-inner .share-twt {
    width: 50px;
  }
}

[data-whatinput="keyboard"] #l-footer .footer-inner .footer-share .share-inner .share-twt:focus {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

@media print, screen and (min-width: 1025px) {
  #l-footer .footer-inner .footer-share .share-inner .share-twt:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  }
}

#l-footer .footer-inner .footer-share .share-app {
  margin: 0 0 30px;
  padding: 0 35px;
}

@media print, screen and (min-width: 768px) {
  #l-footer .footer-inner .footer-share .share-app {
    padding: 0;
    margin: 0 0 40px;
  }
}

#l-footer .footer-inner .footer-share .share-app .app-list {
  margin: 0 -5px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media print, screen and (min-width: 768px) {
  #l-footer .footer-inner .footer-share .share-app .app-list {
    margin: 0 -20px;
  }
}

#l-footer .footer-inner .footer-share .share-app .app-list li {
  padding: 0 5px;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
}

@media screen and (max-width: 767px) {
  #l-footer .footer-inner .footer-share .share-app .app-list li:first-child {
    width: 44.96%;
  }
  #l-footer .footer-inner .footer-share .share-app .app-list li:last-child {
    width: 55.04%;
  }
}

@media print, screen and (min-width: 768px) {
  #l-footer .footer-inner .footer-share .share-app .app-list li {
    padding: 0 20px;
  }
}

#l-footer .footer-inner .footer-share .share-app .app-list li a {
  display: block;
  width: 100%;
  height: 100%;
}

#l-footer .footer-inner .footer-share .share-app .app-list li a > img {
  display: block;
  max-width: 100%;
}

[data-whatinput="keyboard"] #l-footer .footer-inner .footer-share .share-app .app-list li a:focus {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

@media print, screen and (min-width: 1025px) {
  #l-footer .footer-inner .footer-share .share-app .app-list li a:hover {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  }
}

#l-footer .footer-inner .footer-logo {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 35px;
}

@media print, screen and (min-width: 768px) {
  #l-footer .footer-inner .footer-logo {
    padding: 0 70px;
  }
}

#l-footer .footer-inner .footer-logo .logo-img {
  margin: 0 10px;
  width: 50%;
  transition: all .3s;
}

@media print, screen and (min-width: 768px) {
  #l-footer .footer-inner .footer-logo .logo-img {
    width: 40%;
  }
}

[data-whatinput="keyboard"] #l-footer .footer-inner .footer-logo .logo-img:focus {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

@media print, screen and (min-width: 1025px) {
  #l-footer .footer-inner .footer-logo .logo-img:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  }
}

#l-footer .footer-inner .footer-links {
  margin: auto;
  margin-top: 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 270px;
}

@media print, screen and (min-width: 768px) {
  #l-footer .footer-inner .footer-links {
    margin-top: 60px;
    max-width: 600px;
  }
}

#l-footer .footer-inner .footer-links .links-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#l-footer .footer-inner .footer-links .links-item > a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  transition: all .3s;
  width: 100%;
  height: auto;
}

[data-whatinput="keyboard"] #l-footer .footer-inner .footer-links .links-item > a:focus {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

@media print, screen and (min-width: 1025px) {
  #l-footer .footer-inner .footer-links .links-item > a:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  }
}

#l-footer .footer-inner .footer-links .links-item > a img {
  display: block;
  width: 100%;
}

#l-footer .footer-inner .footer-links .links-item:not(:last-child) {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 10px;
  margin-right: 10px;
}

@media print, screen and (min-width: 768px) {
  #l-footer .footer-inner .footer-links .links-item:not(:last-child) {
    padding-right: 20px;
    margin-right: 20px;
  }
}

#l-footer .footer-inner .footer-links .links-item:not(:last-child):after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 16px;
  background-color: #fff;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media print, screen and (min-width: 768px) {
  #l-footer .footer-inner .footer-links .links-item:not(:last-child):after {
    height: 24px;
  }
}

#l-footer .footer-inner .footer-copy {
  padding-top: 23px;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  #l-footer .footer-inner .footer-copy {
    padding-top: 50px;
  }
}

#l-footer .footer-inner .footer-copy .copy-txt {
  padding: 0 60px;
}

@media print, screen and (min-width: 768px) {
  #l-footer .footer-inner .footer-copy .copy-txt {
    padding: 0 120px;
  }
}

/* print style */
@media print {
  html {
    background: none;
  }
  body {
    padding: 0;
    background: none;
  }
}

.nav-open {
  position: relative;
}

.nav-open #l-header .header-overlay, .nav-open #l-header-top .header-overlay {
  display: block;
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.nav-open #l-header .btn-item, .nav-open #l-header-top .btn-item {
  width: 20px;
}

.nav-open #l-header .btn-item .item-wrap .item-inner, .nav-open #l-header-top .btn-item .item-wrap .item-inner {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.nav-open #l-header .btn-item .item-wrap:before, .nav-open #l-header-top .btn-item .item-wrap:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 20px;
  margin-top: 0;
}

.nav-open #l-header .btn-item .item-wrap:after, .nav-open #l-header-top .btn-item .item-wrap:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 20px;
  margin-top: 0;
}

.content-inner2 {
  padding: 0 15px 85px;
  text-align: left;
}

@media print, screen and (min-width: 768px) {
  .content-inner2 {
    max-width: 960px;
    margin: auto;
    padding: 0 40px 80px;
  }
}
