@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Acme&display=swap);
@charset "UTF-8";
/*
  Flexbox SASS mixins
  The spec: http://www.w3.org/TR/css3-flexbox
------------------------------------------------------------------ */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

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

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

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

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

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

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

/* common
------------------------------------------------------------------ */
html {
  overflow-x: hidden;
  width: 100%;
  height: 100%; }

body {
  z-index: 0;
  background-color: #FFFEF7; }

html,
body,
dl,
dt,
dd,
ol,
ul,
li,
img,
h1,
h2,
h3,
h4,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

ul {
  list-style-type: none; }

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

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

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

figure,
figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  max-width: 100%; }

input {
  border-radius: 0; }

input:focus {
  outline: 0; }

  .pcDisBlock {
    display: block;
  }
  @media screen and (max-width: 479px) {
    .pcDisBlock {
      display: none;
    }
  }

/* main,section
----------------------------------------------------------------- */
.canvas {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-color: #f2f2f2; }

.contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.main {
  background-color: #f2f2f2;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  width: calc(768 / 1024 * 100%);
  padding-top: 80px;
  margin-bottom: 50px; }

.side {
  width: 256px;
  max-width: 256px;
  padding-top: 60px;
  background-color: #fff; }

.section__title {
  font-family: "Acme", sans-serif;
  font-size: 32px;
  font-size: 3.2rem;
  text-align: center;
  margin-bottom: 0.8em; }
  .section__title.L_mb {
    margin-bottom: 1.5em; }
  .section__title.t_left {
    text-align: left; }

.section.section--fullwidth {
  position: relative;
  left: 50%;
  right: 50%;
  max-width: none;
  width: 100vw;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -50vw;
  margin-right: -50vw; }

/* for sp
----------------------------------------------------------------- */
@media screen and (max-width: 479px) {
  .contents {
    display: block; }
  .main {
    background-color: #f2f2f2;
    width: 100%;
    padding-top: 60px; }
    .main.none_pt {
      padding-top: 0; }
    .main.none_mb {
      margin-bottom: 0; }
  .side {
    max-width: 100%;
    width: 100%;
    padding-top: 60px;
    background-color: #fff; } }

/* typography
------------------------------------------------------------------ */
html {
  font-size: 62.5%;
  line-height: 1.6; }

body {
  font-family: "Roboto", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #000; }

p {
  font-size: 15px;
  font-size: 1.5rem; }

h1 {
  font-size: 46px;
  font-size: 4.6rem; }

h2 {
  font-size: 24px;
  font-size: 2.4rem; }

h3 {
  font-size: 28px;
  font-size: 2.8rem; }

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

.bold {
  font-weight: bold; }

.t-center {
  text-align: center; }

.globalHeader {
  z-index: 900;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff; }
  .globalHeader.scrolling {
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(15, 17, 19, 0.13);
            box-shadow: 0 0 10px rgba(15, 17, 19, 0.13); }

.globalHeader__content {
  width: auto;
  height: 90px;
  margin-left: 42px;
  margin-right: 39px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center; }

.globalHeader__logo {
  padding-top: 4px;
  line-height: 1;
  margin-right: auto; }

/* globalHeader__nav
------------------------------------------------------------------ */
.globalHeader__nav {
  position: relative;
  padding-top: 12px;
  padding-right: 10px; }
  .globalHeader__nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .globalHeader__nav ul li {
    position: relative;
    margin-right: 0.6em;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 0 0.4em; }
  .globalHeader__nav ul li:last-child {
    margin-right: 0; }
  .globalHeader__nav ul li a {
    z-index: 1;
    display: inline-block;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .globalHeader__nav ul li a::after {
    z-index: -1;
    position: absolute;
    bottom: 0.2em;
    left: 0;
    content: "";
    width: 100%;
    height: 6px;
    background-color: transparent;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .globalHeader__nav ul li a:hover::after {
    width: 100%;
    background-color: #00f000; }

/* globalHeader__nav--sub
------------------------------------------------------------------ */
.globalHeader__nav--sub {
  width: 30px;
  height: 30px; }

.menuTrigger {
  position: relative;
  top: 3px;
  right: -7px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: inline-block;
  cursor: pointer;
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease; }
  .menuTrigger:hover {
    border-radius: 50%;
    border: 1px solid #000; }

.menu-trigger,
.menu-trigger span {
  text-align: center;
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }

.menu-trigger {
  position: relative;
  width: 14px;
  height: 13px;
  display: block;
  margin: 0 auto;
  top: 9px; }

.menu-trigger.pc span {
  position: absolute;
  left: 0;
  width: 100%; }

.menu-trigger.sp {
  display: none; }

span.globalHeader__searchIcon {
  top: -2px; }

/* for mobile
----------------------------------------------------------------- */
@media screen and (max-width: 479px) {
  .globalHeader__logo {
    width: 165px;
    margin: 0 auto; }
  .globalHeader__nav.pc {
    display: none; }
  .globalHeader__nav--sub {
    position: absolute;
    right: 25px; }
  .menuTrigger {
    border: 1px solid #f0f0f0; }
  .menu-trigger.pc {
    display: none; }
  .menu-trigger.sp {
    display: block; }
  .menu-trigger.sp span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000; }
  .menu-trigger.sp span:nth-of-type(1) {
    top: 0; }
  .menu-trigger.sp span:nth-of-type(2) {
    top: 6px; }
  .menu-trigger.sp span:nth-of-type(3) {
    bottom: 0; } }

.globalFooter {
  background-color: #000;
  color: #fff; }
  .globalFooter ul li a {
    position: relative;
    color: #fff; }
  .globalFooter ul li a::after {
    z-index: -1;
    position: absolute;
    bottom: 0.2em;
    left: 0;
    content: "";
    width: 0;
    height: 3px;
    background-color: transparent;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .globalFooter ul li a:hover {
    color: #fff; }

.globalFooter__content {
  position: relative;
  max-width: 860px;
  width: 90%;
  margin: 0 auto;
  padding: 4em 0; }

.globalFooter__content .btn-radius a {
  font-size: 16px;
  font-size: 1.6rem;
  border-radius: 14px;
  color: #000;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  padding: 0.5em 2em; }
  .globalFooter__content .btn-radius a:hover {
    color: #fff;
    background-color: #888; }

.globalFooter__logo {
  width: 270px;
  margin: 0 auto 3.5em; }

.globalFooter__info {
  text-align: center;
  margin-bottom: 1.5em; }
  .globalFooter__info p {
    margin-bottom: 0; }

.pagetop {
  position: absolute;
  right: 0;
  display: block;
  width: 22px;
  height: 22px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg); }

/* for mobile
------------------------------------------------------------------ */
@media screen and (max-width: 479px) {
  .globalFooter__content {
    width: 90%;
    margin: 0 auto; }
  .globalFooter__info {
    margin-bottom: 50px; }
  .globalFooter__logo {
    width: 213px;
    margin: 50px auto 40px; }
  .pagetop {
    position: relative;
    margin: 0 auto; } }

/* globalFooter__nav
------------------------------------------------------------------ */
.globalFooter__nav {
  position: relative;
  max-width: 860px;
  margin: 0 auto;
  padding: 2em 0;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff; }
  .globalFooter__nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-pack: center; }
  .globalFooter__nav ul li {
    position: relative;
    margin-right: 0.6em;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold; }
  .globalFooter__nav ul li:last-child {
    margin-right: 0; }
  .globalFooter__nav ul li a {
    z-index: 1;
    display: inline-block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 0 0.4em; }
  .globalFooter__nav ul li a::after {
    z-index: -1;
    position: absolute;
    bottom: 0.3em;
    left: 0;
    content: "";
    width: 100%;
    height: 4px;
    background-color: transparent;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .globalFooter__nav ul li a:hover::after {
    width: 100%;
    background-color: #00f000; }

@media screen and (max-width: 479px) {
  .globalFooter__nav {
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding: 2em 0;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff; }
    .globalFooter__nav ul {
      display: block;
      text-align: center; }
    .globalFooter__nav ul li {
      padding-bottom: 1em; } }

/* globalFooter__navsub
------------------------------------------------------------------ */
.globalFooter__navsub {
  position: relative;
  max-width: 860px;
  margin: 0 auto;
  padding: 2em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center; }
  .globalFooter__navsub ul.siteguide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto; }
  .globalFooter__navsub ul.siteguide li {
    position: relative;
    margin-right: 0.6em;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 0 0.4em; }
  .globalFooter__navsub ul.siteguide li:last-child {
    margin-right: 0; }
  .globalFooter__navsub ul.siteguide li a {
    z-index: 1;
    display: inline-block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #fff; }
  .globalFooter__navsub ul.siteguide li a::after {
    z-index: -1;
    position: absolute;
    bottom: 0.2em;
    left: 0;
    content: "";
    width: 100%;
    height: 3px;
    background-color: transparent;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .globalFooter__navsub ul.siteguide li a:hover {
    color: #fff; }
  .globalFooter__navsub ul.siteguide li a:hover::after {
    width: 100%;
    background-color: #00f000; }

/* sns
------------------------------------------------------------------ */
ul.sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  ul.sns li {
    margin-right: 1em; }
  ul.sns li:last-child {
    margin-right: 0 !important; }

ul.sns li a {
  width: 40px;
  height: 40px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  line-height: 1; }

ul.sns li a:hover path {
  fill: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.globalFooter__navsub .icon_fb {
  width: 12px; }
  .globalFooter__navsub .icon_fb path {
    fill: #fff; }

.globalFooter__navsub .icon_twiiter {
  width: 28px; }
  .globalFooter__navsub .icon_twiiter path {
    fill: #fff; }

.globalFooter__navsub .icon_ig {
  width: 23px; }
  .globalFooter__navsub .icon_ig path {
    fill: #fff; }

.globalFooter__navsub .icon_youtube {
  width: 23px; }
  .globalFooter__navsub .icon_youtube path {
    fill: #fff; }

.globalFooter__navsub ul.sns li a:hover path {
  fill: #00f000; }

p.copyright {
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  font-size: 10px;
  font-size: 1rem; }

/* for mobile
------------------------------------------------------------------ */
@media screen and (max-width: 479px) {
  .globalFooter__navsub {
    width: 100%;
    margin: 0 auto;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    padding: 50px 0 0; }
    .globalFooter__navsub ul.siteguide {
      display: block;
      text-align: center;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 2;
      order: 2;
      width: 100%;
      text-align: center;
      margin-bottom: 60px; }
      .globalFooter__navsub ul.siteguide li {
        padding-bottom: 1em; }
    .globalFooter__navsub ul.sns {
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 1;
      order: 1;
      margin-bottom: 40px; }
  p.copyright {
    text-align: center; } }

/* feature
----------------------------------------------------------------- */
.section--feature__content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 800px;
  display: block;
  margin: 0 auto 40px;
  font-size: 18px;
  font-size: 1.8rem; }

.section--feature__content span {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 0.3em;
  background-color: white; }

.section--feature__content br {
  display: none; }

@media screen and (max-width: 479px) {
  .section--feature__content {
    display: block;
    width: 90%;
    margin: 0 auto 35px; }
  .section--feature__content span {
    display: block; }
  .section--feature__content br {
    display: block; } }

/* Recommend
----------------------------------------------------------------- */
.section--recommend {
  width: 100%;
  background-color: #ffc800;
  margin-top: 0;
  padding: 45px 0 30px;
  overflow: hidden; }
  .section--recommend .section__title {
    color: #fff; }
  .section--recommend .blogcard {
    width: 100%; }
    .section--recommend .blogcard .blogcard__image img {
      width: 100%;
      max-height: 280px;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    .section--recommend .blogcard .blogcard__details .blogcard__title {
      min-height: 100px; }
  .section--recommend .swiper-container-recommend {
    position: relative; }
    .section--recommend .swiper-container-recommend .swiper-button-prev,
    .section--recommend .swiper-container-recommend .swiper-button-next {
      width: 28px;
      height: 28px; }
    .section--recommend .swiper-container-recommend .swiper-button-prev {
      left: 25px;
      border-bottom: 2px solid black;
      border-left: 2px solid black; }
    .section--recommend .swiper-container-recommend .swiper-button-next {
      right: 25px;
      border-top: 2px solid black;
      border-right: 2px solid black; }

@media screen and (max-width: 479px) {
  .section--recommend .blogcard .blogcard__image img {
    max-height: 100%;
    height: 150px; }
  .section--recommend .blogcard .blogcard__details .blogcard__title {
    min-height: 125px; } }

/* gear search
----------------------------------------------------------------- */
.section--gear {
  width: 100%;
  margin-top: 53px;
  padding: 5px 0 30px; }

.section--gear .section__title {
  margin-bottom: 2em; }

.swiper-container-gearlist {
  width: 100%;
  max-width: 960px;
  height: 155px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto; }

.gearlist__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
  text-align: center;
  cursor: pointer; }

.gearlist__item img {
  width: 80px;
  height: auto;
  margin-bottom: 10px; }

.gearlist__item span {
  display: table;
  font-size: 12px;
  font-size: 1.2rem;
  border-radius: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #000;
  background-color: #f2f2f2;
  padding: 5px 10px; }
  .gearlist__item span:before {
    content: "#"; }

.gearlist__item:hover span {
  color: #fff;
  background-color: #000; }

/* gear brand
----------------------------------------------------------------- */
.section--brand {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 100px;
  padding: 5px 0 30px;
  overflow: hidden; }
  .section--brand .section__title {
    margin-bottom: 2em; }

.brand__content {
  max-width: 960px;
  width: 90%;
  margin: 0 auto;
  padding: 0; }

.swiper-container-brand {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto; }

.brand {
  text-align: center; }
  .brand span {
    font-size: 12px;
    font-size: 1.2rem;
    border-radius: 14px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #000;
    background-color: #f2f2f2;
    padding: 0.5em 0.8em; }
    .brand span:before {
      content: "#"; }
    .brand span:hover {
      color: #fff;
      background-color: #000; }

.brand__image {
  margin-bottom: 1em; }
  .brand__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .brand__image a {
    -webkit-transition: .3s;
    transition: .3s; }
    .brand__image a:hover {
      opacity: .5; }

/* サイドバーなし
------------------------------------------------------------------ */
.page-content {
  max-width: 960px;
  width: calc(960 / 1024 * 100%);
  margin: 0 auto;
  padding: 50px 60px 50px;
  background-color: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .page-content .page-content__read {
    padding-bottom: 3.5em; }
  .page-content .page-content__inner {
    padding: 3.5em 0;
    border-top: 1px solid #333; }
    .page-content .page-content__inner h3 {
      font-size: 20px;
      font-size: 2rem;
      margin-bottom: 1em; }
    .page-content .page-content__inner ul {
      margin-bottom: 2.5em; }
      .page-content .page-content__inner ul li {
        margin-bottom: 10px;
        list-style: disc outside;
        display: list-item;
        margin-left: 20px;
        line-height: 1.6; }
      .page-content .page-content__inner ul.num {
        margin-bottom: 0; }
      .page-content .page-content__inner ul.num li {
        list-style: decimal outside;
        display: list-item;
        margin-left: 20px;
        padding-left: 5px;
        margin-top: 10px; }
  .page-content p {
    position: relative; }
    .page-content p .underLine {
      border-bottom: solid 1px;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      .page-content p .underLine:hover {
        color: #00788c; }
  .page-content.error {
    text-align: center; }

@media screen and (max-width: 479px) {
  .page-content {
    width: 100%;
    padding: 25px 2em 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .page-content.error {
      text-align: left; }
      .page-content.error br {
        display: none; } }

/* お知らせ
------------------------------------------------------------------ */
.info .info__list .info__item {
  position: relative;
  margin-top: 15px;
  font-size: 15px;
  font-size: 1.5rem; }
  .info .info__list .info__item:first-child {
    margin-top: 0; }
  .info .info__list .info__item span {
    margin-right: 15px; }
  .info .info__list .info__item a {
    position: absolute;
    z-index: 1;
    display: inline-block;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .info .info__list .info__item a::after {
      content: '';
      position: absolute;
      z-index: -1;
      bottom: 0.2em;
      left: 0;
      width: 100%;
      height: 6px;
      background-color: transparent;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
    .info .info__list .info__item a:hover::after {
      width: 100%;
      background-color: #00f000; }

@media screen and (max-width: 479px) {
  .info .info__list .info__item a {
    position: static;
    display: block; } }

/* ライター一覧
------------------------------------------------------------------ */
.section--writerlist {
  max-width: 1024px;
  width: 90%;
  margin: 0 auto; }

.writerlist-content {
  max-width: 888px;
  width: calc(888 / 960 * 100%);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between; }
  .writerlist-content:before {
    content: "";
    display: block;
    width: calc(192 / 888 * 100%);
    height: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .writerlist-content:after {
    content: "";
    display: block;
    width: calc(192 / 888 * 100%);
    height: 0; }
  .writerlist-content .profile__content {
    position: relative;
    display: inline-block;
    max-width: 192px;
    width: calc(192 / 888 * 100%);
    margin-bottom: 2em; }
    .writerlist-content .profile__content .profile__image img {
      min-width: initial; }
  .writerlist-content a.profile__content {
    display: block;
    opacity: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .writerlist-content a.profile__content:hover {
    opacity: 0.5; }

@media screen and (max-width: 479px) {
  .writerlist-content {
    width: 192px; }
    .writerlist-content .profile__content {
      position: relative;
      display: inline-block;
      width: 192px;
      margin-bottom: 2em; } }

/* ライター別記事一覧
------------------------------------------------------------------ */
.writerlist-content.single {
  max-width: 960px;
  width: 100%;
  display: block;
  padding: 30px;
  margin-bottom: 3em;
  background-color: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .writerlist-content.single .profile__content {
    position: relative;
    display: block;
    max-width: 100%;
    width: 100%;
    text-align: left;
    margin-bottom: 0; }
    .writerlist-content.single .profile__content::after {
      display: block;
      clear: both;
      content: ""; }
    .writerlist-content.single .profile__content .profile__image {
      float: left;
      max-width: 250px;
      width: calc(250 / 900 * 100%); }
    .writerlist-content.single .profile__content .profile__image img {
      width: 100%;
      border-radius: 0; }
    .writerlist-content.single .profile__content .profile__textcontent {
      float: right;
      max-width: 620px;
      width: calc(620 / 900 * 100%); }
      .writerlist-content.single .profile__content .profile__textcontent a {
        color: #646464;
        text-decoration: underline; }
        .writerlist-content.single .profile__content .profile__textcontent a:hover {
          color: #00788c; }
    .writerlist-content.single .profile__content .profile__text {
      font-size: 24px;
      font-size: 2.4rem;
      font-weight: normal; }

@media screen and (max-width: 479px) {
  .section--writerlist {
    width: 100%; }
  .writerlist-content.single {
    padding: 0; }
    .writerlist-content.single .profile__content {
      text-align: left;
      margin-bottom: 0; }
      .writerlist-content.single .profile__content .profile__image {
        float: none;
        max-width: 100%;
        width: 100%;
        padding-right: 0; }
      .writerlist-content.single .profile__content .profile__textcontent {
        float: none;
        display: block;
        width: 80%;
        margin: 0 auto;
        padding-top: 1em;
        padding-bottom: 1.5em; }
      .writerlist-content.single .profile__content .profile__image img {
        width: 100%;
        border-radius: 0; }
      .writerlist-content.single .profile__content .profile__textcontent p {
        font-size: 14px;
        font-size: 1.4rem; }
      .writerlist-content.single .profile__content .profile__textcontent p.profile__text {
        font-size: 18px;
        font-size: 1.8rem; } }

.widget {
  margin-bottom: 3em;
  padding: 0 2em; }

/* widget - writer
------------------------------------------------------------------ */
.widget--profile {
  margin-top: 3em;
  padding: 0; }

.profile__content {
  text-align: center; }

.swiper-container-profile {
  overflow: hidden;
  position: relative; }

.profile__image img {
  width: 70%;
  height: auto;
  border-radius: 50%; }

.profile__name {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 20px; }

.profile__job {
  display: block;
  font-size: 10px;
  font-size: 1rem;
  font-weight: normal;
  padding-top: 1em;
  line-height: 1.6; }

/* widget - keyword
------------------------------------------------------------------ */
.tags__list li {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0 0.1em 1.5em 0; }

.tags__list li a {
  border-radius: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #000;
  background-color: #f2f2f2;
  padding: 0.5em 0.8em; }
  .tags__list li a:before {
    content: "#"; }
  .tags__list li a:hover {
    color: #fff;
    background-color: #000; }

/* widget - ranking
------------------------------------------------------------------ */
.ranking__content {
  counter-reset: rank 0; }
  .ranking__content .blogcard {
    width: 100%;
    margin-bottom: 3em; }
  .ranking__content .blogcard a {
    display: block;
    opacity: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .ranking__content .blogcard a:hover {
    opacity: 0.5; }
  .ranking__content .blogcard__details {
    padding-left: 0;
    padding-right: 0;
    background-color: transparent; }
  .ranking__content .blogcard__title {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.4; }
  .ranking__content .blogcard::before {
    position: absolute;
    top: -0.5em;
    left: -0.3em;
    font-family: "Acme", sans-serif;
    font-size: 59px;
    font-size: 5.9rem;
    line-height: 1;
    counter-increment: rank 1;
    content: counter(rank); }

@media screen and (max-width: 479px) {
  .ranking__content .blogcard::before {
    top: 0;
    left: 0; } }

/* widget - ad
------------------------------------------------------------------ */
.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 110px; }

.widget--ad {
  margin-bottom: 0; }

.widget--ad a {
  display: block;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.widget--ad a:hover {
  opacity: 0.5; }

.ad__content {
  padding: 2em 0;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000; }
  .ad__content.top {
    padding: 0 0 2em;
    border: none; }

.swiper-container-ad {
  z-index: 1;
  overflow: hidden;
  position: relative;
  height: 275px;
  margin: 0 auto;
  padding: 0; }

.swiper-container-ad2,
.swiper-container-ad3 {
  z-index: 1;
  overflow: hidden;
  position: relative;
  height: 380px;
  margin: 0 auto;
  padding: 0; }

.swiper-container-ad img,
.swiper-container-ad2 img,
.swiper-container-ad3 img {
  width: 100%; }

@media screen and (max-width: 479px) {
  .widget--ad .ad__content {
    width: 250px;
    margin: 0 auto; }
  .swiper-container-ad {
    height: 345px !important; }
  .swiper-container-ad2,
  .swiper-container-ad3 {
    height: 468px !important; }
  .swiper-slide {
    height: auto !important; } }

/* widget - ad2
------------------------------------------------------------------ */
.widget--ad2 .ad__content {
  padding: 2em 0;
  border-top: none;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000; }

.widget--ad2 a {
  display: block;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.widget--ad2 a:hover {
  opacity: 0.5; }

.ad__content img {
  width: 100%; }

@media screen and (max-width: 479px) {
  .swiper-container-ad {
    height: 500px; }
  .swiper-container-ad2,
  .swiper-container-ad3 {
    height: 605px; } }

/* 記事ページ
------------------------------------------------------------------ */
.singlePost__mainvisual {
  position: relative;
  width: 100%;
  padding-top: calc(450 / 1024 * 100%);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.singlePost__body {
  max-width: 680px;
  margin: 0 auto 50px;
  padding: 35px 30px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .singlePost__body .blog__main h3 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 1.5em; }
  .singlePost__body .blog__main p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8; }
    .singlePost__body .blog__main p a {
      color: #646464;
      text-decoration: underline; }
      .singlePost__body .blog__main p a:hover {
        color: #00788c; }
  .singlePost__body .blog__main img {
    display: block;
    margin: 0 auto;
    padding: 20px 0 5px; }
  .singlePost__body .blog__main figure {
    padding: 0.5em 0 0; }
    .singlePost__body .blog__main figure img {
      display: block;
      margin: 0 auto;
      padding: 0; }
  .singlePost__body .blog__main figcaption {
    padding-top: 0.5em;
    font-size: 15px;
    font-size: 1.5rem;
    color: darkgoldenrod; }
  .singlePost__body .blog__main .alignright {
    float: right;
    margin: 0 0 1em 2em; }
  .singlePost__body .blog__main .alignleft {
    float: left;
    margin: 0 2em 1em 0; }
  .singlePost__body .blog__main .col_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-pack: space-between; }
    .singlePost__body .blog__main .col_2 figcaption {
      width: 100%;
      display: block; }
  .singlePost__body .blog__main .iframe {
    width: 100%; }
    .singlePost__body .blog__main .iframe iframe {
      width: 100% !important;
      height: 400px; }
  .singlePost__body .blog__main .fukidashiBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 20px; }
    .singlePost__body .blog__main .fukidashiBox .fukidashi {
      position: relative;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: calc(100% - (48px + 32px));
      padding: 20px;
      border-radius: 3px; }
      .singlePost__body .blog__main .fukidashiBox .fukidashi.yellow {
        background: #fff4bc; }
      .singlePost__body .blog__main .fukidashiBox .fukidashi.green {
        background: #D6FFD4; }
      .singlePost__body .blog__main .fukidashiBox .fukidashi::after {
        content: '';
        position: absolute;
        top: 24px; }
    .singlePost__body .blog__main .fukidashiBoxLeft {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .singlePost__body .blog__main .fukidashiBoxLeft .fukidashi {
        margin: 0 0 0 32px; }
        .singlePost__body .blog__main .fukidashiBoxLeft .fukidashi::after {
          left: -21px;
          border-bottom: 25px solid transparent; }
        .singlePost__body .blog__main .fukidashiBoxLeft .fukidashi.yellow::after {
          border-right: 21px solid #fff4bc; }
        .singlePost__body .blog__main .fukidashiBoxLeft .fukidashi.green::after {
          border-right: 21px solid #D6FFD4; }
    .singlePost__body .blog__main .fukidashiBoxRight {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
      .singlePost__body .blog__main .fukidashiBoxRight .fukidashi {
        margin: 0 32px 0 0; }
        .singlePost__body .blog__main .fukidashiBoxRight .fukidashi::after {
          right: -21px;
          border-bottom: 25px solid transparent; }
        .singlePost__body .blog__main .fukidashiBoxRight .fukidashi.yellow::after {
          border-left: 21px solid #fff4bc; }
        .singlePost__body .blog__main .fukidashiBoxRight .fukidashi.green::after {
          border-left: 21px solid #D6FFD4; }
    .singlePost__body .blog__main .fukidashiBox .jinbutsu {
      width: 48px;
      height: 48px;
      margin: 0; }
      .singlePost__body .blog__main .fukidashiBox .jinbutsu_img {
        display: block;
        max-width: 48px;
        width: 100%;
        max-height: 48px;
        height: 100%;
        margin: 0;
        padding: 0; }
  .singlePost__body .blog__main .alignleft,
  .singlePost__body .blog__main .alignright,
  .singlePost__body .blog__main .aligncenter {
    float: none;
    margin: 0 auto; }
  .singlePost__body .snsShare {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-pack: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    margin-top: 60px; }
  .singlePost__body .tags__content {
    margin-top: 4em;
    margin-bottom: 4em;
    padding-top: 2em;
    border-top: 2px solid #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center; }
  .singlePost__body .tags__list {
    margin-bottom: -1em; }
    .singlePost__body .tags__list li {
      margin-bottom: 1em; }
  .singlePost__body .section__title {
    margin-bottom: 0;
    margin-right: 2em;
    font-size: 20px;
    font-size: 2rem; }

.blog__header {
  margin-bottom: 2em; }
  .blog__header .blogcard__dateAdIcon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 10px 0; }
  .blog__header .blogcard__date {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.6; }
  .blog__header .blogcard__ad-icon {
    line-height: 1;
    margin-left: 10px;
    padding: 3px 6px;
    font-size: 12px;
    font-size: 1.2rem;
    border: 1px solid #000;
    border-radius: 3px; }
    .blog__header .blogcard__ad-icon span {
      line-height: 1; }
  .blog__header .blogcard__category li::after {
    background-color: #00ef00; }
  .blog__header .profile__content {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .blog__header .profile__image img {
    min-width: 44px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    margin-bottom: 0; }
  .blog__header .profile__textcontent {
    margin-left: 1em; }
  .blog__header .profile__text {
    margin: 0; }
  .blog__header .profile__name {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 20px; }
  .blog__header .profile__job {
    display: block;
    font-size: 10px;
    font-size: 1rem;
    font-weight: normal;
    padding-top: 0;
    line-height: 1.6; }

.blog__footer {
  margin-top: 4em;
  padding-top: 2em;
  border-top: 2px solid black; }
  .blog__footer .profile__content {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .blog__footer .profile__image img {
    min-width: 44px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    margin-bottom: 0; }
  .blog__footer .profile__textcontent {
    margin-left: 1em; }
  .blog__footer .profile__text {
    margin: 0; }
  .blog__footer .profile__name {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 20px; }
  .blog__footer .profile__job {
    display: block;
    font-size: 10px;
    font-size: 1rem;
    font-weight: normal;
    padding-top: 0;
    line-height: 1.6; }

@media screen and (max-width: 768px) {
  .singlePost__mainvisual {
    padding-top: calc(213 / 320 * 100%); }
  .singlePost__body {
    padding: 2em;
    margin: 0 2em; }
    .singlePost__body .blog__main .alignright {
      float: none;
      margin: 0; }
      .singlePost__body .blog__main .alignright img {
        display: block;
        margin: 0 auto; }
    .singlePost__body .blog__main .alignleft {
      float: none;
      margin: 0; }
      .singlePost__body .blog__main .alignleft img {
        display: block;
        margin: 0 auto; }
    .singlePost__body .blog__main figure.col_2 {
      padding-bottom: -1em; }
      .singlePost__body .blog__main figure.col_2 img {
        display: block;
        margin: 0 auto 0; }
        .singlePost__body .blog__main figure.col_2 img:first-child {
          margin: 0 auto 20px; }
    .singlePost__body .snsShare {
      display: block; } }

@media screen and (max-width: 479px) {
  .singlePost__body {
    margin: 0; }
    .singlePost__body .tags__content {
      display: block;
      padding-top: 4em; }
    .singlePost__body .tags__list {
      width: 70%;
      margin: 0 auto -1.5em;
      text-align: center; }
      .singlePost__body .tags__list li {
        margin-bottom: 1.5em; }
    .singlePost__body .section__title {
      margin-bottom: 1em;
      margin-right: 0;
      font-size: 20px;
      font-size: 2rem;
      text-align: center; } }

/* ブログ一覧
------------------------------------------------------------------ */
h2.archivetitle {
  padding: 0.2em 0.7em;
  display: table;
  margin: 0 auto 40px;
  font-size: 24px;
  font-size: 2.4rem; }
  h2.archivetitle span {
    padding: 0.3em;
    background-color: white; }
  h2.archivetitle br {
    display: none; }

.section--bloglist {
  margin: 0 auto; }
  .section--bloglist.singlepost {
    max-width: 680px;
    width: 100%; }

.bloglist-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  max-width: 1025px;
  margin: 0 auto; }
  .bloglist-content:after {
    content: "";
    display: block;
    width: 48.4%;
    max-width: 320px;
    height: 0; }
  .bloglist-content .blogcard {
    display: block;
    position: relative;
    width: 48.4%;
    max-width: 320px;
    margin-bottom: 2em; }
    .bloglist-content .blogcard img {
      width: 100%;
      height: 214px;
      -o-object-fit: cover;
         object-fit: cover; }
  .bloglist-content .blogcard__content {
    height: 394px; }
  .bloglist-content.archive {
    max-width: 960px;
    margin: 0 auto; }
    .bloglist-content.archive .blogcard {
      position: relative;
      max-width: 460px;
      width: calc(460 / 960 * 100%);
      margin-bottom: 2.7em;
      background: white;
      line-height: 0; }
      .bloglist-content.archive .blogcard::after {
        display: block;
        clear: both;
        content: ""; }
    .bloglist-content.archive .blogcard__image {
      width: calc(210 / 460 * 100%);
      height: 100%;
      display: block;
      float: left; }
      .bloglist-content.archive .blogcard__image img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    .bloglist-content.archive .blogcard__details {
      width: calc(250 / 460 * 100%);
      float: right;
      padding: 0.9em 1.5em 0;
      display: block;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .bloglist-content.archive .blogcard__content {
      height: auto; }

/* media screen
----------------------------------------------------------------- */
@media screen and (max-width: 1280px) {
  .bloglist-content {
    padding: 0 2em;
    max-width: 672px; }
  .bloglist-content .blogcard {
    position: relative;
    width: 48.4%;
    max-width: 320px;
    margin-bottom: 2em; } }

@media screen and (max-width: 768px) {
  .bloglist-content .blogcard__content {
    height: auto; }
  .bloglist-content.archive {
    padding: 0 2em;
    max-width: 672px; }
    .bloglist-content.archive .blogcard {
      position: relative;
      width: 48.4%;
      max-width: 320px;
      margin-bottom: 2em; }
    .bloglist-content.archive .blogcard__image {
      width: 100%;
      float: none; }
      .bloglist-content.archive .blogcard__image img {
        width: 100%; }
    .bloglist-content.archive .blogcard__details {
      width: 100%;
      float: none;
      padding: 0.9em 1.5em;
      display: block;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; } }

@media screen and (max-width: 479px) {
  .bloglist-content.archive {
    max-width: 960px;
    margin: 0 auto; }
    .bloglist-content.archive .blogcard {
      max-width: 100%;
      width: 100%;
      margin-bottom: 2.7em;
      background: white; }
    .bloglist-content.archive .blogcard__details {
      width: 100%;
      float: none;
      display: block;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; } }

/* blogcard
------------------------------------------------------------------ */
.blogcard {
  position: relative;
  width: 48.4%;
  margin-bottom: 1em; }

.blogcard.banner {
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  height: 100%; }
  .blogcard.banner img {
    width: 100%;
    max-height: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.blogcard__image {
  overflow: hidden; }
  .blogcard__image img {
    width: 100%; }

.blogcard__details {
  background: white;
  padding: 0.9em 1.5em; }

.blogcard__category {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 1.5em; }
  .blogcard__category li {
    z-index: 1;
    display: inline-block;
    position: relative; }
  .blogcard__category li::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #00ef00; }

.blogcard__title {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4; }

.blogcard__read {
  font-size: 14px;
  font-size: 1.4rem; }

.blogcard__date {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6; }

/* blogcard feature
------------------------------------------------------------------ */
.section--feature__bg {
  overflow: hidden;
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding-top: 55px;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat; }
  .section--feature__bg::before {
    content: '';
    z-index: -1;
    background: inherit;
    -webkit-filter: blur(5px);
            filter: blur(5px);
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px; }

.section--feature__title {
  padding: 0.2em 0.7em;
  display: table;
  margin: 0 auto 40px;
  font-size: 24px;
  font-size: 2.4rem; }
  .section--feature__title span {
    padding: 0.3em;
    background-color: white; }
  .section--feature__title br {
    display: none; }

.blogcard.blogcard--feature {
  width: 100%;
  padding-bottom: 90px;
  margin-bottom: 0; }
  .blogcard.blogcard--feature .blogcard__content {
    background-color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 870px;
    margin: 0 auto;
    text-align: left; }
  .blogcard.blogcard--feature .blogcard__image {
    width: 50%; }
  .blogcard.blogcard--feature .blogcard__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .blogcard.blogcard--feature .blogcard__details {
    width: 50%;
    padding: 2.2em; }
  .blogcard.blogcard--feature .blogcard__category {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 1em; }
    .blogcard.blogcard--feature .blogcard__category li {
      z-index: 1;
      display: inline-block;
      position: relative; }
    .blogcard.blogcard--feature .blogcard__category li::after {
      content: "";
      z-index: -1;
      position: absolute;
      bottom: -2px;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #00ef00; }

/* sp
----------------------------------------------------------------- */
@media screen and (max-width: 479px) {
  .section--feature__bg {
    padding-top: 50px; }
  .section--feature__title {
    margin: 0 auto 35px;
    text-align: center; }
    .section--feature__title br {
      display: block; }
  .bloglist-content .blogcard {
    width: 100%;
    max-width: none;
    margin-bottom: 1em; }
  .blogcard.pc {
    display: none; }
  .blogcard.blogcard--feature {
    padding-bottom: 95px; }
    .blogcard.blogcard--feature .border-fx {
      width: 92%; }
    .blogcard.blogcard--feature .blogcard__content {
      display: block; }
    .blogcard.blogcard--feature .blogcard__image {
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      background-repeat: no-repeat;
      background-size: cover; }
    .blogcard.blogcard--feature .blogcard__details {
      width: auto;
      padding: 2.2em; }
  /* スマホではスライダーで表示 */
  .ranking__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch; }
    .ranking__content .blogcard {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 80%;
              flex: 0 0 80%;
      padding-top: 20px;
      padding-left: 10px;
      padding-right: 15px; }
  /* Recommend
----------------------------------------------------------------- */
  .section--recommend {
    position: relative;
    width: 100%;
    background-color: #ffc800;
    padding: 55px 0 100px; }
    .section--recommend .blogcard {
      width: 100%; }
    .section--recommend .border-fx {
      width: 90%; }
    .section--recommend .swiper-pagination-bullets {
      bottom: 67px !important; }
    .section--recommend .swiper-pagination-bullet {
      border: 1px solid #000; }
    .section--recommend .swiper-pagination-bullet-active {
      background: #000; } }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

.clearfix {
  min-height: 1px; }

* html .clearfix {
  height: 1px;
  /*\*/
  /*/
  height: auto;
  overflow: hidden;
  /**/ }

.newsPlus {
  max-width: 680px;
  margin: 0 auto 50px;
  padding: 35px 30px;
  background-color: white;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.newsPlusImage {
  margin-bottom: 20px; }

.newsPlusImage img {
  width: 100%; }

.newsPlusTitleWrap {
  margin-bottom: 26px; }

.newsPlusTitle {
  font-size: 185%;
  color: #000;
  font-weight: bold; }

p.newsPlusSubTit {
  font-size: 124%;
  color: #000;
  font-weight: bold; }

.newsPlusText p {
  font-size: 124%;
  color: #000; }

.newsPlusLists {
  border-top: 1px dashed #646464;
  margin-top: 30px;
  padding-top: 30px; }

.newsPlusLists > ul > li {
  margin-right: 18px;
  margin-bottom: 20px;
  float: left;
  width: 300px; }

.newsPlusLists > ul > li.last {
  margin-right: 0; }

.newsPlusLists > ul > li img {
  width: 100%; }

.newsPlus .snsBtn_pc {
  margin: 30px 0; }

.newsPlus .snsBtn_pc ul li {
  float: left; }

.newsPlus .snsBtn_pc ul li.twi {
  margin-right: 10px; }

.newsPlus .snsBtn_pc ul li.fb {
  margin-right: 10px; }

.newsPlus .snsBtn_pc ul li.hb {
  margin-right: 10px; }

.newsPlus .snsBtn_pc ul li.g {
  margin-right: 10px; }

.np_sp {
  display: none; }

.newsPlus .specialbox {
  border-top: 1px dashed #646464;
  margin-top: 30px;
  padding-top: 30px; }

.newsPlus .specialbox .specialImg {
  position: relative;
  float: left;
  width: 300px;
  height: 230px;
  overflow: hidden; }

.newsPlus .specialbox .specialImg .specialImg-size {
  position: absolute;
  width: 340px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0); }

.newsPlus .specialbox .specialTxt {
  float: right;
  width: 306px;
  height: auto;
  position: relative; }

.newsPlus .specialbox .specialTxt h2 {
  font-size: 154%; }

.newsPlus .specialbox .specialTxt p.description {
  font-size: 93%;
  margin: 0;
  color: black; }

.newsPlus .specialbox .specialTxt p.description span {
  color: #00788C; }

.newsPlus .specialbox .specialTxt p.description span a {
  color: #00788C; }

.newsPlus .specialbox .specialTxt p.date {
  font-size: 85%;
  margin-top: 5px; }

.newsPlus .specialbox .specialTxt .snsBtn {
  position: absolute;
  bottom: 0; }

.newsPlus .specialbox .specialTxt .snsBtn ul li {
  float: left; }

.newsPlus .specialbox .specialTxt .snsBtn ul li.twi {
  margin-right: 15px; }

.newsPlus .specialbox .specialTxt .snsBtn ul li.fb {
  margin-right: 0; }

.newsPlus .specialbox .specialTxt .snsBtn ul li.hb {
  margin-left: 4px; }

.newsPlus .specialbox .specialTxt .snsBtn ul li.g {
  margin-left: 4px; }

.newsPlus .archive {
  border-top: 1px dashed #646464;
  margin-top: 30px;
  padding-top: 30px; }

.newsPlus .archive .archiveImg {
  margin-bottom: 20px; }

.newsPlus .archive .archiveImg .archiveImg-size {
  width: 620px; }

.newsPlus .archive .archiveTxt {
  float: left; }

.newsPlus .archive .archiveTxt h2 {
  font-size: 154%; }

.newsPlus .archive .archiveTxt p.date {
  font-size: 93%;
  margin-top: 4px;
  color: #646464; }

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

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

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

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

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

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

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

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

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

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

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

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

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

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

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

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

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

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

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

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

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

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

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

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

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

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

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

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

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

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

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

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

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

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

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

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

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

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

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

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

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

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2; }

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

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

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

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

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

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

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

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

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

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

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

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

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

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

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

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

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

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

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

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

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px; }

/* slick
------------------------------------------------------------------ */
.sliderMain {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 47px; }

.slick-slide {
  margin: 0 16px; }

.slick-dots {
  bottom: 0 !important;
  display: none !important; }

.slide {
  position: relative;
  cursor: pointer; }
  .slide::before {
    content: "";
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3); }
  .slide .slide__link {
    z-index: 11;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%; }
  .slide .slide__img {
    min-height: 350px;
    -o-object-fit: cover;
       object-fit: cover; }

/* slide__content
------------------------------------------------------------------ */
.slide__content {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0; }

.slide__date {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 30px; }

.slide__date p {
  margin: 0;
  line-height: 1;
  font-size: 12px;
  font-size: 1.2rem;
  background-color: #fff;
  padding: 0.5em 1em;
  color: #000; }

.slide__title {
  position: absolute;
  z-index: 10;
  bottom: 0;
  padding: 0 30px 30px 30px; }
  .slide__title h2 {
    font-size: 22px;
    font-size: 2.2rem;
    color: #fff;
    line-height: 1.3;
    margin-top: 10px; }
  .slide__title ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .slide__title ul li a {
      color: #fff;
      font-size: 14px;
      font-size: 1.4rem;
      text-decoration: underline; }
      .slide__title ul li a:hover {
        text-decoration: underline; }

.slide__logo {
  position: absolute;
  z-index: 10;
  top: 30px;
  right: 23px; }

.slider-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 15px;
  height: 100%;
  z-index: 10;
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
  cursor: pointer; }

.slider-arrow img {
  position: absolute;
  top: 50%;
  width: 15px;
  height: 30px;
  margin-top: -15px;
  z-index: 11; }

.slider-prev {
  left: 25px; }

.slider-next {
  right: 25px; }

.slide > img {
  width: 100% !important; }

#slick-1 .slick-dots li {
  width: 40px;
  height: 5px;
  background: #ccc; }

#slick-1 .slick-dots li button {
  width: 40px;
  height: 5px; }

#slick-1 .slick-dots li.slick-active,
#slick-1 .slick-dots li:hover {
  background: #777; }

#slick-1 .slick-dots li button,
#slick-1 .slick-dots li button:before {
  color: transparent;
  opacity: 0; }

/* sliderprogress
----------------------------- */
.sliderprogress-wrapper {
  max-width: 928px;
  width: 100%;
  margin: 0 auto; }

.slider-progress {
  width: 77%;
  height: 2px;
  background: #ccc; }

.slider-progress .progress {
  width: 0%;
  height: 2px;
  background: #000; }

.slick-dotted.slick-slider {
  margin-bottom: 24px !important; }

/* slick-counter
----------------------------- */
.slick-counter {
  position: relative;
  max-width: 928px;
  margin: 0 auto;
  font-family: "Acme", sans-serif;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease; }
  .slick-counter .current {
    position: absolute;
    bottom: -0.5em;
    right: 3%;
    font-size: 120px;
    font-size: 12rem;
    line-height: 1; }
    .slick-counter .current:before {
      content: "0"; }
  .slick-counter .total {
    display: none; }

/* swiper feature
----------------------------------------------------------------- */
.swiper-container-feature {
  position: relative;
  overflow: hidden; }
  .swiper-container-feature .swiper-pagination-bullets {
    bottom: 50px; }

/* swiper parts
----------------------------------------------------------------- */
.swiper-button-prev {
  left: 10%;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-image: none;
  margin-top: -44px; }

.swiper-button-next {
  right: 10%;
  width: 10px;
  height: 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-image: none;
  margin-top: -44px; }

.swiper-pagination-bullet {
  background: transparent;
  border: 1px solid #fff;
  opacity: 1 !important; }

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

/* swiper main
----------------------------------------------------------------- */
.swiper-container-main {
  position: relative;
  margin: 0 70px !important;
  height: 80vh; }

.swiper__logo {
  z-index: 10;
  position: absolute;
  top: 50%;
  left: -70px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%); }

.swiperOverlay {
  z-index: 1;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  background: transparent; }

.swiperOverlay::before {
  content: "";
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.swiperOverlay__content {
  z-index: 20;
  padding: 0 5em;
  letter-spacing: 0.1em; }
  .swiperOverlay__content p,
  .swiperOverlay__content h2 {
    margin-bottom: 0.5em !important;
    margin-top: 0 !important; }
  .swiperOverlay__content.tl {
    position: absolute;
    top: 0;
    left: 0;
    text-align: left; }
  .swiperOverlay__content.tr {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right; }
  .swiperOverlay__content.cc {
    position: absolute;
    text-align: center; }
  .swiperOverlay__content.bl {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left; }
  .swiperOverlay__content.br {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right; }

/*
  text animation
*/
.swiper-slide-active .animation {
  -webkit-animation: slideFromRight 1.5s ease 0s 1 normal;
          animation: slideFromRight 1.5s ease 0s 1 normal; }

@-webkit-keyframes slideFromRight {
  0%,
  25% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1; } }

@keyframes slideFromRight {
  0%,
  25% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1; } }

@-webkit-keyframes slideTextFade {
  0%,
  25% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes slideTextFade {
  0%,
  25% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* scroolGuide
----------------------------------------------------------------- */
.scroolGuide {
  z-index: 1;
  position: absolute;
  right: -70px;
  bottom: 0; }

.scroolGuide__content {
  position: relative;
  display: block;
  width: 70px; }

p.scroolGuide__text {
  top: 0;
  margin-bottom: 2em;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  color: #c3c3c3;
  line-height: 1;
  letter-spacing: 0.1em; }

.js-scrolldown {
  overflow: hidden;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  width: 1px;
  height: 70px;
  margin: 0 auto; }

.js-scrolldown .js-scrolldown__line {
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #e0e0e0), color-stop(50%, rgba(224, 224, 224, 0)));
  background: -webkit-linear-gradient(top, #e0e0e0 50%, rgba(224, 224, 224, 0) 50%);
  background: linear-gradient(to bottom, #e0e0e0 50%, rgba(224, 224, 224, 0) 50%);
  background-position: 0 -70px;
  background-size: 100% 200%;
  -webkit-animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
          animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite; }

@-webkit-keyframes scrolldown {
  0% {
    background-position: 0 -70px; }
  75% {
    background-position: 0 0; }
  100% {
    background-position: 0 70px; } }

@keyframes scrolldown {
  0% {
    background-position: 0 -70px; }
  75% {
    background-position: 0 0; }
  100% {
    background-position: 0 70px; } }

/* for tablet
----------------------------------------------------------------- */
@media screen and (max-width: 479px) {
  .swiper-button-prev {
    left: 7%;
    width: 30px;
    height: 30px; }
  .swiper-button-next {
    right: 7%;
    width: 30px;
    height: 30px; }
  .swiper-container-feature {
    position: relative; }
    .swiper-container-feature .swiper-pagination-bullets {
      bottom: 54px; }
  /* sliderprogress
----------------------------- */
  .sliderprogress-wrapper {
    width: 85%;
    margin: inherit;
    padding-left: 16px; }
  .slide__logo img {
    max-width: 100px;
    max-height: 40px; }
  .slide__title {
    padding: 0 15px 45px 15px; }
  .slide__date {
    top: initial;
    left: 15px;
    bottom: 15px; }
  .slider-arrow {
    width: 9px; }
  .slider-next {
    right: 2px; }
  .slider-prev {
    left: 2px; } }

.overlay {
  display: none;
  z-index: 9999;
  position: fixed;
  top: 0;
  right: 0;
  width: calc(640 / 1024 * 100%);
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #FFE632;
  -webkit-transform: translate(640px);
          transform: translate(640px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding-top: 120px;
  overflow-y: auto;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch; }
  .overlay.open {
    -webkit-transform: translateZ(0);
            transform: translateZ(0); }
  .overlay .globalHeader {
    display: none;
    background: transparent; }

.overlay__content {
  position: relative;
  max-width: 500px;
  width: calc(500 / 640 * 100%);
  margin: 0 auto; }

.overlay__snsset p {
  font-size: 15px;
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  margin-bottom: 50px; }
  .overlay__snsset p svg {
    padding-right: 1em; }

.overlay__content ul.sns {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  margin-bottom: 75px; }
  .overlay__content ul.sns li {
    margin-right: 50px; }

.overlay__content .widget--keyword {
  text-align: center; }
  .overlay__content .widget--keyword p {
    font-size: 15px;
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 40px; }

.overlay__nav {
  display: none;
  position: relative;
  max-width: 860px;
  margin: 0 auto;
  padding: 2em 0; }
  .overlay__nav ul li {
    position: relative;
    margin-right: 0.6em;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 0 0.4em; }
  .overlay__nav ul li:last-child {
    margin-right: 0; }
  .overlay__nav ul li a {
    z-index: 1;
    display: inline-block;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .overlay__nav ul li a::after {
    z-index: -1;
    position: absolute;
    bottom: 0.2em;
    left: 0;
    content: "";
    width: 100%;
    height: 3px;
    background-color: transparent;
    -webkit-transition: 0.3s;
    transition: 0.3s; }

@media screen and (max-width: 479px) {
  .overlay__nav {
    display: block;
    position: relative;
    width: 90%;
    margin: 0 auto 45px;
    padding: 2em 0;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000; }
    .overlay__nav ul {
      display: block;
      text-align: center; }
    .overlay__nav ul li {
      padding-bottom: 1em; } }

.menuTrigger.close {
  z-index: 9999;
  position: absolute;
  top: 33px;
  right: 30px;
  background-color: transparent;
  border: none; }
  .menuTrigger.close .menu-trigger span {
    position: absolute;
    left: -1px;
    width: 100%;
    height: 1px;
    background-color: #000; }
  .menuTrigger.close .menu-trigger span:nth-of-type(1) {
    top: 1px;
    -webkit-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg); }
  .menuTrigger.close .menu-trigger span:nth-of-type(2) {
    top: 6px;
    display: none; }
  .menuTrigger.close .menu-trigger span:nth-of-type(3) {
    bottom: -1px;
    -webkit-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg); }

.search {
  background-color: white;
  max-width: 450px;
  width: 90%;
  margin: 0 auto 75px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  font-size: 16px;
  font-size: 1.6rem; }

span.search__icon {
  position: relative;
  top: 2px;
  line-height: 1;
  padding: 0 1em; }

.search input {
  vertical-align: top;
  margin: 0px;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

input.search__txt {
  width: 80%;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff; }

input.search__submit {
  cursor: pointer;
  width: 20%;
  border: none;
  color: #fff;
  background-color: #000; }

@media screen and (max-width: 479px) {
  .fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: visible; }
  .overlay {
    width: 100%;
    -webkit-transform: translate(0);
            transform: translate(0); }
    .overlay.open {
      -webkit-transform: translateZ(0);
              transform: translateZ(0); }
    .overlay .globalHeader {
      display: block;
      background: transparent; }
      .overlay .globalHeader.scrolling {
        -webkit-box-shadow: none;
                box-shadow: none; }
  .menuTrigger.close {
    right: 16px; }
  .overlay__content {
    width: 90%; }
  .overlay__content ul.sns li {
    margin-right: 2em; } }

.border-fx {
  display: inline-block;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  overflow: hidden; }

.border-fx::before,
.border-fx::after {
  content: "";
  width: 0;
  height: 4px;
  position: absolute;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: black;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.border-fx > div::before,
.border-fx > div::after {
  content: "";
  width: 4px;
  height: 0;
  position: absolute;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: black; }

.border-fx:hover::before,
.border-fx:hover::after {
  width: 100%; }

.border-fx:hover div::before,
.border-fx:hover div::after {
  height: 100%; }

.border-fx::before,
.border-fx::after {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

.border-fx div::before,
.border-fx div::after {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s; }

.border-fx::before {
  right: 0;
  top: 0; }

.border-fx::after {
  left: 0;
  bottom: 0; }

.border-fx div::before {
  left: 0;
  top: 0; }

.border-fx div::after {
  right: 0;
  bottom: 0; }

.border-fx:hover::before,
.border-fx:hover::after {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s; }

.border-fx:hover div::before,
.border-fx:hover div::after {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

/* radius  
------------------------------------------------------------------ */
.btn-radius {
  display: block;
  text-align: center;
  padding: 1em 0; }

.btn-radius a {
  font-size: 16px;
  font-size: 1.6rem;
  border-radius: 14px;
  color: #000;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  padding: 0.5em 2em; }
  .btn-radius a:hover {
    color: #fff;
    background-color: #000; }

.btn-radius.black a {
  font-size: 16px;
  font-size: 1.6rem;
  border-radius: 14px;
  color: #fff;
  background-color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  padding: 0.5em 2em; }
  .btn-radius.black a:hover {
    color: #fff;
    background-color: #ccc; }

.btn-snsShare a {
  font-size: 15px;
  font-size: 1.5rem;
  border-radius: 17px;
  color: #000;
  background-color: #FFE632;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  font-weight: bold;
  padding: 0.4em 0;
  position: relative;
  width: 240px; }
  .btn-snsShare a svg {
    position: absolute;
    left: 13px; }
    .btn-snsShare a svg path {
      fill: #000; }
  .btn-snsShare a .icon_fb {
    width: 10px; }
  .btn-snsShare a .icon_twiiter {
    width: 23px; }
  .btn-snsShare a:hover {
    color: #fff;
    background-color: #ccc; }
    .btn-snsShare a:hover svg path {
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      fill: #fff; }

.btn-snsShare:not(:last-child) {
  margin-right: 20px; }

@media screen and (max-width: 768px) {
  .btn-snsShare:not(:last-child) {
    margin-bottom: 20px;
    margin-right: 0; }
  .btn-snsShare a {
    margin: 0 auto; } }

@media screen and (max-width: 479px) {
  .main .btn-radius {
    padding: 3em 0; } }

