/**------------------------------------
* import */
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */

  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /* 2 */

}
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */

  display: block;
}
/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */

  text-decoration: underline;
  text-decoration: underline dotted;
  /* 2 */

}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */

  font-size: 1em;
  /* 2 */

}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 0;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  /* 1 */

  overflow: visible;
  /* 2 */

}
/* Forms
   ========================================================================== */
/**
 * Change font properties to `inherit` in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font: inherit;
}
/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 * 2. Show the overflow in Edge, Firefox, and IE.
 */
button,
input,
select {
  /* 2 */

  overflow: visible;
}
/**
 * Remove the margin in Safari.
 * 1. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  /* 1 */

  margin: 0;
}
/**
 * Remove the inheritence of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritence of text transform in Firefox.
 */
button,
select {
  /* 1 */

  text-transform: none;
}
/**
 * Change the cursor in all browsers (opinionated).
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}
/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */
[disabled] {
  cursor: default;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */

}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  /* 2 */

  display: table;
  max-width: 100%;
  padding: 0;
  /* 3 */

  white-space: normal;
  /* 1 */

}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */

}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
}
/**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**------------------------------------
/* default variable*/
/**------------------------------------
* mixin */
/**------------------------------------
* common style */
.main {
  margin-top: 0;
  background: url(../img/top/bg_wave.png) no-repeat center top 768px;
  background-size: contain;
}
.main.bgWave2 {
  padding-top: 130px;
  background: url(../img/top/bg_wave2.png) no-repeat center top;
}
@media screen and (max-width: 959px) {
  .main.bgWave2 {
    padding-top: 55px;
  }
}
.mainVisual {
  z-index: 100;
  display: block;
  position: relative;
  width: 100%;
  height: 704px;
  margin: 0 auto 144px;
  padding: 0;
  background: #ffffff;
}
.mainVisual:before {
  display: block;
  position: absolute;
  z-index: 106;
  content: '';
  width: 100%;
  height: 632px;
  top: 72px;
  left: 0;
  background: url(../img/top/top_main_bg.png) no-repeat left top;
  background-size: contain;
  pointer-events: none;
}
.mainVisual .logoArea {
  z-index: 107;
  position: absolute;
  top: 20px;
  left: 40px;
  height: 52px;
}
.mainVisual .logoArea img {
  height: 52px;
  object-fit: contain;
}
.mainVisual .h1-mainTitle {
  z-index: 107;
  position: absolute;
  top: 186px;
  left: 164px;
  margin: 0;
  padding: 0;
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 500;
  font-size: 56px;
  line-height: 71px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.browser-ie .mainVisual .h1-mainTitle {
  font-family: serif;
}
.mainVisual .mainVisualContents {
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  width: 900px;
  height: 704px;
  margin: 0;
  padding: 0;
}
.mainVisual .mainVisualContents .mainVisualList {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.mainVisual .mainVisualContents .mainVisualList li {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 900px;
  height: 704px;
  opacity: 0;
  pointer-events: none;
}
.mainVisual .mainVisualContents .mainVisualList li img {
  width: 900px;
}
.mainVisual .mainVisualContents .mainVisualList li.selected {
  opacity: 1;
  pointer-events: auto;
}
.mainVisual .mainVisualContents .mainVisualList li.selected a:hover img {
  opacity: 1;
}
.mainVisual .selector {
  z-index: 108;
  position: absolute;
  overflow: hidden;
  bottom: 10px;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}
.mainVisual .selector li {
  width: 8px;
  height: 8px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  cursor: pointer;
  background: #ffffff;
}
.mainVisual .selector .selector ul li.slick-active {
  background: #8b1b24;
}
.mainVisual .naviArea {
  z-index: 98;
  position: absolute;
  overflow: hidden;
  bottom: -64px;
  right: 0;
  width: 100%;
  height: 64px;
  margin: 0;
  padding: 0;
  background: #ffffff;
}
.mainVisual .naviArea .gNaviMain {
  list-style: none;
  margin: 16px auto 0;
  padding: 0;
  width: 1024px;
  height: 32px;
  display: grid;
  grid-template-columns: auto auto auto auto auto auto auto auto auto auto;
  grid-auto-rows: 32px;
  justify-items: stretch;
}
@media screen and (min-width: 960px) and (max-width: 1285px) {
  .mainVisual .naviArea .gNaviMain {
    max-width: calc(1024px - 120px);
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 959px) {
  .mainVisual .naviArea .gNaviMain {
    width: calc(100% - 32px);
  }
}
.mainVisual .naviArea .gNaviMain .gNaviMainItem {
  margin: 0;
  padding: 0;
  border-left: 1px solid #333333;
}
.mainVisual .naviArea .gNaviMain .gNaviMainItem a {
  display: block;
  width: 100%;
  height: 100%;
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 32px;
  text-decoration: none;
  text-align: center;
  color: #333333;
}
.browser-ie .mainVisual .naviArea .gNaviMain .gNaviMainItem a {
  font-family: serif;
}
.mainVisual .naviArea .gNaviMain .gNaviMainItem a p {
  margin: 0;
  padding: 0;
}
.mainVisual .naviArea .gNaviMain .gNaviMainItem:first-child {
  border-left: none;
}
@media screen and (max-width: 959px) {
  .mainVisual {
    height: 90vh;
    margin: 0 auto 50px;
  }
  .mainVisual:before {
    height: calc(45vh - 52px);
    top: 52px;
  }
  .mainVisual .logoArea {
    top: 12px;
    left: 16px;
  }
  .mainVisual .h1-mainTitle {
    top: 10.8vh;
    right: 60px;
    font-size: 42px;
    line-height: 60px;
  }
  .mainVisual .mainVisualContents {
    top: 45vh;
    right: 0;
    width: 100%;
    height: 45vh;
  }
  .mainVisual .mainVisualContents .mainVisualList li {
    width: 100%;
    height: 45vh;
  }
  .mainVisual .mainVisualContents .mainVisualList li img {
    width: 100%;
    height: 45vh;
    object-fit: cover;
  }
}
.contentsArea .lead {
  margin-top: 74px;
  font-weight: 600;
  font-size: 24px;
  line-height: 40px;
}
@media screen and (max-width: 959px) {
  .contentsArea .lead {
    margin-top: 44px;
    font-size: 18px;
    line-height: 34px;
  }
}
.modal {
  z-index: 101;
  display: block;
  position: absolute;
  top: -340px;
  right: 0;
  width: 254px;
  height: 180px;
  background: #ffffff;
  box-shadow: 3px 3px 10px #99999999;
}
.modal .header {
  box-sizing: border-box;
  padding: 5px 12px;
  position: relative;
  width: 100%;
  height: 30px;
  background: #f5d698 0% 0% no-repeat padding-box;
  text-align: left;
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
}
.browser-ie .modal .header {
  font-family: serif;
}
.modal .header a {
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  width: 12.73px;
  height: 12.73px;
  transform: translateY(-50%);
  background: url(../img/common/close.png) no-repeat center center;
  background: contein;
}
.modal .body {
  box-sizing: border-box;
  padding: 8px 7px;
  position: relative;
  width: 100%;
  height: 150px;
}
.modal .body iframe {
  width: 240px;
  height: 135px;
}
@media screen and (max-width: 959px) {
  .modal {
    z-index: auto;
    position: relative;
    top: auto;
    right: auto;
    margin: 0 auto 40px;
    box-shadow: none;
    width: 100%;
    height: auto;
  }
  .modal .header {
    z-index: auto;
  }
  .modal .header a {
    display: none;
  }
  .modal .body {
    height: auto;
  }
  .modal .body iframe {
    margin: 0 auto;
    width: calc(100vw - 46px);
    height: calc((100vw - 46px) * 0.5625);
  }
}
.newsColumn {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  margin: 0 auto 100px;
  padding: 40px 56px;
  background: #ffffff;
  display: grid;
  grid-template-columns: 174px calc(100% - 174px);
  grid-auto-rows: auto;
}
.newsColumn .titleBox {
  position: relative;
  width: 100%;
  height: 100%;
}
.newsColumn .titleBox .title {
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 50px;
  color: #b58e3f;
}
.browser-ie .newsColumn .titleBox .title {
  font-family: serif;
}
.newsColumn .titleBox a {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  transform: translateY(-50%);
}
.newsColumn .newsList {
  box-sizing: border-box;
  list-style: none;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border-left: 1px solid #be8a21;
}
.newsColumn .newsList li {
  box-sizing: border-box;
  position: relative;
  margin: 8px 0 8px 32px;
  padding-left: 107px;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}
.newsColumn .newsList li .date {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 26px;
  color: #b58e3f;
}
@media screen and (max-width: 959px) {
  .newsColumn {
    margin: 0 auto 26px;
    padding: 40px 16px;
    grid-template-columns: 100%;
    grid-auto-rows: 50px auto;
  }
  .newsColumn .titleBox .title {
    font-size: 24px;
    line-height: 32px;
  }
  .newsColumn .titleBox a {
    top: 11px;
    left: auto;
    right: 0;
    font-size: 14px;
    line-height: 28px;
  }
  .newsColumn .newsList {
    border-left: none;
    border-top: 1px solid #be8a21;
  }
  .newsColumn .newsList li {
    margin: 8px 0;
    padding-left: 91px;
    font-size: 15px;
    text-align: justify;
  }
}
@media screen and (max-width: 959px) {
  .fourColumnList {
    margin-bottom: 0 !important;
  }
}
.mainLink .mask {
  position: relative;
  margin: 9px;
  padding: 0;
}
.mainLink .mask::before {
  position: absolute;
  display: block;
  content: '';
  width: calc(100% + 18px);
  height: 1px;
  top: 0;
  right: -9px;
  background: #ccab67;
}
.mainLink .mask::after {
  position: absolute;
  display: block;
  content: '';
  width: 1px;
  height: calc(100% + 18px);
  top: -9px;
  right: 0;
  background: #ccab67;
}
.mainLink .mask a {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  max-height: 214px;
  text-align: center;
  text-decoration: none;
}
.mainLink .mask a::before {
  position: absolute;
  display: block;
  content: '';
  width: calc(100% + 18px);
  height: 1px;
  bottom: 0;
  left: -9px;
  background: #ccab67;
}
.mainLink .mask a::after {
  position: absolute;
  display: block;
  content: '';
  width: 1px;
  height: calc(100% + 18px);
  bottom: -9px;
  left: 0;
  background: #ccab67;
}
.mainLink .mask a .thumb {
  margin: 0;
  padding: 9px;
  width: calc(100% - 18px);
}
.mainLink .mask a .thumb img {
  width: 100%;
}
.mainLink .mask a span {
  display: block;
  padding: 0 0 13px;
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 40px;
}
.browser-ie .mainLink .mask a span {
  font-family: serif;
}
@media screen and (min-width: 960px) and (max-width: 1285px) {
  .mainLink .mask a span {
    font-size: 18px;
  }
}
@media screen and (max-width: 959px) {
  .mainLink {
    flex-grow: 1;
    width: 40%;
  }
  .mainLink .mask {
    margin: 6px;
  }
  .mainLink .mask::before {
    width: calc(100% + 12px);
    right: -6px;
  }
  .mainLink .mask::after {
    height: calc(100% + 12px);
    top: -6px;
  }
  .mainLink .mask a::before {
    width: calc(100% + 12px);
    left: -6px;
  }
  .mainLink .mask a::after {
    height: calc(100% + 12px);
    bottom: -6px;
  }
  .mainLink .mask a .thumb {
    margin: 0 auto;
    padding: 6px;
    width: calc(100% - 12px);
    max-width: 198px;
  }
  .mainLink .mask a span {
    font-size: 15px;
    line-height: 28px;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", sans-serif;
    font-weight: 700;
  }
  .browser-ie .mainLink .mask a span {
    font-family: sans-serif;
  }
}
.treasure {
  position: relative;
  margin: 0 auto 56px;
  padding: 0;
  width: 100%;
  height: 153px;
  background: url(../img/top/3treasure.png) no-repeat center top;
  background-size: contain;
}
.treasure span {
  display: none;
}
@media screen and (max-width: 959px) {
  .treasure {
    margin: 0 auto 47px;
    height: 103px;
  }
}
.treasureBody {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  margin: 0 auto 24px;
}
@media screen and (max-width: 959px) {
  .treasureBody {
    margin: 0 auto 8px;
  }
}
.thumbListNum .thumb {
  overflow: hidden;
  position: relative;
}
.thumbListNum .thumb img {
  margin-top: 37px;
  width: 100%;
}
.thumbListNum .thumb::before {
  position: absolute;
  display: block;
  content: '';
  width: 100px;
  height: 100px;
  transform: rotate(45deg) translateX(-70%);
  top: 20px;
  left: 0;
  background: #f5f4f0;
}
.thumbListNum .thumb::after {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  left: 0;
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 1;
  color: #b58e3f;
}
.browser-ie .thumbListNum .thumb::after {
  font-family: serif;
}
.thumbListNum .thumb.col1::after {
  content: '1';
}
.thumbListNum .thumb.col2::after {
  content: '2';
}
.thumbListNum .thumb.col3::after {
  content: '3';
}
.thumbListNum .title {
  font-size: 22px !important;
}
.thumbListNum .body span {
  font-size: 12px;
}
@media screen and (max-width: 959px) {
  .thumbListNum {
    grid-template-columns: 100% 100% 100% !important;
  }
  .thumbListNum .thumb,
  .thumbListNum .col1,
  .thumbListNum .col2,
  .thumbListNum .col3 {
    margin-left: calc((100vw - 352px) / 2) !important;
    margin-right: calc((100vw - 352px) / 2) !important;
  }
}
.sliderContents {
  position: absolute;
  z-index: 2;
  top: 150px;
}
.bgWhite {
  background: #ffffff;
}
.osoujiColumn {
  overflow: hidden;
  position: relative;
  margin: 120px auto 0;
  padding: 0;
  width: 100%;
  height: 316px;
  background: #f5f4f0;
  transition: all .3s;
}
.osoujiColumn a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
@media screen and (max-width: 959px) {
  .osoujiColumn {
    margin: 44px auto 0;
    height: auto;
  }
  .osoujiColumn img {
    width: 100%;
    object-fit: contain;
  }
}
.modernColumn {
  overflow: hidden;
  position: relative;
  margin: 120px auto 0;
  padding: 0;
  width: 100%;
  height: 316px;
  background: #f5f4f0;
  transition: all .3s;
}
.modernColumn a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.modernColumn::before {
  position: absolute;
  display: block;
  content: '';
  width: 400px;
  height: 200px;
  transform: rotate(42deg);
  top: -50px;
  right: -120px;
  background: #ebe9e1;
  transition: all .3s;
}
.modernColumn::after {
  position: absolute;
  display: block;
  content: '';
  width: 600px;
  height: 300px;
  transform: rotate(16deg);
  bottom: -220px;
  left: -50px;
  background: #ebe9e1;
  transition: all .3s;
}
.modernColumn:hover {
  background: #F5F4F066;
}
.modernColumn:hover::before,
.modernColumn:hover::after {
  background: #EBE9E166;
}
.modernColumn .titleBox {
  position: absolute;
  display: block;
  z-index: 1;
  margin: 0;
  top: 45px;
  left: 72px;
  width: calc(100% - 144px);
  height: 300px;
  background: url(../img/top/modern.png) no-repeat right top;
}
.modernColumn .titleBox:hover {
  background: url(../img/top/modern_hov.png) no-repeat right top;
}
.modernColumn .titleBox .copy {
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
}
.browser-ie .modernColumn .titleBox .copy {
  font-family: serif;
}
.modernColumn .titleBox .title {
  margin-top: 37px;
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 700;
  font-size: 45px;
  line-height: 1;
}
.browser-ie .modernColumn .titleBox .title {
  font-family: serif;
}
@media screen and (min-width: 960px) and (max-width: 1285px) {
  .modernColumn .titleBox {
    left: 45px;
    width: calc(100% - 90px);
    height: calc(100% - 45px);
    background-size: contain;
  }
  .modernColumn .titleBox .copy {
    width: 75%;
    font-size: 24px;
  }
  .modernColumn .titleBox .title {
    width: 75%;
  }
}
@media screen and (max-width: 959px) {
  .modernColumn {
    margin: 44px auto 0;
    height: auto;
  }
  .modernColumn::before {
    top: -150px;
  }
  .modernColumn::after {
    left: -300px;
  }
  .modernColumn .titleBox {
    box-sizing: border-box;
    position: relative;
    margin: 37px 19px 0;
    padding-bottom: 230px;
    top: auto;
    left: auto;
    width: calc(100% - 38px);
    height: auto;
    background: url(../img/top/modern.png) no-repeat center bottom;
    background-size: 240px;
  }
  .modernColumn .titleBox .copy {
    font-size: 18px;
    line-height: 32px;
  }
  .modernColumn .titleBox .title {
    margin-top: 20px;
    font-size: 36px;
  }
}
@media screen and (max-width: 959px) {
  .bgWhite .thumbList {
    width: 100%;
    overflow: hidden;
    padding-bottom: 0;
    grid-template-columns: 160px calc(100% - 160px);
    grid-auto-rows: auto auto auto auto auto auto auto auto auto;
  }
  .bgWhite .thumbList .col1,
  .bgWhite .thumbList .col2,
  .bgWhite .thumbList .col3 {
    width: 100%;
    margin: 0;
  }
  .bgWhite .thumbList .thumb {
    width: 144px;
    margin-bottom: 16px;
  }
  .bgWhite .thumbList .title {
    margin-top: 36px;
    font-size: 20px;
    line-height: 32px;
    text-align: justify;
  }
  .bgWhite .thumbList .body {
    margin-bottom: 27px;
    font-size: 14px;
    line-height: 26px;
  }
  .bgWhite .thumbList .detail {
    margin-bottom: 43px;
    font-size: 16px;
    line-height: 26px;
  }
  .bgWhite .thumbList .link {
    z-index: 1;
    height: calc(100% - 43px);
  }
  .bgWhite .thumbList .col1.thumb {
    grid-column: 1;
    grid-row: 1;
  }
  .bgWhite .thumbList .col1.title {
    grid-column: 2;
    grid-row: 1;
  }
  .bgWhite .thumbList .col1.body {
    grid-column-start: 1;
    grid-column-end: span 2;
    grid-row: 2;
  }
  .bgWhite .thumbList .col1.detail {
    grid-column: 2;
    grid-row: 3;
  }
  .bgWhite .thumbList .col1.link {
    grid-column-start: 1;
    grid-column-end: span 2;
    grid-row-start: 1;
    grid-row-end: span 3;
  }
  .bgWhite .thumbList .col2.thumb {
    grid-column: 1;
    grid-row: 4;
  }
  .bgWhite .thumbList .col2.title {
    grid-column: 2;
    grid-row: 4;
  }
  .bgWhite .thumbList .col2.body {
    grid-column-start: 1;
    grid-column-end: span 2;
    grid-row: 5;
  }
  .bgWhite .thumbList .col2.detail {
    grid-column: 2;
    grid-row: 6;
  }
  .bgWhite .thumbList .col2.link {
    grid-column-start: 1;
    grid-column-end: span 2;
    grid-row-start: 4;
    grid-row-end: span 3;
  }
  .bgWhite .thumbList .col3.thumb {
    grid-column: 1;
    grid-row: 7;
  }
  .bgWhite .thumbList .col3.title {
    grid-column: 2;
    grid-row: 7;
  }
  .bgWhite .thumbList .col3.body {
    grid-column-start: 1;
    grid-column-end: span 2;
    grid-row: 8;
  }
  .bgWhite .thumbList .col3.detail {
    grid-column: 2;
    grid-row: 9;
  }
  .bgWhite .thumbList .col3.link {
    grid-column-start: 1;
    grid-column-end: span 2;
    grid-row-start: 7;
    grid-row-end: span 3;
  }
}
.flyerColumn {
  overflow: hidden;
  position: relative;
  margin: 0 auto 0;
  padding: 0;
  width: 100%;
  height: 200px;
  background-image: linear-gradient(to bottom, #f5d698, #ccab67);
  transition: all .3s;
}
.flyerColumn::before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/top/flyer_bg.png) no-repeat center center;
}
.flyerColumn a {
  position: relative;
  display: block;
  z-index: 1;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.flyerColumn:hover {
  background-image: linear-gradient(to bottom, #f6e1b8, #d8c08d);
}
.flyerColumn:hover::before {
  background: url(../img/top/flyer_bg_hov.png) no-repeat center center;
}
.flyerColumn .titleBox {
  box-sizing: border-box;
  position: absolute;
  display: block;
  z-index: 1;
  margin: 0;
  padding-left: 456px;
  top: 32px;
  left: 56px;
  width: calc(100% - 112px);
  height: 300px;
  background: url(../img/top/flyer.png) no-repeat left top;
  transition: all .3s;
  text-decoration: none;
}
.flyerColumn .titleBox .copy {
  margin: 29px 0 17px;
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1;
  text-decoration: none;
}
.browser-ie .flyerColumn .titleBox .copy {
  font-family: serif;
}
.flyerColumn .titleBox .title {
  position: relative;
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 700;
  font-size: 45px;
  line-height: 1;
}
.browser-ie .flyerColumn .titleBox .title {
  font-family: serif;
}
.flyerColumn .titleBox .title::before {
  display: block;
  position: absolute;
  content: '';
  width: 120px;
  height: 14px;
  transform: translateY(-50%);
  top: 50%;
  left: 5.5em;
  background: url(../img/common/arrow_b.png) no-repeat center center;
}
.flyerColumn .titleBox:hover {
  background: url(../img/top/flyer_hov.png) no-repeat left top;
}
.flyerColumn .titleBox:hover .title::before {
  background: url(../img/common/arrow_b_hov.png) no-repeat center center;
}
@media screen and (min-width: 960px) and (max-width: 1285px) {
  .flyerColumn .titleBox {
    left: 32px;
    width: calc(100% - 64px);
    height: calc(100% - 32px);
    background-size: contain;
  }
  .flyerColumn .titleBox .copy {
    font-size: 22px;
  }
  .flyerColumn .titleBox .title {
    font-size: 36px;
  }
}
@media screen and (max-width: 959px) {
  .flyerColumn {
    height: auto;
  }
  .flyerColumn::before {
    background: url(../img/top/flyer_bg_sp.png) no-repeat center center;
    background-size: cover;
  }
  .flyerColumn .titleBox {
    box-sizing: border-box;
    position: relative;
    margin: 28px 0 0;
    padding-left: 0;
    padding-bottom: 140px;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    background: url(../img/top/flyer_sp.png) no-repeat center bottom -60px;
    background-size: 250px;
  }
  .flyerColumn .titleBox .copy {
    margin: 0 35px;
    font-size: 22px;
    line-height: 28px;
    text-align: justify;
  }
  .flyerColumn .titleBox .title {
    margin: 13px 35px 0;
    font-size: 34px;
  }
  .flyerColumn .titleBox .title::before {
    max-width: 120px;
    width: calc(100% - 5.5em);
    background-size: contain;
  }
}
.blogBox1,
.blogBox2 {
  margin: 0 0 24px;
  padding: 0;
  width: 100%;
  display: grid;
  text-decoration: none;
}
.blogBox1 .thumb,
.blogBox2 .thumb {
  grid-column: 1;
  grid-row-start: 1;
  grid-row-end: span 3;
  display: block;
  width: 100%;
  height: 100%;
}
.blogBox1 .date,
.blogBox2 .date {
  grid-column: 2;
  grid-row: 1;
  font-weight: 700;
  font-size: 14px;
  line-height: 26px;
  color: #b58e3f;
}
.blogBox1 .cat,
.blogBox2 .cat {
  grid-column: 3;
  grid-row: 1;
}
.blogBox1 .cat span,
.blogBox2 .cat span {
  box-sizing: border-box;
  display: block;
  width: 80px;
  height: 21px;
  padding: 0 .5em;
  border-radius: 4px;
  font-weight: 500;
  font-size: 12px;
  line-height: 21px;
  text-align: center;
  background: #ccab67;
}
.blogBox1 .title,
.blogBox2 .title {
  grid-column-start: 2;
  grid-column-end: span 2;
  grid-row: 2;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  text-align: justify;
}
.blogBox1 {
  height: 174px;
  grid-template-columns: 248px 105px calc(100% - 353px);
  grid-auto-rows: 32px auto 102px;
}
.blogBox1 .thumb img {
  width: 232px;
  height: 174px;
  object-fit: cover;
}
.blogBox1 .body {
  grid-column-start: 2;
  grid-column-end: span 2;
  grid-row: 3;
  margin: 0;
  font-size: 14px;
  line-height: 26px;
  text-align: justify;
}
@media screen and (min-width: 960px) and (max-width: 1285px) {
  .blogBox1 {
    height: 153px;
    grid-template-columns: 220px 105px calc(100% - 325px);
    grid-auto-rows: 32px auto 81px;
  }
  .blogBox1 .thumb img {
    width: 204px;
    height: 153px;
  }
}
.blogBox2 {
  height: 108px;
  grid-template-columns: 160px 105px calc(100% - 265px);
  grid-auto-rows: 32px auto;
}
.blogBox2 .thumb img {
  width: 144px;
  height: 108px;
  object-fit: cover;
}
@media screen and (max-width: 959px) {
  .blogBox1,
  .blogBox2 {
    margin: 0 0 16px;
    height: 108px;
    grid-template-columns: 160px 85px calc(100% - 245px);
    grid-auto-rows: 32px 76px;
  }
  .blogBox1 .thumb img,
  .blogBox2 .thumb img {
    width: 144px;
    height: 108px;
    object-fit: cover;
  }
  .blogBox1 .cat,
  .blogBox2 .cat {
    width: 100%;
  }
  .blogBox1 .cat span,
  .blogBox2 .cat span {
    width: 100%;
  }
  .blogBox1 .title,
  .blogBox2 .title {
    width: 100%;
  }
}
.bgWave2 .link {
  float: right;
  display: block;
  box-sizing: border-box;
  width: 232px;
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 48px;
  text-align: left;
  text-decoration: none;
  border-left: 8px solid #ccab67;
  margin-top: 50px;
  padding-left: 10px;
  background: #333333 url(../img/common/line_w.png) no-repeat right 10px center;
  background-size: 28px 1px;
  color: #ffffff;
  transition: all .3s;
}
.browser-ie .bgWave2 .link {
  font-family: serif;
}
.bgWave2 .link:hover {
  background-size: 14px 1px;
}
.bgWave2 .bannerArea {
  position: relative;
  margin: 0 0 64px;
  width: 100%;
}
.bgWave2 .bannerArea .bannerList {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bgWave2 .bannerArea .bannerList .bannerItem {
  width: calc((100% - 3 * 32px) / 4);
  height: 120px;
  text-align: center;
  margin-bottom: 16px;
  border-radius: 4px;
}
.bgWave2 .bannerArea .bannerList .bannerItem a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-decoration: none;
  opacity: 1;
  transition: all .3s;
}
.bgWave2 .bannerArea .bannerList .bannerItem a div {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  color: #ffffff;
}
.browser-ie .bgWave2 .bannerArea .bannerList .bannerItem a div {
  font-family: serif;
}
.bgWave2 .bannerArea .bannerList .bannerItem a:hover {
  opacity: 0.7;
}
.bgWave2 .bannerArea .bannerList .bannerItem.col1 {
  background: #6b816e;
  transition: all .3s;
}
.bgWave2 .bannerArea .bannerList .bannerItem.col1 span {
  font-size: 13px;
}
.bgWave2 .bannerArea .bannerList .bannerItem.col1:hover {
  background: #6B816E66;
}
.bgWave2 .bannerArea .bannerList .bannerItem.col2 {
  background: #8b1b24;
  transition: all .3s;
}
.bgWave2 .bannerArea .bannerList .bannerItem.col2 span {
  font-size: 16px;
}
.bgWave2 .bannerArea .bannerList .bannerItem.col2:hover {
  background: #8B1B2466;
}
.bgWave2 .bannerArea .bannerList .bannerItem.col3 {
  background: #ffffff;
  transition: all .3s;
}
.bgWave2 .bannerArea .bannerList .bannerItem.col3:hover {
  background: #FFFFFF66;
}
.bgWave2 .bannerArea .bannerList .bannerItem.col3 div {
  color: #333333;
}
.bgWave2 .bannerArea .bannerList .bannerItem.col3 div::before {
  display: inline-block;
  content: '';
  width: 32px;
  height: 32px;
  margin-right: 10px;
  transform: translateY(6px);
  background: url(../img/common/Instagram_Glyph_Gradient.png) no-repeat center center;
  background-size: contain;
}
.bgWave2 .bannerArea .bannerList .bannerItem.col4 {
  background: #ccab67;
  transition: all .3s;
}
.bgWave2 .bannerArea .bannerList .bannerItem.col4 span {
  font-size: 16px;
}
.bgWave2 .bannerArea .bannerList .bannerItem.col4:hover {
  background: #CCAB6766;
}
@media screen and (min-width: 960px) and (max-width: 1285px) {
  .bgWave2 .bannerArea .bannerList .bannerItem.col1 span {
    font-size: 11.5px;
  }
}
@media screen and (max-width: 959px) {
  .bgWave2 .twoColumnList > div {
    overflow-x: auto;
    overflow-y: hidden;
    margin-bottom: 30px !important;
    scroll-snap-type: x mandatory;
  }
  .bgWave2 .link {
    margin-top: 40px;
  }
  .bgWave2 .bannerArea {
    margin: 0 19px 50px;
    width: calc(100% - 2 * 19px);
  }
  .bgWave2 .bannerArea .bannerList {
    flex-direction: colmun;
  }
  .bgWave2 .bannerArea .bannerList .bannerItem {
    width: 100%;
    margin-bottom: 24px;
    border-radius: 4px;
  }
  .bgWave2 .bannerArea .bannerList .bannerItem.col1 span {
    font-size: 16px;
  }
}
.footerBefore .bannerList {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: grid;
  grid-template-columns: 50% 50%;
  grid-auto-rows: 200px 200px;
}
.footerBefore .bannerList .linkItem1 {
  grid-column: 1;
  grid-row: 1;
  margin: 0;
  padding: 0;
  background: url(../img/top/company_info.png) no-repeat center center;
  background-size: cover;
  opacity: 1;
  transition: all .3s;
}
.footerBefore .bannerList .linkItem1:hover {
  opacity: 0.7;
}
.footerBefore .bannerList .linkItem2 {
  grid-column: 2;
  grid-row: 1;
  margin: 0;
  padding: 0;
  background: url(../img/top/recruit.png) no-repeat center center;
  background-size: cover;
  opacity: 1;
  transition: all .3s;
}
.footerBefore .bannerList .linkItem2:hover {
  opacity: 0.7;
}
.footerBefore .bannerList .linkItem3 {
  grid-column-start: 1;
  grid-column-end: span 2;
  grid-row: 2;
  margin: 0;
  padding: 0;
  background: url(../img/top/inquiry.png) no-repeat center center;
  background-size: cover;
  opacity: 1;
  transition: all .3s;
}
.footerBefore .bannerList .linkItem3:hover {
  opacity: 0.7;
}
.footerBefore .bannerList a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-decoration: none;
  opacity: 1;
  transition: all .3s;
}
.footerBefore .bannerList a div {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
  text-align: center;
  color: #ffffff;
}
.browser-ie .footerBefore .bannerList a div {
  font-family: serif;
}
.footerBefore .bannerList a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 959px) {
  .footerBefore .bannerList {
    grid-auto-rows: 100px 100px;
  }
  .footerBefore .bannerList a div {
    width: 95%;
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
    font-size: 24px;
  }
}
.footer {
  margin-top: 0;
}
