@charset "UTF-8";
/*
Theme Name: theme_jda
Description: 日本演出者協会ウェブサイト
Author: AWAYA WEB DESIGN
Version: 1.0
*/
/* Box sizing rules */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&display=swap");
@import url("https://use.typekit.net/uqv5fjh.css");
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
ul[class],
ol[class],
figure,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul, ol,
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
  height: auto;
}

/* Natural flow and rhythm in articles by default */
/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

.is-pc {
  display: block;
}

@media screen and (max-width: 835px) {
  .is-pc {
    display: none;
  }
}

.is-pctb {
  display: block;
}

@media screen and (max-width: 480px) {
  .is-pctb {
    display: none;
  }
}

.is-tblg {
  display: none;
}

@media screen and (max-width: 1024px) {
  .is-tblg {
    display: block;
  }
}

@media screen and (max-width: 835px) {
  .is-tblg {
    display: none;
  }
}

.is-tbsm {
  display: none;
}

@media screen and (max-width: 1024px) {
  .is-tbsm {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .is-tbsm {
    display: none;
  }
}

.is-pcsm {
  display: none;
}

@media screen and (max-width: 1024px) {
  .is-pcsm {
    display: block;
  }
}

.is-tb {
  display: none;
}

@media screen and (max-width: 835px) {
  .is-tb {
    display: block;
  }
}

.is-sp {
  display: none;
}

@media screen and (max-width: 480px) {
  .is-sp {
    display: block;
  }
}

html {
  width: 100%;
  height: 100%;
}

body {
  position: relative;
  width: 100%;
  min-height: 100vh;
  font-size: 16px;
  font-family: 'Noto Sans JP','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,sans-serif;
  background: #f3f1d8 url(./image/common/bg.jpg) no-repeat fixed top center/cover;
  overflow-x: hidden;
}

@media screen and (max-width: 835px) {
  body {
    font-size: 14px;
    background: #f9f7dd;
  }
  body:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translate3d(0, 0, -1px);
    width: 100%;
    height: 100vh;
    background: #f9f7dd url(./image/common/bg_sp.jpg) center center no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    z-index: 0;
  }
}

main {
  width: 100%;
  min-height: 100vh;
}

a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

h1 {
  font-weight: 500;
}

h2 {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: 500;
}

h3 {
  font-weight: 500;
}

.l-header__sns,
.c-hd__sechd {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

::-moz-selection {
  background: #f9f7dd;
  color: #666666;
}

::selection {
  background: #f9f7dd;
  color: #666666;
}

/* for Firefox */
::-moz-selection {
  background: #f9f7dd;
  color: #666666;
}

.v-rl, .c-ncl__item > a, .c-hd__sechd {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -webkit-text-orientation: mixed;
          text-orientation: mixed;
}

.v-futura, .c-hd__sechd {
  font-family: futura-pt-bold, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.c-wrapper__1020 {
  max-width: 1020px;
  margin: 0 auto;
}

.c-category, .c-category--semws, .c-category--nwcl, .c-category--con, .c-category--pub {
  display: inline-block;
  padding: 7px 0;
  font-size: 12px;
  color: #ffffff;
  border-radius: 10px;
  letter-spacing: 1.2px;
  line-height: 1.5;
}

@media screen and (max-width: 835px) {
  .c-category, .c-category--semws, .c-category--nwcl, .c-category--con, .c-category--pub {
    font-size: 10px;
    letter-spacing: 0.8px;
  }
}

.c-category--semws {
  background-color: #964bb5;
}

.c-category--nwcl {
  background-color: #49b572;
}

.c-category--con {
  background-color: #007fcc;
}

.c-category--pub {
  background-color: #f48338;
}

.c-button__vwmr, .c-button__vwmr--sm, .c-button__vwinfo, .c-button__download {
  position: relative;
  display: block;
  width: 484px;
  height: 54px;
  color: #ffffff;
  background-color: #000000;
  text-align: center;
  line-height: 54px;
  letter-spacing: 1.5px;
  border-radius: 29px;
  text-decoration: none !important;
}

@media screen and (max-width: 835px) {
  .c-button__vwmr, .c-button__vwmr--sm, .c-button__vwinfo, .c-button__download {
    max-width: 307px;
    width: 81.8%;
    height: 43px;
    line-height: 43px;
    font-size: 13px;
  }
}

.c-button__vwmr:after, .c-button__vwmr--sm:after, .c-button__vwinfo:after, .c-button__download:after {
  content: '';
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 20px;
  background: url(./image/common/item/arrow_r.svg) no-repeat center/contain;
}

@media screen and (max-width: 835px) {
  .c-button__vwmr:after, .c-button__vwmr--sm:after, .c-button__vwinfo:after, .c-button__download:after {
    width: 8px;
  }
}

.c-button__vwmr--sm {
  width: 152px;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
}

@media screen and (max-width: 835px) {
  .c-button__vwmr--sm {
    width: 121px;
    height: 22px;
    line-height: 22px;
    font-size: 11px;
  }
}

.c-button__vwmr--sm:after {
  right: 15px;
  width: 6px;
  height: 13px;
}

.c-button__sct {
  width: 24%;
  margin: 0 2px 10px;
}

@media screen and (max-width: 835px) {
  .c-button__sct {
    width: 24%;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 720px) {
  .c-button__sct {
    width: 48%;
  }
}

@media screen and (max-width: 374px) {
  .c-button__sct {
    width: 48%;
  }
}

.c-button__sct > a {
  position: relative;
  display: block;
  width: 100%;
  height: 64px;
  border-radius: 32px;
  background-color: #f9f7dd;
  text-align: center;
  letter-spacing: 1.2px;
}

@media screen and (max-width: 835px) {
  .c-button__sct > a {
    width: 100%;
    height: 40px;
  }
}

@media screen and (max-width: 374px) {
  .c-button__sct > a {
    width: 100%;
  }
}

.c-button__sct > a h2 {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  font-weight: 400;
  text-indent: 1.2px;
}

@media screen and (max-width: 1024px) {
  .c-button__sct > a h2 {
    font-size: 14px;
  }
}

@media screen and (max-width: 835px) {
  .c-button__sct > a h2 {
    font-size: 13px;
  }
}

.c-button__sct > a:after {
  content: '';
  position: absolute;
  left: 32px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 22px;
  height: 22px;
  background: #000 url(./image/common/item/arrow_r.svg) no-repeat center/9px 12px;
  border-radius: 50px;
}

@media screen and (max-width: 1080px) {
  .c-button__sct > a:after {
    left: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .c-button__sct > a:after {
    left: 10px;
  }
}

@media screen and (max-width: 835px) {
  .c-button__sct > a:after {
    left: 15px;
    width: 18px;
    height: 18px;
    background-size: 6px 10px;
  }
}

@media screen and (max-width: 374px) {
  .c-button__sct > a:after {
    left: 10px;
    width: 14px;
    height: 14px;
    background-size: 4px 8px;
  }
}

.c-button__vwinfo, .c-button__download {
  display: block;
  transform: translateY(4px);
  width: 377px;
  height: 37px;
  font-size: 14px;
  line-height: 37px;
  letter-spacing: 1px;
  background-color: #000000;
}

.c-button__vwinfo:after, .c-button__download:after {
  width: 7px;
  right: 17px;
}

@media screen and (max-width: 835px) {
  .c-button__vwinfo:after, .c-button__download:after {
    right: 7px;
  }
}

@media screen and (max-width: 835px) {
  .c-button__vwinfo, .c-button__download {
    font-size: 13px;
  }
}

@media screen and (max-width: 480px) {
  .c-button__vwinfo, .c-button__download {
    max-width: 315px;
    width: 92%;
    border-radius: 18.5px;
  }
}

@media screen and (max-width: 374px) {
  .c-button__vwinfo, .c-button__download {
    font-size: 12px;
  }
}

.c-button__download {
  transform: translateY(4px);
}

.c-button__download:after {
  right: auto;
  left: 123px;
  width: 16px;
  height: 16px;
  background: url(./image/common/item/down-arrow.png) no-repeat center/contain;
}

.c-button__normal {
  display: block;
  transform: translateY(4px);
  width: 377px;
  height: 37px;
  margin: 37px auto 0;
  font-size: 14px;
  line-height: 37px !important;
  color: #ffffff;
  background-color: #000000;
  border-radius: 29px;
  text-align: center;
  text-decoration: none !important;
}

@media screen and (max-width: 835px) {
  .c-button__normal {
    width: 100%;
    font-size: 13px;
  }
}

@media screen and (max-width: 480px) {
  .c-button__normal {
    max-width: 315px;
    width: 92%;
    border-radius: 18.5px;
  }
}

@media screen and (max-width: 374px) {
  .c-button__normal {
    font-size: 12px;
  }
}

.c-button__normal img {
  position: relative;
  top: 3px;
  display: inline-block;
  width: 16px !important;
  height: 16px !important;
  margin-right: 8px;
}

.c-button__normal a {
  text-decoration: none !important;
}

.c-ncl__wrapper {
  position: relative;
  width: calc(100vw - 200px);
  margin: 0 auto;
}

@media screen and (max-width: 835px) {
  .c-ncl__wrapper {
    width: 100vw;
  }
}

.c-ncl__container {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}

@media screen and (max-width: 835px) {
  .c-ncl__container {
    flex-wrap: nowrap;
    overflow: scroll;
/*     justify-content: start; */
	      justify-content: flex-start;
    padding-bottom: 13px !important;
  }
}

.c-ncl__item {
  position: relative;
  height: 420px;
  width: auto;
  margin: 0 5px 15px 0;
}

@media screen and (max-width: 835px) {
  .c-ncl__item {
    height: 335px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 835px) {
  .c-ncl__item:first-child {
    margin-right: 14px;
    margin-right: 3.7vw;
  }
}

@media screen and (max-width: 835px) {
  .c-ncl__item:last-child {
    margin-left: 14px;
    margin-left: 3.7vw;
  }
}

.c-ncl__item > a {
  display: flex;
  height: 100%;
  width: auto;
  padding: 30px;
  background-color: #ffffff;
  box-shadow: 0px 3px 5px 0px rgba(8, 1, 3, 0.1);
}

@media screen and (max-width: 835px) {
  .c-ncl__item > a {
    padding: 23px;
  }
}

.c-ncl__item-content {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  height: 100%;
  word-break: break-all;
}

.c-ncl__item-title {
  margin: 0 10px 0 13px;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: .4px;
  line-height: 1.3;
}

@media screen and (max-width: 835px) {
  .c-ncl__item-title {
    margin: 0 8px 0 0;
    font-size: 17px;
  }
}

.c-ncl__item-info time {
  display: block;
  margin-left: 6px;
  line-height: 1;
  letter-spacing: 1.2px;
  font-size: 14px;
  color: #666666;
}

@media screen and (max-width: 835px) {
  .c-ncl__item-info time {
    margin-left: 3px;
    font-size: 11px;
  }
}

.c-ncl__item-image {
  width: 100%;

  width: 100px;
  /* height: 55px; */
  /* margin-top: 20px; */
  overflow: hidden;
}

@media screen and (max-width: 835px) {
  .c-ncl__item-image {
    /* width: calc(100% - 24px); */
    width: 80px;
  }
}

.c-ncl__item-image > img {
  width: auto;
  margin-top: 10px;
  margin-bottom: 0;

  width: 100%;
  height: 55px;
  object-position: center right;
  object-fit: contain;
}

@media screen and (max-width: 835px) {
  .c-ncl__item-image > img {
    /* margin-top: 16px; */
  }
}

.c-ncl__recr {
  position: relative;
}

.c-ncl__recr:before {
  content: '100';
  position: absolute;
  top: -56px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 66px;
  height: 71px;
  color: transparent;
  background: url(./image/section/top/bo_icon.png) no-repeat center/contain;
  z-index: 100;
}

@media screen and (max-width: 835px) {
  .c-ncl__recr:before {
    top: -46px;
    width: 60.8px;
    height: 56.8px;
  }
}

@media screen and (max-width: 835px) {
  .c-ncl__recr .c-hd__dlhd {
    width: 100%;
  }
}

.c-ncl__swarc {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 760px;
  margin: 0 auto 42px;
}

@media screen and (max-width: 1024px) {
  .c-ncl__swarc {
    width: 85%;
  }
}

@media screen and (max-width: 835px) {
  .c-ncl__swarc {
    width: 84%;
    max-width: 500px;
    margin-top: 50px;
  }
}

@media screen and (max-width: 480px) {
  .c-ncl__swarc {
    width: 100%;
  }
}

.c-ncl__swarc + .c-ncl__wrapper {
  margin-top: 100px;
}

.c-ncl__swarc > div {
  height: 100%;
  width: auto;
  padding: 80px 100px 73px;
  background-color: #ffffff;
  box-shadow: 0px 3px 5px 0px rgba(8, 1, 3, 0.1);
}

@media screen and (max-width: 980px) {
  .c-ncl__swarc > div {
    padding: 80px 80px 73px;
  }
}

@media screen and (max-width: 835px) {
  .c-ncl__swarc > div {
    padding: 40px 50px;
  }
}

@media screen and (max-width: 480px) {
  .c-ncl__swarc > div {
    padding: 30px;
  }
}

@media screen and (max-width: 374px) {
  .c-ncl__swarc > div {
    padding: 30px 15px;
  }
}

.c-ncl__swarc--hdimg {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 480px) {
  .c-ncl__swarc--hdimg {
    width: calc(100% + 30px);
    transform: translateX(-15px);
  }
}

@media screen and (max-width: 374px) {
  .c-ncl__swarc--hdimg {
    width: 100%;
    transform: none;
  }
}

.c-ncl__swarc--hdimg > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 34px;
}

@media screen and (max-width: 835px) {
  .c-ncl__swarc--hdimg > img {
    margin-bottom: 20px;
  }
}

.c-ncl__swarc--title {
  margin: 25px 0 47px;
  font-size: 22px;
  line-height: 1.36;
}

@media screen and (max-width: 835px) {
  .c-ncl__swarc--title {
    font-size: 20px;
  }
}

@media screen and (max-width: 480px) {
  .c-ncl__swarc--title {
    margin: 30px 0 40px;
    font-size: 18px;
  }
}

@media screen and (max-width: 374px) {
  .c-ncl__swarc--title {
    margin: 20px 0 40px;
  }
}

.c-ncl__swarc--list {
  margin-bottom: 40px;
}

@media screen and (max-width: 835px) {
  .c-ncl__swarc--list {
    max-width: 480px;
    margin: 0 auto 40px;
  }
}

@media screen and (max-width: 480px) {
  .c-ncl__swarc--list {
    max-width: 375px;
  }
}

.c-ncl__swarc--list > div {
  display: flex;
  margin-bottom: 24px;
}

@media screen and (max-width: 835px) {
  .c-ncl__swarc--list > div {
    flex-direction: column;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 374px) {
  .c-ncl__swarc--list > div {
    margin-bottom: 30px;
  }
}

.c-ncl__swarc--list dt {
  margin-right: 20px;
}

@media screen and (max-width: 835px) {
  .c-ncl__swarc--list dt {
    margin-right: 0;
  }
}

.c-ncl__swarc--list dd {
  font-size: 14px;
  padding-top: 4px;
}

@media screen and (max-width: 835px) {
  .c-ncl__swarc--list dd {
    padding-top: 20px;
  }
}

.c-ncl__swarc.c-ncl__recr::before {
  top: -26px;
  left: auto;
  right: 80px;
  transform: none;
  width: 100px;
  height: 105px;
}

@media screen and (max-width: 835px) {
  .c-ncl__swarc.c-ncl__recr::before {
    right: 30px;
    width: 70px;
    height: 75px;
  }
}

@media screen and (max-width: 480px) {
  .c-ncl__swarc.c-ncl__recr::before {
    right: 15px;
    width: 52px;
    height: 57px;
  }
}

.clmdown {
  justify-content: flex-start;
}

.wp-block-group__inner-container .my-column-row.wp-block-columns {
  align-items: flex-start;
}

.wp-block-group__inner-container .my-column-row.wp-block-columns .wp-block-column .wp-block-table td {
  padding-bottom: 32px;
}

.wp-block-group__inner-container .my-column-row.wp-block-columns .wp-block-column .wp-block-table img {
  width: 100px !important;
  height: 110px !important;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.wp-block-group__inner-container .my-column-row.wp-block-columns .wp-block-column p {
  margin-top: 12px;
}

.c-hd__container {
  position: absolute;
  right: 0;
  top: 100px;
  width: 135px;
  border-top: 1px solid #000;
  background-color: transparent;
}

@media screen and (max-width: 835px) {
  .c-hd__container {
    top: 80px;
  }
}

@media screen and (max-width: 480px) {
  .c-hd__container {
    width: 80px;
  }
}

.c-hd__sechd {
  position: absolute;
  right: -2px;
  width: 100px;
  height: 300px;
  margin-top: 21px;
  font-size: 19px;
  line-height: 1.375;
  letter-spacing: .3px;
}

@media screen and (max-width: 835px) {
  .c-hd__sechd {
    margin-top: 16px;
    font-size: 14px;
  }
}

.c-hd__dlhd {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 163px;
  min-height: 30px;
  font-size: 13px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 1.1px;
  border-radius: 5px;
  background-color: #dddddd;
  text-align: center;
}

.c-hd__left-line {
  position: relative;
  padding-left: 20px;
  font-size: 20px;
  font-weight: 500;
}

@media screen and (max-width: 835px) {
  .c-hd__left-line {
    font-size: 18px;
  }
}

.c-hd__left-line:before {
  content: '';
  position: absolute;
  left: 0;
  width: 4px;
  height: 30px;
  background-color: #000000;
}

@media screen and (max-width: 835px) {
  .c-hd__left-line:before {
    height: 27px;
  }
}

.c-hd__ab-sechd {
  width: 100%;
  height: 45px;
  font-size: 20px;
  font-weight: 500;
  color: #F9F7DD;
  line-height: 45px;
  background-color: #000000;
  text-align: center;
}

.l-header {
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 126px;
  padding: 22px 26px 30px;
  z-index: 100;
}

@media screen and (min-width: 1101px) and (max-width: 1299px) {
  .l-header {
    height: 100px;
    padding: 26px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1100px) {
  .l-header {
    height: 100px;
    padding: 26px 20px;
  }
}

@media screen and (max-width: 1024px) {
  .l-header {
    height: 100px;
    height: 80px;
  }
}

@media screen and (max-width: 835px) {
  .l-header {
    justify-content: center;
    height: 55px;
    padding: 0;
    background-color: #f9f7dd;
  }
}

.l-header__logo {
  width: 350px;
}

@media screen and (min-width: 1300px) and (max-width: 1320px) {
  .l-header__logo {
    width: 320px;
  }
}

@media screen and (min-width: 1160px) and (max-width: 1299px) {
  .l-header__logo {
    width: 300px;
  }
}

@media screen and (min-width: 1048px) and (max-width: 1159px) {
  .l-header__logo {
    width: 280px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1047px) {
  .l-header__logo {
    width: 260px;
  }
}

@media screen and (max-width: 1024px) {
  .l-header__logo {
    width: 300px;
  }
}

@media screen and (max-width: 835px) {
  .l-header__logo {
    padding-top: 10px;
  }
}

@media screen and (max-width: 480px) {
  .l-header__logo {
    width: 240px;
  }
}

@media screen and (max-width: 374px) {
  .l-header__logo {
    width: 200px;
  }
}

.l-header__sns {
  position: absolute;
  display: flex;
  flex-direction: column;
  left: 0;
  top: 0;
  width: 84px;
  height: 100vh;
  padding: 287px 0 0 42px;
}

.l-header__sns--fu {
  width: 14px;
}

.l-header__sns--line {
  display: block;
  width: 2px;
  height: 106px;
  margin: 22px 0;
  background-color: #000;
}

.l-header__sns--icon {
  position: relative;
  left: -6px;
}

.l-header__sns--icon li {
  margin-bottom: 11px;
}

.l-header__load {
  position: absolute;
  top: 0;
  left: 0;
  width: 100Vw;
  height: 100vh;
  background-color: #f3f1d8;
  z-index: 10000;
}

.l-nav__pc {
  padding-top: 5px;
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .l-nav__pc {
    padding-top: 0;
  }
}

@media screen and (max-width: 1024px) {
  .l-nav__pc {
    display: none;
  }
}

.l-nav__pc > ul {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 1.28;
  font-weight: 500;
}

@media screen and (min-width: 1084px) and (max-width: 1279px) {
  .l-nav__pc > ul {
    font-size: 13px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1083px) {
  .l-nav__pc > ul {
    font-size: 12px;
  }
}

.l-nav__pc > ul li {
  position: relative;
}

.l-nav__pc > ul li:nth-of-type(even) {
  position: relative;
  padding: 0 15.5px;
}

@media screen and (min-width: 1160px) and (max-width: 1279px) {
  .l-nav__pc > ul li:nth-of-type(even) {
    padding: 0 10px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1159px) {
  .l-nav__pc > ul li:nth-of-type(even) {
    padding: 0 7px;
  }
}

.l-nav__sp {
  display: none;
  transition: all .5s;
}

@media screen and (max-width: 1024px) {
  .l-nav__sp {
    display: block;
    position: absolute;
    top: 0;
    right: -375px;
    width: 375px;
    height: 100vh;
    padding-top: 80px;
	 padding-bottom: 100px;
    background-color: #e8e8cf;
	 overflow-y: scroll;
  }
}

@media screen and (max-width: 835px) {
  .l-nav__sp {
    top: 55px;
    padding-top: 0;
  }
}

@media screen and (max-width: 480px) {
  .l-nav__sp {
    right: -101vw;
    width: 100vw;
    height: 100vh;
    background-color: #e8e8cf;
  }
}

.l-nav__sp--menu {
  font-weight: 500;
}

.l-nav__sp--menu li {
  border-bottom: 1px solid #000;
}

.l-nav__sp--menu li:first-child {
  border-top: 1px solid #000;
}

.l-nav__sp--menu li a {
  position: relative;
  padding: 10.5px 28px;
  font-size: 13px;
  letter-spacing: 1.2px;
}

@media screen and (max-width: 480px) {
  .l-nav__sp--menu li a {
    padding: 10.5px 28px;
  }
}

.l-nav__sp--sns {
  margin-top: 35px;
}

.l-nav__sp--sns ul {
  display: flex;
  justify-content: center;
}

.l-nav__sp--sns ul li {
  width: 30px;
  margin: 0 18px;
}

.l-nav__sp--sns ul li img {
  width: 100%;
  height: 100%;
}

.l-nav__btn {
  display: none;
  position: absolute;
  right: 30px;
  top: 26px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
  outline: none;
  width: 30px;
  padding: 0;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .l-nav__btn {
    display: block;
  }
}

@media screen and (max-width: 835px) {
  .l-nav__btn {
    right: 16px;
    top: 16px;
  }
}

.l-nav__btn > div {
  margin-bottom: 3px;
}

.l-nav__btn > div span {
  display: block;
  width: 30px;
  height: 2px;
  background-color: #000;
  transition: all .2s;
}

.l-nav__btn > div span:nth-child(2) {
  margin: 6px 0;
}

.l-nav__btn:after {
  content: '';
  position: relative;
  display: block;
  width: 27px;
  height: 10px;
  margin: 0 auto;
  background: url(./image/common/item/menu.png) no-repeat center/contain;
  transition: all .2s;
}

.l-nav__inMenu {
  position: absolute;
  top: 40px;
  left: -10px;
  width: 200px;
  padding: 20px 20px 10px !important;
  background-color: #f9f7dd;
  font-weight: normal;
  transition: all .3s;
  visibility: hidden;
  opacity: 0;
}
.l-nav__inMenu.aboutus{
  top: 30px;
}

.l-nav__inMenu li {
  margin-bottom: 10px;
}

.l-nav__inMenu li:nth-of-type(even) {
  padding: 0 !important;
}

.l-nav__inMenu-s {
  top: 20px;
}

.l-nav__inMenu-z {
  left: auto;
  right: 0;
  top: 20px;
}

.l-nav__inMenu--sp li:last-child {
  border-bottom: 0;
}

.l-nav__inMenu--sp a {
  position: relative;
  padding-left: 10px;
}

.l-nav__inMenu--sp a:before {
  content: '-';
  display: inline-block;
  position: relative;
  left: 0;
  margin-right: 10px;
}

.l-footer {
  margin-top: 80px;
}

@media screen and (max-width: 835px) {
  .l-footer {
    margin-top: 0;
  }
}

.l-footer__nav {
  width: 100%;
  padding: 66px 0 30px;
  padding-left: 20px;
  background-color: #e8e8cf;
  font-size: 15px;
  letter-spacing: 1.2px;
  line-height: 2;
}

@media screen and (max-width: 480px) {
  .l-footer__nav {
    padding: 0;
    font-size: 13px;
  }
}

.l-footer__nav > div {
  margin: 0 auto;
}

@media screen and (max-width: 1280px) {
  .l-footer__nav > div {
    max-width: 980px;
  }
}

@media screen and (max-width: 1100px) {
  .l-footer__nav > div {
    max-width: 880px;
  }
}

@media screen and (max-width: 981px) {
  .l-footer__nav > div {
    max-width: 680px;
  }
}

@media screen and (max-width: 835px) {
  .l-footer__nav > div {
    max-width: 480px;
  }
}

.l-footer__nav--container {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 981px) {
  .l-footer__nav--container {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 480px) {
  .l-footer__nav--container {
    display: block;
    border-bottom: 1px solid #000;
    letter-spacing: 1.5px;
    text-indent: 1.5px;
  }
}

@media screen and (max-width: 480px) {
  .l-footer__nav--container div p {
    border-top: 1px solid #000;
  }
}

@media screen and (max-width: 480px) {
  .l-footer__nav--container div p a {
    padding: 0 7.4%;
    line-height: 40px;
  }
}

@media screen and (max-width: 480px) {
  .l-footer__nav--container div ul li {
    border-top: 1px solid #000;
  }
}

@media screen and (max-width: 480px) {
  .l-footer__nav--container div ul li > a {
    padding: 0 7.4%;
    font-size: 13px;
    line-height: 40px;
  }
}

.l-footer__nav--block {
  width: 275px;
}

@media screen and (max-width: 981px) {
  .l-footer__nav--block {
    width: 50%;
  }
}

@media screen and (max-width: 480px) {
  .l-footer__nav--block {
    width: 100%;
  }
}

.l-footer__nav--block div {
  margin-bottom: 28px;
}

@media screen and (max-width: 480px) {
  .l-footer__nav--block div {
    margin-bottom: 0;
  }
}

.l-footer__nav--block div ul li a {
  display: block;
  padding-left: 5px;
}

.l-footer__nav--block div ul li a:before {
  content: '-';
  position: relative;
  display: inline-block;
  padding-left: 5px;
}

@media screen and (max-width: 480px) {
  .l-footer__nav--block div ul li a:before {
    padding-left: 38px;
  }
}

.l-footer__address {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 18px 0;
  background-color: #f9f7dd;
  font-size: 14px;
}

@media screen and (max-width: 835px) {
  .l-footer__address {
    padding: 30px 20px 40px;
    flex-direction: column;
    align-items: center;
  }
}

.l-footer__address > img {
  width: 246px;
  height: 35px;
  margin-right: 58px;
}

@media screen and (max-width: 835px) {
  .l-footer__address > img {
    width: 225px;
    height: 33px;
    margin-right: 0;
  }
}

.l-footer__address div {
  font-style: normal;
  line-height: 1.6;
  letter-spacing: .8px;
}

@media screen and (max-width: 835px) {
  .l-footer__address div {
    margin-top: 4px;
    font-size: 12px;
    line-height: 1.8;
    letter-spacing: normal;
  }
}

.l-footer__copy {
  width: 100%;
  padding: 4px 0;
  color: #f9f7dd;
  background-color: #000;
  text-align: center;
  font-size: 10px;
}

.l-footer__totop {
  position: fixed;
  right: 68px;
  bottom: 68px;
  z-index: 10000;
  cursor: pointer;
}

@media screen and (max-width: 835px) {
  .l-footer__totop {
    display: none !important;
  }
}

.l-footer__totop div {
  width: 70px;
  height: 70px;
  border: 2px solid #000;
  border-radius: 50%;
  background-color: #f9f7dd;
}

.l-footer__totop img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.p-index-top {
  padding-top: 176px;
  background-color: transparent;
}

@media screen and (max-width: 835px) {
  .p-index-top {
    padding-top: 80px;
  }
}

@media screen and (max-width: 480px) {
  .p-index-top {
    padding-top: 55px;
  }
}

.p-index-top__scrl {
  display: none;
}

@media screen and (max-width: 835px) {
  .p-index-top__scrl {
    display: block;
    margin-left: 10px;
  }
}

.p-index-top .c-button__vwmr, .p-index-top .c-button__vwmr--sm, .p-index-top .c-button__vwinfo, .p-index-top .c-button__download {
  margin: 23px auto 0;
}

@media screen and (max-width: 835px) {
  .p-index-top .c-button__vwmr, .p-index-top .c-button__vwmr--sm, .p-index-top .c-button__vwinfo, .p-index-top .c-button__download {
    margin-top: 21px;
  }
}

.p-index-sc {
  width: 100%;
  margin-top: 80px;
}

@media screen and (max-width: 835px) {
  .p-index-sc {
    margin-top: 26px;
    padding: 10px 0 5px;
    background-color: #dbd9c1;
  }
}

.p-index-sc > div {
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 1080px) {
  .p-index-sc > div {
    width: 94%;
  }
}

@media screen and (min-width: 523px) and (max-width: 720px) {
  .p-index-sc > div {
    width: 350px;
  }
}

.p-index-sc__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (max-width: 835px) {
  .p-index-sc__container {
    justify-content: flex-start;
  }
}

.p-index-au {
  position: relative;
  max-width: 1054px;
  margin: 90px auto 0;
}

@media screen and (max-width: 1080px) {
  .p-index-au {
    width: 92%;
  }
}

@media screen and (max-width: 835px) {
  .p-index-au {
    width: 92%;
    margin-top: 20px;
  }
}

.p-index-au__content {
  padding-top: 55px;
  padding-left: 107px;
}

@media screen and (max-width: 1024px) {
  .p-index-au__content {
    padding-left: 64px;
  }
}

@media screen and (max-width: 835px) {
  .p-index-au__content {
    padding-top: 73px;
    padding-left: 18px;
  }
}

@media screen and (max-width: 374px) {
  .p-index-au__content {
    width: 95%;
    padding-left: 0;
  }
}

.p-index-au__content--catch {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.6;
}

@media screen and (max-width: 835px) {
  .p-index-au__content--catch {
    font-size: 18px;
    line-height: 1.8;
  }
}

@media screen and (max-width: 835px) and (max-width: 374px) {
  .p-index-au__content--catch {
    font-size: 17px;
  }
}

.p-index-au__content--catch > em {
  font-style: normal;
}

.p-index-au__content--detail {
  margin-top: 40px;
  font-size: 16px;
  line-height: 1.95;
}

@media screen and (max-width: 835px) {
  .p-index-au__content--detail {
    margin-top: 26px;
    font-size: 14px;
  }
}

.p-index-au .c-button__vwmr--sm {
  margin-top: 30px;
}

@media screen and (max-width: 835px) {
  .p-index-au .c-button__vwmr--sm {
    margin-top: 16px;
  }
}

.s-index-bn {
  margin-top: 70px;
}

@media screen and (max-width: 835px) {
  .s-index-bn {
    margin-top: 50px;
    padding-bottom: 25px;
    background-color: #dbd9c1;
  }
}

.s-index-bn__title {
  position: relative;
  padding-top: 192px;
}

@media screen and (max-width: 835px) {
  .s-index-bn__title {
    padding-top: 45px;
  }
}

.s-index-bn__title:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 133px;
  background-color: #000;
}

@media screen and (max-width: 835px) {
  .s-index-bn__title:before {
    display: none;
  }
}

.s-index-bn__title h2 {
  font-size: 26px;
  text-align: center;
}

@media screen and (max-width: 835px) {
  .s-index-bn__title h2 {
    font-size: 18px;
  }
}

.s-index-bn__title h2 span {
  display: block;
  font-weight: bold;
  font-size: 16px;
  color: #aaaaaa;
  letter-spacing: 1.3px;
  text-indent: 1.3px;
}

@media screen and (max-width: 835px) {
  .s-index-bn__title h2 span {
    font-size: 12px;
  }
}

.s-index-bn__slider {
  width: 100vw;
  margin-top: 42px;
  padding-bottom: 40px;
}

@media screen and (max-width: 835px) {
  .s-index-bn__slider {
    margin-top: 24px;
    padding-bottom: 11px;
  }
}

.s-index-bn__slider--item {
  width: 260px;
  box-shadow: 0px 3px 5px 0px rgba(8, 1, 3, 0.1);
}

.s-index-bn__slider--item:first-child {
  margin-left: 140px;
}

@media screen and (max-width: 835px) {
  .s-index-bn__slider--item:first-child {
    margin-left: 58px;
  }
}

@media screen and (max-width: 374px) {
  .s-index-bn__slider--item:first-child {
    margin-left: 30px;
  }
}

.s-index-bn__slider--item a {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  padding: 30px 30px 18px;
  background-color: #fff;
}

.s-index-bn__slider--item a h3 {
  margin-top: 12px;
  font-weight: 400;
}

@media screen and (max-width: 835px) {
  .s-index-bn__slider--item a h3 {
    margin-top: 15px;
  }
}

.s-index-bn__slider--image {
  width: 198px;
  height: 277px;
}

.s-index-bn__slider--image > img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.s-index-bn__scrl {
  display: none;
}

@media screen and (max-width: 835px) {
  .s-index-bn__scrl {
    position: relative;
    display: block;
    width: 100%;
    padding-right: 10px;
    text-align: right;
  }
}

@media screen and (max-width: 835px) {
  .s-index-bn__scrl > img {
    display: inline;
  }
}

.s-index-bn .c-button__vwmr, .s-index-bn .c-button__vwmr--sm, .s-index-bn .c-button__vwinfo, .s-index-bn .c-button__download {
  margin: 0 auto;
}

@media screen and (max-width: 835px) {
  .s-index-bn .c-button__vwmr, .s-index-bn .c-button__vwmr--sm, .s-index-bn .c-button__vwinfo, .s-index-bn .c-button__download {
    margin-top: 17px;
  }
}

.swiper-container {
  z-index: 0 !important;
}

.p-cat-p__under {
  padding-top: 163px;
  margin-bottom: 80px;
}

@media screen and (max-width: 835px) {
  .p-cat-p__under {
    margin-top: 20px;
    padding-top: 80px;
  }
}

@media screen and (max-width: 480px) {
  .p-cat-p__under {
    margin-top: 60px;
    padding-top: 55px;
  }
}

.p-cat-p__under .c-hd__container {
  right: -8px;
}

@media screen and (max-width: 835px) {
  .p-cat-p__under .c-hd__container {
    right: 0;
  }
}

.p-cat-p__heading {
  text-align: center;
}

.p-cat-p__heading > h1 {
  font-size: 34px;
  letter-spacing: 1.6px;
  padding-left: 16px;
}

@media screen and (max-width: 835px) {
  .p-cat-p__heading > h1 {
    padding-left: 0;
    font-size: 24px;
  }
}

@media screen and (max-width: 480px) {
  .p-cat-p__heading > h1 {
    font-size: 20px;
  }
}

.p-cat-p__caption {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 19px auto 38px;
  letter-spacing: .56px;
  transform: translateX(8px);
}

@media screen and (max-width: 835px) {
  .p-cat-p__caption {
    flex-wrap: wrap;
    margin: 16px auto 24px;
  }
}

@media screen and (max-width: 480px) {
  .p-cat-p__caption {
    width: 90%;
  }
}

.p-cat-p__caption span {
  font-size: 14px;
  line-height: 1;
}

@media screen and (max-width: 835px) {
  .p-cat-p__caption span {
    font-size: 12px;
    line-height: 2;
  }
}

.p-cat-p__caption span a {
  text-decoration: underline;
}

.p-cat-p__caption img {
  margin: 0 14px;
}

@media screen and (max-width: 835px) {
  .p-cat-p__caption img {
    height: 14px;
    margin: 0 10px;
  }
}

.p-cat-p__container {
  position: relative;
  max-width: 1054px;
  margin: 45px auto 81px;
  padding-top: 61px;
  padding-left: 114px;
}

@media screen and (max-width: 1080px) {
  .p-cat-p__container {
    max-width: 90%;
  }
}

@media screen and (max-width: 1024px) {
  .p-cat-p__container {
    padding-left: 100px;
  }
}

@media screen and (max-width: 835px) {
  .p-cat-p__container {
    max-width: 92%;
    margin-bottom: 60px;
    padding-top: 84px;
    padding-left: 18px;
  }
}

@media screen and (max-width: 480px) {
  .p-cat-p__container {
    padding-left: 0;
  }
}

.p-cat-p__container .c-hd__container {
  top: 0;
}

.p-cat-p__container--content p {
  width: 525px;
  margin-bottom: 50px;
  line-height: 1.875;
}

@media screen and (max-width: 835px) {
  .p-cat-p__container--content p {
    max-width: 525px;
    width: 92%;
    margin-bottom: 25px;
  }
}

.p-cat-p__container--content p.p-cat-p__container--caution {
  position: relative;
  padding-left: 16px;
  font-size: 13px;
}

.p-cat-p__container--content p.p-cat-p__container--caution:before {
  content: '※';
  display: inline-block;
  position: absolute;
  left: 0;
  width: 16px;
}

.p-cat-p__section-hd {
  margin-bottom: 47px;
  font-size: 30px;
}

@media screen and (max-width: 835px) {
  .p-cat-p__section-hd {
    margin-bottom: 30px;
    font-size: 20px;
  }
}

.p-cat-p__about {
  position: relative;
  max-width: 1022px;
  margin: 45px auto 81px;
  padding-left: 100px;
}

@media screen and (max-width: 1080px) {
  .p-cat-p__about {
    max-width: 90%;
    padding-left: 7.5%;
  }
}

@media screen and (max-width: 1024px) {
  .p-cat-p__about {
    padding-left: 5.5%;
  }
}

@media screen and (max-width: 480px) {
  .p-cat-p__about {
    padding-left: 0;
  }
}

.p-cat-p__about .c-hd__container {
  top: -7px;
}

.p-cat-p__about .p-index-au__content {
  width: 526px;
  padding-left: 0;
}

@media screen and (max-width: 835px) {
  .p-cat-p__about .p-index-au__content {
    max-width: 526px;
    width: 92%;
  }
}

@media screen and (max-width: 480px) {
  .p-cat-p__about .p-index-au__content {
    margin: 0 auto;
  }
}

.p-cat-p__about .p-index-au__content--detail {
  margin-top: 50px;
  line-height: 1.9;
}

@media screen and (max-width: 835px) {
  .p-cat-p__about .p-index-au__content--detail {
    margin-top: 40px;
  }
}

.p-cat-p__about--list li {
  position: relative;
  padding-left: 20px;
}

.p-cat-p__about--list li:before {
  content: '●';
  position: absolute;
  display: block;
  left: 0;
}

.p-cat-p__about--list-wrapper {
  width: 1022px;
  margin: 80px auto 0;
  transform: translateX(13px);
}

@media screen and (max-width: 1080px) {
  .p-cat-p__about--list-wrapper {
    max-width: 90%;
  }
}

.p-cat-p__about--list-wrapper .c-hd__left-line {
  width: 862px;
  margin: 30px auto 0;
  left: 10px;
}

@media screen and (max-width: 1024px) {
  .p-cat-p__about--list-wrapper .c-hd__left-line {
    width: 92%;
  }
}

.p-cat-p__semiws {
  margin: 39px auto 51px;
}

@media screen and (max-width: 1024px) {
  .p-cat-p__semiws {
    padding-left: 50px;
  }
}

@media screen and (max-width: 835px) {
  .p-cat-p__semiws {
    padding-left: 18px;
  }
}

@media screen and (max-width: 480px) {
  .p-cat-p__semiws {
    padding-top: 123px;
  }
}

.p-cat-p__semiws--btnWrapper {
  width: 1000px;
  margin: 80px auto 100px;
}

@media screen and (max-width: 1024px) {
  .p-cat-p__semiws--btnWrapper {
    max-width: 768px;
    width: 80%;
  }
}

@media screen and (max-width: 835px) {
  .p-cat-p__semiws--btnWrapper {
    width: 90%;
    max-width: 610px;
    margin: 40px auto 50px;
  }
}

.p-cat-p__semiws--btnWrapper ul {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .p-cat-p__semiws--btnWrapper ul {
    flex-wrap: wrap;
  }
}

.p-cat-p__semiws--btnWrapper li {
  width: calc(100% / 4 - 4px);
}

@media screen and (max-width: 1024px) {
  .p-cat-p__semiws--btnWrapper li {
    width: calc(100% / 2 - 4px);
  }
}

@media screen and (max-width: 480px) {
  .p-cat-p__semiws--btnWrapper li {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
  }
}

.p-cat-p__semiws--btnWrapper .c-button__vwmr, .p-cat-p__semiws--btnWrapper .c-button__vwmr--sm, .p-cat-p__semiws--btnWrapper .c-button__vwinfo, .p-cat-p__semiws--btnWrapper .c-button__download {
  width: 100%;
  height: 64px;
  line-height: 64px;
  border-radius: 70px;
}

@media screen and (max-width: 835px) {
  .p-cat-p__semiws--btnWrapper .c-button__vwmr, .p-cat-p__semiws--btnWrapper .c-button__vwmr--sm, .p-cat-p__semiws--btnWrapper .c-button__vwinfo, .p-cat-p__semiws--btnWrapper .c-button__download {
    height: 54px;
    line-height: 54px;
  }
}

@media screen and (max-width: 480px) {
  .p-cat-p__semiws--btnWrapper .c-button__vwmr, .p-cat-p__semiws--btnWrapper .c-button__vwmr--sm, .p-cat-p__semiws--btnWrapper .c-button__vwinfo, .p-cat-p__semiws--btnWrapper .c-button__download {
    height: 37px;
    line-height: 37px;
  }
}

.p-cat-p__publish--wrapper {
  max-width: 1054px;
}

.p-cat-p__publish--wrapper .c-hd__container {
  top: 0;
}

@media screen and (max-width: 1080px) {
  .p-cat-p__publish--wrapper .c-hd__container {
    right: 0;
  }
}

@media screen and (max-width: 1024px) {
  .p-cat-p__publish--wrapper .c-hd__container {
    right: -40px;
  }
}

@media screen and (max-width: 835px) {
  .p-cat-p__publish--wrapper .c-hd__container {
    top: -100px;
    right: 6%;
  }
}

.p-cat-p__publish--container {
  justify-content: flex-start;
  flex-direction: row;
  max-width: 948px;
  margin: 0 auto;
  padding-top: 60px !important;
  padding-left: 11px !important;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 1200px) {
  .p-cat-p__publish--container {
    width: 82%;
  }
}

@media screen and (max-width: 1080px) {
  .p-cat-p__publish--container {
    width: 90%;
  }
}

@media screen and (max-width: 1024px) {
  .p-cat-p__publish--container {
    width: 100%;
  }
}

@media screen and (max-width: 835px) {
  .p-cat-p__publish--container {
    flex-direction: row-reverse;
    margin: 0 !important;
    margin-top: 140px !important;
    padding-top: 20px !important;
  }
}

.p-cat-p__publish--container .c-ncl__item {
  width: calc(100% / 3 - 5px);
  height: 352px;
}

@media screen and (max-width: 1024px) {
  .p-cat-p__publish--container .c-ncl__item {
    height: 330px;
  }
}

@media screen and (max-width: 835px) {
  .p-cat-p__publish--container .c-ncl__item {
    width: auto;
    height: 320px;
  }
}

.p-cat-p__publish--container .c-ncl__item > a {
  display: block;
  width: 100%;
  padding: 40px 20px 50px;
}

@media screen and (max-width: 1024px) {
  .p-cat-p__publish--container .c-ncl__item > a {
    padding: 30px 20px 40px;
  }
}

@media screen and (max-width: 835px) {
  .p-cat-p__publish--container .c-ncl__item > a {
    width: auto;
    padding: 30px 30px 40px;
  }
}

.p-cat-p__publish--item {
  flex-direction: row-reverse;
  justify-content: center;
  width: 100%;
  text-align: center;
}

.p-cat-p__publish--item h2 {
  margin-top: 30px;
  font-size: 14px;
  letter-spacing: .56px;
  text-align: center;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
}

.p-cat-p__publish--item div {
  margin: 0 auto;
  width: 150px;
  height: 212px;
}

@media screen and (max-width: 1024px) {
  .p-cat-p__publish--item div {
    height: auto;
  }
}

.p-cat-p__publish--item div img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-cat-p__publish--address {
  width: 838px;
  margin: 64px auto 100px;
}

@media screen and (max-width: 835px) {
  .p-cat-p__publish--address {
    width: 90%;
    margin: 50px auto;
    padding-bottom: 50px;
  }
}

.p-cat-p__publish--address-desc {
  margin-top: 50px;
  margin-bottom: 32px;
}

.p-cat-p__publish--address address {
  font-style: normal;
  line-height: 1.9;
}

.p-cat-p__publish--address address a {
  display: inline;
  text-decoration: underline;
}

.p-cat-s__rc--heading {
  margin: 25px 0 42px;
  font-size: 22px;
  line-height: 1.36;
  letter-spacing: .6px;
}

@media screen and (max-width: 480px) {
  .p-cat-s__rc--heading {
    font-size: 18px;
  }
}

.p-cat-s__rc--cap > h2 {
  font-size: 14px;
}

.p-cat-s__rc--cap p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.6;
}

.p-cat-s__rc--detail {
  margin-top: 44px;
}

.p-cat-s__rc--list {
  font-size: 14px;
}

.p-cat-s__rc--list .wp-block-columns {
  display: flex;
  align-items: baseline;
  margin-bottom: 40px;
}

@media screen and (max-width: 835px) {
  .p-cat-s__rc--list .wp-block-columns {
    flex-direction: column;
    max-width: 480px;
    margin: 0 auto 40px;
  }
}

@media screen and (max-width: 480px) {
  .p-cat-s__rc--list .wp-block-columns {
    max-width: 375px;
  }
}

.p-cat-s__rc--list .wp-block-columns:last-child {
  margin-bottom: 0;
}

.p-cat-s__rc--list-clm {
  flex-direction: column;
}

.p-cat-s__rc--list-clm img {
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-cat-s__rc--list .c-button__vwinfo, .p-cat-s__rc--list .c-button__download {
  margin-top: 12px;
  margin-bottom: 26px;
}

@media screen and (max-width: 835px) {
  .p-cat-s__rc--list .c-button__vwinfo, .p-cat-s__rc--list .c-button__download {
    max-width: 100%;
    width: 100%;
  }
}

.p-cat-s__rc--list-img {
  padding-top: 16px;
}

@media screen and (max-width: 835px) {
  .p-cat-s__rc--list-img {
    margin: 10px 0;
    padding-top: 0;
  }
}

.p-cat-s__content {
  font-size: 14px;
}

.p-cat-s__content > div {
  padding-bottom: 81px;
}

@media screen and (max-width: 835px) {
  .p-cat-s__content > div {
    padding-bottom: 50px;
  }
}

.p-cat-s__content h1 {
  margin-bottom: 30px;
  font-size: 22px;
  letter-spacing: .5px;
  line-height: 1.36;
}

@media screen and (max-width: 835px) {
  .p-cat-s__content h1 {
    margin-bottom: 24px;
    font-size: 18px;
  }
}

.p-cat-s__content h2 {
  position: relative;
  margin-top: 38px;
  margin-bottom: 30px;
  padding-left: 5px;
  font-size: 16px;
  font-weight: 500;
}

@media screen and (max-width: 835px) {
  .p-cat-s__content h2 {
    margin-bottom: 24px;
  }
}

.p-cat-s__content h2:after {
  content: '';
  position: relative;
  left: -5px;
  display: block;
  margin-top: 4px;
  width: calc(100% + 5px);
  height: 1px;
  background-color: #666666;
}

.p-cat-s__content h2.p-cat-s__content--crown {
  width: 100%;
  padding: 40px 0;
  font-size: 20px;
  text-align: center;
  border: 2px solid #000;
}

@media screen and (max-width: 835px) {
  .p-cat-s__content h2.p-cat-s__content--crown {
    padding: 28px;
    font-size: 18px;
  }
}

@media screen and (max-width: 1024px) {
  .p-cat-s__content h2.p-cat-s__content--crown {
    padding: 16px;
    font-size: 16px;
  }
}

.p-cat-s__content h2.p-cat-s__content--crown:after {
  display: none;
}

.p-cat-s__content h2.p-cat-s__content--crown img {
  display: inline;
  margin-right: 8px;
  vertical-align: middle;
}

@media screen and (max-width: 835px) {
  .p-cat-s__content h2.p-cat-s__content--crown img {
    position: relative;
    top: -2px;
    width: 18px;
    height: 18px;
    vertical-align: bottom;
  }
}

.p-cat-s__content .c-hd__left-line {
  padding-left: 10px;
}

.p-cat-s__content .c-hd__left-line:after {
  display: none;
}

.p-cat-s__content time {
  display: block;
  margin-bottom: 43px;
  text-align: right;
  color: #999999;
}

.p-cat-s__content time + .p-cat-s__rc--detail {
  margin-top: -13px;
}

.p-cat-s__content p {
  margin-top: 22px;
  line-height: 1.58;
}

@media screen and (max-width: 835px) {
  .p-cat-s__content p {
    margin-top: 18px;
    line-height: 1.68;
  }
}

.p-cat-s__content .p-cat-bl__ul, .p-cat-s__content .p-cat-s__content__ul-none, .p-cat-s__content .p-cat-s__content__ol, .p-cat-s__content .p-cat-s__content__ul-kome {
  max-width: 100%;
  width: 100%;
  margin-top: 0 !important;
  margin-bottom: 20px;
}

.p-cat-s__content .p-cat-bl__ul li, .p-cat-s__content .p-cat-s__content__ul-none li, .p-cat-s__content .p-cat-s__content__ol li, .p-cat-s__content .p-cat-s__content__ul-kome li {
  margin-bottom: 0;
  padding-left: 14px;
  line-height: 1.58;
}

.p-cat-s__content__ul-none li, .p-cat-s__content__ol li {
  padding-left: 0 !important;
}

.p-cat-s__content__ul-none li:before, .p-cat-s__content__ol li:before {
  content: '' !important;
}

.p-cat-s__content__ul-kome li:before {
  content: '※' !important;
}

.p-cat-s__content__ol li {
  list-style: decimal inside;
}

.p-cat-s__content__ol li:before {
  display: none !important;
}

.p-cat-s__content a:not([class]) {
  display: inline;
  text-decoration: underline;
}

.p-cat-s__content .c-button__vwinfo, .p-cat-s__content .c-button__download {
  line-height: 37px;
  margin-bottom: 32px;
}

.p-cat-s__content .c-button__vwinfo a, .p-cat-s__content .c-button__download a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none !important;
}

.p-cat-s__content__frame-group {
  margin: 40px 0 60px;
  padding: 40px;
  background: #f9f7dd;
  border: 1px solid #000;
}

@media screen and (max-width: 835px) {
  .p-cat-s__content__frame-group {
    margin: 20px 0 30px;
    padding: 28px;
  }
}

@media screen and (max-width: 1024px) {
  .p-cat-s__content__frame-group {
    padding: 16px;
  }
}

.p-cat-s__content__frame-group .wp-block-group__inner-container {
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.p-cat-s__content__frame-group .wp-block-group__inner-container p:first-child {
  margin-top: 0;
}

.p-cat-s__content__profile-group {
  position: relative;
  margin: 30px 0 10px;
  padding: 30px 30px 20px;
}

@media screen and (max-width: 1024px) {
  .p-cat-s__content__profile-group {
    padding: 16px;
  }
}

.p-cat-s__content__profile-group:before {
  content: '';
  background-image: linear-gradient(to right, #707070, #707070 5px, transparent 5px, transparent 10px), linear-gradient(to right, #707070, #707070 5px, transparent 5px, transparent 10px), linear-gradient(to bottom, #707070, #707070 5px, transparent 5px, transparent 10px), linear-gradient(to bottom, #707070, #707070 5px, transparent 5px, transparent 10px);
  background-size: 10px 1px, 8px 1px, 1px 8px, 1px 8px;
  background-position: left top, left bottom, left top, right top;
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}

.p-cat-s__content__profile-group .wp-block-columns {
  display: flex;
  margin-bottom: 25px;
  font-size: 13px;
}

@media screen and (max-width: 835px) {
  .p-cat-s__content__profile-group .wp-block-columns {
    flex-direction: column;
  }
}

.p-cat-s__content__profile-group .wp-block-columns div:first-child {
  flex-basis: 24% !important;
}

.p-cat-s__content__profile-group .wp-block-columns div:last-child {
  flex-basis: 76% !important;
  margin-left: 0;
  padding-top: 10px;
  padding-left: 20px;
}

@media screen and (max-width: 835px) {
  .p-cat-s__content__profile-group .wp-block-columns div:last-child {
    padding-top: 20px;
    padding-left: 0;
  }
}

.p-cat-s__content__profile-group .wp-block-columns div:last-child p:first-child {
  margin-top: 0;
}

.p-cat-s__content__profile-group .wp-block-columns strong {
  font-size: 14px;
}

.p-cat-s__content__profile-group .wp-block-table table {
  border-spacing: 0px 10px;
}

.p-cat-s__content__profile-group .wp-block-table tr {
  vertical-align: middle;
}

@media screen and (max-width: 835px) {
  .p-cat-s__content__profile-group .wp-block-table tr {
    display: flex;
    flex-direction: column;
  }
}

.p-cat-s__content__profile-group .wp-block-table tr > td:first-child {
  width: 100px;
  display: block;
  padding: 5px;
  margin-right: 15px;
  border: 1px solid #666666;
  font-size: 12px;
  text-align: center;
}

@media screen and (max-width: 835px) {
  .p-cat-s__content__profile-group .wp-block-table tr > td:first-child {
    width: 100%;
    margin-right: 0;
  }
}

.p-cat-s__content__profile-group .wp-block-table tr > td:last-child {
  width: 100%;
  font-size: 13px;
}

@media screen and (max-width: 835px) {
  .p-cat-s__content__profile-group .wp-block-table tr > td:last-child {
    padding: 16px 5px 30px;
  }
}

.p-cat-s__publish .c-ncl__swarc--hdimg {
  width: 300px;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 835px) {
  .p-cat-s__publish .c-ncl__swarc--hdimg {
    width: 200px;
  }
}
@media screen and (max-width: 480px) {
  .p-cat-s__publish .c-ncl__swarc--hdimg {
    transform: none;
  }
}
.p-cat-s__publish--caption {
  margin-bottom: 30px;
  text-align: center;
  font-size: 12px;
  color: #666666;
}

.p-cat-s__publish--list-container {
  width: 100%;
}

.p-cat-s__publish .wp-block-group__inner-container {
  padding: 20px;
  border-radius: 10px;
  line-height: 1.57;
  background-color: #F0F0F0;
}

.p-cat-s__publish .wp-block-group__inner-container h2 {
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 0;
  font-size: 14px;
}

.p-cat-s__publish .wp-block-group__inner-container h2:after {
  display: none;
}

.p-cat-s__publish .wp-block-group__inner-container p {
  margin-top: 0;
}

div.wp-block-spacer {
  padding-bottom: 0;
}

.wp-block-group__inner-container .wp-block-columns > .wp-block-column {
  align-items: baseline;
}

.wp-block-group__inner-container .wp-block-columns > .wp-block-column p:first-child {
  margin-top: 0;
}

.wp-block-group__inner-container .wp-block-columns > .wp-block-column:first-child {
  max-width: 163px;
  margin-right: 20px;
}

@media screen and (max-width: 835px) {
  .wp-block-group__inner-container .wp-block-columns > .wp-block-column:first-child {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
  }
}

.wp-block-group__inner-container .wp-block-columns > .wp-block-column:first-child p {
  padding-left: 0;
}

@media screen and (max-width: 835px) {
  .wp-block-group__inner-container .wp-block-columns > .wp-block-column:first-child p {
    width: 100%;
  }
}

.wp-block-group__inner-container .wp-block-columns > .wp-block-column:not(:first-child) {
  margin-left: 0;
  padding-top: 4px;
}

@media screen and (max-width: 835px) {
  .wp-block-group__inner-container .wp-block-columns > .wp-block-column:not(:first-child) {
    width: 100%;
    padding-top: 20px;
  }
}

.wp-block-group__inner-container .wp-block-columns > .wp-block-column:not(:first-child) a {
  height: auto;
  text-decoration: underline;
}

@media screen and (max-width: 880px) {
  .wp-block-group__inner-container .wp-block-columns > .wp-block-column .c-button__download:after {
    left: 108px;
  }
}

@media screen and (max-width: 835px) {
  .wp-block-group__inner-container .wp-block-columns > .wp-block-column .c-button__download:after {
    left: 86px;
  }
}

@media screen and (max-width: 374px) {
  .wp-block-group__inner-container .wp-block-columns > .wp-block-column .c-button__download:after {
    left: 72px;
  }
}

@media screen and (max-width: 835px) {
  .wp-block-group__inner-container .wp-block-columns > .wp-block-column .c-button__download {
    max-width: 315px;
  }
}

.wp-block-group__inner-container .c-button__vwinfo, .wp-block-group__inner-container .c-button__download,
.wp-block-group__inner-container .c-button__download {
  width: 100%;
}

.p-cat-s__rc--list-clmdata {
  margin-left: 0 !important;
}

.p-cat-s__rc--list-clmdata p,
.p-cat-s__rc--list-clmdata ul,
.p-cat-s__rc--list-clmdata ol {
  padding-left: 183px;
}

@media screen and (max-width: 835px) {
  .p-cat-s__rc--list-clmdata p,
  .p-cat-s__rc--list-clmdata ul,
  .p-cat-s__rc--list-clmdata ol {
    padding-left: 0;
  }
}

.p-cat-s__rc--list-clmdata p:first-child,
.p-cat-s__rc--list-clmdata ul:first-child,
.p-cat-s__rc--list-clmdata ol:first-child {
  margin-top: -30px !important;
}

@media screen and (max-width: 835px) {
  .p-cat-s__rc--list-clmdata p:first-child,
  .p-cat-s__rc--list-clmdata ul:first-child,
  .p-cat-s__rc--list-clmdata ol:first-child {
    margin-top: 0;
  }
}

.p-cat-s__rc--list-clmdata p:not(:first-child) {
  margin-top: 0;
}

.p-cat-bl__bgTable {
  width: 525px;
  margin-bottom: 50px;
  padding: 30px;
  line-height: 1.875;
  background-color: #e8e8cf;
}

@media screen and (max-width: 835px) {
  .p-cat-bl__bgTable {
    max-width: 525px;
    width: 94%;
    margin-bottom: 25px;
    padding: 20px;
  }
}

@media screen and (max-width: 835px) {
  .p-cat-bl__bgTable tr {
    display: flex;
    flex-direction: column;
  }
}

.p-cat-bl__bgTable td:first-child {
  width: 20%;
  vertical-align: top;
}

@media screen and (max-width: 835px) {
  .p-cat-bl__bgTable td:first-child {
    width: 100%;
    text-align: left;
  }
}

.p-cat-bl__table-list {
  width: 862px;
  margin: 0 auto;
  padding: 50px 0;
  border-spacing: 10px 0;
}

@media screen and (max-width: 1024px) {
  .p-cat-bl__table-list {
    width: 92%;
  }
}

@media screen and (max-width: 480px) {
  .p-cat-bl__table-list {
    padding-top: 40px;
    border-spacing: 0;
  }
}

.p-cat-bl__table-list table {
  border-spacing: 10px 0;
}

.p-cat-bl__table-list tr {
  line-height: 1.875;
}

@media screen and (max-width: 480px) {
  .p-cat-bl__table-list tr {
    display: flex;
    flex-direction: column;
  }
}

.p-cat-bl__table-list tr td:first-child {
  min-width: 207px;
  padding: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #9A9887;
}

@media screen and (max-width: 835px) {
  .p-cat-bl__table-list tr td:first-child {
    min-width: 150px;
    padding-left: 10px;
    padding-bottom: 0;
    font-weight: bold;
  }
}

.p-cat-bl__table-list tr td:last-child {
  margin-left: 10px;
  padding: 20px;
  border-top: 1px solid #9A9887;
}

@media screen and (max-width: 480px) {
  .p-cat-bl__table-list tr td:last-child {
    margin-left: 0;
    padding-top: 16px;
    padding-left: 30px;
    border-top: none;
  }
}

.p-cat-bl__table-list tr td:last-child a {
  text-decoration: underline;
}

.p-cat-bl__table-list tr:last-child td:first-child {
  border-bottom: 1px solid #9A9887;
}

@media screen and (max-width: 480px) {
  .p-cat-bl__table-list tr:last-child td:first-child {
    border-bottom: none;
  }
}

.p-cat-bl__table-list tr:last-child td:last-child {
  border-bottom: 1px solid #9A9887;
}

.p-cat-bl__table-list caption {
  position: relative;
  top: -30px;
  padding-right: 30px;
  caption-side: bottom;
  text-align: right;
}

@media screen and (max-width: 835px) {
  .p-cat-bl__table-list caption {
    padding-right: 0;
  }
}

.p-cat-bl__table-list figcaption {
  position: relative;
  top: 16px;
  padding-right: 30px;
  caption-side: bottom;
  text-align: right;
}

@media screen and (max-width: 835px) {
  .p-cat-bl__table-list figcaption {
    padding-right: 0;
  }
}

.p-cat-bl__tile {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 862px;
  margin: 50px auto 0 !important;
}

@media screen and (max-width: 1080px) {
  .p-cat-bl__tile {
    max-width: 90%;
  }
}

@media screen and (max-width: 835px) {
  .p-cat-bl__tile {
    margin-top: 40px !important;
  }
}

.p-cat-bl__tile li {
  width: calc(100% / 3 - 20px);
  height: 90px;
  margin: 0 10px 20px;
  background-color: #ffffff;
  border-radius: 10px;
}

.p-cat-bl__tile li a {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1024px) {
  .p-cat-bl__tile li {
    width: calc(100% / 2 - 20px);
  }
}

@media screen and (max-width: 835px) {
  .p-cat-bl__tile li {
    width: calc(100% / 2 - 10px);
    margin: 0 5px 10px;
  }
}

@media screen and (max-width: 480px) {
  .p-cat-bl__tile li {
    width: 100%;
    height: 68px;
  }
}

.p-cat-bl__ul, .p-cat-s__content__ul-none, .p-cat-s__content__ol, .p-cat-s__content__ul-kome {
  width: 839px;
  margin: 50px auto 0 !important;
}

@media screen and (max-width: 1080px) {
  .p-cat-bl__ul, .p-cat-s__content__ul-none, .p-cat-s__content__ol, .p-cat-s__content__ul-kome {
    max-width: 90%;
  }
}

@media screen and (max-width: 835px) {
  .p-cat-bl__ul, .p-cat-s__content__ul-none, .p-cat-s__content__ol, .p-cat-s__content__ul-kome {
    margin-top: 40px !important;
  }
}

.p-cat-bl__ul li, .p-cat-s__content__ul-none li, .p-cat-s__content__ol li, .p-cat-s__content__ul-kome li {
  position: relative;
  margin-bottom: 16px;
  padding-left: 16px;
}

.p-cat-bl__ul li:before, .p-cat-s__content__ul-none li:before, .p-cat-s__content__ol li:before, .p-cat-s__content__ul-kome li:before {
  content: '・';
  position: absolute;
  left: 0;
  display: block;
}

.f-page__wrapper {
  max-width: 1026px;
  margin-bottom: 100px;
  padding-top: 52px;
}

@media screen and (max-width: 1100px) {
  .f-page__wrapper {
    max-width: 90%;
  }
}

.f-page__wrapper .c-hd__container {
  right: -14px;
}

@media screen and (max-width: 374px) {
  .f-page__wrapper .c-hd__container {
    right: -10px;
  }
}

.f-page__section ul {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 835px) {
  .f-page__section ul {
    flex-direction: column;
    align-items: center;
  }
}

.f-page__section ul li {
  display: flex;
  align-items: center;
  transform: translateX(-46px);
}

@media screen and (max-width: 1024px) {
  .f-page__section ul li {
    transform: none;
  }
}

.f-page__section ul li:first-child {
  margin-right: 75px;
}

@media screen and (max-width: 835px) {
  .f-page__section ul li:first-child {
    margin-right: 0;
    margin-bottom: 28px;
  }
}

.f-page__section ul li img {
  width: 50px;
  height: 50px;
  margin-right: 15px;
}

@media screen and (max-width: 835px) {
  .f-page__section ul li img {
    width: 35px;
    height: 35px;
  }
}

@media screen and (max-width: 480px) {
  .f-page__section ul li img {
    width: 25px;
    height: 25px;
  }
}

.f-page__section ul li span {
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  transform: translateY(-3px);
}

@media screen and (max-width: 835px) {
  .f-page__section ul li span {
    font-size: 28px;
  }
}

@media screen and (max-width: 480px) {
  .f-page__section ul li span {
    font-size: 24px;
  }
}

.f-page__contact {
  margin-bottom: 80px;
  padding-top: 17px;
}

.f-page__contact h2 {
  margin-bottom: 38px;
}

.f-page__cf-wrapper {
  width: 841px;
  margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
  .f-page__cf-wrapper {
    width: 100%;
  }
}

@media screen and (max-width: 835px) {
  .f-page__cf-wrapper {
    max-width: 600px;
  }
}

.f-page__cf-wrapper--caution {
  text-align: right;
  display: block;
  margin-bottom: 14px;
  padding-right: 3px;
  font-size: 14px;
  line-height: 1;
  transform: translateY(-6px);
}

@media screen and (max-width: 835px) {
  .f-page__cf-wrapper--caution {
    margin-top: 10px;
    font-size: 12px;
    transform: none;
  }
}

@media screen and (max-width: 480px) {
  .f-page__cf-wrapper--caution {
    margin-top: 30px;
  }
}

.f-page__cf-wrapper--caution span {
  color: #FC0303;
}

.f-page__cf-wrapper .c-hd__left-line {
  font-size: 16px;
}

.f-page__contact-form {
  width: 100%;
}

.f-page__contact-form--inner {
  margin-bottom: 35px;
}

.f-page__contact-form--inner-caution {
  position: relative;
  margin: 50px 0 30px;
}

@media screen and (max-width: 835px) {
  .f-page__contact-form--inner-caution {
    margin: 25px 0 10px;
  }
}

.f-page__contact-form--inner div {
  display: flex;
}

@media screen and (max-width: 835px) {
  .f-page__contact-form--inner div {
    flex-direction: column;
  }
}

.f-page__contact-form--inner div dt {
  width: 207px;
  padding: 16px 20px;
  line-height: 1.98;
  margin-right: 10px;
  border-top: 1px solid #9A9887;
}

@media screen and (max-width: 1024px) {
  .f-page__contact-form--inner div dt {
    padding: 16px 0 16px 8px;
  }
}

@media screen and (max-width: 835px) {
  .f-page__contact-form--inner div dt {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 480px) {
  .f-page__contact-form--inner div dt {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.f-page__contact-form--inner div dd {
  position: relative;
  width: 624px;
  padding: 16px 20px;
  font-size: 14px;
  border-top: 1px solid #9A9887;
}

@media screen and (max-width: 835px) {
  .f-page__contact-form--inner div dd {
    width: 100%;
    padding-top: 4px;
    border-top: none;
  }
}

@media screen and (max-width: 480px) {
  .f-page__contact-form--inner div dd {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.f-page__contact-form--inner div:last-child dt {
  border-bottom: 1px solid #9A9887;
}

@media screen and (max-width: 835px) {
  .f-page__contact-form--inner div:last-child dt {
    border-bottom: none;
  }
}

.f-page__contact-form--inner div:last-child dd {
  border-bottom: 1px solid #9A9887;
}

.f-page__contact-form--must {
  position: relative;
}

.f-page__contact-form--must:after {
  content: '※';
  display: inline-block;
  position: relative;
  color: #FC0303;
}

.f-page__heading {
  margin-bottom: 50px;
  font-size: 30px;
  font-weight: 500;
}

@media screen and (max-width: 835px) {
  .f-page__heading {
    margin-bottom: 30px;
    font-size: 20px;
  }
}

.f-page__desc {
  line-height: 1.875;
}

.f-page__info {
  margin-bottom: 51px;
  padding-top: 0;
}

.f-page__join {
  width: 526px;
}

@media screen and (max-width: 835px) {
  .f-page__join {
    max-width: 526px;
    width: 100%;
  }
}

.f-page__join-section {
  margin-bottom: 72px;
  line-height: 1.875;
}

.f-page__join-section .c-hd__left-line {
  font-size: 20px;
  margin-bottom: 23px;
}

@media screen and (max-width: 835px) {
  .f-page__join-section .c-hd__left-line {
    font-size: 18px;
    line-height: 27px;
  }
}

.f-page__join-section--ol {
  width: 100%;
  margin-bottom: 45px !important;
  counter-reset: number;
}

@media screen and (max-width: 835px) {
  .f-page__join-section--ol {
    margin-bottom: 25px !important;
  }
}

.f-page__join-section--ol li {
  position: relative;
  margin-bottom: 30px;
  padding-left: 30px;
}

@media screen and (max-width: 835px) {
  .f-page__join-section--ol li {
    margin-bottom: 15px;
    padding-left: 20px;
  }
}

.f-page__join-section--ol li:before {
  counter-increment: number;
  content: counter(number) ".";
  position: absolute;
  left: 0;
  display: inline-block;
}

.f-page__join-section a {
  text-decoration: underline;
}

.f-page__join-section--desc {
  margin-top: 80px;
  padding: 30px 63px;
  font-size: 13px;
  border: 1px solid #9A9887;
}

@media screen and (max-width: 835px) {
  .f-page__join-section--desc {
    padding: 30px;
  }
}

@media screen and (max-width: 480px) {
  .f-page__join-section--desc {
    padding: 20px 10px;
  }
}

.f-page__join-section--desc ul {
  display: block;
  width: 100%;
  margin-top: 0 !important;
}

.f-page__join-section--desc ul li {
  display: block;
  transform: none;
  margin-right: 0;
  margin-bottom: 0;
  line-height: 1.65;
}

.f-page__join-section--desc ul li:first-child {
  margin-bottom: 20px;
}

.f-page__join-section.f-page__section > .c-hd__left-line {
  margin-bottom: 0;
}

.f-style__input {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  background-color: #fff;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  padding: 0.4em 0.8em;
  width: 477px;
  height: 30px;
  transition: all .3s;
}

@media screen and (max-width: 835px) {
  .f-style__input {
    width: 90%;
    max-width: 480px;
  }
}

@media screen and (max-width: 480px) {
  .f-style__input {
    width: 100%;
  }
}

.f-style__input-short {
  width: 160px;
}

.f-style__input:focus {
  border: 1px solid #000000;
  box-shadow: none;
  outline: none;
  transition: all .3s;
}

.f-style__textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  background-color: #fff;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  height: 190px;
  padding: 0.4em 0.8em;
  width: 477px;
  transition: all .3s;
}

@media screen and (max-width: 835px) {
  .f-style__textarea {
    width: 90%;
    height: 140px;
    max-width: 480px;
  }
}

@media screen and (max-width: 480px) {
  .f-style__textarea {
    width: 100%;
  }
}

.f-style__textarea-thin {
  height: 100px;
}

.f-style__textarea:focus {
  border: 1px solid #000000;
  box-shadow: none;
  outline: none;
  transition: all .3s;
}

.f-style__date {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  background-color: #fff;
  width: 160px;
  height: 30px;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  padding: 0.4em 0.8em;
  transition: all .3s;
  cursor: pointer;
}

.f-style__date:focus {
  border: 1px solid #000000;
  box-shadow: none;
  outline: none;
  transition: all .3s;
}

input[type="file"] {
  display: none;
}

label {
  display: inline-block;
  position: relative;
  width: 160px;
  height: 30px;
  background: #fff;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  text-align: center;
  line-height: 28px;
  cursor: pointer;
}

label::after {
  content: "";
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: -140px;
  top: calc(50% - 10px);
}

label.changed::after {
  content: "";
}

.filename {
  font-size: 12px;
  line-height: 30px;
  margin-left: 20px;
}

@media screen and (max-width: 835px) {
  .filename {
    margin-left: 0;
  }
}

input[type="submit"] {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: transparent;
  border-radius: 29px;
  font-size: 16px;
  line-height: 54px;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0;
  transition: all .3s ease 0s;
}

@media screen and (max-width: 835px) {
  input[type="submit"] {
    font-size: 14px;
    line-height: 43px;
  }
}

input[type="submit"]:after {
  position: absolute;
  top: 13px;
  right: 16px;
}

.s-st__nvshow.l-nav__btn div span:first-child {
  transition: all .3s;
  transform: translateY(8px) rotate(45deg);
  transform-origin: center center;
}

.s-st__nvshow.l-nav__btn div span:nth-child(2) {
  transform: translateX(100px);
  opacity: 0;
  transition: all .2s;
}

.s-st__nvshow.l-nav__btn div span:nth-child(3) {
  transition: all .3s;
  transform: translateY(-8px) rotate(-45deg);
  transform-origin: center center;
}

.s-st__nvshow.l-nav__btn:after {
  transition: all .2s;
  background: url(./image/common/item/close.png) no-repeat center/contain;
}

.s-st__nvshow.l-nav__sp {
  transition: all .5s;
  right: 0;
}

.s-st__headerBg {
  background-color: #f9f7dd;
  transition: all .5s;
}

#header {
  transition: all .5s;
}

.s-hv__op {
  transition: all .4s;
}

.s-hv__op:hover {
  opacity: .7 !important;
  transition: all .6s ease 0s;
}

.s-hv__op--txt {
  transition: all .3s;
}

.s-hv__op--txt:hover {
  opacity: .5;
  transition: all .4s ease 0s;
}

.s-hv__bg, .p-cat-bl__tile li {
  transition: all .4s;
}

.s-hv__bg:hover, .p-cat-bl__tile li:hover {
  transform: scale(1.04, 1.04);
  transition: all .5s ease 0s;
  z-index: 10;
}

@media screen and (max-width: 835px) {
  .s-hv__bg:hover, .p-cat-bl__tile li:hover {
    transform: none;
  }
}

.s-hv__sp a {
  transition: all .3s;
}

.s-hv__sp a:hover {
  background-color: #dbd9c1;
  transition: all .4s ease 0s;
}

.s-hv__mnbtn {
  transition: all .1s;
}

.s-hv__mnbtn:hover {
  transform: scale(1.02, 1.02);
  transition: all .2s ease 0s;
}

.s-hv__scbtn > a {
  transition: all .5s;
}

.s-hv__scbtn > a:hover {
  background-color: #dbd9c1;
  transition: all .6s ease 0s;
}

@media screen and (max-width: 835px) {
  .s-hv__scbtn > a:hover {
    opacity: .8;
    background-color: #f9f7dd;
  }
}

.s-hv__tpbtn > div {
  transition: all .8s;
}

.s-hv__tpbtn > div:hover {
  transform: translateY(-5px);
  transition: all .4s ease 0s;
  box-shadow: 0px 3px 5px 0px rgba(8, 1, 3, 0.1);
}

.s-hv__nv:hover .l-nav__inMenu {
  visibility: visible;
  opacity: 1;
  transition: all .3s;
}

@-webkit-keyframes kLoad {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    z-index: -10000;
  }
}

@keyframes kLoad {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    z-index: -10000;
  }
}

@-webkit-keyframes kHeader {
  0% {
    top: -10px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}

@keyframes kHeader {
  0% {
    top: -10px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}

@-webkit-keyframes kSns {
  0% {
    left: -10px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}

@keyframes kSns {
  0% {
    left: -10px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}

@-webkit-keyframes kTopNews {
  0% {
    opacity: 0;
    transform: translate(-5px, 15px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes kTopNews {
  0% {
    opacity: 0;
    transform: translate(-5px, 15px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@-webkit-keyframes kTopNewsTb {
  0% {
    opacity: 0;
    transform: translate(-20px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes kTopNewsTb {
  0% {
    opacity: 0;
    transform: translate(-20px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@-webkit-keyframes kbtt {
  0% {
    opacity: 0;
    transform: translateY(5px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes kbtt {
  0% {
    opacity: 0;
    transform: translateY(5px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@-webkit-keyframes kbttb {
  0% {
    opacity: 0;
    transform: translateY(15px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes kbttb {
  0% {
    opacity: 0;
    transform: translateY(15px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@-webkit-keyframes kttb {
  0% {
    opacity: 0;
    transform: translateY(-5px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes kttb {
  0% {
    opacity: 0;
    transform: translateY(-5px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@-webkit-keyframes kopa {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes kopa {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.s-aa__load {
  opacity: 1;
  -webkit-animation: kLoad 3s ease 0s 1 forwards;
          animation: kLoad 3s ease 0s 1 forwards;
}

@media screen and (max-width: 835px) {
  .s-aa__load {
    -webkit-animation: none;
            animation: none;
    z-index: -10000;
  }
}

.s-aa__hd {
  opacity: 0;
  -webkit-animation: kHeader .6s ease 1.1s 1 forwards;
          animation: kHeader .6s ease 1.1s 1 forwards;
}

.s-aa__sns {
  opacity: 0;
  -webkit-animation: kSns .6s ease 1.3s 1 forwards;
          animation: kSns .6s ease 1.3s 1 forwards;
}

.s-aa__tpn {
  opacity: 0;
}

.s-aa__tpn:nth-child(1) {
  -webkit-animation: kTopNews 0.7s ease-in-out 2s 1 forwards;
          animation: kTopNews 0.7s ease-in-out 2s 1 forwards;
  transition: all .4s;
}

@media screen and (max-width: 835px) {
  .s-aa__tpn:nth-child(1) {
    -webkit-animation: kTopNewsTb 0.8s ease-in-out 2s 1 forwards;
            animation: kTopNewsTb 0.8s ease-in-out 2s 1 forwards;
  }
}

.s-aa__tpn:nth-child(2) {
  -webkit-animation: kTopNews 0.7s ease-in-out 2.2s 1 forwards;
          animation: kTopNews 0.7s ease-in-out 2.2s 1 forwards;
  transition: all .4s;
}

@media screen and (max-width: 835px) {
  .s-aa__tpn:nth-child(2) {
    -webkit-animation: kTopNewsTb 0.8s ease-in-out 2.2s 1 forwards;
            animation: kTopNewsTb 0.8s ease-in-out 2.2s 1 forwards;
  }
}

.s-aa__tpn:nth-child(3) {
  -webkit-animation: kTopNews 0.7s ease-in-out 2.4s 1 forwards;
          animation: kTopNews 0.7s ease-in-out 2.4s 1 forwards;
  transition: all .4s;
}

@media screen and (max-width: 835px) {
  .s-aa__tpn:nth-child(3) {
    -webkit-animation: kTopNewsTb 0.8s ease-in-out 2.4s 1 forwards;
            animation: kTopNewsTb 0.8s ease-in-out 2.4s 1 forwards;
  }
}

.s-aa__tpn:nth-child(4) {
  -webkit-animation: kTopNews 0.7s ease-in-out 2.6s 1 forwards;
          animation: kTopNews 0.7s ease-in-out 2.6s 1 forwards;
  transition: all .4s;
}

@media screen and (max-width: 835px) {
  .s-aa__tpn:nth-child(4) {
    -webkit-animation: kTopNewsTb 0.8s ease-in-out 2.6s 1 forwards;
            animation: kTopNewsTb 0.8s ease-in-out 2.6s 1 forwards;
  }
}

.s-aa__tpn:nth-child(5) {
  -webkit-animation: kTopNews 0.7s ease-in-out 2.8s 1 forwards;
          animation: kTopNews 0.7s ease-in-out 2.8s 1 forwards;
  transition: all .4s;
}

@media screen and (max-width: 835px) {
  .s-aa__tpn:nth-child(5) {
    -webkit-animation: kTopNewsTb 0.8s ease-in-out 2.8s 1 forwards;
            animation: kTopNewsTb 0.8s ease-in-out 2.8s 1 forwards;
  }
}

.s-aa__tpn:nth-child(6) {
  -webkit-animation: kTopNews 0.7s ease-in-out 3s 1 forwards;
          animation: kTopNews 0.7s ease-in-out 3s 1 forwards;
  transition: all .4s;
}

@media screen and (max-width: 835px) {
  .s-aa__tpn:nth-child(6) {
    -webkit-animation: kTopNewsTb 0.8s ease-in-out 3s 1 forwards;
            animation: kTopNewsTb 0.8s ease-in-out 3s 1 forwards;
  }
}

.s-aa__tpn:nth-child(7) {
  -webkit-animation: kTopNews 0.7s ease-in-out 3.2s 1 forwards;
          animation: kTopNews 0.7s ease-in-out 3.2s 1 forwards;
  transition: all .4s;
}

@media screen and (max-width: 835px) {
  .s-aa__tpn:nth-child(7) {
    -webkit-animation: kTopNewsTb 0.8s ease-in-out 3.2s 1 forwards;
            animation: kTopNewsTb 0.8s ease-in-out 3.2s 1 forwards;
  }
}

.s-aa__tpn:nth-child(8) {
  -webkit-animation: kTopNews 0.7s ease-in-out 3.4s 1 forwards;
          animation: kTopNews 0.7s ease-in-out 3.4s 1 forwards;
  transition: all .4s;
}

@media screen and (max-width: 835px) {
  .s-aa__tpn:nth-child(8) {
    -webkit-animation: kTopNewsTb 0.8s ease-in-out 3.4s 1 forwards;
            animation: kTopNewsTb 0.8s ease-in-out 3.4s 1 forwards;
  }
}

.s-aa__tpn:nth-child(9) {
  -webkit-animation: kTopNews 0.7s ease-in-out 3.6s 1 forwards;
          animation: kTopNews 0.7s ease-in-out 3.6s 1 forwards;
  transition: all .4s;
}

@media screen and (max-width: 835px) {
  .s-aa__tpn:nth-child(9) {
    -webkit-animation: kTopNewsTb 0.8s ease-in-out 3.6s 1 forwards;
            animation: kTopNewsTb 0.8s ease-in-out 3.6s 1 forwards;
  }
}

.s-aa__tpn:nth-child(10) {
  -webkit-animation: kTopNews 0.7s ease-in-out 3.8s 1 forwards;
          animation: kTopNews 0.7s ease-in-out 3.8s 1 forwards;
  transition: all .4s;
}

@media screen and (max-width: 835px) {
  .s-aa__tpn:nth-child(10) {
    -webkit-animation: kTopNewsTb 0.8s ease-in-out 3.8s 1 forwards;
            animation: kTopNewsTb 0.8s ease-in-out 3.8s 1 forwards;
  }
}

.s-aa__tpn:nth-child(11) {
  -webkit-animation: kTopNews 0.7s ease-in-out 4s 1 forwards;
          animation: kTopNews 0.7s ease-in-out 4s 1 forwards;
  transition: all .4s;
}

@media screen and (max-width: 835px) {
  .s-aa__tpn:nth-child(11) {
    -webkit-animation: kTopNewsTb 0.8s ease-in-out 4s 1 forwards;
            animation: kTopNewsTb 0.8s ease-in-out 4s 1 forwards;
  }
}

.s-aa__tpn:nth-child(12) {
  -webkit-animation: kTopNews 0.7s ease-in-out 4.2s 1 forwards;
          animation: kTopNews 0.7s ease-in-out 4.2s 1 forwards;
  transition: all .4s;
}

@media screen and (max-width: 835px) {
  .s-aa__tpn:nth-child(12) {
    -webkit-animation: kTopNewsTb 0.8s ease-in-out 4.2s 1 forwards;
            animation: kTopNewsTb 0.8s ease-in-out 4.2s 1 forwards;
  }
}

.s-aa__tpn:nth-child(13) {
  -webkit-animation: kTopNews 0.7s ease-in-out 4.4s 1 forwards;
          animation: kTopNews 0.7s ease-in-out 4.4s 1 forwards;
  transition: all .4s;
}

@media screen and (max-width: 835px) {
  .s-aa__tpn:nth-child(13) {
    -webkit-animation: kTopNewsTb 0.8s ease-in-out 4.4s 1 forwards;
            animation: kTopNewsTb 0.8s ease-in-out 4.4s 1 forwards;
  }
}

.s-aa__tpn:nth-child(14) {
  -webkit-animation: kTopNews 0.7s ease-in-out 4.6s 1 forwards;
          animation: kTopNews 0.7s ease-in-out 4.6s 1 forwards;
  transition: all .4s;
}

@media screen and (max-width: 835px) {
  .s-aa__tpn:nth-child(14) {
    -webkit-animation: kTopNewsTb 0.8s ease-in-out 4.6s 1 forwards;
            animation: kTopNewsTb 0.8s ease-in-out 4.6s 1 forwards;
  }
}

.s-aa__tpn:nth-child(15) {
  -webkit-animation: kTopNews 0.7s ease-in-out 4.8s 1 forwards;
          animation: kTopNews 0.7s ease-in-out 4.8s 1 forwards;
  transition: all .4s;
}

@media screen and (max-width: 835px) {
  .s-aa__tpn:nth-child(15) {
    -webkit-animation: kTopNewsTb 0.8s ease-in-out 4.8s 1 forwards;
            animation: kTopNewsTb 0.8s ease-in-out 4.8s 1 forwards;
  }
}

.s-aa__tpn:nth-child(16) {
  -webkit-animation: kTopNews 0.7s ease-in-out 5s 1 forwards;
          animation: kTopNews 0.7s ease-in-out 5s 1 forwards;
  transition: all .4s;
}

@media screen and (max-width: 835px) {
  .s-aa__tpn:nth-child(16) {
    -webkit-animation: kTopNewsTb 0.8s ease-in-out 5s 1 forwards;
            animation: kTopNewsTb 0.8s ease-in-out 5s 1 forwards;
  }
}

.s-aa__tpn:nth-child(17) {
  -webkit-animation: kTopNews 0.7s ease-in-out 5.2s 1 forwards;
          animation: kTopNews 0.7s ease-in-out 5.2s 1 forwards;
  transition: all .4s;
}

@media screen and (max-width: 835px) {
  .s-aa__tpn:nth-child(17) {
    -webkit-animation: kTopNewsTb 0.8s ease-in-out 5.2s 1 forwards;
            animation: kTopNewsTb 0.8s ease-in-out 5.2s 1 forwards;
  }
}

.s-aa__tpn:nth-child(18) {
  -webkit-animation: kTopNews 0.7s ease-in-out 5.4s 1 forwards;
          animation: kTopNews 0.7s ease-in-out 5.4s 1 forwards;
  transition: all .4s;
}

@media screen and (max-width: 835px) {
  .s-aa__tpn:nth-child(18) {
    -webkit-animation: kTopNewsTb 0.8s ease-in-out 5.4s 1 forwards;
            animation: kTopNewsTb 0.8s ease-in-out 5.4s 1 forwards;
  }
}

.s-aa__tpn:nth-child(19) {
  -webkit-animation: kTopNews 0.7s ease-in-out 5.6s 1 forwards;
          animation: kTopNews 0.7s ease-in-out 5.6s 1 forwards;
  transition: all .4s;
}

@media screen and (max-width: 835px) {
  .s-aa__tpn:nth-child(19) {
    -webkit-animation: kTopNewsTb 0.8s ease-in-out 5.6s 1 forwards;
            animation: kTopNewsTb 0.8s ease-in-out 5.6s 1 forwards;
  }
}

.s-aa__tpn:nth-child(20) {
  -webkit-animation: kTopNews 0.7s ease-in-out 5.8s 1 forwards;
          animation: kTopNews 0.7s ease-in-out 5.8s 1 forwards;
  transition: all .4s;
}

@media screen and (max-width: 835px) {
  .s-aa__tpn:nth-child(20) {
    -webkit-animation: kTopNewsTb 0.8s ease-in-out 5.8s 1 forwards;
            animation: kTopNewsTb 0.8s ease-in-out 5.8s 1 forwards;
  }
}

.s-aa__tpn:nth-child(21) {
  -webkit-animation: kTopNews 0.7s ease-in-out 6s 1 forwards;
          animation: kTopNews 0.7s ease-in-out 6s 1 forwards;
  transition: all .4s;
}

@media screen and (max-width: 835px) {
  .s-aa__tpn:nth-child(21) {
    -webkit-animation: kTopNewsTb 0.8s ease-in-out 6s 1 forwards;
            animation: kTopNewsTb 0.8s ease-in-out 6s 1 forwards;
  }
}

.s-aa__tpn:nth-child(22) {
  -webkit-animation: kTopNews 0.7s ease-in-out 6.2s 1 forwards;
          animation: kTopNews 0.7s ease-in-out 6.2s 1 forwards;
  transition: all .4s;
}

@media screen and (max-width: 835px) {
  .s-aa__tpn:nth-child(22) {
    -webkit-animation: kTopNewsTb 0.8s ease-in-out 6.2s 1 forwards;
            animation: kTopNewsTb 0.8s ease-in-out 6.2s 1 forwards;
  }
}

.s-aa__tpn:nth-child(23) {
  -webkit-animation: kTopNews 0.7s ease-in-out 6.4s 1 forwards;
          animation: kTopNews 0.7s ease-in-out 6.4s 1 forwards;
  transition: all .4s;
}

@media screen and (max-width: 835px) {
  .s-aa__tpn:nth-child(23) {
    -webkit-animation: kTopNewsTb 0.8s ease-in-out 6.4s 1 forwards;
            animation: kTopNewsTb 0.8s ease-in-out 6.4s 1 forwards;
  }
}

.s-aa__tpn:nth-child(24) {
  -webkit-animation: kTopNews 0.7s ease-in-out 6.6s 1 forwards;
          animation: kTopNews 0.7s ease-in-out 6.6s 1 forwards;
  transition: all .4s;
}

@media screen and (max-width: 835px) {
  .s-aa__tpn:nth-child(24) {
    -webkit-animation: kTopNewsTb 0.8s ease-in-out 6.6s 1 forwards;
            animation: kTopNewsTb 0.8s ease-in-out 6.6s 1 forwards;
  }
}

.s-aa__tpn:nth-child(25) {
  -webkit-animation: kTopNews 0.7s ease-in-out 6.8s 1 forwards;
          animation: kTopNews 0.7s ease-in-out 6.8s 1 forwards;
  transition: all .4s;
}

@media screen and (max-width: 835px) {
  .s-aa__tpn:nth-child(25) {
    -webkit-animation: kTopNewsTb 0.8s ease-in-out 6.8s 1 forwards;
            animation: kTopNewsTb 0.8s ease-in-out 6.8s 1 forwards;
  }
}

.s-aa__tpn:nth-child(26) {
  -webkit-animation: kTopNews 0.7s ease-in-out 7s 1 forwards;
          animation: kTopNews 0.7s ease-in-out 7s 1 forwards;
  transition: all .4s;
}

@media screen and (max-width: 835px) {
  .s-aa__tpn:nth-child(26) {
    -webkit-animation: kTopNewsTb 0.8s ease-in-out 7s 1 forwards;
            animation: kTopNewsTb 0.8s ease-in-out 7s 1 forwards;
  }
}

.s-aa__tpn:nth-child(27) {
  -webkit-animation: kTopNews 0.7s ease-in-out 7.2s 1 forwards;
          animation: kTopNews 0.7s ease-in-out 7.2s 1 forwards;
  transition: all .4s;
}

@media screen and (max-width: 835px) {
  .s-aa__tpn:nth-child(27) {
    -webkit-animation: kTopNewsTb 0.8s ease-in-out 7.2s 1 forwards;
            animation: kTopNewsTb 0.8s ease-in-out 7.2s 1 forwards;
  }
}

.s-aa__tpn:nth-child(28) {
  -webkit-animation: kTopNews 0.7s ease-in-out 7.4s 1 forwards;
          animation: kTopNews 0.7s ease-in-out 7.4s 1 forwards;
  transition: all .4s;
}

@media screen and (max-width: 835px) {
  .s-aa__tpn:nth-child(28) {
    -webkit-animation: kTopNewsTb 0.8s ease-in-out 7.4s 1 forwards;
            animation: kTopNewsTb 0.8s ease-in-out 7.4s 1 forwards;
  }
}

.s-aa__tpn:nth-child(29) {
  -webkit-animation: kTopNews 0.7s ease-in-out 7.6s 1 forwards;
          animation: kTopNews 0.7s ease-in-out 7.6s 1 forwards;
  transition: all .4s;
}

@media screen and (max-width: 835px) {
  .s-aa__tpn:nth-child(29) {
    -webkit-animation: kTopNewsTb 0.8s ease-in-out 7.6s 1 forwards;
            animation: kTopNewsTb 0.8s ease-in-out 7.6s 1 forwards;
  }
}

.s-aa__tpn:nth-child(30) {
  -webkit-animation: kTopNews 0.7s ease-in-out 7.8s 1 forwards;
          animation: kTopNews 0.7s ease-in-out 7.8s 1 forwards;
  transition: all .4s;
}

@media screen and (max-width: 835px) {
  .s-aa__tpn:nth-child(30) {
    -webkit-animation: kTopNewsTb 0.8s ease-in-out 7.8s 1 forwards;
            animation: kTopNewsTb 0.8s ease-in-out 7.8s 1 forwards;
  }
}

.s-aa__tpn:nth-child(31) {
  -webkit-animation: kTopNews 0.7s ease-in-out 8s 1 forwards;
          animation: kTopNews 0.7s ease-in-out 8s 1 forwards;
  transition: all .4s;
}

@media screen and (max-width: 835px) {
  .s-aa__tpn:nth-child(31) {
    -webkit-animation: kTopNewsTb 0.8s ease-in-out 8s 1 forwards;
            animation: kTopNewsTb 0.8s ease-in-out 8s 1 forwards;
  }
}

.s-aa__tpn:nth-child(32) {
  -webkit-animation: kTopNews 0.7s ease-in-out 8.2s 1 forwards;
          animation: kTopNews 0.7s ease-in-out 8.2s 1 forwards;
  transition: all .4s;
}

@media screen and (max-width: 835px) {
  .s-aa__tpn:nth-child(32) {
    -webkit-animation: kTopNewsTb 0.8s ease-in-out 8.2s 1 forwards;
            animation: kTopNewsTb 0.8s ease-in-out 8.2s 1 forwards;
  }
}

.s-aa__tpn:nth-child(33) {
  -webkit-animation: kTopNews 0.7s ease-in-out 8.4s 1 forwards;
          animation: kTopNews 0.7s ease-in-out 8.4s 1 forwards;
  transition: all .4s;
}

@media screen and (max-width: 835px) {
  .s-aa__tpn:nth-child(33) {
    -webkit-animation: kTopNewsTb 0.8s ease-in-out 8.4s 1 forwards;
            animation: kTopNewsTb 0.8s ease-in-out 8.4s 1 forwards;
  }
}

.s-aa__tpn:nth-child(34) {
  -webkit-animation: kTopNews 0.7s ease-in-out 8.6s 1 forwards;
          animation: kTopNews 0.7s ease-in-out 8.6s 1 forwards;
  transition: all .4s;
}

@media screen and (max-width: 835px) {
  .s-aa__tpn:nth-child(34) {
    -webkit-animation: kTopNewsTb 0.8s ease-in-out 8.6s 1 forwards;
            animation: kTopNewsTb 0.8s ease-in-out 8.6s 1 forwards;
  }
}

.s-aa__tpn:nth-child(35) {
  -webkit-animation: kTopNews 0.7s ease-in-out 8.8s 1 forwards;
          animation: kTopNews 0.7s ease-in-out 8.8s 1 forwards;
  transition: all .4s;
}

@media screen and (max-width: 835px) {
  .s-aa__tpn:nth-child(35) {
    -webkit-animation: kTopNewsTb 0.8s ease-in-out 8.8s 1 forwards;
            animation: kTopNewsTb 0.8s ease-in-out 8.8s 1 forwards;
  }
}

.s-aa__tpn:nth-child(36) {
  -webkit-animation: kTopNews 0.7s ease-in-out 9s 1 forwards;
          animation: kTopNews 0.7s ease-in-out 9s 1 forwards;
  transition: all .4s;
}

@media screen and (max-width: 835px) {
  .s-aa__tpn:nth-child(36) {
    -webkit-animation: kTopNewsTb 0.8s ease-in-out 9s 1 forwards;
            animation: kTopNewsTb 0.8s ease-in-out 9s 1 forwards;
  }
}

.s-aa__tpn:nth-child(37) {
  -webkit-animation: kTopNews 0.7s ease-in-out 9.2s 1 forwards;
          animation: kTopNews 0.7s ease-in-out 9.2s 1 forwards;
  transition: all .4s;
}

@media screen and (max-width: 835px) {
  .s-aa__tpn:nth-child(37) {
    -webkit-animation: kTopNewsTb 0.8s ease-in-out 9.2s 1 forwards;
            animation: kTopNewsTb 0.8s ease-in-out 9.2s 1 forwards;
  }
}

.s-aa__tpn:nth-child(38) {
  -webkit-animation: kTopNews 0.7s ease-in-out 9.4s 1 forwards;
          animation: kTopNews 0.7s ease-in-out 9.4s 1 forwards;
  transition: all .4s;
}

@media screen and (max-width: 835px) {
  .s-aa__tpn:nth-child(38) {
    -webkit-animation: kTopNewsTb 0.8s ease-in-out 9.4s 1 forwards;
            animation: kTopNewsTb 0.8s ease-in-out 9.4s 1 forwards;
  }
}

.s-aa__tpn:nth-child(39) {
  -webkit-animation: kTopNews 0.7s ease-in-out 9.6s 1 forwards;
          animation: kTopNews 0.7s ease-in-out 9.6s 1 forwards;
  transition: all .4s;
}

@media screen and (max-width: 835px) {
  .s-aa__tpn:nth-child(39) {
    -webkit-animation: kTopNewsTb 0.8s ease-in-out 9.6s 1 forwards;
            animation: kTopNewsTb 0.8s ease-in-out 9.6s 1 forwards;
  }
}

.s-aa__tpn:nth-child(40) {
  -webkit-animation: kTopNews 0.7s ease-in-out 9.8s 1 forwards;
          animation: kTopNews 0.7s ease-in-out 9.8s 1 forwards;
  transition: all .4s;
}

@media screen and (max-width: 835px) {
  .s-aa__tpn:nth-child(40) {
    -webkit-animation: kTopNewsTb 0.8s ease-in-out 9.8s 1 forwards;
            animation: kTopNewsTb 0.8s ease-in-out 9.8s 1 forwards;
  }
}

.s-aa__tpn:nth-child(41) {
  -webkit-animation: kTopNews 0.7s ease-in-out 10s 1 forwards;
          animation: kTopNews 0.7s ease-in-out 10s 1 forwards;
  transition: all .4s;
}

@media screen and (max-width: 835px) {
  .s-aa__tpn:nth-child(41) {
    -webkit-animation: kTopNewsTb 0.8s ease-in-out 10s 1 forwards;
            animation: kTopNewsTb 0.8s ease-in-out 10s 1 forwards;
  }
}

.s-aa__tpn:nth-child(42) {
  -webkit-animation: kTopNews 0.7s ease-in-out 10.2s 1 forwards;
          animation: kTopNews 0.7s ease-in-out 10.2s 1 forwards;
  transition: all .4s;
}

@media screen and (max-width: 835px) {
  .s-aa__tpn:nth-child(42) {
    -webkit-animation: kTopNewsTb 0.8s ease-in-out 10.2s 1 forwards;
            animation: kTopNewsTb 0.8s ease-in-out 10.2s 1 forwards;
  }
}

.s-aa__tpn:nth-child(43) {
  -webkit-animation: kTopNews 0.7s ease-in-out 10.4s 1 forwards;
          animation: kTopNews 0.7s ease-in-out 10.4s 1 forwards;
  transition: all .4s;
}

@media screen and (max-width: 835px) {
  .s-aa__tpn:nth-child(43) {
    -webkit-animation: kTopNewsTb 0.8s ease-in-out 10.4s 1 forwards;
            animation: kTopNewsTb 0.8s ease-in-out 10.4s 1 forwards;
  }
}

.s-aa__tpn:nth-child(44) {
  -webkit-animation: kTopNews 0.7s ease-in-out 10.6s 1 forwards;
          animation: kTopNews 0.7s ease-in-out 10.6s 1 forwards;
  transition: all .4s;
}

@media screen and (max-width: 835px) {
  .s-aa__tpn:nth-child(44) {
    -webkit-animation: kTopNewsTb 0.8s ease-in-out 10.6s 1 forwards;
            animation: kTopNewsTb 0.8s ease-in-out 10.6s 1 forwards;
  }
}

.s-aa__tpn:nth-child(45) {
  -webkit-animation: kTopNews 0.7s ease-in-out 10.8s 1 forwards;
          animation: kTopNews 0.7s ease-in-out 10.8s 1 forwards;
  transition: all .4s;
}

@media screen and (max-width: 835px) {
  .s-aa__tpn:nth-child(45) {
    -webkit-animation: kTopNewsTb 0.8s ease-in-out 10.8s 1 forwards;
            animation: kTopNewsTb 0.8s ease-in-out 10.8s 1 forwards;
  }
}

.s-aa__tpn:nth-child(46) {
  -webkit-animation: kTopNews 0.7s ease-in-out 11s 1 forwards;
          animation: kTopNews 0.7s ease-in-out 11s 1 forwards;
  transition: all .4s;
}

@media screen and (max-width: 835px) {
  .s-aa__tpn:nth-child(46) {
    -webkit-animation: kTopNewsTb 0.8s ease-in-out 11s 1 forwards;
            animation: kTopNewsTb 0.8s ease-in-out 11s 1 forwards;
  }
}

.s-aa__tpn:nth-child(47) {
  -webkit-animation: kTopNews 0.7s ease-in-out 11.2s 1 forwards;
          animation: kTopNews 0.7s ease-in-out 11.2s 1 forwards;
  transition: all .4s;
}

@media screen and (max-width: 835px) {
  .s-aa__tpn:nth-child(47) {
    -webkit-animation: kTopNewsTb 0.8s ease-in-out 11.2s 1 forwards;
            animation: kTopNewsTb 0.8s ease-in-out 11.2s 1 forwards;
  }
}

.s-aa__tpn:nth-child(48) {
  -webkit-animation: kTopNews 0.7s ease-in-out 11.4s 1 forwards;
          animation: kTopNews 0.7s ease-in-out 11.4s 1 forwards;
  transition: all .4s;
}

@media screen and (max-width: 835px) {
  .s-aa__tpn:nth-child(48) {
    -webkit-animation: kTopNewsTb 0.8s ease-in-out 11.4s 1 forwards;
            animation: kTopNewsTb 0.8s ease-in-out 11.4s 1 forwards;
  }
}

.s-aa__tpn:nth-child(49) {
  -webkit-animation: kTopNews 0.7s ease-in-out 11.6s 1 forwards;
          animation: kTopNews 0.7s ease-in-out 11.6s 1 forwards;
  transition: all .4s;
}

@media screen and (max-width: 835px) {
  .s-aa__tpn:nth-child(49) {
    -webkit-animation: kTopNewsTb 0.8s ease-in-out 11.6s 1 forwards;
            animation: kTopNewsTb 0.8s ease-in-out 11.6s 1 forwards;
  }
}

.s-aa__tpn:nth-child(50) {
  -webkit-animation: kTopNews 0.7s ease-in-out 11.8s 1 forwards;
          animation: kTopNews 0.7s ease-in-out 11.8s 1 forwards;
  transition: all .4s;
}

@media screen and (max-width: 835px) {
  .s-aa__tpn:nth-child(50) {
    -webkit-animation: kTopNewsTb 0.8s ease-in-out 11.8s 1 forwards;
            animation: kTopNewsTb 0.8s ease-in-out 11.8s 1 forwards;
  }
}

.s-aa__tpn:nth-child(51) {
  -webkit-animation: kTopNews 0.7s ease-in-out 12s 1 forwards;
          animation: kTopNews 0.7s ease-in-out 12s 1 forwards;
  transition: all .4s;
}

@media screen and (max-width: 835px) {
  .s-aa__tpn:nth-child(51) {
    -webkit-animation: kTopNewsTb 0.8s ease-in-out 12s 1 forwards;
            animation: kTopNewsTb 0.8s ease-in-out 12s 1 forwards;
  }
}

.s-aa__tpn:nth-child(52) {
  -webkit-animation: kTopNews 0.7s ease-in-out 12.2s 1 forwards;
          animation: kTopNews 0.7s ease-in-out 12.2s 1 forwards;
  transition: all .4s;
}

@media screen and (max-width: 835px) {
  .s-aa__tpn:nth-child(52) {
    -webkit-animation: kTopNewsTb 0.8s ease-in-out 12.2s 1 forwards;
            animation: kTopNewsTb 0.8s ease-in-out 12.2s 1 forwards;
  }
}

.s-aa__tpn:nth-child(53) {
  -webkit-animation: kTopNews 0.7s ease-in-out 12.4s 1 forwards;
          animation: kTopNews 0.7s ease-in-out 12.4s 1 forwards;
  transition: all .4s;
}

@media screen and (max-width: 835px) {
  .s-aa__tpn:nth-child(53) {
    -webkit-animation: kTopNewsTb 0.8s ease-in-out 12.4s 1 forwards;
            animation: kTopNewsTb 0.8s ease-in-out 12.4s 1 forwards;
  }
}

.s-aa__tpn:nth-child(54) {
  -webkit-animation: kTopNews 0.7s ease-in-out 12.6s 1 forwards;
          animation: kTopNews 0.7s ease-in-out 12.6s 1 forwards;
  transition: all .4s;
}

@media screen and (max-width: 835px) {
  .s-aa__tpn:nth-child(54) {
    -webkit-animation: kTopNewsTb 0.8s ease-in-out 12.6s 1 forwards;
            animation: kTopNewsTb 0.8s ease-in-out 12.6s 1 forwards;
  }
}

.s-aa__tpn:nth-child(55) {
  -webkit-animation: kTopNews 0.7s ease-in-out 12.8s 1 forwards;
          animation: kTopNews 0.7s ease-in-out 12.8s 1 forwards;
  transition: all .4s;
}

@media screen and (max-width: 835px) {
  .s-aa__tpn:nth-child(55) {
    -webkit-animation: kTopNewsTb 0.8s ease-in-out 12.8s 1 forwards;
            animation: kTopNewsTb 0.8s ease-in-out 12.8s 1 forwards;
  }
}

.s-aa__tpn:nth-child(56) {
  -webkit-animation: kTopNews 0.7s ease-in-out 13s 1 forwards;
          animation: kTopNews 0.7s ease-in-out 13s 1 forwards;
  transition: all .4s;
}

@media screen and (max-width: 835px) {
  .s-aa__tpn:nth-child(56) {
    -webkit-animation: kTopNewsTb 0.8s ease-in-out 13s 1 forwards;
            animation: kTopNewsTb 0.8s ease-in-out 13s 1 forwards;
  }
}

.s-aa__tpn:nth-child(57) {
  -webkit-animation: kTopNews 0.7s ease-in-out 13.2s 1 forwards;
          animation: kTopNews 0.7s ease-in-out 13.2s 1 forwards;
  transition: all .4s;
}

@media screen and (max-width: 835px) {
  .s-aa__tpn:nth-child(57) {
    -webkit-animation: kTopNewsTb 0.8s ease-in-out 13.2s 1 forwards;
            animation: kTopNewsTb 0.8s ease-in-out 13.2s 1 forwards;
  }
}

.s-aa__tpn:nth-child(58) {
  -webkit-animation: kTopNews 0.7s ease-in-out 13.4s 1 forwards;
          animation: kTopNews 0.7s ease-in-out 13.4s 1 forwards;
  transition: all .4s;
}

@media screen and (max-width: 835px) {
  .s-aa__tpn:nth-child(58) {
    -webkit-animation: kTopNewsTb 0.8s ease-in-out 13.4s 1 forwards;
            animation: kTopNewsTb 0.8s ease-in-out 13.4s 1 forwards;
  }
}

.s-aa__tpn:nth-child(59) {
  -webkit-animation: kTopNews 0.7s ease-in-out 13.6s 1 forwards;
          animation: kTopNews 0.7s ease-in-out 13.6s 1 forwards;
  transition: all .4s;
}

@media screen and (max-width: 835px) {
  .s-aa__tpn:nth-child(59) {
    -webkit-animation: kTopNewsTb 0.8s ease-in-out 13.6s 1 forwards;
            animation: kTopNewsTb 0.8s ease-in-out 13.6s 1 forwards;
  }
}

.s-aa__tpn:nth-child(60) {
  -webkit-animation: kTopNews 0.7s ease-in-out 13.8s 1 forwards;
          animation: kTopNews 0.7s ease-in-out 13.8s 1 forwards;
  transition: all .4s;
}

@media screen and (max-width: 835px) {
  .s-aa__tpn:nth-child(60) {
    -webkit-animation: kTopNewsTb 0.8s ease-in-out 13.8s 1 forwards;
            animation: kTopNewsTb 0.8s ease-in-out 13.8s 1 forwards;
  }
}

.s-aa__tpn:nth-child(61) {
  -webkit-animation: kTopNews 0.7s ease-in-out 14s 1 forwards;
          animation: kTopNews 0.7s ease-in-out 14s 1 forwards;
  transition: all .4s;
}

@media screen and (max-width: 835px) {
  .s-aa__tpn:nth-child(61) {
    -webkit-animation: kTopNewsTb 0.8s ease-in-out 14s 1 forwards;
            animation: kTopNewsTb 0.8s ease-in-out 14s 1 forwards;
  }
}

.s-aa__tpn:nth-child(62) {
  -webkit-animation: kTopNews 0.7s ease-in-out 14.2s 1 forwards;
          animation: kTopNews 0.7s ease-in-out 14.2s 1 forwards;
  transition: all .4s;
}

@media screen and (max-width: 835px) {
  .s-aa__tpn:nth-child(62) {
    -webkit-animation: kTopNewsTb 0.8s ease-in-out 14.2s 1 forwards;
            animation: kTopNewsTb 0.8s ease-in-out 14.2s 1 forwards;
  }
}

.s-aa__tpn:nth-child(63) {
  -webkit-animation: kTopNews 0.7s ease-in-out 14.4s 1 forwards;
          animation: kTopNews 0.7s ease-in-out 14.4s 1 forwards;
  transition: all .4s;
}

@media screen and (max-width: 835px) {
  .s-aa__tpn:nth-child(63) {
    -webkit-animation: kTopNewsTb 0.8s ease-in-out 14.4s 1 forwards;
            animation: kTopNewsTb 0.8s ease-in-out 14.4s 1 forwards;
  }
}

.s-aa__tpn:nth-child(64) {
  -webkit-animation: kTopNews 0.7s ease-in-out 14.6s 1 forwards;
          animation: kTopNews 0.7s ease-in-out 14.6s 1 forwards;
  transition: all .4s;
}

@media screen and (max-width: 835px) {
  .s-aa__tpn:nth-child(64) {
    -webkit-animation: kTopNewsTb 0.8s ease-in-out 14.6s 1 forwards;
            animation: kTopNewsTb 0.8s ease-in-out 14.6s 1 forwards;
  }
}

.s-aa__tpn:nth-child(65) {
  -webkit-animation: kTopNews 0.7s ease-in-out 14.8s 1 forwards;
          animation: kTopNews 0.7s ease-in-out 14.8s 1 forwards;
  transition: all .4s;
}

@media screen and (max-width: 835px) {
  .s-aa__tpn:nth-child(65) {
    -webkit-animation: kTopNewsTb 0.8s ease-in-out 14.8s 1 forwards;
            animation: kTopNewsTb 0.8s ease-in-out 14.8s 1 forwards;
  }
}

.s-aa__tpn:nth-child(66) {
  -webkit-animation: kTopNews 0.7s ease-in-out 15s 1 forwards;
          animation: kTopNews 0.7s ease-in-out 15s 1 forwards;
  transition: all .4s;
}

@media screen and (max-width: 835px) {
  .s-aa__tpn:nth-child(66) {
    -webkit-animation: kTopNewsTb 0.8s ease-in-out 15s 1 forwards;
            animation: kTopNewsTb 0.8s ease-in-out 15s 1 forwards;
  }
}

.s-aa__tpn:nth-child(67) {
  -webkit-animation: kTopNews 0.7s ease-in-out 15.2s 1 forwards;
          animation: kTopNews 0.7s ease-in-out 15.2s 1 forwards;
  transition: all .4s;
}

@media screen and (max-width: 835px) {
  .s-aa__tpn:nth-child(67) {
    -webkit-animation: kTopNewsTb 0.8s ease-in-out 15.2s 1 forwards;
            animation: kTopNewsTb 0.8s ease-in-out 15.2s 1 forwards;
  }
}

.s-aa__tpn:nth-child(68) {
  -webkit-animation: kTopNews 0.7s ease-in-out 15.4s 1 forwards;
          animation: kTopNews 0.7s ease-in-out 15.4s 1 forwards;
  transition: all .4s;
}

@media screen and (max-width: 835px) {
  .s-aa__tpn:nth-child(68) {
    -webkit-animation: kTopNewsTb 0.8s ease-in-out 15.4s 1 forwards;
            animation: kTopNewsTb 0.8s ease-in-out 15.4s 1 forwards;
  }
}

.s-aa__tpn:nth-child(69) {
  -webkit-animation: kTopNews 0.7s ease-in-out 15.6s 1 forwards;
          animation: kTopNews 0.7s ease-in-out 15.6s 1 forwards;
  transition: all .4s;
}

@media screen and (max-width: 835px) {
  .s-aa__tpn:nth-child(69) {
    -webkit-animation: kTopNewsTb 0.8s ease-in-out 15.6s 1 forwards;
            animation: kTopNewsTb 0.8s ease-in-out 15.6s 1 forwards;
  }
}

.s-aa__tpn:nth-child(70) {
  -webkit-animation: kTopNews 0.7s ease-in-out 15.8s 1 forwards;
          animation: kTopNews 0.7s ease-in-out 15.8s 1 forwards;
  transition: all .4s;
}

@media screen and (max-width: 835px) {
  .s-aa__tpn:nth-child(70) {
    -webkit-animation: kTopNewsTb 0.8s ease-in-out 15.8s 1 forwards;
            animation: kTopNewsTb 0.8s ease-in-out 15.8s 1 forwards;
  }
}

.s-aa__tpn:nth-child(71) {
  -webkit-animation: kTopNews 0.7s ease-in-out 16s 1 forwards;
          animation: kTopNews 0.7s ease-in-out 16s 1 forwards;
  transition: all .4s;
}

@media screen and (max-width: 835px) {
  .s-aa__tpn:nth-child(71) {
    -webkit-animation: kTopNewsTb 0.8s ease-in-out 16s 1 forwards;
            animation: kTopNewsTb 0.8s ease-in-out 16s 1 forwards;
  }
}

.s-aa__tpn:nth-child(72) {
  -webkit-animation: kTopNews 0.7s ease-in-out 16.2s 1 forwards;
          animation: kTopNews 0.7s ease-in-out 16.2s 1 forwards;
  transition: all .4s;
}

@media screen and (max-width: 835px) {
  .s-aa__tpn:nth-child(72) {
    -webkit-animation: kTopNewsTb 0.8s ease-in-out 16.2s 1 forwards;
            animation: kTopNewsTb 0.8s ease-in-out 16.2s 1 forwards;
  }
}

.s-aa__tpn:nth-child(73) {
  -webkit-animation: kTopNews 0.7s ease-in-out 16.4s 1 forwards;
          animation: kTopNews 0.7s ease-in-out 16.4s 1 forwards;
  transition: all .4s;
}

@media screen and (max-width: 835px) {
  .s-aa__tpn:nth-child(73) {
    -webkit-animation: kTopNewsTb 0.8s ease-in-out 16.4s 1 forwards;
            animation: kTopNewsTb 0.8s ease-in-out 16.4s 1 forwards;
  }
}

.s-aa__tpn:nth-child(74) {
  -webkit-animation: kTopNews 0.7s ease-in-out 16.6s 1 forwards;
          animation: kTopNews 0.7s ease-in-out 16.6s 1 forwards;
  transition: all .4s;
}

@media screen and (max-width: 835px) {
  .s-aa__tpn:nth-child(74) {
    -webkit-animation: kTopNewsTb 0.8s ease-in-out 16.6s 1 forwards;
            animation: kTopNewsTb 0.8s ease-in-out 16.6s 1 forwards;
  }
}

.s-aa__tpn:nth-child(75) {
  -webkit-animation: kTopNews 0.7s ease-in-out 16.8s 1 forwards;
          animation: kTopNews 0.7s ease-in-out 16.8s 1 forwards;
  transition: all .4s;
}

@media screen and (max-width: 835px) {
  .s-aa__tpn:nth-child(75) {
    -webkit-animation: kTopNewsTb 0.8s ease-in-out 16.8s 1 forwards;
            animation: kTopNewsTb 0.8s ease-in-out 16.8s 1 forwards;
  }
}

.s-aa__tpn:nth-child(76) {
  -webkit-animation: kTopNews 0.7s ease-in-out 17s 1 forwards;
          animation: kTopNews 0.7s ease-in-out 17s 1 forwards;
  transition: all .4s;
}

@media screen and (max-width: 835px) {
  .s-aa__tpn:nth-child(76) {
    -webkit-animation: kTopNewsTb 0.8s ease-in-out 17s 1 forwards;
            animation: kTopNewsTb 0.8s ease-in-out 17s 1 forwards;
  }
}

.s-aa__tpn:nth-child(77) {
  -webkit-animation: kTopNews 0.7s ease-in-out 17.2s 1 forwards;
          animation: kTopNews 0.7s ease-in-out 17.2s 1 forwards;
  transition: all .4s;
}

@media screen and (max-width: 835px) {
  .s-aa__tpn:nth-child(77) {
    -webkit-animation: kTopNewsTb 0.8s ease-in-out 17.2s 1 forwards;
            animation: kTopNewsTb 0.8s ease-in-out 17.2s 1 forwards;
  }
}

.s-aa__tpn:nth-child(78) {
  -webkit-animation: kTopNews 0.7s ease-in-out 17.4s 1 forwards;
          animation: kTopNews 0.7s ease-in-out 17.4s 1 forwards;
  transition: all .4s;
}

@media screen and (max-width: 835px) {
  .s-aa__tpn:nth-child(78) {
    -webkit-animation: kTopNewsTb 0.8s ease-in-out 17.4s 1 forwards;
            animation: kTopNewsTb 0.8s ease-in-out 17.4s 1 forwards;
  }
}

.s-aa__tpn:nth-child(79) {
  -webkit-animation: kTopNews 0.7s ease-in-out 17.6s 1 forwards;
          animation: kTopNews 0.7s ease-in-out 17.6s 1 forwards;
  transition: all .4s;
}

@media screen and (max-width: 835px) {
  .s-aa__tpn:nth-child(79) {
    -webkit-animation: kTopNewsTb 0.8s ease-in-out 17.6s 1 forwards;
            animation: kTopNewsTb 0.8s ease-in-out 17.6s 1 forwards;
  }
}

.s-aa__tpn:nth-child(80) {
  -webkit-animation: kTopNews 0.7s ease-in-out 17.8s 1 forwards;
          animation: kTopNews 0.7s ease-in-out 17.8s 1 forwards;
  transition: all .4s;
}

@media screen and (max-width: 835px) {
  .s-aa__tpn:nth-child(80) {
    -webkit-animation: kTopNewsTb 0.8s ease-in-out 17.8s 1 forwards;
            animation: kTopNewsTb 0.8s ease-in-out 17.8s 1 forwards;
  }
}

.s-aa__tpn:nth-child(81) {
  -webkit-animation: kTopNews 0.7s ease-in-out 18s 1 forwards;
          animation: kTopNews 0.7s ease-in-out 18s 1 forwards;
  transition: all .4s;
}

@media screen and (max-width: 835px) {
  .s-aa__tpn:nth-child(81) {
    -webkit-animation: kTopNewsTb 0.8s ease-in-out 18s 1 forwards;
            animation: kTopNewsTb 0.8s ease-in-out 18s 1 forwards;
  }
}

.s-aa__tpn:nth-child(82) {
  -webkit-animation: kTopNews 0.7s ease-in-out 18.2s 1 forwards;
          animation: kTopNews 0.7s ease-in-out 18.2s 1 forwards;
  transition: all .4s;
}

@media screen and (max-width: 835px) {
  .s-aa__tpn:nth-child(82) {
    -webkit-animation: kTopNewsTb 0.8s ease-in-out 18.2s 1 forwards;
            animation: kTopNewsTb 0.8s ease-in-out 18.2s 1 forwards;
  }
}

.s-aa__tpn:nth-child(83) {
  -webkit-animation: kTopNews 0.7s ease-in-out 18.4s 1 forwards;
          animation: kTopNews 0.7s ease-in-out 18.4s 1 forwards;
  transition: all .4s;
}

@media screen and (max-width: 835px) {
  .s-aa__tpn:nth-child(83) {
    -webkit-animation: kTopNewsTb 0.8s ease-in-out 18.4s 1 forwards;
            animation: kTopNewsTb 0.8s ease-in-out 18.4s 1 forwards;
  }
}

.s-aa__tpn:nth-child(84) {
  -webkit-animation: kTopNews 0.7s ease-in-out 18.6s 1 forwards;
          animation: kTopNews 0.7s ease-in-out 18.6s 1 forwards;
  transition: all .4s;
}

@media screen and (max-width: 835px) {
  .s-aa__tpn:nth-child(84) {
    -webkit-animation: kTopNewsTb 0.8s ease-in-out 18.6s 1 forwards;
            animation: kTopNewsTb 0.8s ease-in-out 18.6s 1 forwards;
  }
}

.s-aa__tpn:nth-child(85) {
  -webkit-animation: kTopNews 0.7s ease-in-out 18.8s 1 forwards;
          animation: kTopNews 0.7s ease-in-out 18.8s 1 forwards;
  transition: all .4s;
}

@media screen and (max-width: 835px) {
  .s-aa__tpn:nth-child(85) {
    -webkit-animation: kTopNewsTb 0.8s ease-in-out 18.8s 1 forwards;
            animation: kTopNewsTb 0.8s ease-in-out 18.8s 1 forwards;
  }
}

.s-aa__tpn:nth-child(86) {
  -webkit-animation: kTopNews 0.7s ease-in-out 19s 1 forwards;
          animation: kTopNews 0.7s ease-in-out 19s 1 forwards;
  transition: all .4s;
}

@media screen and (max-width: 835px) {
  .s-aa__tpn:nth-child(86) {
    -webkit-animation: kTopNewsTb 0.8s ease-in-out 19s 1 forwards;
            animation: kTopNewsTb 0.8s ease-in-out 19s 1 forwards;
  }
}

.s-aa__tpn:nth-child(87) {
  -webkit-animation: kTopNews 0.7s ease-in-out 19.2s 1 forwards;
          animation: kTopNews 0.7s ease-in-out 19.2s 1 forwards;
  transition: all .4s;
}

@media screen and (max-width: 835px) {
  .s-aa__tpn:nth-child(87) {
    -webkit-animation: kTopNewsTb 0.8s ease-in-out 19.2s 1 forwards;
            animation: kTopNewsTb 0.8s ease-in-out 19.2s 1 forwards;
  }
}

.s-aa__tpn:nth-child(88) {
  -webkit-animation: kTopNews 0.7s ease-in-out 19.4s 1 forwards;
          animation: kTopNews 0.7s ease-in-out 19.4s 1 forwards;
  transition: all .4s;
}

@media screen and (max-width: 835px) {
  .s-aa__tpn:nth-child(88) {
    -webkit-animation: kTopNewsTb 0.8s ease-in-out 19.4s 1 forwards;
            animation: kTopNewsTb 0.8s ease-in-out 19.4s 1 forwards;
  }
}

.s-aa__tpn:nth-child(89) {
  -webkit-animation: kTopNews 0.7s ease-in-out 19.6s 1 forwards;
          animation: kTopNews 0.7s ease-in-out 19.6s 1 forwards;
  transition: all .4s;
}

@media screen and (max-width: 835px) {
  .s-aa__tpn:nth-child(89) {
    -webkit-animation: kTopNewsTb 0.8s ease-in-out 19.6s 1 forwards;
            animation: kTopNewsTb 0.8s ease-in-out 19.6s 1 forwards;
  }
}

.s-aa__tpn:nth-child(90) {
  -webkit-animation: kTopNews 0.7s ease-in-out 19.8s 1 forwards;
          animation: kTopNews 0.7s ease-in-out 19.8s 1 forwards;
  transition: all .4s;
}

@media screen and (max-width: 835px) {
  .s-aa__tpn:nth-child(90) {
    -webkit-animation: kTopNewsTb 0.8s ease-in-out 19.8s 1 forwards;
            animation: kTopNewsTb 0.8s ease-in-out 19.8s 1 forwards;
  }
}

.s-aa__tpn:nth-child(91) {
  -webkit-animation: kTopNews 0.7s ease-in-out 20s 1 forwards;
          animation: kTopNews 0.7s ease-in-out 20s 1 forwards;
  transition: all .4s;
}

@media screen and (max-width: 835px) {
  .s-aa__tpn:nth-child(91) {
    -webkit-animation: kTopNewsTb 0.8s ease-in-out 20s 1 forwards;
            animation: kTopNewsTb 0.8s ease-in-out 20s 1 forwards;
  }
}

.s-aa__tpn:nth-child(92) {
  -webkit-animation: kTopNews 0.7s ease-in-out 20.2s 1 forwards;
          animation: kTopNews 0.7s ease-in-out 20.2s 1 forwards;
  transition: all .4s;
}

@media screen and (max-width: 835px) {
  .s-aa__tpn:nth-child(92) {
    -webkit-animation: kTopNewsTb 0.8s ease-in-out 20.2s 1 forwards;
            animation: kTopNewsTb 0.8s ease-in-out 20.2s 1 forwards;
  }
}

.s-aa__tpn:nth-child(93) {
  -webkit-animation: kTopNews 0.7s ease-in-out 20.4s 1 forwards;
          animation: kTopNews 0.7s ease-in-out 20.4s 1 forwards;
  transition: all .4s;
}

@media screen and (max-width: 835px) {
  .s-aa__tpn:nth-child(93) {
    -webkit-animation: kTopNewsTb 0.8s ease-in-out 20.4s 1 forwards;
            animation: kTopNewsTb 0.8s ease-in-out 20.4s 1 forwards;
  }
}

.s-aa__tpn:nth-child(94) {
  -webkit-animation: kTopNews 0.7s ease-in-out 20.6s 1 forwards;
          animation: kTopNews 0.7s ease-in-out 20.6s 1 forwards;
  transition: all .4s;
}

@media screen and (max-width: 835px) {
  .s-aa__tpn:nth-child(94) {
    -webkit-animation: kTopNewsTb 0.8s ease-in-out 20.6s 1 forwards;
            animation: kTopNewsTb 0.8s ease-in-out 20.6s 1 forwards;
  }
}

.s-aa__tpn:nth-child(95) {
  -webkit-animation: kTopNews 0.7s ease-in-out 20.8s 1 forwards;
          animation: kTopNews 0.7s ease-in-out 20.8s 1 forwards;
  transition: all .4s;
}

@media screen and (max-width: 835px) {
  .s-aa__tpn:nth-child(95) {
    -webkit-animation: kTopNewsTb 0.8s ease-in-out 20.8s 1 forwards;
            animation: kTopNewsTb 0.8s ease-in-out 20.8s 1 forwards;
  }
}

.s-aa__tpn:nth-child(96) {
  -webkit-animation: kTopNews 0.7s ease-in-out 21s 1 forwards;
          animation: kTopNews 0.7s ease-in-out 21s 1 forwards;
  transition: all .4s;
}

@media screen and (max-width: 835px) {
  .s-aa__tpn:nth-child(96) {
    -webkit-animation: kTopNewsTb 0.8s ease-in-out 21s 1 forwards;
            animation: kTopNewsTb 0.8s ease-in-out 21s 1 forwards;
  }
}

.s-aa__tpn:nth-child(97) {
  -webkit-animation: kTopNews 0.7s ease-in-out 21.2s 1 forwards;
          animation: kTopNews 0.7s ease-in-out 21.2s 1 forwards;
  transition: all .4s;
}

@media screen and (max-width: 835px) {
  .s-aa__tpn:nth-child(97) {
    -webkit-animation: kTopNewsTb 0.8s ease-in-out 21.2s 1 forwards;
            animation: kTopNewsTb 0.8s ease-in-out 21.2s 1 forwards;
  }
}

.s-aa__tpn:nth-child(98) {
  -webkit-animation: kTopNews 0.7s ease-in-out 21.4s 1 forwards;
          animation: kTopNews 0.7s ease-in-out 21.4s 1 forwards;
  transition: all .4s;
}

@media screen and (max-width: 835px) {
  .s-aa__tpn:nth-child(98) {
    -webkit-animation: kTopNewsTb 0.8s ease-in-out 21.4s 1 forwards;
            animation: kTopNewsTb 0.8s ease-in-out 21.4s 1 forwards;
  }
}

.s-aa__tpn:nth-child(99) {
  -webkit-animation: kTopNews 0.7s ease-in-out 21.6s 1 forwards;
          animation: kTopNews 0.7s ease-in-out 21.6s 1 forwards;
  transition: all .4s;
}

@media screen and (max-width: 835px) {
  .s-aa__tpn:nth-child(99) {
    -webkit-animation: kTopNewsTb 0.8s ease-in-out 21.6s 1 forwards;
            animation: kTopNewsTb 0.8s ease-in-out 21.6s 1 forwards;
  }
}

.s-aa__tpn:nth-child(100) {
  -webkit-animation: kTopNews 0.7s ease-in-out 21.8s 1 forwards;
          animation: kTopNews 0.7s ease-in-out 21.8s 1 forwards;
  transition: all .4s;
}

@media screen and (max-width: 835px) {
  .s-aa__tpn:nth-child(100) {
    -webkit-animation: kTopNewsTb 0.8s ease-in-out 21.8s 1 forwards;
            animation: kTopNewsTb 0.8s ease-in-out 21.8s 1 forwards;
  }
}

@media screen and (max-width: 835px) {
  .s-aa__tpscl {
    opacity: 0;
    -webkit-animation: kbtt .6s ease-in-out 3.5s 1 forwards;
            animation: kbtt .6s ease-in-out 3.5s 1 forwards;
  }
}

@media screen and (max-width: 835px) {
  .s-aa__tpvm {
    opacity: 0;
    -webkit-animation: kbtt .6s ease-in-out 1.5s 1 forwards;
            animation: kbtt .6s ease-in-out 1.5s 1 forwards;
  }
}

.s-aa__str {
  opacity: 0;
  -webkit-animation: kbttb .7s ease-in-out 2.1s 1 forwards;
          animation: kbttb .7s ease-in-out 2.1s 1 forwards;
}

@media screen and (max-width: 835px) {
  .s-aa__str {
    -webkit-animation: kbtt .6s ease-in-out 2.1s 1 forwards;
            animation: kbtt .6s ease-in-out 2.1s 1 forwards;
  }
}

@media screen and (max-width: 835px) {
  .s-aa__mid {
    opacity: 0;
    -webkit-animation: kbtt .6s ease-in-out 2.5s 1 forwards;
            animation: kbtt .6s ease-in-out 2.5s 1 forwards;
  }
}

@media screen and (max-width: 835px) {
  .s-aa__btm {
    opacity: 0;
    -webkit-animation: kbtt .6s ease-in-out 3s 1 forwards;
            animation: kbtt .6s ease-in-out 3s 1 forwards;
  }
}

.s-aa__cattl {
  opacity: 0;
  -webkit-animation: kttb .6s ease 1.8s 1 forwards;
          animation: kttb .6s ease 1.8s 1 forwards;
}

.s-aa__ftbg {
  opacity: 0;
  -webkit-animation: kopa 1s ease 2s 1 forwards;
          animation: kopa 1s ease 2s 1 forwards;
}

.s-as__bt-s.delighter {
  transition: all .8s ease;
  transform: translateY(20px);
  opacity: 0;
}

.s-as__bt-s.delighter.started {
  transform: none;
  opacity: 1;
}

@media screen and (min-width: 1024px) {
  .s-as__bt-spc.delighter {
    transition: all .8s ease;
    transform: translateY(20px);
    opacity: 0;
  }
  .s-as__bt-spc.delighter.started {
    transform: none;
    opacity: 1;
  }
}

.s-as__bt-f.delighter {
  transition: all .6s ease;
  transform: translateY(20px);
  opacity: 0;
}

.s-as__bt-f.delighter.started {
  transform: none;
  opacity: 1;
}

.s-as__ut.delighter {
  transition: all .4s ease;
  transform: translateY(50px);
  opacity: 0;
}

.s-as__ut.delighter.started {
  transform: none;
  opacity: 1;
}

.s-as__isld:nth-child(1).delighter {
  transition: all 0.6s ease 0.26667s;
  transform: translate(10px, 0);
  opacity: 0;
}

.s-as__isld:nth-child(1).delighter.started {
  transform: none;
  opacity: 1;
}

.s-as__isld:nth-child(2).delighter {
  transition: all 0.6s ease 0.43333s;
  transform: translate(10px, 0);
  opacity: 0;
}

.s-as__isld:nth-child(2).delighter.started {
  transform: none;
  opacity: 1;
}

.s-as__isld:nth-child(3).delighter {
  transition: all 0.6s ease 0.6s;
  transform: translate(10px, 0);
  opacity: 0;
}

.s-as__isld:nth-child(3).delighter.started {
  transform: none;
  opacity: 1;
}

.s-as__isld:nth-child(4).delighter {
  transition: all 0.6s ease 0.76667s;
  transform: translate(10px, 0);
  opacity: 0;
}

.s-as__isld:nth-child(4).delighter.started {
  transform: none;
  opacity: 1;
}

.s-as__isld:nth-child(5).delighter {
  transition: all 0.6s ease 0.93333s;
  transform: translate(10px, 0);
  opacity: 0;
}

.s-as__isld:nth-child(5).delighter.started {
  transform: none;
  opacity: 1;
}

.s-as__isld:nth-child(6).delighter {
  transition: all 0.6s ease 1.1s;
  transform: translate(10px, 0);
  opacity: 0;
}

.s-as__isld:nth-child(6).delighter.started {
  transform: none;
  opacity: 1;
}

.s-as__isld:nth-child(7).delighter {
  transition: all 0.6s ease 1.26667s;
  transform: translate(10px, 0);
  opacity: 0;
}

.s-as__isld:nth-child(7).delighter.started {
  transform: none;
  opacity: 1;
}

.s-as__isld:nth-child(8).delighter {
  transition: all 0.6s ease 1.43333s;
  transform: translate(10px, 0);
  opacity: 0;
}

.s-as__isld:nth-child(8).delighter.started {
  transform: none;
  opacity: 1;
}

.s-as__isld:nth-child(9).delighter {
  transition: all 0.6s ease 1.6s;
  transform: translate(10px, 0);
  opacity: 0;
}

.s-as__isld:nth-child(9).delighter.started {
  transform: none;
  opacity: 1;
}

.s-as__isld:nth-child(10).delighter {
  transition: all 0.6s ease 1.76667s;
  transform: translate(10px, 0);
  opacity: 0;
}

.s-as__isld:nth-child(10).delighter.started {
  transform: none;
  opacity: 1;
}

.s-as__isld:nth-child(11).delighter {
  transition: all 0.6s ease 1.93333s;
  transform: translate(10px, 0);
  opacity: 0;
}

.s-as__isld:nth-child(11).delighter.started {
  transform: none;
  opacity: 1;
}

.s-as__isld:nth-child(12).delighter {
  transition: all 0.6s ease 2.1s;
  transform: translate(10px, 0);
  opacity: 0;
}

.s-as__isld:nth-child(12).delighter.started {
  transform: none;
  opacity: 1;
}

.s-as__isld:nth-child(13).delighter {
  transition: all 0.6s ease 2.26667s;
  transform: translate(10px, 0);
  opacity: 0;
}

.s-as__isld:nth-child(13).delighter.started {
  transform: none;
  opacity: 1;
}

.s-as__isld:nth-child(14).delighter {
  transition: all 0.6s ease 2.43333s;
  transform: translate(10px, 0);
  opacity: 0;
}

.s-as__isld:nth-child(14).delighter.started {
  transform: none;
  opacity: 1;
}

.s-as__isld:nth-child(15).delighter {
  transition: all 0.6s ease 2.6s;
  transform: translate(10px, 0);
  opacity: 0;
}

.s-as__isld:nth-child(15).delighter.started {
  transform: none;
  opacity: 1;
}

.s-as__isld:nth-child(16).delighter {
  transition: all 0.6s ease 2.76667s;
  transform: translate(10px, 0);
  opacity: 0;
}

.s-as__isld:nth-child(16).delighter.started {
  transform: none;
  opacity: 1;
}

.s-as__isld:nth-child(17).delighter {
  transition: all 0.6s ease 2.93333s;
  transform: translate(10px, 0);
  opacity: 0;
}

.s-as__isld:nth-child(17).delighter.started {
  transform: none;
  opacity: 1;
}

.s-as__isld:nth-child(18).delighter {
  transition: all 0.6s ease 3.1s;
  transform: translate(10px, 0);
  opacity: 0;
}

.s-as__isld:nth-child(18).delighter.started {
  transform: none;
  opacity: 1;
}

.s-as__isld:nth-child(19).delighter {
  transition: all 0.6s ease 3.26667s;
  transform: translate(10px, 0);
  opacity: 0;
}

.s-as__isld:nth-child(19).delighter.started {
  transform: none;
  opacity: 1;
}

.s-as__isld:nth-child(20).delighter {
  transition: all 0.6s ease 3.43333s;
  transform: translate(10px, 0);
  opacity: 0;
}

.s-as__isld:nth-child(20).delighter.started {
  transform: none;
  opacity: 1;
}

.s-as__isld:nth-child(21).delighter {
  transition: all 0.6s ease 3.6s;
  transform: translate(10px, 0);
  opacity: 0;
}

.s-as__isld:nth-child(21).delighter.started {
  transform: none;
  opacity: 1;
}

.s-as__isld:nth-child(22).delighter {
  transition: all 0.6s ease 3.76667s;
  transform: translate(10px, 0);
  opacity: 0;
}

.s-as__isld:nth-child(22).delighter.started {
  transform: none;
  opacity: 1;
}

.s-as__isld:nth-child(23).delighter {
  transition: all 0.6s ease 3.93333s;
  transform: translate(10px, 0);
  opacity: 0;
}

.s-as__isld:nth-child(23).delighter.started {
  transform: none;
  opacity: 1;
}

.s-as__isld:nth-child(24).delighter {
  transition: all 0.6s ease 4.1s;
  transform: translate(10px, 0);
  opacity: 0;
}

.s-as__isld:nth-child(24).delighter.started {
  transform: none;
  opacity: 1;
}

.s-as__isld:nth-child(25).delighter {
  transition: all 0.6s ease 4.26667s;
  transform: translate(10px, 0);
  opacity: 0;
}

.s-as__isld:nth-child(25).delighter.started {
  transform: none;
  opacity: 1;
}

.s-as__isld:nth-child(26).delighter {
  transition: all 0.6s ease 4.43333s;
  transform: translate(10px, 0);
  opacity: 0;
}

.s-as__isld:nth-child(26).delighter.started {
  transform: none;
  opacity: 1;
}

.s-as__isld:nth-child(27).delighter {
  transition: all 0.6s ease 4.6s;
  transform: translate(10px, 0);
  opacity: 0;
}

.s-as__isld:nth-child(27).delighter.started {
  transform: none;
  opacity: 1;
}

.s-as__isld:nth-child(28).delighter {
  transition: all 0.6s ease 4.76667s;
  transform: translate(10px, 0);
  opacity: 0;
}

.s-as__isld:nth-child(28).delighter.started {
  transform: none;
  opacity: 1;
}

.s-as__isld:nth-child(29).delighter {
  transition: all 0.6s ease 4.93333s;
  transform: translate(10px, 0);
  opacity: 0;
}

.s-as__isld:nth-child(29).delighter.started {
  transform: none;
  opacity: 1;
}

.s-as__isld:nth-child(30).delighter {
  transition: all 0.6s ease 5.1s;
  transform: translate(10px, 0);
  opacity: 0;
}

.s-as__isld:nth-child(30).delighter.started {
  transform: none;
  opacity: 1;
}

.s-as__isld:nth-child(31).delighter {
  transition: all 0.6s ease 5.26667s;
  transform: translate(10px, 0);
  opacity: 0;
}

.s-as__isld:nth-child(31).delighter.started {
  transform: none;
  opacity: 1;
}

.s-as__isld:nth-child(32).delighter {
  transition: all 0.6s ease 5.43333s;
  transform: translate(10px, 0);
  opacity: 0;
}

.s-as__isld:nth-child(32).delighter.started {
  transform: none;
  opacity: 1;
}

.s-as__isld:nth-child(33).delighter {
  transition: all 0.6s ease 5.6s;
  transform: translate(10px, 0);
  opacity: 0;
}

.s-as__isld:nth-child(33).delighter.started {
  transform: none;
  opacity: 1;
}

.s-as__isld:nth-child(34).delighter {
  transition: all 0.6s ease 5.76667s;
  transform: translate(10px, 0);
  opacity: 0;
}

.s-as__isld:nth-child(34).delighter.started {
  transform: none;
  opacity: 1;
}

.s-as__isld:nth-child(35).delighter {
  transition: all 0.6s ease 5.93333s;
  transform: translate(10px, 0);
  opacity: 0;
}

.s-as__isld:nth-child(35).delighter.started {
  transform: none;
  opacity: 1;
}

.s-as__isld:nth-child(36).delighter {
  transition: all 0.6s ease 6.1s;
  transform: translate(10px, 0);
  opacity: 0;
}

.s-as__isld:nth-child(36).delighter.started {
  transform: none;
  opacity: 1;
}

.s-as__isld:nth-child(37).delighter {
  transition: all 0.6s ease 6.26667s;
  transform: translate(10px, 0);
  opacity: 0;
}

.s-as__isld:nth-child(37).delighter.started {
  transform: none;
  opacity: 1;
}

.s-as__isld:nth-child(38).delighter {
  transition: all 0.6s ease 6.43333s;
  transform: translate(10px, 0);
  opacity: 0;
}

.s-as__isld:nth-child(38).delighter.started {
  transform: none;
  opacity: 1;
}

.s-as__isld:nth-child(39).delighter {
  transition: all 0.6s ease 6.6s;
  transform: translate(10px, 0);
  opacity: 0;
}

.s-as__isld:nth-child(39).delighter.started {
  transform: none;
  opacity: 1;
}

.s-as__isld:nth-child(40).delighter {
  transition: all 0.6s ease 6.76667s;
  transform: translate(10px, 0);
  opacity: 0;
}

.s-as__isld:nth-child(40).delighter.started {
  transform: none;
  opacity: 1;
}

.s-as__isld:nth-child(41).delighter {
  transition: all 0.6s ease 6.93333s;
  transform: translate(10px, 0);
  opacity: 0;
}

.s-as__isld:nth-child(41).delighter.started {
  transform: none;
  opacity: 1;
}

.s-as__isld:nth-child(42).delighter {
  transition: all 0.6s ease 7.1s;
  transform: translate(10px, 0);
  opacity: 0;
}

.s-as__isld:nth-child(42).delighter.started {
  transform: none;
  opacity: 1;
}

.s-as__isld:nth-child(43).delighter {
  transition: all 0.6s ease 7.26667s;
  transform: translate(10px, 0);
  opacity: 0;
}

.s-as__isld:nth-child(43).delighter.started {
  transform: none;
  opacity: 1;
}

.s-as__isld:nth-child(44).delighter {
  transition: all 0.6s ease 7.43333s;
  transform: translate(10px, 0);
  opacity: 0;
}

.s-as__isld:nth-child(44).delighter.started {
  transform: none;
  opacity: 1;
}

.s-as__isld:nth-child(45).delighter {
  transition: all 0.6s ease 7.6s;
  transform: translate(10px, 0);
  opacity: 0;
}

.s-as__isld:nth-child(45).delighter.started {
  transform: none;
  opacity: 1;
}

.s-as__isld:nth-child(46).delighter {
  transition: all 0.6s ease 7.76667s;
  transform: translate(10px, 0);
  opacity: 0;
}

.s-as__isld:nth-child(46).delighter.started {
  transform: none;
  opacity: 1;
}

.s-as__isld:nth-child(47).delighter {
  transition: all 0.6s ease 7.93333s;
  transform: translate(10px, 0);
  opacity: 0;
}

.s-as__isld:nth-child(47).delighter.started {
  transform: none;
  opacity: 1;
}

.s-as__isld:nth-child(48).delighter {
  transition: all 0.6s ease 8.1s;
  transform: translate(10px, 0);
  opacity: 0;
}

.s-as__isld:nth-child(48).delighter.started {
  transform: none;
  opacity: 1;
}

.s-as__isld:nth-child(49).delighter {
  transition: all 0.6s ease 8.26667s;
  transform: translate(10px, 0);
  opacity: 0;
}

.s-as__isld:nth-child(49).delighter.started {
  transform: none;
  opacity: 1;
}

.s-as__isld:nth-child(50).delighter {
  transition: all 0.6s ease 8.43333s;
  transform: translate(10px, 0);
  opacity: 0;
}

.s-as__isld:nth-child(50).delighter.started {
  transform: none;
  opacity: 1;
}

.s-as__isld:nth-child(51).delighter {
  transition: all 0.6s ease 8.6s;
  transform: translate(10px, 0);
  opacity: 0;
}

.s-as__isld:nth-child(51).delighter.started {
  transform: none;
  opacity: 1;
}

.s-as__isld:nth-child(52).delighter {
  transition: all 0.6s ease 8.76667s;
  transform: translate(10px, 0);
  opacity: 0;
}

.s-as__isld:nth-child(52).delighter.started {
  transform: none;
  opacity: 1;
}

.s-as__isld:nth-child(53).delighter {
  transition: all 0.6s ease 8.93333s;
  transform: translate(10px, 0);
  opacity: 0;
}

.s-as__isld:nth-child(53).delighter.started {
  transform: none;
  opacity: 1;
}

.s-as__isld:nth-child(54).delighter {
  transition: all 0.6s ease 9.1s;
  transform: translate(10px, 0);
  opacity: 0;
}

.s-as__isld:nth-child(54).delighter.started {
  transform: none;
  opacity: 1;
}

.s-as__isld:nth-child(55).delighter {
  transition: all 0.6s ease 9.26667s;
  transform: translate(10px, 0);
  opacity: 0;
}

.s-as__isld:nth-child(55).delighter.started {
  transform: none;
  opacity: 1;
}

.s-as__isld:nth-child(56).delighter {
  transition: all 0.6s ease 9.43333s;
  transform: translate(10px, 0);
  opacity: 0;
}

.s-as__isld:nth-child(56).delighter.started {
  transform: none;
  opacity: 1;
}

.s-as__isld:nth-child(57).delighter {
  transition: all 0.6s ease 9.6s;
  transform: translate(10px, 0);
  opacity: 0;
}

.s-as__isld:nth-child(57).delighter.started {
  transform: none;
  opacity: 1;
}

.s-as__isld:nth-child(58).delighter {
  transition: all 0.6s ease 9.76667s;
  transform: translate(10px, 0);
  opacity: 0;
}

.s-as__isld:nth-child(58).delighter.started {
  transform: none;
  opacity: 1;
}

.s-as__isld:nth-child(59).delighter {
  transition: all 0.6s ease 9.93333s;
  transform: translate(10px, 0);
  opacity: 0;
}

.s-as__isld:nth-child(59).delighter.started {
  transform: none;
  opacity: 1;
}

.s-as__isld:nth-child(60).delighter {
  transition: all 0.6s ease 10.1s;
  transform: translate(10px, 0);
  opacity: 0;
}

.s-as__isld:nth-child(60).delighter.started {
  transform: none;
  opacity: 1;
}

.s-as__isld:nth-child(61).delighter {
  transition: all 0.6s ease 10.26667s;
  transform: translate(10px, 0);
  opacity: 0;
}

.s-as__isld:nth-child(61).delighter.started {
  transform: none;
  opacity: 1;
}

.s-as__isld:nth-child(62).delighter {
  transition: all 0.6s ease 10.43333s;
  transform: translate(10px, 0);
  opacity: 0;
}

.s-as__isld:nth-child(62).delighter.started {
  transform: none;
  opacity: 1;
}

.s-as__isld:nth-child(63).delighter {
  transition: all 0.6s ease 10.6s;
  transform: translate(10px, 0);
  opacity: 0;
}

.s-as__isld:nth-child(63).delighter.started {
  transform: none;
  opacity: 1;
}

.s-as__isld:nth-child(64).delighter {
  transition: all 0.6s ease 10.76667s;
  transform: translate(10px, 0);
  opacity: 0;
}

.s-as__isld:nth-child(64).delighter.started {
  transform: none;
  opacity: 1;
}

.s-as__isld:nth-child(65).delighter {
  transition: all 0.6s ease 10.93333s;
  transform: translate(10px, 0);
  opacity: 0;
}

.s-as__isld:nth-child(65).delighter.started {
  transform: none;
  opacity: 1;
}

.s-as__isld:nth-child(66).delighter {
  transition: all 0.6s ease 11.1s;
  transform: translate(10px, 0);
  opacity: 0;
}

.s-as__isld:nth-child(66).delighter.started {
  transform: none;
  opacity: 1;
}

.s-as__isld:nth-child(67).delighter {
  transition: all 0.6s ease 11.26667s;
  transform: translate(10px, 0);
  opacity: 0;
}

.s-as__isld:nth-child(67).delighter.started {
  transform: none;
  opacity: 1;
}

.s-as__isld:nth-child(68).delighter {
  transition: all 0.6s ease 11.43333s;
  transform: translate(10px, 0);
  opacity: 0;
}

.s-as__isld:nth-child(68).delighter.started {
  transform: none;
  opacity: 1;
}

.s-as__isld:nth-child(69).delighter {
  transition: all 0.6s ease 11.6s;
  transform: translate(10px, 0);
  opacity: 0;
}

.s-as__isld:nth-child(69).delighter.started {
  transform: none;
  opacity: 1;
}

.s-as__isld:nth-child(70).delighter {
  transition: all 0.6s ease 11.76667s;
  transform: translate(10px, 0);
  opacity: 0;
}

.s-as__isld:nth-child(70).delighter.started {
  transform: none;
  opacity: 1;
}

.s-as__isld:nth-child(71).delighter {
  transition: all 0.6s ease 11.93333s;
  transform: translate(10px, 0);
  opacity: 0;
}

.s-as__isld:nth-child(71).delighter.started {
  transform: none;
  opacity: 1;
}

.s-as__isld:nth-child(72).delighter {
  transition: all 0.6s ease 12.1s;
  transform: translate(10px, 0);
  opacity: 0;
}

.s-as__isld:nth-child(72).delighter.started {
  transform: none;
  opacity: 1;
}

.s-as__isld:nth-child(73).delighter {
  transition: all 0.6s ease 12.26667s;
  transform: translate(10px, 0);
  opacity: 0;
}

.s-as__isld:nth-child(73).delighter.started {
  transform: none;
  opacity: 1;
}

.s-as__isld:nth-child(74).delighter {
  transition: all 0.6s ease 12.43333s;
  transform: translate(10px, 0);
  opacity: 0;
}

.s-as__isld:nth-child(74).delighter.started {
  transform: none;
  opacity: 1;
}

.s-as__isld:nth-child(75).delighter {
  transition: all 0.6s ease 12.6s;
  transform: translate(10px, 0);
  opacity: 0;
}

.s-as__isld:nth-child(75).delighter.started {
  transform: none;
  opacity: 1;
}

.s-as__isld:nth-child(76).delighter {
  transition: all 0.6s ease 12.76667s;
  transform: translate(10px, 0);
  opacity: 0;
}

.s-as__isld:nth-child(76).delighter.started {
  transform: none;
  opacity: 1;
}

.s-as__isld:nth-child(77).delighter {
  transition: all 0.6s ease 12.93333s;
  transform: translate(10px, 0);
  opacity: 0;
}

.s-as__isld:nth-child(77).delighter.started {
  transform: none;
  opacity: 1;
}

.s-as__isld:nth-child(78).delighter {
  transition: all 0.6s ease 13.1s;
  transform: translate(10px, 0);
  opacity: 0;
}

.s-as__isld:nth-child(78).delighter.started {
  transform: none;
  opacity: 1;
}

.s-as__isld:nth-child(79).delighter {
  transition: all 0.6s ease 13.26667s;
  transform: translate(10px, 0);
  opacity: 0;
}

.s-as__isld:nth-child(79).delighter.started {
  transform: none;
  opacity: 1;
}

.s-as__isld:nth-child(80).delighter {
  transition: all 0.6s ease 13.43333s;
  transform: translate(10px, 0);
  opacity: 0;
}

.s-as__isld:nth-child(80).delighter.started {
  transform: none;
  opacity: 1;
}

.s-as__isld:nth-child(81).delighter {
  transition: all 0.6s ease 13.6s;
  transform: translate(10px, 0);
  opacity: 0;
}

.s-as__isld:nth-child(81).delighter.started {
  transform: none;
  opacity: 1;
}

.s-as__isld:nth-child(82).delighter {
  transition: all 0.6s ease 13.76667s;
  transform: translate(10px, 0);
  opacity: 0;
}

.s-as__isld:nth-child(82).delighter.started {
  transform: none;
  opacity: 1;
}

.s-as__isld:nth-child(83).delighter {
  transition: all 0.6s ease 13.93333s;
  transform: translate(10px, 0);
  opacity: 0;
}

.s-as__isld:nth-child(83).delighter.started {
  transform: none;
  opacity: 1;
}

.s-as__isld:nth-child(84).delighter {
  transition: all 0.6s ease 14.1s;
  transform: translate(10px, 0);
  opacity: 0;
}

.s-as__isld:nth-child(84).delighter.started {
  transform: none;
  opacity: 1;
}

.s-as__isld:nth-child(85).delighter {
  transition: all 0.6s ease 14.26667s;
  transform: translate(10px, 0);
  opacity: 0;
}

.s-as__isld:nth-child(85).delighter.started {
  transform: none;
  opacity: 1;
}

.s-as__isld:nth-child(86).delighter {
  transition: all 0.6s ease 14.43333s;
  transform: translate(10px, 0);
  opacity: 0;
}

.s-as__isld:nth-child(86).delighter.started {
  transform: none;
  opacity: 1;
}

.s-as__isld:nth-child(87).delighter {
  transition: all 0.6s ease 14.6s;
  transform: translate(10px, 0);
  opacity: 0;
}

.s-as__isld:nth-child(87).delighter.started {
  transform: none;
  opacity: 1;
}

.s-as__isld:nth-child(88).delighter {
  transition: all 0.6s ease 14.76667s;
  transform: translate(10px, 0);
  opacity: 0;
}

.s-as__isld:nth-child(88).delighter.started {
  transform: none;
  opacity: 1;
}

.s-as__isld:nth-child(89).delighter {
  transition: all 0.6s ease 14.93333s;
  transform: translate(10px, 0);
  opacity: 0;
}

.s-as__isld:nth-child(89).delighter.started {
  transform: none;
  opacity: 1;
}

.s-as__isld:nth-child(90).delighter {
  transition: all 0.6s ease 15.1s;
  transform: translate(10px, 0);
  opacity: 0;
}

.s-as__isld:nth-child(90).delighter.started {
  transform: none;
  opacity: 1;
}

.s-as__isld:nth-child(91).delighter {
  transition: all 0.6s ease 15.26667s;
  transform: translate(10px, 0);
  opacity: 0;
}

.s-as__isld:nth-child(91).delighter.started {
  transform: none;
  opacity: 1;
}

.s-as__isld:nth-child(92).delighter {
  transition: all 0.6s ease 15.43333s;
  transform: translate(10px, 0);
  opacity: 0;
}

.s-as__isld:nth-child(92).delighter.started {
  transform: none;
  opacity: 1;
}

.s-as__isld:nth-child(93).delighter {
  transition: all 0.6s ease 15.6s;
  transform: translate(10px, 0);
  opacity: 0;
}

.s-as__isld:nth-child(93).delighter.started {
  transform: none;
  opacity: 1;
}

.s-as__isld:nth-child(94).delighter {
  transition: all 0.6s ease 15.76667s;
  transform: translate(10px, 0);
  opacity: 0;
}

.s-as__isld:nth-child(94).delighter.started {
  transform: none;
  opacity: 1;
}

.s-as__isld:nth-child(95).delighter {
  transition: all 0.6s ease 15.93333s;
  transform: translate(10px, 0);
  opacity: 0;
}

.s-as__isld:nth-child(95).delighter.started {
  transform: none;
  opacity: 1;
}

.s-as__isld:nth-child(96).delighter {
  transition: all 0.6s ease 16.1s;
  transform: translate(10px, 0);
  opacity: 0;
}

.s-as__isld:nth-child(96).delighter.started {
  transform: none;
  opacity: 1;
}

.s-as__isld:nth-child(97).delighter {
  transition: all 0.6s ease 16.26667s;
  transform: translate(10px, 0);
  opacity: 0;
}

.s-as__isld:nth-child(97).delighter.started {
  transform: none;
  opacity: 1;
}

.s-as__isld:nth-child(98).delighter {
  transition: all 0.6s ease 16.43333s;
  transform: translate(10px, 0);
  opacity: 0;
}

.s-as__isld:nth-child(98).delighter.started {
  transform: none;
  opacity: 1;
}

.s-as__isld:nth-child(99).delighter {
  transition: all 0.6s ease 16.6s;
  transform: translate(10px, 0);
  opacity: 0;
}

.s-as__isld:nth-child(99).delighter.started {
  transform: none;
  opacity: 1;
}

.s-as__isld:nth-child(100).delighter {
  transition: all 0.6s ease 16.76667s;
  transform: translate(10px, 0);
  opacity: 0;
}

.s-as__isld:nth-child(100).delighter.started {
  transform: none;
  opacity: 1;
}

.s-as__btm-news.delighter {
  transition: all 1.2s ease;
  transform: translate(-5px, 15px);
  opacity: 0;
}

.s-as__btm-news.delighter.started {
  transform: none;
  opacity: 1;
}

#aboutUs {
  margin-top: 100px;
  padding-top: 100px;
  top: -100px;
}

@media screen and (max-width: 835px) {
  #aboutUs {
    margin-top: 80px;
    padding-top: 80px;
    top: -80px;
  }
}

@-moz-document url-prefix() {
  h1, h2, strong {
    font-weight: 500;
  }
  .c-ncl__wrapper {
    width: calc(100vw - 200px);
    height: 100%;
  }
  @media screen and (max-width: 835px) {
    .c-ncl__wrapper {
      width: 100vw;
    }
  }
  .c-ncl__container {
    margin: 0;
  }
  @media screen and (max-width: 835px) {
    .c-ncl__container {
      justify-content: end;
    }
  }
  .c-ncl__item {
    min-width: 210px;
    width: auto;
    position: relative;
    flex-grow: .04;
    flex-shrink: 1;
    flex-basis: 210px;
  }
  @media screen and (max-width: 835px) {
    .c-ncl__item {
      min-width: 180px;
    }
  }
  .c-ncl__item > a {
    width: 100%;
    padding: 30px 0;
  }
  .c-ncl__item-content {
    width: 100%;
    justify-content: center;
    padding-left: 30px;
  }
  @media screen and (max-width: 835px) {
    .c-ncl__item-content {
      padding-left: 23px;
    }
  }
  .c-ncl__item-info {
    padding-right: 30px;
  }
  @media screen and (max-width: 835px) {
    .c-ncl__item-info {
      padding-right: 23px;
    }
  }
  .c-ncl__item-image {
    padding-right: 30px;
  }
  @media screen and (max-width: 835px) {
    .c-ncl__item-image {
      padding-right: 23px;
    }
  }
  .clmdown {
    justify-content: safe stretch;
  }
  .p-cat-p__publish--wrapper .c-ncl__item {
    flex-basis: auto;
  }
  @media screen and (max-width: 835px) {
    .p-cat-p__publish--wrapper .c-ncl__item {
      min-width: 230px;
    }
  }
  .p-cat-p__publish--wrapper .c-ncl__item .c-ncl__item-content {
    padding-left: 0;
  }
  .p-cat-p__publish--item h2 {
    font-weight: 500;
  }
  @media screen and (max-width: 835px) {
    .p-cat-p__publish--container .c-ncl__item > a {
      padding: 30px 5px 40px;
    }
  }
  .datetime-reset-button {
    padding-top: 5px;
  }
}

_:lang(x) + _:-webkit-full-screen-document, h1 {
  font-weight: 500;
}

_:lang(x) + _:-webkit-full-screen-document, h2 {
  font-weight: 500;
}

_:lang(x) + _:-webkit-full-screen-document, strong {
  font-weight: 500;
}

@media screen and (max-width: 835px) {
  _:lang(x) + _:-webkit-full-screen-document, .c-ncl__container {
    overflow-y: hidden;
  }
}

_:lang(x) + _:-webkit-full-screen-document, .c-ncl__item {
  display: flex;
  justify-content: center;
  width: -webkit-fit-content;
  width: fit-content;
  margin: 0 5px 15px 0;
}

@media screen and (max-width: 835px) {
  _:lang(x) + _:-webkit-full-screen-document, .c-ncl__item {
    margin: 0 5px 15px 0;
  }
}

_:lang(x)::-ms-, .p-cat-p__publish--item div img {
  height: fit-content;
}

.wpcf7-radio label,
.cf7pp_details_input label {
    background: none;
    border: none;
}
#stripe-submit {
    background: #000;
}

.tradelow_tbl {
    line-height: 1.8;
}
.tradelow_tbl tr th,
.tradelow_tbl tr td {
    padding: 10px;
}
@media screen and (max-width: 835px) {
    .tradelow_tbl
    .tradelow_tbl tr th,
    .tradelow_tbl tr td {
        display: block;
    }
    .tradelow_tbl tr td:first-child {
        background: #fff;
        font-weight: bold;
    }
    .tradelow_tbl tr td:last-child {
        background: #f9f7dd !important;
    }
}
.course .wpcf7-list-item {
    display: block;
}
.course .wpcf7-list-item label {
    width: auto;
    background: none;
    border: none;
    text-align: left;
}
