@charset "UTF-8";
/*!
 * ress.css • v3.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  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
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

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

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

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

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

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 */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* 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;
}

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

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

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 */
}

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

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

/* 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: none;
  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 */
}

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

/* 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 */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and 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;
}

/* # =================================================================
   # 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;
}

@keyframes popup {
  0% {
    transform: translateY(40px) scale(0.8);
    opacity: 0;
  }
  80%, 100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes popup_title {
  0% {
    transform: translateY(40px) scale(0.8);
    opacity: 0;
  }
  80% {
    opacity: 1;
    transform: translateY(0) scale(1.2);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes popup_title2 {
  0%, 100% {
    transform: translateY(0) scale(1);
  }
  80% {
    transform: translateY(0) scale(1.1);
  }
}
@keyframes shake_balloon {
  0% {
    transform: translate3d(1px, 0, 0);
  }
  25% {
    transform: translate3d(0, 2px, 0);
  }
  50% {
    transform: translate3d(-1px, 0, 0);
  }
  75% {
    transform: translate3d(0, 2px, 0);
  }
  100% {
    transform: translate3d(1px, 0, 0);
  }
}
@keyframes inview_slide_up {
  0% {
    transform: translate(0, 50px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes mv_slide_up {
  0% {
    opacity: 0;
    transform: translate(-50px, 50px);
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes bounce {
  0% {
    transform: scale(1, 1) translate(0, 0);
  }
  15% {
    transform: scale(0.98, 0.9) translate(0, 3px);
  }
  30% {
    transform: scale(1.02, 1) translate(0, 4px);
  }
  50% {
    transform: scale(0.98, 1.05) translate(0, -4px);
  }
  70% {
    transform: scale(1, 0.9) translate(0, 3px);
  }
  100% {
    transform: scale(1, 1) translate(0, 0);
  }
  0%, 100% {
    opacity: 1;
  }
}
@keyframes sparkle {
  0% {
    transform: scale(2) rotate(45deg);
    opacity: 0;
  }
  20% {
    transform: scale(20) rotate(45deg);
    opacity: 0.6;
  }
  40% {
    transform: scale(30) rotate(45deg);
    opacity: 0.4;
  }
  80% {
    transform: scale(45) rotate(45deg);
    opacity: 0.2;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@keyframes hamburger_bar_1_on {
  0% {
    top: 0;
    transform: rotate(0deg);
  }
  50% {
    top: 1.5vw;
    transform: rotate(0deg);
  }
  100% {
    top: 1.5vw;
    transform: rotate(45deg);
  }
}
@media only screen and (min-width: 1400px) {
  @keyframes hamburger_bar_1_on {
    0% {
      top: 0;
      transform: rotate(0deg);
    }
    50% {
      top: 21px;
      transform: rotate(0deg);
    }
    100% {
      top: 21px;
      transform: rotate(45deg);
    }
  }
}
@media only screen and (max-width: 767px) {
  @keyframes hamburger_bar_1_on {
    0% {
      top: 0;
      transform: rotate(0deg);
    }
    50% {
      top: 2.5333333333vw;
      transform: rotate(0deg);
    }
    100% {
      top: 2.5333333333vw;
      transform: rotate(45deg);
    }
  }
}
@keyframes hamburger_bar_1_off {
  0% {
    top: 1.5vw;
    transform: rotate(45deg);
  }
  50% {
    top: 1.5vw;
    transform: rotate(0deg);
  }
  100% {
    top: 0vw;
    transform: rotate(0deg);
  }
}
@media only screen and (min-width: 1400px) {
  @keyframes hamburger_bar_1_off {
    0% {
      top: 21px;
      transform: rotate(45deg);
    }
    50% {
      top: 21px;
      transform: rotate(0deg);
    }
    100% {
      top: 0;
      transform: rotate(0deg);
    }
  }
}
@media only screen and (max-width: 767px) {
  @keyframes hamburger_bar_1_off {
    0% {
      top: 2.5333333333vw;
      transform: rotate(45deg);
    }
    50% {
      top: 2.5333333333vw;
      transform: rotate(0deg);
    }
    100% {
      top: 0vw;
      transform: rotate(0deg);
    }
  }
}
@keyframes hamburger_bar_2_on {
  0% {
    top: 3vw;
    transform: rotate(0deg);
  }
  50% {
    top: 1.5vw;
    transform: rotate(0deg);
  }
  100% {
    top: 1.5vw;
    transform: rotate(-45deg);
  }
}
@media only screen and (min-width: 1400px) {
  @keyframes hamburger_bar_2_on {
    0% {
      top: 42px;
      transform: rotate(0deg);
    }
    50% {
      top: 21px;
      transform: rotate(0deg);
    }
    100% {
      top: 21px;
      transform: rotate(-45deg);
    }
  }
}
@media only screen and (max-width: 767px) {
  @keyframes hamburger_bar_2_on {
    0% {
      top: 5.0666666667vw;
      transform: rotate(0deg);
    }
    50% {
      top: 2.5333333333vw;
      transform: rotate(0deg);
    }
    100% {
      top: 2.5333333333vw;
      transform: rotate(-45deg);
    }
  }
}
@keyframes hamburger_bar_2_off {
  0% {
    top: 1.5vw;
    transform: rotate(-45deg);
  }
  50% {
    top: 1.5vw;
    transform: rotate(0deg);
  }
  100% {
    top: 3vw;
    transform: rotate(0deg);
  }
}
@media only screen and (min-width: 1400px) {
  @keyframes hamburger_bar_2_off {
    0% {
      top: 21px;
      transform: rotate(-45deg);
    }
    50% {
      top: 21px;
      transform: rotate(0deg);
    }
    100% {
      top: 42px;
      transform: rotate(0deg);
    }
  }
}
@media only screen and (max-width: 767px) {
  @keyframes hamburger_bar_2_off {
    0% {
      top: 2.5333333333vw;
      transform: rotate(-45deg);
    }
    50% {
      top: 2.5333333333vw;
      transform: rotate(0deg);
    }
    100% {
      top: 5.0666666667vw;
      transform: rotate(0deg);
    }
  }
}
/* ============================================
  Setting
============================================ */
* {
  word-break: break-all;
}
*:focus, *:active {
  outline: none;
}
*:hover {
  -webkit-tap-highlight-color: transparent;
}

table {
  border-collapse: collapse;
}

img,
svg,
picture {
  image-rendering: -webkit-optimize-contrast;
  vertical-align: top;
  max-width: 100%;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  img,
svg,
picture {
    image-rendering: auto;
  }
}
_::-webkit-full-page-media,
_:future, :root img,
:root svg,
:root picture {
  image-rendering: auto;
}

@-moz-document url-prefix() {
  img,
svg,
picture {
    image-rendering: auto;
  }
}
@media all and (-ms-high-contrast: none) {
  img,
svg,
picture {
    image-rendering: auto;
  }
}

ul,
ol {
  list-style: none;
}

.cf::after {
  content: "";
  display: block;
  clear: both;
}

sup {
  font-size: 56%;
}

/* ============================================
  Animation
============================================ */
.fade-in {
  position: relative;
  visibility: visible;
  opacity: 1;
  top: 0;
  transition: opacity 0.5s 0.3s, top 0.5s 0.3s;
}

.fade-out {
  opacity: 0;
  visibility: hidden;
  top: 2.8571428571vw;
}

.slide-in {
  opacity: 1;
  visibility: visible;
  top: 0;
}

/* ============================================
  Common
============================================ */
.tac {
  text-align: center !important;
}

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

.flr {
  float: right;
}

.fll {
  float: left;
}

.is-hidden {
  visibility: hidden;
  pointer-events: none;
}

/* ============================================
  Link
============================================ */
a,
button {
  color: inherit;
  text-decoration: none;
  transition: all 300ms;
}
a:hover,
button:hover {
  text-decoration: underline;
}

.textLink-blue, .textLink {
  position: relative;
  text-decoration: underline;
}
.textLink-blue:hover, .textLink:hover {
  opacity: 1;
  text-decoration: none;
}

.textLink-blue {
  color: #006FCD;
}

.over {
  transition: all 300ms;
}
.over:hover {
  opacity: 0.65;
  text-decoration: none;
}

.btn:hover {
  text-decoration: none;
}

/* ============================================
  Button
============================================ */
.btn_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 3.4285714286vw;
}
@media only screen and (min-width: 1400px) {
  .btn_wrap {
    margin-top: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .btn_wrap {
    margin-top: 10.4vw;
  }
}

.btn-more {
  position: relative;
  display: flex;
  align-items: center;
  background: #cbe8f7;
  font-size: 1.6rem;
  font-weight: 700;
  border: 1px solid #cbe8f7;
  border-radius: 0.3571428571vw;
  width: 21.4285714286vw;
  height: 3.4285714286vw;
  padding: 0 1.7142857143vw;
}
@media only screen and (min-width: 1400px) {
  .btn-more {
    border-radius: 5px;
    width: 300px;
    height: 48px;
    padding: 0 24px;
  }
}
@media only screen and (max-width: 767px) {
  .btn-more {
    font-size: 3.2rem;
    border-radius: 1.6vw;
    width: 80vw;
    height: 12.8vw;
    padding: 0 6.4vw;
  }
}
.btn-more .svg {
  content: "";
  position: absolute;
  top: 0;
  right: 1.5714285714vw;
  bottom: 0;
  width: 2vw;
  height: 2vw;
  margin: auto 0;
}
@media only screen and (min-width: 1400px) {
  .btn-more .svg {
    right: 22px;
    width: 28px;
    height: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .btn-more .svg {
    right: 5.6vw;
    width: 7.4666666667vw;
    height: 7.4666666667vw;
  }
}
.btn-more .svg .cls-1,
.btn-more .svg .cls-2 {
  transition: all 500ms;
}
.btn-more .svg .cls-2 {
  fill: #006fd2;
}
.btn-more:hover {
  background: white;
  border-color: #006fd2;
}
.btn-more:hover .svg .cls-1 {
  fill: #006fd2;
}
.btn-more:hover .svg .cls-2 {
  fill: #fff;
}

/* ============================================
  Base
============================================ */
html {
  font-size: 0.7142857143vw;
}
@media only screen and (min-width: 1400px) {
  html {
    font-size: 62.5%;
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 1.3333333333vw;
  }
}

body {
  position: relative;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  body {
    overflow-x: hidden;
  }
}
body.loaded {
  opacity: 1;
}
body.openMenu {
  overflow: hidden;
  width: 100%;
}

/* ============================================
  Switch
============================================ */
@media only screen and (max-width: 767px) {
  .view-sp {
    display: block;
  }
  .view-pc {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .view-pc {
    display: block;
  }
  .view-sp {
    display: none !important;
  }
}
/* ============================================
  Fonts
============================================ */
.f-serif {
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
}

/* ============================================
  Wrapper
============================================ */
.wrapper {
  position: relative;
  width: 100vw;
  padding-top: 8.2142857143vw;
}
@media only screen and (min-width: 1400px) {
  .wrapper {
    padding-top: 115px;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper {
    padding-top: 16vw;
  }
}

/* ============================================
  Header
============================================ */
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background: #000;
  width: 100%;
  height: 8.2142857143vw;
}
@media only screen and (min-width: 1400px) {
  .header {
    height: 115px;
  }
}
@media only screen and (max-width: 767px) {
  .header {
    height: 16vw;
  }
}
.header_in {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 10.7142857143vw;
}
@media only screen and (min-width: 1400px) {
  .header_in {
    width: 1400px;
    padding: 0 150px;
  }
}
@media only screen and (max-width: 767px) {
  .header_in {
    padding: 0;
  }
}
.header_logo {
  width: 19.2857142857vw;
}
@media only screen and (min-width: 1400px) {
  .header_logo {
    width: 270px;
  }
}
@media only screen and (max-width: 767px) {
  .header_logo {
    width: 45.7333333333vw;
  }
}

/* ============================================
  Hamburger
============================================ */
.hamburger {
  display: block;
  position: absolute;
  top: 0;
  right: 4.7142857143vw;
  bottom: 0;
  cursor: pointer;
  width: 5.3571428571vw;
  height: 3.5vw;
  margin: auto 0;
}
@media only screen and (min-width: 1400px) {
  .hamburger {
    right: 66px;
    width: 75px;
    height: 49px;
  }
}
@media only screen and (max-width: 767px) {
  .hamburger {
    right: 4.8vw;
    width: 8.4vw;
    height: 6vw;
  }
}
.hamburger > span {
  position: absolute;
  background: #fff;
  transition: all 300ms;
  animation-direction: reverse;
  width: 100%;
  height: 0.5vw;
}
@media only screen and (min-width: 1400px) {
  .hamburger > span {
    height: 7px;
  }
}
@media only screen and (max-width: 767px) {
  .hamburger > span {
    height: 0.9333333333vw;
  }
}
.hamburger > span:nth-of-type(1) {
  top: 0;
}
.hamburger > span:nth-of-type(2) {
  top: 1.5vw;
}
@media only screen and (min-width: 1400px) {
  .hamburger > span:nth-of-type(2) {
    top: 21px;
  }
}
@media only screen and (max-width: 767px) {
  .hamburger > span:nth-of-type(2) {
    top: 2.5333333333vw;
  }
}
.hamburger > span:nth-of-type(3) {
  top: 3vw;
}
@media only screen and (min-width: 1400px) {
  .hamburger > span:nth-of-type(3) {
    top: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .hamburger > span:nth-of-type(3) {
    top: 5.0666666667vw;
  }
}
.closeMenu .hamburger > span:nth-of-type(1) {
  animation: hamburger_bar_1_off 0.5s forwards;
}
.closeMenu .hamburger > span:nth-of-type(2) {
  opacity: 1;
  transition-delay: 0.25s;
}
.closeMenu .hamburger > span:nth-of-type(3) {
  animation: hamburger_bar_2_off 0.5s forwards;
}
.openMenu .hamburger > span:nth-of-type(1) {
  animation: hamburger_bar_1_on 0.5s forwards;
}
.openMenu .hamburger > span:nth-of-type(2) {
  opacity: 0;
}
.openMenu .hamburger > span:nth-of-type(3) {
  animation: hamburger_bar_2_on 0.5s forwards;
}

/* ============================================
  G-Navi
============================================ */
.gnavi {
  position: fixed;
  top: 8.2142857143vw;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: all 500ms;
  width: 100%;
  height: calc(100% - 8.2142857143vw);
}
@media only screen and (min-width: 1400px) {
  .gnavi {
    top: 115px;
    height: calc(100% - 115px);
  }
}
@media only screen and (max-width: 767px) {
  .gnavi {
    top: 16vw;
    height: calc(100% - 16vw);
  }
}
.openMenu .gnavi {
  opacity: 1;
  pointer-events: auto;
}
.gnavi .overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
}
.gnavi .gnavi_in {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 10.7142857143vw;
}
@media only screen and (min-width: 1400px) {
  .gnavi .gnavi_in {
    width: 1400px;
    padding: 0 150px;
  }
}
@media only screen and (max-width: 767px) {
  .gnavi .gnavi_in {
    overflow-y: auto;
    height: 100%;
    padding: 0 0 5.3333333333vw;
  }
  .gnavi .gnavi_in a {
    position: relative;
  }
}
.gnavi .gnavi_container {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .gnavi .gnavi_container {
    width: 96.6363636364%;
  }
}
@media only screen and (max-width: 767px) {
  .gnavi .gnavi_container {
    flex-direction: column;
    width: 89.3333333333vw;
    padding-top: 2.6666666667vw;
  }
}
@media only screen and (min-width: 768px) {
  .gnavi .gnavi_container .column {
    width: 34.0545625588%;
    padding-top: 1.6933207902%;
  }
}
@media only screen and (max-width: 767px) {
  .gnavi .gnavi_container .column {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .gnavi .gnavi_container .column-03 {
    width: 19.1909689558%;
  }
}
@media only screen and (max-width: 767px) {
  .gnavi .gnavi_container .column-03 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 4.8vw 3.2vw;
  }
}
@media only screen and (max-width: 767px) {
  .gnavi .gnavi_container .column-03 .row {
    display: flex;
    align-items: center;
    height: 6.6666666667vw;
  }
}
@media only screen and (min-width: 768px) {
  .gnavi .gnavi_container .column-03 .row:not(:first-of-type) {
    margin-top: 2.2857142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  .gnavi .gnavi_container .column-03 .row:not(:first-of-type) {
    margin-top: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .gnavi .gnavi_container .column-03 .row-01 {
    padding-right: 10vw;
  }
}
.gnavi .gnavi_container .column-03 .row-01 > a {
  position: relative;
  color: #fff;
  font-size: 1.5rem;
  padding-left: 1.3214285714vw;
}
@media only screen and (min-width: 1400px) {
  .gnavi .gnavi_container .column-03 .row-01 > a {
    padding-left: 18.5px;
  }
}
@media only screen and (max-width: 767px) {
  .gnavi .gnavi_container .column-03 .row-01 > a {
    font-size: 2.8rem;
    padding-left: 4.9333333333vw;
  }
}
.gnavi .gnavi_container .column-03 .row-01 > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: url(../img/common/ico_arrow_01.svg) no-repeat center/100% auto;
  width: 0.3571428571vw;
  height: 0.6785714286vw;
  margin: auto 0;
}
@media only screen and (min-width: 1400px) {
  .gnavi .gnavi_container .column-03 .row-01 > a::before {
    width: 5px;
    height: 9.5px;
  }
}
@media only screen and (max-width: 767px) {
  .gnavi .gnavi_container .column-03 .row-01 > a::before {
    width: 1.3333333333vw;
    height: 2.4vw;
  }
}
@media only screen and (max-width: 767px) {
  .gnavi .gnavi_container .column-03 .row-02 {
    border-left: 1px solid #fff;
    padding-left: 10vw;
  }
}
.gnavi .gnavi_container .column-03 .row-02 .btn {
  display: block;
  width: 96.568627451%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .gnavi .gnavi_container .column-03 .row-02 .btn {
    width: 36.2666666667vw;
  }
}
.gnavi .gnaviList {
  width: 100%;
}
.gnavi .gnaviList_item {
  background-image: linear-gradient(to right, #fff, #fff 1px, transparent 1px, transparent 2px);
  background-size: 2px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
  color: #fff;
  font-size: 1.5rem;
  padding: 1.4285714286vw 0.7142857143vw;
}
@media only screen and (min-width: 1400px) {
  .gnavi .gnaviList_item {
    padding: 20px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .gnavi .gnaviList_item {
    font-size: 2.8rem;
    padding: 4.8vw 0 4.8vw 3.2vw;
  }
}
.gnavi .gnaviList_item .childList {
  padding-left: 1em;
}
.gnavi .gnaviList_item .childList_item {
  margin-top: 1.7857142857vw;
}
@media only screen and (min-width: 1400px) {
  .gnavi .gnaviList_item .childList_item {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .gnavi .gnaviList_item .childList_item {
    margin-top: 4.8vw;
  }
}

/* ============================================
  Footer
============================================ */
.footer {
  position: relative;
  background: #000;
  color: #fff;
  width: 100%;
  height: 17.8571428571vw;
  margin: 0 auto;
  padding: 0;
}
@media only screen and (min-width: 1400px) {
  .footer {
    height: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .footer {
    height: 30.6666666667vw;
  }
}
.footer_in {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 10.7142857143vw;
}
@media only screen and (min-width: 1400px) {
  .footer_in {
    width: 1400px;
    padding: 0 150px;
  }
}
@media only screen and (max-width: 767px) {
  .footer_in {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
}
.footer_logo {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .footer_logo {
    width: 16.3571428571vw;
    padding: 3.1428571429vw 0 2.3571428571vw;
  }
}
@media only screen and (min-width: 1400px) {
  .footer_logo {
    width: 229px;
    padding: 44px 0 33px;
  }
}
@media only screen and (max-width: 767px) {
  .footer_logo {
    order: 2;
    width: 37.7333333333vw;
    padding: 4.1333333333vw 0 4vw;
  }
}
@media only screen and (max-width: 767px) {
  .footer_nav {
    order: 1;
    border-bottom: 1px solid #fff;
    padding: 1.5714285714vw 0 1.4285714286vw;
  }
}
@media only screen and (min-width: 768px) {
  .footer_nav .column_wrap .column {
    padding-top: 0.9090909091%;
  }
}
.footer_nav .column_wrap .column-left {
  border-right: 0.1428571429vw solid #fff;
  width: 76.1818181818%;
  padding-bottom: 0.3636363636%;
}
@media only screen and (min-width: 1400px) {
  .footer_nav .column_wrap .column-left {
    border-right-width: 2px;
  }
}
.footer_nav .column_wrap .column-left .row-02 {
  margin-top: 2.3866348449%;
}
@media only screen and (min-width: 768px) {
  .footer_nav .column_wrap .column-right {
    width: 23.8181818182%;
    padding-bottom: 0.6363636364%;
    padding-left: 2%;
  }
}
@media only screen and (max-width: 767px) {
  .footer_nav .column_wrap .column-right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .footer_nav .column_wrap .column-right .row {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 10vw;
  }
}
@media only screen and (min-width: 768px) {
  .footer_nav .column_wrap .column-right .row-02 {
    margin-top: 9.1666666667%;
  }
}
@media only screen and (max-width: 767px) {
  .footer_nav .column_wrap .column-right .row-02 {
    border-left: 1px solid #fff;
  }
}
.footer_nav .column_wrap .column-right .row-02 .btn {
  display: block;
  width: 99.5833333333%;
}
@media only screen and (max-width: 767px) {
  .footer_nav .column_wrap .column-right .row-02 .btn {
    width: 31.8666666667vw;
  }
}
.footer_nav .list {
  display: flex;
  flex-wrap: wrap;
}
.footer_nav .list-01 {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .footer_nav .list-01 {
    font-size: 2.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .footer_nav .list-01 > * + * {
    margin-left: 1vw;
  }
}
@media only screen and (min-width: 1400px) {
  .footer_nav .list-01 > * + * {
    margin-left: 14px;
  }
}
.footer_nav .list-01 > li > a {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .footer_nav .list-01 > li > a {
    padding: 0 0 0 1.1428571429vw;
  }
}
@media only screen and (min-width: 1400px) {
  .footer_nav .list-01 > li > a {
    padding-left: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .footer_nav .list-01 > li > a {
    padding-left: 10.8vw;
  }
}
.footer_nav .list-01 > li > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: url(../img/common/orn_list_01.svg) no-repeat center/100% auto;
  margin: auto 0;
}
@media only screen and (min-width: 768px) {
  .footer_nav .list-01 > li > a::before {
    width: 0.5714285714vw;
    height: 0.5714285714vw;
  }
}
@media only screen and (min-width: 1400px) {
  .footer_nav .list-01 > li > a::before {
    width: 8px;
    height: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .footer_nav .list-01 > li > a::before {
    background-image: url(../img/common/orn_list_01_sp.svg);
    width: 5.6vw;
    height: 0.9333333333vw;
  }
}
.footer_nav .list-02 {
  font-size: 1.8rem;
}
.footer_nav .list-02 li {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .footer_nav .list-02 > * + * {
    margin-left: 1.3571428571vw;
  }
}
@media only screen and (min-width: 1400px) {
  .footer_nav .list-02 > * + * {
    margin-left: 19px;
  }
}
.footer_nav .list-02 > li .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
}
@media only screen and (min-width: 768px) {
  .footer_nav .list-02 > li .btn {
    width: 18.2142857143vw;
    height: 2.4285714286vw;
  }
}
@media only screen and (min-width: 1400px) {
  .footer_nav .list-02 > li .btn {
    width: 255px;
    height: 34px;
  }
}

.footer_nav .list-02 li:last-child {
  margin-left: 0;
  margin-bottom: 0;
}

/* ============================================
  Pagetop
============================================ */
.pagetop {
  position: fixed;
  right: 8.4285714286vw;
  bottom: 2.1428571429vw;
  width: 4.5714285714vw;
  height: 4.5714285714vw;
}
@media only screen and (min-width: 1400px) {
  .pagetop {
    right: 118px;
    bottom: 30px;
    width: 64px;
    height: 64px;
  }
}
@media only screen and (max-width: 767px) {
  .pagetop {
    right: 4vw;
    bottom: 6.6666666667vw;
    width: 9.6vw;
    height: 9.6vw;
  }
}
.bottom .pagetop {
  position: absolute;
  top: -6.7142857143vw;
  bottom: unset;
}
@media only screen and (min-width: 1400px) {
  .bottom .pagetop {
    top: -94px;
  }
}
@media only screen and (max-width: 767px) {
  .bottom .pagetop {
    top: -16.2666666667vw;
  }
}

/* ============================================
  Contents
============================================ */
.contents {
  position: relative;
}

/* ============================================
  Column
============================================ */
.column_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.column_wrap.jc-start {
  justify-content: flex-start;
}
.column_wrap.jc-center {
  justify-content: center;
}
.column_wrap.column-half .column {
  width: 50%;
}
.column_wrap.column-one_third .column {
  width: 33.3333333333%;
}
.column_wrap.column-quarter .column {
  width: 25%;
}

/* ============================================
  Section
============================================ */
.sec {
  position: relative;
  overflow: hidden;
}
.sec_in {
  width: 100%;
  margin: 0 auto;
  padding: 0 10.7142857143vw;
}
@media only screen and (min-width: 1400px) {
  .sec_in {
    width: 1400px;
    padding: 0 150px;
  }
}
@media only screen and (max-width: 767px) {
  .sec_in {
    padding: 0 6.4vw;
  }
}
.sec_in.w100per {
  width: 100%;
  padding: 0;
}

/* ============================================
  Form
============================================ */
.form_wrap .formArea {
  padding: 0 3.2%;
}
@media only screen and (max-width: 767px) {
  .form_wrap .formArea {
    padding: 0;
  }
}
.form_wrap .formArea .dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .form_wrap .formArea .dl {
    flex-direction: column;
  }
}
.form_wrap .formArea .dl:not(:first-of-type) {
  margin-top: 2.2857142857vw;
}
@media only screen and (min-width: 1400px) {
  .form_wrap .formArea .dl:not(:first-of-type) {
    margin-top: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .form_wrap .formArea .dl:not(:first-of-type) {
    margin-top: 6.4vw;
  }
}
.form_wrap .formArea .dl > dt {
  position: relative;
  font-size: 1.8rem;
  line-height: 1.75;
  width: 23.0769230769%;
  padding: 1vw 1.7142857143vw 1vw 0;
}
@media only screen and (min-width: 1400px) {
  .form_wrap .formArea .dl > dt {
    padding: 14px 24px 14px 0;
  }
}
@media only screen and (max-width: 767px) {
  .form_wrap .formArea .dl > dt {
    display: flex;
    align-items: center;
    font-size: 2.8rem;
    width: 100%;
    padding: 0;
  }
}
.form_wrap .formArea .dl > dt.required::after {
  content: "必須";
  position: absolute;
  top: 1.2857142857vw;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffec00;
  color: #006fcd;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
  border-radius: 0.8571428571vw;
  width: 4.5714285714vw;
  height: 1.7142857143vw;
}
@media only screen and (min-width: 1400px) {
  .form_wrap .formArea .dl > dt.required::after {
    top: 18px;
    border-radius: 12px;
    width: 64px;
    height: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .form_wrap .formArea .dl > dt.required::after {
    position: static;
    display: inline-flex;
    font-size: 1.6rem;
    border-radius: 1.8666666667vw;
    width: 9.8666666667vw;
    height: 3.7333333333vw;
    margin-left: 4.2666666667vw;
  }
}
.form_wrap .formArea .dl > dd {
  width: 74.358974359%;
  padding-left: 1.7142857143vw;
}
@media only screen and (min-width: 1400px) {
  .form_wrap .formArea .dl > dd {
    padding-left: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .form_wrap .formArea .dl > dd {
    width: 100%;
    margin-top: 1.6vw;
    padding-left: 0;
  }
}
.form_wrap .formArea textarea,
.form_wrap .formArea input[type=text] {
  font-size: 1.6rem;
  line-height: 1.75;
  border-radius: 0.8571428571vw;
  border: 1px solid #a7a7a7;
  width: 100%;
  padding: 1.1428571429vw 1.7142857143vw;
}
@media only screen and (min-width: 1400px) {
  .form_wrap .formArea textarea,
.form_wrap .formArea input[type=text] {
    border-radius: 12px;
    padding: 16px 24px;
  }
}
@media only screen and (max-width: 767px) {
  .form_wrap .formArea textarea,
.form_wrap .formArea input[type=text] {
    font-size: 2.8rem;
    border-radius: 1.2vw;
    padding: 2.9333333333vw 3.2vw;
  }
}
.form_wrap .formArea textarea::placeholder,
.form_wrap .formArea input[type=text]::placeholder {
  color: #888888;
}
.form_wrap .formArea textarea {
  height: 13.5714285714vw;
}
@media only screen and (min-width: 1400px) {
  .form_wrap .formArea textarea {
    height: 190px;
  }
}
@media only screen and (max-width: 767px) {
  .form_wrap .formArea textarea {
    height: 40vw;
  }
}
.form_wrap .formArea .birthday {
  justify-content: flex-start;
}
.form_wrap .formArea .birthday > * {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .form_wrap .formArea .birthday > * {
    font-size: 2.8rem;
  }
}
.form_wrap .formArea .birthday > * + * {
  margin-left: 2.2857142857vw;
}
@media only screen and (min-width: 1400px) {
  .form_wrap .formArea .birthday > * + * {
    margin-left: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .form_wrap .formArea .birthday > * + * {
    margin-left: 3.4666666667vw;
  }
}
.form_wrap .formArea .birthday > * input[type=text] {
  margin-right: 1.1428571429vw;
}
@media only screen and (min-width: 1400px) {
  .form_wrap .formArea .birthday > * input[type=text] {
    margin-right: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .form_wrap .formArea .birthday > * input[type=text] {
    margin-right: 3.4666666667vw;
  }
}
.form_wrap .formArea .birthday .year input[type=text] {
  width: 9.0714285714vw;
}
@media only screen and (min-width: 1400px) {
  .form_wrap .formArea .birthday .year input[type=text] {
    width: 127px;
  }
}
@media only screen and (max-width: 767px) {
  .form_wrap .formArea .birthday .year input[type=text] {
    width: 29.3333333333vw;
  }
}
.form_wrap .formArea .birthday .month input[type=text] {
  width: 6.4285714286vw;
}
@media only screen and (min-width: 1400px) {
  .form_wrap .formArea .birthday .month input[type=text] {
    width: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .form_wrap .formArea .birthday .month input[type=text] {
    width: 16.8vw;
  }
}
.form_wrap .formArea .birthday .day input[type=text] {
  width: 6.4285714286vw;
}
@media only screen and (min-width: 1400px) {
  .form_wrap .formArea .birthday .day input[type=text] {
    width: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .form_wrap .formArea .birthday .day input[type=text] {
    width: 16.8vw;
  }
}
.form_wrap .agreementArea {
  margin: 2.2857142857vw 0 4.5714285714vw;
  padding: 0 0 0 27.2%;
}
@media only screen and (min-width: 1400px) {
  .form_wrap .agreementArea {
    margin: 32px 0 64px;
  }
}
@media only screen and (max-width: 767px) {
  .form_wrap .agreementArea {
    margin: 6.6666666667vw auto 11.2vw;
    padding: 0;
  }
}
.form_wrap .agreementArea .mwform-checkbox-field > label {
  cursor: pointer;
}
.form_wrap .agreementArea .mwform-checkbox-field > label input[type=checkbox] {
  display: none;
}
.form_wrap .agreementArea .mwform-checkbox-field > label input[type=checkbox]:checked + .mwform-checkbox-field-text::after {
  opacity: 1;
}
.form_wrap .agreementArea .mwform-checkbox-field > label input[type=checkbox] + .mwform-checkbox-field-text {
  position: relative;
  font-size: 1.8rem;
  padding-left: 3.5714285714vw;
}
@media only screen and (min-width: 1400px) {
  .form_wrap .agreementArea .mwform-checkbox-field > label input[type=checkbox] + .mwform-checkbox-field-text {
    padding-left: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .form_wrap .agreementArea .mwform-checkbox-field > label input[type=checkbox] + .mwform-checkbox-field-text {
    font-size: 2.8rem;
    padding-left: 10.9333333333vw;
  }
}
.form_wrap .agreementArea .mwform-checkbox-field > label input[type=checkbox] + .mwform-checkbox-field-text::before, .form_wrap .agreementArea .mwform-checkbox-field > label input[type=checkbox] + .mwform-checkbox-field-text::after {
  content: "";
  position: absolute;
  content: "";
}
.form_wrap .agreementArea .mwform-checkbox-field > label input[type=checkbox] + .mwform-checkbox-field-text::before {
  top: 0;
  left: 0;
  bottom: 0;
  border: 1px solid #656565;
  width: 1.2857142857vw;
  height: 1.2857142857vw;
  margin: auto 0;
}
@media only screen and (min-width: 1400px) {
  .form_wrap .agreementArea .mwform-checkbox-field > label input[type=checkbox] + .mwform-checkbox-field-text::before {
    width: 18px;
    height: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .form_wrap .agreementArea .mwform-checkbox-field > label input[type=checkbox] + .mwform-checkbox-field-text::before {
    left: 0.8vw;
    border-width: 0.2666666667vw;
    width: 4vw;
    height: 4vw;
  }
}
.form_wrap .agreementArea .mwform-checkbox-field > label input[type=checkbox] + .mwform-checkbox-field-text::after {
  top: 0.4285714286vw;
  left: 0.2142857143vw;
  transform: rotate(-45deg);
  border-bottom: 0.1428571429vw solid #006FCD;
  border-left: 0.1428571429vw solid #006FCD;
  opacity: 0;
  width: 0.8571428571vw;
  height: 0.5vw;
}
@media only screen and (min-width: 1400px) {
  .form_wrap .agreementArea .mwform-checkbox-field > label input[type=checkbox] + .mwform-checkbox-field-text::after {
    top: 6px;
    left: 3px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    width: 12px;
    height: 7px;
  }
}
@media only screen and (max-width: 767px) {
  .form_wrap .agreementArea .mwform-checkbox-field > label input[type=checkbox] + .mwform-checkbox-field-text::after {
    top: 1.3333333333vw;
    left: 1.6vw;
    border-bottom-width: 0.2666666667vw;
    border-left-width: 0.2666666667vw;
    width: 2.4vw;
    height: 1.4vw;
  }
}
.form_wrap .btn_wrap .btn-submit {
  position: relative;
  background: #006FCD;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  border-radius: 0.5714285714vw;
  border: 0.1428571429vw solid #006FCD;
  filter: drop-shadow(0.2142857143vw 0.2142857143vw 0.2142857143vw rgba(0, 0, 0, 0.3));
  width: 34.2857142857vw;
  height: 4.5714285714vw;
}
@media only screen and (min-width: 1400px) {
  .form_wrap .btn_wrap .btn-submit {
    border-radius: 8px;
    filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
    width: 480px;
    height: 64px;
  }
}
@media only screen and (max-width: 767px) {
  .form_wrap .btn_wrap .btn-submit {
    border-radius: 2.1333333333vw;
    border-width: 0.2666666667vw;
    filter: drop-shadow(0.5333333333vw 0.5333333333vw 0.5333333333vw rgba(0, 0, 0, 0.3));
    width: 80vw;
    height: 12.8vw;
  }
}
.form_wrap .btn_wrap .btn-submit::before {
  content: "";
  position: absolute;
  top: 0;
  right: 1.4285714286vw;
  bottom: 0;
  background: url(../img/common/ico_arrow_circle_01.svg) no-repeat center/100% auto;
  transition: all 300ms;
  width: 2vw;
  height: 2vw;
  margin: auto 0;
}
@media only screen and (min-width: 1400px) {
  .form_wrap .btn_wrap .btn-submit::before {
    right: 20px;
    width: 28px;
    height: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .form_wrap .btn_wrap .btn-submit::before {
    right: 3.2vw;
    width: 4.6666666667vw;
    height: 4.6666666667vw;
  }
}
.form_wrap .btn_wrap .btn-submit:hover {
  background: #fff;
  color: #006FCD;
}
.form_wrap .btn_wrap .btn-submit:hover::before {
  background-image: url(../img/common/ico_arrow_circle_01_on.svg);
}

/* ============================================
  Top
============================================ */
#TOP {
  background: #000;
}
#TOP .sec-mv {
  position: relative;
  overflow: hidden;
}
#TOP .sec-mv::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
#TOP .sec-mv .mv_in {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#TOP .sec-mv video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: auto;
}
#TOP .sec-01 {
  background: url(../img/top/bg_sec_01_01.jpg) no-repeat center top/100% auto;
  padding-bottom: 14.5454545455%;
}
@media only screen and (min-width: 1400px) {
  #TOP .sec-01 {
    background-size: 1400px auto;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec-01 {
    background-image: url(../img/top/bg_sec_01_01_sp.png);
    background-size: 85.0666666667vw auto;
    background-position: top 0 right 0;
    padding-bottom: 13.3333333333vw;
  }
}
#TOP .sec-01 .catch {
  width: 32.8181818182%;
  padding: 7.6363636364% 0 0;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-01 .catch {
    width: 42.8vw;
    padding: 10.2666666667vw 0 0;
  }
}
#TOP .sec-01 .text {
  color: #fff;
  font-size: 1.3rem;
  line-height: 2.7;
  margin-top: 3.6363636364%;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-01 .text {
    display: flex;
    justify-content: center;
    font-size: 2.6rem;
    line-height: 1.7;
    margin-top: 12vw;
  }
}
#TOP .sec-02 .heading {
  width: 15.4285714286vw;
}
@media only screen and (min-width: 1400px) {
  #TOP .sec-02 .heading {
    width: 216px;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec-02 .heading {
    width: 52.4vw;
  }
}
#TOP .sec-02 .link {
  width: 11.5vw;
  margin-left: auto;
}
@media only screen and (min-width: 1400px) {
  #TOP .sec-02 .link {
    width: 161px;
  }
}
#TOP .sec-02 .topicsList {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  #TOP .sec-02 .topicsList {
    justify-content: space-between;
    margin: 2.6363636364% auto 3.5454545455%;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec-02 .topicsList {
    margin: 6.1333333333vw auto 0;
  }
}
#TOP .sec-02 .topicsList > li {
  color: #fff;
  width: 21.3636363636%;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-02 .topicsList > li {
    width: 41.3333333333vw;
  }
  #TOP .sec-02 .topicsList > li:not(:nth-of-type(2n+1)) {
    margin-left: 4.5333333333vw;
  }
  #TOP .sec-02 .topicsList > li:nth-of-type(n+3) {
    margin-top: 8.6666666667vw;
  }
}
#TOP .sec-02 .topicsList > li .img {
  position: relative;
  overflow: hidden;
}
#TOP .sec-02 .topicsList > li .img::before {
  content: "";
  display: block;
  background: #fff;
  padding-top: 67.6595744681%;
}
#TOP .sec-02 .topicsList > li .img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  margin: auto;
}
#TOP .sec-02 .topicsList > li .date {
  font-family: "Oswald", serif;
  font-size: 1.3rem;
  font-weight: bold;
  margin-top: 0.8571428571vw;
}
@media only screen and (min-width: 1400px) {
  #TOP .sec-02 .topicsList > li .date {
    margin-top: 12px;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec-02 .topicsList > li .date {
    font-size: 2.6rem;
    margin-top: 3.2vw;
  }
}
#TOP .sec-02 .topicsList > li .text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 1.3rem;
  line-height: 1.6;
  margin-top: 0.2857142857vw;
}
@media only screen and (min-width: 1400px) {
  #TOP .sec-02 .topicsList > li .text {
    margin-top: 4px;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec-02 .topicsList > li .text {
    -webkit-line-clamp: 3;
    font-size: 2.6rem;
    line-height: 1.5;
    margin-top: 2vw;
  }
}
#TOP .sec-03 {
  padding: 4.7142857143vw 0 0;
}
@media only screen and (min-width: 1400px) {
  #TOP .sec-03 {
    padding: 66px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec-03 {
    padding-top: 13.0666666667vw;
  }
}
#TOP .sec-03 .heading {
  width: 44.3571428571vw;
}
@media only screen and (min-width: 1400px) {
  #TOP .sec-03 .heading {
    width: 621px;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec-03 .heading {
    width: 79.6vw;
  }
}
#TOP .sec-03 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 4.2142857143vw;
}
@media only screen and (min-width: 1400px) {
  #TOP .sec-03 .list {
    margin-top: 59px;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec-03 .list {
    flex-direction: column;
    margin-top: 7.0666666667vw;
  }
}
@media only screen and (min-width: 768px) {
  #TOP .sec-03 .list > * + * {
    margin-left: 6.8181818182%;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec-03 .list > * + * {
    margin-top: 5.3333333333vw;
  }
}
#TOP .sec-03 .list > li {
  color: #fff;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #TOP .sec-03 .list > li {
    width: 22.8181818182%;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec-03 .list > li {
    text-align: left;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec-03 .list .btn {
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec-03 .list .img {
    width: 44vw;
  }
}
@media only screen and (min-width: 768px) {
  #TOP .sec-03 .list .box {
    margin-top: 4.780876494%;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec-03 .list .box {
    padding-top: 8vw;
  }
}
#TOP .sec-03 .list .box .affiliation {
  font-size: 1.3rem;
  margin-bottom: 1em;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-03 .list .box .affiliation {
    font-size: 2.6rem;
    line-height: 1.5;
    margin-bottom: 0.3em;
  }
}
#TOP .sec-03 .list .box .name {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-03 .list .box .name {
    font-size: 2.8rem;
    line-height: 1.4;
  }
}
#TOP .sec-03 .list .box .position {
  font-size: 1.3rem;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-03 .list .box .position {
    font-size: 2.4rem;
  }
}
#TOP .sec-04 {
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  #TOP .sec-04 {
    height: 69.2142857143vw;
    margin-top: 4.8571428571vw;
  }
}
@media only screen and (min-width: 1400px) {
  #TOP .sec-04 {
    margin-top: 68px;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec-04 {
    height: 152.6666666667vw;
    margin-top: 13.2vw;
  }
}
#TOP .sec-04 .bg {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  pointer-events: none;
}
#TOP .sec-04 .bg::before {
  content: "";
  display: block;
}
#TOP .sec-04 .bg-01 {
  top: 8.7142857143vw;
  left: 0;
  background-image: url(../img/top/bg_sec_04_01.png);
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-04 .bg-01 {
    top: 8.5333333333vw;
    background-image: url(../img/top/bg_sec_04_01_sp.png);
  }
}
#TOP .sec-04 .bg-01::before {
  padding-top: 60.5714285714%;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-04 .bg-01::before {
    padding-top: 143.4666666667%;
  }
}
#TOP .sec-04 .bg-02 {
  top: 0;
  left: 0;
  background-image: url(../img/top/bg_sec_04_02.png);
  width: 73.2857142857vw;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-04 .bg-02 {
    top: 4.8vw;
    background-image: url(../img/top/bg_sec_04_02_sp.png);
    width: 62.9333333333vw;
  }
}
#TOP .sec-04 .bg-02::before {
  padding-top: 40.4483430799%;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-04 .bg-02::before {
    padding-top: 39.406779661%;
  }
}
#TOP .sec-04 .bg-03 {
  top: 8.7142857143vw;
  right: 0;
  background-image: url(../img/top/bg_sec_04_03.png);
  width: 26.7142857143vw;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-04 .bg-03 {
    top: 7.3333333333vw;
    background-image: url(../img/top/bg_sec_04_03_sp.png);
    width: 38.9333333333vw;
  }
}
#TOP .sec-04 .bg-03::before {
  padding-top: 40.1069518717%;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-04 .bg-03::before {
    padding-top: 35.9589041096%;
  }
}
#TOP .sec-04 .bg-04 {
  top: 11.5714285714vw;
  left: 15.2857142857vw;
  background-image: url(../img/top/bg_sec_04_04.png);
  width: 26.1071428571vw;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-04 .bg-04 {
    top: 13.6vw;
    left: 4.5333333333vw;
    background-image: url(../img/top/bg_sec_04_04_sp.png);
    width: 33.8666666667vw;
  }
}
#TOP .sec-04 .bg-04::before {
  padding-top: 293.2968536252%;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-04 .bg-04::before {
    padding-top: 290.9448818898%;
  }
}
#TOP .sec-04 .heading {
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  #TOP .sec-04 .heading {
    width: 61.7142857143vw;
    padding-top: 1.9285714286vw;
  }
}
@media only screen and (min-width: 1400px) {
  #TOP .sec-04 .heading {
    width: 864px;
    padding-top: 27px;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec-04 .heading {
    width: 70.6666666667vw;
  }
}
#TOP .sec-04 .sec_in {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
#TOP .sec-04 .box {
  position: absolute;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  #TOP .sec-04 .box {
    top: 19.142857vw;
    left: 49.9285714286vw;
    width: 39.2857142857vw;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec-04 .box {
    top: 24.8vw;
    right: 3.8666666667vw;
    width: 56vw;
  }
}
@media only screen and (min-width: 768px) {
  #TOP .sec-04 .box .sub_heading {
    width: 93.0909090909%;
    margin-left: 1.6363636364%;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec-04 .box .sub_heading {
    width: 50.8vw;
  }
}
#TOP .sec-04 .box .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  margin-top: 1.272727%;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-04 .box .list {
    align-items: center;
    margin-top: 6.266667vw;
  }
}
#TOP .sec-04 .box .list > li.item-01 {
  width: 30.9090909091%;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-04 .box .list > li.item-01 {
    width: 23.0666666667vw;
  }
}
#TOP .sec-04 .box .list > li.item-02 {
  width: 33.2727272727%;
  margin-left: 10.1818181818%;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-04 .box .list > li.item-02 {
    width: 24.5333333333vw;
    margin-left: 4.9333333333vw;
  }
}
@media only screen and (min-width: 768px) {
  #TOP .sec-04 .box .btn_wrap {
    margin-top: 7.2727272727%;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec-04 .box .btn_wrap {
    margin-top: 5vw;
  }
}
#TOP .sec-04 .box .btn_wrap .btn {
  display: block;
}
@media only screen and (min-width: 768px) {
  #TOP .sec-04 .box .btn_wrap .btn {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec-04 .box .btn_wrap .btn {
    width: 100%;
  }
}
#TOP .sec-05 {
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  #TOP .sec-05 {
    height: 96vw;
    margin-top: -21vw;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec-05 {
    height: 190vw;
    margin-top: -59.4vw;
  }
}
#TOP .sec-05 .bg {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  pointer-events: none;
}
#TOP .sec-05 .bg::before {
  content: "";
  display: block;
}
#TOP .sec-05 .bg-01 {
  top: 0;
  left: 0;
  background-image: url(../img/top/bg_sec_05_01.png);
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-05 .bg-01 {
    background-image: url(../img/top/bg_sec_05_01_sp.png);
    height: 100%;
  }
}
#TOP .sec-05 .bg-01::before {
  padding-top: 77%;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-05 .bg-01::before {
    padding-top: 190%;
  }
}
#TOP .sec-05 .bg-02 {
  top: 6.5714285714vw;
  left: 0;
  background-image: url(../img/top/bg_sec_05_02.png);
  width: 41vw;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-05 .bg-02 {
    top: 8vw;
    background-image: url(../img/top/bg_sec_05_02_sp.png);
    width: 37.6vw;
  }
}
#TOP .sec-05 .bg-02::before {
  padding-top: 35.0174216028%;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-05 .bg-02::before {
    padding-top: 37.2340425532%;
  }
}
#TOP .sec-05 .bg-03 {
  top: 0;
  right: 0;
  background-image: url(../img/top/bg_sec_05_03.png);
  width: 59vw;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-05 .bg-03 {
    top: 0;
    background-image: url(../img/top/bg_sec_05_03_sp.png);
    width: 62.8vw;
  }
}
#TOP .sec-05 .bg-03::before {
  padding-top: 34.5036319613%;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-05 .bg-03::before {
    padding-top: 39.4904458599%;
  }
}
@media only screen and (min-width: 768px) {
  #TOP .sec-05 .bg-04 {
    top: 12.5vw;
    right: 0;
    background-image: url("../img/top/bg_sec_05_04.png");
    width: 100vw;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec-05 .bg-04 {
    bottom: 33.0666666667vw;
    background-image: url("../img/top/bg_sec_05_04_sp.png");
    width: 100%;
  }
}
#TOP .sec-05 .bg-04::before {
  padding-top: 83.5%;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-05 .bg-04::before {
    padding-top: 95.2%;
  }
}
#TOP .sec-05 .sec_in {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
#TOP .sec-05 .box {
  position: absolute;
  top: 19.142857vw;
  left: 10.7857142857vw;
  z-index: 2;
  width: 39.2857142857vw;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-05 .box {
    top: 22.466667vw;
    left: 0;
    width: 100%;
  }
}
#TOP .sec-05 .box .sub_heading {
  width: 83.090909%;
  margin-left: 1.6363636364%;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-05 .box .sub_heading {
    width: 48.8vw;
    margin-left: 25.666667vw;
  }
}
#TOP .sec-05 .box .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  margin-top: 1.272727%;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-05 .box .list {
    margin-top: 2.533333vw;
  }
}
@media only screen and (min-width: 768px) {
  #TOP .sec-05 .box .list > li {
    width: 28.1818181818%;
  }
}
@media only screen and (min-width: 768px) {
  #TOP .sec-05 .box .list > li.item-01 {
    margin-bottom: -1.6363636364%;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec-05 .box .list > li.item-01 {
    width: 25.6vw;
  }
}
@media only screen and (min-width: 768px) {
  #TOP .sec-05 .box .list > li.item-02 {
    margin-left: 5.1818181818%;
	margin-bottom: -1.5%;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec-05 .box .list > li.item-02 {
    width: 25.0666666667vw;
    margin-left: 7.7333333333vw;
	margin-bottom: 0.4%;
  }
}
@media only screen and (min-width: 768px) {
  #TOP .sec-05 .box .btn_wrap {
    margin-top: 8.1818181818%;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec-05 .box .btn_wrap {
    margin-top: 4.533333vw;
  }
}
#TOP .sec-05 .box .btn_wrap .btn {
  display: block;
}
@media only screen and (min-width: 768px) {
  #TOP .sec-05 .box .btn_wrap .btn {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec-05 .box .btn_wrap .btn {
    width: 62.6666666667vw;
    margin: 0 auto;
  }
}






/* sec-06_0 追加 */
@media only screen and (min-width: 768px) {
  #TOP .sec-06_0 {
    height: 81.814286vw;
    margin-top: -35.8571428571vw;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec-06_0 {
    height: 164.4vw;
    margin-top: -68.2666666667vw;
  }
}
#TOP .sec-06_0 .bg {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  pointer-events: none;
}
#TOP .sec-06_0 .bg::before {
  content: "";
  display: block;
}
#TOP .sec-06_0 .bg-01 {
  top: 8.7142857143vw;
  left: 0;
  background-image: url(../img/top/bg_sec_06_01_0.png);
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-06_0 .bg-01 {
    top: 5vw;
    background-image: url(../img/top/bg_sec_06_01_0_sp.png);
  }
}
#TOP .sec-06_0 .bg-01::before {
  padding-top: 60.5714285714%;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-06_0 .bg-01::before {
    padding-top: 143.4666666667%;
  }
}
#TOP .sec-06_0 .bg-02 {
  top: 0;
  left: 0;
  background-image: url(../img/top/bg_sec_04_02.png);
  width: 73.2857142857vw;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-06_0 .bg-02 {
    top: 4.8vw;
    background-image: url(../img/top/bg_sec_04_02_sp.png);
    width: 62.9333333333vw;
  }
}
#TOP .sec-06_0 .bg-02::before {
  padding-top: 40.4483430799%;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-06_0 .bg-02::before {
    padding-top: 39.406779661%;
  }
}
#TOP .sec-06_0 .bg-03 {
  top: 8.7142857143vw;
  right: 0;
  background-image: url(../img/top/bg_sec_04_03.png);
  width: 26.7142857143vw;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-06_0 .bg-03 {
    top: 7.3333333333vw;
    background-image: url(../img/top/bg_sec_04_03_sp.png);
    width: 38.9333333333vw;
  }
}
#TOP .sec-06_0 .bg-03::before {
  padding-top: 40.1069518717%;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-06_0 .bg-03::before {
    padding-top: 35.9589041096%;
  }
}
#TOP .sec-06_0 .bg-04 {
  top: 11.5714285714vw;
  left: 15.2857142857vw;
  background-image: url(../img/top/bg_sec_04_04.png);
  width: 26.1071428571vw;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-06_0 .bg-04 {
    top: 17.6vw;
    left: 4.5333333333vw;
    background-image: url(../img/top/bg_sec_04_04_sp.png);
    width: 33.8666666667vw;
  }
}
#TOP .sec-06_0 .bg-04::before {
  padding-top: 293.2968536252%;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-06_0 .bg-04::before {
    padding-top: 290.9448818898%;
  }
}
#TOP .sec-06_0 .sec_in {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}




#TOP .sec-06_0 .box {
  position: absolute;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  #TOP .sec-06_0 .box {
        top: 26.142857vw;
        left: 34.928571vw;
        width: 62.285714vw;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec-06_0 .box {
    top: 29.8vw;
    /*right: 3.8666666667vw;*/
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  #TOP .sec-06_0 .box .sub_heading {
    width: 93.0909090909%;
    margin-left: 1.6363636364%;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec-06_0 .box .sub_heading {
    width: 50.8vw;
	margin-top: 0vw;
    margin-left: 44vw;
  }
}
#TOP .sec-06_0 .box .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  margin-top: 7.2727272727%;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-06_0 .box .list {
    align-items: center;
    margin-top: 9.2666666667vw;
  }
}
#TOP .sec-06_0 .box .list > li.item-01 {
  width: 30.9090909091%;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-06_0 .box .list > li.item-01 {
    width: 23.0666666667vw;
  }
}
#TOP .sec-06_0 .box .list > li.item-02 {
  width: 33.2727272727%;
  margin-left: 10.1818181818%;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-06_0 .box .list > li.item-02 {
    width: 24.5333333333vw;
    margin-left: 4.9333333333vw;
  }
}
@media only screen and (min-width: 768px) {
  #TOP .sec-06_0 .box .btn_wrap {
    margin-top: 7.2727272727%;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec-06_0 .box .btn_wrap {
    margin: 36vw auto 0;
  }
}
#TOP .sec-06_0 .box .btn_wrap .btn {
  display: block;
}
@media only screen and (min-width: 768px) {
  #TOP .sec-06_0 .box .btn_wrap .btn {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec-06_0 .box .btn_wrap .btn {
    width: 100%;
  }
}





@media only screen and (min-width: 768px) {
  #TOP .sec-06_0 .sec_in {
    padding-top: 16.4285714286vw;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec-06_0 .sec_in {
    padding-top: 26.1333333333vw;
  }
}
#TOP .sec-06_0 .heading {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  #TOP .sec-06_0 .heading {
    width: 35.8571428571vw;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec-06_0 .heading {
    width: 54.2666666667vw;
  }
}
#TOP .sec-06_0 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  #TOP .sec-06_0 .list {
    padding-top: 3.2142857143vw;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec-06_0 .list {
    padding-top: 8vw;
  }
  #TOP .sec-06_0 .list li {
    padding: 2vw;
  }
}
@media only screen and (min-width: 768px) {
  #TOP .sec-06_0 .list > li.item-04 {
    width: 20.4285714286vw;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec-06_0 .list > li.item-04 {
    width: 40vw;
  }
}
@media only screen and (min-width: 768px) {
  #TOP .sec-06_0 .list > li.item-01 {
    width: 20.4285714286vw;
    margin-left: 1vw;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec-06_0 .list > li.item-01 {
    width: 40vw;
  }
}
@media only screen and (min-width: 768px) {
  #TOP .sec-06_0 .list > li.item-02 {
    width: 21.75vw;
    margin-left: 1vw;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec-06_0 .list > li.item-02 {
    width: 40vw;
  }
}
@media only screen and (min-width: 768px) {
  #TOP .sec-06_0 .list > li.item-03 {
    width: 20.6071428571vw;
    margin-left: 1vw;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec-06_0 .list > li.item-03 {
    width: 40vw;
  }
}
@media only screen and (min-width: 768px) {
  #TOP .sec-06_0 .btn_wrap {
    width: 38.5vw;
    margin: 2.5714285714vw auto 0;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec-06_0 .btn_wrap {
    width: 62.5333333333vw;
    margin: 8.8vw auto 0;
  }
}
	
	
	
	
	
	

@media only screen and (min-width: 768px) {
  #TOP .sec-06 {
    height: 65.6428571429vw;
    margin-top: -35.8571428571vw;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec-06 {
    height: 164.4vw;
    margin-top: -68.2666666667vw;
  }
}
#TOP .sec-06 .bg {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  pointer-events: none;
}
#TOP .sec-06 .bg::before {
  content: "";
  display: block;
}
#TOP .sec-06 .bg-01 {
  background-image: url(../img/top/bg_sec_06_01_2.png);
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-06 .bg-01 {
    background-image: url(../img/top/bg_sec_06_01_sp.png);
	height: 164.4vw;
  }
}
#TOP .sec-06 .bg-01::before {
  padding-top: 65.7142857143%;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-06 .bg-01::before {
    padding-top: 114.4%;
  }
}
#TOP .sec-06 .bg-02 {
  background-image: url(../img/top/bg_sec_06_02.png);
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-06 .bg-02 {
    background-image: url(../img/top/bg_sec_06_02_sp.png);
  }
}
#TOP .sec-06 .bg-02::before {
  padding-top: 20.8571428571%;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-06 .bg-02::before {
    padding-top: 24.8%;
  }
}
#TOP .sec-06 .sec_in {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  #TOP .sec-06 .sec_in {
    padding-top: 16.4285714286vw;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec-06 .sec_in {
    padding-top: 26.1333333333vw;
  }
}
#TOP .sec-06 .heading {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  #TOP .sec-06 .heading {
    width: 35.8571428571vw;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec-06 .heading {
    width: 54.2666666667vw;
  }
}
#TOP .sec-06 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  #TOP .sec-06 .list {
    padding-top: 3.2142857143vw;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec-06 .list {
    padding-top: 8vw;
  }
  #TOP .sec-06 .list li {
    padding: 2vw;
  }
}
@media only screen and (min-width: 768px) {
  #TOP .sec-06 .list > li.item-04 {
    width: 20.4285714286vw;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec-06 .list > li.item-04 {
    width: 40vw;
  }
}
@media only screen and (min-width: 768px) {
  #TOP .sec-06 .list > li.item-01 {
    width: 20.4285714286vw;
    margin-left: 1vw;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec-06 .list > li.item-01 {
    width: 40vw;
  }
}
@media only screen and (min-width: 768px) {
  #TOP .sec-06 .list > li.item-02 {
    width: 21.75vw;
    margin-left: 1vw;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec-06 .list > li.item-02 {
    width: 40vw;
  }
}
@media only screen and (min-width: 768px) {
  #TOP .sec-06 .list > li.item-03 {
    width: 20.6071428571vw;
    margin-left: 1vw;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec-06 .list > li.item-03 {
    width: 40vw;
  }
}
@media only screen and (min-width: 768px) {
  #TOP .sec-06 .btn_wrap {
    width: 27.5vw;
    margin: 2.5714285714vw auto 0;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec-06 .btn_wrap {
    width: 62.5333333333vw;
    margin: 8.8vw auto 0;
  }
}





/* .sec-06_2 */
@media only screen and (min-width: 768px) {
  #TOP .sec-06_2 {
    height: 65.6428571429vw;
    margin-top: -21vw;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec-06_2 {
    height: 164.4vw;
    margin-top: -46.266667vw;
  }
}
#TOP .sec-06_2 .bg {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  pointer-events: none;
}
#TOP .sec-06_2 .bg::before {
  content: "";
  display: block;
}
#TOP .sec-06_2 .bg-01 {
  top: 0;
  left: 0;
  background-image: url(../img/top/bg_sec_05_01.png);
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-06_2 .bg-01 {
    background-image: url(../img/top/bg_sec_05_01_sp.png);
    height: 100%;
  }
}
#TOP .sec-06_2 .bg-01::before {
  padding-top: 77%;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-06_2 .bg-01::before {
    padding-top: 190%;
  }
}
#TOP .sec-06_2 .bg-02 {
  top: 6.5714285714vw;
  left: 0;
  background-image: url(../img/top/bg_sec_05_02.png);
  width: 41vw;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-06_2 .bg-02 {
    top: 8vw;
    background-image: url(../img/top/bg_sec_05_02_sp.png);
    width: 37.6vw;
  }
}
#TOP .sec-06_2 .bg-02::before {
  padding-top: 35.0174216028%;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-06_2 .bg-02::before {
    padding-top: 37.2340425532%;
  }
}
#TOP .sec-06_2 .bg-03 {
  top: 0;
  right: 0;
  background-image: url(../img/top/bg_sec_05_03.png);
  width: 59vw;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-06_2 .bg-03 {
    top: 0;
    background-image: url(../img/top/bg_sec_05_03_sp.png);
    width: 62.8vw;
  }
}
#TOP .sec-06_2 .bg-03::before {
  padding-top: 34.5036319613%;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-06_2 .bg-03::before {
    padding-top: 39.4904458599%;
  }
}
#TOP .sec-06_2 .sec_in {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  #TOP .sec-06_2 .sec_in {
    padding-top: 16.4285714286vw;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec-06_2 .sec_in {
    padding-top: 26.1333333333vw;
  }
}
#TOP .sec-06_2 .heading {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  #TOP .sec-06_2 .heading {
    width: 35.8571428571vw;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec-06_2 .heading {
    width: 54.2666666667vw;
  }
}
#TOP .sec-06_2 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  #TOP .sec-06_2 .list {
    padding-top: 3.2142857143vw;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec-06_2 .list {
    padding-top: 8vw;
  }
  #TOP .sec-06_2 .list li {
    padding: 2vw;
  }
}
@media only screen and (min-width: 768px) {
  #TOP .sec-06_2 .list > li.item-04 {
    width: 20.4285714286vw;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec-06_2 .list > li.item-04 {
    width: 40vw;
  }
}
@media only screen and (min-width: 768px) {
  #TOP .sec-06_2 .list > li.item-01 {
    width: 20.4285714286vw;
    margin-left: 1vw;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec-06_2 .list > li.item-01 {
    width: 40vw;
  }
}
@media only screen and (min-width: 768px) {
  #TOP .sec-06_2 .list > li.item-02 {
    width: 21.75vw;
    margin-left: 1vw;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec-06_2 .list > li.item-02 {
    width: 40vw;
  }
}
@media only screen and (min-width: 768px) {
  #TOP .sec-06_2 .list > li.item-03 {
    width: 20.6071428571vw;
    margin-left: 1vw;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec-06_2 .list > li.item-03 {
    width: 40vw;
  }
}
@media only screen and (min-width: 768px) {
  #TOP .sec-06_2 .btn_wrap {
    width: 27.5vw;
    margin: 2.5714285714vw auto 0;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec-06_2 .btn_wrap {
    width: 62.5333333333vw;
    margin: 8.8vw auto 0;
  }
}








#TOP .sec-07 {
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  #TOP .sec-07 {
    /*margin-top: -7.1428571429vw;*/
  }
}
#TOP .sec-07 .sec_in {
  z-index: 2;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-07 .sec_in {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  #TOP .sec-07 .column_wrap {
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec-07 .column_wrap {
    flex-direction: column;
  }
}
#TOP .sec-07 .column-collection {
  position: relative;
}
@media only screen and (min-width: 768px) {
  #TOP .sec-07 .column-collection {
    width: 100%;
  }
}
#TOP .sec-07 .column-collection::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: #000;
  width: 100vw;
  height: 100%;
  margin: 0;
}

#TOP .video-wrap {
  background-image: linear-gradient(139deg, rgb(217, 214, 213) 26%, rgb(192, 189, 188) 56%, rgb(173, 168, 167) 76%, rgb(142, 137, 135) 99%);
}

#TOP .sec-07 .column-video {
  position: relative;
}
@media only screen and (min-width: 768px) {
  #TOP .sec-07 .column-video {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  #TOP .sec-07 .column-video {
    width: 100%;
  }
}
#TOP .sec-07 .sec-collection {
  position: relative;
  background: #080404;
  z-index: 1;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  #TOP .sec-07 .sec-collection {
    padding: 8.2191780822% 0 9.8630136986% 0;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec-07 .sec-collection {
    padding: 6.6666666667vw 6.4vw 8.5333333333vw;
  }
}
#TOP .sec-07 .sec-collection .heading {
  width: 48.4931506849%;
  margin-bottom: 6.8493150685%;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-07 .sec-collection .heading {
    width: 52.5333333333vw;
    margin-bottom: 10.6666666667vw;
  }
}
@media only screen and (min-width: 768px) {
  #TOP .sec-07 .sec-collection .row + .row {
    margin-top: 6.8493150685%;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec-07 .sec-collection .row + .row {
    margin-top: 9.0666666667vw;
  }
}
#TOP .sec-07 .sec-collection .sub_heading {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-07 .sec-collection .sub_heading {
    font-size: 2.6rem;
    margin-bottom: 2.6666666667vw;
  }
}
#TOP .sec-07 .sec-collection .list {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  #TOP .sec-07 .sec-collection .list > li {
    width: 23%;
    margin-top: 1.6438356164%;
  }
  #TOP .sec-07 .sec-collection .list > li:not(:nth-of-type(4n + 1)) {
    margin-left: 2%;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec-07 .sec-collection .list > li {
    width: 42.6666666667vw;
  }
  #TOP .sec-07 .sec-collection .list > li:not(:nth-of-type(2n+1)) {
    margin-left: 1.3333333333vw;
  }
  #TOP .sec-07 .sec-collection .list > li:nth-of-type(n+3) {
    margin-top: 1.3333333333vw;
  }
}
#TOP .sec-07 .sec-video {
  position: relative;
  height: 100%;
}



@media only screen and (min-width: 768px) {
  #TOP .sec-07 .sec-video {
    padding: 8% 0 8% 0;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec-07 .sec-video {
    padding: 8vw 6.4vw 10vw;
  }
}
#TOP .sec-07 .sec-video .heading {
  width: 16%;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-07 .sec-video .heading {
    width: 14.9333333333vw;
  }
}
#TOP .sec-07 .sec-video .title {
  width: 50%;
  margin-top: 3%;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-07 .sec-video .title {
    width: 69.4666666667vw;
    margin-top: 3.2vw;
  }
}


#TOP .sec-07 .sec-video .list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 2.6666666667vw;
}

#TOP .sec-07 .sec-video .list li {
	aspect-ratio: 16 / 9;
    width: 48%;
	height: 100%;
	font-size: 14px;
}

#TOP .sec-07 .sec-video .vc_grid_text {
	margin-top: 1vw;
	line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  #TOP .sec-07 .sec-video .list {
    display: block;
    flex-wrap: nowrap;
    width: auto;
    margin-top: 2.6666666667vw;
  }
}
@media only screen and (min-width: 768px) {
  #TOP .sec-07 .sec-video .list > * + * {
    margin-left: 4%;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec-07 .sec-video .list > * + * {
    margin-top: 6vw;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec-07 .sec-video .list > li {
	aspect-ratio: 16 / 9;
    width: 100%;
	height: auto;
  }
}
#TOP .sec-08 {
  background: #dedfdf;
  padding: 3.3571428571vw 0 5.5vw;
}
@media only screen and (min-width: 1400px) {
  #TOP .sec-08 {
    padding: 47px 0 77px;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec-08 {
    padding: 8vw 0 10vw;
  }
}
#TOP .sec-08 .heading {
  width: 13.5vw;
}
@media only screen and (min-width: 1400px) {
  #TOP .sec-08 .heading {
    width: 189px;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec-08 .heading {
    width: 29.4666666667vw;
  }
}
#TOP .sec-08 .list {
  width: 80.4545454545%;
  margin: 0 auto;
  padding-top: 3.9090909091%;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-08 .list {
    width: 100%;
    padding-top: 6vw;
  }
}
#TOP .sec-08 .list > * + * {
  margin-top: 2.4545454545%;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-08 .list > * + * {
    margin-top: 3.3333333333vw;
  }
}
#TOP .sec-08 .list > li {
  border-bottom: 0.1428571429vw solid #080404;
}
@media only screen and (min-width: 1400px) {
  #TOP .sec-08 .list > li {
    border-bottom-width: 2px;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec-08 .list > li {
    border-bottom-width: 0.2666666667vw;
  }
}
#TOP .sec-08 .list > li > a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 12px 7px;
}
@media only screen and (min-width: 1400px) {
  #TOP .sec-08 .list > li > a {
    padding: 0 0.8571428571vw 0.5vw;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec-08 .list > li > a {
    align-items: flex-start;
    padding: 0 1.6vw 1.6vw;
  }
}
#TOP .sec-08 .list > li .date {
  font-family: "Oswald", serif;
  font-size: 1.4rem;
  line-height: 2;
  width: 21.6949152542%;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-08 .list > li .date {
    font-size: 2.6rem;
    line-height: 1.3;
    width: 18.6666666667vw;
  }
}
#TOP .sec-08 .list > li .text {
  font-size: 1.4rem;
  line-height: 2;
  border-left: 0.1428571429vw solid #080404;
  width: 78.3050847458%;
  padding: 0 0 0 5.197740113%;
}
@media only screen and (min-width: 1400px) {
  #TOP .sec-08 .list > li .text {
    border-left-width: 2px;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec-08 .list > li .text {
    font-size: 2.6rem;
    line-height: 1.3;
    border-left-width: 0.2666666667vw;
    width: 64.8vw;
    padding-left: 3.2vw;
  }
}

/* ============================================
  Page
============================================ */
.PAGE .breadcrumb {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  padding: 1.0714285714vw 5vw;
}
@media only screen and (min-width: 1400px) {
  .PAGE .breadcrumb {
    padding: 15px 70px;
  }
}
.PAGE .breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
}
.PAGE .breadcrumb ul > li {
  color: #fff;
  font-size: 1.4rem;
}
.PAGE .breadcrumb ul > li:not(:first-of-type)::before {
  display: inline-block;
  content: ">";
  margin: 0 0.5em;
}
.PAGE .breadcrumb.color-2 ul > li {
  color: #0e0e0e;
}
@media only screen and (max-width: 767px) {
  .PAGE .sec_in {
    padding: 0;
  }
}
.PAGE .sec-mv {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.PAGE .sec-mv .img {
  width: 100%;
}
.PAGE .pointList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 6.3636363636%;
}
@media only screen and (max-width: 767px) {
  .PAGE .pointList {
    margin-top: 11.4666666667vw;
  }
}
@media only screen and (min-width: 768px) {
  .PAGE .pointList > * + * {
    margin-left: 3.6363636364%;
  }
}
@media only screen and (max-width: 767px) {
  .PAGE .pointList > * + * {
    margin-top: 6.6666666667vw;
  }
}
@media only screen and (min-width: 768px) {
  .PAGE .pointList > li {
    width: 25.9090909091%;
  }
}
@media only screen and (max-width: 767px) {
  .PAGE .pointList > li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 94.1333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .PAGE .pointList .box {
    width: 46vw;
  }
}
.PAGE .pointList .box .text {
  font-size: 1.8rem;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .PAGE .pointList .box .text {
    margin-top: 4.2105263158%;
    height: 3.6em;
  }
}
@media only screen and (max-width: 767px) {
  .PAGE .pointList .box .text {
    font-size: 2.8rem;
    line-height: 1.6;
    margin-top: 2vw;
  }
}

.PAGE .sec-04 .pointList .box .text {

}
@media only screen and (min-width: 768px) {
  .PAGE .sec-04 .pointList .box .text {
    height: 4.8em;
  }
}
@media only screen and (max-width: 767px) {
  .PAGE .sec-04 .pointList .box .text {
    
  }
}

@media only screen and (min-width: 768px) {
  .PAGE .pointList .img {
    margin-top: 3.5087719298%;
  }
}
@media only screen and (max-width: 767px) {
  .PAGE .pointList .img {
    width: 46vw;
  }
}
.PAGE .pointList .note {
  line-height: 1.4;
}
@media only screen and (min-width: 768px) {
  .PAGE .pointList .note {
    font-size: 1.4rem;
    margin-top: 3.5087719298%;
	text-indent: -1em;
	padding-left: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .PAGE .pointList .note {
    font-size: 2.4rem;
    margin-top: 1.3333333333vw;
	text-indent: -1em;
	padding-left: 1em;
  }
}

.PAGE .productFeature {
  width: 30%;
  margin: 3% auto 6%;
}

@media only screen and (max-width: 767px) {
	.PAGE .productFeature {
		width: 80%;
		margin: 10% auto 6%;
	}
}

.PAGE .productList {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .PAGE .productList {
    justify-content: center;
    margin-top: 5.2727272727%;
  }
}
@media only screen and (max-width: 767px) {
  .PAGE .productList {
    width: 81.6vw;
    margin: 15.0666666667vw auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .PAGE .productList > li {
    width: 37.7333333333vw;
  }
  .PAGE .productList > li:not(:nth-of-type(2n+1)) {
    margin-left: 0;
  }
  .PAGE .productList > li:nth-of-type(n+3) {
    margin-top: 6vw;
  }
	
  .PAGE .collection .productList > li:not(:nth-of-type(even)) {
    margin-left: 6vw;
  }
  .PAGE .collection .productList > li:nth-of-type(n+2) {
    margin-top: 6vw;
  }
	
}
.PAGE .productList .name {
  font-size: 1.8rem;
  line-height: 1.2;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .PAGE .productList .name {
    font-size: 2.9rem;
  }
}
.PAGE .productList .name .color {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .PAGE .productList .name .color {
    font-size: 2.6rem;
  }
}
.PAGE .sec-series {
  background: #e1e2e2;
}
.PAGE .sec-series .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 9.0909090909% 0;
}
@media only screen and (max-width: 767px) {
  .PAGE .sec-series .list {
    padding: 10.6666666667vw 2%;
  }
}
@media only screen and (min-width: 768px) {
  .PAGE .sec-series .list > li {
    width: 22%;
  }
}
@media only screen and (max-width: 767px) {
  .PAGE .sec-series .list > li {
    width: 48%;
	margin-bottom: 2vw;
  }
}
@media only screen and (min-width: 768px) {
  .PAGE .sec-series .list > li:not(:nth-of-type(4n+1)) {
    margin-left: 4%;
  }
}
@media only screen and (max-width: 767px) {
  .PAGE .sec-series .list > li:nth-of-type(even) {
    margin-left: 2%;
  }
}

/* ============================================
  Walking
============================================ */
#WALKING .sec-01 {
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  #WALKING .sec-01 {
    background-image: url(../img/walking/bg_sec_01_01.png);
	background-position: center 11vw;
    margin-top: -17.7142857143vw;
    padding-bottom: 15.5vw;
  }
}
@media only screen and (max-width: 767px) {
  #WALKING .sec-01 {
    background-image: url(../img/walking/bg_sec_01_01_sp.png);
    margin-top: -20.2666666667vw;
    padding-bottom: 71.866667vw;
  }
}
#WALKING .sec-01 .mv {
  position: relative;
  z-index: 2;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #WALKING .sec-01 .pointList {
    margin-top: 7.0909090909%;
  }
}
@media only screen and (min-width: 768px) {
  #WALKING .sec-01 .productList {
    margin-top: 6.3636363636%;
  }
  #WALKING .sec-01 .productList > * + * {
    margin-left: -0.9090909091%;
  }
}
@media only screen and (min-width: 768px) {
  #WALKING .sec-01 .productList > li {
    width: 16.9090909091%;
  }
}
@media only screen and (min-width: 768px) {
  #WALKING .sec-01 .productList .name {
    margin-top: -4.3243243243%;
  }
}
#WALKING .sec-02 {
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  #WALKING .sec-02 {
    background-image: url(../img/walking/bg_sec_02_01.png);
    background-position: center 12.8vw;
    margin-top: -17.7142857143vw;
    padding-bottom: 15.5vw;
  }
}
@media only screen and (max-width: 767px) {
  #WALKING .sec-02 {
    background-image: url(../img/walking/bg_sec_02_01_sp.png);
    background-position: center 11.9333333333vw;
    margin-top: -65.066667vw;
    padding-bottom: 16.2666666667vw;
  }
}
#WALKING .sec-02 .mv {
  position: relative;
  width: 100%;
}
#WALKING .sec-02 .sec_in {
  position: relative;
}
@media only screen and (min-width: 768px) {
  #WALKING .sec-02 .pointList {
    margin-top: 3.2727272727%;
  }
}
@media only screen and (max-width: 767px) {
  #WALKING .sec-02 .pointList {
    margin-top: 12.8vw;
  }
}
@media only screen and (min-width: 768px) {
  #WALKING .sec-02 .productList {
    margin-top: 7%;
  }
  #WALKING .sec-02 .productList > * + * {
    margin-left: -0.4545454545%;
  }
}
@media only screen and (min-width: 768px) {
  #WALKING .sec-02 .productList > li {
    width: 16.9090909091%;
  }
}
@media only screen and (min-width: 768px) {
  #WALKING .sec-02 .productList .name {
    margin-top: 1.1428571429vw;
  }
}
@media only screen and (min-width: 1400px) {
  #WALKING .sec-02 .productList .name {
    margin-top: 16px;
  }
}
#WALKING .sec-03 {
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  #WALKING .sec-03 {
    background-image: url(../img/walking/bg_sec_03_01.png);
    background-position: center 11.1vw;
    margin-top: -13.2857142857vw;
    padding-bottom: 25.1428571429vw;
  }
}
@media only screen and (max-width: 767px) {
  #WALKING .sec-03 {
    background-image: url(../img/walking/bg_sec_03_01_sp.png);
    background-position: center 10.7333333333vw;
    margin-top: -12vw;
    padding-bottom: 24.4vw;
  }
}
#WALKING .sec-03 .mv {
  position: relative;
  width: 100%;
}
#WALKING .sec-03 .sec_in {
  position: relative;
}
@media only screen and (min-width: 768px) {
  #WALKING .sec-03 .pointList {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  #WALKING .sec-03 .pointList {
    margin-top: 12.8vw;
  }
}
@media only screen and (min-width: 768px) {
  #WALKING .sec-03 .productList {
    margin-top: 7.9090909091%;
  }
  #WALKING .sec-03 .productList > * + * {
    margin-left: -0.4545454545%;
  }
}
@media only screen and (min-width: 768px) {
  #WALKING .sec-03 .productList > li {
    width: 16.9090909091%;
  }
}
@media only screen and (min-width: 768px) {
  #WALKING .sec-03 .productList .name {
    margin-top: 1.1428571429vw;
  }
}
@media only screen and (min-width: 1400px) {
  #WALKING .sec-03 .productList .name {
    margin-top: -8px;
  }
}

#WALKING .sec-04 {
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  #WALKING .sec-04 {
    background-image: url(../img/walking/bg_sec_01_01.png);
    margin-top: -20.4285714286vw;
    padding-bottom: 23.7142857143vw;
  }
}
@media only screen and (max-width: 767px) {
  #WALKING .sec-04 {
    background-image: url(../img/walking/bg_sec_01_01_sp.png);
    margin-top: -20.2666666667vw;
    padding-bottom: 19.8666666667vw;
  }
}
#WALKING .sec-04 .mv {
  position: relative;
  z-index: 2;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #WALKING .sec-04 .pointList {
    margin-top: 7.0909090909%;
  }
}
@media only screen and (min-width: 768px) {
  #WALKING .sec-04 .productList {
    margin-top: 6.3636363636%;
  }
  #WALKING .sec-04 .productList > * + * {
    margin-left: -0.9090909091%;
  }
}
@media only screen and (min-width: 768px) {
  #WALKING .sec-04 .productList > li {
    width: 16.9090909091%;
  }
}
@media only screen and (min-width: 768px) {
  #WALKING .sec-04 .productList .name {
    margin-top: -4.3243243243%;
  }
}


#WALKING .sec-05 {
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  #WALKING .sec-05 {
/*    background-image: url(../img/walking/bg_sec_03_01.png);*/
    background-position: center 11.1vw;
    margin-top: -17.7142857143vw;;
    padding-bottom: 35.0714285714vw;
  }
}
@media only screen and (max-width: 767px) {
  #WALKING .sec-05 {
/*    background-image: url(../img/walking/bg_sec_03_01_sp.png);*/
    background-position: center 10.7333333333vw;
    margin-top: -12vw;
    padding-bottom: 48.4vw;
  }
}
#WALKING .sec-05 .mv {
  position: relative;
  width: 100%;
}
#WALKING .sec-05 .sec_in {
  position: relative;
}
@media only screen and (min-width: 768px) {
  #WALKING .sec-05 .pointList {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  #WALKING .sec-05 .pointList {
    margin-top: 13.7333333333vw;
  }
}
@media only screen and (min-width: 768px) {
  #WALKING .sec-05 .productList {
    margin-top: 7.9090909091%;
  }
  #WALKING .sec-03 .productList > * + * {
    margin-left: -0.4545454545%;
  }
}
@media only screen and (min-width: 768px) {
  #WALKING .sec-05 .productList > li {
    width: 16.9090909091%;
  }
}
@media only screen and (min-width: 768px) {
  #WALKING .sec-05 .productList .name {
    margin-top: -0.5714285714vw;
  }
}
@media only screen and (min-width: 1400px) {
  #WALKING .sec-05 .productList .name {
    margin-top: -8px;
  }
}








#WALKING .sec-series {
  position: relative;
}
@media only screen and (min-width: 768px) {
  #WALKING .sec-series {
    margin-top: -23.3571428571vw;
  }
}
@media only screen and (max-width: 767px) {
  #WALKING .sec-series {
    margin-top: -35.6vw;
  }
}

/* ============================================
  Waterproof
============================================ */
#WATERPROOF .sec-01 {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  #WATERPROOF .sec-01 {
    background-image: url(../img/waterproof/bg_sec_01_01.png);
    margin-top: -14.1428571429vw;
    padding-bottom: 22.5714285714vw;
	background-position: 0 -7vw;
  }
}
@media only screen and (max-width: 767px) {
  #WATERPROOF .sec-01 {
    background-image: url(../img/waterproof/bg_sec_01_01_sp.png);
    margin-top: -14.2666666667vw;
    padding: 0 0 15.7333333333vw;
  }
}
#WATERPROOF .sec-01 .mv {
  position: relative;
  z-index: 2;
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  #WATERPROOF .sec-01 .mv {
    width: auto;
	margin-bottom: 4vw;
  }
}
@media only screen and (max-width: 767px) {
  #WATERPROOF .sec-01 .mv {
    width: auto;
  }
}
@media only screen and (min-width: 768px) {
  #WATERPROOF .sec-01 .pointList {
    margin-top: 3.6363636364%;
  }
}
@media only screen and (min-width: 768px) {
  #WATERPROOF .sec-01 .productList {
    margin-top: 6.3636363636%;
  }
  #WATERPROOF .sec-01 .productList > * + * {
    margin-left: -0.4545454545%;
  }
}
@media only screen and (min-width: 768px) {
  #WATERPROOF .sec-01 .productList > li {
    width: 16%;
  }
}
@media only screen and (min-width: 768px) {
  #WATERPROOF .sec-01 .productList .name {
    margin-top: 0;
  }
}
#WATERPROOF .sec-02 {
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  #WATERPROOF .sec-02 {
    background-image: url(../img/waterproof/bg_sec_02_01.png);
    background-position: center 10.4442857143vw;
    margin-top: -17.3571428571vw;
    padding-bottom: 16.7142857143vw;
  }
}
@media only screen and (max-width: 767px) {
  #WATERPROOF .sec-02 {
    background-image: url(../img/waterproof/bg_sec_02_01_sp.png);
    background-position: center 10.9333333333vw;
    margin-top: -10.9333333333vw;
    padding-bottom: 15.0666666667vw;
  }
}
#WATERPROOF .sec-02 .sec_in {
  position: relative;
}
#WATERPROOF .sec-02 .mv {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #WATERPROOF .sec-02 .pointList {
    margin-top: 12.8vw;
  }
}
@media only screen and (min-width: 768px) {
  #WATERPROOF .sec-02 .productList {
    margin-top: 7%;
  }
  #WATERPROOF .sec-02 .productList > * + * {
    margin-left: -0.4545454545%;
  }
}
@media only screen and (min-width: 768px) {
  #WATERPROOF .sec-02 .productList > li {
    width: 16.9090909091%;
  }
}
@media only screen and (min-width: 768px) {
  #WATERPROOF .sec-02 .productList .name {
    margin-top: 1.1428571429vw;
  }
}
@media only screen and (min-width: 1400px) {
  #WATERPROOF .sec-02 .productList .name {
    margin-top: 16px;
  }
}

/* ============================================
  Light
============================================ */
#LIGHT .sec-01 {
  background-repeat: no-repeat;
  background: center top;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  #LIGHT .sec-01 {
    background-image: url(../img/light/bg_sec_01_01.png);
    margin-top: -20.0714285714vw;
    padding-bottom: 19.5vw;
  }
}
@media only screen and (max-width: 767px) {
  #LIGHT .sec-01 {
    background-image: url(../img/light/bg_sec_01_01_sp.png);
    margin-top: -20.5333333333vw;
    padding-bottom: 17.2vw;
  }
}
#LIGHT .sec-01 .mv {
  position: relative;
  z-index: 2;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #LIGHT .sec-01 .productList > * + * {
    margin-left: 0.9090909091%;
  }
}
@media only screen and (min-width: 768px) {
  #LIGHT .sec-01 .productList > li {
    width: 15%;
  }
}
@media only screen and (min-width: 768px) {
  #LIGHT .sec-01 .productList .name {
    margin-top: 0;
  }
}
#LIGHT .sec-02 {
  overflow: hidden;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
  #LIGHT .sec-02 {
    background-image: url(../img/light/bg_sec_02_01.png);
    background-position: center 11vw;
    background-size: cover;
    margin-top: -17.7142857143vw;
    padding-bottom: 25.1428571429vw;
  }
}
@media only screen and (max-width: 767px) {
  #LIGHT .sec-02 {
    background-image: url(../img/light/bg_sec_02_01_sp.png);
    background-position: center 15.2vw;
    background-size: cover;
    margin-top: -15.2vw;
    padding-bottom: 24.4vw;
  }
}
#LIGHT .sec-02 .mv {
  position: relative;
  z-index: 2;
  width: 100%;
}
#LIGHT .sec-02 .sec_in {
  position: relative;
}
@media only screen and (min-width: 768px) {
  #LIGHT .sec-02 .productList > * + * {
    margin-left: -0.4545454545%;
  }
}
@media only screen and (min-width: 768px) {
  #LIGHT .sec-02 .productList > li {
    width: 16.9090909091%;
  }
}
@media only screen and (min-width: 768px) {
  #LIGHT .sec-02 .productList .name {
    margin-top: 1.1428571429vw;
  }
}
@media only screen and (min-width: 1400px) {
  #LIGHT .sec-02 .productList .name {
    margin-top: 16px;
  }
}



#LIGHT .sec-03 {
  overflow: hidden;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
  #LIGHT .sec-03 {

    background-position: center 11vw;
    background-size: cover;
    margin-top: -17.7142857143vw;
    padding-bottom: 7.1428571429vw;
  }
}
@media only screen and (max-width: 767px) {
  #LIGHT .sec-03 {

    background-position: center 15.2vw;
    background-size: cover;
    margin-top: -15.2vw;
    padding-bottom: 24.4vw;
  }
}
#LIGHT .sec-03 .mv {
  position: relative;
  z-index: 2;
  width: 100%;
}
#LIGHT .sec-03 .sec_in {
  position: relative;
}
@media only screen and (min-width: 768px) {
  #LIGHT .sec-03 .productList > * + * {
    margin-left: -0.4545454545%;
  }
}
@media only screen and (min-width: 768px) {
  #LIGHT .sec-03 .productList > li {
    width: 16.9090909091%;
  }
}
@media only screen and (min-width: 768px) {
  #LIGHT .sec-03 .productList .name {
    margin-top: 1.1428571429vw;
  }
}
@media only screen and (min-width: 1400px) {
  #LIGHT .sec-03 .productList .name {
    margin-top: 16px;
  }
}





/* ============================================
  Supatto
============================================ */
#SUPATTO .sec-01 {
  background-repeat: no-repeat;
  background: center top;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  #SUPATTO .sec-01 {
    /*background-image: url(../img/light/bg_sec_01_01.png);*/
    margin-top: -14.16vw;
    padding-bottom: 6vw;
  }
}
@media only screen and (max-width: 767px) {
  #SUPATTO .sec-01 {
    /*background-image: url(../img/light/bg_sec_01_01_sp.png);*/
    margin-top: -15.533333vw;
    padding-bottom: 17.2vw;
  }
  #SUPATTO .sec-05 {
    padding-bottom: 17.2vw;
  }
}
#SUPATTO .sec-01 .mv {
  position: relative;
  z-index: 2;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #SUPATTO .sec-01 .productList > * + * {
    margin-left: 0.9090909091%;
  }
}
@media only screen and (min-width: 768px) {
  #SUPATTO .sec-01 .productList > li {
    width: 16.9090909091%;
  }
}
@media only screen and (min-width: 768px) {
  #SUPATTO .sec-01 .productList .name {
    margin-top: 0;
  }
}
#SUPATTO .sec-02 {
  overflow: hidden;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
  #SUPATTO .sec-02 {
    background-image: url(../img/light/bg_sec_02_01.png);
    background-position: center 11vw;
    background-size: cover;
    margin-top: -17.7142857143vw;
    padding-bottom: 25.1428571429vw;
  }
}
@media only screen and (max-width: 767px) {
  #SUPATTO .sec-02 {
    background-image: url(../img/light/bg_sec_02_01_sp.png);
    background-position: center 15.2vw;
    background-size: cover;
    margin-top: -15.2vw;
    padding-bottom: 24.4vw;
  }
}
#SUPATTO .sec-02 .mv {
  position: relative;
  z-index: 2;
  width: 100%;
}
#SUPATTO .sec-02 .sec_in {
  position: relative;
}
@media only screen and (min-width: 768px) {
  #SUPATTO .sec-02 .productList > * + * {
    margin-left: -0.4545454545%;
  }
}
@media only screen and (min-width: 768px) {
  #SUPATTO .sec-02 .productList > li {
    width: 16.9090909091%;
  }
}
@media only screen and (min-width: 768px) {
  #SUPATTO .sec-02 .productList .name {
    margin-top: 1.1428571429vw;
  }
}
@media only screen and (min-width: 1400px) {
  #SUPATTO .sec-02 .productList .name {
    margin-top: 16px;
  }
}



#SUPATTO .sec-03 {
  overflow: hidden;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
  #SUPATTO .sec-03 {

    background-position: center 11vw;
    background-size: cover;
    margin-top: -17.7142857143vw;
    padding-bottom: 7.1428571429vw;
  }
}
@media only screen and (max-width: 767px) {
  #SUPATTO .sec-03 {

    background-position: center 15.2vw;
    background-size: cover;
    margin-top: -15.2vw;
    padding-bottom: 24.4vw;
  }
}
#SUPATTO .sec-03 .mv {
  position: relative;
  z-index: 2;
  width: 100%;
}
#SUPATTO .sec-03 .sec_in {
  position: relative;
}
@media only screen and (min-width: 768px) {
  #SUPATTO .sec-03 .productList > * + * {
    margin-left: -0.4545454545%;
  }
}
@media only screen and (min-width: 768px) {
  #SUPATTO .sec-03 .productList > li {
    width: 16.9090909091%;
  }
}
@media only screen and (min-width: 768px) {
  #SUPATTO .sec-03 .productList .name {
    margin-top: 1.1428571429vw;
  }
}
@media only screen and (min-width: 1400px) {
  #SUPATTO .sec-03 .productList .name {
    margin-top: 16px;
  }
}




@media only screen and (min-width: 768px) {
  #SUPATTO .sec-05 {
    margin-bottom: 6vw;
  }
  #SUPATTO .sec-05 h2 {
    margin-bottom: 4.363636%;
  }
  #SUPATTO .sec-05 .productList > li {
    width: 16.9090909091%;
  }
}
@media only screen and (min-width: 768px) {
  #SUPATTO .sec-05 .productList .name {
    margin-top: -0.5714285714vw;
  }
}
@media only screen and (min-width: 1400px) {
  #SUPATTO .sec-05 .productList .name {
    margin-top: -8px;
  }
}


/* ============================================
  シューケアアイテム
============================================ */
@media only screen and (min-width: 768px) {
  #CAREITEM .sec-01 {
    padding-bottom: 14.6428571429vw;
  }
}
@media only screen and (max-width: 767px) {
  #CAREITEM .sec-01 {
    background: url(../img/careitem/bg_sec_01_01_sp.png) no-repeat center top/cover;
    margin-top: -10.2666666667vw;
    padding-bottom: 23.6vw;
  }
}
#CAREITEM .sec-01 .box {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  #CAREITEM .sec-01 .box {
    width: 65.4545454545%;
  }
}
@media only screen and (max-width: 767px) {
  #CAREITEM .sec-01 .box {
    width: 71.7333333333vw;
  }
}
#CAREITEM .sec-01 .list-01 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #CAREITEM .sec-01 .list-01 {
    margin-top: 16.9333333333vw;
  }
}
#CAREITEM .sec-01 .list-01 > li {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #CAREITEM .sec-01 .list-01 > li {
    padding: 9.7222222222% 0;
  }
  #CAREITEM .sec-01 .list-01 > li::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background: #000;
    width: 100vw;
    height: 1px;
  }
  #CAREITEM .sec-01 .list-01 > li:nth-of-type(even)::before {
    content: "";
    right: unset;
    left: 0;
  }
  #CAREITEM .sec-01 .list-01 > li:nth-of-type(even) .column-img {
    order: 2;
  }
  #CAREITEM .sec-01 .list-01 > li:nth-of-type(even) .column-text {
    order: 3;
  }
  #CAREITEM .sec-01 .list-01 > li:nth-of-type(even) .column-usage {
    order: 1;
    padding-right: 9.7222222222%;
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  #CAREITEM .sec-01 .list-01 > li:not(:first-of-type) {
    margin-top: 12vw;
  }
  #CAREITEM .sec-01 .list-01 > li:nth-of-type(even) .column-img {
    order: 2;
  }
  #CAREITEM .sec-01 .list-01 > li:nth-of-type(even) .column-usage {
    order: 1;
  }
}
@media only screen and (min-width: 768px) {
  #CAREITEM .sec-01 .list-01 > li .column-img {
    width: 10.4166666667%;
  }
}
@media only screen and (max-width: 767px) {
  #CAREITEM .sec-01 .list-01 > li .column-img {
    order: 1;
    width: 12vw;
  }
}
#CAREITEM .sec-01 .list-01 > li .column-img .img {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #CAREITEM .sec-01 .list-01 > li .column-text {
    width: 39.5833333333%;
    padding-left: 4.1666666667%;
  }
}
@media only screen and (max-width: 767px) {
  #CAREITEM .sec-01 .list-01 > li .column-text {
    order: 3;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 5.3333333333vw;
  }
}
#CAREITEM .sec-01 .list-01 > li .column-text .text {
  color: #0e0e0e;
}
#CAREITEM .sec-01 .list-01 > li .column-text .text-01 {
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  #CAREITEM .sec-01 .list-01 > li .column-text .text-01 {
    font-size: 1.5rem;
    line-height: 1.6;
    padding-top: 15.6862745098%;
  }
}
@media only screen and (max-width: 767px) {
  #CAREITEM .sec-01 .list-01 > li .column-text .text-01 {
    font-size: 2.8rem;
    line-height: 1.5;
  }
}
@media only screen and (min-width: 768px) {
  #CAREITEM .sec-01 .list-01 > li .column-text .text-02 {
    font-size: 1.3rem;
    line-height: 1.8;
    padding-top: 7.8431372549%;
  }
}
@media only screen and (max-width: 767px) {
  #CAREITEM .sec-01 .list-01 > li .column-text .text-02 {
    font-size: 2.6rem;
    line-height: 1.5;
    padding-left: 4vw;
  }
}
@media only screen and (min-width: 768px) {
  #CAREITEM .sec-01 .list-01 > li .column-text .text-03 {
    font-size: 1.3rem;
    line-height: 1.8;
    padding-top: 9.4117647059%;
  }
}
@media only screen and (max-width: 767px) {
  #CAREITEM .sec-01 .list-01 > li .column-text .text-03 {
    font-size: 2.6rem;
    line-height: 1.5;
    padding-top: 4.2666666667vw;
  }
}
@media only screen and (min-width: 768px) {
  #CAREITEM .sec-01 .list-01 > li .column-usage {
    width: 50%;
    margin-top: auto;
    padding-left: 9.7222222222%;
    padding-bottom: 0.6944444444%;
  }
}
@media only screen and (max-width: 767px) {
  #CAREITEM .sec-01 .list-01 > li .column-usage {
    order: 2;
    width: 52.1333333333vw;
  }
}
#CAREITEM .sec-01 .list-01 > li .column-usage .img {
  width: 100%;
  margin: 0 auto;
}

#CAREITEM .movieContents {
	width: 100%;
    margin: 30px auto 30px;
}

#CAREITEM .movieContents iframe {
	width: 100%;
	aspect-ratio: 16 / 9;
}



/* ============================================
  コレクション
============================================ */
#COLLECTION .fnt_color {
  color: #000 !important;
}
@media only screen and (min-width: 768px) {
  #COLLECTION .sec-01c {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  #COLLECTION .sec-01c {
    padding-bottom: 10vw;
  }
}
@media only screen and (min-width: 768px) {
  #COLLECTION .sec-01c .sec_in {
    width: 100vw;
    padding: 0 150px;
  }
}
@media only screen and (max-width: 767px) {
  #COLLECTION .sec-01c .sec_in {
    width: 100%;
    padding: 0;
  }
}
#COLLECTION .sec-01c .box {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  #COLLECTION .sec-01c .box {
    width: 71.4285714286vw;
  }
}
@media only screen and (max-width: 767px) {
  #COLLECTION .sec-01c .box {
    width: 93.3333333333vw;
  }
}
#COLLECTION .sec-01c .logo {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  #COLLECTION .sec-01c .logo {
    width: 14vw;
    margin-top: 7.1428571429vw;
  }
}
@media only screen and (max-width: 767px) {
  #COLLECTION .sec-01c .logo {
    width: 51.8666666667vw;
    margin-top: 9.6vw;
  }
}
#COLLECTION .sec-01c .foot_logo {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  #COLLECTION .sec-01c .foot_logo {
    width: 25.7142857143vw;
    margin-top: 5vw;
  }
}
@media only screen and (max-width: 767px) {
  #COLLECTION .sec-01c .foot_logo {
    width: 62.6666666667vw;
    margin-top: 9.3333333333vw;
  }
}
#COLLECTION .sec-01c .title_txt {
  margin: 0 auto;
  font-weight: 600;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #COLLECTION .sec-01c .title_txt {
    font-size: 1.1428571429vw;
    margin-top: 2.8571428571vw;
  }
}
@media only screen and (max-width: 767px) {
  #COLLECTION .sec-01c .title_txt {
    font-size: 4vw;
    margin-top: 7.3333333333vw;
  }
}
#COLLECTION .sec-01c .parent {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  #COLLECTION .sec-01c .parent {
    margin-top: 3.2142857143vw;
  }
}
@media only screen and (max-width: 767px) {
  #COLLECTION .sec-01c .parent {
    margin-top: 13.3333333333vw;
  }
}
#COLLECTION .sec-01c .parent .co_parent {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  border: 1px solid #000;
  margin-top: -1px;
  margin-left: -1px;
}
@media only screen and (min-width: 768px) {
  #COLLECTION .sec-01c .parent .co_parent {
    height: 31.7142857143vw;
    width: 33.33%;
  }
}
@media only screen and (max-width: 767px) {
  #COLLECTION .sec-01c .parent .co_parent {
    height: 86.3333333333vw;
    width: 50%;
  }
}
#COLLECTION .sec-01c .parent .co_grid_img {
  /* display: flex;
  justify-content: center;
  align-items: flex-end; */
}

#COLLECTION .sec-01c .parent .co_grid_img .img {
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  #COLLECTION .sec-01c .parent .co_grid_img img {
    width: 15.7142857143vw;
  }
}
@media only screen and (max-width: 767px) {
  #COLLECTION .sec-01c .parent .co_grid_img img {
    width: 37.4666666667vw;
  }
}
#COLLECTION .sec-01c .parent .co_grid_text {
  text-align: left;
  letter-spacing: -0.2rem;
}
@media only screen and (min-width: 768px) {
  #COLLECTION .sec-01c .parent .co_grid_text {
    font-size: 1vw;
    line-height: 1.9;
    padding: 1.4285714286vw 2.4vw 0;
    height: 33%;
	margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #COLLECTION .sec-01c .parent .co_grid_text {
    font-size: 3.4666666667vw;
    line-height: 1.8;
    padding: 3.3333333333vw 3.3333333333vw 0;
    height: 46%;
  }
}




#COLLECTION .menu {
	width: 1000px;
	margin: 0  auto 60px;
	padding: 40px 66px;
	border-top: 1px solid #c3c3c3;
	border-bottom: 1px solid #c3c3c3;
	position: relative;
	z-index: 1;
}

#COLLECTION .menu ul {
	display: flex;
}

#COLLECTION .menu li {
	width: 258px;
	margin-right: 20px;
}

#COLLECTION .menu li:last-child {
	margin-right: 0;
}

#COLLECTION h3 {
	margin-bottom: 60px;
}

#COLLECTION dl {
	width: 88%;
	margin: 0 auto 40px;
	display: flex;
}

#COLLECTION dt {
	margin-right: 60px;
	min-width: 200px;
	text-align: center;
}

#COLLECTION dd {
	font-size: 15px;
	line-height: 1.5;
}

#COLLECTION .productList {
	justify-content: flex-start;
}

#COLLECTION  ul.productList {
	width: 88%;
	margin: 0 auto 40px;
}

#COLLECTION .productList li {
	width: 28%;
	margin-right: 8%;
	margin-bottom: 4%;
}

#COLLECTION .productList li:nth-child(3n) {
	margin-right: 0;
}


@media only screen and (max-width: 767px) {
	
	#COLLECTION .menu {
		width: auto;
		padding: 5% 3%;
	}
	
	#COLLECTION .menu li {
		margin-right: 3%;
	}
	
	#COLLECTION dl {
		display: block;
	}

	#COLLECTION dt {
		margin-right: 0;
		margin-bottom: 5%;
	}
	
	#COLLECTION dt img {
		width: 50%;
	}
	
	#COLLECTION .productList li {
		width: 40%;
	}
	
	#COLLECTION .productList li:nth-child(3n) {
		margin-right: 8%;
	}
	
	#COLLECTION .productList li:nth-child(even) {
		margin-right: 0;
	}
	
	#COLLECTION .collection .productList li:nth-child(2n) {
		margin-right: 8%;
	}
	
	#COLLECTION .collection .productList li:nth-child(odd) {
		margin-right: 0;
	}

	#COLLECTION .productList .name {
		font-size: 2.2rem;
	}
	
	#COLLECTION .productList .name .color {
		font-size: 2.2rem;
	}
	
}

/* ============================================
  ビデオリスト
============================================ */
#VIDEOLIST .fnt_color {
  color: #000 !important;
}
@media only screen and (min-width: 768px) {
  #VIDEOLIST .sec-01 {
    padding-bottom: 14.6428571429vw;
  }
}
@media only screen and (max-width: 767px) {
  #VIDEOLIST .sec-01 {
    padding-bottom: 23.6vw;
  }
}
#VIDEOLIST .sec-01 .sec_in {
  width: 100vw;
  padding: 0 150px;
}
@media only screen and (max-width: 767px) {
  #VIDEOLIST .sec-01 .sec_in {
    width: 100%;
    padding: 0px;
  }
}
#VIDEOLIST .sec-01 .sec_in .box {
  margin: 0 auto;
  width: 71.4285714286vw;
}
@media only screen and (min-width: 768px) {
  #VIDEOLIST .sec-01 .sec_in .box {
    width: 1000;
  }
}
@media only screen and (max-width: 767px) {
  #VIDEOLIST .sec-01 .sec_in .box {
    width: 93.3333333333vw;
    width: 93.3333333333vw;
  }
}
#VIDEOLIST .sec-01 .sec_in .box .logo {
  margin: 0 auto;
  width: 6.0714285714vw;
  margin-top: 10.5714285714vw;
}
@media only screen and (max-width: 767px) {
  #VIDEOLIST .sec-01 .sec_in .box .logo {
    width: 22vw;
    margin-top: 18.6666666667vw;
  }
}
#VIDEOLIST .sec-01 .sec_in .box .title_txt {
  text-align: center;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  #VIDEOLIST .sec-01 .sec_in .box .title_txt {
    width: 28.2142857143vw;
    margin-top: 2.8571428571vw;
  }
}
@media only screen and (max-width: 767px) {
  #VIDEOLIST .sec-01 .sec_in .box .title_txt {
    width: 68.1333333333vw;
    margin-top: 6.1333333333vw;
  }
}
#VIDEOLIST .sec-01 .sec_in .box .parent {
  margin-top: 3.2142857143vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 50px;
}
@media only screen and (min-width: 768px) {
  #VIDEOLIST .sec-01 .sec_in .box .parent {
    margin-top: 6.4285714286vw;
  }
}
@media only screen and (max-width: 767px) {
  #VIDEOLIST .sec-01 .sec_in .box .parent {
    display: block;
    margin-top: 13.3333333333vw;
  }
}
#VIDEOLIST .sec-01 .sec_in .box .parent .vc_parent {
  width: calc(33.33% - 34px);
}
@media only screen and (max-width: 767px) {
  #VIDEOLIST .sec-01 .sec_in .box .parent .vc_parent {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 35px;
  }
}
#VIDEOLIST .sec-01 .sec_in .box .parent .vc_parent .vc_grid_video {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  /* 16:9 */
}
#VIDEOLIST .sec-01 .sec_in .box .parent .vc_parent .vc_grid_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#VIDEOLIST .sec-01 .sec_in .box .parent .vc_parent .vc_grid_text {
  font-size: 1vw;
  line-height: 1.9;
  padding: 0.8vw 0 0;
  height: 50%;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #VIDEOLIST .sec-01 .sec_in .box .parent .vc_parent .vc_grid_text {
    text-align: left;
    letter-spacing: -0.2rem;
    font-size: 3.4666666667vw;
    line-height: 1.8;
    padding: 3.3333333333vw 3.3333333333vw 0;
    height: 64%;
  }
}
#VIDEOLIST .sec-01 .sec_in .box .parent .vc_parent .vc_grid_text .vc_upday {
  font-size: 0.8vw;
}
@media only screen and (max-width: 767px) {
  #VIDEOLIST .sec-01 .sec_in .box .parent .vc_parent .vc_grid_text .vc_upday {
    font-size: 1vw;
  }
}

/* ============================================
  記事詳細
============================================ */
#TOPICS .brSp {
  display: none;
}
@media only screen and (max-width: 767px) {
  #TOPICS .brSp {
    display: inline;
  }
}
#TOPICS .brPc {
  display: inline;
}
@media only screen and (max-width: 767px) {
  #TOPICS .brPc {
    display: none;
  }
}
#TOPICS .breadcrumb .fnt_color {
  color: #000000 !important;
}
@media only screen and (max-width: 767px) {
  #TOPICS .breadcrumb .fnt_color {
    color: #000000 !important;
  }
}
#TOPICS .topics_mv {
  padding-top: 140px;
}
@media only screen and (max-width: 767px) {
  #TOPICS .topics_mv {
    padding-top: 80px;
  }
}
#TOPICS .topics_mv img {
  width: 80%;
  margin: 0 auto;
  display: block;
}
@media only screen and (max-width: 767px) {
  #TOPICS .topics_mv img {
    width: 100%;
  }
}
#TOPICS .topics_mv .sec_in {
  position: relative;
}
@media only screen and (max-width: 767px) {
  #TOPICS .topics_mv .sec_in {
    width: 100%;
    padding: 0;
  }
}
#TOPICS .topics_mv .topics_mv_txt {
  position: absolute;
  bottom: 75px;
  left: 150px;
  color: #FFFFFF;
  width: 1100px;
}
@media only screen and (max-width: 767px) {
  #TOPICS .topics_mv .topics_mv_txt {
    left: 15px;
    bottom: 25px;
  }
}
#TOPICS .topics_mv .topics_mv_txt h1 {
  font-size: 3.6rem;
  font-weight: 700;
  margin-bottom: 0.6em;
}
@media only screen and (max-width: 767px) {
  #TOPICS .topics_mv .topics_mv_txt h1 {
    font-size: 4rem;
    line-height: 1.5em;
  }
}
#TOPICS .topics_mv .topics_mv_txt p {
  font-size: 2.2rem;
}
@media only screen and (max-width: 767px) {
  #TOPICS .topics_mv .topics_mv_txt p {
    font-size: 3.2rem;
  }
}
#TOPICS .sec-01 {
  padding-top: 90px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  #TOPICS .sec-01 {
    padding-top: 40px;
  }
}
#TOPICS .sec-01 .sec_in {
  width: 100vw;
  padding: 0 150px;
}
@media only screen and (max-width: 767px) {
  #TOPICS .sec-01 .sec_in {
    width: 100%;
    padding: 0;
  }
}
#TOPICS .sec-01 .sec_in .box {
  width: 71.4285714286vw;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #TOPICS .sec-01 .sec_in .box {
    width: 93.3333333333vw;
  }
}
#TOPICS .sec-01 .sec_in .box .fnt_color {
  color: #000 !important;
}
#TOPICS .sec-01 .sec_in .box .topics_contents {
  line-height: 2em;
}
#TOPICS .sec-01 .sec_in .box .topics_contents p {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  #TOPICS .sec-01 .sec_in .box .topics_contents p {
    margin-bottom: 45px;
    font-size: 2.8rem;
    line-height: 2em;
  }
}
#TOPICS .sec-01 .sec_in .box .topics_contents h2 {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 33px;
  line-height: 1.5em;
}
@media only screen and (max-width: 767px) {
  #TOPICS .sec-01 .sec_in .box .topics_contents h2 {
    font-size: 4.2rem;
    margin-bottom: 20px;
  }
}
#TOPICS .sec-01 .sec_in .box .topics_contents h3 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 26px;
}
@media only screen and (max-width: 767px) {
  #TOPICS .sec-01 .sec_in .box .topics_contents h3 {
    font-size: 3rem;
    margin-bottom: 27px;
  }
}
#TOPICS .sec-01 .sec_in .box .topics_contents img {
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  #TOPICS .sec-01 .sec_in .box .topics_contents img {
    margin-bottom: 37px;
  }
}
#TOPICS .sec-01 .sec_in .box .topics_contents .updataday {
  font-size: 1.2rem;
  margin-bottom: 26px;
}
@media only screen and (max-width: 767px) {
  #TOPICS .sec-01 .sec_in .box .topics_contents .updataday {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}
#TOPICS .sec-01 .sec_in .box .topics_tags {
  background: #f2f2f2;
  padding: 30px 38px 40px;
  width: 100%;
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  #TOPICS .sec-01 .sec_in .box .topics_tags {
    padding: 28px 23px 37px;
    margin-bottom: 37px;
  }
}
#TOPICS .sec-01 .sec_in .box .topics_tags h3 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #TOPICS .sec-01 .sec_in .box .topics_tags h3 {
    font-size: 3rem;
    margin-bottom: 22px;
  }
}
#TOPICS .sec-01 .sec_in .box .topics_tags ul {
  font-size: 1.4rem;
  font-weight: 700;
  display: block;
}
@media only screen and (max-width: 767px) {
  #TOPICS .sec-01 .sec_in .box .topics_tags ul {
    font-size: 2.6rem;
    display: inline;
  }
}
#TOPICS .sec-01 .sec_in .box .topics_tags ul li {
  display: inline;
  padding-right: 15px;
  line-height: 2.2em;
}
#TOPICS .sec-01 .sec_in .box .topics_lastLink {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  #TOPICS .sec-01 .sec_in .box .topics_lastLink {
    margin-bottom: 25px;
  }
}
#TOPICS .sec-01 .sec_in .box .topics_lastLink p {
  margin: 0 auto;
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  #TOPICS .sec-01 .sec_in .box .topics_lastLink p {
    margin-bottom: 35px;
  }
}
#TOPICS .sec-01 .sec_in .box .topics_lastLink p:last-child {
  margin-bottom: 0;
}
#TOPICS .sec-01 .sec_in .box .topics_lastLink .kutsucomLink {
  padding: 18px;
  width: 360px;
  font-size: 1.5rem;
  font-weight: 700;
  background: #d32c25;
  display: inline-block;
  color: #ffffff;
  font-size: 2.2rem;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  #TOPICS .sec-01 .sec_in .box .topics_lastLink .kutsucomLink {
    width: 225px;
  }
}
#TOPICS .sec-01 .sec_in .box .topics_lastLink .kutsucomLink:hover {
  text-decoration: none;
}
#TOPICS .sec-01 .sec_in .box .topics_lastLink .kutsucomLink img {
  width: 210px;
  margin-right: 10px;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  #TOPICS .sec-01 .sec_in .box .topics_lastLink .kutsucomLink img {
    width: 130px;
  }
}
#TOPICS .sec-01 .sec_in .box .topics_lastLink .topics_lastLinkInList {
  display: flex;
  margin-bottom: 88px;
  gap: 60px;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  #TOPICS .sec-01 .sec_in .box .topics_lastLink .topics_lastLinkInList {
    display: block;
    margin-bottom: 65px;
  }
}
#TOPICS .sec-01 .sec_in .box .topics_lastLink .topics_lastLinkInList .indexLink {
  padding: 18px;
  width: 270px;
  border: 1px solid #000;
  display: block;
  position: relative;
}
#TOPICS .sec-01 .sec_in .box .topics_lastLink .topics_lastLinkInList .indexLink::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  bottom: 0;
  margin: auto;
}
#TOPICS .sec-01 .sec_in .box .topics_lastLink .topics_lastLinkInList .indexLink::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
  #TOPICS .sec-01 .sec_in .box .topics_lastLink .topics_lastLinkInList .indexLink {
    margin: 0 auto;
    width: 225px;
    margin-bottom: 20px;
  }
}
#TOPICS .sec-01 .sec_in .box .topics_lastLink .topics_lastLinkInList .indexLink img {
  width: 188px;
}
@media only screen and (max-width: 767px) {
  #TOPICS .sec-01 .sec_in .box .topics_lastLink .topics_lastLinkInList .indexLink img {
    width: 150px;
  }
}
#TOPICS .sec-01 .sec_in .box .topics_lastLink .topics_lastLinkInList .snsLink {
  display: flex;
  gap: 15px;
}
@media only screen and (max-width: 767px) {
  #TOPICS .sec-01 .sec_in .box .topics_lastLink .topics_lastLinkInList .snsLink {
    justify-content: center;
    align-items: center;
  }
}
#TOPICS .sec-01 .sec_in .box .topics_lastLink .topics_lastLinkInList .snsLink img {
  width: 46px;
}
#TOPICS .sec-01 .sec_in .box .topics_lastLink .otherLink img {
  width: 102px;
}
#TOPICS .topics_otherTopics {
  display: flex;
  position: relative;
  margin-bottom: 90px;
}
@media only screen and (max-width: 767px) {
  #TOPICS .topics_otherTopics {
    margin-bottom: 86px;
  }
}
#TOPICS .topics_otherTopics img {
  margin-bottom: 18px;
}
@media only screen and (max-width: 767px) {
  #TOPICS .topics_otherTopics img {
    margin-bottom: 12px;
  }
}
#TOPICS .topics_otherTopics li {
  flex: 0 0 315px;
  margin: 0 18px;
  width: 315px;
}
@media only screen and (max-width: 767px) {
  #TOPICS .topics_otherTopics li {
    flex: 0 0 156px;
    width: 156px;
  }
}
#TOPICS .topics_otherTopics .othertopics_day {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  #TOPICS .topics_otherTopics .othertopics_day {
    font-size: 2.8rem;
    margin-bottom: 10px;
  }
}
#TOPICS .topics_otherTopics .othertopics_txtTitle {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 1.5em;
}
@media only screen and (max-width: 767px) {
  #TOPICS .topics_otherTopics .othertopics_txtTitle {
    font-size: 2.6rem;
    margin-bottom: 10px;
    line-height: 1.4em;
  }
}
#TOPICS .topics_otherTopics .othertopics_tags {
  display: block;
  font-size: 1.3rem;
  line-height: 1.6em;
}
@media only screen and (max-width: 767px) {
  #TOPICS .topics_otherTopics .othertopics_tags {
    font-size: 2.4rem;
    display: inline;
    line-height: 1.4em;
  }
}
#TOPICS .topics_otherTopics .othertopics_tags li {
  width: auto;
  display: inline;
  padding-right: 10px;
  line-height: 2.2em;
  margin: 0px;
}
@media only screen and (max-width: 767px) {
  #TOPICS .topics_otherTopics .othertopics_tags li {
    display: inline;
    padding-right: 14px;
    color: #616161;
  }
}

/* ============================================
記事一覧
============================================ */
#TOPICSLIST .onlySp {
  display: none;
}
@media only screen and (max-width: 767px) {
  #TOPICSLIST .onlySp {
    display: inline;
  }
}
#TOPICSLIST .onlyPc {
  display: inline;
}
@media only screen and (max-width: 767px) {
  #TOPICSLIST .onlyPc {
    display: none;
  }
}
#TOPICSLIST .clearfix::after {
  content: "";
  display: block;
  clear: both;
}
#TOPICSLIST .fnt_color {
  color: #000 !important;
}
@media only screen and (min-width: 768px) {
  #TOPICSLIST .sec-01 {
    padding-bottom: 14.6428571429vw;
  }
}
@media only screen and (max-width: 767px) {
  #TOPICSLIST .sec-01 {
    padding-bottom: 23.6vw;
  }
}
#TOPICSLIST .sec-01 .sec_in {
  width: 100vw;
  padding: 0 150px;
}
@media only screen and (max-width: 767px) {
  #TOPICSLIST .sec-01 .sec_in {
    width: 100%;
    padding: 0;
  }
}
#TOPICSLIST .sec-01 .sec_in .box {
  margin: 0 auto;
  width: 71.4285714286vw;
}
@media only screen and (min-width: 768px) {
  #TOPICSLIST .sec-01 .sec_in .box {
    width: 1000;
  }
}
@media only screen and (max-width: 767px) {
  #TOPICSLIST .sec-01 .sec_in .box {
    width: 93.3333333333vw;
    width: 93.3333333333vw;
  }
}
#TOPICSLIST .sec-01 .sec_in .box .logo {
  margin: 0 auto;
  width: 14vw;
  margin-top: 7.1428571429vw;
}
@media only screen and (max-width: 767px) {
  #TOPICSLIST .sec-01 .sec_in .box .logo {
    width: 51.8666666667vw;
    margin-top: 9.6vw;
  }
}
#TOPICSLIST .sec-01 .sec_in .box .title_txt {
  margin: 0 auto;
  font-weight: 600;
  text-align: center;
  font-size: 1.1428571429vw;
  margin-top: 2.8571428571vw;
}
@media only screen and (max-width: 767px) {
  #TOPICSLIST .sec-01 .sec_in .box .title_txt {
    font-size: 4vw;
    margin-top: 7.3333333333vw;
  }
}
#TOPICSLIST .sec-01 .sec_in .box .parent {
  margin-top: 13.3333333333vw;
}
#TOPICSLIST .sec-01 .sec_in .box .parent .topics_tags_search {
  background: #f2f2f2;
  padding: 30px 38px 40px;
  width: 100%;
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  #TOPICSLIST .sec-01 .sec_in .box .parent .topics_tags_search {
    padding: 28px 23px 37px;
    margin-bottom: 37px;
  }
}
#TOPICSLIST .sec-01 .sec_in .box .parent .topics_tags_search h3 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #TOPICSLIST .sec-01 .sec_in .box .parent .topics_tags_search h3 {
    font-size: 3rem;
    margin-bottom: 22px;
  }
}
#TOPICSLIST .sec-01 .sec_in .box .parent .topics_tags_search ul {
  font-size: 1.4rem;
  font-weight: 700;
  display: block;
}
@media only screen and (max-width: 767px) {
  #TOPICSLIST .sec-01 .sec_in .box .parent .topics_tags_search ul {
    font-size: 2.6rem;
    display: inline;
  }
}
#TOPICSLIST .sec-01 .sec_in .box .parent .topics_tags_search ul li {
  display: inline;
  padding-right: 15px;
  line-height: 2.2em;
}
#TOPICSLIST .sec-01 .sec_in .box .parent .topics_first {
  margin-bottom: 80px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  #TOPICSLIST .sec-01 .sec_in .box .parent .topics_first {
    margin-bottom: 55px;
  }
}
#TOPICSLIST .sec-01 .sec_in .box .parent .topics_first a img {
  padding: 0 50px;
  float: right;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  #TOPICSLIST .sec-01 .sec_in .box .parent .topics_first a img {
    padding: 0;
    float: none;
    width: 100%;
    margin-bottom: 18px;
  }
}
#TOPICSLIST .sec-01 .sec_in .box .parent .topics_first a .topics_first_detail {
  float: right;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  #TOPICSLIST .sec-01 .sec_in .box .parent .topics_first a .topics_first_detail {
    float: none;
    width: 100%;
  }
}
#TOPICSLIST .sec-01 .sec_in .box .parent .topics_first a .topics_first_detail .topics_day {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 13px;
}
@media only screen and (max-width: 767px) {
  #TOPICSLIST .sec-01 .sec_in .box .parent .topics_first a .topics_first_detail .topics_day {
    font-size: 2.8rem;
  }
}
#TOPICSLIST .sec-01 .sec_in .box .parent .topics_first a .topics_first_detail .topics_txtTitle {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 18px;
}
@media only screen and (max-width: 767px) {
  #TOPICSLIST .sec-01 .sec_in .box .parent .topics_first a .topics_first_detail .topics_txtTitle {
    font-size: 3.4rem;
    margin-bottom: 12px;
  }
}
#TOPICSLIST .sec-01 .sec_in .box .parent .topics_first a .topics_first_detail .topics_tags {
  display: flex;
  gap: 10px;
  font-size: 1.3rem;
  justify-content: flex-start;
  margin-bottom: 34px;
}
@media only screen and (max-width: 767px) {
  #TOPICSLIST .sec-01 .sec_in .box .parent .topics_first a .topics_first_detail .topics_tags {
    font-size: 2.4rem;
    line-height: 1.4em;
    margin-bottom: 20px;
  }
}
#TOPICSLIST .sec-01 .sec_in .box .parent .topics_first a .topics_first_detail .topics_txt {
  font-size: 1.5rem;
  line-height: 1.8em;
}
@media only screen and (max-width: 767px) {
  #TOPICSLIST .sec-01 .sec_in .box .parent .topics_first a .topics_first_detail .topics_txt {
    font-size: 2.6rem;
  }
}
#TOPICSLIST .sec-01 .sec_in .box .parent .topics_list {
  display: flex;
  flex-wrap: wrap;
  gap: 43px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  #TOPICSLIST .sec-01 .sec_in .box .parent .topics_list {
    gap: 18px;
    margin-bottom: 33px;
  }
}
#TOPICSLIST .sec-01 .sec_in .box .parent .topics_list img {
  margin-bottom: 18px;
}
@media only screen and (max-width: 767px) {
  #TOPICSLIST .sec-01 .sec_in .box .parent .topics_list img {
    margin-bottom: 12px;
  }
}
#TOPICSLIST .sec-01 .sec_in .box .parent .topics_list li {
  flex: 0 0 314px;
  margin: 0;
  width: 314px;
  width: calc(33.33% - 34px);
}
@media only screen and (max-width: 767px) {
  #TOPICSLIST .sec-01 .sec_in .box .parent .topics_list li {
    flex: 0 0 166px;
    width: 166px;
  }
}
#TOPICSLIST .sec-01 .sec_in .box .parent .topics_list .topics_day {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  #TOPICSLIST .sec-01 .sec_in .box .parent .topics_list .topics_day {
    font-size: 2.8rem;
    margin-bottom: 10px;
  }
}
#TOPICSLIST .sec-01 .sec_in .box .parent .topics_list .topics_txtTitle {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  #TOPICSLIST .sec-01 .sec_in .box .parent .topics_list .topics_txtTitle {
    font-size: 2.6rem;
    margin-bottom: 10px;
    line-height: 1.4em;
  }
}
#TOPICSLIST .sec-01 .sec_in .box .parent .topics_list .topics_tags {
  display: flex;
  gap: 10px;
  font-size: 1.3rem;
  justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
  #TOPICSLIST .sec-01 .sec_in .box .parent .topics_list .topics_tags {
    font-size: 2.4rem;
    display: inline;
    line-height: 1.4em;
  }
}
#TOPICSLIST .sec-01 .sec_in .box .parent .topics_list .topics_tags li {
  width: auto;
  flex: auto;
  margin: 0;
  padding-right: 10px;
}
@media only screen and (max-width: 767px) {
  #TOPICSLIST .sec-01 .sec_in .box .parent .topics_list .topics_tags li {
    display: inline;
    padding-right: 14px;
    color: #616161;
  }
}
#TOPICSLIST .sec-01 .sec_in .box .parent .pagination {
  display: flex;
  background: #f5f3e8;
  padding: 20px;
  margin: 0 auto;
  font-size: 15px;
  font-weight: 700;
  justify-content: center;
  align-items: center;
  width: 50vw;
}
@media only screen and (max-width: 767px) {
  #TOPICSLIST .sec-01 .sec_in .box .parent .pagination {
    width: 100%;
    font-size: 14px;
    padding: 9px;
  }
}
#TOPICSLIST .sec-01 .sec_in .box .parent .pagination li {
  margin: 0 3px;
}
@media only screen and (max-width: 767px) {
  #TOPICSLIST .sec-01 .sec_in .box .parent .pagination li {
    margin: 0 2px;
  }
}
#TOPICSLIST .sec-01 .sec_in .box .parent .pagination li a {
  background: #fff;
  display: block;
  color: #55544c;
  padding: 0.8em 1em;
  border-radius: 2px;
}
@media only screen and (max-width: 767px) {
  #TOPICSLIST .sec-01 .sec_in .box .parent .pagination li a {
    padding: 0.5em 0.7em;
  }
}
#TOPICSLIST .sec-01 .sec_in .box .parent .pagination li a:hover {
  background: #c5c3b9;
  text-decoration: none;
}
#TOPICSLIST .sec-01 .sec_in .box .parent .pagination .current {
  background: #55544c;
  display: block;
  color: #ffffff;
  padding: 0.8em 1em;
  border-radius: 2px;
}
@media only screen and (max-width: 767px) {
  #TOPICSLIST .sec-01 .sec_in .box .parent .pagination .current {
    padding: 0.5em 0.7em;
  }
}
#TOPICSLIST .sec-01 .sec_in .box .parent .pagination .prev_page a {
  background: #f5f3e8;
}
#TOPICSLIST .sec-01 .sec_in .box .parent .pagination .prev_page a:hover {
  text-decoration: none;
}
#TOPICSLIST .sec-01 .sec_in .box .parent .pagination .next_page a {
  background: #f5f3e8;
}
@media only screen and (max-width: 767px) {
  #TOPICSLIST .sec-01 .sec_in .box .parent .pagination .next_page a {
    padding: 0.4em;
  }
}
#TOPICSLIST .sec-01 .sec_in .box .parent .pagination .next_page a:hover {
  text-decoration: none;
}

/* ============================================
  ショップリスト
============================================ */
#SHOPLIST {
  /* accordion */
}
#SHOPLIST .fnt_color {
  color: #000 !important;
}
@media only screen and (min-width: 768px) {
  #SHOPLIST .sec-01c {
    padding-bottom: 14.6428571429vw;
  }
}
@media only screen and (max-width: 767px) {
  #SHOPLIST .sec-01c {
    padding-bottom: 23.6vw;
  }
}
@media only screen and (min-width: 768px) {
  #SHOPLIST .sec-01c .sec_in {
    width: 100vw;
    padding: 0 150px;
  }
}
@media only screen and (max-width: 767px) {
  #SHOPLIST .sec-01c .sec_in {
    width: 100%;
    padding: 0;
  }
}
#SHOPLIST .sec-01c .box {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  #SHOPLIST .sec-01c .box {
    width: 71.4285714286vw;
  }
}
@media only screen and (max-width: 767px) {
  #SHOPLIST .sec-01c .box {
    width: 93.3333333333vw;
  }
}
#SHOPLIST .sec-01c .logo {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  #SHOPLIST .sec-01c .logo {
    width: 7.1428571429vw;
    margin-top: 7.1428571429vw;
  }
}
@media only screen and (max-width: 767px) {
  #SHOPLIST .sec-01c .logo {
    width: 26.2666666667vw;
    margin-top: 9.6vw;
  }
}
#SHOPLIST .sec-01c .foot_logo {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  #SHOPLIST .sec-01c .foot_logo {
    width: 25.7142857143vw;
    margin-top: 5vw;
  }
}
@media only screen and (max-width: 767px) {
  #SHOPLIST .sec-01c .foot_logo {
    width: 62.6666666667vw;
    margin-top: 9.3333333333vw;
  }
}
#SHOPLIST .sec-01c .title_txt {
  margin: 0 auto;
  font-weight: 600;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #SHOPLIST .sec-01c .title_txt {
    font-size: 1.1428571429vw;
    margin-top: 2.8571428571vw;
    padding-bottom: 3.2142857143vw;
  }
}
@media only screen and (max-width: 767px) {
  #SHOPLIST .sec-01c .title_txt {
    font-size: 4vw;
    margin-top: 7.3333333333vw;
    padding-bottom: 6.6666666667vw;
  }
}
#SHOPLIST .sec-01c .title_area {
  margin: 0 auto;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  width: 100%;
  background-color: #ebebeb;
  /* accordion only */
  display: block;
}
@media only screen and (min-width: 768px) {
  #SHOPLIST .sec-01c .title_area {
    font-size: 1.1428571429vw;
    margin-top: 3.5714285714vw;
    padding: 1.7142857143vw 0 1.7142857143vw 2.7142857143vw;
  }
}
@media only screen and (max-width: 767px) {
  #SHOPLIST .sec-01c .title_area {
    border: solid 1px #ebebeb;
    font-size: 4vw;
    margin-top: 4.2666666667vw;
    padding: 4.6666666667vw 0 4.6666666667vw 5.3333333333vw;
  }
}
@media only screen and (min-width: 768px) {
  #SHOPLIST .sec-01c .prefecturesList {
    position: relative;
  }
}
@media only screen and (min-width: 768px) {
  #SHOPLIST .sec-01c .prefecturesList_item {
    width: 23.4504132231%;
  }
  #SHOPLIST .sec-01c .prefecturesList_item:not(:nth-of-type(4n+1)) {
    margin-left: 2.0661157025%;
  }
}
@media only screen and (max-width: 767px) {
  #SHOPLIST .sec-01c .prefecturesList_item {
    width: 100%;
  }
  #SHOPLIST .sec-01c .prefecturesList_item:not(:first-of-type) {
    margin-top: -1px;
  }
}
#SHOPLIST .sec-01c .parent {
  display: flex;
}
@media only screen and (min-width: 768px) {
  #SHOPLIST .sec-01c .parent {
    flex-wrap: wrap;
    margin-top: 2.1428571429vw;
    padding: 0 1.6%;
  }
}
@media only screen and (max-width: 767px) {
  #SHOPLIST .sec-01c .parent {
    /* margin-top: getvw(100); */
    flex-direction: column;
  }
}
#SHOPLIST .sec-01c .parent .co_parent {
  display: flex;
  position: relative;
  border: 1px solid #8c8c8c;
  text-align: left;
  font-weight: 600;
}

#SHOPLIST .sec-01c .parent a:hover {
  background-color: #f6f6f6;
}

#SHOPLIST .sec-01c .parent .co_parent .next {
  position: relative;
}
@media only screen and (min-width: 768px) {
  #SHOPLIST .sec-01c .parent .co_parent {
    width: 100%;
    padding: 1.4285714286vw 0 1.4285714286vw 1.4285714286vw;
    margin-bottom: 1.4285714286vw;
    font-size: 0.9285714286vw;
  }
  #SHOPLIST .sec-01c .parent .co_parent .next::after {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 13.2857142857vw;
    right: 0;
    width: 5px;
    height: 5px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
  }
}
@media only screen and (max-width: 767px) {
  #SHOPLIST .sec-01c .parent .co_parent {
    width: 100%;
    padding: 3.6vw 0 3.6vw 5.3333333333vw;
    font-size: 3.4666666667vw;
  }
  #SHOPLIST .sec-01c .parent .co_parent .next::after {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 81.3333333333vw;
    right: 0;
    width: 5px;
    height: 5px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
  }
}
#SHOPLIST .sec-01c .parent .co_parent_non {
  display: flex;
  text-align: left;
}
#SHOPLIST .sec-01c .parent .co_parent_non .next {
  position: relative;
}
@media only screen and (min-width: 768px) {
  #SHOPLIST .sec-01c .parent .co_parent_non {
    width: 22.5%;
    padding: 1.4285714286vw 0 1.4285714286vw 1.4285714286vw;
    margin-bottom: 1.4285714286vw;
  }
}
@media only screen and (max-width: 767px) {
  #SHOPLIST .sec-01c .parent .co_parent_non {
    display: none;
  }
}
#SHOPLIST .acd-check {
  display: none;
}
#SHOPLIST .acd-label {
  display: block;
  margin-bottom: 1px;
  padding: 10px;
}
@media only screen and (max-width: 767px) {
  #SHOPLIST .acd-label {
    cursor: pointer;
  }
}
#SHOPLIST .shopArea {
  background: #fff;
  border: 1px solid #bababa;
}
@media only screen and (min-width: 768px) {
  #SHOPLIST .shopArea {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    width: 69.1428571429vw;
    margin: 0 auto;
    padding: 2.8571428571vw 2.1428571429vw;
  }
}
@media only screen and (max-width: 767px) {
  #SHOPLIST .shopArea {
    border-top: none;
    padding: 4.8vw 4vw;
  }
}
#SHOPLIST .shopArea_row:not(:first-of-type) {
  margin-top: 3.4285714286vw;
}
@media only screen and (max-width: 767px) {
  #SHOPLIST .shopArea_row:not(:first-of-type) {
    margin-top: 6.4vw;
  }
}
#SHOPLIST .shopArea_category {
  margin-bottom: 2.1428571429vw;
}
@media only screen and (max-width: 767px) {
  #SHOPLIST .shopArea_category {
    margin-bottom: 4vw;
  }
}
#SHOPLIST .shopArea_category-sp {
  width: 13.5714285714vw;
}
@media only screen and (max-width: 767px) {
  #SHOPLIST .shopArea_category-sp {
    width: 28.4vw;
  }
}
#SHOPLIST .shopArea_category-ts {
  width: 12.0714285714vw;
}
@media only screen and (max-width: 767px) {
  #SHOPLIST .shopArea_category-ts {
    width: 26.5333333333vw;
  }
}
#SHOPLIST .shopArea .shopList_item dl dt {
  font-size: 1.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  #SHOPLIST .shopArea .shopList_item dl dt {
    font-size: 2.6rem;
  }
}
#SHOPLIST .shopArea .shopList_item dl dd {
  font-size: 1.3rem;
  margin-top: 1em;
}
@media only screen and (max-width: 767px) {
  #SHOPLIST .shopArea .shopList_item dl dd {
    font-size: 2.4rem;
    line-height: 1.8;
  }
}

#COLLECTION .pc {
	display: block;
}
#COLLECTION .sp {
	display: none;
}

@media only screen and (max-width: 767px) {
	#COLLECTION .pc {
		display: none;
	  }
	#COLLECTION .sp {
		display: block;
	  }
}


/* ============================================
  ニュース
============================================ */
#NEWS .fnt_color {
  color: #000 !important;
}
@media only screen and (min-width: 768px) {
  #NEWS .sec-01 {
    padding-bottom: 14.6428571429vw;
  }
}
@media only screen and (max-width: 767px) {
  #NEWS .sec-01 {
    padding-bottom: 23.6vw;
  }
}
#NEWS .sec-01 .sec_in {
  width: 100vw;
  padding: 0 150px;
}
@media only screen and (max-width: 767px) {
  #NEWS .sec-01 .sec_in {
    width: 100%;
    padding: 0px;
  }
}
#NEWS .sec-01 .sec_in .box {
  margin: 0 auto;
  width: 71.4285714286vw;
}
@media only screen and (min-width: 768px) {
  #NEWS .sec-01 .sec_in .box {
    width: 1000;
  }
}
@media only screen and (max-width: 767px) {
  #NEWS .sec-01 .sec_in .box {
    width: 93.3333333333vw;
    width: 93.3333333333vw;
  }
}
#NEWS .sec-01 .sec_in .box .logo {
  margin: 0 auto;
  width: 160px;
  margin-top: 10.5714285714vw;
}
@media only screen and (max-width: 767px) {
  #NEWS .sec-01 .sec_in .box .logo {
    width: 160px;
    margin-top: 18.6666666667vw;
  }
}
#NEWS .sec-01 .sec_in .box .title_txt {
  text-align: center;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  #NEWS .sec-01 .sec_in .box .title_txt {
    width: 28.2142857143vw;
    margin-top: 2.8571428571vw;
  }
}
@media only screen and (max-width: 767px) {
  #NEWS .sec-01 .sec_in .box .title_txt {
    width: 68.1333333333vw;
    margin-top: 6.1333333333vw;
  }
}
#NEWS .sec-01 .sec_in .box .parent {
  margin-top: 3.2142857143vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 50px;
}
@media only screen and (min-width: 768px) {
  #NEWS .sec-01 .sec_in .box .parent {
    margin-top: 6.4285714286vw;
  }
}
@media only screen and (max-width: 767px) {
  #NEWS .sec-01 .sec_in .box .parent {
    /*display: block;*/
    margin-top: 13.3333333333vw;
  }
}
#NEWS .sec-01 .sec_in .box .parent .vc_parent {
  width: calc(33.33% - 34px);
}
@media only screen and (max-width: 767px) {
  #NEWS .sec-01 .sec_in .box .parent .vc_parent {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 35px;
  }
}
#NEWS .sec-01 .sec_in .box .parent .vc_parent .vc_grid_video {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  /* 16:9 */
}
#NEWS .sec-01 .sec_in .box .parent .vc_parent .vc_grid_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#NEWS .sec-01 .sec_in .box .parent .vc_parent .vc_grid_text {
  font-size: 1vw;
  line-height: 1.9;
  padding: 0.8vw 0 0;
  height: 50%;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #NEWS .sec-01 .sec_in .box .parent .vc_parent .vc_grid_text {
    text-align: left;
    letter-spacing: -0.2rem;
    font-size: 3.4666666667vw;
    line-height: 1.8;
    padding: 3.3333333333vw 3.3333333333vw 0;
    height: 64%;
  }
}
#NEWS .sec-01 .sec_in .box .parent .vc_parent .vc_grid_text .vc_upday {
  font-size: 0.8vw;
}
@media only screen and (max-width: 767px) {
  #NEWS .sec-01 .sec_in .box .parent .vc_parent .vc_grid_text .vc_upday {
    font-size: 1vw;
  }
}


#lightweight {
	margin-top: -10vw;
	padding-top: 10vw;
}

#waterproof {
	margin-top: -10vw;
	padding-top: 10vw;
}

#supatto {
	margin-top: -10vw;
	padding-top: 10vw;
}

#walking {
	margin-top: -10vw;
	padding-top: 10vw;
}

@media only screen and (max-width: 767px) {
	#lightweight {
		margin-top: -16vw;
		padding-top: 16vw;
	}

	#waterproof {
		margin-top: -16vw;
		padding-top: 16vw;
	}

	#supatto {
		margin-top: -16vw;
		padding-top: 16vw;
	}

	#walking {
		margin-top: -16vw;
		padding-top: 16vw;
	}
}


/*# sourceMappingURL=style.css.map */
