@charset "UTF-8";
/*@import url('https://fonts.googleapis.com/css2?family=Sawarabi+Gothic&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');
/*!
 * ress.css $2022 v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* 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,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

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

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

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

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

html,
button,
input,
select,
textarea {
  color: #000;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::-moz-selection {
  background: #000;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #666;
  margin: 1em 0;
  padding: 0;
}

img {
  vertical-align: middle;
}

li img {
  vertical-align: bottom;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  position: relative;
  word-wrap: break-word;
}

.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

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

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

body, body > div, input, button, textarea, select {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  line-height: 1.5;
  color: #000;
}

body {
  min-width: 320px;
}

h1 {
  margin: 0;
  font-size: 150%;
}

h2 {
  margin: 0;
  font-size: 140%;
}

h3 {
  margin: 0;
  font-size: 130%;
}

h4 {
  margin: 0;
  font-size: 120%;
}

h5 {
  margin: 0;
  font-size: 110%;
}

p {
  margin: 0;
  padding: 0;
}

a {
  outline: none !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /*tap-highlight-color: rgba(0, 0, 0, 0);*/ /*2019.10.25 commentout*/
}

a:hover {
  text-decoration: none;
}

*:focus {
  outline: none;
}

:placeholder-shown {
  opacity: .7;
}

::-webkit-input-placeholder {
  opacity: .7;
}

:-moz-placeholder {
  opacity: .7;
}

::-moz-placeholder {
  opacity: .7;
}

:-ms-input-placeholder {
  opacity: .7;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

@media only screen and (max-width: 768px) {
  h1, h2, h3, h4, h5, h6 {
    font-size: 1.2rem;
    font-size: 3.2vw;
  }
}

@media only screen and (min-width: 769px) {
  h1, h2, h3, h4, h5, h6 {
    font-size: 1.4rem;
    font-size: 0.97222vw;
  }
}

@media only screen and (min-width: 1440px) {
  h1, h2, h3, h4, h5, h6 {
    font-size: 1.4rem;
  }
}

ul, ol, dl {
  list-style: none;
}

html,
body {
  height: 100%;
}

html {
  font-size: 62.5%;
}

@media only screen and (max-width: 768px) {
  body {
    font-size: 1.2rem;
    font-size: 3.2vw;
  }
}

@media only screen and (min-width: 769px) {
  body {
    font-size: 1.4rem;
    font-size: 0.97222vw;
  }
}

@media only screen and (min-width: 1440px) {
  body {
    font-size: 1.4rem;
  }
}

a {
  color: #000;
  text-decoration: none;
}

@media only screen and (min-width: 1024px) {
  a {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
}

/*================================================================================
FileName: _module.scss
margin、paddingなどのルールを入れる場合はここに記述
================================================================================*/
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (max-width:768px) {
  .pc{
    display:none;
  }
}

.spOnly {
  display: none !important;
}

@media only screen and (max-width: 1024px) {
  .spOnly {
    display: block !important;
  }
}

.spOnlyIn {
  display: none !important;
}

@media only screen and (max-width: 1024px) {
  .spOnlyIn {
    display: inline-block !important;
  }
}

.spOnlyTb {
  display: none !important;
}

@media only screen and (max-width: 1024px) {
  .spOnlyTb {
    display: table !important;
  }
}

.pcOnly {
  display: block !important;
}

@media only screen and (max-width: 1024px) {
  .pcOnly {
    display: none !important;
  }
}

.pcOnlyIn {
  display: inline-block !important;
}

@media only screen and (max-width: 1024px) {
  .pcOnlyIn {
    display: none !important;
  }
}

.pcOnlyTb {
  display: table !important;
}

@media only screen and (max-width: 1024px) {
  .pcOnlyTb {
    display: none !important;
  }
}

.iScrollIndicator {
  border: none !important;
}

.icon-arrow, .top-product-search-arrow, .icon-arrow_wh {
  display: inline-block;
  position: relative;
}

.icon-arrow::before, .top-product-search-arrow::before, .icon-arrow_wh::before, .icon-arrow::after, .top-product-search-arrow::after, .icon-arrow_wh::after {
  position: absolute;
  content: "";
  display: block;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.icon-arrow_left::before {
  right:auto;
  left:0;
}
.icon-arrow_left::after{
  right:auto!important;
  left:0;
}
.icon-arrow::before, .top-product-search-arrow::before, .icon-arrow_wh::before {
  height: 1px;
}

.icon-arrow::after, .top-product-search-arrow::after, .icon-arrow_wh::after {
  height: 1px;
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.icon-arrow_left::after{
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

@media only screen and (min-width: 769px) {
  .icon-arrow, .top-product-search-arrow, .icon-arrow_wh {
    padding-right: 5rem;
  }
  .icon-arrow_left{
    padding-right:0;
    padding-left:5rem;
  }
  .icon-arrow::before, .top-product-search-arrow::before, .icon-arrow_wh::before {
    width: 3.5rem;
  }
  .icon-arrow::after, .top-product-search-arrow::after, .icon-arrow_wh::after {
    width: 1rem;
  }
  .icon-arrow_left::after{
    right:2.6rem;
    bottom:1rem;
  }
}

@media only screen and (max-width: 768px) {
  .icon-arrow, .top-product-search-arrow, .icon-arrow_wh {
    padding-right: 10vw;
  }
  .icon-arrow_left{
    padding-left:10vw;
    padding-right:0;
  }
  .icon-arrow::before, .top-product-search-arrow::before, .icon-arrow_wh::before {
    width: 6vw;
  }
  .icon-arrow::after, .top-product-search-arrow::after, .icon-arrow_wh::after {
    width: 2.5vw;
  }
  .icon-arrow_left::after{
    right:.8rem;
    bottom:1.3rem;
  }
}

@media only screen and (min-width: 1024px) {
  .icon-arrow, .top-product-search-arrow, .icon-arrow_wh {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
  .icon-arrow::before, .top-product-search-arrow::before, .icon-arrow_wh::before, .icon-arrow::after, .top-product-search-arrow::after, .icon-arrow_wh::after {
    -webkit-transition: all .2s ease .05s;
    transition: all .2s ease .05s;
  }
}

.icon-arrow::before, .top-product-search-arrow::before, .icon-arrow::after, .top-product-search-arrow::after {
  background-color: #064296;
}

.icon-arrow_wh::before, .icon-arrow_wh::after {
  background-color: #FFF;
}

.icon-plus {
  display: inline-block;
  position: relative;
}

.icon-plus::before, .icon-plus::after {
  position: absolute;
  content: "";
  display: block;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #064296;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.icon-plus::before {
  width: 15px;
  width: 1.5rem;
  height: 1px;
}

.icon-plus::after {
  width: 15px;
  width: 1.5rem;
  height: 1px;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media only screen and (min-width: 1024px) {
  .icon-plus {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
  .icon-plus::before, .icon-plus::after {
    -webkit-transition: all .2s ease .05s;
    transition: all .2s ease .05s;
  }
}

@media only screen and (min-width: 769px) {
  .icon-plus {
    padding-right: 5rem;
  }
  .icon-plus::before, .icon-plus:after {
    width: 1.5rem;
    height: 1px;
  }
}

@media only screen and (max-width: 768px) {
  .icon-plus {
    padding-right: 10vw;
  }
  .icon-plus::before, .icon-plus:after {
    width: 5vw;
    height: 1px;
  }
}

.heading_border-wrap, .heading_border-wrap_rev {
  position: relative;
}

.heading_border-wrap::before, .heading_border-wrap_rev::before {
  display: block;
  content: "";
  position: absolute;
  height: 1px;
  background-color: #064296;
}

@media only screen and (min-width: 1024px) {
  .heading_border-wrap::before, .heading_border-wrap_rev::before {
    top: 2.8rem;
    width: 50%;
  }
}

@media only screen and (max-width: 1023px) {
  .heading_border-wrap::before, .heading_border-wrap_rev::before {
    top: 5vw;
    width: 4vw;
  }
}

@media only screen and (max-width: 1023px) {
  .heading_border-wrap {
    padding-left: 4vw;
  }
}

.heading_border-wrap::before {
  left: 0;
}

@media only screen and (max-width: 768px) {
  .heading_border-wrap_rev {
    padding-right: 4vw;
  }
}

.heading_border-wrap_rev::before {
  right: 0;
}

.heading_border {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1060px;
}

@media only screen and (min-width: 1024px) {
  .heading_border {
    padding-left: 3rem;
  }
}

@media only screen and (max-width: 1023px) {
  .heading_border {
    padding-left: 4vw;
  }
}

.heading_border-wrap_rev .heading_border {
  text-align: right;
}

@media only screen and (min-width: 1024px) {
  .heading_border-wrap_rev .heading_border {
    padding-right: 3rem;
  }
}

@media only screen and (max-width: 1023px) {
  .heading_border-wrap_rev .heading_border {
    padding-right: 4vw;
  }
}

.heading_section {
  display: inline-block;
  color: #064296;
}

.heading_section > .is-ja {
  display: block;
  font-weight: 300;
  /*font-style: italic;*/
  letter-spacing: 0em;
  line-height: 1.2;
  /*font-family: 'Sawarabi Gothic', sans-serif;*/
  font-family: 'Noto Sans JP', sans-serif;
  transform: skewX(-10deg);
}
.heading_section > .is-ja .small {
  font-size: 2rem;
  vertical-align: middle;
}

@media only screen and (max-width: 768px) {
  .heading_section > .is-ja {
    font-size: 2.8rem;
    font-size: 7.46667vw;
  }
}

@media only screen and (min-width: 769px) {
  .heading_section > .is-ja {
    font-size: 4.8rem;
    font-size: 3.33333vw;
  }
}

@media only screen and (min-width: 1440px) {
  .heading_section > .is-ja {
    font-size: 4.8rem;
  }
}

.heading_section > .is-en {
  display: block;
  font-family: "Oswald", sans-serif;
  line-height: 1.7;
  letter-spacing: .12em;
  /*letter-spacing: .05em;*/
  text-transform: uppercase;
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  -webkit-transform: skewX(-12deg);
          transform: skewX(-12deg);
}
.heading_section > .is-comment {
  display: block;
}

@media only screen and (max-width: 768px) {
  .heading_section > .is-en {
    font-size: 1.2rem;
    font-size: 3.2vw;
  }
}

@media only screen and (min-width: 769px) {
  .heading_section > .is-en {
    font-size: 1.4rem;
    font-size: 0.97222vw;
  }
}

@media only screen and (min-width: 1440px) {
  .heading_section > .is-en {
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 769px) {
  .heading_section > .is-en {
    margin-top: 1rem;
  }
  .heading_section > .is-comment {
    margin-top: 1rem;
  }
}

@media only screen and (max-width: 768px) {
  .heading_section > .is-en {
    margin-top: .5rem;
  }
  .heading_section > .is-comment {
    margin-top: .5rem;
  }
}

.heading_section > .is-en.is-en-big {
  margin-top: 0;
  font-weight: 300;
}

@media only screen and (max-width: 768px) {
  .heading_section > .is-en.is-en-big {
    font-size: 2.8rem;
    font-size: 7.46667vw;
  }
}

@media only screen and (min-width: 769px) {
  .heading_section > .is-en.is-en-big {
    font-size: 4.8rem;
    font-size: 3.33333vw;
  }
}

@media only screen and (min-width: 1440px) {
  .heading_section > .is-en.is-en-big {
    font-size: 4.8rem;
  }
}

.heading_border-wrap_rev .heading_section {
  text-align: left;
}

.news-lists {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 768px) {
  .news-lists {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}

.news-list > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.news-list > a::before {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(102, 102, 102, .2);
}

@media only screen and (min-width: 1024px) {
  .news-list > a {
    padding: 40px 0;
  }
  .news-list > a::after {
    position: absolute;
    content: "";
    display: block;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #064296;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
  }
  .news-list > a:hover::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .news-list > a:hover .news-list-content::before {
    width: 50px;
  }
  .news-list > a:hover .news-list-content::after {
    width: 100px;
  }
}

@media only screen and (max-width: 1023px) {
  .news-list > a {
    padding: 25px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (min-width: 1024px) {
  .news-list-intro {
    -ms-flex-preferred-size: 20rem;
        flex-basis: 20rem;
  }
}

.news-list-category {
  display: inline-block;
  min-width: 60px;
  min-width: 6rem;
  font-size: 12px;
  font-size: 1.2rem;
  color: #FFF;
  text-align: center;
}

* + .news-list-category {
  margin-left: 10px;
  margin-left: 1rem;
}

.news-list-category img {
  width: 85px;
  margin-top: -3px;
}
@media only screen and (max-width: 768px) {
  .news-list-category img {
    width: 80px;
    margin-top: -5px;
  }
}



@media only screen and (max-width: 750px) {
  .news-list-category {
    font-size: 1rem;
  }
}

@media only screen and (min-width: 1024px) {
  .news-list-content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    position: relative;
  }
  .news-list-content::before, .news-list-content::after {
    position: absolute;
    content: "";
    display: block;
    right: 0;
    background-color: #064296;
    width: 0;
    height: 1px;
    -webkit-transition: width 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition: width 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .news-list-content::before {
    bottom: -20px;
    -webkit-transition-duration: .1s;
            transition-duration: .1s;
    -webkit-transition-delay: .2s;
            transition-delay: .2s;
  }
  .news-list-content::after {
    bottom: -30px;
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
    -webkit-transition-delay: .1s;
            transition-delay: .1s;
  }
}

@media only screen and (max-width: 1023px) {
  * + .news-list-content {
    margin-top: 1rem;
  }
}

.mod-banners {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

@media only screen and (max-width: 768px) {
  .mod-banners {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.mod-banners-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mod-banners-lists > .list {
  padding: 5px 4px;
  text-align: center;
}

.mod-banners-lists > .list img {
  max-width: 325px;
  width: 100%
}

@media only screen and (min-width: 769px) {
  .mod-banners-lists::after {
    display: block;
    content: "";
    width: 33%;
  }
  .mod-banners-lists > .list {
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
  }

  .mod-banners-lists > .banner_left {
    margin-left: 17%;
  }
  .mod-banners-lists > .banner_right {
    margin-right: 16.5%;
  }

}

@media only screen and (max-width: 768px) {
  .mod-banners-lists {
    padding-left: 4%;
    padding-right: 4%;
  }
  .mod-banners-lists > .list {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

@media screen and (max-width: 480px){
  .mod-banners-lists {
    padding-left: 4%;
    padding-right: 4%;
  }
  .mod-banners-lists > .list {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.member-mod > a {
  display: block;
}

@media only screen and (max-width: 768px) {
  .member-mod {
    padding-left: 4vw;
  }
}

.member-mod-wrap {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1000px;
  position: relative;
}

@media only screen and (min-width: 769px) {
  .member-mod-wrap {
    /*padding-top: 18rem;*/
    padding-top: 8rem;
  }
}

@media only screen and (max-width: 768px) {
  .member-mod-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.member-mod-content {
  position: relative;
  color: #FFF;
  font-style: italic;
}

.member-mod-content::before {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  height: 100%;
  background: linear-gradient(122deg, #1168b2 1%, #22aaba 50%);
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  -webkit-transform: skewX(-18deg);
          transform: skewX(-18deg);
  z-index: -1;
}
.member-mod-content-right::before {
  right: 0;
  left: auto;
  background: linear-gradient(122deg, #1168b2 51%, #22aaba 100%);
}

@media only screen and (min-width: 769px) {
  .member-mod-content {
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 55%;
  }
  .member-mod-content-right {
    padding-right: 50%;
    padding-left: 0;
  }
  .member-mod-content::before {
    width: 300%;
  }
}

@media only screen and (max-width: 768px) {
  .member-mod-content {
    padding: 4vw 4vw 4vw 15vw;
  }
  .member-mod-content::before {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .member-mod-title {
    font-size: 2.1rem;
    font-size: 5.6vw;
  }
}

@media only screen and (min-width: 769px) {
  .member-mod-title {
    font-size: 3rem;
    font-size: 2.08333vw;
  }
}

@media only screen and (min-width: 1440px) {
  .member-mod-title {
    font-size: 3rem;
  }
}

@media only screen and (min-width: 1024px) {
  .member-mod-title {
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease;
  }
  a:hover .member-mod-title {
    -webkit-transform: translate3d(1rem, 0, 0);
            transform: translate3d(1rem, 0, 0);
  }
}

* + .member-mod-body {
  margin-top: 10px;
  margin-top: 1rem;
}

@media only screen and (max-width: 768px) {
  .member-mod-body {
    font-size: 1rem;
    font-size: 2.66667vw;
  }
}

@media only screen and (min-width: 769px) {
  .member-mod-body {
    font-size: 1.4rem;
    font-size: 0.97222vw;
  }
}

@media only screen and (min-width: 1440px) {
  .member-mod-body {
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 1024px) {
  .member-mod-body {
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease;
  }
  a:hover .member-mod-body {
    -webkit-transform: translate3d(1rem, 0, 0);
            transform: translate3d(1rem, 0, 0);
  }
}

* + .member-mod-foot {
  margin-top: 20px;
  margin-top: 2rem;
}

@media only screen and (min-width: 1024px) {
  a:hover .member-mod-link .icon-arrow_wh {
    -webkit-transform: translate3d(1rem, 0, 0);
            transform: translate3d(1rem, 0, 0);
  }
  /*a:hover .member-mod-link .icon-arrow_wh::before, a:hover .member-mod-link .icon-arrow_wh::after {
    right: -2.5rem;
  }*/
}

@media only screen and (min-width: 769px) {
  .member-mod-figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
  }
  .member-mod-figure-right {
    left: auto;
    right: 0;
  }
}

@media only screen and (max-width: 768px) {
  .member-mod-figure {
    position: relative;
  }
}

.member-mod-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: skewX(-18deg);
          transform: skewX(-18deg);
  overflow: hidden;
}

.member-mod-image > img {
  height: 100%;
  -webkit-transform: skewX(18deg);
          transform: skewX(18deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media only screen and (min-width: 786px) {
  .member-mod-image {
    /*min-height: 360px;*/
    height: 260px;
  }
}

@media only screen and (max-width: 768px) {
  .member-mod-image {
    height: 300px;
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  #onlineshop .member-mod-image {
    border: 2px solid #eee;
  }
}

@media only screen and (max-width: 480px) {
  .member-mod-image {
    height: 200px;
  }
}

.member-mod-image-name {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: #FFF;
  letter-spacing: .12em;
  -webkit-transform: skewX(-12deg);
          transform: skewX(-12deg);
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  .member-mod-image-name {
    font-size: 2.1rem;
    font-size: 5.6vw;
  }
}

@media only screen and (min-width: 769px) {
  .member-mod-image-name {
    font-size: 2.4rem;
    font-size: 1.66667vw;
  }
}

@media only screen and (min-width: 1440px) {
  .member-mod-image-name {
    font-size: 2.4rem;
  }
}

.page {
  overflow-x: hidden;
}

.content-loader {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100vh;
  background-color:rgba(225,225,225,0.7);
}
.content-loader2{
  background-color:#fff;
  z-index: 10001;
}

.ball-scale-ripple-multiple {
  position: relative;
  -webkit-transform: translate3d(-40px, -40px, 0);
          transform: translate3d(-40px, -40px, 0);
}

.ball-scale-ripple-multiple > div {
  position: absolute;
  width: 80px;
  height: 80px;
  border: 2px solid #064296;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
          animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
}

.ball-scale-ripple-multiple > div:nth-child(1) {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}

.ball-scale-ripple-multiple > div:nth-child(2) {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}

.ball-scale-ripple-multiple > div:nth-child(3) {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}

@-webkit-keyframes ball-scale-ripple-multiple {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: .7;
  }
  100% {
    opacity: .0;
  }
}

@keyframes ball-scale-ripple-multiple {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: .7;
  }
  100% {
    opacity: .0;
  }
}

@media only screen and (min-width: 769px) {
  .content {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

@media only screen and (max-width: 768px) {
  .content {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
}

@media only screen and (min-width: 769px) {
  * + .content-body {
    padding-top: 5.5rem;
  }
}

@media only screen and (max-width: 768px) {
  * + .content-body {
    margin-top: 6vw;
  }
}

.data-content {
  opacity: 0;
  -webkit-transition: -webkit-transform .6s ease;
  transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease;
}

.data-content.is-contentopen {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

@media only screen and (min-width: 769px) {
  .data-content {
    -webkit-transform: translate3d(0, 20rem, 0);
            transform: translate3d(0, 20rem, 0);
  }
}

@media only screen and (max-width: 768px) {
  .data-content {
    -webkit-transform: translate3d(0, 10rem, 0);
            transform: translate3d(0, 10rem, 0);
  }
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.header::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

.w-headbg .header::before {
  background-color: rgba(6, 66, 150, .5);
}

.is-navopen.w-headbg .header::before {
  background-color: transparent;
}

.header-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1240px;
  z-index: 2000;
}

@media only screen and (min-width: 769px) {
  .header-inner {
    padding-left: 4rem;
    height: 10rem;
  }
}

@media only screen and (max-width: 768px) {
  .header-inner {
    padding-left: 4vw;
  }
}

.header-logo{
  display:none; /* 初回ロゴ表示時用 */
}

.header-logo > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 20px 0;
  padding: 2rem 0;
}

.header-logo svg {
  width: 170px;
  fill: #FFF;
}

@media only screen and (min-width: 769px) {
  .header-logo svg {
    width: 170px;
  }
}

@media only screen and (max-width: 768px) {
  .header-logo svg {
    max-width: 170px;
    width: 30vw;
  }
}

.header-right{
  width:300px;
  display:flex;
  justify-content: flex-end;
}
.header-recruit{
  padding:1rem 0;
  padding-right:3rem;
  height:100%;
  display:none; /*初回ロゴ表示用*/
}
.header-english{
  font-size:1.6rem;
  padding:2rem 0;
  padding-right:5rem;
  height:100%;
  font-family: "Oswald", sans-serif;
  display:none; /*初回ロゴ表示用*/
}
.header-english > a{
  color:#fff;
}
@media screen and (max-width:768px) {
  .header-recruit{
    padding:1rem 0;
    padding-right:2rem;
  }
  .header-english{
    padding:3rem 0;
    padding-right:2rem;
    font-size:1.4rem;
  }
}
@media screen and (max-width:480px) {
  .header-recruit{
    padding:1rem 0;
    padding-right:1.5rem;
  }
  .header-english{
    padding:2rem 0;
    padding-right:2rem;
  }
}

.header-nav-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  padding: 2rem 0;
  height: 100%;
  cursor: pointer;
}

@media only screen and (min-width: 1024px) {
  .header-nav-btn:hover > .inner::before {
    -webkit-transform: translate3d(1rem, 0.5rem, 0);
            transform: translate3d(1rem, 0.5rem, 0);
  }
  .header-nav-btn:hover > .inner::after {
    -webkit-transform: translate3d(1.5rem, -0.5rem, 0);
            transform: translate3d(1.5rem, -0.5rem, 0);
  }
  .header-nav-btn:hover > .inner > .text {
    -webkit-transform: skewX(-18deg) translate3d(1rem, 0, 0);
            transform: skewX(-18deg) translate3d(1rem, 0, 0);
  }
}

@media only screen and (min-width: 769px) {
  .header-nav-btn {
    padding-right: 4rem;
  }
}

@media only screen and (max-width: 768px) {
  .header-nav-btn {
    padding-right: 4vw;
  }
}

.header-nav-btn > .inner {
  position: relative;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  display:none; /* 初回ロゴ表示時用 */
}

.header-nav-btn > .inner::before, .header-nav-btn > .inner::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 2px;
  background-color: #FFF;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media only screen and (min-width: 769px) {
  .header-nav-btn > .inner {
    padding-left: 4.5rem;
  }
  .header-nav-btn > .inner::before, .header-nav-btn > .inner::after {
    width: 3rem;
  }
  .header-nav-btn > .inner::before {
    -webkit-transform: translate3d(0, -0.5rem, 0);
            transform: translate3d(0, -0.5rem, 0);
  }
  .header-nav-btn > .inner::after {
    -webkit-transform: translate3d(0, 0.5rem, 0);
            transform: translate3d(0, 0.5rem, 0);
  }
}

@media only screen and (max-width: 768px) {
  .header-nav-btn > .inner {
    padding-left: 9vw;
  }
  .header-nav-btn > .inner::before, .header-nav-btn > .inner::after {
    width: 6vw;
  }
  .header-nav-btn > .inner::before {
    -webkit-transform: translate3d(0, -1vw, 0);
            transform: translate3d(0, -1vw, 0);
  }
  .header-nav-btn > .inner::after {
    -webkit-transform: translate3d(0, 1vw, 0);
            transform: translate3d(0, 1vw, 0);
  }
}

.is-navopen .header-nav-btn > .inner {
  padding-left: 0;
}

.is-navopen .header-nav-btn > .inner::before {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: rotate(135deg) translate3d(0, 0, 0);
          transform: rotate(135deg) translate3d(0, 0, 0);
}

.is-navopen .header-nav-btn > .inner::after {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: rotate(-135deg) translate3d(0, 0, 0);
          transform: rotate(-135deg) translate3d(0, 0, 0);
}

@media only screen and (min-width: 769px) {
  .is-navopen .header-nav-btn > .inner::before, .is-navopen .header-nav-btn > .inner::after {
    width: 5rem;
  }
}

@media only screen and (max-width: 768px) {
  .is-navopen .header-nav-btn > .inner::before, .is-navopen .header-nav-btn > .inner::after {
    width: 10vw;
  }
}

.header-nav-btn .text {
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: .1em;
  -webkit-transform: skewX(-18deg) translate3d(0, 0, 0);
          transform: skewX(-18deg) translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

@media only screen and (max-width: 768px) {
  .header-nav-btn .text {
    font-size: 1.6rem;
    font-size: 4.26667vw;
  }
}

@media only screen and (min-width: 769px) {
  .header-nav-btn .text {
    font-size: 1.8rem;
    font-size: 1.25vw;
  }
}

@media only screen and (min-width: 1440px) {
  .header-nav-btn .text {
    font-size: 1.8rem;
  }
}

.is-navopen .header-nav-btn .text {
  opacity: 0;
}

.header-nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 70%;
  height: 100vh;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 999;
  overflow: auto;
  background: linear-gradient(135deg, #0962e0 0, #064296 100%);
}
@media screen and (max-width:768px) {
  .header-nav {
    width: 90%;
  }
}
.header-nav-mask {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0,.5);
  z-index: 998;
  display: none;
}

.is-navopen .header-nav {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.is-navopen .header-nav-mask {
  display: block;
}

body.is-navopen {
  overflow: hidden;
}

.nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 50px;
  padding-bottom: 5rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1200px;
  color: #FFF;
}

@media only screen and (min-width: 1024px) {
  .nav-wrap {
    padding-top: 100px;
  }
}

@media only screen and (min-width: 751px) {
  .nav-wrap {
    padding-top: calc(70px + 4rem);
  }
}

@media only screen and (max-width: 750px) {
  .nav-wrap {
    padding-top: 70px;
  }
}

.nav-lists {
  width: 100%;
  position: relative;
}

.nav-lists::before {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 4rem);
  height: 1px;
  background-color: rgba(255, 255, 255, .5);
}

@media only screen and (min-width: 769px) {
  .nav-lists {
    padding: 0 2rem;
  }
}

@media only screen and (max-width: 768px) {
  .nav-lists {
    padding: 0 5vw;
  }
}

.nav-lists > .list + .list {
  border-top: solid 1px rgba(255, 255, 255, .5);
}

.nav-lists > .list > .inner {
  display: block;
  padding: 15px 0;
  padding: 1.5rem 0;
  cursor: pointer;
}

.nav-lists-link {
  display: block;
  color: #FFF;
  position: relative;
}

.nav-lists-link.icon-arrow::before, .nav-lists-link.top-product-search-arrow::before, .nav-lists-link.icon-arrow::after, .nav-lists-link.top-product-search-arrow::after {
  background-color: #FFF;
}

.nav-lists-link.icon-plus::before, .nav-lists-link.icon-plus::after {
  background-color: #FFF;
}

@media only screen and (min-width: 769px) {
  .nav-lists-link.icon-plus::before, .nav-lists-link.icon-plus::after {
    right: 1rem;
  }
}

.nav-lists-link.is-open::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.nav-lists-link > .is-ja {
  display: block;
  /*font-style: italic;*/
  font-family: 'Noto Sans JP', sans-serif;
  transform: skewX(-10deg);
}

@media only screen and (max-width: 768px) {
  .nav-lists-link > .is-ja {
    font-size: 1.2rem;
    font-size: 3.2vw;
  }
}

@media only screen and (min-width: 769px) {
  .nav-lists-link > .is-ja {
    font-size: 1.5rem;
    font-size: 1.04167vw;
  }
}

@media only screen and (min-width: 1440px) {
  .nav-lists-link > .is-ja {
    font-size: 1.5rem;
  }
}

.nav-lists-link > .is-en {
  display: block;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: rgba(255, 255, 255, .5);
  letter-spacing: .12em;
  -webkit-transform: skewX(-18deg);
          transform: skewX(-18deg);
}

@media only screen and (max-width: 768px) {
  .nav-lists-link > .is-en {
    font-size: 1rem;
    font-size: 2.66667vw;
  }
}

@media only screen and (min-width: 769px) {
  .nav-lists-link > .is-en {
    font-size: 1rem;
    font-size: 0.69444vw;
  }
}

@media only screen and (min-width: 1440px) {
  .nav-lists-link > .is-en {
    font-size: 1rem;
  }
}

.nav-lists_secondary {
  display: none;
  margin: 20px 0 10px;
  margin: 2rem 0 1rem;
}

.nav-lists_secondary > .list > a {
  display: block;
  padding: 10px 20px;
  padding: 1rem 2rem;
  color: #FFF;
  font-family: 'Noto Sans JP', sans-serif;
}

.nav-search {
  width: 100%;
  padding-left: 20px;
  padding-left: 2rem;
  padding-right: 20px;
  padding-right: 2rem;
  position: relative;
}

* + .nav-search {
  margin-top: 30px;
  margin-top: 3rem;
}

.nav-search-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav-search-input {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 15px;
  padding: 1.5rem;
  border: none;
  border-radius: 0;
  outline: 0;
  background: #FFF;
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  .nav-search-input {
    font-size: 1.6rem;
    font-size: 4.26667vw;
  }
}

@media only screen and (min-width: 769px) {
  .nav-search-input {
    font-size: 1.6rem;
    font-size: 1.11111vw;
  }
}

@media only screen and (min-width: 1440px) {
  .nav-search-input {
    font-size: 1.6rem;
  }
}

.nav-search-input::-webkit-input-placeholder {
  color: #003F98;
}

.nav-search-input::-ms-input-placeholder {
  color: #003F98;
}

.nav-search-input::placeholder {
  color: #003F98;
}

@media only screen and (min-width: 769px) {
  .nav-search-input {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

@media only screen and (max-width: 768px) {
  .nav-search-input {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
  }
}

.nav-search-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: none;
  text-indent: -9999px;
  background-image: url(../img/common/icon_search.svg);
  background-position: center;
  cursor: pointer;
}

@media only screen and (min-width: 769px) {
  .nav-search-btn {
    height: 5rem;
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    background-size: 34px 34px;
  }
}

@media only screen and (max-width: 768px) {
  .nav-search-btn {
    height: 8vw;
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    background-size: 8vw 8vw;
  }
}

.nav-link_small {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap:wrap;
  justify-content: center;
}

* + .nav-link_small {
  margin-top: 30px;
  margin-top: 3rem;
}

.nav-link_small > .list > a {
  padding: 10px 15px;
  padding: 1rem 1.5rem;
  color: #FFF;
}

@media only screen and (max-width: 768px) {
  .nav-link_small > .list > a {
    font-size: 1.2rem;
    font-size: 3.2vw;
  }
}

@media only screen and (min-width: 769px) {
  .nav-link_small > .list > a {
    font-size: 1.4rem;
    font-size: 0.97222vw;
  }
}

@media only screen and (min-width: 1440px) {
  .nav-link_small > .list > a {
    font-size: 1.4rem;
  }
}

.footer {
  margin-top: auto;
  background-color: #074daf;
  text-align: center;
}

@media only screen and (min-width: 769px) {
  .footer-inner {
    padding-top: 6rem;
  }
  .footer-inner-wrap {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 6rem;
  }
}

@media only screen and (max-width: 768px) {
  .footer {
    padding-bottom: 100px;
  }
  .footer-inner {
    padding-top: 4rem;
  }
}

.footer-logo svg {
  fill: #FFF;
}

@media only screen and (min-width: 769px) {
  .footer-logo {
    max-width: 362px;
    width: 45%;
  }
  .footer-logo svg {
    width: 100%;
    height: auto;
  }
  .footer-content {
    max-width: 418px;
    width: 45%;
  }
}

@media only screen and (max-width: 768px) {
  .footer-logo svg {
    max-width: 182px;
  }
}

@media only screen and (min-width: 769px) {
  * + .footer-content {
    /*margin-top: 4rem;*/
    margin-top: 0;
  }
}

@media only screen and (max-width: 768px) {
  * + .footer-content {
    /*margin-top: 3.5rem;*/
    margin-top: 0;
  }
}

.footer-social-heading {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  color: #FFF;
  letter-spacing: .1em;
  text-align: left;
}

@media only screen and (max-width: 750px) {
  .footer-social-heading {
    font-size: 1.2rem;
  }
}

.footer-social-lists {
  max-width: 333px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  .footer-social {
    display: none;
  }
}

@media only screen and (min-width: 1024px) {
  .footer-social-lists > .list > a {
    transition: all .2s ease;
  }
  .footer-social-lists > .list > a:hover {
    /* background-color: rgba(255, 255, 255, .75); */
    opacity: .8;
  }
}

.footer-company-link {
  display: block;
  width: 200px;
  padding: 15px 30px 15px 20px;
  background: url(../img/top/bg_company-link.png) 0/cover no-repeat;
  border-radius: 6px;
  text-align: center;
  color: #003F98;
  font-weight: bold;
  box-shadow: 0 5px 0 #11309A;
  margin: 30px 0;
  transition: all .2s ease;
}

@media screen and (min-width: 1024px) {
  .footer-company-link:hover {
    background-color:rgba(7,77,175,0.2);
    background-blend-mode: multiply;
  }
}

@media screen and (max-width: 768px) {
  .footer-company-link {
    margin: 20px auto;
  }
}

.footer-navs {
  letter-spacing: -.4em;
  text-align: left;
}

.footer-navs > .nav {
  display: inline-block;
  letter-spacing: 0;
}

.footer-navs > .nav + .nav {
  position: relative;
  margin-left: 10px;
  margin-left: 1rem;
  padding-left: 10px;
  padding-left: 1rem;
}

.footer-navs > .nav + .nav::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1px;
  height: 60%;
  background-color: #FFF;
}

.footer-navs > .nav > a {
  display: block;
  font-size: 11px;
  font-size: 1.1rem;
  color: #FFF;
  text-decoration: none;
}

@media only screen and (max-width: 750px) {
  .footer-navs {
    text-align: center;
  }
  .footer-navs > .nav > a {
    font-size: 1rem;
  }
}

/***************** 採用ボタン追加 *******************/
.footer-content .recruit-box {
  max-width: 380px;
  width: 95%;
  margin: 0 auto;
}
.footer-content .recruit {
  display: block;
  width: 60px;
}
.footer-content .recruit img {
  width: 100%;
}
@media screen and (max-width:480px) {
  .footer-content .recruit {
    width: 50px;
  }
}
/****************************************************/

.footer-copyright {
  padding: 5px 0;
  padding: .5rem 0;
  font-size: 10px;
  font-size: 1rem;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  color: #064296;
  font-weight: 300;
  background-color: #FFF;
}

* + .footer-copyright {
  margin-top: 10px;
  margin-top: 1rem;
}

.top-mv {
  position: relative;
  /*background-color: #333;*/
}

@media only screen and (min-width: 769px) {
  .top-mv {
    height: 100vh;
  }
}

@media only screen and (max-width: 768px) {
  .top-mv {
    height: 100vh;
  }
}

.top-mv-inner {
  position: relative;
  z-index: 0;
}

@media only screen and (max-width: 768px) {
  .top-mv-inner {
    height: 100%;
  }
}

.top-mv-nav {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}

.top-mv-nav .slick-dots {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1200px;
  text-align: right;
}

@media only screen and (min-width: 1024px) {
  .top-mv-nav .slick-dots {
    padding-bottom: 10rem;
    padding-right: 5rem;
  }
}

@media only screen and (max-width: 1023px) {
  .top-mv-nav .slick-dots {
    padding-bottom: 18vh;
    padding-right: 5vw;
  }
}

.top-mv-nav .slick-dots > li {
  display: inline-block;
}

.top-mv-nav .slick-dots > li.slick-active button::before {
  background-color: #FFF;
}

.top-mv-nav .slick-dots button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-indent: -9999px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: relative;
}

.top-mv-nav .slick-dots button::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: rgba(255, 255, 255, .2);
  -webkit-transform: skewX(-18deg);
          transform: skewX(-18deg);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media only screen and (min-width: 769px) {
  .top-mv-nav .slick-dots button {
    padding: 1rem .8rem;
    width: .8rem;
    height: .8rem;
  }
  .top-mv-nav .slick-dots button::before {
    width: .8rem;
    height: .8rem;
  }
}

@media only screen and (max-width: 768px) {
  .top-mv-nav .slick-dots button {
    padding: 1rem;
    width: 1rem;
    height: 1rem;
  }
  .top-mv-nav .slick-dots button::before {
    width: 1rem;
    height: 1rem;
  }
}

.top-mv-nav .slick-dots button:hover::before {
  background-color: rgba(255, 255, 255, .8);
}

@media only screen and (min-width: 769px) {
  .top-mv-item {
    height: 100vh;
    background-size: cover;
    background-position: center top;
  }
}

@media only screen and (max-width: 768px) and (orientation: portrait) {
  .top-mv-item {
    background-image: none !important;
  }
}

@media only screen and (max-width: 768px) and (orientation: landscape) {
  .top-mv-item {
    height: 100vh;
    background-size: cover;
    background-position: center top;
  }
}

.top-mv-item > a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

@media only screen and (min-width: 1024px) {
  .top-mv-item > a {
    position: relative;
  }
  .top-mv-item > a::before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
  }
  .top-mv-item > a:hover::before {
    background-color: rgba(0, 0, 0, .3);
  }
}

.top-mv-head {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
  z-index: 1;
}

.top-mv-title {
  font-family: "Oswald", sans-serif;
  font-weight: 200;
  letter-spacing: .1em;
  -webkit-transform: skewX(-12deg);
          transform: skewX(-12deg);
  display:none; /* 初回ロゴ表示時用 */
}

@media only screen and (max-width: 768px) {
  .top-mv-title {
    font-size: 3rem;
    font-size: 8vw;
  }
}

@media only screen and (min-width: 769px) {
  .top-mv-title {
    font-size: 6rem;
    font-size: 4.16667vw;
  }
}

@media only screen and (min-width: 1440px) {
  .top-mv-title {
    font-size: 6rem;
  }
}

.top-mv-lead {
  font-style: italic;
  display:none; /* 初回ロゴ表示時用 */
}

* + .top-mv-lead {
  margin-top: 20px;
  margin-top: 2rem;
}

@media only screen and (max-width: 768px) {
  .top-mv-lead {
    font-size: 1.2rem;
    font-size: 3.2vw;
  }
}

@media only screen and (min-width: 769px) {
  .top-mv-lead {
    font-size: 2rem;
    font-size: 1.38889vw;
  }
}

@media only screen and (min-width: 1440px) {
  .top-mv-lead {
    font-size: 2rem;
  }
}

.top-mv-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 769px) {
  .top-mv-image {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .top-mv-image {
    height: 100vh;
  }
  .top-mv-image > img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media only screen and (max-width: 768px) and (orientation: portrait) {
  .top-mv-image > img {
    width: 100%;
    height: 100%;
  }
}

@media only screen and (max-width: 768px) and (orientation: landscape) {
  .top-mv-image {
    display: none;
  }
}

.is-dark .top-mv-image {
  position: relative;
}

.is-dark .top-mv-image::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .2);
}

.top-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  display:none; /* 初回ロゴ表示時用 */
}

@media only screen and (max-width: 1023px) {
  .top-nav {
    display: none!important;
  }
}

.top-nav-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 40px;
  padding-bottom: 4rem;
}

.top-nav-lists > .list {
  text-align: center;
}

.top-nav-lists > .list + .list {
  position: relative;
}

.top-nav-lists > .list + .list::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 100%;
  background-color: #FFF;
  -webkit-transform: skewX(-18deg);
          transform: skewX(-18deg);
}

.top-nav-lists > .list > a {
  display: block;
  padding: 0 30px;
  padding: 0 3rem;
}

@media only screen and (min-width: 1024px) {
  .top-nav-lists > .list > a {
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .top-nav-lists > .list > a:hover {
    opacity: .65;
  }
}

.top-nav-lists > .list .is-ja {
  display: block;
  font-weight: 200;
  letter-spacing: .1em;
  color: #FFF;
  /*font-style: italic;*/
  /*font-family: 'Sawarabi Gothic', sans-serif;*/
  font-family: 'Noto Sans JP', sans-serif;
  transform: skewX(-10deg);
}

@media only screen and (max-width: 768px) {
  .top-nav-lists > .list .is-ja {
    font-size: 1.2rem;
    font-size: 3.2vw;
  }
}

@media only screen and (min-width: 769px) {
  .top-nav-lists > .list .is-ja {
    font-size: 1.4rem;
    /*font-size: 1.11111vw;*/
  }
}

@media only screen and (min-width: 1440px) {
  .top-nav-lists > .list .is-ja {
    font-size: 1.4rem;
  }
}
.top-nav-lists .br-switch {
  display: none;
}
@media screen and (max-width:1330px) {
  .top-nav-lists .br-switch {
    display: block;
  }
  .top-nav-lists > .list .is-ja {
    font-size: 1.2rem;
  }
}


.top-nav-lists > .list .is-en {
  display: block;
  font-family: "Oswald", sans-serif;
  margin-top: 5px;
  margin-top: .5rem;
  color: rgba(255, 255, 255, .4);
  text-transform: uppercase;
  -webkit-transform: skewX(-12deg);
          transform: skewX(-12deg);
}

@media only screen and (max-width: 768px) {
  .top-nav-lists > .list .is-en {
    font-size: 1.2rem;
    font-size: 3.2vw;
  }
}

@media only screen and (min-width: 769px) {
  .top-nav-lists > .list .is-en {
    font-size: 1.1rem;
    font-size: 0.76389vw;
  }
}

@media only screen and (min-width: 1440px) {
  .top-nav-lists > .list .is-en {
    font-size: 1.1rem;
  }
}
.top-nav-lists > .list .open {
  background: #ff0000;
  color: #fff;
  padding: 0 3px;
  font-size: 1.2rem;
}

.top-pickup-title {
  background-color: #FFF;
}

.top-pickup-body {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1200px;
}

@media only screen and (min-width: 769px) {
  .top-pickup-body {
    margin-top: 6rem /*-5rem*/;
  }
}

@media only screen and (max-width: 768px) {
  * + .top-pickup-body {
    margin-top: 6vw;
  }
}

.top-pickup-list {
	position: relative;
}
.top-pickup-list-title {
	width: 35%;
	position: absolute;
	bottom: 10px;
	right: 0;
  color: #064296;
}
@media only screen and (min-width: 1024px) {
  .top-pickup-list-title {
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
  }
  a:hover .top-pickup-list-title {
    -webkit-transform: translate3d(-2rem, 0, 0);
            transform: translate3d(-2rem, 0, 0);
  }
  a:hover .top-pickup-list-title.icon-arrow {
    -webkit-transform: translate3d(-2rem, 0, 0);
            transform: translate3d(-2rem, 0, 0);
  }
}
.top-pickup-list-item-cont {
	width: 60%;
	position: relative;
  max-width: 950px;
}

.top-pickup-list-item-cont > .inner,
.thum-item > .inner {
	display: flex;
	justify-content: center;
	flex-direction: column;
  transform: skewX(-18deg);
	transform-origin: bottom;
  overflow: hidden;
  transition: all 1.2s ease;
}
.top-pickup-list-item-cont img,
.thum-item img {
	transform: skewX(18deg);
	transform-origin: bottom;
	width: 116%;
  height: auto;
}
.thum-list {
	display: flex;
	justify-content: space-between;
	margin: 40px 40px 60px 0;
}
.thum-item {
	width: calc((100% - 50px) / 6);
}
.thum-item .inner {
  position: relative;
  cursor: pointer;
  border: 9px solid #fff;
}/*
.thum-item .inner:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,.5);
  opacity: 1;
}
.thumbnail-current > .inner:after {
  opacity: 0;
}*/
.thumbnail-current > .inner {
  border: 9px solid #064296;
}
@media screen and (max-width:768px) {
  .top-pickup-list-item-cont {
    width: 85%;
  }
  .top-pickup-list-title {
    position: relative;
    width: 90%;
    margin: 30px auto 0;
  }
  .thum-list {
    flex-wrap: wrap;
    margin: 20px 40px 0 0;
  }
  .thum-item {
    width: calc((100% - 10px) / 2);
    padding-bottom: 10px;
  }
}

/* -------------- 追加ここまで -------------- */

.top-product-title {
  background-color: #FFF;
}

.top-product-list {
  position: relative;
}

* + .top-product-list {
  margin-top: 1vw;
}

.top-product-list::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.top-product-list > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media only screen and (min-width: 769px) {
  .top-product-list::before {
    width: 65%;
  }
}

@media only screen and (max-width: 768px) {
  .top-product-list::before {
    width: 70%;
  }
}

.top-product-list.is-type {
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
}

.top-product-list.is-type > .inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.top-product-list.is-type::before {
  right: 0;
  background: linear-gradient(130deg, #1EA0B7 1%, #064296 100%);
}

.top-product-list.is-category {
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.top-product-list.is-category::before {
  left: 0;
  background: linear-gradient(130deg, #9a1aba 1%, #4a0c8a 100%);
}

.top-product-list.is-info {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1000px;
}

@media only screen and (max-width: 768px) {
  .top-product-list.is-info > .inner {
    padding-left: 4vw;
  }
}

.top-product-list-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.top-product-list.is-type .top-product-list-head {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
}

.top-product-list.is-category .top-product-list-head {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

@media only screen and (min-width: 769px) {
  .top-product-list-head {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    padding: 0 5vw;
  }
}

@media only screen and (max-width: 768px) {
  .top-product-list-head {
    -ms-flex-preferred-size: 55%;
        flex-basis: 55%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .top-product-list.is-type .top-product-list-head {
    padding-left: 3vw;
  }
  .top-product-list.is-category .top-product-list-head {
    padding-right: 3vw;
  }
}

.top-product-list-title {
  position: relative;
  color: #FFF;
}

.top-product-list-title > .is-ja {
  display: block;
  font-weight: 300;
  /*font-style: italic;*/
  font-family: 'Noto Sans JP', sans-serif;
  transform: skewX(-10deg);
}

@media only screen and (max-width: 768px) {
  .top-product-list-title > .is-ja {
    font-size: 2.1rem;
    /*font-size: 5.6vw;*/
    font-size: 5vw;
  }
}

@media only screen and (min-width: 769px) {
  .top-product-list-title > .is-ja {
    font-size: 3rem;
    font-size: 2.08333vw;
  }
}

@media only screen and (min-width: 1440px) {
  .top-product-list-title > .is-ja {
    font-size: 3rem;
  }
}

.top-product-list-title > .is-en {
  margin-top: 5px;
  margin-top: .5rem;
  display: block;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  -webkit-transform: skewX(-12deg);
          transform: skewX(-12deg);
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  white-space: nowrap;
  letter-spacing: .12em;
}

@media only screen and (max-width: 768px) {
  .top-product-list-title > .is-en {
    font-size: 1.1rem;
    font-size: 2.93333vw;
  }
}

@media only screen and (min-width: 769px) {
  .top-product-list-title > .is-en {
    font-size: 1.3rem;
    font-size: 0.90278vw;
  }
}

@media only screen and (min-width: 1440px) {
  .top-product-list-title > .is-en {
    font-size: 1.3rem;
  }
}

@media only screen and (min-width: 1024px) {
  .top-product-list-title {
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
  }
  a:hover .top-product-list-title {
    -webkit-transform: translate3d(2rem, 0, 0);
            transform: translate3d(2rem, 0, 0);
  }
  a:hover .top-product-list-title.icon-arrow_wh {
    -webkit-transform: translate3d(2rem, 0, 0);
            transform: translate3d(2rem, 0, 0);
  }
  /*a:hover .top-product-list-title.icon-arrow_wh::before, a:hover .top-product-list-title.icon-arrow_wh::after {
    right: -1.5rem;
  }*/
}

@media only screen and (min-width: 769px) {
  .top-product-list-head_bg .top-product-list-title {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 768px) {
  .top-product-list-title.icon-arrow_wh {
    padding-right: 0;
  }
  .top-product-list-title.icon-arrow_wh::before, .top-product-list-title.icon-arrow_wh::after {
    top: auto;
    bottom: 1rem;
  }
}

.top-product-list-image {
  max-width: 740px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: skewX(-18deg);
          transform: skewX(-18deg);
  overflow: hidden;
  position: relative;
}

.top-product-list-image > img {
  position: relative;
  -webkit-transform: skewX(18deg);
          transform: skewX(18deg);
}

.top-product-list-image::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  width: 1vw;
  height: 100%;
  background-color: #FFF;
  z-index: 1;
}

.top-product-list.is-type .top-product-list-image {
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  right: -1vw;
}

.top-product-list.is-type .top-product-list-image::before {
  right: 0;
}

.top-product-list.is-category .top-product-list-image {
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  left: -1vw;
}

.top-product-list.is-category .top-product-list-image::before {
  left: 0;
}

@media only screen and (min-width: 769px) {
  .top-product-list-image {
    min-height: 250px;
  }
}

@media only screen and (max-width: 768px) {
  .top-product-list-image {
    height: 250px;
  }
  .top-product-list-image > img {
    height: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .top-product-list-image {
    height: 125px;
  }
}

.top-product-list-head_bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10vw;
  margin: auto;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  .top-product-list-head_bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.top-product-list-image_bg {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: skewX(-18deg);
          transform: skewX(-18deg);
  overflow: hidden;
}

.top-product-list-image_bg > img {
  /*height: 100%;*/ /* 2020.8.10　横サイズによって画像が消えるため、コメント化*/
  -webkit-transform: skewX(18deg);
          transform: skewX(18deg);
}

@media only screen and (min-width: 1024px) {
  .top-product-list-image_bg {
    background-color: #000;
  }
  .top-product-list-image_bg > img {
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  a:hover .top-product-list-image_bg > img {
    opacity: .8;
  }
}

@media only screen and (min-width: 769px) {
  .top-product-list-image_bg {
    min-height: 340px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (max-width: 768px) {
  .top-product-list-image_bg {
    height: 320px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  .top-product-list-image_bg > img {
    width: 110%;
    height: auto;
    -webkit-transform: skewX(18deg) translate3d(0, 0, 0);
            transform: skewX(18deg) translate3d(0, 0, 0);
  }
}

@media only screen and (max-width: 480px) {
  .top-product-list-image_bg {
    height: 180px;
  }
}

* + .top-product-foot {
  margin-top: 6vw;
}

.top-product-search {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1023px) {
  .top-product-search {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}

@media only screen and (min-width: 769px) {
  .top-product-search {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (max-width: 768px) {
  .top-product-search {
    padding: 0 4vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.top-product-search-title {
  font-weight: 300;
  font-family: "Oswald", sans-serif;
  color: #064296;
  letter-spacing: .1em;
  text-transform: uppercase;
  -webkit-transform: skewX(-12deg);
          transform: skewX(-12deg);
}
.top-product-search-title > .is-ja {
  display: block;
  font-size: 1.4rem;
}
.top-product-search-title > .is-en {
  display: block;
  font-size: 1.2rem;
}

@media only screen and (max-width: 768px) {
  .top-product-search-title {
    font-size: 2.1rem;
    font-size: 5.6vw;
  }
}

@media only screen and (min-width: 769px) {
  .top-product-search-title {
    font-size: 2.4rem;
    font-size: 1.66667vw;
  }
}

@media only screen and (min-width: 1440px) {
  .top-product-search-title {
    font-size: 2.4rem;
  }
}

.top-product-search-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 769px) {
  .top-product-search-content {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  * + .top-product-search-content {
    margin-left: 2vw;
  }
}

@media only screen and (max-width: 768px) {
  .top-product-search-content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  * + .top-product-search-content {
    margin-left: 5vw;
  }
}

.top-product-search-field {
  position: relative;
}

.top-product-search-field::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: skewX(-18deg);
          transform: skewX(-18deg);
}

@media only screen and (min-width: 769px) {
  .top-product-search-field {
    margin-right: 2vw;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .top-product-search-field::before {
    background-color: #F5F5F5;
  }
}

@media only screen and (max-width: 768px) {
  .top-product-search-field::before {
    background-color: #eef3fa;
  }
}

.top-product-search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

@media only screen and (min-width: 769px) {
  .top-product-search-form {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.top-product-search-input {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media only screen and (max-width: 768px) {
  .top-product-search-input {
    font-size: 1.6rem;
    font-size: 4.26667vw;
  }
}

@media only screen and (min-width: 769px) {
  .top-product-search-input {
    font-size: 1.6rem;
    font-size: 1.11111vw;
  }
}

@media only screen and (min-width: 1440px) {
  .top-product-search-input {
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 769px) {
  .top-product-search-input {
    padding: 2rem 2rem;
    -ms-flex-preferred-size: 85%;
        flex-basis: 85%;
  }
}

@media only screen and (max-width: 768px) {
  .top-product-search-input {
    padding: 2rem;
    max-width: 50vw;
  }
}

@media only screen and (max-width: 480px) {
  .top-product-search-input {
    padding: 1.5rem 2rem;
  }
}

.top-product-search-arrow {
  cursor: pointer;
}

@media only screen and (min-width: 1024px) {
  .top-product-search-arrow:hover {
    -webkit-transform: translate3d(2rem, 0, 0);
            transform: translate3d(2rem, 0, 0);
  }
}

@media only screen and (min-width: 769px) {
  .top-product-search-arrow {
    padding: 2rem;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
  .top-product-search-arrow::before, .top-product-search-arrow::after {
    right: 3rem;
  }
}

@media only screen and (max-width: 768px) {
  .top-product-search-arrow {
    width: 10vw;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .top-product-search-arrow::before, .top-product-search-arrow::after {
    right: 3vw;
  }
}

.top-product-search-btn {
  color: #FFF;
  font-style: italic;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.top-product-search-btn::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #064296;
  -webkit-transform: skewX(-18deg);
          transform: skewX(-18deg);
}

.top-product-search-btn .icon-arrow_wh {
  display: block;
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  .top-product-search-btn:hover .icon-arrow_wh {
    -webkit-transform: translate3d(1rem, 0, 0);
            transform: translate3d(1rem, 0, 0);
  }
  /*.top-product-search-btn:hover .icon-arrow_wh::before, .top-product-search-btn:hover .icon-arrow_wh::after {
    right: -1rem;
  }*/
}

@media only screen and (min-width: 769px) {
  .top-product-search-btn {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    padding: 0 2rem;
  }
}

@media only screen and (max-width: 768px) {
  .top-product-search-btn {
    width: 80%;
    padding: 2rem;
  }
  * + .top-product-search-btn {
    margin-top: 2vw;
  }
}

@media only screen and (max-width: 480px) {
  .top-product-search-btn {
    padding: 1.5rem 2rem;
  }
}

.top-news {
  background-color: #EEE;
}

.top-news-title {
  background-color: #EEE;
}

.top-news-body {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1000px;
}

@media only screen and (max-width: 1023px) {
  .top-news-body {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}

.top-news-foot {
  text-align: center;
}

@media only screen and (min-width: 769px) {
  * + .top-news-foot {
    margin-top: 5rem;
  }
}

@media only screen and (max-width: 768px) {
  * + .top-news-foot {
    margin-top: 1rem;
  }
}

.top-news-more {
  color: #064296;
  font-style: italic;
  letter-spacing: .05em;
}

@media only screen and (max-width: 768px) {
  .top-news-more {
    font-size: 1.6rem;
    font-size: 4.26667vw;
  }
}

@media only screen and (min-width: 769px) {
  .top-news-more {
    font-size: 1.6rem;
    font-size: 1.11111vw;
  }
}

@media only screen and (min-width: 1440px) {
  .top-news-more {
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 1024px) {
  .top-news-more {
    font-size: 1.6rem;
  }
  .top-news-more:hover .icon-arrow, .top-news-more:hover .top-product-search-arrow {
    -webkit-transform: translate3d(2rem, 0, 0);
            transform: translate3d(2rem, 0, 0);
  }
  /*.top-news-more:hover .icon-arrow::before, .top-news-more:hover .top-product-search-arrow::before, .top-news-more:hover .icon-arrow::after, .top-news-more:hover .top-product-search-arrow::after {
    right: -1.5rem;
  }*/
}

@media only screen and (max-width: 768px) {
  .top-news-more {
    display: block;
    width: 100%;
    padding: 2rem 0;
  }
}

.top-morris {
  position: relative;
  background-color: #064296;
}

.top-morris .heading_section {
  color: #FFF;
}

.top-morris-bgimage {
  position: absolute;
  overflow: hidden;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-transform: skewY(-20deg);
          transform: skewY(-20deg);
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  z-index: 0;
}

.top-morris-bgimage::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(ellipse at center, rgba(46, 122, 157, 0) 0%, rgba(46, 122, 157, .8) 100%);
  z-index: 0;
}

.top-morris-bgimage > .inner {
  text-align: right;
  -webkit-transform: skewY(20deg) translate3d(0, 0, 0);
          transform: skewY(20deg) translate3d(0, 0, 0);
}

.top-morris-bgimage img {
  position: relative;
  z-index: 0;
}

@media only screen and (min-width: 769px) {
  .top-morris-bgimage {
    top: 5%;
  }
  .top-morris-bgimage img {
    top: -5rem;
    width: 90%;
    max-width: 1130px;
  }
}

@media only screen and (max-width: 768px) {
  .top-morris-bgimage {
    top: 80vw;
  }
  .top-morris-bgimage img {
    top: -25vw;
    right: -20vw;
    width: calc(100% + 40vw);
  }
}

.top-morris-head {
  position: relative;
  text-align: center;
}

.top-morris-body {
  position: relative;
}

.top-morris .content-body {
  position: relative;
}

@media only screen and (min-width: 769px) {
  * + .top-morris-body {
    margin-top: 8rem;
  }
}

@media only screen and (max-width: 768px) {
  * + .top-morris-body {
    margin-top: 4rem;
  }
}

.top-morris-lists {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1200px;
}

@media only screen and (min-width: 769px) {
  .top-morris-list {
    min-height: 400px;
  }
  * + .top-morris-list {
    margin-top: 8rem;
  }
}

@media only screen and (max-width: 768px) {
  * + .top-morris-list {
    margin-top: 10vw;
  }
  .top-morris-list:nth-child(odd) {
    margin-right: 4vw;
  }
  .top-morris-list:nth-child(even) {
    margin-left: 4vw;
  }
}

.top-morris-list-head {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 769px) {
  .top-morris-list:nth-child(odd) .top-morris-list-head {
    padding-left: 57%;
  }
  .top-morris-list:nth-child(even) .top-morris-list-head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding-right: 57%;
  }
}

@media only screen and (max-width: 768px) {
  .top-morris-list-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.top-morris-list-title {
  color: #FFF;
  position: relative;
}

.top-morris-list-title > .is-ja {
  display: block;
  font-weight: 200;
}

@media only screen and (max-width: 768px) {
  .top-morris-list-title > .is-big {
    font-size: 1.8rem;
    font-size: 4.8vw;
  }
}

@media only screen and (min-width: 769px) {
  .top-morris-list-title > .is-big {
    font-size: 3rem;
    font-size: 2.08333vw;
  }
}

@media only screen and (min-width: 1440px) {
  .top-morris-list-title > .is-big {
    font-size: 3rem;
  }
}

.top-morris-list-title > .is-en {
  display: block;
  font-family: "Oswald", sans-serif;
  letter-spacing: .1em;
}

@media only screen and (max-width: 768px) {
  .top-morris-list-title > .is-small {
    font-size: 1.1rem;
    font-size: 2.93333vw;
  }
}

@media only screen and (min-width: 769px) {
  .top-morris-list-title > .is-small {
    font-size: 1.4rem;
    font-size: 0.97222vw;
  }
}

@media only screen and (min-width: 1440px) {
  .top-morris-list-title > .is-small {
    font-size: 1.4rem;
  }
}

.top-morris-list-title > .is-comment {
  display: block;
  margin-top: 1rem;
}

@media only screen and (min-width: 769px) {
  .top-morris-list-title::before, .top-morris-list-title::after {
    position: absolute;
    display: block;
    content: "";
    background-color: #FFF;
  }
  .top-morris-list-title::before {
    width: 1rem;
    height: 1rem;
    top: 2rem;
    -webkit-transform: skewX(-18deg);
            transform: skewX(-18deg);
  }
  .top-morris-list-title::after {
    width: 10rem;
    height: 1px;
    top: 2.5rem;
  }
  .top-morris-list:nth-child(odd) .top-morris-list-title {
    padding-left: 10rem;
  }
  .top-morris-list:nth-child(odd) .top-morris-list-title::before, .top-morris-list:nth-child(odd) .top-morris-list-title::after {
    left: -1.5rem;
  }
  .top-morris-list:nth-child(even) .top-morris-list-title {
    margin-right: -10rem;
    padding-right: 10rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .top-morris-list:nth-child(even) .top-morris-list-title::before, .top-morris-list:nth-child(even) .top-morris-list-title::after {
    right: -2.5rem;
  }
}

@media only screen and (max-width: 768px) {
  .top-morris-list-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 4vw;
  }
  .top-morris-list-title > .is-en {
    margin-left: 1rem;
  }
}

.top-morris-list-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  flex-direction: column;
  -webkit-transform: skewX(-18deg);
          transform: skewX(-18deg);
  overflow: hidden;
}

.top-morris-list-image > img {
  position: relative;
  -webkit-transform: skewX(18deg);
          transform: skewX(18deg);
  height: 100%;
}

@media only screen and (min-width: 769px) {
  .top-morris-list-image {
    position: absolute;
    top: 0;
    width: 57%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .top-morris-list:nth-child(odd) .top-morris-list-image {
    left: 0;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  .top-morris-list:nth-child(even) .top-morris-list-image {
    right: 0;
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}

@media only screen and (max-width: 768px) {
  .top-morris-list-image {
    margin-top: 2rem;
    height: 350px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .top-morris-list-image > img {
    width: 110%;
    height: auto;
  }
  .top-morris-list:nth-child(odd) .top-morris-list-image {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  .top-morris-list:nth-child(even) .top-morris-list-image {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}

@media only screen and (max-width: 480px) {
  .top-morris-list-image {
    height: 200px;
  }
  .top-morris-list-image > img {
    height: 100%;
  }
}

@media only screen and (min-width: 769px) {
  .top-morris-list-body {
    position: relative;
    z-index: 2;
  }
  * + .top-morris-list-body {
    margin-top: 5rem;
  }
  .top-morris-list:nth-child(odd) .top-morris-list-body {
    padding-left: 55%;
  }
  .top-morris-list:nth-child(even) .top-morris-list-body {
    padding-left: 8%;
    padding-right: 47%;
  }
}

@media only screen and (max-width: 768px) {
  * + .top-morris-list-body {
    margin-top: 2rem;
  }
}

.top-post > .inner {
  display: block;
  color: #FFF;
}

@media only screen and (max-width: 768px) {
  .top-morris-list:nth-child(odd) .top-post > .inner {
    padding-left: 4vw;
  }
}

.top-post-head {
  position: relative;
  z-index: 1;
}
.top-post-head_top{
  width:300px;
  margin-left:200px;
}
@media only screen and (max-width: 768px) {
  .top-post-head_top {
    margin-left:0;
  }
}

.top-post-shoulder {
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-weight: 200;
  letter-spacing: .1em;
  vertical-align: middle;
}

@media only screen and (max-width: 768px) {
  .top-post-shoulder {
    font-size: 1.2rem;
    font-size: 3.2vw;
  }
}

@media only screen and (min-width: 769px) {
  .top-post-shoulder {
    font-size: 1.6rem;
    font-size: 1.11111vw;
  }
}

@media only screen and (min-width: 1440px) {
  .top-post-shoulder {
    font-size: 1.6rem;
  }
}

.top-post-tag {
  display: inline-block;
  padding: 0 10px;
  padding: 0 1rem;
  min-width: 60px;
  min-width: 6rem;
  color: #FFF;
  text-align: center;
  vertical-align: middle;
}

* + .top-post-tag {
  margin-left: 20px;
  margin-left: 2rem;
}

@media only screen and (max-width: 768px) {
  .top-post-tag {
    font-size: 1rem;
    font-size: 2.66667vw;
  }
}

@media only screen and (min-width: 769px) {
  .top-post-tag {
    font-size: 1.2rem;
    font-size: 0.83333vw;
  }
}

@media only screen and (min-width: 1440px) {
  .top-post-tag {
    font-size: 1.2rem;
  }
}

.top-post-body {
  margin-top: -10px;
  margin-top: -1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.top-post-body::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  background-color: rgba(0, 0, 0, .3);
  -webkit-transform: skewX(-18deg);
          transform: skewX(-18deg);
}

.top-morris-list:nth-child(odd) .top-post-body::before {
  left: -60px;
  left: -6rem;
}

.top-post-body > .inner {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}

.top-post-body > .inner::after {
  clear: both;
  content: "";
  display: table;
}

@media only screen and (min-width: 1024px) {
  .top-post-body::before {
    -webkit-transition: background-color .2s ease;
    transition: background-color .2s ease;
  }
  a:hover .top-post-body::before {
    background-color: rgba(0, 0, 0, .4);
  }
}

@media only screen and (min-width: 769px) {
  .top-post-body {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .top-morris-list:nth-child(even) .top-post-body {
    padding-right: 2rem;
  }
  .top-post-body::before {
    width: 100%;
    height: 100%;
  }
  .top-morris-list:nth-child(odd) .top-post-body::before {
    left: -6rem;
  }
  .top-morris-list:nth-child(even) .top-post-body::before {
    right: 2rem;
  }
  .top-post-body > .inner {
    padding: 3rem 0;
  }
}

@media only screen and (max-width: 768px) {
  .top-post-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top-post-body::before {
    height: calc(100% - 1rem);
  }
  .top-morris-list:nth-child(odd) .top-post-body::before {
    left: -6rem;
    width: calc(100% + 6rem - 4vw);
  }
  .top-morris-list:nth-child(even) .top-post-body::before {
    left: 5vw;
    width: 100%;
    padding-left: 10vw;
  }
  .top-post-body > .inner {
    padding-top: 3rem;
    padding-bottom: .5rem;
  }
  .top-morris-list:nth-child(even) .top-post-body > .inner {
    padding-left: 10vw;
  }
}

.top-post-title {
  position: relative;
  line-height: 1.7;
}

.top-post-author-image {
  float: left;
  margin-right: 20px;
  margin-right: 2rem;
  width: 65px;
  height: 65px;
}

.top-post-author-image > img {
  max-width: 100%;
}

.top-post-author {
  display: block;
  position: relative;
}

* + .top-post-author {
  margin-top: 10px;
  margin-top: 1rem;
}

@media only screen and (max-width: 768px) {
  .top-post-author {
    font-size: 1rem;
    font-size: 2.66667vw;
  }
}

@media only screen and (min-width: 769px) {
  .top-post-author {
    font-size: 1.2rem;
    font-size: 0.83333vw;
  }
}

@media only screen and (min-width: 1440px) {
  .top-post-author {
    font-size: 1.2rem;
  }
}

.top-post-link {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: right;
}
.top-post-link_top{
  text-align: left;
}

@media only screen and (min-width: 1024px) {
  a:hover .top-post-link .icon-arrow_wh {
    -webkit-transform: translate3d(1rem, 0, 0);
            transform: translate3d(1rem, 0, 0);
  }
  /*a:hover .top-post-link .icon-arrow_wh::before, a:hover .top-post-link .icon-arrow_wh::after {
    right: -.5rem;
  }*/
  a:hover .top-post-link .icon-arrow_left {
    -webkit-transform: translate3d(-1rem, 0, 0);
            transform: translate3d(-1rem, 0, 0);
  }
}

@media only screen and (min-width: 769px) {
  .top-post-link {
    padding-right: 8rem;
    -ms-flex-preferred-size: 25rem;
        flex-basis: 25rem;
  }
  .top-post-link_top {
    padding-right: 3rem;
    -ms-flex-preferred-size: 20rem;
        flex-basis: 20rem;
  }
}

@media only screen and (max-width: 768px) {
  .top-post-link {
    padding-right: 8vw;
  }
  .top-post-link > .icon-arrow_wh {
    padding-right: 0;
  }
  .top-post-link > .icon-arrow_wh::before, .top-post-link > .icon-arrow_wh::after {
    display: none;
  }
  .top-post-link_top{
    text-align: right;
  }
}

* + .top-morris-list-foot {
  margin-top: 20px;
  margin-top: 2rem;
}

@media only screen and (min-width: 769px) {
  .top-morris-list:nth-child(even) .top-morris-list-foot {
    padding-right: 2rem;
  }
}

.top-morris-list-more {
  display: block;
  color: #FFF;
}

@media only screen and (min-width: 1024px) {
  .top-morris-list-more:hover .icon-arrow_wh {
    -webkit-transform: translate3d(1rem, 0, 0);
            transform: translate3d(1rem, 0, 0);
  }
  /*.top-morris-list-more:hover .icon-arrow_wh::before, .top-morris-list-more:hover .icon-arrow_wh::after {
    right: -.5rem;
  }*/
  .top-morris-list-more:hover .icon-arrow_left {
    -webkit-transform: translate3d(-1rem, 0, 0);
            transform: translate3d(-1rem, 0, 0);
  }
}

@media only screen and (min-width: 769px) {
  .top-morris-list-more {
    text-align: right;
    padding-right: 8rem;
  }
  .top-morris-list-more_left{
    text-align:left;
  }
}

@media only screen and (max-width: 768px) {
  .top-morris-list-more {
    text-align: center;
    padding: 2rem 0 1rem;
  }
}

.top-morris-list_var {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1000px;
  position: relative;
}

.top-morris-list_var > .inner {
  display: block;
  width: 100%;
  height: 100%;
  color: #FFF;
}

@media only screen and (min-width: 769px) {
  * + .top-morris-list_var {
    margin-top: 8rem;
  }
  .top-morris-list_var > .inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (max-width: 768px) {
  .top-morris-list_var {
    padding-right: 4vw;
  }
  * + .top-morris-list_var {
    margin-top: 10vw;
  }
  .top-morris-list_var > .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.top-morris-list_var-image {
  -webkit-transform: skewX(-18deg);
          transform: skewX(-18deg);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.top-morris-list_var-image > img {
  -webkit-transform: skewX(18deg);
          transform: skewX(18deg);
}

@media only screen and (min-width: 1024px) {
  .top-morris-list_var-image {
    background-color: #000;
  }
  .top-morris-list_var-image > img {
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  a:hover .top-morris-list_var-image > img {
    opacity: .8;
  }
}

@media only screen and (min-width: 769px) {
  .top-morris-list_var-image {
    min-height: 340px;
  }
  .top-morris-list_var-image > img {
    height: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .top-morris-list_var-image {
    height: 340px;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  .top-morris-list_var-image > img {
    position: relative;
    height: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .top-morris-list_var-image {
    height: 200px;
  }
}

.top-morris-list_var-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-shadow: 0 0 2px rgba(0, 0, 0, .5);
}

@media only screen and (min-width: 1024px) {
  .top-morris-list_var-content {
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
  }
}

@media only screen and (min-width: 1024px) and (min-width: 1024px) {
  a:hover .top-morris-list_var-content {
    -webkit-transform: translate3d(2rem, 0, 0);
            transform: translate3d(2rem, 0, 0);
  }
}

@media only screen and (min-width: 769px) {
  .top-morris-list_var-content {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (max-width: 768px) {
  .top-morris-list_var-content {
    /*padding-left: 25vw;*/
    padding-left: 5vw;
    padding-bottom: 4vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.top-morris-list_var-title {
  /*font-family: "Oswald", sans-serif;*/
  font-weight: 200;
  letter-spacing: .1em;
  -webkit-transform: skewX(-12deg);
          transform: skewX(-12deg);
}
.top-morris-list_var-title .is-ja {
  font-family: 'Noto Sans JP', sans-serif;
  transform: skewX(-10deg);
}

@media only screen and (max-width: 768px) {
  .top-morris-list_var-title > .is-ja {
    font-size: 2.1rem;
    font-size: 5.6vw;
  }
}

@media only screen and (min-width: 769px) {
  .top-morris-list_var-title > .is-ja {
    font-size: 3rem;
    font-size: 2.08333vw;
  }
}

@media only screen and (min-width: 1440px) {
  .top-morris-list_var-title > .is-ja {
    font-size: 3rem;
  }
}

.top-morris-list_var-title > .is-en {
  display: block;
  font-family: "Oswald", sans-serif;
  font-weight: 200;
  letter-spacing: .12em;
}
@media only screen and (max-width: 768px) {
  .top-morris-list_var-title > .is-en {
    font-size: 1.2rem;
    font-size: 3.2vw;
  }
}

@media only screen and (min-width: 769px) {
  .top-morris-list_var-title > .is-en {
    font-size: 1.4rem;
    font-size: 0.972222vw;
  }
}

@media only screen and (min-width: 1440px) {
  .top-morris-list_var-title > .is-en {
    font-size: 1.4rem;
  }
}

.top-morris-list_var-text {
  line-height: 1.7;
  font-style: italic;
}

* + .top-morris-list_var-text {
  margin-top: 10px;
  margin-top: 1rem;
}

@media only screen and (max-width: 768px) {
  .top-morris-list_var-text {
    font-size: 1.1rem;
    font-size: 2.93333vw;
  }
}

@media only screen and (min-width: 769px) {
  .top-morris-list_var-text {
    font-size: 1.4rem;
    font-size: 0.97222vw;
  }
}

@media only screen and (min-width: 1440px) {
  .top-morris-list_var-text {
    font-size: 1.4rem;
  }
}

.top-morris-list_var-link {
  font-family: "Oswald", sans-serif;
  font-weight: 200;
  letter-spacing: .1em;
  -webkit-transform: skewX(-12deg);
          transform: skewX(-12deg);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

@media only screen and (max-width: 768px) {
  .top-morris-list_var-link {
    font-size: 1.2rem;
    font-size: 3.2vw;
  }
}

@media only screen and (min-width: 769px) {
  .top-morris-list_var-link {
    font-size: 3rem;
    font-size: 2.08333vw;
  }
}

@media only screen and (min-width: 1440px) {
  .top-morris-list_var-link {
    font-size: 3rem;
  }
}

@media only screen and (min-width: 769px) {
  .top-morris-list_var-link {
    position: relative;
    padding: 0 3rem;
  }
  .top-morris-list_var-link::before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    -webkit-transform: skewX(-18deg);
            transform: skewX(-18deg);
    background-color: rgba(255, 255, 255, .23);
  }
}

@media only screen and (max-width: 768px) {
  * + .top-morris-list_var-link {
    margin-top: 2rem;
  }
}

.top-brands-head {
  text-align: center;
}

.top-brands-bnrs {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top-brands-bnrs.is-third {
  /* max-width: 900px; */
  max-width: 700px;
}
@media only screen and (max-width: 750px) {
  .top-brands-bnrs.is-third {
    /* max-width: 900px; */
    max-width: 100%;
  }
}

.top-brands-bnrs.is-fourth, .top-brands-bnrs.is-fourth-text {
  max-width: 700px;
}

.top-brands-bnrs::after {
  display: block;
  width: 33%;
  content: "";
}

.top-brands-bnrs > .bnr {
  -webkit-transform: skewX(-18deg);
          transform: skewX(-18deg);
  text-align: center;
  overflow: hidden;
}

.top-brands-bnrs > .bnr > a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.top-brands-bnrs img {
  -webkit-transform: skewX(18deg);
          transform: skewX(18deg);
}

.top-brands-bnrs.is-fourth-text .bnr {
  display: block;
  width: 100%;
  background: #797979;
  color: #fff;
}
.top-brands-bnrs.is-fourth-text > .bnr span {
  display: block;
  -webkit-transform: skewX(18deg);
          transform: skewX(18deg);
}
@media screen and (max-width:768px) {
  .top-brands-bnrs.is-fourth-text > .bnr span {
    font-size: 10px;
  }
}

@media only screen and (min-width: 1024px) {
  .top-brands-bnrs > .bnr > a {
    position: relative;
  }
  .top-brands-bnrs > .bnr > a::before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .2);
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .top-brands-bnrs > .bnr > a:hover::before {
    opacity: 1;
  }
}

@media only screen and (max-width: 1023px) {
  .top-brands-bnrs {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}

@media only screen and (min-width: 769px) {
  * + .top-brands-bnrs {
    margin-top: .5rem;
  }
  .top-brands-bnrs.is-third > .bnr > a {
    padding: 2% 0;
  }
}

@media only screen and (max-width: 768px) {
  * + .top-brands-bnrs {
    margin-top: .5rem;
  }
  .top-brands-bnrs img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 120%;
    min-height: 100%;
  }
  .top-brands-bnrs.is-primary > .bnr {
    height: 30vw;
  }
  .top-brands-bnrs.is-third > .bnr {
    height: 20vw;
  }
  .top-brands-bnrs.is-third > .bnr > a {
    padding: 2% 0;
  }
  .top-brands-bnrs > .bnr {
    max-height: 100px;
  }
}

@media only screen and (min-width: 751px) {
  .top-brands-bnrs.is-secondary > .bnr {
    width:70%;
    margin:auto;
    margin-top:.5rem;
  }
  .top-brands-bnrs.is-third > .bnr {
    -ms-flex-preferred-size: 24%;
        /* flex-basis: 32%; */
        flex-basis: 48%;
        margin-top: 10px;
  }
  .top-brands-bnrs.is-fourth > .bnr {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
  }
}

@media only screen and (max-width: 750px) {
  .top-brands-bnrs {
    padding: 0 4vw;
  }
  .top-brands-bnrs > .bnr {
    padding: 2%;
  }
  .top-brands-bnrs.is-third > .bnr {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .top-brands-bnrs.is-fourth > .bnr {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

.top-morris-bnrs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 769px) {
  .top-morris-bnrs {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  * + .top-morris-bnrs {
    margin-top: 8rem;
  }
}

@media only screen and (max-width: 768px) {
  .top-morris-bnrs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  * + .top-morris-bnrs {
    margin-top: 4rem;
  }
}

@media only screen and (min-width: 769px) {
  .top-morris-bnrs .slick-dots {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .top-morris-bnrs .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .top-morris-bnrs .slick-dots > li.slick-active button::before {
    background-color: #FFF;
  }
  .top-morris-bnrs .slick-dots button {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    text-indent: -9999px;
    padding: 1.5rem;
    width: 1rem;
    height: 1rem;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    position: relative;
  }
  .top-morris-bnrs .slick-dots button::before {
    position: absolute;
    display: block;
    content: "";
    width: 1rem;
    height: 1rem;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: rgba(255, 255, 255, .25);
    -webkit-transform: skewX(-18deg);
            transform: skewX(-18deg);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
}

.top-morris-bnr {
  position: relative;
}

.top-morris-bnr > .inner {
  display: block;
  height: 100%;
}

@media only screen and (min-width: 1024px) {
  .top-morris-bnr {
    max-height: 240px;
  }
}

@media only screen and (min-width: 769px) {
  .top-morris-bnr {
    width: 49%;
    margin-top: .5vw;
    margin-bottom: .5vw;
  }
  .top-morris-bnr > .inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 2;
  }
  .top-morris-bnr:nth-child(odd) {
    padding-right: 1%;
  }
  .top-morris-bnr:nth-child(even) {
    padding-left: 1%;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1023px) {
  .top-morris-bnr {
    height: 180px;
  }
}

@media only screen and (max-width: 768px) {
  .top-morris-bnr {
    max-height: 240px;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}

@media only screen and (max-width: 480px) {
  .top-morris-bnr {
    max-height: 120px;
  }
}

.top-morris-bnr-head {
  position: absolute;
  bottom: 0;
  color: #FFF;
  z-index: 2;
  width: 100%;
  font-style: italic;
}

@media only screen and (min-width: 1024px) {
  .top-morris-bnr-head {
    -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  }
  a:hover .top-morris-bnr-head {
    -webkit-transform: translate3d(2rem, 0, 0);
            transform: translate3d(2rem, 0, 0);
  }
}

@media only screen and (min-width: 769px) {
  .top-morris-bnr-head {
    max-width: 560px;
    padding: 2rem 2rem;
  }
}

@media only screen and (max-width: 768px) {
  .top-morris-bnr-head {
    padding: 2vw 10vw 2vw;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}

.top-morris-bnr#knots-notes .top-morris-bnr-head, .top-morris-bnr#rig .top-morris-bnr-head {
  color: #000!important;
}

.top-morris-bnr .top-morris-bnr-head {
  left: 0;
}

/*
.top-morris-bnr#ad-gallery .top-morris-bnr-head {
  text-shadow: rgba(60,39,4,.5) 0 0 5px, rgba(60,39,4,.5) 0 0 5px, rgba(60,39,4,.5) 0 0 5px, rgba(60,39,4,.5) 0 0 6px, rgba(60,39,4,.5) 0 0 7px, rgba(60,39,4,.5) 0 0 8px, rgba(60,39,4,.5) 0 0 9px, rgba(60,39,4,.5) 0 0 10px, rgba(60,39,4,.5) 0 0 15px, rgba(60,39,4,.5) 0 0 15px, rgba(60,39,4,.5) 0 0 15px;
}
.top-morris-bnr#ad-gallery .top-morris-lead,
.top-morris-bnr#ad-gallery .top-morris-bnr-head span {
  text-shadow: rgba(60,39,4,.5) 0 0 5px, rgba(60,39,4,.5) 0 0 5px, rgba(60,39,4,.5) 0 0 5px, rgba(60,39,4,.5) 0 0 6px, rgba(60,39,4,.5) 0 0 7px, rgba(60,39,4,.5) 0 0 8px, rgba(60,39,4,.5) 0 0 9px, rgba(60,39,4,.5) 0 0 10px, rgba(60,39,4,.5) 0 0 15px, rgba(60,39,4,.5) 0 0 15px, rgba(60,39,4,.5) 0 0 15px, rgba(60,39,4,.5) 0 0 15px, rgba(60,39,4,.5) 0 0 15px, rgba(60,39,4,.5) 0 0 15px, rgba(60,39,4,.5) 0 0 15px, rgba(60,39,4,.5) 0 0 15px, rgba(60,39,4,.5) 0 0 15px;
}
*/

.top-morris-title {
  letter-spacing: .08em;
  line-height: 1.5;
}
.top-morris-title.is-en {
  font-family: "Oswald", sans-serif;
  letter-spacing: .1em;
}
.top-morris-title img {
  width: 100px;
  margin-left: 10px;
  display: inline-block!important;
}

@media only screen and (max-width: 768px) {
  .top-morris-title {
    font-size: 2.1rem;
    font-size: 5.6vw;
  }
  .top-morris-bnr#knots-notes .top-morris-lead {
    text-shadow: rgba(255,255,255,.9) 0 0 5px, rgba(255,255,255,.9) 0 0 5px, rgba(255,255,255,.9) 0 0 5px, rgba(255,255,255,.9) 0 0 6px, rgba(255,255,255,.9) 0 0 7px, rgba(255,255,255,.9) 0 0 8px;
  }
  .top-morris-bnr .top-morris-lead {
    font-size: 1rem;
    line-height: 1.15;
  }
  .top-morris-title img {
    width: 80px;
  }
}

@media only screen and (min-width: 769px) {
  .top-morris-title {
    font-size: 3.6rem;
    font-size: 2.5vw;
  }
}

@media only screen and (min-width: 1440px) {
  .top-morris-title {
    font-size: 3.6rem;
  }
}
.top-morris-title > .small {
  font-size: 1.4rem;
  vertical-align: middle;
}
.top-morris-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: skewX(-18deg);
          transform: skewX(-18deg);
  height: 100%;
  overflow: hidden;
}

.top-morris-image > img {
  height: 100%;
  -webkit-transform: skewX(18deg);
          transform: skewX(18deg);
}

@media only screen and (min-width: 1024px) {
  .top-morris-image {
    background-color: #000;
  }
  .top-morris-image > img {
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  a:hover .top-morris-image > img {
    opacity: .8;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1023px) {
  .top-morris-image > img {
    width: 125%;
    height: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .top-morris-image {
    height: 240px;
    margin: 0 .5rem;
    overflow: hidden;
  }
  .top-morris-image > img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 120%;
    height: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .top-morris-image {
    height: 120px;
  }
}

.top-info-title {
  background-color: #FFF;
}

.sns-block {
  background: rgba(4,38,86,.85);
  position: fixed;
  z-index: 900;
  transition: .2s all;
  display:none; /* 初回ロゴ表示時用 */
}
.sns-block li a {
  display: block;
  width: 40px;
  margin: 20px;
}
.sns-block li a img {
  width: 100%;
}
.sns-block-text {
  display: block;
  position: absolute;
  font-family: "Oswald", sans-serif;
  color: #fff;
  background: #042656;
  font-size: 14px;
  cursor: pointer;
}
.sns-block-text span:before {
  display: inline-block;
  content:"";
}
.sns-block-sp {
  display: none;
}
@media screen and (min-width:769px) {
  .sns-block {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .sns-block-text {
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    -ms-writing-mode: tb-rl;
  	writing-mode: vertical-rl;
    padding: 20px 0;
    line-height: 25px;
    width: 25px;
  }
  .sns-block-text span:before {
    width: 12px;
    height: 14px;
    background: url(../img/top/arrow-close.png) 0/contain no-repeat;
    margin-bottom: 5px;
  }
  .sns-block.close {
    transform: translate(-100%,-50%);
    transition: .2s all;
  }
  .sns-block-text.close span:before {
    background: url(../img/top/arrow-open.png) 0/contain no-repeat;
  }
}
@media screen and (max-width: 768px) {
  .sns-block {
    display: none!important;
  }
  .sns-block-sp {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #0B2355;
    padding: 10px 0 20px;
    z-index: 900;
    transform: translateY(100%);
    transition: all .2s ease;
  }
  .sns-block-sp.is-active {
    transform: translate(0);
  }
  .sns-block-sp ul {
    display: flex;
    justify-content: center;
  }
  .sns-block-sp li a {
    margin: 20px 10px;
  }
  .sns-block-sp li a img {
    width: 40px;
  }
  .sns-block-sp-txt {
    display: block;
    width: 100%;
    font-family: "Oswald", sans-serif;
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    padding: 1px 0 5px;
  }
  /* .sns-block.close {
    transform: translateY(100%);
    transition: .2s all;
  }
  .sns-block-text.close span:before {
    background: url(../img/top/arrow-open-sp.png) 0/contain no-repeat;
  } */
}

/* ---------- varivas_square ------------ */
@media screen and (min-width:769px) {
  .top-varivas_square img {
    max-width: 1400px;
  }
}
@media screen and (max-width:768px) {
  .top-varivas_square img {
    max-width: 335px;
  }
}
