@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

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

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

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

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

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

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

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

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

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Contactform*/
.mw_wp_form {
  width: 100%;
  margin: 0 0 2.5em !important;
  padding: 0;
  border: 1px solid #ddd;
  background: #fff;
  font-size: 14px;
}

.mw_wp_form form {
  margin: 1.5em 1.5em 0;
}

.mw_wp_form p {
  margin-bottom: 1em;
  font-size: 16px;
}

.mw_wp_form input,
.mw_wp_form textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 8px;
  border: solid 1px #434140;
  border-radius: 4px;
  line-height: 1.2;
}

.mw_wp_form select,
.mw_wp_form input[type=checkbox],
.wpcf7 input[type=radio] {
  width: auto;
  max-width: 97%;
  padding: 8px;
  border: 1px solid #ccc;
}

.mw_wp_form select,
.mw_wp_form .mw_wp_form-list-item-label {
  font-size: 14px;
  line-height: 1.2;
}

.mw_wp_form .mw_wp_form-list-item {
  display: block;
}

.mw_wp_form textarea {
  height: 300px;
}

.mw_wp_form input:focus,
.mw_wp_form textarea:focus {
  border: 1px solid #bbb;
  outline: none;
}

.mw_wp_form .mw_wp_form-submit {
  -webkit-transition: all 0.3s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 225px;
  height: 48px;
  margin: 30px auto 0;
  border: none !important;
  outline: none;
  background-color: #333333;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
}

.mw_wp_form .mw_wp_form-submit:before,
.mw_wp_form .mw_wp_form-submit:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mw_wp_form .mw_wp_form-submit:hover {
  background-color: #666666;
}

.mw_wp_form .mw_wp_form-submit .mw_wp_form-not-valid {
  background: pink;
}

.mw_wp_form .mw_wp_form-response-output {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  margin: 10px 0 0;
  padding: 8px 35px 8px 14px;
  border-radius: 4px;
}

.mw_wp_form-validation-errors {
  border: 1px solid #EED3D7;
  background-color: #F2DEDE;
  color: #B94A48;
  text-align: center;
  font-weight: bold;
  max-width: 100%;
}

.mw_wp_form .mw_wp_form-submit .mw_wp_form-mail-sent-ok {
  border: 1px solid #BCE8F1;
  background-color: #D9EDF7;
  color: #3A87AD;
}

.mw_wp_form input[type=submit] {
  background-color: #F489C3;
  border: none;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  height: 6rem;
  border-radius: 0px;
}

.conf-alert,
.error-alert {
  display: none;
  padding-top: 10em;
}

.error-alert p {
  border: 1px solid #EED3D7;
  background-color: #F2DEDE;
  color: #B94A48;
  text-align: center;
  font-weight: bold;
  max-width: 100%;
}

.conf-alert p {
  border: 1px solid #BCE8F1;
  background-color: #D9EDF7;
  color: #3A87AD;
  text-align: center;
  font-weight: bold;
  max-width: 100%;
}

.mw_wp_form_confirm .conf-alert,
.mw_wp_form_error .error-alert {
  display: block;
}

@media (max-width: 1199px) {
  .conf-alert,
  .error-alert {
    padding-top: 0;
  }
}
html {
  font-size: 62.5%;
  line-height: 1.5;
  box-sizing: border-box;
}

body {
  color: #1E1E24;
  font-family: Hiragino Sans, "ヒラギノ角ゴシック", Sans-Serif;
  background-color: #F8F8F8;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}

a, button, input[type=submit] {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
a:hover, button:hover, input[type=submit]:hover {
  opacity: 0.7;
}

img {
  width: 100%;
  height: auto;
}

img[src$=".svg"] {
  width: 100%;
  height: auto;
}

.mbOnly {
  display: none;
}

.header {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 2;
}
.header__logo {
  width: 16rem;
  display: block;
}
.header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 1rem;
}

.wrapper {
  margin: 0 auto;
}

.h1 {
  text-align: center;
  font-size: 1.5rem;
  padding: 1rem 0;
}

.nav {
  border-top: solid 2px #1E1E24;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.nav__inner {
  max-width: 1000px;
  width: calc(100% - 2rem);
  position: relative;
}
.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.nav__item {
  font-size: 1.8rem;
  font-weight: 600;
  padding: 0 1rem;
  white-space: nowrap;
}
.nav__link {
  padding: 1rem 0;
  display: block;
}

.searchArea {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.searchArea__wrap {
  height: 3rem;
  max-width: 20rem;
  border: solid 1px #434140;
  border-radius: 4px;
  padding: 0 3rem 0 0.5rem;
  position: relative;
}

.search__box {
  width: 100%;
  outline: none;
}

.search__btn {
  width: 3rem;
  height: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0.5rem;
  background-image: url("../img/icon--loupe.svg");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center;
}

.searchModal {
  display: none;
  background-color: rgba(30, 30, 36, 0.74);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 2;
  padding: 2rem 1rem;
}
.searchModal__input {
  width: 100%;
  border-radius: 4px;
  background-color: #fff;
  height: 4rem;
  padding: 1rem;
  font-size: 1.2rem;
}
.searchModal__input::placeholder, .searchModal__input::-ms-input-placeholder, .searchModal__input:-ms-input-placeholder {
  color: #716E6D;
}
.searchModal.active {
  display: block;
}

.inner {
  max-width: 1000px;
  width: 100%;
}

.topContents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.topContents__inner {
  max-width: 1000px;
  width: calc(100% - 2rem);
}

.topPickupArea .article {
  background-color: #fff;
}
.topPickupArea .article .h2__wrap {
  margin-bottom: 3rem;
}
.topPickupArea .article__text {
  padding: 2rem 3rem;
}
.topPickupArea .article__title {
  font-size: 2.2rem;
  margin-bottom: 1.5rem;
}
.topPickupArea .article__date {
  font-size: 2rem;
  margin-bottom: 1.5rem;
}
.topPickupArea .article__image {
  margin-right: 0;
}
.topPickupArea .article__image img {
  width: 450px;
  height: 300px;
  object-fit: cover;
}

.sliderArea .articleList__item {
  margin-bottom: 0;
  margin-right: 2rem;
}

.slick-prev {
  background-color: #F489C3;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: -1.4rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 0;
  z-index: 1;
}
.slick-prev:before {
  content: "";
  margin-left: -4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 8px 6px 0;
  border-color: transparent #fff transparent transparent;
}

.slick-next {
  background-color: #F489C3;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: 50%;
  right: -1.4rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 0;
  z-index: 1;
}
.slick-next:before {
  content: "";
  margin-left: 4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #ffffff;
}

.tag--hot {
  font-size: 1.2rem;
  padding: 0.1rem 1rem;
  display: inline-block;
  padding: 0.4rem 1rem;
  border: solid 1px #434140;
  color: #434140;
  background-color: #fff;
}
.tag--category {
  font-size: 1.2rem;
  padding: 0.1rem 1rem;
  display: inline-block;
  color: #fff;
  background-color: #434140;
}

.hotArea {
  width: 100%;
  padding: 1.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.hotArea__text {
  font-size: 1.2rem;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.hotArea__text:before {
  content: "";
  background-image: url("../img/icon--fire.svg");
  background-repeat: no-repeat;
  display: inline-block;
  height: 2rem;
  width: 2rem;
  vertical-align: middle;
}
.hotArea__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.hotArea__list .tag--hot {
  margin-left: 0.5rem;
}

.topPickupArea {
  margin-bottom: 3rem;
}

.middleContents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
}
.middleContents__inner {
  max-width: 1000px;
  width: calc(100% - 2rem);
  padding-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.main {
  width: calc(100% - 45px - 280px);
}

.rankingArea {
  margin-bottom: 5rem;
}
.rankingArea .h2__wrap {
  margin-bottom: 3rem;
}
.rankingArea .article {
  position: relative;
}
.rankingArea .article .rank--one,
.rankingArea .article .rank--two,
.rankingArea .article .rank--three,
.rankingArea .article .rank--other {
  position: absolute;
  top: -1.2rem;
  left: -1.2rem;
  letter-spacing: -0.05em;
}

.pickupArea,
.latestArea {
  margin-bottom: 5rem;
}
.pickupArea .h2__wrap,
.latestArea .h2__wrap {
  margin-bottom: 3rem;
}

.rank--one {
  width: 2.4rem;
  height: 2.4rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-align: center;
  border: solid 1px #434140;
  border-radius: 50%;
  background-color: #F7EE1C;
}
.rank--two {
  width: 2.4rem;
  height: 2.4rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-align: center;
  border: solid 1px #434140;
  border-radius: 50%;
  background-color: #E6E6E6;
}
.rank--three {
  width: 2.4rem;
  height: 2.4rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-align: center;
  border: solid 1px #434140;
  border-radius: 50%;
  background-color: #EAC684;
}
.rank--other {
  width: 2.4rem;
  height: 2.4rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-align: center;
  border: solid 1px #434140;
  border-radius: 50%;
  background-color: #fff;
}

.articleList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.articleList__item {
  width: calc((100% - 3.5rem) / 2);
  margin-bottom: 3rem;
}
.articleList__item--isHidden {
  display: none;
}

.article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  word-break: break-all;
}
.article__image {
  margin-right: 1rem;
}
.article__image img {
  width: 153px;
  height: 102px;
  object-fit: cover;
}
.article__text {
  flex: 1;
}
.article__title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.article__date {
  font-size: 1rem;
  color: #434140;
  margin-bottom: 0.5rem;
}

.h2__wrap {
  text-align: center;
}
.h2__wrap .section__h2 {
  text-align: center;
  font-weight: 600;
  font-size: 1.3rem;
}
.h2__wrap .h2__en {
  display: inline-block;
  position: relative;
  text-align: center;
  font-family: Futura, "Century Gothic";
  font-size: 3rem;
  font-style: normal;
  margin-bottom: 0.6rem;
  z-index: 1;
}
.h2__wrap .h2__en:after {
  content: "";
  position: absolute;
  border-bottom: solid 10px #F489C3;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0.4rem;
  z-index: -1;
}

.managementLinkArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: #fff;
}
.managementLinkArea .h2__wrap {
  margin-bottom: 6rem;
}
.managementLinkArea__inner {
  max-width: 1000px;
  width: calc(100% - 2rem);
  padding: 7rem 0 6rem 0;
}

.managementLink__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.managementLink__item {
  border: solid 1px #1E1E24;
}
.managementLink__item:not(:first-child) {
  margin-left: 1rem;
}

.moreBtn {
  position: relative;
  font-size: 2rem;
  height: 6rem;
  padding: 0 16rem 0 9rem;
  background-color: #F489C3;
  color: #fff;
}
.moreBtn:before {
  content: "";
  position: absolute;
  top: 40%;
  right: 6rem;
  width: 1rem;
  height: 1rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.moreBtn__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.moreBtn--isHidden {
  display: none;
}

.resultList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.resultList__item {
  margin-bottom: 3rem;
}
.resultList__item--isHidden {
  display: none;
}

.result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.result__image {
  margin-right: 1rem;
  display: flex;
  align-items: center;
}
.result__image img {
  width: 153px;
  height: 102px;
  object-fit: cover;
}
.result__text {
  flex: 1;
}
.result__title {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.result__dateCategory {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.result__date {
  font-size: 1rem;
  color: #434140;
  margin-right: 0.5rem;
}
.result__content {
  font-size: 1.2rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.result__readMore {
  font-size: 1.5rem;
  text-decoration: underline;
}

.content p {
  margin-bottom: 1rem;
}
.content h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.content h3 {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.content ul {
  list-style: none;
  padding-left: 2rem;
  list-style-type: disc;
  margin-bottom: 1rem;
}
.content ol {
  list-style-type: decimal;
  padding-left: 2rem;
  list-style-type: disc;
  margin-bottom: 1rem;
}
.content img {
  width: auto;
}

.aside {
  width: 280px;
}

.asideCategoryLink {
  margin-bottom: 4rem;
}
.asideCategoryLink__item {
  border: solid 1px #1E1E24;
}
.asideCategoryLink__item:not(:last-child) {
  margin-bottom: 1rem;
}

.asidePikupArea .h2__wrap {
  margin-bottom: 2rem;
}
.asidePikupArea .articleList__item {
  width: 100%;
  margin-bottom: 2rem;
}
.asidePikupArea .article__image {
  width: 140px;
}
.asidePikupArea .article__image img {
  width: 140px;
  height: 93px;
  object-fit: cover;
}
.asidePikupArea .article__title {
  font-size: 1rem;
}

.asideCategoryLatest {
  margin-bottom: 4rem;
}
.asideCategoryLatest .h2__wrap {
  margin-bottom: 1rem;
}
.asideCategoryLatest .article {
  padding-top: 1rem;
  border-bottom: solid 1px #434140;
}

.bottomContents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 5rem;
}
.bottomContents__inner {
  max-width: 1000px;
  width: calc(100% - 2rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.mainCategoryLink__list {
  display: flex;
}
.mainCategoryLink__item {
  border: solid 1px #1E1E24;
}
.mainCategoryLink__item:not(:last-child) {
  margin-right: 1rem;
}

.footer {
  padding: 3rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: #1E1E24;
  color: #fff;
}
.footer__inner {
  max-width: 1000px;
  width: calc(100% - 2rem);
}

.footerLinkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 2rem;
}
.footerLinkList__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.footerLinkList__item {
  font-size: 1.8rem;
  font-weight: 600;
  margin-right: 1.8rem;
}

.footerSnsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 3rem;
}
.footerSnsList__item:not(:last-child) {
  margin-right: 3rem;
}

.snsIconLink {
  width: 4rem;
  display: block;
}

.copyright {
  text-align: center;
  font-size: 1.5rem;
}

.goToTop {
  position: fixed;
  bottom: 3rem;
  right: 3rem;
}
.goToTop__circle {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  position: relative;
  background-color: #434140;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.goToTop__circle:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 13px 10px;
  border-color: transparent transparent #fff transparent;
}

@media only screen and (max-width: 900px) {
  .searchArea__wrap {
    max-width: 15rem;
  }
  .slick-prev {
    left: 0;
  }
  .slick-next {
    right: 0;
  }
  .articleList__item {
    width: 100%;
  }
  .rankingArea .article .rank--one,
  .rankingArea .article .rank--two,
  .rankingArea .article .rank--three,
  .rankingArea .article .rank--other {
    top: 0.5rem;
    left: 0.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .mbOnly {
    display: block;
  }
  .pcOnly {
    display: none;
  }
  .inner {
    width: calc(100% - 2rem);
  }
  .header {
    position: sticky;
    top: 0;
  }
  .header__wrap {
    position: relative;
  }
  .header__logo {
    width: 10rem;
  }
  .mbSearch__btn {
    width: 4rem;
    height: 4rem;
    padding: 1rem;
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background-image: url("../img/icon--loupe.svg");
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center;
  }
  .mbSearch__btn--close {
    background-image: url("../img/icon--close.svg");
  }
  .nav {
    border-bottom: solid 2px #1E1E24;
  }
  .nav__inner {
    width: 100%;
  }
  .nav__item {
    font-size: 1.2rem;
  }
  .nav__link {
    padding: 0.5rem 0;
  }
  .middleContents__inner {
    padding: 1rem 0;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .main {
    width: 100%;
  }
  .h2__wrap .section__h2 {
    font-size: 1.2rem;
  }
  .h2__wrap .h2__en {
    font-size: 2rem;
    margin-bottom: 0.4rem;
  }
  .h2__wrap .h2__en:after {
    border-bottom: solid 3px #F489C3;
    bottom: 0.2rem;
  }
  .articleList__item {
    width: 100%;
    margin-bottom: 3rem;
  }
  .pickupArea .h2__wrap,
  .rankingArea .h2__wrap,
  .latestArea .h2__wrap {
    margin-bottom: 2rem;
  }
  .moreBtn {
    width: 100%;
    padding: 0 0 0 0;
    text-align: center;
  }
  .managementLinkArea__inner {
    width: calc(100% - 6rem);
    padding: 2rem 0 3rem 0;
  }
  .managementLinkArea .h2__wrap {
    margin-bottom: 3rem;
  }
  .managementLink__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .managementLink__item {
    width: calc((100% - 2rem) / 2);
    height: auto;
  }
  .managementLink__item:not(:first-child) {
    margin-left: 0;
  }
  .managementLink__item:not(:last-child) {
    margin-bottom: 2rem;
  }
  .footer {
    padding: 2rem 0;
  }
  .footerLinkList {
    margin-bottom: 1rem;
  }
  .footerLinkList__wrap {
    display: block;
  }
  .footerLinkList__item {
    font-size: 1.2rem;
    line-height: 2;
    font-weight: 300;
  }
  .footerLinkList__item:last-child {
    margin-right: 0;
  }
  .footerSnsList__item:not(:last-child) {
    margin-right: 1rem;
  }
  .snsIconLink {
    width: 2.4rem;
  }
  .copyright {
    font-size: 1rem;
  }
  .goToTop {
    bottom: 1.5rem;
    right: 1.5rem;
  }
  .goToTop__circle {
    width: 5rem;
    height: 5rem;
  }
}
