@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;
}

.l-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: #fff;
  z-index: 100;
}

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

.is-drawerOpen .l-header--home {
  position: fixed;
}

.l-header--clone {
  opacity: 0;
  top: -50px;
  -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;
}

.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;
}

.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;
  height: 50px;
  z-index: 100;
}

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

.l-header__gnav {
  display: none;
}

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

.l-header__searchIcon {
  display: none;
}

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

.l-header__drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  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: calc(100% - 50px);
  margin-top: 50px;
  padding-top: 20px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.l-header__drGnav {
  margin: 20px auto 0;
}

.l-header__drSnsLinks {
  margin: 50px auto 0;
}

.l-header__footer {
  margin: 26px auto 0;
  padding-bottom: 20px;
}

.l-header__drSearch {
  padding: 0 20px;
}

.l-header__drSearch__form {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 90px;
}

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

.l-header__drSearch__autocompleter {
  display: none;
}

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

.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.active {
  border: 1px solid #222;
  border-top: 0;
}

.l-header__drSearch__spAuto__button {
  width: 100%;
  display: block;
  height: 40px;
  background-color: white;
  border: none;
  font-size: 22px;
  font-family: "Optima nova", "Optima", sans-serif;
  text-indent: 66px;
  text-align: left;
  padding: 0;
}

.l-header__drSearch__spAuto__button:focus {
  border: none;
  outline: none;
}

.l-header__drSearch-result {
  width: calc(100% - 40px);
  margin: 40px 20px 0;
}

.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% / 2) - (10px / 2));
  margin-right: 10px;
  margin-bottom: calc( 40px - (((16px * 1.2) - 16px) / 2));
}

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

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

.l-header__drSearch-result__post__thumbnail {
  position: relative;
  width: 100%;
}

.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;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.l-header__drSearch-result__post__link {
  font-size: 12px;
  margin-top: 20px;
  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: 16px;
  line-height: 1.2;
  margin-top: calc( 10px - (((16px * 1.2) - 16px) / 2));
  color: #222;
}

.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: 10px;
  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-main {
  z-index: 1;
}

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

.article .l-trending {
  margin-right: -20px;
  margin-left: -20px;
}

.article .l-trending .c-articles__heading {
  margin-left: 0;
}

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

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

.l-archives {
  padding-top: 90px;
  margin-bottom: 80px;
}

.l-archives__title {
  font-size: 3.6rem;
  font-weight: normal;
  line-height: 1.1;
  text-align: center;
}

.l-archives__subCatList {
  margin-bottom: -30px;
}

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

.l-page {
  padding-top: 80px;
  margin-bottom: 100px;
}

.l-page__title {
  padding: 0 20px;
  font-size: 3.6rem;
  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;
  padding-top: 60px;
  height: calc(100vh - 260px);
  min-height: 180px;
}

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

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

.l-footer {
  padding: 0 20px 20px;
}

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;';
}

.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;
  width: 100%;
}

.c-articleList__time {
  margin-bottom: 5px;
  font-size: 1.2rem;
  -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;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .c-articleList__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
  }
}

@supports not ((-o-object-fit: cover) or (object-fit: cover)) {
  .c-articleList__image img {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
  }
}

.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: 13px;
  font-size: 1.2rem;
}

.c-articleList__ad {
  display: inline-block;
  margin-right: 8px;
  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__title {
  margin-top: 8px;
  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;
}

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

.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;
  background-color: rgba(0, 0, 0, 0.3);
  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;
}

.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::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;
  top: -58px;
  width: 22px;
  height: 22px;
  padding: 0;
  border: 0;
  outline: none;
  -webkit-transition: opacity .1s;
  transition: opacity .1s;
  z-index: 999;
}

.c-articleList__slider-allow .inner {
  position: absolute;
  top: 6px;
  display: block;
  width: 10px;
  height: 10px;
  text-indent: -9999px;
  overflow: hidden;
}

.c-articleList__slider-allow .inner::before,
.c-articleList__slider-allow .inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #222;
}

.c-articleList__slider-allow .inner::before {
  width: 100%;
  height: 2px;
}

.c-articleList__slider-allow .inner::after {
  width: 2px;
  height: 100%;
}

.c-articleList__slider-allow.arrowL {
  right: 46px;
}

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

.c-articleList__slider-allow.arrowR {
  right: 18px;
}

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

.c-articleList__slider-allow.edge {
  opacity: .2;
}

.c-articles__heading {
  position: relative;
  margin-bottom: 32px;
  padding: 14px 20px 0;
  font-size: 2.4rem;
  line-height: 1.2;
  letter-spacing: .3em;
}

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

.c-articles__body {
  padding: 0 20px;
}

.c-copyright {
  margin-top: 15px;
  color: #000;
  font-size: 1.2rem;
  text-align: center;
}

.c-designed {
  margin-top: 8px;
  color: #000;
  font-size: 1.2rem;
  text-align: center;
}

.c-designed a {
  color: #000;
}

.c-drGnav {
  padding: 0 20px;
}

.c-drGnav__item {
  font-size: 2rem;
}

.c-drGnav__item:nth-child(n+2) {
  margin-top: 30px;
}

.c-drGnav__item--videos {
  position: relative;
  margin-top: 30px;
  padding-top: 30px;
}

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

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

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

.c-drGnavChild {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 8px;
  font-size: 1.6rem;
  line-height: 2;
}

.c-drGnavChild__item:not(:last-child) {
  margin-right: 12px;
}

.c-drGnavChild__item:not(:last-child)::after {
  content: "/";
  margin-left: 12px;
  color: #D93448;
}

.c-drGnavChild__link {
  display: inline-block;
  color: #D93448;
  font-weight: 700;
  text-decoration: none;
}

.c-drSnsLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: 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:hover {
  color: #3a5691;
}

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

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

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

.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;
}

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

.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;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
}

.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[aria-expanded='true'] {
  color: #222;
}

.c-hamburger[aria-expanded='true']::before {
  -webkit-transform: translateY(6px) rotate(-135deg);
  transform: translateY(6px) rotate(-135deg);
}

.c-hamburger[aria-expanded='true']::after {
  -webkit-transform: translateY(-6px) rotate(135deg);
  transform: translateY(-6px) rotate(135deg);
}

.c-hamburger[aria-expanded='true'] span {
  opacity: 0;
}

.c-langSwitch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #222;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.is-drawerOpen .c-langSwitch {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity .5s ease-out, -webkit-transform 0s;
  transition: opacity .5s ease-out, -webkit-transform 0s;
  transition: opacity .5s ease-out, transform 0s;
  transition: opacity .5s ease-out, transform 0s, -webkit-transform 0s;
}

.is-drawerClose .c-langSwitch {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: opacity .5s ease-out, -webkit-transform 0s linear .5s;
  transition: opacity .5s ease-out, -webkit-transform 0s linear .5s;
  transition: opacity .5s ease-out, transform 0s linear .5s;
  transition: opacity .5s ease-out, transform 0s linear .5s, -webkit-transform 0s linear .5s;
}

.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__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;
}

.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-radius: 0;
  border-bottom: 1px solid #333;
}

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

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

.c-page {
  margin-top: 36px;
  padding: 0 20px;
}

.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: .8em;
}

.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::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: 36px;
}

.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;
}

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

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

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

.c-page__heading--terms {
  margin-bottom: 16px;
  padding-bottom: 5px;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.2;
  border-bottom: 1px solid currentColor;
}

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

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

.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: 50px;
  padding-top: 5px;
  padding-left: 20px;
  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__items {
  position: relative;
  width: 100%;
  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: 100%;
}

.c-slider__info {
  position: absolute;
  left: 20px;
  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.2rem;
  z-index: 3;
  -webkit-transition: top .1s;
  transition: top .1s;
}

.c-slider__ad {
  display: inline-block;
  margin-right: 8px;
  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__image {
  position: absolute;
  top: 0;
  right: 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;
}

.c-slider__text {
  padding: calc(1.2rem + 10px) 20px 0;
  z-index: 2;
}

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

.c-slider__desc,
.top_banner .subtext .inner {
  margin-top: 18px;
  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: 18px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: .3em;
  border-bottom: 1px solid currentColor;
}

.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: 20px;
  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;
}

.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: 5px;
  padding: 0 20px;
  font-size: 1.3rem;
  line-height: 1.1;
}

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

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

.c-subnav {
  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;
  padding: 0 20px;
  font-size: 1.2rem;
}

.c-subnav__item {
  margin: 0 5px 12px;
}

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

.c-article_modules {
  margin-bottom: 50px;
  font-family: "Sabon Next", "Times New Roman", serif;
  letter-spacing: 0;
  font-size: 20px;
}

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

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

.c-article--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.c-article_modules--wrapper {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.p-article_sidemenu--wrapper {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.p-article_footer {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.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__item:first-child,
.p-archives__item:nth-child(2) {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

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

.p-archives__item:nth-child(n+2) .c-articleList__title {
  font-size: 1.6rem;
}

.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 {
  margin-right: 10px;
  font-size: 1.2rem;
  vertical-align: .25em;
}

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

.p-features__item:first-child .c-articleList__image::before {
  padding-top: 66%;
}

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

.p-features__item:first-child .c-articleList__desc {
  margin-top: 8px;
}

.p-features__item:first-child .c-articleList__more {
  margin-top: 14px;
}

.p-features__item:nth-child(n+4) {
  display: none;
}

.p-highlights {
  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-latest__outer {
  position: relative;
  padding: 0 20px;
}

.p-latest--section h2 {
  margin-bottom: 0;
}

.p-latest--section .slider {
  padding-top: 32px;
}

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

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

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

.p-latest__item {
  width: 300px;
  min-width: 300px;
  max-width: 300px;
  margin-right: 5px;
}

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

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

.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 .imgWrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.p-latest__item__info {
  margin-top: 10px;
}

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

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

.p-latest__arrow {
  z-index: 99;
  top: -4px;
  background-color: transparent;
}

.p-latest__arrow span::before,
.p-latest__arrow span::after {
  background-color: #222;
}

.top_slider,
.top_banner {
  width: 100%;
  margin-bottom: 50px;
}

.top_slider .slider,
.top_banner .slider {
  position: relative;
  width: 100%;
  height: 65vh;
  min-height: 350px;
  overflow: hidden;
}

.top_slider .slider .area,
.top_banner .slider .area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.top_slider .boxWrap,
.top_banner .boxWrap {
  width: 100%;
  width: 100%;
  padding: 20px;
  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 .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: 6px;
  -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: 36px;
  margin-bottom: 30px;
  opacity: 0;
  z-index: 9999;
  width: 100%;
  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: 20px;
  bottom: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  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;
}

.p-trending {
  counter-reset: ranking;
}

.p-trending__item {
  position: relative;
  counter-increment: ranking;
  border-top: 1px solid #707070;
  padding: 18px 0;
}

.p-trending__item:last-child {
  border-bottom: 1px solid #707070;
}

.p-trending__item .c-articleList__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #222;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-trending__item .c-articleList__image {
  width: 24vw;
  min-width: 24vw;
  min-height: 24vw;
  height: 24vw;
  margin-right: 20px;
}

.p-trending__item .c-articleList__image::before {
  display: none;
}

.p-trending__item .c-articleList__text:before {
  content: "0" counter(ranking);
  font-size: 36px;
  font-family: "Optima nova", "Optima", sans-serif;
  line-height: 1;
  margin-left: -1px;
}

.p-trending__item:first-child .c-articleList__text:before {
  font-size: 46px;
}

.p-trending__item .c-articleList__title {
  margin-top: calc( 20px - (((2.2rem * 1.2) - 2.2rem) / 2));
}

.p-trending__item .c-articleList__desc {
  display: none;
}

.p-trending__item .c-articleList__duration {
  display: none;
}

.p-trending__item .c-articleList__videoFrame::after {
  width: 36px;
  height: 36px;
}

.p-trending .c-articleList__info {
  display: block;
  position: absolute;
  top: 50px;
  left: calc(24vw + 20px);
  margin: 0;
}

.p-trending .c-articleList__info .c-articleList__category {
  padding: 0;
}

.p-videos__container {
  padding: 20px 0;
  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;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 20px;
}

.p-videos--mainVideo__item {
  width: 100%;
}

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

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

.p-videos--mainVideo__item a:hover .p-videos--mainVideo__item__thumbnail::after {
  border: 1px solid #FFF;
}

.p-videos--mainVideo__item__thumbnail {
  position: relative;
  width: 100%;
  width: 100vw;
  margin-left: -20px;
}

.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 .imgWrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.p-videos--mainVideo__item__thumbnail .imgWrapper::after {
  display: block;
  position: absolute;
  content: '';
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.p-videos--mainVideo__item__thumbnail img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.p-videos--mainVideo__item__thumbnail::before {
  background-image: url(../images/play.svg);
  position: relative;
  z-index: 3;
  background-size: 52px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.p-videos--mainVideo__item__thumbnail__time {
  position: absolute;
  bottom: 17px;
  left: 20px;
  background: #FFF;
  z-index: 999;
  color: #222;
}

.p-videos--mainVideo__item__info {
  margin-top: -28px;
  z-index: 99;
  position: relative;
}

.p-videos--mainVideo__item__info__cat {
  line-height: 1;
  font-size: 12px;
  margin-left: 30px;
  font-family: "Optima nova", "Optima", sans-serif;
  color: #FFF;
}

.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;
}

.slider .c-articleList__arrow {
  top: 15px;
  background-color: transparent;
}

.slider .c-articleList__arrow span::before,
.slider .c-articleList__arrow span::after {
  background-color: #fff;
}

.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 20px;
}

.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;
}

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

.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 .imgWrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.p-videos--subVideo__item__thumbnail 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-backface-visibility: hidden;
  backface-visibility: hidden;
}

.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;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.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: 999;
  color: #222;
}

.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;
  color: #FFF;
}

.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;
  -webkit-font-smoothing: antialiased;
}

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

.p-videos__arrow {
  top: 18px;
}

.p-videos__arrow .inner::before,
.p-videos__arrow .inner::after {
  background: #FFF;
}

.p-article-main {
  padding-left: 20px;
  padding-right: 20px;
}

.addNewContents {
  margin-top: 60px;
  padding-bottom: 25px;
}

.p-article_head {
  margin-top: 83px;
  margin-bottom: 40px;
}

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

.p-article_head h1 {
  font-size: 36px;
  font-weight: normal;
  letter-spacing: 0.02em;
  line-height: 40px;
  margin-bottom: calc( 15px - (((36px * 1.11111) - 36px) / 2));
}

.p-article_head h2 {
  word-wrap: break-word;
  font-size: 22px;
  line-height: 1.2;
  padding-top: calc( 5px - (((22px * 1.2) - 22px) / 2));
  margin-bottom: calc( 20px - (((22px * 1.2) - 22px) / 2));
  font-weight: normal;
  font-family: "Optima nova", "Optima", sans-serif;
}

.p-article_head .p-article_headmeta--role::after {
  content: ":";
  padding: 0 0.1em;
}

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

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

.p-article_head .p-article_headmeta p {
  margin-top: calc( 5px - (((14px * 1.21429) - 14px) / 2));
  font-size: 14px;
  font-style: italic;
  color: #666;
}

.p-article--mainViual {
  width: 100%;
  margin-bottom: calc( 50px - (((16px * 1.125) - 16px) / 2));
}

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

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

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

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

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

.p-article--mainViual--series--block {
  width: calc(50% - 5px);
  margin-right: 10px;
}

.p-article--mainViual--series--block a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  text-decoration: none;
  color: #222;
}

.p-article--mainViual--series--block--img {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  position: relative;
  width: 100%;
}

.p-article--mainViual--series--block--img::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

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

.p-article--mainViual--series--block--img .u-lazyImage::after {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
}

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

.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: 40px 40px;
  z-index: 1;
}

.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: 1;
}

.p-article--mainViual--series--block .title {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 18px;
  margin-top: calc( 5px - (((16px * 1.125) - 16px) / 2));
}

.p-article--mainViual--series--block .tag {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  font-size: 12px;
  color: #D93448;
  line-height: 14px;
  margin-top: calc( 10px - (((12px * 1.16667) - 12px) / 2));
  margin-bottom: calc( 5px - (((12px * 1.16667) - 12px) / 2));
}

.p-article--mainViual--series--block:nth-child(2) {
  margin-right: 0;
}

.p-article--mainViual--series--block:last-child {
  display: none;
}

.p-article_onlySentence {
  line-height: 25px;
}

.p-article_onlySentence a {
  color: #D93448;
  word-break: break-word;
  font-size: inherit;
  text-decoration: none;
}

.p-article_onlySentence h2 {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: calc( 20px - (((24px * 1.2) - 24px) / 2));
}

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

.p-article_onlyPhoto {
  width: 100%;
}

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

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

.p-article_evenImgs h2 {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: calc(20px - (((24px * 1.2) - 24px) / 2));
}

.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--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--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--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 {
  font-family: "Sabon Next", "Times New Roman", serif;
  line-height: 1.2;
  margin-top: calc( 10px - (((14px * 1.2) - 14px) / 2));
  font-size: 14px;
  padding-bottom: calc( 15px - (((14px * 1.2) - 14px) / 2));
  color: #666;
}

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

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

.p-article_imgwithSentence a {
  color: #D93448;
  word-break: break-word;
  font-size: inherit;
  text-decoration: none;
}

.p-article_imgwithSentence h2 {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: calc( 10px - (((24px * 1.2) - 24px) / 2));
}

.p-article_imgwithSentence--wrapper p {
  line-height: 25px;
  margin-bottom: calc( 20px - (((20px * 1.25) - 20px) / 2));
}

.p-article_imgwithSentence--sentence {
  padding-top: calc( 10px - (((18px * 1.38889) - 18px) / 2));
  padding-bottom: calc( 20px - (((18px * 1.38889) - 18px) / 2));
}

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

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

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

.p-article_imgwithSentence--img img {
  width: 100%;
  display: block;
}

.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-break: break-word;
  line-height: 1.4;
}

.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_shareBtn--side {
  display: none;
}

.p-article_footer {
  padding-top: 20px;
}

.p-article_morein {
  text-align: center;
  width: 100%;
}

.p-article_morein h2 {
  position: relative;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 20px;
  padding-top: 20px;
}

.p-article_morein h2::before {
  content: "";
  top: 0;
  left: calc(50% - 10px);
  position: absolute;
  display: block;
  width: 20px;
  height: 1px;
  border-top: 1px solid #D93448;
}

.p-article_morein--cat {
  display: inline-block;
  text-align: center;
  font-size: 12px;
  margin-bottom: 20px;
  color: #D93448;
}

.p-article_morein--taglist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: calc( 50px - (((13px * 1.8) - 13px) / 2));
}

.p-article_morein--taglist li {
  font-size: 13px;
  color: #222222;
  text-transform: uppercase;
  line-height: 1.8;
}

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

.p-article_morein--taglist li::after {
  content: ",";
  padding-right: 10px;
}

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

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

.p-article_share--shareBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-article_share--shareBtn li {
  margin-right: 20px;
}

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

.p-article_share--shareBtn a {
  color: #222;
}

.p-article_share--shareBtn--facebook svg {
  width: 15px;
}

.p-article_share--shareBtn--twitter svg {
  width: 16px;
}

.p-article_share--shareBtn--pinterest svg {
  width: 16px;
}

.p-article_sidemenu {
  margin-bottom: calc( 80px - (((22px * 1.2) - 22px) / 2));
}

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

.p-article_sidemenu h3 {
  position: relative;
  font-size: 24px;
  letter-spacing: 0.28em;
  padding-top: 20px;
  margin-bottom: 40px;
}

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

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

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

.p-article_sidemenu--block--thumbnail {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.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--video::after {
  background-image: url(../images/play.svg);
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: 30% 30%;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
}

.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 {
  font-size: 12px;
  text-transform: uppercase;
  color: #d93448;
}

.p-article_sidemenu--caption {
  font-size: 22px;
  letter-spacing: 0.02em;
  line-height: 26.4px;
  margin-top: 8px;
  margin-bottom: 35px;
}

.p-article_recomend {
  margin-bottom: 80px;
}

.p-article_recomend .c-articles__heading {
  line-height: 36px;
  padding-top: calc( 20px - (((24px * 1.5) - 24px) / 2));
}

.p-article_recomend--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
}

.p-article_recomend--block {
  width: 100%;
  margin-right: 10px;
}

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

.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--block:nth-child(2n) {
  margin-right: 0;
}

.p-article_recomend--tag {
  text-transform: uppercase;
  color: #D93448;
  font-size: 12px;
  line-height: 14px;
  display: block;
  margin-top: calc( 20px - (((12px * 1.16667) - 12px) / 2));
  margin-bottom: calc( 5px - (((12px * 1.16667) - 12px) / 2));
  z-index: 99;
}

.p-article_recomend--title {
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 18px;
  margin-top: calc( 5px - (((16px * 1.125) - 16px) / 2));
  margin-bottom: calc( 40px - (((12px * 1.16667) - 12px) / 2));
}

.article .c-articles__heading {
  margin-left: -20px;
}

.article .p-trending .p-trending__item:nth-child(n + 4) {
  display: none;
}

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

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

.video .p-article--mainViual--series {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 60px;
}

.top_banner {
  margin-bottom: 120px;
  background-color: #999;
  height: auto;
  min-height: 550px;
}

.top_banner .slider {
  min-height: 550px;
  height: auto;
}

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

.top_banner .text {
  margin-bottom: 18px;
}

.top_banner .subtext {
  display: block;
  width: 100%;
  margin-bottom: 0px;
}

.top_banner .more {
  display: block;
}

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

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

@media (min-width: 768px) {
  .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__item:first-child {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

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

  .p-highlights__item:first-child {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .p-highlights__item:first-child .c-articleList__image::before {
    padding-top: 66%;
  }

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

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

  .only-sp {
    display: none;
  }
}

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

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

@media (max-width: 767px) {
  .p-features__item:first-child .c-articleList__image {
    margin-right: calc(-50vw + 50%);
    margin-left: calc(-50vw + 50%);
  }

  .p-features__item:nth-child(2) {
    margin-top: 40px;
  }

  .p-features__item:nth-child(n+3) {
    margin-top: 35px;
  }

  .p-highlights__item:first-child .c-articleList__image {
    margin-right: calc(-50vw + 50%);
    margin-left: calc(-50vw + 50%);
  }

  .p-highlights__item:first-child .c-articleList__image::before {
    padding-top: 66%;
  }

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

  .p-highlights__item:nth-child(n+2) .c-articleList__title {
    font-size: 1.6rem;
  }
}