@font-face {
  font-family: 'Optima nova';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/a69b2c1c-0fb5-4d9c-8318-7e9e8d824235.woff2") format("woff2"), url("../fonts/fdabe256-aa3c-4e35-b90d-75ef0a9312d0.woff") format("woff"), url("../fonts/aa62082f-a486-46c6-9a83-01b6d3b91fc0.ttf") format("truetype"), url("../fonts/2155c489-e022-4821-aef0-fc03784f6ea8.eot") format("eot");
}

@font-face {
  font-family: 'Optima nova';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/5029c778-40f0-4d9c-ab72-3da52b7c4f77.woff2") format("woff2"), url("../fonts/ceffe457-0a24-49ba-8a30-af16fe952c37.woff") format("woff"), url("../fonts/1b36a9c3-bca1-46e0-b677-6ee077ade559.ttf") format("truetype"), url("../fonts/a04bf17b-415f-4766-81e5-926c387a6efd.eot") format("eot");
}

@font-face {
  font-family: 'Optima nova';
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/94f149aa-6c98-41e2-9d21-e7baf60a691b.woff2") format("woff2"), url("../fonts/7a914292-50ec-4e83-a165-85396aa993c9.woff") format("woff"), url("../fonts/37312a73-6503-4885-a6e0-08a60b06c0dc.ttf") format("truetype"), url("../fonts/ea38d565-eb46-48d7-9c82-63a262c9006b.eot") format("eot");
}

@font-face {
  font-family: 'Sabon Next';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/d913b226-c0d7-49e2-b231-1fc570fcdc9a.woff2") format("woff2"), url("../fonts/9bbfbdbd-1ab0-4d8f-80d8-c690ab217070.woff") format("woff"), url("../fonts/35fd1f96-599b-4392-b501-8b8fe5146b1a.ttf") format("truetype"), url("../fonts/5a9b7009-6bac-4b26-b5ff-15ea67d4117d.eot") format("eot");
}

@font-face {
  font-family: 'Sabon Next';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/a9068ef6-cebc-4c2e-a52f-0b1d29cc2328.woff2") format("woff2"), url("../fonts/14120fb6-0d68-4785-b95e-0f47d1945981.woff") format("woff"), url("../fonts/8ab48bea-5655-4fac-b589-89139fc61e8a.ttf") format("truetype"), url("../fonts/e844de0c-c846-449f-abea-63f4ae2a365f.eott") format("eot");
}

@keyframes hover_text_anim {
  from {
    color: #D93448;
    border-color: #D93448;
  }

  to {
    color: #222;
    border-color: #222;
  }
}

@-webkit-keyframes hover_text_anim_white {
  from {
    color: #D93448;
    border-color: #D93448;
  }

  to {
    color: #fff;
    border-color: #fff;
  }
}

@keyframes hover_text_anim_white {
  from {
    color: #D93448;
    border-color: #D93448;
  }

  to {
    color: #fff;
    border-color: #fff;
  }
}

@-webkit-keyframes hover_text_anim_gray {
  from {
    color: #666;
    border-color: #666;
  }

  to {
    color: #fff;
    border-color: #fff;
  }
}

@keyframes hover_text_anim_gray {
  from {
    color: #666;
    border-color: #666;
  }

  to {
    color: #fff;
    border-color: #fff;
  }
}

@-webkit-keyframes hover_image_anim {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes hover_image_anim {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-webkit-keyframes hover_text_anim {
  from {
    color: #d93448;
    border-color: #d93448;
  }

  to {
    color: #222;
    border-color: #222;
  }
}

@keyframes hover_text_anim {
  from {
    color: #d93448;
    border-color: #d93448;
  }

  to {
    color: #222;
    border-color: #222;
  }
}

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, sans-serif;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */

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

/* Forms
   ========================================================================== */

/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
  font-weight: bold;
}

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

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

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  -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 and cancel buttons in Chrome and Safari on OS X.
 */

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

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

.tag--link {
  cursor: pointer;
}

div,
h1,
h2,
h3,
h4,
h5,
h6,
form,
ul,
li,
ol,
dl,
dt,
dd,
p,
fieldset,
pre,
code,
legend,
blockquote,
figure {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 12px;
}

li {
  list-style: none;
}

pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

/* Embedded content */

img {
  vertical-align: top;
  line-height: 1;
}

/* Tabular data */

caption {
  padding: 0;
}

th,
td {
  padding: 0;
}

/* Forms */

fieldset {
  border: 0;
}

html,
body {
  height: 100%;
}

html {
  font-size: 10px;
}

body {
  width: 100%;
  color: #222;
  font-family: "Optima nova", "Optima", sans-serif;
  line-height: 1;
  letter-spacing: .04em;
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased;
}

.wrapper.is-drawerOpen {
  height: 100%;
  overflow: hidden;
}

:not(img)::-moz-selection {
  color: #fff;
  background-color: #D93448;
}

:not(img)::selection {
  color: #fff;
  background-color: #D93448;
}

.u-lazyImage {
  position: relative;
}

.u-lazyImage::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
  z-index: 0;
}

.u-lazyImage img {
  position: relative;
  z-index: 1;
}

.lazyload,
.lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  -webkit-transition: opacity 1s ease-out .1s;
  transition: opacity 1s ease-out .1s;
}

@-webkit-keyframes arrow_animation_01 {
  from {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes arrow_animation_01 {
  from {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@-webkit-keyframes arrow_animation_02 {
  from {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }

  to {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@keyframes arrow_animation_02 {
  from {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }

  to {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

.ofj {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.l-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  min-width: 1024px;
  background-color: #fff;
  z-index: 5;
}

.l-header--home {
  position: absolute;
  background-color: rgba(255, 255, 255, 0);
}

.is-drawerOpen .l-header--home {
  position: fixed;
  color: #222;
  background-color: white;
}

.transparentHeader .l-header--home {
  background-color: rgba(255, 255, 255, 0);
}

.l-header--clone {
  opacity: 0;
  top: -80px;
  -webkit-transition: top 0.4s cubic-bezier(0.16, 0.68, 0.43, 0.99), opacity 0s ease 0.4s;
  transition: top 0.4s cubic-bezier(0.16, 0.68, 0.43, 0.99), opacity 0s ease 0.4s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
}

.l-header--clone.is-inside {
  opacity: 1;
  top: 0;
  -webkit-transition: top 0.4s cubic-bezier(0.16, 0.68, 0.43, 0.99), opacity 0s;
  transition: top 0.4s cubic-bezier(0.16, 0.68, 0.43, 0.99), opacity 0s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
}

.noScroll .l-header--clone,
.noScroll .l-header--clone.is-inside {
  opacity: 1;
  top: 0;
  -webkit-transition: none 0;
  transition: none 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-width: 1024px;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 50px;
  height: 80px;
  z-index: 1;
}

.l-header--home .l-header__inner {
  color: #fff;
}

.is-drawerOpen .l-header--home .l-header__inner {
  color: #222;
}

.l-header__gnav {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.l-header__others {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: -8px;
  z-index: 3;
}

.l-header__searchIcon {
  margin-right: 20px;
  width: 15px;
  height: 17.81px;
  z-index: 10;
  position: relative;
  -webkit-transition: all .5s;
  transition: all .5s;
  opacity: 1;
}

.l-header__searchIcon.hidden {
  opacity: 0;
}

.l-header__searchIcon.none {
  display: none;
}

.l-header__searchIcon .c-hamburger::after {
  content: '';
  display: none;
}

.l-header__searchIcon .c-hamburger::before {
  content: '';
  display: none;
}

.l-header__searchIcon button {
  padding: 0;
  background-color: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
  width: 100%;
  height: 100%;
  color: currentColor;
}

.l-header__searchIcon line,
.l-header__searchIcon circle {
  stroke: currentColor !important;
}

.l-header__langSwitch {
  margin-right: 20px;
}

.l-header__drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 80px;
  background-color: rgba(255, 255, 255, 0.96);
  -webkit-transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 1;
}

.l-header__drawer[aria-hidden="true"] {
  display: none;
  opacity: 0;
}

.l-header__drawer[aria-hidden="false"] {
  opacity: 1;
}

.l-header__drawerInner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  overflow-y: auto;
}

.l-header__drawerInner02 {
  display: table;
  width: 100%;
  height: 100%;
}

.l-header__drawerInner03 {
  display: table-cell;
  vertical-align: middle;
}

.l-header__drGnav {
  width: 1024px;
  margin: 0 auto 0;
  opacity: 1;
  -webkit-transition: opacity 2.5s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: opacity 2.5s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.l-header__drGnav.none {
  display: none;
}

.l-header__drGnav.hidden {
  opacity: 0;
}

.l-header__drSearch__form {
  position: relative;
  display: block;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 90px;
}

.l-header__drSearch__mark {
  position: absolute;
  top: 5px;
  left: 8px;
  width: 27.47px;
  height: 27.47px;
}

.l-header__drSearch__autocompleter {
  background-color: transparent;
  width: 100%;
  position: absolute;
  outline: none;
  text-indent: 66px;
  font-size: 30px;
  line-height: 1.233;
  font-family: "Optima nova", "Optima", sans-serif;
  border: none;
  padding-bottom: 10px;
  z-index: -1;
  color: rgba(34, 34, 34, 0.5);
}

.l-header__drSearch__input {
  background-color: transparent;
  width: 100%;
  border: none;
  border-bottom: 1px solid #222;
  font-size: 30px;
  line-height: 1.233;
  font-family: "Optima nova", "Optima", sans-serif;
  color: #222;
  padding-bottom: 10px;
  outline: none;
  text-indent: 66px;
}

.l-header__drSearch__input:placeholder-shown {
  color: #222;
}

.l-header__drSearch__input::-webkit-input-placeholder {
  color: #222;
}

.l-header__drSearch__input::-moz-placeholder {
  color: #222;
}

.l-header__drSearch__spAuto {
  display: none;
}

.l-header__drSearch-result {
  width: 1024px;
  margin: 0 auto 0;
  margin-top: 40px;
}

.l-header__drSearch-result__postNum {
  margin-bottom: 40px;
  font-size: 22px;
  font-family: "Optima nova", "Optima", sans-serif;
  line-height: 1;
  text-align: center;
}

.l-header__drSearch-result__postNum span {
  font-weight: 700;
  padding-right: .5em;
}

.l-header__drSearch-result__posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.l-header__drSearch-result__post {
  width: calc((100% / 3) - (40px / 3));
  margin-right: 20px;
  margin-bottom: calc( 40px - (((22px * 1.2) - 22px) / 2));
}

.l-header__drSearch-result__post a {
  text-decoration: none;
}

.l-header__drSearch-result__post:nth-child(3n) {
  margin-right: 0;
}

.l-header__drSearch-result__post__thumbnail {
  overflow: hidden;
  position: relative;
  position: relative;
  width: 100%;
  z-index: 10;
}

.l-header__drSearch-result__post__thumbnail::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.l-header__drSearch-result__post__thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.l-header__drSearch-result__post__thumbnail .imgWrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.l-header__drSearch-result__post__thumbnail.video-post span {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.l-header__drSearch-result__post__thumbnail.video-post span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 52px;
  height: 52px;
  background-image: url(../images/play.svg);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
}

.l-header__drSearch-result__post__thumbnail.video-post span::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
}

.l-header__drSearch-result__post__link {
  margin-top: 10px;
  line-height: 1;
  position: relative;
  display: inline-block;
  margin-top: 8px;
  color: #D93448;
  font-size: 13px;
  text-decoration: none;
}

.l-header__drSearch-result__post__link::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  -webkit-transform: translateY(-1px) scaleX(0);
  transform: translateY(-1px) scaleX(0);
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.l-header__drSearch-result__post__link:hover::after {
  -webkit-transform: translateY(-1px) scaleX(1);
  transform: translateY(-1px) scaleX(1);
  -webkit-transform-origin: left;
  transform-origin: left;
}

.l-header__drSearch-result__post__caption {
  font-size: 22px;
  line-height: 1.2;
  margin-top: calc( 10px - (((22px * 1.2) - 22px) / 2));
  color: #222;
}

.l-header__drSearch-result__post .l-header__drSearch-result__post__thumbnail::after {
  content: "";
  z-index: 10;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.l-header__drSearch-result__post .l-header__drSearch-result__post__thumbnail img {
  -webkit-transition: opacity 1s, -webkit-transform 3s;
  transition: opacity 1s, -webkit-transform 3s;
  transition: transform 3s, opacity 1s;
  transition: transform 3s, opacity 1s, -webkit-transform 3s;
}

.l-header__drSearch-result__post .l-header__drSearch-result__post__thumbnail::after {
  border: 1px solid #ccc;
}

.l-header__drSearch-result__post:hover .l-header__drSearch-result__post__thumbnail::after {
  color: #d93448;
  border: solid 1px #d93448;
  -webkit-animation-name: hover_image_anim;
  animation-name: hover_image_anim;
  -webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.l-header__drSearch-result__post:hover .l-header__drSearch-result__post__thumbnail img {
  -webkit-transform: scale(1.025);
  transform: scale(1.025);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.l-header__drSearch-result__post:hover .l-header__drSearch-result__post__caption {
  color: #d93448;
  -webkit-animation-name: hover_text_anim;
  animation-name: hover_text_anim;
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.75, 0.9);
  animation-timing-function: cubic-bezier(0.5, 0, 0.75, 0.9);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.l-header__drSearch-result--more {
  font-family: "Optima nova", "Optima", sans-serif;
  font-size: 18px;
  text-decoration: none;
  text-align: center;
  display: block;
  text-transform: uppercase;
  color: #222;
  font-weight: 700;
  margin-top: 50px;
  letter-spacing: .3em;
  display: none;
}

.l-header__drSearch-result--more.active {
  display: block;
}

.l-header__drSearch-result--more__svg {
  width: 15px;
  height: 18px;
  margin: 10px auto 0;
}

.l-header__drSearch-result--more.hover_active {
  color: #d93448;
  -webkit-animation-name: hover_text_anim;
  animation-name: hover_text_anim;
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.75, 0.9);
  animation-timing-function: cubic-bezier(0.5, 0, 0.75, 0.9);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.l-header__drSnsLinks {
  width: 1024px;
  margin: 65px auto 0;
  opacity: 1;
  -webkit-transition: opacity 2.5s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: opacity 2.5s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.l-header__drSnsLinks.none {
  display: none;
}

.l-header__drSnsLinks.hidden {
  opacity: 0;
}

.l-header__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1024px;
  margin: 20px auto 0;
  padding-bottom: 100px;
  opacity: 1;
  -webkit-transition: opacity 2.5s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: opacity 2.5s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.l-header__footer.none {
  display: none;
}

.l-header__footer.hidden {
  opacity: 0;
}

.l-main {
  z-index: 1;
}

.l-trending {
  margin-bottom: 120px;
}

.l-topBlock {
  margin-bottom: 120px;
}

.l-topBlock:first-child {
  margin-bottom: 50px;
}

.l-archives {
  padding-top: 180px;
  margin-bottom: 120px;
}

.l-archives__title {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-width: 1024px;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 50px;
  font-size: 6.2rem;
  font-weight: normal;
  line-height: 1.1;
  text-align: center;
}

.l-archives__subCatList {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-width: 1024px;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 50px;
  margin-bottom: -70px;
}

.l-archives__sub {
  padding-top: 120px;
  outline: none;
}

.l-archives .c-articleList__videoFrame.u-lazyImage::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
  z-index: 0;
}

.l-page {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-width: 1024px;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 50px;
  padding-top: 140px;
  margin-bottom: 120px;
}

.l-page__title {
  padding: 0 100px;
  font-size: 6.2rem;
  font-weight: normal;
  line-height: 1.1;
}

.l-notfound {
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-width: 1024px;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 50px;
  padding-top: 100px;
  height: calc(100vh - 267px);
  min-height: 300px;
}

.l-notfound p {
  margin-top: 20px;
  font-family: "Sabon Next", "Times New Roman", serif;
  font-size: 1.6rem;
}

.l-notfound__title {
  font-size: 6.2rem;
  font-weight: 400;
}

.l-footer {
  min-width: 1024px;
  padding-bottom: 30px;
}

.l-footer.not-active {
  opacity: 0;
}

.l-footer__inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-width: 1024px;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 50px;
}

.c-article--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.c-article_modules--wrapper {
  min-width: 550px;
  width: calc(100% - 230px - 120px);
  position: relative;
}

.c-article_modules {
  min-width: 550px;
  margin-bottom: 60px;
  padding-right: 0;
  letter-spacing: 0;
  font-family: "Sabon Next", "Times New Roman", serif;
  font-size: 20px;
}

.c-article_modules h2 {
  font-size: 24px;
  line-height: 1.15;
  margin-bottom: calc( 20px - (((24px * 1.15) - 24px) / 2));
  font-family: "Optima nova", "Optima", sans-serif;
}

.c-article_modules:last-child {
  margin-bottom: 120px;
}

.c-article_modules .caption {
  font-family: "Optima nova", "Optima", sans-serif;
}

.c-article_sidemenu {
  width: 230px;
  min-width: 230px;
  margin: 0 0 0 auto;
}

.c-article_sidemenu .tag--link {
  position: relative;
  display: inline-block;
  margin-top: 8px;
  color: #D93448;
  font-size: 13px;
  text-decoration: none;
  cursor: pointer;
}

.c-article_sidemenu .tag--link::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  -webkit-transform: translateY(-1px) scaleX(0);
  transform: translateY(-1px) scaleX(0);
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.c-article_sidemenu .tag--link:hover::after {
  -webkit-transform: translateY(-1px) scaleX(1);
  transform: translateY(-1px) scaleX(1);
  -webkit-transform-origin: left;
  transform-origin: left;
}

.c-article_bottomMenu h2 {
  padding-top: 20px;
  text-align: center;
  margin-bottom: 20px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  position: relative;
}

.c-article_bottomMenu:last-child {
  margin-bottom: 120px;
}

.c-article_bottomMenu ul {
  text-align: center;
}

.c-article_bottomMenu ul li {
  display: inline-block;
}

.c-article_bottomMenu ul .p-article_share--shareBtn--twitter {
  margin-right: 18px;
}

.c-article_bottomMenu ul a {
  font-size: 13px;
}

.c-articleList__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.c-articleList__time {
  margin-bottom: 5px;
  font-size: 1.3rem;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.c-articleList__image {
  position: relative;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  overflow: hidden;
  z-index: 1;
}

.c-articleList__image::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.c-articleList__image > .c-articleList__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.c-articleList__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  z-index: 1;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .c-articleList__image img {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: none;
    transform: none;
  }
}

.c-articleList__text {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.c-articleList__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 8px;
  font-size: 1.3rem;
}

.c-articleList__ad {
  display: inline-block;
  margin-right: 10px;
  padding: 2px 1px 0 2px;
  color: #D93448;
  border: 1px solid currentColor;
}

.c-articleList__category {
  position: relative;
  display: inline-block;
  padding: 3px 0 1px;
  color: #D93448;
  text-decoration: none;
}

.c-articleList__category::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  -webkit-transform: translateY(-1px) scaleX(0);
  transform: translateY(-1px) scaleX(0);
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transition: -webkit-transform .2s ease-out;
  transition: -webkit-transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out, -webkit-transform .2s ease-out;
}

.c-articleList__category:hover::after {
  -webkit-transform: translateY(-1px) scaleX(1);
  transform: translateY(-1px) scaleX(1);
  -webkit-transform-origin: left;
  transform-origin: left;
}

.c-articleList__item:nth-of-type(1) .c-articleList__category::after,
.c-articleList__item:nth-of-type(2) .c-articleList__category::after {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.c-articleList__item:nth-of-type(1) .c-articleList__category:hover::after,
.c-articleList__item:nth-of-type(2) .c-articleList__category:hover::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left;
  transform-origin: left;
}

.c-articleList__title {
  margin-top: 5px;
  font-size: 2.2rem;
  line-height: 1.2;
  overflow: hidden;
}

.c-articleList__desc {
  margin-top: 26px;
  font-family: "Sabon Next", "Times New Roman", serif;
  font-size: 1.8rem;
  line-height: 1.4;
  overflow: hidden;
}

.c-articleList__link {
  text-decoration: none;
  cursor: pointer;
}

.c-articleList__link--text {
  display: inline-block;
  color: #222;
}

.c-articleList__link--text:hover {
  color: #D93448;
  -webkit-animation-name: hover_text_anim;
  animation-name: hover_text_anim;
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.75, 0.9);
  animation-timing-function: cubic-bezier(0.5, 0, 0.75, 0.9);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.c-articleList__link--videos {
  position: relative;
  display: block;
}

.c-articleList__link--videos::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
}

.c-articleList__link--videos::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 52px;
  height: 52px;
  background-image: url(../images/play.svg);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}

.c-articleList__imgFrame {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.c-articleList__videoFrame {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.c-articleList__videoFrame::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.c-articleList__videoFrame::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 52px;
  height: 52px;
  background-image: url(../images/play.svg);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  border: none;
}

.c-articleList__duration {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  padding: 2px 2px 0;
  color: #222;
  font-size: 1.3rem;
  background-color: #fff;
  z-index: 3;
}

.c-articleList__more {
  position: relative;
  display: inline-block;
  margin-top: 24px;
  padding-bottom: 5px;
  color: #222;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: .3em;
  border-bottom: 1px solid currentColor;
}

.c-articleList__more.hover_active {
  color: #D93448;
  -webkit-animation-name: hover_text_anim;
  animation-name: hover_text_anim;
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.75, 0.9);
  animation-timing-function: cubic-bezier(0.5, 0, 0.75, 0.9);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.c-articleList__more::after {
  content: "";
  position: relative;
  top: -2px;
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 5px;
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-articleList__slider-allow {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  outline: none;
  cursor: pointer;
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
  opacity: 0;
  -webkit-transition: opacity 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.c-articleList__slider-allow.active {
  opacity: 1;
}

.c-articleList__slider-allow.active.edge {
  opacity: .4;
}

.c-articleList__slider-allow .inner {
  position: absolute;
  top: 11px;
  display: block;
  width: 8px;
  height: 8px;
}

.c-articleList__slider-allow .inner::before,
.c-articleList__slider-allow .inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #222;
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.c-articleList__slider-allow.arrowR {
  left: calc(100vw - 50px - 50px);
}

.c-articleList__slider-allow.arrowR .inner {
  right: 12px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.c-articleList__slider-allow.arrowR .inner::before {
  width: 2px;
  height: 100%;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}

.c-articleList__slider-allow.arrowR .inner::after {
  width: 100%;
  height: 2px;
  -webkit-transform-origin: left;
  transform-origin: left;
}

.c-articleList__slider-allow.arrowL {
  left: 50px;
}

.c-articleList__slider-allow.arrowL .inner {
  left: 12px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.c-articleList__slider-allow.arrowL .inner::before {
  width: 100%;
  height: 2px;
  -webkit-transform-origin: right;
  transform-origin: right;
}

.c-articleList__slider-allow.arrowL .inner::after {
  width: 2px;
  height: 100%;
  -webkit-transform-origin: top;
  transform-origin: top;
}

.c-articles {
  min-width: 1024px;
}

.c-articles__heading {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-width: 1024px;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 50px;
  margin-bottom: 32px;
  padding-top: 16px;
  font-size: 2.4rem;
  line-height: 1.2;
  letter-spacing: .3em;
}

.c-articles__heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50px;
  width: 20px;
  height: 1px;
  background-color: #D93448;
}

.c-articles__body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-width: 1024px;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 50px;
}

.c-copyright {
  margin-left: 15px;
  color: #000;
  font-size: 1.2rem;
}

.c-designed {
  margin-left: 15px;
  color: #000;
  font-size: 1.2rem;
}

.c-designed a {
  position: relative;
  display: inline-block;
  margin-left: -3px;
  padding: 0 3px;
  color: #000;
}

.c-designed a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transition: -webkit-transform .2s ease-out;
  transition: -webkit-transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out, -webkit-transform .2s ease-out;
}

.c-designed a:hover {
  text-decoration: none;
}

.c-designed a:hover::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left;
  transform-origin: left;
}

.c-drGnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-drGnav__item {
  margin-right: 75px;
  font-size: 1.6rem;
}

.c-drGnav__item--videos {
  position: relative;
  margin-left: 50px;
  margin-right: 0;
}

.c-drGnav__item--videos::before {
  content: "";
  position: absolute;
  top: 1px;
  left: -80px;
  width: 1px;
  height: 1.1em;
  background-color: currentColor;
}

.c-drGnav__link {
  position: relative;
  display: inline-block;
  padding: 2px 5px;
  color: currentColor;
  font-weight: 700;
  text-decoration: none;
}

.c-drGnav__link::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  -webkit-transform: translateY(-1px) scaleX(0);
  transform: translateY(-1px) scaleX(0);
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transition: -webkit-transform .2s ease-out;
  transition: -webkit-transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out, -webkit-transform .2s ease-out;
}

.c-drGnav__link:hover::after,
.c-drGnav__link.is-current::after {
  -webkit-transform: translateY(-1px) scaleX(1);
  transform: translateY(-1px) scaleX(1);
  -webkit-transform-origin: left;
  transform-origin: left;
}

.c-drGnavChild {
  margin-top: 18px;
}

.c-drGnavChild__item {
  margin-top: 12px;
  font-size: 1.3rem;
}

.c-drGnavChild__link {
  position: relative;
  display: inline-block;
  padding: 2px 5px;
  color: #D93448;
  font-weight: 700;
  text-decoration: none;
  text-indent: -0.5em;
}

.c-drGnavChild__link span {
  color: #D93448;
  background: linear-gradient(#D93448, #D93448) 0 50%/0 1px no-repeat;
  transition: background-size .2s, background-position .01s .2s;
  padding: 0 0.5em;
}

.c-drGnavChild__link:hover span {
  background-size: 100% 1px;
  background-position: 100% 50%;
  transition:background-position 0.01s .2s, background-size .2s
}

/*
.c-drGnavChild__link::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  -webkit-transform: translateY(-2px) scaleX(0);
  transform: translateY(-2px) scaleX(0);
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transition: -webkit-transform .2s ease-out;
  transition: -webkit-transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out, -webkit-transform .2s ease-out;
}

.c-drGnavChild__link:hover::after {
  -webkit-transform: translateY(-2px) scaleX(1);
  transform: translateY(-2px) scaleX(1);
  -webkit-transform-origin: left;
  transform-origin: left;
}
*/

.c-drSnsLinks {
  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;
}

.c-drSnsLinks__item {
  -ms-flex-preferred-size: 14px;
  flex-basis: 14px;
}

.c-drSnsLinks__item:nth-child(n+2) {
  margin-left: 20px;
}

.c-drSnsLinks__link {
  display: block;
  color: #222;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.c-drSnsLinks__link--fb {
  height: 14px;
}

.c-drSnsLinks__link--fb:hover {
  color: #3a5691;
}

.c-drSnsLinks__link--in {
  height: 14px;
}

.c-drSnsLinks__link--in:hover {
  color: #040000;
}

.c-drSnsLinks__link--vi {
  height: 12.1px;
}

.c-drSnsLinks__link--vi:hover {
  color: #2bacda;
}

.c-drSnsLinks__link--yt {
  height: 9.84px;
}

.c-drSnsLinks__link--yt:hover {
  color: #e7211a;
}

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

.c-gnav__item {
  margin-right: 8px;
  font-size: 1.6rem;
  letter-spacing: .1em;
}

.c-gnav__item--videos {
  position: relative;
  margin-left: 24px;
  margin-right: 0;
}

.c-gnav__item--videos::before {
  content: "";
  position: absolute;
  top: 5%;
  left: -15px;
  width: 1px;
  height: 90%;
  background-color: currentColor;
}

.c-gnav__link {
  position: relative;
  display: inline-block;
  padding: 2px 5px;
  color: currentColor;
  font-weight: 700;
  text-decoration: none;
}

.c-gnav__link::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  -webkit-transform: translateY(-1px) scaleX(0);
  transform: translateY(-1px) scaleX(0);
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transition: -webkit-transform .2s ease-out;
  transition: -webkit-transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out, -webkit-transform .2s ease-out;
}

.c-gnav__link:hover::after {
  -webkit-transform: translateY(-1px) scaleX(1);
  transform: translateY(-1px) scaleX(1);
  -webkit-transform-origin: left;
  transform-origin: left;
}

.c-gnav__link.is-current::after {
  -webkit-transform: translateY(-1px) scaleX(1);
  transform: translateY(-1px) scaleX(1);
  -webkit-transition: -webkit-transform 0s;
  transition: -webkit-transform 0s;
  transition: transform 0s;
  transition: transform 0s, -webkit-transform 0s;
}

.c-hamburger {
  position: relative;
  width: 30px;
  height: 30px;
  padding: 0;
  background-color: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
}

.l-header--home .c-hamburger {
  color: #fff;
}

.is-drawerOpen .c-hamburger {
  color: #222;
}

.c-hamburger[aria-expanded] {
  -webkit-transition: color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.c-hamburger::before,
.c-hamburger::after {
  content: "";
  position: absolute;
  left: 8px;
  width: 14px;
  height: 2px;
  background-color: currentColor;
}

.c-hamburger::before {
  top: 8px;
}

.c-hamburger::after {
  bottom: 8px;
}

.c-hamburger span {
  position: absolute;
  top: 14px;
  left: 8px;
  display: block;
  width: 14px;
  height: 2px;
  text-indent: -9999px;
  background-color: currentColor;
  overflow: hidden;
}

.c-hamburger:hover::before,
.c-hamburger:hover::after,
.c-hamburger:hover span {
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-animation-name: hamburger_hover;
  animation-name: hamburger_hover;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.c-hamburger:hover::after {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}

.c-hamburger:hover span {
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}

@-webkit-keyframes hamburger_hover {
  from {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes hamburger_hover {
  from {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.c-hamburger.is-changing::before,
.c-hamburger.is-changing::after,
.c-hamburger.is-changing span {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-animation: none !important;
  animation: none !important;
}

.c-hamburger.is-changing-open::before,
.c-hamburger.is-changing-open::after,
.c-hamburger.is-changing-open span {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-animation: none !important;
  animation: none !important;
}

.c-hamburger.is-changing-open::before {
  -webkit-transform: translateY(6px) rotate(-135deg) scale(1);
  transform: translateY(6px) rotate(-135deg) scale(1);
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
}

.c-hamburger.is-changing-open::after {
  -webkit-transform: translateY(-6px) rotate(135deg) scale(1);
  transform: translateY(-6px) rotate(135deg) scale(1);
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
}

.c-hamburger.is-changing-open span {
  opacity: 0;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
}

.c-hamburger.is-open::before {
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transform: translateX(12px) translateY(11px) rotate(-135deg) scaleX(1);
  transform: translateX(12px) translateY(11px) rotate(-135deg) scaleX(1);
}

.c-hamburger.is-open::after {
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transform: translateX(12px) translateY(-11px) rotate(135deg) scaleX(1);
  transform: translateX(12px) translateY(-11px) rotate(135deg) scaleX(1);
}

.c-hamburger.is-open span {
  opacity: 0;
}

.c-hamburger.is-open:hover::before,
.c-hamburger.is-open:hover::after {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.c-hamburger.is-open:hover::before {
  -webkit-transform: translateX(12px) translateY(11px) rotate(-135deg) scaleX(0);
  transform: translateX(12px) translateY(11px) rotate(-135deg) scaleX(0);
  -webkit-animation-name: open_hover_01;
  animation-name: open_hover_01;
}

.c-hamburger.is-open:hover::after {
  -webkit-transform: translateX(12px) translateY(-11px) rotate(135deg) scaleX(0);
  transform: translateX(12px) translateY(-11px) rotate(135deg) scaleX(0);
  -webkit-animation-name: open_hover_02;
  animation-name: open_hover_02;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}

@-webkit-keyframes open_hover_01 {
  from {
    -webkit-transform: translateX(12px) translateY(11px) rotate(-135deg) scaleX(0);
    transform: translateX(12px) translateY(11px) rotate(-135deg) scaleX(0);
  }

  to {
    -webkit-transform: translateX(12px) translateY(11px) rotate(-135deg) scaleX(1);
    transform: translateX(12px) translateY(11px) rotate(-135deg) scaleX(1);
  }
}

@keyframes open_hover_01 {
  from {
    -webkit-transform: translateX(12px) translateY(11px) rotate(-135deg) scaleX(0);
    transform: translateX(12px) translateY(11px) rotate(-135deg) scaleX(0);
  }

  to {
    -webkit-transform: translateX(12px) translateY(11px) rotate(-135deg) scaleX(1);
    transform: translateX(12px) translateY(11px) rotate(-135deg) scaleX(1);
  }
}

@-webkit-keyframes open_hover_02 {
  from {
    -webkit-transform: translateX(12px) translateY(-11px) rotate(135deg) scaleX(0);
    transform: translateX(12px) translateY(-11px) rotate(135deg) scaleX(0);
  }

  to {
    -webkit-transform: translateX(12px) translateY(-11px) rotate(135deg) scaleX(1);
    transform: translateX(12px) translateY(-11px) rotate(135deg) scaleX(1);
  }
}

@keyframes open_hover_02 {
  from {
    -webkit-transform: translateX(12px) translateY(-11px) rotate(135deg) scaleX(0);
    transform: translateX(12px) translateY(-11px) rotate(135deg) scaleX(0);
  }

  to {
    -webkit-transform: translateX(12px) translateY(-11px) rotate(135deg) scaleX(1);
    transform: translateX(12px) translateY(-11px) rotate(135deg) scaleX(1);
  }
}

.c-hamburger.is-changing-close::before,
.c-hamburger.is-changing-close::after,
.c-hamburger.is-changing-close span {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-animation: none !important;
  animation: none !important;
}

.c-hamburger.is-changing-close::before {
  -webkit-transform: translateY(6px) rotate(-135deg) scale(1);
  transform: translateY(6px) rotate(-135deg) scale(1);
}

.c-hamburger.is-changing-close::after {
  -webkit-transform: translateY(-6px) rotate(135deg) scale(1);
  transform: translateY(-6px) rotate(135deg) scale(1);
}

.c-hamburger.is-changing-close span {
  opacity: 0;
}

.c-hamburger.is-close::before,
.c-hamburger.is-close::after,
.c-hamburger.is-close span {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-animation: none !important;
  animation: none !important;
}

.c-hamburger.is-close::before {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
}

.c-hamburger.is-close::after {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
}

.c-hamburger.is-close span {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
}

.c-langSwitch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 3;
  -webkit-transition: color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.is-drawerOpen .c-langSwitch {
  color: #222;
}

.c-langSwitch__item {
  font-size: 1.3rem;
}

.c-langSwitch__item:last-child {
  margin-left: 2px;
  margin-right: 0;
}

.c-langSwitch__item:last-child::before {
  content: "/";
  margin-right: 2px;
}

.c-langSwitch__link {
  position: relative;
  display: inline-block;
  padding: 2px 3px;
  color: currentColor;
  font-weight: 700;
  text-decoration: none;
}

.c-langSwitch__link::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  -webkit-transform: scaleX(0) translateY(-1px);
  transform: scaleX(0) translateY(-1px);
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transition: -webkit-transform .2s ease-out;
  transition: -webkit-transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out, -webkit-transform .2s ease-out;
}

.c-langSwitch__link:hover::after {
  -webkit-transform: scaleX(1) translateY(-1px);
  transform: scaleX(1) translateY(-1px);
  -webkit-transform-origin: left;
  transform-origin: left;
}

.c-langSwitch__current {
  position: relative;
  display: inline-block;
  padding: 2px 3px;
  font-weight: 700;
}

.c-langSwitch__current::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}

.c-newsletter {
  width: 260px;
  margin: 0 auto;
  text-align: center;
}

.c-newsletter__heading {
  position: relative;
  padding-top: 14px;
  font-size: 2.4rem;
  letter-spacing: .3em;
}

.c-newsletter__heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 20px;
  height: 1px;
  background-color: #D93448;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.c-newsletter__message {
  margin-top: 20px;
  font-family: "Sabon Next", "Times New Roman", serif;
  font-size: 1.8rem;
  letter-spacing: .06em;
}

.c-newsletter__form {
  position: relative;
  margin-top: 14px;
  border-radius: 0;
}

.c-newsletter__email {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: calc(1.6rem + 20px);
  padding: 10px 25px;
  font-size: 1.6rem;
  letter-spacing: .06em;
  text-align: center;
  border: 0;
  border-bottom: 1px solid #333;
}

.c-newsletter__btn {
  position: absolute;
  right: 4px;
  bottom: 10px;
  width: 18px;
  height: 18px;
  padding: 0;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}

.c-newsletter__btn span {
  position: absolute;
  top: 5px;
  right: 8px;
  display: block;
  width: 7px;
  height: 7px;
  text-indent: -9999px;
  overflow: hidden;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.c-newsletter__btn span::before,
.c-newsletter__btn span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: currentColor;
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.c-newsletter__btn span::before {
  width: 1px;
  height: 100%;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}

.c-newsletter__btn span::after {
  width: 100%;
  height: 1px;
  -webkit-transform-origin: left;
  transform-origin: left;
}

.c-newsletter__btn:hover span::before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-animation-name: arrow_animation_02;
  animation-name: arrow_animation_02;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

.c-newsletter__btn:hover span::after {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-animation-name: arrow_animation_01;
  animation-name: arrow_animation_01;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}

.c-page {
  max-width: 780px;
  margin-top: 70px;
  padding: 0 100px;
}

.c-page p {
  color: #000;
  font-family: "Sabon Next", "Times New Roman", serif;
  font-size: 2rem;
  letter-spacing: 0;
  line-height: 1.4;
}

.c-page p:not(:last-child) {
  margin-bottom: 1em;
}

.c-page__link {
  margin-top: 24px;
}

.c-page__link a {
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
  color: #222;
  font-size: 1.8rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: .3em;
  border-bottom: 1px solid currentColor;
}

.c-page__link a:hover {
  color: #D93448;
  -webkit-animation-name: hover_text_anim;
  animation-name: hover_text_anim;
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.75, 0.9);
  animation-timing-function: cubic-bezier(0.5, 0, 0.75, 0.9);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.c-page__link a::after {
  content: "";
  position: relative;
  top: -2px;
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 5px;
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-page__share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 50px;
}

.c-page__share dt {
  padding-top: .1em;
  padding-right: 7px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: .1em;
}

.c-page__share dd {
  padding-left: 15px;
}

.c-page__shareBtn {
  display: block;
  color: #222;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.c-page__shareBtn svg {
  max-height: 100%;
  vertical-align: top;
}

.c-page__shareBtn--facebook:hover {
  color: #3a5691;
}

.c-page__shareBtn--twitter:hover {
  color: #00aced;
}

.c-page__shareBtn--pinterest:hover {
  color: #cb2027;
}

.c-page__heading--contact {
  margin-bottom: 12px;
  font-size: 3rem;
  font-weight: 400;
}

.c-page__block {
  margin-top: 60px;
  margin-bottom: 26px;
}

.c-page__heading--terms {
  margin-bottom: 24px;
  padding-bottom: 5px;
  font-size: 3rem;
  font-weight: 400;
  border-bottom: 1px solid currentColor;
}

.c-page__blockSub {
  margin-top: 30px;
}

.c-page__heading--termsSub {
  margin-bottom: 10px;
  color: #000;
  font-size: 2rem;
}

.c-searchIcon {
  position: relative;
  width: 20px;
  height: 20px;
  padding: 0;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}

.is-drawerOpen .c-searchIcon {
  z-index: -1;
}

.l-header--home .c-searchIcon {
  color: #fff;
}

.c-searchIcon__image {
  position: absolute;
  top: 3px;
  left: 2px;
  width: 16px;
  height: 15px;
}

.c-siteLogo {
  width: 80px;
  margin-right: 35px;
  padding-top: 10px;
  z-index: 3;
}

.c-siteLogo a {
  color: #222;
}

.l-header--home .c-siteLogo a {
  color: #fff;
}

.is-drawerOpen .c-siteLogo a {
  color: #222;
}

.is-drawerOpen .l-header--home .c-siteLogo a,
.is-drawerClose .l-header--home .c-siteLogo a {
  -webkit-transition: color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.c-siteLogo__image {
  width: 100%;
}

.c-slider {
  min-width: 1024px;
}

.c-slider__items {
  position: relative;
  width: 100%;
  height: 75vh;
  min-height: 450px;
  overflow: hidden;
}

.c-slider__item {
  position: relative;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 75vh;
  min-height: 450px;
}

.c-slider__info {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 6px;
  font-size: 1.3rem;
  z-index: 3;
  -webkit-transition: top .1s;
  transition: top .1s;
}

.c-slider__ad {
  display: inline-block;
  margin-right: 10px;
  padding: 2px 1px 0 2px;
  color: #fff;
  border: 1px solid currentColor;
}

.c-slider__category {
  position: relative;
  display: inline-block;
  padding: 3px 0 1px;
  color: #fff;
  text-decoration: none;
}

.c-slider__category::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  -webkit-transform: translateY(-1px) scaleX(0);
  transform: translateY(-1px) scaleX(0);
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transition: -webkit-transform .2s ease-out;
  transition: -webkit-transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out, -webkit-transform .2s ease-out;
}

.c-slider__category:hover::after {
  -webkit-transform: translateY(-1px) scaleX(1);
  transform: translateY(-1px) scaleX(1);
  -webkit-transform-origin: left;
  transform-origin: left;
}

.c-slider__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 1;
}

.c-slider__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.c-slider__image img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-slider__text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-width: 1024px;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 50px;
  z-index: 2;
}

.c-slider__title {
  font-size: 6.2rem;
  line-height: 1.1;
}

.c-slider__desc,
.top_banner .subtext .inner {
  width: 52.7vw;
  max-height: 5.6em;
  margin-top: 28px;
  font-family: "Sabon Next", "Times New Roman", serif;
  font-size: 1.8rem;
  line-height: 1.4;
  overflow: hidden;
}

.c-slider__more,
.top_banner .more .inner {
  position: relative;
  display: inline-block;
  margin-top: 16px;
  padding-bottom: 5px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: .3em;
  border-bottom: 1px solid currentColor;
}

.c-slider__more.hover_active,
.top_banner .more .hover_active.inner {
  color: #D93448;
  -webkit-animation-name: hover_text_anim_white;
  animation-name: hover_text_anim_white;
  -webkit-animation-timing-function: cubic-bezier(0.02, 0.01, 0.47, 1);
  animation-timing-function: cubic-bezier(0.02, 0.01, 0.47, 1);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.c-slider__more::after,
.top_banner .more .inner::after {
  content: "";
  position: relative;
  top: -2px;
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 5px;
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-slider__dots {
  position: absolute;
  bottom: 20px;
  left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 4;
}

.c-slider__dots li {
  margin-right: 8px;
}

.c-slider__dots li.slick-active button {
  background-color: #fff;
  border-color: #fff;
}

.c-slider__dots button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  padding: 0;
  text-indent: -999px;
  overflow: hidden;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  outline: 0;
  -webkit-transition: background-color .1s;
  transition: background-color .1s;
  cursor: pointer;
}

.c-slider__dots button:hover {
  background-color: #fff;
  border-color: #fff;
}

.c-stamp {
  width: 61px;
  margin: 50px auto 0;
}

.c-stamp a {
  display: block;
}

.c-stamp img {
  width: 100%;
}

.c-subCatList__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 10px;
  font-size: 1.3rem;
  line-height: 1.1;
}

.c-subCatList__item:not(:last-child)::after {
  content: "/";
  margin: 0 3px;
  color: #D93448;
}

.c-subCatList__link {
  position: relative;
  display: inline-block;
  padding: 2px;
  color: #D93448;
  text-decoration: none;
}

.c-subCatList__link::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  -webkit-transform: translateY(-1px) scaleX(0);
  transform: translateY(-1px) scaleX(0);
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transition: -webkit-transform .2s ease-out;
  transition: -webkit-transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out, -webkit-transform .2s ease-out;
}

.c-subCatList__link:hover::after {
  -webkit-transform: translateY(-1px) scaleX(1);
  transform: translateY(-1px) scaleX(1);
  -webkit-transform-origin: left;
  transform-origin: left;
}

.c-subnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
}

.c-subnav__item:nth-child(n+2) {
  margin-left: 5px;
}

.c-subnav__link {
  position: relative;
  display: inline-block;
  padding: 0 5px;
  color: #000;
}

.c-subnav__link::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transition: -webkit-transform .2s ease-out;
  transition: -webkit-transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out, -webkit-transform .2s ease-out;
}

.c-subnav__link:hover {
  text-decoration: none;
}

.c-subnav__link:hover::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left;
  transform-origin: left;
}

.p-archives {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-archives::after {
  content: "";
  -ms-flex-preferred-size: calc((100% - 40px) / 3);
  flex-basis: calc((100% - 40px) / 3);
}

.p-archives__item:first-child,
.p-archives__item:nth-child(2) {
  -ms-flex-preferred-size: calc((100% - 20px) / 2);
  flex-basis: calc((100% - 20px) / 2);
}

.p-archives__item:nth-child(n+3) {
  -ms-flex-preferred-size: calc((100% - 40px) / 3);
  flex-basis: calc((100% - 40px) / 3);
  margin-top: 50px;
}

.p-archives__item .c-articleList__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #222;
}

.p-archives__item .c-articleList__title {
  margin-top: 10px;
}

.p-archives__item .c-articleList__ad {
  vertical-align: .25em;
  font-size: 1.3rem;
}

.p-archives__item .c-articleList__image::after {
  content: "";
  z-index: 10;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.p-archives__item .c-articleList__image img {
  -webkit-transition: opacity 1s, -webkit-transform 3s;
  transition: opacity 1s, -webkit-transform 3s;
  transition: transform 3s, opacity 1s;
  transition: transform 3s, opacity 1s, -webkit-transform 3s;
}

.p-archives__item .c-articleList__image::after {
  opacity: 1;
  z-index: 0;
}

.p-archives__item .c-articleList__image .c-articleList__videoFrame::after {
  background-position: center;
  background-size: 52px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.4);
}

.p-archives__item.hover_active .c-articleList__image::after {
  color: #d93448;
  border: solid 1px #d93448;
  -webkit-animation-name: hover_image_anim;
  animation-name: hover_image_anim;
  -webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  z-index: 10;
}

.p-archives__item.hover_active .c-articleList__image img {
  -webkit-transform: scale(1.025);
  transform: scale(1.025);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.p-archives__item.hover_active .c-articleList__title {
  color: #d93448;
  -webkit-animation-name: hover_text_anim;
  animation-name: hover_text_anim;
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.75, 0.9);
  animation-timing-function: cubic-bezier(0.5, 0, 0.75, 0.9);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.p-archives__item:first-child.hover_active .c-articleList__image img,
.p-archives__item:nth-child(2).hover_active .c-articleList__image img {
  -webkit-transform: scale(1.015);
  transform: scale(1.015);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.archive-more {
  margin-top: 60px;
}

.p-features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-features::after {
  content: "";
  -ms-flex-preferred-size: calc((100% - 40px) / 3);
  flex-basis: calc((100% - 40px) / 3);
}

.p-features__item:first-child {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.p-features__item:first-child.tag--link {
  cursor: inherit;
}

.p-features__item:first-child .c-articleList__image {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.p-features__item:first-child .c-articleList__image::before {
  padding-top: calc((100% / 2 - 20px) * .5625 * 2 + 1.3rem + 37px + 2.2rem * 3.6);
}

.p-features__item:first-child .c-articleList__image img {
  top: auto !important;
  left: auto !important;
  width: 100% !important;
  height: 100% !important;
  -webkit-transform: none;
  transform: none;
}

.p-features__item:first-child .c-articleList__text {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.p-features__item:first-child .c-articleList__info,
.p-features__item:first-child .c-articleList__more {
  margin-left: 40px;
}

.p-features__item:first-child .c-articleList__title {
  margin-left: 40px;
  font-size: 3.6rem;
}

.p-features__item:first-child .c-articleList__desc {
  margin-left: 40px;
}

.p-features__item:nth-child(n+2) {
  -ms-flex-preferred-size: calc((100% - 40px) / 3);
  flex-basis: calc((100% - 40px) / 3);
  margin-top: 40px;
}

.p-features__item .c-articleList__image a::after {
  content: "";
  z-index: 10;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.p-features__item .c-articleList__image a img {
  -webkit-transition: opacity 1s, -webkit-transform 3s;
  transition: opacity 1s, -webkit-transform 3s;
  transition: transform 3s, opacity 1s;
  transition: transform 3s, opacity 1s, -webkit-transform 3s;
}

.p-features__item .c-articleList__image:hover a::after {
  color: #d93448;
  border: solid 1px #d93448;
  -webkit-animation-name: hover_image_anim;
  animation-name: hover_image_anim;
  -webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.p-features__item:first-child .c-articleList__image:hover a img {
  -webkit-transform: scale(1.015);
  transform: scale(1.015);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .p-features__item:first-child .c-articleList__image:hover a img {
    -webkit-transform: scale(1.015);
    transform: scale(1.015);
  }
}

.p-features__item:nth-child(n+2).hover_active .c-articleList__image a::after {
  color: #d93448;
  border: solid 1px #d93448;
  -webkit-animation-name: hover_image_anim;
  animation-name: hover_image_anim;
  -webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.p-features__item:nth-child(n+2).hover_active .c-articleList__image a img {
  -webkit-transform: scale(1.025);
  transform: scale(1.025);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.p-features__item:nth-child(n+2).hover_active .c-articleList__link--text {
  color: #d93448;
  -webkit-animation-name: hover_text_anim;
  animation-name: hover_text_anim;
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.75, 0.9);
  animation-timing-function: cubic-bezier(0.5, 0, 0.75, 0.9);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.p-highlights {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-highlights__item:first-child,
.p-highlights__item:nth-child(2) {
  -ms-flex-preferred-size: calc((100% - 20px) / 2);
  flex-basis: calc((100% - 20px) / 2);
}

.p-highlights__item:nth-child(n+3) {
  -ms-flex-preferred-size: calc((100% - 40px) / 3);
  flex-basis: calc((100% - 40px) / 3);
  margin-top: 40px;
}

.p-highlights__item .c-articleList__image a::after {
  content: "";
  z-index: 10;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.p-highlights__item .c-articleList__image a img {
  -webkit-transition: opacity 1s, -webkit-transform 3s;
  transition: opacity 1s, -webkit-transform 3s;
  transition: transform 3s, opacity 1s;
  transition: transform 3s, opacity 1s, -webkit-transform 3s;
}

.p-highlights__item.hover_active .c-articleList__image a img {
  -webkit-transform: scale(1.025);
  transform: scale(1.025);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.p-highlights__item.hover_active .c-articleList__image a::after {
  color: #d93448;
  border: solid 1px #d93448;
  -webkit-animation-name: hover_image_anim;
  animation-name: hover_image_anim;
  -webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.p-highlights__item.hover_active .c-articleList__link--text {
  color: #d93448;
  -webkit-animation-name: hover_text_anim;
  animation-name: hover_text_anim;
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.75, 0.9);
  animation-timing-function: cubic-bezier(0.5, 0, 0.75, 0.9);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.p-highlights__item:first-child.hover_active .c-articleList__image a img,
.p-highlights__item:nth-child(2).hover_active .c-articleList__image a img {
  -webkit-transform: scale(1.015);
  transform: scale(1.015);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.p-latest__outer {
  position: relative;
  overflow: hidden;
  max-width: inherit;
  min-width: inherit;
}

.p-latest {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 1024px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 50px;
}

.p-latest--section {
  position: relative;
}

.p-latest__item {
  width: 300px;
  -ms-flex-preferred-size: 300px;
  flex-basis: 300px;
  max-width: 300px;
  min-width: 300px;
  margin-right: 5px;
}

.p-latest__item a {
  text-decoration: none;
  color: #222;
}

.p-latest__item__time {
  font-size: 1.3rem;
  margin-bottom: 5px;
}

.p-latest__item__thumbnail {
  width: 100%;
  position: relative;
  position: relative;
  width: 100%;
}

.p-latest__item__thumbnail::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.p-latest__item__thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-latest__item__thumbnail .imgWrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.p-latest__item__thumbnail .imgWrapper::after {
  content: "";
  z-index: 10;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.p-latest__item__thumbnail .imgWrapper img {
  -webkit-transition: opacity 1s, -webkit-transform 3s;
  transition: opacity 1s, -webkit-transform 3s;
  transition: transform 3s, opacity 1s;
  transition: transform 3s, opacity 1s, -webkit-transform 3s;
}

.p-latest__item__thumbnail .imgWrapper img {
  -webkit-transition: opacity 1s,-webkit-transform 3s;
  transition: opacity 1s,-webkit-transform 3s;
  transition: transform 3s,opacity 1s;
  transition: transform 3s,opacity 1s,-webkit-transform 3s;
}

.p-latest__item__info__cat {
  margin-top: 8px;
  position: relative;
  display: inline-block;
  margin-top: 8px;
  color: #D93448;
  font-size: 13px;
  text-decoration: none;
}

.p-latest__item__info__cat::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  -webkit-transform: translateY(-1px) scaleX(0);
  transform: translateY(-1px) scaleX(0);
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.p-latest__item__info__cat:hover::after {
  -webkit-transform: translateY(-1px) scaleX(1);
  transform: translateY(-1px) scaleX(1);
  -webkit-transform-origin: left;
  transform-origin: left;
}

.p-latest__item__info__cat::after {
  -webkit-transform: translateY(-2px) scaleX(0);
  transform: translateY(-2px) scaleX(0);
}

.p-latest__item__info__cat:hover::after {
  -webkit-transform: translateY(-2px) scaleX(1);
  transform: translateY(-2px) scaleX(1);
}

.p-latest__item__info__title {
  margin-top: 5px;
  font-size: 2.2rem;
  line-height: 1.2;
  overflow: hidden;
}

.p-latest__item.hover_active .p-latest__item__thumbnail .imgWrapper img {
  -webkit-transform: scale(1.025);
  transform: scale(1.025);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.p-latest__item.hover_active .p-latest__item__thumbnail .imgWrapper::after {
  color: #d93448;
  border: solid 1px #d93448;
  -webkit-animation-name: hover_image_anim;
  animation-name: hover_image_anim;
  -webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.p-latest__item.hover_active .p-latest__item__info__title {
  color: #d93448;
  -webkit-animation-name: hover_text_anim;
  animation-name: hover_text_anim;
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.75, 0.9);
  animation-timing-function: cubic-bezier(0.5, 0, 0.75, 0.9);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.p-latest__arrow {
  top: 99.375px;
  z-index: 999;
}

.top_slider,
.top_banner {
  min-width: 1024px;
  margin-bottom: 50px;
}

.top_slider canvas,
.top_banner canvas {
  opacity: 0;
}

.top_slider canvas.active,
.top_banner canvas.active {
  opacity: 1;
  -webkit-transition: opacity 1s ease-out .1s;
  transition: opacity 1s ease-out .1s;
}

.top_slider .slider,
.top_banner .slider {
  max-height: 75vw;
  position: relative;
  width: 100%;
  height: 75vh;
  min-height: 450px;
  overflow: hidden;
}

.top_slider .slider .area,
.top_banner .slider .area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top_slider .boxWrap,
.top_banner .boxWrap {
  width: 100%;
  min-width: 1024px;
  padding-left: 50px;
  cursor: pointer;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #FFF;
}

.top_slider .boxWrap.boxWrap1,
.top_banner .boxWrap.boxWrap1 {
  background-color: rgba(0, 0, 0, 0.4);
}

.top_slider .box,
.top_banner .box {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0;
  margin: 0;
  padding: 0;
}

.top_slider .tag,
.top_banner .tag {
  font-size: 14px;
  letter-spacing: 0.05em;
  z-index: 9999;
  color: #fff;
  margin-bottom: 10px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  position: relative;
  display: inline-block;
  margin-top: 8px;
  color: #FFF;
  font-size: 13px;
  text-decoration: none;
}

.top_slider .tag::after,
.top_banner .tag::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  -webkit-transform: translateY(-1px) scaleX(0);
  transform: translateY(-1px) scaleX(0);
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.top_slider .tag:hover::after,
.top_banner .tag:hover::after {
  -webkit-transform: translateY(-1px) scaleX(1);
  transform: translateY(-1px) scaleX(1);
  -webkit-transform-origin: left;
  transform-origin: left;
}

.top_slider .tag .inner,
.top_banner .tag .inner {
  opacity: 0;
}

.top_slider .tag01 .inner,
.top_banner .tag01 .inner {
  opacity: 1;
}

.top_slider .text,
.top_banner .text {
  font-size: 50px;
  margin-bottom: 30px;
  opacity: 0;
  z-index: 9999;
  width: 75%;
  margin-left: -3px;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.top_slider .text div,
.top_banner .text div {
  display: inline-block;
}

.top_slider .text span,
.top_banner .text span {
  opacity: 0;
  line-height: 1.1;
}

.top_slider .text01 span,
.top_banner .text01 span {
  opacity: 1;
}

.top_slider .subtext,
.top_banner .subtext {
  display: none;
  font-size: 14px;
  letter-spacing: 0.05em;
  z-index: 9999;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 20px;
  width: 60%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.top_slider .subtext .inner,
.top_banner .subtext .inner {
  line-height: 1.5;
  opacity: 0;
}

.top_slider .subtext01 .inner,
.top_banner .subtext01 .inner {
  opacity: 1;
}

.top_slider .more,
.top_banner .more {
  display: none;
  font-size: 20px;
  letter-spacing: 0.15em;
  z-index: 9999;
  color: #fff;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.top_slider .more .inner,
.top_banner .more .inner {
  opacity: 0;
}

.top_slider .more01 .inner,
.top_banner .more01 .inner {
  opacity: 1;
}

.top_slider .indicator,
.top_banner .indicator {
  position: absolute;
  left: 50px;
  bottom: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top_slider .indicator .item,
.top_banner .indicator .item {
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  border-radius: 100%;
  margin-right: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color 0.7s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
  transition: background-color 0.7s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
  cursor: pointer;
}

.top_slider .indicator .item.active,
.top_banner .indicator .item.active {
  background-color: #fff;
}

.top_banner {
  margin-bottom: 120px;
  background-color: #f2f2f2;
}

.top_banner .slider .area {
  position: absolute;
  height: 100%;
  left: 23.6vw;
  width: calc(100% - 23.6vw);
}

.top_banner .slider .boxWrap {
  cursor: inherit;
}

.top_banner .subtext {
  display: block;
}

.top_banner .more {
  display: block;
}

.top_banner .more .inner {
  opacity: 0;
}

.top_banner .more01 .inner {
  opacity: 1;
}

.p-trending {
  counter-reset: ranking;
  border-bottom: 1px solid #ccc;
}

.p-trending__item {
  position: relative;
  border-top: 1px solid #ccc;
}

.p-trending__item .c-articleList__info {
  position: absolute;
  top: 20px;
  left: calc(75px + 40px);
  margin-top: 0;
}

.p-trending__item .c-articleList__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 20px 0;
  color: #222;
  counter-increment: ranking;
}

.p-trending__item .c-articleList__link::before {
  content: "0" counter(ranking);
  -ms-flex-preferred-size: 75px;
  flex-basis: 75px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-size: 3.6rem;
  text-align: right;
  color: #222;
}

.p-trending__item .c-articleList__text {
  -ms-flex-preferred-size: calc(100% - 75px - (280 / 1280 * 100vw) - 80px);
  flex-basis: calc(100% - 75px - (280 / 1280 * 100vw) - 80px);
}

.p-trending__item .c-articleList__title {
  margin-top: calc(1.3rem + 8px);
}

.p-trending__item .c-articleList__desc {
  margin-top: 12px;
}

.p-trending__item .c-articleList__image {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-flex-preferred-size: calc(280 / 1280 * 100vw);
  flex-basis: calc(280 / 1280 * 100vw);
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.p-trending__item:first-child .c-articleList__link::before {
  -ms-flex-preferred-size: 80px;
  flex-basis: 80px;
  margin-right: -5px;
  font-size: 8rem;
}

.p-trending__item:first-child .c-articleList__title {
  font-size: 4rem;
}

.p-trending__item:nth-child(2) .c-articleList__link::before {
  -ms-flex-preferred-size: 77px;
  flex-basis: 77px;
  margin-right: -2px;
  font-size: 5.8rem;
}

.p-trending__item:nth-child(2) .c-articleList__title {
  font-size: 3rem;
}

.p-trending__item .c-articleList__image::after {
  content: "";
  z-index: 10;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.p-trending__item .c-articleList__image img {
  -webkit-transition: opacity 1s, -webkit-transform 3s;
  transition: opacity 1s, -webkit-transform 3s;
  transition: transform 3s, opacity 1s;
  transition: transform 3s, opacity 1s, -webkit-transform 3s;
}

.p-trending__item .c-articleList__image::after {
  opacity: 1;
  z-index: 0;
}

.p-trending__item .c-articleList__image .c-articleList__videoFrame::after {
  background-position: center;
  background-size: 52px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.4);
}

.p-trending__item.hover_active .c-articleList__image::after {
  color: #d93448;
  border: solid 1px #d93448;
  -webkit-animation-name: hover_image_anim;
  animation-name: hover_image_anim;
  -webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  z-index: 10;
}

.p-trending__item.hover_active .c-articleList__image img {
  -webkit-transform: scale(1.025);
  transform: scale(1.025);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.p-trending__item.hover_active .c-articleList__title {
  color: #d93448;
  -webkit-animation-name: hover_text_anim;
  animation-name: hover_text_anim;
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.75, 0.9);
  animation-timing-function: cubic-bezier(0.5, 0, 0.75, 0.9);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.p-trending__item.hover_active .c-articleList__link {
  color: #d93448;
  -webkit-animation-name: hover_text_anim;
  animation-name: hover_text_anim;
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.75, 0.9);
  animation-timing-function: cubic-bezier(0.5, 0, 0.75, 0.9);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.p-videos__container {
  padding: 80px 0 70px;
  background-color: #333;
}

.p-videos__container .c-articles__heading {
  color: #fff;
}

.p-videos__container .c-articles__heading::before {
  background-color: currentColor;
}

.p-videos--mainVideo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1600px;
  min-width: 1024px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 50px;
}

.p-videos--mainVideo__item {
  width: calc(50% - 10px);
  margin-right: 20px;
  cursor: pointer;
}

.p-videos--mainVideo__item:last-child {
  margin-right: 0;
}

.p-videos--mainVideo__item.hover_active .p-videos--mainVideo__item__thumbnail::after {
  color: #d93448;
  border: solid 1px #d93448;
  -webkit-animation-name: hover_image_anim;
  animation-name: hover_image_anim;
  -webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  border: 1px solid #FFF;
}

.p-videos--mainVideo__item.hover_active .p-videos--mainVideo__item__thumbnail .imgWrapper img {
  -webkit-transform: scale(1.015);
  transform: scale(1.015);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  border: none;
  overflow: hidden;
}

.p-videos--mainVideo__item.hover_active .p-videos--mainVideo__item__info__title,
.p-videos--mainVideo__item.hover_active .p-videos--mainVideo__item__info__des {
  color: #666;
  -webkit-animation-name: hover_text_anim_gray;
  animation-name: hover_text_anim_gray;
  -webkit-animation-timing-function: cubic-bezier(0.2, 0.2, 0.75, 0.9);
  animation-timing-function: cubic-bezier(0.2, 0.2, 0.75, 0.9);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.p-videos--mainVideo__item a {
  text-decoration: none;
  color: #FFF;
}

.p-videos--mainVideo__item__thumbnail {
  position: relative;
  width: 100%;
}

.p-videos--mainVideo__item__thumbnail::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.p-videos--mainVideo__item__thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-videos--mainVideo__item__thumbnail::after {
  content: "";
  z-index: 10;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.p-videos--mainVideo__item__thumbnail img {
  -webkit-transition: opacity 1s, -webkit-transform 3s;
  transition: opacity 1s, -webkit-transform 3s;
  transition: transform 3s, opacity 1s;
  transition: transform 3s, opacity 1s, -webkit-transform 3s;
}

.p-videos--mainVideo__item__thumbnail::before {
  background-image: url(../images/play.svg);
  background-color: rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 3;
  background-size: 52px;
  background-position: center;
  background-repeat: no-repeat;
}

.p-videos--mainVideo__item__thumbnail .imgWrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.p-videos--mainVideo__item__thumbnail .imgWrapper img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 3s;
  transition: -webkit-transform 3s;
  transition: transform 3s;
  transition: transform 3s, -webkit-transform 3s;
  -webkit-transition: opacity 1s ease-out .1s , -webkit-transform 3s;
  transition: opacity 1s ease-out .1s , -webkit-transform 3s;
  transition: transform 3s , opacity 1s ease-out .1s;
  transition: transform 3s , opacity 1s ease-out .1s , -webkit-transform 3s;
}

.p-videos--mainVideo__item__thumbnail__time {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #FFF;
  z-index: 4;
  color: #222;
}

.p-videos--mainVideo__item__info {
  margin-top: 10px;
}

.p-videos--mainVideo__item__info__cat {
  line-height: 1;
  font-size: 13px;
  font-family: "Optima nova", "Optima", sans-serif;
  position: relative;
  display: inline-block;
  margin-top: 8px;
  color: #D93448;
  font-size: 13px;
  text-decoration: none;
  color: #FFF;
}

.p-videos--mainVideo__item__info__cat::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  -webkit-transform: translateY(-1px) scaleX(0);
  transform: translateY(-1px) scaleX(0);
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.p-videos--mainVideo__item__info__cat:hover::after {
  -webkit-transform: translateY(-1px) scaleX(1);
  transform: translateY(-1px) scaleX(1);
  -webkit-transform-origin: left;
  transform-origin: left;
}

.p-videos--mainVideo__item__info__title {
  font-size: 22px;
  font-family: "Optima nova", "Optima", sans-serif;
  line-height: 1.2;
  margin-top: calc( 5px - (((22px * 1.2) - 22px) / 2));
  margin-bottom: calc( 5px - (((22px * 1.2) - 22px) / 2));
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p-videos--mainVideo__item__info__des {
  margin-top: calc( 5px - (((18px * 1.2) - 18px) / 2));
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  font-family: "Sabon Next", "Times New Roman", serif;
  line-height: 1.2;
}

.slider {
  overflow: hidden;
  position: relative;
}

.p-videos--subVideo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 1024px;
  margin: 48px auto 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 50px;
}

.p-videos--subVideo a {
  text-decoration: none;
  color: #FFF;
}

.p-videos--subVideo__item {
  width: 300px;
  -ms-flex-preferred-size: 300px;
  flex-basis: 300px;
  max-width: 300px;
  min-width: 300px;
  margin-right: 5px;
  cursor: pointer;
}

.p-videos--subVideo__item.hover_active .p-videos--subVideo__item__thumbnail::after {
  color: #d93448;
  border: solid 1px #d93448;
  -webkit-animation-name: hover_image_anim;
  animation-name: hover_image_anim;
  -webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  border: 1px solid #FFF;
  z-index: 999;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.p-videos--subVideo__item.hover_active .imgWrapper img {
  -webkit-transform: scale(1.025);
  transform: scale(1.025);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: scale(1.015);
  transform: scale(1.015);
}

.p-videos--subVideo__item.hover_active .p-videos--subVideo__item__info__title {
  color: #666;
  -webkit-animation-name: hover_text_anim_gray;
  animation-name: hover_text_anim_gray;
  -webkit-animation-timing-function: cubic-bezier(0.2, 0.2, 0.75, 0.9);
  animation-timing-function: cubic-bezier(0.2, 0.2, 0.75, 0.9);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.p-videos--subVideo__item:last-child {
  margin-right: 0;
}

.p-videos--subVideo__item:first-child {
  display: none;
}

.p-videos--subVideo__item__thumbnail {
  position: relative;
  width: 100%;
}

.p-videos--subVideo__item__thumbnail::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.p-videos--subVideo__item__thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-videos--subVideo__item__thumbnail::after {
  content: "";
  z-index: 10;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.p-videos--subVideo__item__thumbnail img {
  -webkit-transition: opacity 1s, -webkit-transform 3s;
  transition: opacity 1s, -webkit-transform 3s;
  transition: transform 3s, opacity 1s;
  transition: transform 3s, opacity 1s, -webkit-transform 3s;
}

.p-videos--subVideo__item__thumbnail::before {
  background-image: url(../images/play.svg);
  background-color: rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 3;
  background-size: 52px;
  background-position: center;
  background-repeat: no-repeat;
}

.p-videos--subVideo__item__thumbnail__time {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #FFF;
  z-index: 4;
  color: #222;
}

.p-videos--subVideo__item__thumbnail .imgWrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.p-videos--subVideo__item__thumbnail .imgWrapper img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 3s opacity 1s ease-out .1s;
  transition: -webkit-transform 3s opacity 1s ease-out .1s;
  transition: transform 3s opacity 1s ease-out .1s;
  transition: transform 3s opacity 1s ease-out .1s, -webkit-transform 3s opacity 1s ease-out .1s;
}

.p-videos--subVideo__item__info {
  margin-top: 10px;
}

.p-videos--subVideo__item__info__cat {
  line-height: 1;
  font-size: 13px;
  font-family: "Optima nova", "Optima", sans-serif;
  position: relative;
  display: inline-block;
  margin-top: 8px;
  color: #D93448;
  font-size: 13px;
  text-decoration: none;
  color: #FFF;
}

.p-videos--subVideo__item__info__cat::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  -webkit-transform: translateY(-1px) scaleX(0);
  transform: translateY(-1px) scaleX(0);
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.p-videos--subVideo__item__info__cat:hover::after {
  -webkit-transform: translateY(-1px) scaleX(1);
  transform: translateY(-1px) scaleX(1);
  -webkit-transform-origin: left;
  transform-origin: left;
}

.p-videos--subVideo__item__info__title {
  font-size: 22px;
  font-family: "Optima nova", "Optima", sans-serif;
  line-height: 1.2;
  margin-top: calc( 5px - (((22px * 1.2) - 22px) / 2));
  margin-bottom: calc( 5px - (((22px * 1.2) - 22px) / 2));
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p-videos--subVideo__item__info__des {
  display: none;
}

.p-videos__arrow {
  top: 134.375px;
  z-index: 999;
}

.p-article--mainViual,
.p-article_head,
.c-article--wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.p-article_head {
  margin-bottom: calc( 60px - (((14px * 1.21429) - 14px) / 2));
  margin-top: calc( 150px - (((62px * 1.08065) - 62px) / 2));
}

.addNewContents .p-article_head {
  margin-top: 0;
}

.p-article_head h1 {
  font-size: 62px;
  font-weight: normal;
  line-height: 67px;
  margin-bottom: calc( 30px - (((62px * 1.08065) - 62px) / 2));
}

.p-article_head h2 {
  font-size: 36px;
  font-weight: normal;
  line-height: 43px;
  letter-spacing: 0.02em;
  margin-bottom: calc( 30px - (((36px * 1.19444) - 36px) / 2));
  word-wrap: break-word;
}

.p-article_head .p-article_headmeta {
  font-style: italic;
  font-size: 14px;
  line-height: 17px;
  color: #666666;
}

.p-article_head .p-article_headmeta--role::after {
  content: ":";
  padding-right: 0.5em;
}

.p-article_head .p-article_headmeta--name::after {
  content: "/";
  padding-right: 0.5em;
  padding-left: 0.5em;
}

.p-article_head .p-article_headmeta--name:last-child {
  content: "";
}

.p-article_head .p-article_headmeta--name:last-child::after {
  content: "";
  padding-right: 0.5em;
  padding-left: 0.5em;
}

.p-article--mainViual {
  margin-bottom: 60px;
}

.p-article--mainViual--iframe {
  margin-bottom: 60px;
  position: relative;
  width: 100%;
  padding: 56.25% 0 0 0;
}

.p-article--mainViual--iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-article_onlySentence {
  line-height: 1.4;
}

.p-article_onlySentence a {
  color: #D93448;
  word-wrap: break-word;
  font-size: inherit;
  text-decoration: none;
  background-size: 0px 29px;
  background-image: url(../images/line.svg);
  -webkit-transition: background-size 200ms;
  transition: background-size 200ms;
  background-position: center;
}

.p-article_onlySentence a:hover {
  background-image: url(../images/line.svg);
  background-size: 10px 29px;
  background-position: center;
}

.p-article_onlySentence p {
  margin-bottom: calc( 20px - (((20px * 1.4) - 20px) / 2));
}

.p-article_onlyPhoto {
  font-family: "Optima nova", "Optima", sans-serif;
}

.p-article_onlyPhoto .u-lazyImage img {
  width: 100%;
}

.p-article_onlyPhoto p {
  font-size: 14px;
  line-height: 19px;
  margin-top: calc( 10px - (((14px * 1.35714) - 14px) / 2));
  color: #666;
  font-family: "Sabon Next", "Times New Roman", serif;
}

.p-article_evenImgs {
  font-family: "Optima nova", "Optima", sans-serif;
}

.p-article_evenImgs--img {
  width: calc(50% - 2.5px);
  margin-right: 5px;
}

.p-article_evenImgs--img:nth-child(2n) {
  margin-right: 0;
}

.p-article_evenImgs--img--portrait .u-lazyImage {
  position: relative;
  width: 100%;
}

.p-article_evenImgs--img--portrait .u-lazyImage::before {
  content: "";
  display: block;
  padding-top: 150%;
}

.p-article_evenImgs--img--portrait .u-lazyImage img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-article_evenImgs--img--landscape .u-lazyImage {
  position: relative;
  width: 100%;
}

.p-article_evenImgs--img--landscape .u-lazyImage::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.p-article_evenImgs--img--landscape .u-lazyImage img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-article_evenImgs--img--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-bottom: 5px;
}

.p-article_evenImgs--sentence {
  line-height: 1.35;
  margin-top: calc( 10px - (((14px * 1.35) - 14px) / 2));
  font-size: 14px;
  margin-bottom: calc( 10px - (((14px * 1.35) - 14px) / 2));
  color: #666;
  font-family: "Sabon Next", "Times New Roman", serif;
}

.p-article_imgwithSentence {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.p-article_imgwithSentence a {
  color: #D93448;
  word-wrap: break-word;
  font-size: inherit;
  text-decoration: none;
  background-size: 0px 29px;
  background-image: url(../images/line.svg);
  -webkit-transition: background-size 200ms;
  transition: background-size 200ms;
  background-position: center;
}

.p-article_imgwithSentence a:hover {
  background-image: url(../images/line.svg);
  background-size: 10px 29px;
  background-position: center;
}

.p-article_imgwithSentence--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-article_imgwithSentence--block {
  width: calc(50% - 10px);
  margin-right: 20px;
}

.p-article_imgwithSentence--block:last-child {
  margin-right: 0;
}

.p-article_imgwithSentence--sentence {
  line-height: 1.4;
  position: relative;
}

.p-article_imgwithSentence--sentence p {
  margin-bottom: calc( 20px - (((20px * 1.4) - 20px) / 2));
}

.p-article_imgwithSentence--sentence p:last-child {
  margin-bottom: 0;
}

.p-article_imgwithSentence--sentence .fixed__div.fixed {
  position: fixed;
  top: 100px;
}

.p-article_imgwithSentence--sentence .fixed__div.absolute {
  position: absolute;
  bottom: 0;
}

.p-article_imgwithSentence--img {
  position: relative;
}

.p-article_imgwithSentence--img .fixed__div.fixed {
  position: fixed;
  top: 100px;
}

.p-article_imgwithSentence--img .fixed__div.absolute {
  position: absolute;
  bottom: 0;
}

.p-article_imgwithSentence--img--block {
  margin-bottom: 5px;
}

.p-article_imgwithSentence--img--block p {
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.25;
  margin-top: calc( 5px - (((14px * 1.25) - 14px) / 2));
  margin-bottom: calc( 20px - (((14px * 1.25) - 14px) / 2));
  font-family: "Sabon Next", "Times New Roman", serif;
  letter-spacing: 0;
  color: #666;
}

.p-article_imgwithSentence--img img {
  width: 100%;
  margin-bottom: 5px;
}

.p-article_imgwithSentence--img img:last-child {
  margin-bottom: 0;
}

.p-article_fullScreenimg {
  margin-left: 0px;
  width: 100vw;
  max-width: inherit;
  margin-left: -150px;
  min-width: 100vw;
}

.p-article_fullScreenimg img {
  width: 100%;
}

.p-article_shopinfo--title {
  font-size: 14px;
  line-height: 1.8;
  font-weight: 700;
  font-family: "Sabon Next", "Times New Roman", serif;
  position: relative;
  padding-top: calc( 20px - (((14px * 1.8) - 14px) / 2));
  margin-bottom: 11.6px;
}

.p-article_shopinfo--title::before {
  content: "";
  width: 20px;
  height: 1px;
  display: block;
  position: absolute;
  top: 0;
  border-top: 1px solid #D93448;
}

.p-article_shopinfo--moreinfo {
  font-size: 14px;
  line-height: 1.4;
  font-family: "Sabon Next", "Times New Roman", serif;
}

.p-article_shopinfo--link {
  position: relative;
  display: inline-block;
  margin-top: 8px;
  color: #D93448;
  font-size: 13px;
  text-decoration: none;
  margin-top: 14.4px;
  font-size: 14px;
  word-wrap: break-word;
}

.p-article_shopinfo--link::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  -webkit-transform: translateY(-1px) scaleX(0);
  transform: translateY(-1px) scaleX(0);
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.p-article_shopinfo--link:hover::after {
  -webkit-transform: translateY(-1px) scaleX(1);
  transform: translateY(-1px) scaleX(1);
  -webkit-transform-origin: left;
  transform-origin: left;
}

.p-article_sidemenu {
  padding: 20px 20px 0 20px;
  padding-top: 0;
  width: 190px;
  background-color: white;
}

.p-article_sidemenu a {
  color: #222;
}

.p-article_sidemenu--wrapper {
  position: relative;
  z-index: 1;
  background-color: #fff;
  margin-bottom: 120px;
}

.p-article_sidemenu--fixed {
  position: fixed;
  width: 190px;
  top: 100px;
}

.p-article_sidemenu--bottom {
  position: absolute;
  bottom: 0;
}

.p-article_sidemenu h3 {
  font-size: 24px;
  letter-spacing: 0.3em;
  line-height: 1;
  padding-top: 20px;
  position: relative;
  margin-bottom: 30px;
}

.p-article_sidemenu h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  width: 20px;
  height: 1px;
  background-color: #d93448;
}

.p-article_sidemenu--block {
  width: 100%;
  margin-bottom: 30px;
}

.p-article_sidemenu--block.hover_active .p-article_sidemenu--caption {
  color: #d93448;
  -webkit-animation-name: hover_text_anim;
  animation-name: hover_text_anim;
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.75, 0.9);
  animation-timing-function: cubic-bezier(0.5, 0, 0.75, 0.9);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.p-article_sidemenu--block.hover_active .p-article_sidemenu--block--thumbnail::after {
  color: #d93448;
  border: solid 1px #d93448;
  -webkit-animation-name: hover_image_anim;
  animation-name: hover_image_anim;
  -webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.p-article_sidemenu--block.hover_active .p-article_sidemenu--block--thumbnail img {
  -webkit-transform: scale(1.025);
  transform: scale(1.025);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.p-article_sidemenu--block:last-child {
  margin-bottom: 0;
}

.p-article_sidemenu--block--wrapper {
  display: block;
  text-decoration: none;
}

.p-article_sidemenu--block--thumbnail {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.p-article_sidemenu--block--thumbnail::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.p-article_sidemenu--block--thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-article_sidemenu--block--thumbnail::after {
  content: "";
  z-index: 10;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.p-article_sidemenu--block--thumbnail img {
  -webkit-transition: opacity 1s, -webkit-transform 3s;
  transition: opacity 1s, -webkit-transform 3s;
  transition: transform 3s, opacity 1s;
  transition: transform 3s, opacity 1s, -webkit-transform 3s;
}

.p-article_sidemenu--block--thumbnail--video::before {
  background-image: url(../images/play.svg);
  background-color: rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 3;
  background-size: 50% 50%;
  background-position: center;
  background-repeat: no-repeat;
}

.p-article_sidemenu--block--thumbnail--time {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  padding: 2px 2px 0;
  color: #222;
  font-size: 1.3rem;
  background-color: #fff;
  z-index: 3;
}

.p-article_sidemenu--tag {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1;
  display: block;
  position: relative;
  display: inline-block;
  margin-top: 8px;
  color: #D93448;
  font-size: 13px;
  text-decoration: none;
}

.p-article_sidemenu--tag::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  -webkit-transform: translateY(-1px) scaleX(0);
  transform: translateY(-1px) scaleX(0);
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.p-article_sidemenu--tag:hover::after {
  -webkit-transform: translateY(-1px) scaleX(1);
  transform: translateY(-1px) scaleX(1);
  -webkit-transform-origin: left;
  transform-origin: left;
}

.p-article_sidemenu--tag--design {
  color: #D93448;
}

.p-article_sidemenu--caption {
  margin-top: 5px;
  font-size: 16px;
  line-height: 19.2px;
  letter-spacing: 0.02em;
}

.p-article_footer {
  width: 100%;
}

.p-article_morein {
  text-align: center;
  margin-bottom: calc( 60px - (((13px * 1.5) - 13px) / 2));
}

.p-article_morein h2 {
  position: relative;
}

.p-article_morein h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 20px;
  height: 1px;
  background-color: #D93448;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.p-article_morein .c-articleList__ad {
  margin-right: 0;
  margin-bottom: 10px;
  font-size: 13px;
}

.p-article_morein--cat {
  display: none;
}

.p-article_morein--taglist {
  width: 50%;
  margin: 0 auto;
}

.p-article_morein--taglist li {
  position: relative;
  text-transform: uppercase;
  line-height: 19.5px;
}

.p-article_morein--taglist li a {
  color: #222;
  text-decoration: underline;
}

.p-article_morein--taglist li::after {
  content: ",";
  padding-right: 5px;
  padding-left: 0.25em;
}

.p-article_morein--taglist li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -3px;
  width: calc(100% - 3px);
  height: 1px;
  background-color: currentColor;
  -webkit-transform: translateY(-1px) scaleX(0);
  transform: translateY(-1px) scaleX(0);
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.p-article_morein--taglist li:hover a {
  text-decoration: none;
}

.p-article_morein--taglist li:hover::before {
  -webkit-transform: translateY(-1px) scaleX(1);
  transform: translateY(-1px) scaleX(1);
  -webkit-transform-origin: left;
  transform-origin: left;
}

.p-article_morein--taglist li:last-child::after {
  content: "";
}

.p-article_share {
  margin-bottom: 120px;
}

.p-article_share--shareBtn a {
  display: inline-block;
  color: #222;
  margin-right: 20px;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.p-article_share--shareBtn li:last-child a {
  padding-right: 0;
  margin-right: 0;
}

.p-article_share--shareBtn--facebook {
  width: 15px;
  height: 15px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.p-article_share--shareBtn--facebook:hover {
  color: #3b5998;
}

.p-article_share--shareBtn--twitter {
  width: 18.45px;
  height: 15px;
  margin-bottom: 24px;
  position: relative;
  top: 1px;
}

.p-article_share--shareBtn--twitter:hover {
  color: #00aced;
}

.p-article_share--shareBtn--pinterest {
  width: 17px;
  height: 17px;
}

.p-article_share--shareBtn--pinterest:hover {
  color: #cb2027;
}

.p-article_recomend {
  margin-left: -150px;
  margin-right: -150px;
  margin-bottom: 120px;
}

.p-article_recomend a {
  text-decoration: none;
  color: #222;
}

.p-article_recomend--wrapper {
  margin: 0 50px;
  max-width: 1500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-article_recomend--block {
  width: calc(33% - (40px / 3));
}

.p-article_recomend--block .u-lazyImage {
  position: relative;
  width: 100%;
}

.p-article_recomend--block .u-lazyImage::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.p-article_recomend--block .u-lazyImage img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-article_recomend--tag {
  position: relative;
  display: inline-block;
  margin-top: 8px;
  color: #D93448;
  font-size: 13px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1;
  margin-top: 10px;
  margin-bottom: 10px;
}

.p-article_recomend--tag::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  -webkit-transform: translateY(-1px) scaleX(0);
  transform: translateY(-1px) scaleX(0);
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.p-article_recomend--tag:hover::after {
  -webkit-transform: translateY(-1px) scaleX(1);
  transform: translateY(-1px) scaleX(1);
  -webkit-transform-origin: left;
  transform-origin: left;
}

.p-article_recomend--title {
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 0.02em;
}

.p-article_recomend--title:hover {
  color: #D93448;
  -webkit-animation-name: hover_text_anim;
  animation-name: hover_text_anim;
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.75, 0.9);
  animation-timing-function: cubic-bezier(0.5, 0, 0.75, 0.9);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.p-article_shareBtn--side {
  z-index: 4;
  margin-left: 50px;
  height: 88px;
  top: calc(50% - (88px / 2));
  left: 0;
}

.p-article_shareBtn--side--first {
  top: 0;
  position: absolute;
}

.p-article_shareBtn--side--fixed {
  position: fixed;
  margin-top: 0 !important;
}

.p-article_shareBtn--side--absolute {
  position: absolute;
  top: inherit;
  bottom: calc(50vh - 44px);
}

.p-article_shareBtn--side--list a {
  color: #222;
  text-align: center;
  display: block;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.p-article_shareBtn--side--list li:last-child a {
  margin-bottom: 0;
}

.addNewContents {
  margin-top: 90px;
}

.addNewContents .p-article_share {
  margin-bottom: 0;
}

.p-article--videoheader--wrapper .p-article_head {
  margin-top: 0;
}

.video .p-article--mainViual {
  margin-top: 150px;
}

.p-article--mainViual--series {
  max-width: 1600px;
  margin: 0 auto;
  margin-bottom: 60px;
  width: 100%;
  text-align: center;
}

.p-article--mainViual--series h2 {
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  position: relative;
  padding-top: 20px;
  margin-bottom: 40px;
}

.p-article--mainViual--series h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 10px);
  width: 20px;
  height: 1px;
  background-color: #D93448;
}

.p-article--mainViual--series--blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-article--mainViual--series--block {
  width: calc(33% - (40px / 3));
  margin-right: 20px;
  text-align: left;
}

.p-article--mainViual--series--block a {
  text-decoration: none;
  color: #222;
}

.p-article--mainViual--series--block--img {
  width: 100%;
  position: relative;
}

.p-article--mainViual--series--block--img .u-lazyImage {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.p-article--mainViual--series--block--img .u-lazyImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-article--mainViual--series--block--img::before {
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  content: '';
  display: block;
  padding-top: 56.25%;
}

.p-article--mainViual--series--block--img::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../images/play.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 52px 52px;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
}

.p-article--mainViual--series--block--img:hover::before {
  background-size: 62px 62px;
}

.p-article--mainViual--series--block--movieTime {
  position: absolute;
  bottom: 0;
  left: 0;
  background: white;
  font-size: 13px;
  line-height: 1;
  padding: 3px 3px 1px;
  z-index: 3;
}

.p-article--mainViual--series--block:last-child {
  margin-right: 0;
}

.p-article--mainViual--series--block p {
  text-align: left;
}

.p-article--mainViual--series--block p.title {
  font-size: 20px;
  font-family: "Optima nova", "Optima", sans-serif;
  line-height: 23px;
  letter-spacing: 0.02em;
  margin-top: calc( 10px - (((20px * 1.15) - 20px) / 2));
  margin-bottom: calc( 5px - (((20px * 1.15) - 20px) / 2));
}

.p-article--mainViual--series--block p.title:hover {
  color: #D93448;
  -webkit-animation-name: hover_text_anim;
  animation-name: hover_text_anim;
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.75, 0.9);
  animation-timing-function: cubic-bezier(0.5, 0, 0.75, 0.9);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.p-article--mainViual--series--block .tag {
  position: relative;
  display: inline-block;
  margin-top: 8px;
  color: #D93448;
  font-size: 13px;
  text-decoration: none;
  cursor: pointer;
  font-size: 12px;
  line-height: 14px;
  margin-top: calc( 5px - (((12px * 1.16667) - 12px) / 2));
  color: #D93448;
  text-transform: uppercase;
  text-align: left;
}

.p-article--mainViual--series--block .tag::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  -webkit-transform: translateY(-1px) scaleX(0);
  transform: translateY(-1px) scaleX(0);
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.p-article--mainViual--series--block .tag:hover::after {
  -webkit-transform: translateY(-1px) scaleX(1);
  transform: translateY(-1px) scaleX(1);
  -webkit-transform-origin: left;
  transform-origin: left;
}

.p-article--mainViual--series--block img {
  width: 100%;
}

.p-article--videoheader--wrapper {
  width: 100%;
  position: relative;
}

.p-article--videoheader--wrapper .p-article_head {
  width: 850px;
  margin-left: calc((100vw - 300px - 1200px)/2);
  min-width: 550px;
}

@media (min-width: 1025px) {
  .pc_none {
    display: none;
  }

  .only-sp {
    display: none;
  }
}

@media (min-width: 1080px) {
  .p-article-main {
    margin-left: 150px;
    margin-right: 150px;
  }

  .p-article_fullScreenimg {
    margin-left: -150px;
    margin-right: -150px;
  }

  .p-article_shareBtn--side {
    margin-left: 50px;
  }

  .p-article_shareBtn--side--first {
    margin-left: calc(-50vw + (100% + 230px + 120px) / 2 + 50px);
  }

  .p-article_shareBtn--side--absolute {
    margin-left: calc(-50vw + (100% + 230px + 120px) / 2 + 50px);
  }

  .article .c-articles {
    margin-left: -150px;
    margin-right: -150px;
  }
}

@media (min-width: 1500px) {
  .p-article_fullScreenimg {
    margin-left: calc((1200px - 100vw) / 2);
  }
}

@media (min-width: 1600px) {
  .p-latest {
    margin-left: calc((100vw - 1600px) / 2);
    margin-right: 0;
    width: calc(100% - ((100vw - 1600px) / 2));
  }

  .top_slider .boxWrap,
  .top_banner .boxWrap {
    padding-left: calc((100vw - 1600px)/2 + 50px);
  }

  .top_slider .indicator,
  .top_banner .indicator {
    left: calc((100vw - 1600px)/2 + 50px);
  }

  .p-videos--subVideo {
    margin-left: calc((100vw - 1600px) / 2);
    margin-right: 0;
    width: calc(100% - ((100vw - 1600px) / 2));
  }

  .p-article_recomend--wrapper {
    margin: 0 auto;
  }
}

@media (min-width: 1601px) {
  .c-slider__dots {
    left: calc((100% - 1600px) / 2 + 50px);
  }
}

@media (min-width: 1751px) {
  .article .c-articles {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 1500px) {
  .p-article--videoheader--wrapper .p-article_head {
    width: calc(100% - 230px - 120px);
    margin-left: 0;
  }
}

@media (max-width: 1080px) {
  .p-article-main {
    margin-left: 100px;
    margin-right: 100px;
  }

  .p-article_fullScreenimg {
    margin-left: -100px;
    margin-right: -100px;
  }

  .p-article_shareBtn--side {
    margin-left: 40.78px;
  }

  .p-article_shareBtn--side--first {
    margin-left: -59.22px;
  }

  .p-article_shareBtn--side--absolute {
    margin-left: -59.22px;
  }

  .article .c-articles {
    margin-left: -100px;
    margin-right: -100px;
  }
}