/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

*, ::before, ::after {
    box-sizing: border-box;
    border-style: solid;
    border-width: 0
  }
  
  html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
  }
  
  body {
    margin: 0
  }
  
  main {
    display: block
  }
  
  p, table, blockquote, address, pre, iframe, form, figure, dl {
    margin: 0
  }
  
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    margin: 0
  }
  
  ul, ol {
    margin: 0;
    padding: 0;
    list-style: none
  }
  
  dt {
    font-weight: bold
  }
  
  dd {
    margin-left: 0
  }
  
  hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    border-top-width: 1px;
    margin: 0;
    clear: both;
    color: inherit
  }
  
  pre {
    font-family: monospace, monospace;
    font-size: inherit
  }
  
  address {
    font-style: inherit
  }
  
  a {
    background-color: transparent;
    text-decoration: none;
    color: inherit
  }
  
  abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
  }
  
  b, strong {
    font-weight: bolder
  }
  
  code, kbd, samp {
    font-family: monospace, monospace;
    font-size: inherit
  }
  
  small {
    font-size: 80%
  }
  
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
  }
  
  sub {
    bottom: -0.25em
  }
  
  sup {
    top: -0.5em
  }
  
  img, embed, object, iframe {
    vertical-align: bottom
  }
  
  button, input, optgroup, select, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    background: transparent;
    padding: 0;
    margin: 0;
    outline: 0;
    border-radius: 0;
    text-align: inherit
  }
  
  [type="checkbox"] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox
  }
  
  [type="radio"] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio
  }
  
  button, input {
    overflow: visible
  }
  
  button, select {
    text-transform: none
  }
  
  button, [type="button"], [type="reset"], [type="submit"] {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
  }
  
  button[disabled], [type="button"][disabled], [type="reset"][disabled], [type="submit"][disabled] {
    cursor: default
  }
  
  button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
  }
  
  button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
  }
  
  select::-ms-expand {
    display: none
  }
  
  option {
    padding: 0
  }
  
  fieldset {
    margin: 0;
    padding: 0;
    min-width: 0
  }
  
  legend {
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
  }
  
  progress {
    vertical-align: baseline
  }
  
  textarea {
    overflow: auto
  }
  
  [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto
  }
  
  [type="search"] {
    outline-offset: -2px
  }
  
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
  }
  
  ::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
  }
  
  label[for] {
    cursor: pointer
  }
  
  details {
    display: block
  }
  
  summary {
    display: list-item
  }
  
  [contenteditable] {
    outline: none
  }
  
  table {
    border-collapse: collapse;
    border-spacing: 0
  }
  
  caption {
    text-align: left
  }
  
  td, th {
    vertical-align: top;
    padding: 0
  }
  
  th {
    text-align: left;
    font-weight: bold
  }
  
  template {
    display: none
  }
  
  [hidden] {
    display: none
  }
  
  *, *::before, *::after {
    box-sizing: border-box
  }
  
  html {
    font-size: 62.5%
  }
  
  @media screen and (min-width: 768px) and (max-width: 1240px) {
    html {
      font-size: calc(100vw / 124)
    }
  }
  
  body {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.6;
    font-size: 1.5rem;
    letter-spacing: 1px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: unset
  }
  
  @media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
    body {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale
    }
  }
  
  body.bg-gray {
    background: no-repeat top/100% #efecec url(/assets/img/common/bg_top.svg)
  }
  
  body.-fixed {
    overflow: hidden
  }
  
  @media (max-width: 767px) {
    body {
      font-size: 1.3rem
    }
  }
  
  a {
    color: #76b0d8;
    text-decoration: underline;
    transition: 0.3s
  }
  
  a:hover {
    text-decoration: none !important
  }
  
  p {
    margin: 0 0 1.5em
  }
  
  p:last-child {
    margin-bottom: 0
  }
  
  ul, ol {
    list-style: none;
    margin: 0;
    padding: 0
  }
  
  dl, dl dd {
    margin: 0
  }
  
  table {
    border-collapse: collapse
  }
  
  figure {
    margin: 0
  }
  
  img {
    max-width: 100%;
    vertical-align: top
  }
  
  h1, h2, h3, h4, h5, h6 {
    margin: 0
  }
  
  fieldset {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    border: none
  }
  
  button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    border: none;
    background: inherit;
    cursor: pointer
  }
  
  dt {
    font-weight: 500
  }
  
  @media (min-width: 768px) {
    a {
      cursor: pointer;
      transition: 0.3s all
    }
    .sp\:view {
      display: none !important
    }
  }
  
  @media (max-width: 767px) {
    .pc\:view {
      display: none !important
    }
  }
  
  .l-breadcrumb {
    width: 100%
  }
  
  .l-breadcrumb__list {
    overflow-x: auto;
    max-width: 1200px;
    margin: 0 auto;
    -webkit-overflow-scroling: touch;
    padding: 16px 10px
  }
  
  .l-breadcrumb__list-inner {
    display: flex;
    white-space: nowrap
  }
  
  .l-breadcrumb__item {
    position: relative;
    font-size: 1.2rem
  }
  
  .l-breadcrumb__item:not(:first-child) {
    margin-left: 18px;
    padding-left: 20px
  }
  
  .l-breadcrumb__item:not(:first-child)::before {
    position: absolute;
    top: 0;
    left: 0;
    color: #000;
    content: "/"
  }
  
  .l-breadcrumb__item>span {
    color: #000
  }
  
  .l-breadcrumb__item>a:hover {
    text-decoration: underline
  }
  
  @media (max-width: 767px) {
    .l-breadcrumb__list {
      padding: 8px
    }
    .l-breadcrumb__item:not(:first-child) {
      margin-left: 12px;
      padding-left: 12px
    }
    .l-breadcrumb__item:not(:first-child)::before {
      top: 0px;
      left: -4px;
      width: 6px;
      height: 6px
    }
  }
  
  .l-footer {
    background: #1a1a1a;
    padding: 88px 20px 0;
    letter-spacing: 1.5px;
    margin-top: auto
  }
  
  .l-footer a {
    color: #fff;
    text-decoration: none
  }
  
  .l-footer a:hover {
    text-decoration: none;
    opacity: 0.7
  }
  
  .l-footer__inner {
    max-width: 1240px;
    margin: 0 auto
  }
  
  .l-footer__info {
    color: #fff;
    font-size: 1.4rem
  }
  
  .l-footer__logo {
    width: 280px;
    margin: 0 auto 40px;
    display: block
  }
  
  .l-footer__logo:hover {
    opacity: 0.7
  }
  
  .l-footer__site {
    display: flex;
    align-items: center;
    justify-content: center
  }
  
  .l-footer__site-heading {
    width: 123px;
    padding: 2px 8px 3px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 1.4rem;
    text-align: center
  }
  
  .l-footer__site>ul {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
  }
  
  .l-footer__site>ul>li {
    position: relative;
    padding: 0 18px
  }
  
  .l-footer__site>ul>li:not(:last-child)::after {
    content: "";
    display: block;
    width: 1px;
    height: 1.2rem;
    border-right: 1px solid #fff;
    transform: rotate(35deg) translateY(-50%);
    position: absolute;
    right: 2px;
    top: 50%
  }
  
  .l-footer__contact {
    padding: 41px 0
  }
  
  .l-footer__contact .c-btn {
    margin: auto;
    font-size: 1.4rem;
    max-width: 210px
  }
  
  .l-footer__contact .c-btn:hover {
    opacity: 1
  }
  
  .l-footer__contact .c-btn .c-btn__inner {
    min-height: 44px;
    padding: 0 16px
  }
  
  .l-footer__link {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 44px;
    font-size: 1.3rem
  }
  
  .l-footer__link>li {
    padding: 0 16px
  }
  
  .l-footer__copy {
    padding: 40px 0;
    font-size: 1.2rem;
    color: #b7b7b7;
    text-align: center;
    display: block;
    border-top: 1px solid #272727
  }
  
  @media (max-width: 767px) {
    .l-footer {
      padding: 40px 20px 0
    }
    .l-footer a:hover {
      opacity: 1
    }
    .l-footer__logo {
      width: 194px;
      margin: 0 auto 20px
    }
    .l-footer__logo:hover {
      opacity: 1
    }
    .l-footer__site {
      flex-wrap: wrap
    }
    .l-footer__site-heading {
      width: 123px;
      padding: 2px 16px 3px;
      font-size: 1.2rem;
      margin-bottom: 10px
    }
    .l-footer__site>ul {
      flex-wrap: wrap;
      margin-bottom: -8px
    }
    .l-footer__site>ul>li {
      padding: 0 10px;
      font-size: 1.4rem;
      margin-bottom: 4px
    }
    .l-footer__site>ul>li:not(:last-child):after {
      height: 1.2rem;
      right: 2px
    }
    .l-footer__contact {
      padding: 30px 0
    }
    .l-footer__contact .c-btn {
      margin: auto;
      font-size: 1.3rem;
      max-width: 165px
    }
    .l-footer__contact .c-btn .c-btn__inner {
      min-height: 37px
    }
    .l-footer__link {
      flex-wrap: wrap;
      margin-bottom: 30px;
      font-size: 1rem
    }
    .l-footer__link>li {
      letter-spacing: 0;
      padding: 0
    }
    .l-footer__link>li:not(:last-child) {
      padding-right: 8px
    }
    .l-footer__copy {
      padding: 20px 0;
      font-size: 0.9rem
    }
  }
  
  .c-pagetop {
    display: flex;
    justify-content: center;
    margin-bottom: 64px
  }
  
  .c-pagetop__item {
    background: #b2a8d4;
    width: 60px;
    height: 60px;
    border: 3px solid #b2a8d4;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.8rem;
    text-decoration: none
  }
  
  .c-pagetop__item:hover {
    background: #fff;
    color: #b2a8d4;
    text-decoration: none
  }
  
  @media (max-width: 767px) {
    .c-pagetop {
      margin-bottom: 45px
    }
    .c-pagetop__item {
      width: 50px;
      height: 50px;
      font-size: 2.4rem
    }
  }
  
  .l-gnav {
    width: 100%;
    background: #fff
  }
  
  .l-gnav__list {
    display: flex;
    justify-content: flex-end;
    margin: 0 auto
  }
  
  .l-gnav__item {
    position: relative;
    padding: 12px 20px
  }
  
  .l-gnav__link {
    font-size: 1.6rem;
    letter-spacing: 1.5px;
    color: #000;
    font-weight: 700;
    transition: 0.4s;
    text-decoration: none;
    display: inline-block;
    padding: 4px 0;
    position: relative
  }
  
  .l-gnav__link span {
    position: relative
  }
  
  .l-gnav__link:hover {
    text-decoration: none
  }
  
  @media (min-width: 768px) {
    .l-gnav__link.-current::before {
      width: 100%
    }
    .l-gnav__link::before {
      background-color: #d3cced;
      bottom: 5px;
      content: "";
      display: block;
      height: 8px;
      left: 0;
      position: absolute;
      transition: 0.5s all;
      width: 0;
      z-index: 0
    }
    .l-gnav__link:hover {
      text-decoration: none
    }
    .l-gnav__link:hover::before {
      width: 100%
    }
    .l-gnav__item:not(:last-child) .l-gnav__link::after {
      content: "";
      width: 1px;
      height: 1.3em;
      border-right: 2px solid #cfcfcf;
      position: absolute;
      right: -20px;
      top: 0.45em;
      transform: rotate(35deg)
    }
    .l-gnav__item:last-child {
      padding: 12px 0 12px 20px
    }
    .l-gnav__close-btn {
      display: none
    }
  }
  
  @media (max-width: 767px) {
    .l-gnav {
      display: none;
      position: fixed;
      overflow-y: scroll;
      overflow-x: hidden;
      height: 100%;
      top: 63px;
      left: 0;
      z-index: 15;
      background: #e9e5e5;
      padding-bottom: 120px
    }
    .l-gnav__list {
      flex-direction: column;
      padding: 15px 10px
    }
    .l-gnav__item {
      padding: 0
    }
    .l-gnav__link {
      background: #fff;
      padding: 20px;
      margin-bottom: 8px;
      position: relative;
      width: 100%;
      display: flex
    }
    .l-gnav__link::after {
      font-family: "tmk-icon" !important;
      content: "\e904";
      background: #b2a8d4;
      width: 28px;
      height: 28px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-weight: 500;
      position: absolute;
      right: 20px
    }
  }
  
  .l-gnav__link-list {
    padding: 0 20px 9px
  }
  
  .l-gnav__link-list>li {
    text-align: left;
    margin-bottom: 16px
  }
  
  .l-gnav__link-list>li::before {
    font-family: "tmk-icon" !important;
    content: "\e904";
    margin-right: 8px
  }
  
  .l-gnav__link-list>li>a {
    color: #000;
    font-weight: 700;
    text-decoration: none !important
  }
  
  @media (min-width: 768px) {
    .l-header.-fixed .l-gnav__item {
      padding: 6px 10px
    }
    .l-header.-fixed .l-gnav__item:not(:last-child) .l-gnav__link::after {
      right: -10px
    }
    .l-header.-fixed .l-gnav__item:last-child {
      padding: 6px 0 6px 10px
    }
    .l-header.-fixed .l-gnav__link {
      font-size: 1.4rem !important;
      padding: 3px 10px 4px
    }
  }
  
  .l-header {
    z-index: 10;
    text-align: center;
    background: #fff;
    position: fixed;
    top: 0;
    width: 100%
  }
  
  .l-header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1240px;
    margin: 0 auto;
    padding: 10px 20px;
    transition: 0.3s
  }
  
  .l-header__logo {
    width: 28%;
    display: flex;
    align-items: center;
    justify-content: center
  }
  
  .l-header__logo img {
    width: 100%;
    height: auto
  }
  
  .l-header__logo svg {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0)
  }
  
  .l-header__nav {
    display: flex;
    flex-direction: column;
    align-items: flex-end
  }
  
  .l-header__sub {
    display: flex;
    align-items: center
  }
  
  .l-header__account-btn {
    display: flex;
    font-size: 1.4rem;
    color: #fff;
    background: #b2a8d4;
    position: relative;
    text-decoration: none !important;
    transition: 0.3s all
  }
  
  .l-header__account-btn-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 100%;
    width: 170px
  }
  
  .l-header__account-btn.-logout {
    background: #d78285;
    border: 3px solid #d78285
  }
  
  .l-header__account-btn.-logout .l-header__account-btn-inner {
    display: flex;
    align-items: center
  }
  
  .l-header__search {
    border: 1px solid #dcdcdc;
    display: flex;
    align-items: center
  }
  
  .l-header__search .search-form {
    display: flex
  }
  
  .l-header__search .search-form__input {
    max-width: 250px;
    text-align: left;
    margin: 10px 0 10px 18px;
    position: relative;
    border-right: 1px solid #dcdcdc
  }
  
  .l-header__search .search-form__input::-webkit-input-placeholder {
    color: #aba6a6
  }
  
  .l-header__search .search-form__input::-moz-placeholder {
    color: #aba6a6
  }
  
  .l-header__search .search-form__input:-ms-input-placeholder {
    color: #aba6a6
  }
  
  .l-header__search .search-form__input::-ms-input-placeholder {
    color: #aba6a6
  }
  
  .l-header__search .search-form__input::placeholder {
    color: #aba6a6
  }
  
  .l-header__search .search-form__btn {
    width: 44px;
    height: 43px;
    transition: 0.3s
  }
  
  .l-header__search .search-form__btn:hover {
    opacity: 0.7
  }
  
  @media (min-width: 768px) and (max-width: 980px) {
    .l-header__account-btn-inner {
      width: auto
    }
  }
  
  @media (min-width: 768px) {
    .l-header .l-header__logo {
      margin-right: 16px
    }
    .l-header.-logout .l-header__inner {
      padding: 24px 20px
    }
    .l-header.-logout .l-header__logo {
      width: 25%
    }
    .l-header.-logout.-fixed .l-header__logo {
      width: 20%
    }
    .l-header.-fixed .l-header__inner {
      padding: 8px 20px 4px
    }
    .l-header.-fixed .l-header__logo {
      width: 22%;
      max-width: 300px
    }
    .l-header.-fixed.-logout .l-header__logo {
      margin: 8px 0
    }
    .l-header__menu-btn {
      display: none
    }
    .l-header__account {
      margin-right: 20px;
      letter-spacing: 1.5px;
      display: flex
    }
    .l-header__account-btn {
      border: 3px solid #b2a8d4
    }
    .l-header__account-btn.-logout {
      margin-right: 8px
    }
    .l-header__account-btn.-logout .l-header__account-btn-inner>i {
      margin-right: 4px
    }
    .l-header__account-btn.-logout:hover {
      color: #d78285 !important
    }
    .l-header__account-btn-inner {
      padding: 4px 16px;
      min-height: 26px
    }
    .l-header__account-btn:hover {
      background: #fff;
      color: #b2a8d4;
      text-decoration: none !important
    }
  }
  
  @media (max-width: 767px) {
    .l-header {
      border-bottom: 3px solid #b2a8d4
    }
    .l-header.-logout .l-header__inner {
      padding: 16px 20px
    }
    .l-header__inner {
      height: 60px;
      padding: 0 15px
    }
    .l-header__logo {
      width: 40%;
      max-width: 150px
    }
    .l-header__account {
      letter-spacing: 0;
      line-height: 1.5;
      font-weight: 700;
      display: flex;
      align-items: center;
      position: absolute;
      right: 60px;
      top: 0
    }
    .l-header__account-btn {
      font-size: 1.1rem;
      max-width: auto;
      width: 64px;
      height: 60px;
      padding: 0
    }
    .l-header__account-btn.-logout .l-header__account-btn-inner {
      flex-direction: column
    }
    .l-header__account-btn.-logout .l-header__account-btn-inner>i {
      margin-bottom: 2px
    }
    .l-header__account-btn-inner {
      padding: 4px 0
    }
    .l-header__mail {
      padding: 0 20px
    }
    .l-header__mail-btn {
      width: 100% !important;
      min-width: 100%;
      font-size: 1.8rem !important;
      margin: auto
    }
    .l-header__mail-btn .c-btn__inner {
      min-height: 69px;
      padding: 13px 16px
    }
    .l-header__menu-btn {
      position: absolute;
      top: 0;
      right: 0;
      width: 60px;
      height: 60px;
      background: #fff;
      text-align: center;
      cursor: pointer
    }
    .l-header__menu-btn, .l-header__menu-btn span {
      display: inline-block;
      transition: all 0.4s;
      box-sizing: border-box
    }
    .l-header__menu-btn span {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      width: 20px;
      height: 2px;
      background-color: #b2a8d4;
      border-radius: 2px
    }
    .l-header__menu-btn span:nth-of-type(1) {
      top: 22px
    }
    .l-header__menu-btn span:nth-of-type(2) {
      top: 28px
    }
    .l-header__menu-btn span:nth-of-type(3) {
      bottom: 24px
    }
    .l-header__menu-btn.-active {
      background: #e9e5e5
    }
    .l-header__menu-btn.-active span {
      background: #000
    }
    .l-header__menu-btn.-active span:nth-of-type(1) {
      left: 20px;
      transform: translateY(6px) rotate(-45deg)
    }
    .l-header__menu-btn.-active span:nth-of-type(2) {
      opacity: 0
    }
    .l-header__menu-btn.-active span:nth-of-type(3) {
      transform: translateY(-6px) rotate(45deg);
      left: 20px
    }
  }
  
  @media (max-width: 320px) {
    .l-header__logo {
      width: 35%
    }
    .l-header__account-btn {
      font-size: 1rem;
      max-width: auto;
      width: 62px
    }
  }
  
  .l-wrap {
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100vh
  }
  
  .object-fit {
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;"
  }
  
  @media (min-width: 768px) {
    .l-page-column {
      max-width: 1240px;
      margin: auto;
      padding: 0 20px;
      display: flex;
      justify-content: space-between
    }
    .l-page-column__main {
      width: 67.5%;
      max-width: 810px
    }
    .l-page-column__side {
      width: 29.1%;
      max-width: 350px
    }
  }
  
  .l-title {
    position: relative;
    background-color: #f3f4fd;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 32px 20px;
    border-top: 5px solid #b2a8d4;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center
  }
  
  .l-title.-bg {
    padding: 24px 20px
  }
  
  .l-title.-bg .l-title__text {
    color: #fff
  }
  
  .l-title.-bg .l-title__text-sub {
    color: #fff
  }
  
  .l-title.-bg-lg {
    padding: 40px 20px
  }
  
  .l-title.-bg-lg .l-title__text {
    font-size: 3.4rem;
    color: #fff
  }
  
  .l-title.-bg-xl {
    padding: 48px 20px
  }
  
  .l-title.-bg-xl .l-title__text {
    font-size: 3.4rem;
    color: #fff
  }
  
  .l-title__text {
    font-weight: 700;
    font-size: 2.6rem;
    display: flex;
    flex-direction: column;
    align-items: center
  }
  
  .l-title__text.-en {
    font-family: "Open Sans", sans-serif;
    font-style: italic
  }
  
  .l-title__text-sub {
    font-size: 3.4rem;
    color: #b2a8d4;
    font-family: "Open Sans", sans-serif;
    font-style: italic
  }
  
  .l-title__lead {
    max-width: 900px;
    font-size: 1.8rem;
    font-weight: 700;
    padding: 24px 2.6%;
    text-align: left;
    background: rgba(255, 255, 255, 0.7);
    margin: 16px auto 0;
    display: block
  }
  
  @media (max-width: 767px) {
    .l-title {
      border-top: none
    }
    .l-title.-bg {
      padding: 16px 10px
    }
    .l-title.-bg-xl {
      padding: 32px 10px
    }
    .l-title.-bg-xl .l-title__text {
      font-size: 1.8rem
    }
    .l-title__text {
      font-size: 1.8rem
    }
    .l-title__text-sub {
      font-size: 2rem
    }
    .l-title__lead {
      font-size: 1.4rem;
      padding: 16px 3.2%
    }
  }
  
  .l-title.-information {
    border-top: 5px solid #e3bf5f;
    background-image: url(/assets/img/information/bg_title.jpg)
  }
  
  .l-title.-contactus {
    border-top: 5px solid #8dc442;
    background-image: url(/assets/img/contactus/bg_title.jpg)
  }
  
  .l-title.-contents {
    border-top: 5px solid #989ee3;
    background-image: url(/assets/img/contents/bg_title.jpg)
  }
  
  .l-title.-comment {
    border-top: 5px solid #989ee3;
    background-image: url(/assets/img/comment/bg_title.jpg)
  }
  
  .l-title.-list {
    border-top: 5px solid #3d95ed;
    background-image: url(/assets/img/list/bg_title.jpg)
  }
  
  .l-title.-questionnaire {
    border-top: 5px solid #ffae00;
    background-image: url(/assets/img/questionnaire/bg_title.jpg)
  }
  
  .c-accordion {
    margin-top: -1px
  }
  
  .c-accordion__button {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 16px 32px 16px 16px;
    position: relative;
    border-top: 1px solid #dcdcdc;
    font-size: 1.8rem;
    line-height: 1.8;
    cursor: pointer;
    transition: background-color .3s
  }
  
  .c-accordion__button:hover, .c-accordion__button:focus {
    background: #efecec
  }
  
  .c-accordion__button.-active {
    background: #efecec
  }
  
  .c-accordion__icon {
    right: 12px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    transition: 0.3s all
  }
  
  .c-accordion__icon>span {
    position: absolute;
    right: 6px;
    width: 16px;
    height: 2px;
    background: #f7f7f7;
    content: ""
  }
  
  .c-accordion__icon>span:last-child {
    transform: rotate(90deg)
  }
  
  .c-accordion__icon.-active>span:last-child {
    display: none
  }
  
  .c-accordion__item {
    display: none;
    padding: 24px 0;
    background: #fff
  }
  
  @media (max-width: 767px) {
    .c-accordion__title {
      font-size: 1.4rem
    }
  }
  
  .c-box {
    display: block;
    padding: 32px 5% 48px
  }
  
  .c-box.-white {
    background: #fff
  }
  
  .c-box.-gray {
    background: #efecec
  }
  
  .c-box.-light-gray {
    background: #f7f7f7
  }
  
  .c-box.-warning {
    background: #fffedf
  }
  
  .c-box.-danger {
    background: #fee
  }
  
  .c-box.-bordered {
    border: 1px solid #dcdcdc
  }
  
  .c-box.-rounded {
    border-radius: 5px
  }
  
  .c-box.-lg {
    padding: 48px 5%
  }
  
  @media (max-width: 767px) {
    .c-box {
      padding: 24px 3.2% 32px
    }
    .c-box.-lg {
      padding: 32px 3.2%
    }
  }
  
  .c-btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
  }
  
  .c-btns__item {
    margin: 8px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap
  }
  
  @media (max-width: 767px) {
    .c-btns__item.-sp-max {
      width: 100%
    }
  }
  
  .c-btn {
    display: flex;
    width: 320px;
    color: #fff;
    font-size: 1.4rem;
    background: #b2a8d4;
    border: 3px solid #b2a8d4;
    position: relative;
    transition: 0.3s all;
    text-decoration: none
  }
  
  .c-btn__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 100%;
    min-height: 44px;
    width: 100%;
    padding: 8px 16px
  }
  
  .c-btn:hover {
    text-decoration: none;
    background: #fff;
    color: #b2a8d4
  }
  
  .c-btn:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(177, 184, 193, 0.6)
  }
  
  .c-btn.-arrow .c-btn__inner {
    padding: 8px 28px
  }
  
  .c-btn.-arrow::after {
    font-family: "tmk-icon";
    content: "\e904";
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    color: #fff;
    font-size: 2.2rem
  }
  
  .c-btn.-arrow:hover::after {
    color: #b2a8d4
  }
  
  .c-btn.-arrow-back .c-btn__inner {
    padding: 8px 28px
  }
  
  .c-btn.-arrow-back::after {
    font-family: "tmk-icon";
    content: "\e903";
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    color: #fff;
    font-size: 2.2rem
  }
  
  .c-btn.-arrow-back:hover::after {
    color: #b2a8d4
  }
  
  .c-btn.-down .c-btn__inner {
    padding: 8px 28px
  }
  
  .c-btn.-down::after {
    font-family: "tmk-icon";
    content: "\e902";
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    color: #fff;
    font-size: 2.2rem
  }
  
  .c-btn.-down:hover::after {
    color: #b2a8d4
  }
  
  .c-btn.-back {
    background: #aaa;
    border-color: #aaa;
    max-width: 240px
  }
  
  .c-btn.-back::after {
    font-family: "tmk-icon";
    content: "\e903";
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    color: #fff;
    font-size: 2.2rem
  }
  
  .c-btn.-back:hover {
    background: #fff;
    color: #aaa
  }
  
  .c-btn.-back:hover::after {
    color: #aaa
  }
  
  .c-btn.-xs {
    font-size: 1.4rem;
    max-width: 170px
  }
  
  .c-btn.-xs .c-btn__inner {
    padding: 4px 16px;
    min-height: 26px
  }
  
  .c-btn.-sm {
    font-size: 1.4rem;
    max-width: 220px
  }
  
  .c-btn.-sm .c-btn__inner {
    min-height: 44px;
    padding: 0 16px
  }
  
  .c-btn.-full {
    width: 100%
  }
  
  .c-btn.-icon i {
    margin-right: 8px
  }
  
  .c-btn.-blue {
    background: #76b0d8;
    border: 3px solid #76b0d8
  }
  
  .c-btn.-blue:hover {
    background: #fff;
    color: #76b0d8
  }
  
  @media (max-width: 767px) {
    .c-btn {
      width: 100%;
      max-width: 320px;
      min-width: 200px
    }
    .c-btn.-arrow::after {
      right: 8px;
      font-size: 1.8rem
    }
    .c-btn.-arrow:hover::after {
      color: #b2a8d4
    }
    .c-btn.-back {
      max-width: 320px
    }
    .c-btn.-sm {
      font-size: 1.2rem;
      max-width: 175px
    }
    .c-btn.-sm .c-btn__inner {
      min-height: 40px;
      padding: 0 16px
    }
  }
  
  .c-img-btn {
    width: 100%;
    max-width: 768px;
    height: 380px;
    position: relative;
    display: block;
    text-decoration: none !important
  }
  
  .c-img-btn::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 240px;
    background: linear-gradient(to top, #000, rgba(0, 0, 0, 0));
    z-index: 1
  }
  
  .c-img-btn::after {
    font-family: "tmk-icon" !important;
    content: "\e904";
    background: #b2a8d4;
    width: 40px;
    height: 40px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    position: absolute;
    right: 24px;
    bottom: 24px;
    transition: 0.3s;
    border: 3px solid #b2a8d4;
    z-index: 2
  }
  
  .c-img-btn__text {
    width: calc(100% - 80px);
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    z-index: 2;
    position: absolute;
    bottom: 24px;
    left: 16px;
    margin: 0
  }
  
  .c-img-btn__img {
    overflow: hidden;
    z-index: -1;
    transition: 0.3s
  }
  
  .c-img-btn__img img {
    width: 100%;
    max-width: 768px;
    height: 380px;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 0.3s
  }
  
  @media (min-width: 768px) {
    .c-img-btn:hover::after {
      background: #fff;
      width: 40px;
      height: 40px;
      color: #b2a8d4
    }
    .c-img-btn:hover img {
      transform: scale(1.2, 1.2)
    }
  }
  
  @media (max-width: 767px) {
    .c-img-btn {
      height: 220px
    }
    .c-img-btn::before {
      height: 200px
    }
    .c-img-btn::after {
      width: 32px;
      height: 32px;
      font-size: 1.8rem;
      right: 20px;
      bottom: 20px
    }
    .c-img-btn__text {
      width: calc(100% - 80px);
      font-size: 1.6rem;
      bottom: 16px
    }
    .c-img-btn__img img {
      height: 220px
    }
  }
  
  .c-card {
    text-decoration: none;
    display: block;
    background: #fff;
    color: #000
  }
  
  .c-card__img {
    position: relative
  }
  
  .c-card__img-inner {
    overflow: hidden;
    z-index: -1;
    transition: 0.3s
  }
  
  .c-card__img-inner img {
    width: 100%;
    max-width: 282px;
    height: 188px;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 0.3s
  }
  
  .c-card__label {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2
  }
  
  .c-card__content {
    padding: 32px 8% 48px;
    position: relative
  }
  
  .c-card__content.-sm {
    padding: 16px 8% 30px
  }
  
  .c-card__content-title {
    font-size: 1.8rem;
    margin-bottom: 16px
  }
  
  .c-card__content-text {
    margin-bottom: 16px
  }
  
  .c-card__content-date {
    font-size: 1.2rem;
    color: #7d7d7d;
    letter-spacing: 2px;
    position: absolute;
    left: 8%;
    bottom: 32px
  }
  
  .c-card__content::after {
    font-family: "tmk-icon" !important;
    content: "\e904";
    background: #b2a8d4;
    width: 30px;
    height: 30px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: 0.3s;
    border: 3px solid #b2a8d4;
    z-index: 2
  }
  
  .c-card__recruiting {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2
  }
  
  .c-card__recruiting-label {
    width: 100px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #a4a4a4;
    color: #fff
  }
  
  .c-card__recruiting-label.-orange {
    background: #ffae00
  }
  
  .c-card__period {
    display: flex;
    align-items: center;
    color: #7d7d7d;
    margin-bottom: 12px
  }
  
  .c-card__period-label {
    background: #efedf6;
    color: #8d7eee;
    width: 80px;
    padding: 4px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    font-weight: 700;
    margin-right: 8px
  }
  
  @media (min-width: 768px) {
    .c-card:hover {
      color: #7a65c2;
      box-shadow: 0 2px 6px 0 rgba(90, 87, 87, 0.2)
    }
    .c-card:hover .c-card__content::after {
      background: #fff;
      color: #b2a8d4
    }
    .c-card:hover img {
      transform: scale(1.1, 1.1)
    }
  }
  
  @media (max-width: 767px) {
    .c-card__img img {
      width: 100%;
      max-width: 100%
    }
    .c-card__content {
      padding: 24px 6% 48px
    }
    .c-card__content.-sm {
      padding: 24px 6% 30px
    }
    .c-card__content-title {
      font-size: 1.8rem
    }
    .c-card__content-date {
      font-size: 1.1rem;
      left: 6%;
      bottom: 32px
    }
  }
  
  .c-form {
    padding: 0
  }
  
  .c-form:not(:last-of-type) {
    border-bottom: 1px solid #efecec
  }
  
  .c-form:last-of-type {
    margin-bottom: 32px
  }
  
  .c-form__inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 16px 2%
  }
  
  .c-form-error {
    color: #ff0609;
    border: 2px solid #ff0609;
    padding: 16px;
    text-align: center;
    margin: 0 auto 24px
  }
  
  .c-form-error.-text {
    text-align: left
  }
  
  .c-form__title {
    font-size: 1.8rem;
    width: 44%;
    padding: 8px 5% 8px 0
  }
  
  .c-form__title-inner {
    display: flex;
    align-items: center;
    justify-content: space-between
  }
  .c-form__title-inner_sub {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left:20px
  }
  
  .c-form__title-comment {
    flex: none;
    font-size: 1.3rem;
    width: 100%;
    margin: 8px 0 0 !important
  }
  
  .c-form__required-label {
    margin: 0 0 0 8px;
    padding: 2px 0;
    text-align: center;
    border: 2px solid #ff0609;
    color: #ff0609;
    font-size: 1.3rem;
    flex: none;
    white-space: nowrap;
    width: 60px
  }
  .c-form__auto-label {
    margin: 0 0 0 8px;
    padding: 2px 0;
    text-align: center;
    border: 2px solid #1706ff;
    color: #1706ff;
    font-size: 1.3rem;
    flex: none;
    white-space: nowrap;
    width: 60px
  }
  
  .c-form__alert {
    margin: 4px 0 8px;
    color: #ff0609
  }
  
  .c-form-btn {
    margin-top: 44px
  }
  
  @media (max-width: 767px) {
    .c-form:last-of-type {
      margin-bottom: 24px
    }
    .c-form:first-of-type .c-form__inner {
      padding: 0 2% 20px
    }
    .c-form__inner {
      align-items: flex-start;
      flex-direction: column;
      padding: 20px 2%
    }
    .c-form-error {
      color: #ff0609;
      border: 2px solid #ff0609;
      padding: 16px;
      margin: 0 auto 24px
    }
    .c-form__title {
      font-size: 1.5rem;
      width: 100%;
      margin-bottom: 8px;
      padding: 0;
      justify-content: flex-start;
      font-weight: 700
    }
    .c-form__title-comment {
      font-size: 1.2rem
    }
    .c-form__required-label {
      margin: 4px 0 4px 8px;
      padding: 0 12px;
      font-size: 1.1rem;
      font-weight: 500 !important;
      width: 50px
    }
    .c-form__alert {
      margin: 8px 0 0 !important
    }
    .c-form-btn {
      margin-top: 0
    }
  }
  
  .c-input {
    width: 100%;
    max-width: 510px
  }
  
  .c-input.-max {
    max-width: 100%
  }
  
  .c-input.-confirm {
    padding: 12px 0
  }
  
  .c-input p:not(.c-form__alert) {
    margin-bottom: 1em
  }
  
  .c-input label {
    cursor: pointer
  }
  
  .c-input__comment {
    font-size: 1.3rem;
    display: flex;
    justify-content: flex-end;
    margin: 8px 0 0 !important
  }
  
  .c-input__text {
    width: 100%;
    padding: 14px 18px;
    border: 1px solid #efecec;
    background: #fff
  }
  
  .c-input__text::-webkit-input-placeholder {
    color: #aba6a6;
    letter-spacing: 1px
  }
  
  .c-input__text::-moz-placeholder {
    color: #aba6a6;
    letter-spacing: 1px
  }
  
  .c-input__text:-ms-input-placeholder {
    color: #aba6a6;
    letter-spacing: 1px
  }
  
  .c-input__text::-ms-input-placeholder {
    color: #aba6a6;
    letter-spacing: 1px
  }
  
  .c-input__text::placeholder {
    color: #aba6a6;
    letter-spacing: 1px
  }
  
  .c-input__text:focus {
    background: #fffedf
  }
  
  .c-input__text.-small {
    width: 50%
  }
  
  .c-input__text.-error {
    background: #fee
  }
  
  .c-input__textarea {
    resize: vertical;
    width: 100%;
    min-height: 160px;
    padding: 14px 18px;
    border: 1px solid #efecec;
    background: #fff
  }
  
  .c-input__textarea::-webkit-input-placeholder {
    color: #aba6a6;
    letter-spacing: 1px
  }
  
  .c-input__textarea::-moz-placeholder {
    color: #aba6a6;
    letter-spacing: 1px
  }
  
  .c-input__textarea:-ms-input-placeholder {
    color: #aba6a6;
    letter-spacing: 1px
  }
  
  .c-input__textarea::-ms-input-placeholder {
    color: #aba6a6;
    letter-spacing: 1px
  }
  
  .c-input__textarea::placeholder {
    color: #aba6a6;
    letter-spacing: 1px
  }
  
  .c-input__textarea:focus {
    background: #fffedf
  }
  
  .c-input__btn-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 4px 0 0
  }
  
  .c-input__btn-list>li {
    display: inline-block;
    margin-right: 32px;
    line-height: 2.4
  }
  
  .c-input__btn-list.-column {
    flex-direction: column;
    align-items: flex-start;
    margin: 0 0 -8px
  }
  
  .c-input__btn-list.-column>li {
    margin: 0 0 8px;
    width: 100%
  }
  
  .c-input__btn-list .c-input__text {
    margin-top: 16px;
    padding: 9px 18px;
    max-width: 500px
  }
  
  .c-input__checkbox {
    width: 0;
    height: 0;
    opacity: 0;
    position: absolute
  }
  
  .c-input__checkbox-title {
    display: flex;
    align-items: center;
    position: relative
  }
  
  .c-input__checkbox-title:not(:last-child) {
    margin-right: 16px
  }
  
  .c-input__checkbox-title::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    border-radius: 2px;
    border: 2px solid #aaa;
    margin-right: 16px
  }
  
  .c-input__checkbox:checked+.c-input__checkbox-title::after {
    content: "";
    display: block;
    position: absolute;
    top: 43%;
    left: 7px;
    width: 6px;
    height: 10px;
    transform: translate(0, -45%) rotate(45deg);
    border-bottom: 2px solid #9081ee;
    border-right: 2px solid #9081ee
  }
  
  .c-input input.c-input__radio:focus+label::before {
    background: #fffedf;
    border: 3px solid #aaa
  }
  
  .c-input__radio {
    width: 0;
    height: 0;
    opacity: 0;
    position: absolute
  }
  
  .c-input__radio-title {
    display: flex;
    align-items: center;
    position: relative
  }
  
  .c-input__radio-title:not(:last-child) {
    margin-right: 16px
  }
  
  .c-input__radio-title::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    border: 2px solid #aaa;
    margin-right: 8px;
    border-radius: 50%
  }
  
  .c-input__radio:checked+.c-input__radio-title::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    min-width: 12px;
    min-height: 12px;
    background: #b2a8d4;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 6px
  }
  
  .c-input.-error .c-input__text, .c-input.-error .c-input__textarea, .c-input.-error .c-input__checkbox-title::before, .c-input.-error .c-input__radio-title::before {
    background: #fee;
    border-color: #ff0609
  }
  
  .c-input .c-input__checkbox:checked+.c-input__checkbox-title::before {
    border-color: #aaa
  }
  
  .c-input.-error>input {
    background: #fee
  }
  
  .c-input__select {
    position: relative;
    max-width: 540px
  }
  
  .c-input__select::after {
    display: block;
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #000;
    border-right: 6px solid transparent;
    border-top: 8px solid #000;
    border-left: 6px solid transparent
  }
  
  .c-input__select>select {
    padding-right: 40px;
    cursor: pointer
  }
  
  @media (max-width: 767px) {
    .c-input__comment {
      font-size: 1.2rem
    }
    .c-input__text {
      padding: 12px 16px;
      font-size: 1.6rem
    }
    .c-input__text::-webkit-input-placeholder {
      font-size: 1.4rem
    }
    .c-input__text::-moz-placeholder {
      font-size: 1.4rem
    }
    .c-input__text:-ms-input-placeholder {
      font-size: 1.4rem
    }
    .c-input__text::-ms-input-placeholder {
      font-size: 1.4rem
    }
    .c-input__text::placeholder {
      font-size: 1.4rem
    }
    .c-input__text.-small {
      width: 100%
    }
    .c-input__textarea {
      padding: 12px 16px;
      font-size: 1.6rem
    }
    .c-input__textarea::-webkit-input-placeholder {
      font-size: 1.4rem
    }
    .c-input__textarea::-moz-placeholder {
      font-size: 1.4rem
    }
    .c-input__textarea:-ms-input-placeholder {
      font-size: 1.4rem
    }
    .c-input__textarea::-ms-input-placeholder {
      font-size: 1.4rem
    }
    .c-input__textarea::placeholder {
      font-size: 1.4rem
    }
    .c-input__select select {
      width: 100%
    }
  }
  
  .c-input.-btn-list {
    display: flex;
    flex-wrap: wrap;
    margin: -8px -32px 0 0
  }
  
  .c-input.-btn-list .mwform-radio-field, .c-input.-btn-list .mwform-checkbox-field {
    display: block;
    margin: 8px 32px 0 0
  }
  
  .c-grid {
    display: flex;
    flex-wrap: wrap;
    margin: -12px -12px 0
  }
  
  .c-grid__item {
    padding: 12px
  }
  
  .c-grid__item.-col-1 {
    width: 8.33333%
  }
  
  .c-grid__item.-col-2 {
    width: 16.66667%
  }
  
  .c-grid__item.-col-3 {
    width: 25%
  }
  
  .c-grid__item.-col-4 {
    width: 33.33333%
  }
  
  .c-grid__item.-col-5 {
    width: 41.66667%
  }
  
  .c-grid__item.-col-6 {
    width: 50%
  }
  
  .c-grid__item.-col-7 {
    width: 58.33333%
  }
  
  .c-grid__item.-col-8 {
    width: 66.66667%
  }
  
  .c-grid__item.-col-9 {
    width: 75%
  }
  
  .c-grid__item.-col-10 {
    width: 83.33333%
  }
  
  .c-grid__item.-col-11 {
    width: 91.66667%
  }
  
  .c-grid__item.-col-12 {
    width: 100%
  }
  
  @media (max-width: 767px) {
    .c-grid {
      margin: -8px -8px 0
    }
    .c-grid__item {
      padding: 8px
    }
    .c-grid__item.-col-sp-1 {
      width: 8.33333%
    }
    .c-grid__item.-col-sp-2 {
      width: 16.66667%
    }
    .c-grid__item.-col-sp-3 {
      width: 25%
    }
    .c-grid__item.-col-sp-4 {
      width: 33.33333%
    }
    .c-grid__item.-col-sp-5 {
      width: 41.66667%
    }
    .c-grid__item.-col-sp-6 {
      width: 50%
    }
    .c-grid__item.-col-sp-7 {
      width: 58.33333%
    }
    .c-grid__item.-col-sp-8 {
      width: 66.66667%
    }
    .c-grid__item.-col-sp-9 {
      width: 75%
    }
    .c-grid__item.-col-sp-10 {
      width: 83.33333%
    }
    .c-grid__item.-col-sp-11 {
      width: 91.66667%
    }
    .c-grid__item.-col-sp-12 {
      width: 100%
    }
  }
  
  .c-heading {
    margin-bottom: 1em;
    font-weight: 700;
    line-height: 1.4;
    font-size: 3.4rem;
    display: flex;
    align-items: center
  }
  
  .c-heading__ja {
    font-size: 0.5em;
    font-family: "Noto Sans JP", sans-serif;
    margin-left: 16px;
    font-style: normal
  }
  
  .c-heading-center {
    font-weight: 700;
    font-size: 2.2rem;
    display: block;
    text-align: center
  }
  
  .c-heading-center::after {
    content: "";
    width: 140px;
    height: 3px;
    display: block;
    background: #b2a8d4;
    margin: 1em auto 1.5em
  }
  
  .c-heading-underline {
    font-size: 2.2rem;
    font-weight: 700;
    border-bottom: 4px solid #76b0d8;
    padding-bottom: 0.8em;
    margin-bottom: 2em !important
  }
  
  .c-heading.-en {
    font-family: "Open Sans", sans-serif;
    font-style: italic
  }
  
  .c-heading.-xlarge {
    font-size: 4.4rem
  }
  
  .c-heading.-large {
    font-size: 3.4rem
  }
  
  .c-heading.-medium {
    font-size: 2.8rem
  }
  
  .c-heading.-small {
    font-size: 2.2rem
  }
  
  .c-heading.-xsmall {
    font-size: 1.8rem
  }
  
  .c-heading.-center {
    text-align: center
  }
  
  @media (max-width: 767px) {
    .c-heading {
      justify-content: center;
      flex-wrap: wrap;
      font-size: 2.5rem
    }
    .c-heading__ja {
      font-size: 0.55em;
      margin-left: 8px;
      margin-top: 4px;
      text-align: center
    }
    .c-heading-center {
      font-size: 1.8rem
    }
    .c-heading-center::after {
      width: 70px
    }
    .c-heading-underline {
      font-size: 1.8rem
    }
    .c-heading.-xlarge {
      font-size: 3.4rem
    }
    .c-heading.-large {
      font-size: 2.8rem
    }
    .c-heading.-medium {
      font-size: 2.2rem
    }
    .c-heading.-small {
      font-size: 1.8rem
    }
    .c-heading.-xsmall {
      font-size: 1.6rem
    }
  }
  
  @font-face {
    font-family: "tmk-icon";
    src: url("/assets/icon/fonts/tmk-icon.eot?x8agl3");
    src: url("/assets/icon/fonts/tmk-icon.eot?x8agl3#iefix") format("embedded-opentype"), url("/assets/icon/fonts/tmk-icon.ttf?x8agl3") format("truetype"), url("/assets/icon/fonts/tmk-icon.woff?x8agl3") format("woff"), url("/assets/icon/fonts/tmk-icon.svg?x8agl3#tmk-icon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block
  }
  
  [class^="icon-"], [class*=" icon-"] {
    font-family: "tmk-icon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
  }
  
  .icon-window:before {
    content: "\e910"
  }
  
  .icon-pdf:before {
    content: "\e90f"
  }
  
  .icon-logout:before {
    content: "\e90e"
  }
  
  .icon-tag:before {
    content: "\e900"
  }
  
  .icon-topic:before {
    content: "\e901"
  }
  
  .icon-arrow-down:before {
    content: "\e902"
  }
  
  .icon-arrow-left:before {
    content: "\e903"
  }
  
  .icon-arrow-right:before {
    content: "\e904"
  }
  
  .icon-arrow-up:before {
    content: "\e905"
  }
  
  .icon-car:before {
    content: "\e906"
  }
  
  .icon-comment:before {
    content: "\e907"
  }
  
  .icon-good:before {
    content: "\e908"
  }
  
  .icon-mail:before {
    content: "\e909"
  }
  
  .icon-movie:before {
    content: "\e90a"
  }
  
  .icon-news:before {
    content: "\e90b"
  }
  
  .icon-ranking:before {
    content: "\e90c"
  }
  
  .icon-search:before {
    content: "\e90d"
  }
  
  .icon {
    display: inline-block;
    vertical-align: 0
  }
  
  .icon.-white {
    color: #fff
  }
  
  .icon.-green {
    color: #2facae
  }
  
  .icon.-red {
    color: #ff0609
  }
  
  .icon.-red-dull {
    color: #eb6a6e
  }
  
  .icon.-purple {
    color: #b2a8d4
  }
  
  .icon.-blue {
    color: #2d8ccc
  }
  
  .icon.-yellow {
    color: #ad9e63
  }
  
  .icon.-yellow-green {
    color: #79b543
  }
  
  .icon.-left {
    margin-right: 8px
  }
  
  .icon.-right {
    margin-left: 8px
  }
  
  .icon.-xs {
    font-size: 1rem !important
  }
  
  .icon.-sm {
    font-size: 1.2rem !important
  }
  
  .icon.-lg {
    font-size: 1.6rem !important
  }
  
  .icon.-xl {
    font-size: 2.4rem !important
  }
  
  @media (max-width: 767px) {
    .icon.-sm {
      font-size: 1.2rem !important
    }
    .icon.-lg {
      font-size: 1.4rem !important
    }
    .icon.-xl {
      font-size: 2rem !important
    }
  }
  
  .c-image__caption {
    margin-top: 8px;
    font-size: 1.4rem
  }
  
  .c-label {
    min-width: 138px;
    padding: 8px 12px;
    background: #efecec;
    font-size: 1.3rem;
    font-weight: 500;
    text-align: center;
    line-height: 1;
    color: #fff;
    display: block
  }
  
  .c-label.-xs {
    min-width: 115px;
    font-size: 1.1rem;
    padding: 6px
  }
  
  .c-label.-purple {
    background: #8c7eec
  }
  
  .c-label.-yellow {
    background: #ad9e63
  }
  
  .c-label.-yellow-green {
    background: #79b543
  }
  
  .c-label.-blue {
    background: #2d8ccc
  }
  
  .c-label.-green {
    background: #2facae
  }
  
  .c-label.-red-dull {
    background: #eb6a6e
  }
  
  .c-label.-orange {
    background: #ffae00
  }
  
  .c-label.-gray {
    background: #a4a4a4
  }
  
  @media (max-width: 767px) {
    .c-label {
      min-width: 105px;
      padding: 4px;
      font-size: 1.1rem
    }
    .c-label.-lg {
      min-width: 150px;
      padding: 8px 16px;
      font-size: 1.2rem
    }
    .c-label.-xs {
      min-width: 100px;
      font-size: 0.9rem;
      padding: 6px 4px
    }
  }
  
  .c-lead {
    margin-bottom: 56px
  }
  
  @media (max-width: 767px) {
    .c-lead {
      margin: 0 3.2% 40px
    }
  }
  
  .c-list {
    list-style-type: disc;
    padding-left: 1.5em
  }
  
  .c-list>li:not(:first-child) {
    margin-top: 1em
  }
  
  .c-more-list {
    margin-bottom: 80px
  }
  
  .c-more-list li.is-hidden, .c-more-list .is-btn-hidden {
    display: none
  }
  
  .c-news {
    display: flex;
    align-items: center;
    margin: 4px 0;
    padding: 16px 0;
    border-bottom: 1px solid #dcdcdc;
    background: #fff
  }
  
  .c-news__header {
    display: flex
  }
  
  .c-news__date {
    margin-right: 24px
  }
  
  .c-news__text {
    display: block;
    width: 100%;
    padding-left: 16px;
    color: #000
  }
  
  .c-news__text:hover {
    color: #2d8ccc;
    text-decoration: none
  }
  
  @media (max-width: 767px) {
    .c-news {
      flex-direction: column;
      align-items: flex-start
    }
    .c-news__text {
      padding-top: 16px;
      padding-left: 0
    }
  }
  
  .c-pagenation {
    display: flex;
    margin: 80px 0 100px
  }
  
  .c-pagenation__list {
    display: flex;
    justify-content: center;
    max-width: 1240px;
    margin: 0 auto
  }
  
  .c-pagenation__item {
    margin: 0 4px
  }
  
  .c-pagenation__item a {
    color: #b2a8d4;
    text-decoration: none
  }
  
  .c-pagenation__item.-disabled {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 4px
  }
  
  .c-pagenation__item.-disabled>span {
    color: #b2a8d4;
    cursor: default;
    pointer-events: none
  }
  
  .c-pagenation__item.-current a {
    background: #b2a8d4;
    color: #fff;
    cursor: default
  }
  
  .c-pagenation__link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding: 4px;
    border: 3px solid #b2a8d4
  }
  
  .c-pagenation__link:hover {
    background: #b2a8d4;
    color: #fff
  }
  
  .c-pagenation__link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 3px rgba(45, 140, 204, 0.4)
  }
  
  @media (max-width: 767px) {
    .c-pagenation__link {
      padding: 6px 12px;
      font-size: 1.5rem
    }
  }
  
  .c-read-more {
    text-align: right
  }
  
  .c-read-more__text {
    line-height: 24px;
    text-align: left
  }
  
  .c-read-more__btn {
    margin-bottom: 16px;
    color: #76b0d8;
    text-decoration: underline;
    cursor: pointer;
    display: inline-block
  }
  
  .c-read-more__btn:hover {
    text-decoration: none
  }
  
  .c-section {
    max-width: 1240px;
    margin: 0 auto 64px;
    padding: 0 20px
  }
  
  .c-section.-narrow {
    max-width: 800px
  }
  
  .c-section.-small {
    margin-bottom: 48px
  }
  
  .c-section.-medium {
    margin-bottom: 64px
  }
  
  .c-section.-large {
    margin-bottom: 80px
  }
  
  .c-section.-xlarge {
    margin-bottom: 96px
  }
  
  @media (max-width: 767px) {
    .c-section.-small {
      margin-bottom: 32px
    }
    .c-section.-medium {
      margin-bottom: 48px
    }
    .c-section.-large {
      margin-bottom: 56px
    }
    .c-section.-xlarge {
      margin-bottom: 72px
    }
  }
  
  .c-section__inner {
    width: 100%;
    padding: 40px 8.3%
  }
  
  .c-section__inner.-white {
    background: #fff
  }
  
  @media (max-width: 767px) {
    .c-section {
      padding: 0 10px;
      margin: 0 auto 50px
    }
    .c-section__inner {
      padding: 32px 3.2%
    }
  }
  
  .c-tabs__list {
    display: flex
  }
  
  .c-tabs__list-item {
    display: block;
    width: calc(100% / 3)
  }
  
  .c-tabs__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 16px;
    text-align: center;
    line-height: 1.4;
    cursor: pointer;
    transition: background-color .3s
  }
  
  .c-tabs__btn:hover {
    background: #efecec
  }
  
  .c-tabs__btn.-active {
    margin-top: -1px;
    border-top: 1px solid #dcdcdc;
    background: #efecec;
    pointer-events: none
  }
  
  .c-tabs__panel {
    padding: 32px 0;
    background: #fff
  }
  
  .c-table tr {
    border-top: 1px solid #dcdcdc
  }
  
  .c-table tr:last-child {
    border-bottom: 1px solid #dcdcdc
  }
  
  .c-table th, .c-table td {
    padding: 16px
  }
  
  .c-table th {
    background: #efedf6
  }
  
  .c-table td {
    background: #fff
  }
  
  .c-table tbody th {
    width: 25%
  }
  
  @media (max-width: 767px) {
    .c-table tbody th, .c-table tbody td {
      padding: 8px;
      font-size: 1.4rem
    }
  }
  
  .c-tag {
    text-decoration: none;
    min-width: 120px;
    background: #b2a8d4;
    color: #fff;
    padding: 0 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #b2a8d4
  }
  
  .c-tag-list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin: 12px -8px
  }
  
  .c-tag-list__item {
    margin: 4px 8px
  }
  
  .c-tag::before {
    font-family: "tmk-icon";
    content: "\e900";
    margin-right: 8px;
    font-size: 1.4rem
  }
  
  @media (min-width: 768px) {
    .c-tag:hover {
      background: #fff;
      color: #b2a8d4
    }
  }
  
  @media (max-width: 767px) {
    .c-tag {
      min-width: 100px;
      font-size: 1.2rem;
      padding: 0 12px;
      border: 2px solid #b2a8d4
    }
    .c-tag-list {
      margin: 12px -4px;
      justify-content: flex-start
    }
    .c-tag-list__item {
      margin: 4px 4px
    }
    .c-tag::before {
      font-size: 1.1rem
    }
  }
  
  .article a[target="_blank"]::after {
    font-family: "tmk-icon";
    content: "\e910";
    margin: 0 0 0 8px;
    text-decoration: none;
    display: inline-block
  }
  
  .article a[href$=".pdf"]::before {
    font-family: "tmk-icon";
    content: "\e90f" !important;
    margin: 0 8px 0 0;
    text-decoration: none;
    display: inline-block;
    color: #ce0000
  }
  
  .article a[href$=".pdf"]::after {
    content: none !important
  }
  
  .article a.link-pdf::before {
    font-family: "tmk-icon";
    content: "\e90f" !important;
    margin: 0 8px 0 0;
    text-decoration: none;
    display: inline-block;
    color: #ce0000
  }
  
  .article a.link-pdf::after {
    content: none !important
  }
  
  .article__top-img {
    margin-bottom: 32px
  }
  
  .article__top-img img {
    max-width: 100%;
    height: auto !important
  }
  
  .article__option {
    display: flex;
    align-items: center;
    margin-bottom: 16px
  }
  
  .article__option-date {
    color: #7d7d7d;
    margin-left: 16px
  }
  
  .article__title {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 24px
  }
  
  .article__tag {
    margin-bottom: 48px
  }
  
  .article__body h2, .article__body h3, .article__body h4, .article__body h5 {
    margin: 1.4em 0 1em
  }
  
  .article__body h2 {
    margin: 2.2em 0 0.5em
  }
  
  .article__body ul {
    list-style-type: disc;
    padding-left: 1.5em
  }
  
  .article__body ul>li:not(:first-child) {
    margin-top: 1em
  }
  
  .article__body ul, .article__body ol, .article__body table {
    margin: 1.5em 0
  }
  
  .article__body table {
    width: 100%;
    margin: 32px 0
  }
  
  .article__body table tr {
    border-top: 1px solid #dcdcdc
  }
  
  .article__body table tr:last-child {
    border-bottom: 1px solid #dcdcdc
  }
  
  .article__body table th, .article__body table td {
    padding: 24px
  }
  
  .article__body table th {
    background: #efedf6
  }
  
  .article__body p {
    margin: 1.5em 0
  }
  
  .article__body p:last-child {
    margin-bottom: 0
  }
  
  .article__body *:first-child {
    margin-top: 0
  }
  
  .article__box {
    background: #fcfbfb;
    padding: 24px 2.4%;
    margin: 32px 0 !important
  }
  
  .article__movie {
    margin: 24px auto;
    display: flex;
    justify-content: center
  }
  
  .article__movie .vimeo-dummy {
    max-width: 640px;
    width: 100%;
    height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ccc;
    color: #fff;
    font-size: 3rem
  }
  
  .article__img {
    display: flex;
    justify-content: space-between;
    margin: 40px 0
  }
  
  .article__img-item {
    width: 100%;
    height: 100%;
    text-align: center
  }
  
  .article__img-item img {
    max-width: 100%;
    height: auto !important
  }
  
  .article__img-item.-col-2 {
    width: 48%
  }
  
  .article__img-item.-col-2 img {
    max-width: 100%;
    height: auto !important
  }
  
  .article__img-caption {
    font-size: 1.3rem;
    margin-top: 16px !important;
    text-align: left
  }
  
  .article__col {
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px
  }
  
  .article__col.-reverse {
    flex-direction: row-reverse
  }
  
  .article__col-thumb {
    width: 32%;
    text-align: center
  }
  
  .article__col-thumb img {
    max-width: 100%;
    height: auto !important
  }
  
  .article__col-caption {
    font-size: 1.3rem;
    margin-top: 16px !important;
    text-align: left
  }
  
  .article__col-title {
    font-weight: 700;
    font-size: 1.8rem
  }
  
  .article__col-text {
    width: 65%
  }
  
  .article__quotation {
    margin-bottom: 40px
  }
  
  .article__quotation p {
    margin-top: 16px !important
  }
  
  .article__quotation-inner {
    background: #f4f0e8;
    padding: 32px 4% 32px 2%;
    display: flex
  }
  
  .article__quotation-inner::before {
    content: "窶�";
    color: #b29966;
    font-size: 8rem;
    line-height: 0.5;
    margin-right: 2%
  }
  
  .article__quotation-name {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 16px
  }
  
  .article__btn {
    background: #f7f7f7;
    padding: 32px 0;
    margin-bottom: 32px;
    display: flex;
    justify-content: center
  }
  
  .article__btn-item {
    width: 50%;
    padding: 0 4%
  }
  
  .article__btn-item:nth-child(2) {
    border-left: 1px solid #ccc
  }
  
  .article__btn-text {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 16px
  }
  
  .article__btn-text>span {
    font-size: 2.8rem;
    color: #76b0d8;
    margin-left: 8px
  }
  
  .article__btn-text.-nice>span {
    color: #d78385
  }
  
  .article__btn .action-btn {
    width: 100%;
    max-width: 420px;
    height: 53px;
    background: #76b0d8;
    border: 3px solid #76b0d8;
    color: #fff;
    text-decoration: none;
    display: flex;
    justify-content: center;
    margin: auto
  }
  
  .article__btn .action-btn__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem
  }
  
  .article__btn .action-btn:hover {
    background: #fff;
    color: #76b0d8
  }
  
  .article__btn .action-btn.-nice {
    background: #d78385;
    border: 3px solid #d78385
  }
  
  .article__btn .action-btn.-nice:hover {
    background: #fff;
    color: #d78385
  }
  
  .article__btn .action-btn.-nice.-clicked {
    background: #aaa !important;
    border-color: #aaa !important;
    color: #fff
  }
  
  .article__btn .action-btn.-nice.-clicked:hover {
    background: none !important;
    color: #aaa !important
  }
  
  .article__comment {
    background: #f7f7f7;
    padding: 32px 4% 40px;
    margin-bottom: 64px !important
  }
  
  .article__comment-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 0 56px !important
  }
  
  .article__comment-item {
    padding: 3.5%;
    background: #fff;
    margin: 0 0 8px !important
  }
  
  .article__comment-name {
    display: flex;
    align-items: center;
    font-weight: 700;
    margin-bottom: 24px;
    text-align: left
  }
  
  .article__comment-name-icon {
    width: 64px;
    height: 64px;
    flex: none;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 16px
  }
  
  .article__comment-name-icon img {
    width: 64px;
    height: 64px;
    -o-object-fit: cover;
    object-fit: cover
  }
  
  .article__comment-date {
    color: #7d7d7d;
    text-align: right;
    font-size: 1.2rem
  }
  
  .article__back {
    margin: 80px 0 0
  }
  
  @media (max-width: 767px) {
    .article__top-img {
      margin-bottom: 24px
    }
    .article__option {
      margin-bottom: 8px
    }
    .article__title {
      font-size: 2.2rem;
      margin-bottom: 16px
    }
    .article__lead {
      margin-bottom: 24px !important
    }
    .article__tag {
      margin-bottom: 24px
    }
    .article__box {
      padding: 16px 4%
    }
    .article__img {
      flex-direction: column;
      margin: 32px 0
    }
    .article__img-item:not(:last-child) {
      margin-bottom: 24px
    }
    .article__img-item.-col-2 {
      width: 100%
    }
    .article__img-caption {
      margin: 4px 0 0 !important
    }
    .article__col {
      flex-direction: column-reverse;
      margin-bottom: 48px
    }
    .article__col.-reverse {
      flex-direction: column-reverse
    }
    .article__col-thumb {
      width: 100%
    }
    .article__col-caption {
      margin: 4px 0 0 !important
    }
    .article__col-title {
      font-size: 1.6rem;
      margin-bottom: 8px !important
    }
    .article__col-text {
      width: 100%;
      margin-bottom: 16px !important
    }
    .article__quotation {
      margin-bottom: 32px
    }
    .article__quotation-inner {
      padding: 24px 4%
    }
    .article__quotation-inner::before {
      font-size: 6rem
    }
    .article__quotation-name {
      font-size: 1.6rem;
      margin-bottom: 8px
    }
    .article__btn {
      padding: 24px 4%;
      margin-bottom: 24px;
      flex-direction: column
    }
    .article__btn-item {
      width: 100%;
      padding: 0
    }
    .article__btn-item:nth-child(2) {
      border-left: none;
      border-top: 1px solid #ccc;
      margin-top: 24px;
      padding-top: 16px
    }
    .article__btn-text {
      font-size: 1.6rem;
      margin-bottom: 8px
    }
    .article__btn-text>span {
      font-size: 2rem
    }
    .article__btn .action-btn {
      height: 48px
    }
    .article__btn .action-btn__inner {
      font-size: 1.5rem
    }
    .article__comment {
      padding: 24px 4% 32px;
      margin-bottom: 48px !important
    }
    .article__comment p {
      margin: 0.5em 0 !important
    }
    .article__comment-list {
      margin-bottom: 40px !important
    }
    .article__comment-item {
      padding: 5%
    }
    .article__comment-name {
      margin-bottom: 8px !important
    }
    .article__comment-name-icon {
      width: 40px;
      height: 40px;
      margin-right: 8px
    }
    .article__comment-name-icon img {
      width: 40px;
      height: 40px
    }
    .article__back {
      margin: 48px 0 0
    }
    .article__body h2 {
      font-size: 1.8rem;
      margin: 2.2em 0 0
    }
    .article__body p {
      margin-bottom: 16px
    }
    .article__body table th, .article__body table td {
      padding: 16px 12px;
      font-size: 1.4rem
    }
    .article__body table th {
      min-width: 80px
    }
  }
  
  .comment-btn {
    border: 1px solid #d8dcf9;
    padding: 40px 4%;
    margin-bottom: 60px;
    display: flex;
    text-decoration: none;
    color: #000;
    position: relative
  }
  
  .comment-btn__img {
    width: 252px;
    height: 165px;
    flex: none;
    margin-right: 4%;
    overflow: hidden
  }
  
  .comment-btn__img img {
    width: 252px;
    height: 165px;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 0.3s
  }
  
  .comment-btn__text {
    padding-right: 16px;
    transition: 0.3s;
    font-size: 1.5rem
  }
  
  .comment-btn__text-heading {
    font-size: 1.8rem;
    font-weight: 700;
    margin: 16px 0
  }
  
  .comment-btn__text>.c-label {
    display: inline-block
  }
  
  .comment-btn::after {
    font-family: "tmk-icon" !important;
    content: "\e904";
    background: #b2a8d4;
    width: 40px;
    height: 40px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: 0.3s;
    border: 3px solid #b2a8d4;
    z-index: 2
  }
  
  @media (min-width: 768px) {
    .comment-btn:hover .comment-btn__text {
      color: #7a65c2
    }
    .comment-btn:hover::after {
      background: #fff;
      width: 40px;
      height: 40px;
      color: #b2a8d4
    }
    .comment-btn:hover img {
      transform: scale(1.2, 1.2)
    }
  }
  
  .comment-account {
    display: flex;
    align-items: center;
    margin-bottom: 32px
  }
  
  .comment-account__name {
    font-size: 1.8rem;
    margin-left: 24px;
    font-weight: 700
  }
  
  .comment-account__icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    overflow: hidden;
    flex: none
  }
  
  .comment-account__icon img {
    width: 64px;
    height: 64px;
    -o-object-fit: cover;
    object-fit: cover
  }
  
  @media (max-width: 767px) {
    .comment-btn {
      padding: 24px 4% 48px;
      flex-direction: column
    }
    .comment-btn__img {
      width: 100%;
      height: 200px;
      margin-right: 0;
      margin-bottom: 16px
    }
    .comment-btn__img img {
      width: 100%;
      height: 200px
    }
    .comment-btn__text {
      padding-right: 0
    }
    .comment-btn__text-heading {
      font-size: 1.6rem;
      margin: 8px 0
    }
    .comment-account {
      margin-bottom: 16px
    }
    .comment-account__name {
      font-size: 1.6rem;
      margin-left: 16px
    }
    .comment-account__icon {
      width: 48px;
      height: 48px
    }
    .comment-account__icon img {
      width: 48px;
      height: 48px
    }
  }
  
  @media (min-width: 768px) {
    .login__inner {
      max-width: 1240px;
      margin: 0 auto 64px;
      padding: 0 20px
    }
  }
  
  .login-title {
    width: 100%;
    height: 400px;
    border-top: 5px solid #b2a8d4;
    padding: 20px 1.6%;
    display: flex;
    align-items: flex-end;
    margin-bottom: 64px;
    overflow: hidden;
    position: relative
  }
  
  .login-title__inner {
    background: rgba(255, 255, 255, 0.7);
    font-size: 2.2rem;
    font-weight: 700;
    padding: 32px 3%;
    display: inline-block
  }
  
  .login-title__image {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 400px;
    top: 0;
    left: 0;
    z-index: -1
  }
  
  .login-content__form {
    margin-bottom: 64px
  }
  
  .login-form {
    margin-bottom: 16px
  }
  
  .login-form:last-of-type {
    margin-bottom: 32px
  }
  
  .login-form__inner {
    display: flex;
    align-items: center;
    justify-content: center
  }
  
  .login-form__title {
    font-size: 1.8rem;
    width: 110px
  }
  
  .login-form__input {
    width: 100%;
    max-width: 500px
  }
  
  .login-btn {
    background: url(/assets/img/common/bg_border.png);
    padding: 28px 2%
  }
  
  .login-btn:not(:last-child) {
    margin-bottom: 24px
  }
  
  .login-btn__inner {
    background: #fff;
    box-shadow: 0 2px 6px 0 rgba(90, 87, 87, 0.2);
    padding: 42px 3.2%
  }
  
  .login-btn__text {
    margin-bottom: 30px
  }
  
  @media (max-width: 767px) {
    .login-title {
      border-top: none;
      min-height: 200px;
      height: auto;
      padding: 20px 1.6% 6px;
      margin-bottom: 40px
    }
    .login-title__inner {
      font-size: 1.6rem;
      padding: 12px 5%
    }
    .login-title__image {
      width: 100%;
      min-height: 200px;
      height: auto
    }
    .login-content__form {
      padding: 0 10px;
      margin-bottom: 40px
    }
    .login-form__inner {
      flex-direction: column;
      align-items: flex-start
    }
    .login-form__title {
      font-size: 1.5rem;
      width: auto;
      margin-bottom: 4px
    }
    .login-btn {
      background: url(/assets/img/common/bg_border.png);
      padding: 20px 3%
    }
    .login-btn:not(:last-child) {
      margin-bottom: 24px
    }
    .login-btn__inner {
      padding: 42px 5%
    }
  }
  
  .questionnaire__top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px
  }
  
  .questionnaire__top-inner {
    width: 32%;
    max-width: 320px
  }
  
  .questionnaire-label {
    color: #ff0609;
    display: inline-block;
    padding: 2px 8px;
    margin-bottom: 16px;
    border: 2px solid #ff0609
  }
  
  .questionnaire__img {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 16px
  }
  
  .questionnaire__img img {
    width: 100%;
    max-width: 320px;
    -o-object-fit: cover;
    object-fit: cover
  }
  
  .questionnaire__img-label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #a4a4a4;
    color: #fff
  }
  
  .questionnaire__img-label.-orange {
    background: #ffae00
  }
  
  .questionnaire__text {
    width: 64%
  }
  
  .questionnaire__title {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 24px
  }
  
  .questionnaire__explanation {
    margin-bottom: 40px
  }
  
  .questionnaire__priod {
    display: flex;
    align-items: center;
    font-size: 1.8rem;
    color: #7d7d7d;
    margin-bottom: 40px
  }
  
  .questionnaire__priod-label {
    background: #efedf6;
    color: #8d7eee;
    width: 80px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    font-weight: 700;
    margin-right: 8px
  }
  
  .questionnaire__priod.-detail {
    margin-bottom: 0
  }
  
  .questionnaire__list {
    counter-reset: item
  }
  
  .questionnaire__list-item {
    border-bottom: 1px solid #efecec;
    padding: 0 0 32px
  }
  
  .questionnaire__list-item:not(:first-child) {
    padding: 32px 0
  }
  
  .questionnaire__list-item:last-child {
    border: none
  }
  
  .questionnaire__question {
    display: flex;
    margin-bottom: 32px
  }
  
  .questionnaire__question::before {
    min-width: 48px;
    height: 48px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #b2a8d4;
    padding: 4px;
    counter-increment: item;
    content: "Q" counter(item);
    font-family: "Open Sans", sans-serif;
    font-style: italic;
    font-size: 2rem;
    color: #fff;
    margin-right: 20px
  }
  
  .questionnaire__answer {
    margin-left: 68px
  }
  
  .questionnaire-btn {
    margin-top: 30px
  }
  
  .questionnaire__results-heading {
    font-size: 2.2rem;
    font-weight: 700;
    border-bottom: 4px solid #76b0d8;
    padding-bottom: 0.8em;
    margin-bottom: 16px !important
  }
  
  .questionnaire__results-period {
    color: #7d7d7d;
    font-weight: 700;
    text-align: right;
    margin-bottom: 80px
  }
  
  @media (max-width: 767px) {
    .questionnaire__top {
      flex-direction: column;
      margin-bottom: 32px
    }
    .questionnaire__top-inner {
      width: 100%;
      max-width: 100%;
      margin-bottom: 24px
    }
    .questionnaire__img img {
      max-width: 100%
    }
    .questionnaire__text {
      width: 100%
    }
    .questionnaire__title {
      font-size: 1.8rem;
      margin-bottom: 16px
    }
    .questionnaire__explanation {
      margin-bottom: 24px
    }
    .questionnaire__priod {
      flex-direction: column;
      align-items: flex-start;
      font-size: 1.5rem
    }
    .questionnaire__priod-label {
      margin: 0 0 8px
    }
    .questionnaire__list-item {
      padding: 0 0 24px
    }
    .questionnaire__list-item:not(:first-child) {
      padding: 24px 0
    }
    .questionnaire__question {
      margin-bottom: 16px
    }
    .questionnaire__question::before {
      min-width: 40px;
      height: 40px;
      font-size: 1.6rem;
      margin-right: 16px
    }
    .questionnaire__answer {
      margin-left: 0
    }
    .questionnaire-btn {
      margin-top: 0
    }
  }
  
  .pie-chart {
    display: flex;
    justify-content: space-between;
    margin: 64px 0 24px
  }
  
  .pie-chart__chart {
    width: 35%
  }
  
  .pie-chart__legend {
    width: 60%
  }
  
  .pie-chart__legend-list li {
    display: flex;
    margin-bottom: 16px;
    font-size: 1.6rem
  }
  
  .pie-chart__legend-list li::before {
    content: "";
    width: 56px;
    height: 24px;
    display: block;
    background: #afaeae;
    margin-right: 12px
  }
  
  .pie-chart__legend-list li:nth-child(1)::before {
    background: #da6272
  }
  
  .pie-chart__legend-list li:nth-child(2)::before {
    background: #b492cc
  }
  
  .pie-chart__legend-list li:nth-child(3)::before {
    background: #8ba7d5
  }
  
  .pie-chart__legend-list li:nth-child(4)::before {
    background: #6bbed5
  }
  
  .pie-chart__legend-list li:nth-child(5)::before {
    background: #68cfc3
  }
  
  .pie-chart__legend-list li:nth-child(6)::before {
    background: #64c99b
  }
  
  .pie-chart__legend-list li:nth-child(7)::before {
    background: #ebf182
  }
  
  .pie-chart__legend-list li:nth-child(8)::before {
    background: #f6d580
  }
  
  .pie-chart__legend-list li:nth-child(9)::before {
    background: #eda184
  }
  
  .pie-chart__legend-list li:nth-child(10)::before {
    background: #df81a2
  }
  
  .chart-graph {
    position: relative;
    width: 100%;
    overflow: hidden
  }
  
  @media (max-width: 767px) {
    .pie-chart {
      flex-direction: column;
      align-items: center;
      margin: 40px 0 24px
    }
    .pie-chart__chart {
      width: 60%
    }
    .pie-chart__legend {
      width: 80%
    }
    .pie-chart__legend-list {
      margin-top: 32px
    }
    .pie-chart__legend-list li {
      font-size: 1.4rem
    }
    .pie-chart__legend-list li::before {
      content: "";
      width: 40px;
      height: 20px
    }
    .chart-graph {
      width: 100%;
      overflow-x: auto
    }
  }
  
  .top-mv, .top-arrivals, .top-topics {
    margin-bottom: 64px
  }
  
  .top-mv {
    border-top: 5px solid #b2a8d4
  }
  
  .top-mv-slick__item {
    position: relative;
    display: block;
    width: 100%;
    min-height: 570px !important;
    color: #000
  }
  
  .top-mv-slick__item:hover .top-mv-slick__item-title p {
    color: #7a65c2
  }
  
  .top-mv-slick__item:hover img {
    transform: scale(1.03, 1.03)
  }
  
  .top-mv-slick__item-img {
    width: 100%;
    height: 490px;
    overflow: hidden
  }
  
  .top-mv-slick__item-img img {
    width: 100%;
    height: 490px;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 0.3s
  }
  
  .top-mv-slick__item-title {
    background: #fff;
    font-size: 2.2rem;
    font-weight: 700;
    padding: 32px 5%;
    max-width: 620px;
    width: 76%;
    box-shadow: 0 2px 6px 0 rgba(90, 87, 87, 0.1);
    position: absolute;
    bottom: 6px;
    left: 2.5%;
    z-index: 2
  }
  
  .top-mv-slick__item-title p {
    margin-bottom: 16px;
    transition: 0.3s
  }
  
  .top-mv-slick__item-date {
    color: #7d7d7d;
    font-size: 1.4rem;
    margin-right: 16px
  }
  
  .top-mv-slick .slide-dots {
    display: flex;
    align-items: center;
    position: absolute;
    right: 2.5%;
    bottom: 30px
  }
  
  .top-mv-slick .slide-dots>li {
    margin: 0 10px;
    border-radius: 50%;
    background: #7d7d7d
  }
  
  .top-mv-slick .slide-dots>li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 7px;
    height: 7px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent
  }
  
  .top-mv-slick .slide-dots>li.slick-active {
    background: #b2a8d4
  }
  
  .top-mv-slick .mv-slide-arrow {
    background: #b2a8d4;
    border: 3px solid #b2a8d4;
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 0;
    z-index: 1;
    color: #fff;
    font-size: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 56px;
    cursor: pointer;
    transition: 0.3s
  }
  
  .top-mv-slick .mv-slide-arrow:hover {
    background: #fff;
    color: #b2a8d4
  }
  
  .top-mv-slick .mv-slide-arrow.prev-arrow {
    right: calc(54px + 2.5%)
  }
  
  .top-mv-slick .mv-slide-arrow.next-arrow {
    right: 2.5%
  }
  
  .top-heading {
    display: flex;
    align-items: center;
    font-size: 3.4rem;
    letter-spacing: 0.5px;
    font-family: "Open Sans", sans-serif;
    font-style: italic;
    margin-bottom: 30px
  }
  
  .top-heading__ja {
    font-size: 1.6rem;
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: 700;
    margin-left: 24px
  }
  
  .top-heading.-side {
    font-size: 2.6rem;
    margin-bottom: 16px
  }
  
  .top-heading.-side .top-heading__ja {
    margin-left: 16px
  }
  
  .top-arrivals__list {
    margin-bottom: 40px
  }
  
  .top-arrivals__list-item {
    margin-bottom: 20px
  }
  
  .top-arrivals__list-item .top-arrivals-content {
    background: #fff;
    display: flex;
    color: #000;
    font-size: 1.8rem;
    text-decoration: none
  }
  
  .top-arrivals__list-item .top-arrivals-content:hover {
    box-shadow: 0 2px 6px 0 rgba(90, 87, 87, 0.2);
    color: #7a65c2
  }
  
  .top-arrivals__list-item .top-arrivals-content:hover .top-arrivals-content__img img {
    transform: scale(1.1, 1.1)
  }
  
  .top-arrivals__list-item .top-arrivals-content__img {
    width: 31%;
    min-width: 250px;
    min-height: 160px;
    overflow: hidden
  }
  
  .top-arrivals__list-item .top-arrivals-content__img img {
    width: 250px;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 0.3s
  }
  
  .top-arrivals__list-item .top-arrivals-content__text {
    padding: 32px 4%;
    width: 100%
  }
  
  .top-arrivals__list-item .top-arrivals-content__text p {
    margin-bottom: 20px
  }
  
  .top-arrivals__list-item .top-arrivals-content__text-date {
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    font-weight: 700;
    color: #7d7d7d;
    margin-right: 16px
  }
  
  .top-topics__inner {
    background: url(/assets/img/common/bg_border.png);
    padding: 3%
  }
  
  .top-topics__heading {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 16px
  }
  
  .top-topics__heading span {
    margin-left: 16px
  }
  
  .top-topics__heading-line img {
    width: 100%;
    height: auto
  }
  
  .top-topics-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -20px
  }
  
  .top-topics-list__item {
    background: #fff;
    padding: 32px 3% 16px;
    width: calc(50% - 10px);
    margin-bottom: 20px;
    box-shadow: 0 2px 6px 0 rgba(90, 87, 87, 0.2)
  }
  
  .top-topics-content:not(:last-child) {
    border-bottom: 1px solid #dcdcdc
  }
  
  .top-topics-content__inner {
    padding: 20px 0;
    display: block;
    color: #000;
    text-decoration: none
  }
  
  .top-topics-content__inner-text {
    margin-bottom: 8px
  }
  
  .top-topics-content__inner-date {
    font-size: 1.2rem;
    font-weight: 700;
    color: #7d7d7d
  }
  
  .top-topics-content__inner:hover.top-topics-content__inner {
    color: #7a65c2
  }
  
  .top-pickup, .top-ranking {
    margin-bottom: 54px
  }
  
  @media (min-width: 768px) {
    .top-pickup__btn {
      width: 100%;
      max-width: 350px;
      height: 350px;
      position: relative;
      display: block;
      text-decoration: none
    }
    .top-pickup__btn::before {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 120px;
      background: linear-gradient(to top, #000, rgba(0, 0, 0, 0));
      z-index: 1
    }
    .top-pickup__btn::after {
      font-family: "tmk-icon" !important;
      content: "\e904";
      background: #b2a8d4;
      width: 40px;
      height: 40px;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 2rem;
      position: absolute;
      right: 24px;
      bottom: 24px;
      transition: 0.3s;
      border: 3px solid #b2a8d4;
      z-index: 2
    }
    .top-pickup__btn:hover::after {
      background: #fff;
      width: 40px;
      height: 40px;
      color: #b2a8d4
    }
    .top-pickup__btn:hover img {
      transform: scale(1.1, 1.1)
    }
    .top-pickup__btn-text {
      width: calc(100% - 80px);
      font-size: 2rem;
      font-weight: 700;
      color: #fff;
      z-index: 2;
      position: absolute;
      bottom: 24px;
      left: 16px;
      margin: 0
    }
    .top-pickup__btn-img {
      overflow: hidden;
      z-index: -1;
      transition: 0.3s
    }
    .top-pickup__btn-img img {
      max-width: 350px;
      height: 350px;
      -o-object-fit: cover;
      object-fit: cover;
      transition: 0.3s
    }
    .top-pickup__btn.-link-none {
      pointer-events: none
    }
    .top-pickup__btn.-link-none::after {
      content: none
    }
    .top-pickup__btn.-link-none::before {
      content: none
    }
    .top-pickup__btn.-link-none .top-pickup__btn-text {
      display: none
    }
  }
  
  .top-ranking__list {
    background: #fff;
    border-top: 4px solid #b2a8d4;
    counter-reset: item;
    padding-bottom: 16px
  }
  
  .top-ranking__list-item {
    display: flex;
    align-items: flex-start;
    position: relative
  }
  
  .top-ranking__list-item::before {
    counter-increment: item;
    content: counter(item);
    font-family: "Open Sans", sans-serif;
    font-style: italic;
    font-size: 3.2rem;
    font-weight: 700;
    color: #808080;
    margin-right: 16px;
    position: absolute;
    left: 6%;
    top: 24px
  }
  
  .top-ranking__list-item:nth-child(-n+3)::before {
    color: #b2a8d4
  }
  
  .top-ranking__list-item:not(:last-child) {
    border-bottom: 1px solid #dcdcdc
  }
  
  .top-ranking-content {
    color: #000;
    padding: 24px 6% 24px 16%;
    text-decoration: none;
    width: 100%
  }
  
  .top-ranking-content__text {
    margin-bottom: 8px
  }
  
  .top-ranking-content__date {
    font-size: 1.2rem;
    color: #7d7d7d;
    margin-right: 8px;
    font-weight: 700
  }
  
  .top-ranking-content:hover {
    color: #7a65c2
  }
  
  .top-tag {
    margin-bottom: 60px
  }
  
  .top-tag__list {
    background: #fff;
    border-top: 4px solid #b2a8d4;
    padding: 32px 6.8% 48px
  }
  
  .top-tag__list-item {
    display: flex;
    align-items: center
  }
  
  .top-tag__list-item:not(:last-child) {
    margin-bottom: 20px
  }
  
  .top-tag__list-item::before {
    content: "";
    width: 16px;
    min-width: 16px;
    height: 2px;
    background: #cfcfcf;
    margin-right: 12px
  }
  
  .top-tag__list-item>a {
    text-decoration: none;
    color: #000
  }
  
  .top-tag__list-item>a:hover {
    color: #7a65c2
  }
  
  .top-btns a:hover {
    opacity: 0.7
  }
  
  .top-btns img {
    width: 100%;
    height: auto
  }
  
  .top-btns__bnr {
    margin-bottom: 30px
  }
  
  .top-btns__bnr>li:not(:last-child) {
    margin-bottom: 20px
  }
  
  .top-btns__link {
    background: #b2a8d4;
    padding: 20px 5.7%
  }
  
  .top-btns__link-inner>li:not(:last-child) {
    margin-bottom: 20px
  }
  
  .top-btns__heading {
    font-size: 2rem;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    margin-bottom: 10px
  }
  
  .top-btns__heading>span {
    font-size: 1.4rem;
    letter-spacing: 0.5px;
    font-family: "Open Sans", sans-serif;
    font-style: italic
  }
  
  @media (min-width: 768px) and (max-width: 980px) {
    .top-mv-slick__item {
      min-height: 470px !important
    }
    .top-mv-slick__item-img {
      height: 390px
    }
    .top-mv-slick__item-img img {
      height: 390px
    }
    .top-mv-slick__item:hover .top-mv-slick__item-img {
      opacity: 1
    }
    .top-mv-slick .slide-dots>li {
      margin: 0 6px
    }
    .top-mv-slick .mv-slide-arrow {
      width: 40px;
      height: 40px
    }
    .top-mv-slick .mv-slide-arrow.prev-arrow {
      right: calc(44px + 2.5%)
    }
  }
  
  @media (max-width: 767px) {
    .top-arrivals, .top-topics {
      margin-bottom: 50px
    }
    .top-mv {
      border-top: none;
      margin-bottom: 30px
    }
    .top-mv-slick__item {
      min-height: 312px !important
    }
    .top-mv-slick__item-img {
      height: 225px
    }
    .top-mv-slick__item-img img {
      height: 225px
    }
    .top-mv-slick__item-title {
      font-size: 1.5rem;
      padding: 16px 4.8%;
      width: calc(100% - 20px);
      max-width: none;
      bottom: 30px;
      left: 10px
    }
    .top-mv-slick__item-title p {
      margin-bottom: 12px
    }
    .top-mv-slick__item-date {
      font-size: 1.1rem;
      margin-right: 12px
    }
    .top-mv-slick .slide-dots {
      right: 20px;
      bottom: 0
    }
    .top-mv-slick .slide-dots>li {
      margin: 0 7px
    }
    .top-mv-slick .slide-dots>li button {
      width: 5px;
      height: 5px
    }
    .top-mv-slick .mv-slide-arrow {
      width: 35px;
      height: 35px;
      font-size: 1.6rem;
      bottom: 20px
    }
    .top-mv-slick .mv-slide-arrow.prev-arrow {
      right: 58px
    }
    .top-mv-slick .mv-slide-arrow.next-arrow {
      right: 20px
    }
    .top-mv-slick .mv-slide-arrow:hover {
      background: #b2a8d4;
      color: #fff
    }
    .top-heading {
      justify-content: center;
      font-size: 2.5rem;
      margin-bottom: 15px
    }
    .top-heading__ja {
      font-size: 1.4rem;
      margin-left: 8px
    }
    .top-heading.-side {
      justify-content: flex-start;
      font-size: 2.2rem;
      margin-left: 8px;
      margin-bottom: 10px
    }
    .top-heading.-side .top-heading__ja {
      margin-left: 16px
    }
    .top-search {
      padding: 0 10px;
      margin-bottom: 35px
    }
    .top-search-form {
      display: flex;
      align-items: center;
      background: #fff
    }
    .top-search-form__input {
      font-size: 1.6rem;
      text-align: left;
      margin: 12px 0 12px 18px;
      position: relative;
      border-right: 1px solid #dcdcdc;
      width: calc(100% - 65px)
    }
    .top-search-form__input::-webkit-input-placeholder {
      color: #aba6a6;
      font-size: 1.4rem
    }
    .top-search-form__input::-moz-placeholder {
      color: #aba6a6;
      font-size: 1.4rem
    }
    .top-search-form__input:-ms-input-placeholder {
      color: #aba6a6;
      font-size: 1.4rem
    }
    .top-search-form__input::-ms-input-placeholder {
      color: #aba6a6;
      font-size: 1.4rem
    }
    .top-search-form__input::placeholder {
      color: #aba6a6;
      font-size: 1.4rem
    }
    .top-search-form__btn {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 65px;
      height: 50px;
      transition: 0.3s
    }
    .top-search-form__btn:hover {
      opacity: 0.7
    }
    .top-arrivals {
      padding: 0 20px
    }
    .top-arrivals__list {
      margin-bottom: 16px
    }
    .top-arrivals__list-item .top-arrivals-content {
      padding: 15px 10px
    }
    .top-arrivals__list-item .top-arrivals-content__img {
      width: 22.6%;
      max-width: 115px;
      min-width: 115px;
      height: 70px;
      min-height: auto
    }
    .top-arrivals__list-item .top-arrivals-content__img img {
      width: 115px;
      height: 70px;
      min-height: auto
    }
    .top-arrivals__list-item .top-arrivals-content__text {
      padding: 0 0 0 4%
    }
    .top-arrivals__list-item .top-arrivals-content__text p {
      margin-bottom: 8px;
      font-size: 1.3rem;
      font-weight: 700
    }
    .top-arrivals__list-item .top-arrivals-content__text-date {
      font-size: 1rem;
      margin-right: 8px;
      margin-bottom: 4px
    }
    .top-topics {
      position: relative;
      padding: 10px;
      margin-bottom: 60px
    }
    .top-topics__inner {
      padding: 3%
    }
    .top-topics__heading {
      font-size: 1.6rem;
      margin-bottom: 12px
    }
    .top-topics__heading span {
      margin-left: 8px
    }
    .top-topics-list {
      margin-bottom: 0
    }
    .top-topics-list__item {
      padding: 20px 1.5% 0;
      width: 100%;
      margin-bottom: 0
    }
    .top-topics-content__inner {
      padding: 16px 0
    }
    .top-topics-content__inner-text {
      margin-bottom: 8px;
      font-weight: 700
    }
    .top-topics-content__inner-date {
      font-size: 1rem
    }
    .top-topics .topics-slick .slide-dots {
      display: flex;
      align-items: center;
      position: absolute;
      right: 2.5%;
      bottom: -45px
    }
    .top-topics .topics-slick .slide-dots>li {
      margin: 0 8px;
      border-radius: 50%;
      background: #7d7d7d
    }
    .top-topics .topics-slick .slide-dots>li button {
      font-size: 0;
      line-height: 0;
      display: block;
      width: 6px;
      height: 6px;
      cursor: pointer;
      color: transparent;
      border: 0;
      outline: none;
      background: transparent
    }
    .top-topics .topics-slick .slide-dots>li.slick-active {
      background: #b2a8d4
    }
    .top-topics .topics-slick .topics-slide-arrow {
      background: #b2a8d4;
      width: 40px;
      height: 40px;
      position: absolute;
      bottom: -25px;
      z-index: 1;
      color: #fff;
      font-size: 2rem;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: 0.3s
    }
    .top-topics .topics-slick .topics-slide-arrow.prev-arrow {
      right: calc(44px + 2.5%)
    }
    .top-topics .topics-slick .topics-slide-arrow.next-arrow {
      right: 2.5%
    }
    .top-pickup {
      padding: 0 10px;
      margin-bottom: 25px
    }
    .top-pickup__btn {
      background: #232323;
      display: flex;
      position: relative;
      text-decoration: none
    }
    .top-pickup__btn::before {
      content: none
    }
    .top-pickup__btn::after {
      font-family: "tmk-icon" !important;
      content: "\e904";
      background: #b2a8d4;
      width: 30px;
      height: 30px;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.6rem;
      transition: 0.3s;
      border: 3px solid #b2a8d4;
      position: absolute;
      right: 10px;
      bottom: 10px
    }
    .top-pickup__btn-text {
      color: #fff;
      padding: 25px 50px 25px 5%
    }
    .top-pickup__btn-img {
      flex: none;
      overflow: hidden
    }
    .top-pickup__btn-img img {
      max-width: 105px;
      min-height: 100%;
      -o-object-fit: cover;
      object-fit: cover
    }
    .top-pickup__btn:hover {
      text-decoration: none
    }
    .top-pickup__btn.-link-none {
      pointer-events: none;
      background: none;
      justify-content: center
    }
    .top-pickup__btn.-link-none .top-pickup__btn-text {
      display: none
    }
    .top-pickup__btn.-link-none .top-pickup__btn-img {
      flex: none;
      overflow: hidden
    }
    .top-pickup__btn.-link-none .top-pickup__btn-img img {
      max-width: 320px;
      height: auto;
      min-height: 100%;
      padding: 0 10px;
      -o-object-fit: cover;
      object-fit: cover
    }
    .top-pickup__btn.-link-none:hover {
      text-decoration: none
    }
    .top-pickup__btn.-link-none::after {
      content: none
    }
    .top-ranking {
      padding: 0 20px
    }
    .top-ranking__list {
      padding-bottom: 16px
    }
    .top-ranking__list-item::before {
      font-size: 3rem;
      margin-right: 0;
      left: 6%;
      top: 16px
    }
    .top-ranking-content {
      padding: 16px 5% 16px 18%;
      font-weight: 700
    }
    .top-ranking-content__date {
      font-size: 1rem;
      margin-right: 4px
    }
    .top-tag {
      margin-bottom: 60px;
      padding: 0 20px
    }
    .top-tag__list {
      background: #fff;
      border-top: 4px solid #b2a8d4;
      padding: 20px 6.8% 25px
    }
    .top-tag__list-item::before {
      margin-right: 8px
    }
    .top-btns {
      padding: 0 20px;
      margin-bottom: 45px
    }
    .top-btns a:hover {
      opacity: 0.7
    }
    .top-btns__bnr {
      margin-bottom: 25px
    }
    .top-btns__bnr>li:not(:last-child) {
      margin-bottom: 25px
    }
    .top-btns__link-inner>li:not(:last-child) {
      margin-bottom: 10px
    }
    .top-btns__heading {
      font-size: 1.8rem;
      margin-bottom: 10px
    }
    .top-btns__heading>span {
      font-size: 1rem
    }
  }
  
  @media (max-width: 767px) and (max-width: 320px) {
    .top-arrivals-content__text-date {
      margin-bottom: 4px
    }
  }
  
  .u-ta-c {
    text-align: center !important
  }
  
  @media (min-width: 768px) {
    .u-pc-ta-c {
      text-align: center !important
    }
  }
  
  @media (max-width: 767px) {
    .u-sp-ta-c {
      text-align: center !important
    }
  }
  
  .u-ta-r {
    text-align: right !important
  }
  
  .u-ta-l {
    text-align: left !important
  }
  
  .u-font-medium {
    font-weight: 500
  }
  
  .u-font-bold {
    font-weight: 700
  }
  
  .u-font-red {
    color: #ff0609
  }
  
  .u-font-xxxs {
    font-size: 1rem !important
  }
  
  .u-font-xxs {
    font-size: 1.2rem !important
  }
  
  .u-font-xs {
    font-size: 1.4rem !important
  }
  
  .u-font-s {
    font-size: 1.6rem !important
  }
  
  .u-font-m {
    font-size: 1.8rem !important
  }
  
  .u-font-l {
    font-size: 2rem !important
  }
  
  .u-font-xl {
    font-size: 2.4rem !important
  }
  
  .u-font-xxl {
    font-size: 2.6rem !important
  }
  
  .u-font-xxxl {
    font-size: 3rem !important
  }
  
  @media (max-width: 767px) {
    .u-font-xxxs {
      font-size: 1rem !important
    }
    .u-font-xxs {
      font-size: 1.1rem !important
    }
    .u-font-xs {
      font-size: 1.2rem !important
    }
    .u-font-s {
      font-size: 1.4rem !important
    }
    .u-font-m {
      font-size: 1.6rem !important
    }
    .u-font-l {
      font-size: 1.8rem !important
    }
    .u-font-xl {
      font-size: 2rem !important
    }
    .u-font-xxl {
      font-size: 2.2rem !important
    }
    .u-font-xxxl {
      font-size: 2.4rem !important
    }
  }
  
  .u-bd-top {
    border-top: 1px solid
  }
  
  .u-bd-gray {
    border-color: #dcdcdc
  }
  
  .u-mb-0 {
    margin-bottom: 0 !important
  }
  
  .u-mb-xxxs {
    margin-bottom: 8px !important
  }
  
  .u-mb-xxs {
    margin-bottom: 16px !important
  }
  
  .u-mb-xs {
    margin-bottom: 24px !important
  }
  
  .u-mb-s {
    margin-bottom: 32px !important
  }
  
  .u-mb-m {
    margin-bottom: 40px !important
  }
  
  .u-mb-l {
    margin-bottom: 56px !important
  }
  
  .u-mb-xl {
    margin-bottom: 72px !important
  }
  
  .u-mb-xxl {
    margin-bottom: 80px !important
  }
  
  .u-mb-xxxl {
    margin-bottom: 96px !important
  }
  
  @media (max-width: 767px) {
    .u-mb-xxxs {
      margin-bottom: 4px !important
    }
    .u-mb-xxs {
      margin-bottom: 8px !important
    }
    .u-mb-xs {
      margin-bottom: 12px !important
    }
    .u-mb-s {
      margin-bottom: 16px !important
    }
    .u-mb-m {
      margin-bottom: 20px !important
    }
    .u-mb-l {
      margin-bottom: 28px !important
    }
    .u-mb-xl {
      margin-bottom: 36px !important
    }
    .u-mb-xxl {
      margin-bottom: 40px !important
    }
    .u-mb-xxxl {
      margin-bottom: 48px !important
    }
  }
  
  .u-d-f {
    display: flex !important
  }
  
  .u-fxd-r {
    flex-direction: row !important
  }
  
  .u-fxd-rr {
    flex-direction: row-reverse !important
  }
  
  .u-fxd-c {
    flex-direction: column !important
  }
  
  .u-fxd-cr {
    flex-direction: column-reverse !important
  }
  
  .u-fxw-n {
    flex-wrap: nowrap !important
  }
  
  .u-fxw-w {
    flex-wrap: wrap !important
  }
  
  .u-fxw-wr {
    flex-wrap: wrap-reverse !important
  }
  
  .u-jc-fs {
    justify-content: flex-start !important
  }
  
  .u-jc-fe {
    justify-content: flex-end !important
  }
  
  .u-jc-c {
    justify-content: center !important
  }
  
  .u-jc-sb {
    justify-content: space-between !important
  }
  
  .u-jc-sa {
    justify-content: space-around !important
  }
  
  .u-ai-fs {
    align-items: flex-start !important
  }
  
  .u-ai-fe {
    align-items: flex-end !important
  }
  
  .u-ai-c {
    align-items: center !important
  }
  
  .u-ai-b {
    align-items: baseline !important
  }
  
  .u-ai-s {
    align-items: stretch !important
  }
  
  .u-ac-fs {
    align-content: flex-start !important
  }
  
  .u-ac-fe {
    align-content: flex-end !important
  }
  
  .u-ac-c {
    align-content: center !important
  }
  
  .u-ac-sb {
    align-content: space-between !important
  }
  
  .u-ac-sa {
    align-content: space-around !important
  }
  
  .u-ac-s {
    align-content: stretch !important
  }
  
  .u-fx-n {
    flex: none !important
  }
  
  .u-as-a {
    -ms-grid-row-align: auto !important;
    align-self: auto !important
  }
  
  .u-as-fs {
    align-self: flex-start !important
  }
  
  .u-as-fe {
    align-self: flex-end !important
  }
  
  .u-as-c {
    -ms-grid-row-align: center !important;
    align-self: center !important
  }
  
  .u-as-b {
    align-self: baseline !important
  }
  
  .u-as-s {
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important
  }
  
  @media (max-width: 767px) {
    .u-sp-fxd-r {
      flex-direction: row !important
    }
    .u-sp-fxd-rr {
      flex-direction: row-reverse !important
    }
    .u-sp-fxd-c {
      flex-direction: column !important
    }
    .u-sp-fxd-cr {
      flex-direction: column-reverse !important
    }
    .u-sp-fxw-n {
      flex-wrap: nowrap !important
    }
    .u-sp-fxw-w {
      flex-wrap: wrap !important
    }
    .u-sp-fxw-wr {
      flex-wrap: wrap-reverse !important
    }
    .u-sp-jc-fs {
      justify-content: flex-start !important
    }
    .u-sp-jc-fe {
      justify-content: flex-end !important
    }
    .u-sp-jc-c {
      justify-content: center !important
    }
    .u-sp-jc-sb {
      justify-content: space-between !important
    }
    .u-sp-jc-sa {
      justify-content: space-around !important
    }
    .u-sp-ai-fs {
      align-items: flex-start !important
    }
    .u-sp-ai-fe {
      align-items: flex-end !important
    }
    .u-sp-ai-c {
      align-items: center !important
    }
    .u-sp-ai-b {
      align-items: baseline !important
    }
    .u-sp-ai-s {
      align-items: stretch !important
    }
    .u-sp-ac-fs {
      align-content: flex-start !important
    }
    .u-sp-ac-fe {
      align-content: flex-end !important
    }
    .u-sp-ac-c {
      align-content: center !important
    }
    .u-sp-ac-sb {
      align-content: space-between !important
    }
    .u-sp-ac-sa {
      align-content: space-around !important
    }
    .u-sp-ac-s {
      align-content: stretch !important
    }
    .u-sp-fx-n {
      flex: none !important
    }
    .u-sp-as-a {
      -ms-grid-row-align: auto !important;
      align-self: auto !important
    }
    .u-sp-as-fs {
      align-self: flex-start !important
    }
    .u-sp-as-fe {
      align-self: flex-end !important
    }
    .u-sp-as-c {
      -ms-grid-row-align: center !important;
      align-self: center !important
    }
    .u-sp-as-b {
      align-self: baseline !important
    }
    .u-sp-as-s {
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important
    }
  }
  
  
  /*# sourceMappingURL=maps/common.css.map */