@charset "UTF-8";
/* ------------------------------------------
    - スタッフコーディネート 投稿ページ
------------------------------------------ */
.content ul.cd-hero__slide li {
  margin: 0;
  padding: 0;
}

.content ul.cd-hero__slide > li:before {
  content: none;
}

.l-main.coordinate.single .heading.heading-primary {
  font-size: 4.5333333333vw;
  font-weight: normal;
  color: #323232;
  font-family: "Hiragino Sans W3", "ヒラギノ角ゴシック W3", sans-serif;
}
@media screen and (min-width: 768px) {
  .l-main.coordinate.single .heading.heading-primary {
    font-size: 2.6rem;
  }
}

@media screen and (min-width: 768px) {
  .l-main.coordinate.single .cd-pre {
    margin-bottom: 11px;
  }
}

.l-main.coordinate.single .cd-date {
  font-size: 3.2vw;
  color: #a7a7a7;
  font-family: "Hiragino Sans W2", "ヒラギノ角ゴシック W2", sans-serif;
}
@media screen and (min-width: 768px) {
  .l-main.coordinate.single .cd-date {
    font-size: 1.4rem;
  }
}

.l-main.coordinate.single .cd-category {
  display: inline-block;
  margin-top: 2.9333333333vw;
  font-size: 3.2vw;
  color: #fff;
  background-color: #e4ab50;
  padding-top: 1.6vw;
  padding-bottom: 1.6vw;
  padding-left: 1.3333333333vw;
  padding-right: 1.3333333333vw;
}
@media screen and (min-width: 768px) {
  .l-main.coordinate.single .cd-category {
    font-size: 1.4rem;
    padding: 3px 5px;
    margin-top: 13px;
  }
}

.l-main.coordinate.single .content p {
  font-family: "Hiragino Sans W1", "ヒラギノ角ゴシック W1", sans-serif;
}

.cd-hero.swiper {
  margin-top: 4vw;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .cd-hero.swiper {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
  .cd-hero.swiper img {
    width: 100%;
  }
}

.cd-hero__slide-item {
  padding-left: 0;
  list-style: none;
}

.content .swiper-button-prev,
.content .swiper-button-next {
  width: 33px;
  height: 33px;
  background-color: #fff;
  opacity: 0.85;
  margin-top: 0;
}
.content .swiper-button-prev:before,
.content .swiper-button-next:before {
  border-top: 1px solid #023894;
  border-right: 1px solid #023894;
  width: 8px;
  height: 8px;
}

.cd-items {
  margin-top: 16vw;
  color: #323232;
}
@media screen and (min-width: 768px) {
  .cd-items {
    margin-top: 120px;
  }
}

.cd-items__heading {
  font-size: 5.0666666667vw;
  text-align: center;
  border-top: 2px solid #f1af59;
  border-bottom: 2px solid #f1af59;
  padding: 1em 0;
}
@media screen and (min-width: 768px) {
  .cd-items__heading {
    font-size: 2.6rem;
  }
}

.cd-items__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cd-items__list .cd-items__item {
  padding-left: 0;
  list-style: none;
  width: calc(50% - 2vw);
  margin-right: 4vw;
  margin-top: 8vw;
  letter-spacing: 0.15em;
  font-family: "Hiragino Sans W1", "ヒラギノ角ゴシック W1", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cd-items__list .cd-items__item:nth-child(2n) {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .cd-items__list .cd-items__item {
    margin-top: 40px;
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
  }
  .cd-items__list .cd-items__item:nth-child(2n) {
    margin-right: 20px;
  }
  .cd-items__list .cd-items__item:nth-child(3n) {
    margin-right: 0px;
  }
}

.cd-items__image {
  width: 100%;
}

.cd-items__name-wrapper {
  overflow: hidden;
  width: 100%;
  margin-top: 4vw;
}
.cd-items__name-wrapper .cd-items__name {
  font-size: 3.7333333333vw;
  line-height: 1.3239285714;
  height: 9.8853333333vw;
  position: relative;
  margin: 0;
}
.cd-items__name-wrapper .cd-items__name:before, .cd-items__name-wrapper .cd-items__name:after {
  background: #fff;
  position: absolute;
}
.cd-items__name-wrapper .cd-items__name:before {
  content: "...";
  letter-spacing: 0.15em;
  top: 4.9426666667vw;
  right: 0;
}
.cd-items__name-wrapper .cd-items__name:after {
  content: "";
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .cd-items__name-wrapper {
    margin-top: 15px;
  }
  .cd-items__name-wrapper .cd-items__name {
    font-size: 1.4rem;
    height: 3.707rem;
  }
  .cd-items__name-wrapper .cd-items__name:before {
    top: 1.8535rem;
  }
}

.cd-items__price {
  margin-top: 4vw;
  font-size: 3.4666666667vw;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .cd-items__price {
    margin-top: 15px;
    font-size: 1.4rem;
  }
}

.cd-items__option {
  margin-top: 4vw;
  font-size: 3.4666666667vw;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .cd-items__option {
    margin-top: 15px;
    font-size: 1.4rem;
  }
}

.cd-items__size {
  margin-top: 0;
  font-size: 3.4666666667vw;
  line-height: normal;
  font-size: 1.4rem;
}

.cd-items__link {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: 3.7333333333vw;
}
.cd-items__link a {
  padding: 0 8vw 0 0;
  position: relative;
  display: inline-block;
}
.cd-items__link a img {
  width: 8.9333333333vw;
  vertical-align: middle;
}
.cd-items__link a:hover {
  background-color: transparent;
  opacity: 0.85;
}
.cd-items__link a:before {
  position: absolute;
  content: "";
  border: none;
  width: 5.8666666667vw;
  height: 1.0666666667vw;
  right: 0;
  top: 50%;
  -webkit-transform: rotate(0deg) translateY(-50%);
          transform: rotate(0deg) translateY(-50%);
  background-image: url(../img/arrow_01.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .cd-items__link {
    margin-top: 34px;
  }
  .cd-items__link a {
    padding-right: 54px;
  }
  .cd-items__link a img {
    width: 50px;
  }
  .cd-items__link a:before {
    width: 44px;
    height: 7px;
  }
}

.cd-other {
  margin-top: 16vw;
  color: #323232;
}
@media screen and (min-width: 768px) {
  .cd-other {
    margin-top: 120px;
  }
}

.cd-other__heading {
  text-align: center;
}
.cd-other__heading img {
  width: 58.8vw;
}
@media screen and (min-width: 768px) {
  .cd-other__heading img {
    width: 226px;
  }
}

.cd-other__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 4vw;
}
@media screen and (min-width: 768px) {
  .cd-other__list {
    margin-top: 20px;
  }
}

.cd-other__list li.cd-other__item {
  padding-left: 0;
  list-style: none;
  width: calc(50% - 2vw);
  margin-right: 4vw;
  margin-top: 4vw;
}
.cd-other__list li.cd-other__item:nth-child(2n) {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .cd-other__list li.cd-other__item {
    margin-top: 20px;
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
  }
  .cd-other__list li.cd-other__item:nth-child(2n) {
    margin-right: 20px;
  }
  .cd-other__list li.cd-other__item:nth-child(3n) {
    margin-right: 0px;
  }
}

.cd-other__image {
  width: 100%;
}

/* ------------------------------------------
    - スタッフコーディネート アーカイブページ
------------------------------------------ */
@media screen and (min-width: 768px) {
  .l-main-wide.coordinate #viewCard:checked ~ .archive .archive__item {
    width: calc(25% - 20px);
  }
}

.l-main.coordinate.archive .cd-header .heading.heading-primary {
  text-align: center;
  margin-bottom: 13.3333333333vw;
}
.l-main.coordinate.archive .cd-header .heading.heading-primary img {
  width: 66.1333333333vw;
}
@media screen and (min-width: 768px) {
  .l-main.coordinate.archive .cd-header .heading.heading-primary {
    margin-bottom: 50px;
  }
  .l-main.coordinate.archive .cd-header .heading.heading-primary img {
    width: auto;
  }
}

.l-main.coordinate .archive .btn-right,
.l-main.keymemorystaff .archive .btn-right {
  margin-top: 20px;
}
.l-main.coordinate .archive .btn-right a,
.l-main.keymemorystaff .archive .btn-right a {
  border: none;
  padding: 0 8vw 0 0;
}
.l-main.coordinate .archive .btn-right a img,
.l-main.keymemorystaff .archive .btn-right a img {
  width: 8.9333333333vw;
}
.l-main.coordinate .archive .btn-right a:hover,
.l-main.keymemorystaff .archive .btn-right a:hover {
  background-color: transparent;
  opacity: 0.85;
}
.l-main.coordinate .archive .btn-right a:before,
.l-main.keymemorystaff .archive .btn-right a:before {
  border: none;
  width: 5.8666666667vw;
  height: 1.0666666667vw;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  background-image: url(../img/arrow_01.png);
  background-repeat: no-repeat;
  background-size: contain;
  right: 0;
}
@media screen and (min-width: 768px) {
  .l-main.coordinate .archive .btn-right,
.l-main.keymemorystaff .archive .btn-right {
    margin-top: 35px;
  }
  .l-main.coordinate .archive .btn-right a,
.l-main.keymemorystaff .archive .btn-right a {
    padding-right: 54px;
  }
  .l-main.coordinate .archive .btn-right a img,
.l-main.keymemorystaff .archive .btn-right a img {
    width: 4em;
  }
  .l-main.coordinate .archive .btn-right a:before,
.l-main.keymemorystaff .archive .btn-right a:before {
    width: 44px;
    height: 7px;
  }
}

.l-main.coordinate.archive .heading.heading-secondary {
  font-family: "Hiragino Sans W3", "ヒラギノ角ゴシック W3", sans-serif;
  font-weight: normal;
  margin-top: 2.4vw;
  color: #323232;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .l-main.coordinate.archive .heading.heading-secondary {
    margin-top: 11px;
  }
}

.l-main.coordinate.archive .phrase.phrase-secondary {
  font-family: "Hiragino Sans W1", "ヒラギノ角ゴシック W1", sans-serif;
  color: #323232;
  font-size: 3.7333333333vw;
  letter-spacing: 0.15em;
  line-height: 1.3239285714;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .l-main.coordinate.archive .phrase.phrase-secondary {
    font-size: 1.4rem;
  }
}

.l-main.coordinate.archive .eyecatch:before {
  padding-top: 133.3333333333%;
}

.l-main.coordinate.archive .cd-pre {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .l-main.coordinate.archive .cd-pre {
    display: block;
  }
}

.l-main.coordinate.archive .cd-date {
  font-size: 3.2vw;
  color: #a7a7a7;
  font-family: "Hiragino Sans W2", "ヒラギノ角ゴシック W2", sans-serif;
}
@media screen and (min-width: 768px) {
  .l-main.coordinate.archive .cd-date {
    font-size: 1.4rem;
  }
}

.l-main.coordinate.archive .cd-category {
  display: inline-block;
  margin-top: 2.9333333333vw;
  font-size: 3.2vw;
  color: #fff;
  background-color: #e4ab50;
  padding-top: 1.6vw;
  padding-bottom: 1.6vw;
  padding-left: 1.3333333333vw;
  padding-right: 1.3333333333vw;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .l-main.coordinate.archive .cd-category {
    font-size: 1.4rem;
    padding: 3px 5px;
    margin-top: 13px;
  }
}

.l-main.coordinate.archive .phrase-container {
  overflow: hidden;
  width: 100%;
  margin-top: 2.9333333333vw;
}
.l-main.coordinate.archive .phrase-container p {
  font-size: 3.7333333333vw;
  height: 9.8853333333vw;
  line-height: 1.3239285714;
  position: relative;
  margin: 0;
}
.l-main.coordinate.archive .phrase-container p:before, .l-main.coordinate.archive .phrase-container p:after {
  background: #fff;
  position: absolute;
}
.l-main.coordinate.archive .phrase-container p:before {
  content: "...";
  letter-spacing: 0.15em;
  top: 4.9426666667vw;
  right: 0;
}
.l-main.coordinate.archive .phrase-container p:after {
  content: "";
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-main.coordinate.archive .phrase-container {
    margin-top: 10px;
  }
  .l-main.coordinate.archive .phrase-container p {
    font-size: 1.4rem;
    height: 3.707rem;
  }
  .l-main.coordinate.archive .phrase-container p:before {
    top: 1.8535rem;
  }
}

.l-main-wide #viewCard:checked ~ .archive .archive__item:nth-of-type(n+3) .phrase {
  display: block;
}

/* ------------------------------------------
    - スタッフ 投稿ページ
------------------------------------------ */
.st-position {
  font-size: 3.2vw;
  color: #fff;
  background-color: #e4ab50;
  padding: 1.6vw 1.3333333333vw;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .st-position {
    font-size: 1rem;
    padding: 7.5px 10px;
  }
  .l-main.keymemorystaff.single .st-position {
    font-size: 1.4rem;
  }
}

.st-visual img {
  width: 100%;
  height: auto;
}

.l-main.keymemorystaff.single .st-heading {
  font-family: "Hiragino Sans W3", "ヒラギノ角ゴシック W3", sans-serif;
  font-size: 6vw;
  font-weight: normal;
  letter-spacing: 0.11em;
  margin-bottom: 0;
  margin-top: 1.6vw;
}
@media screen and (min-width: 768px) {
  .l-main.keymemorystaff.single .st-heading {
    font-size: 3rem;
  }
}

.l-main.keymemorystaff.single .postContents {
  margin-top: 2.6666666667vw;
}
.l-main.keymemorystaff.single .content h2 {
  font-family: "Hiragino Sans W3", "ヒラギノ角ゴシック W3", sans-serif;
  font-weight: normal;
  font-size: 4.6666666667vw;
}
.l-main.keymemorystaff.single .content h2:before, .l-main.keymemorystaff.single .content h2:after {
  content: none;
}
@media screen and (min-width: 768px) {
  .l-main.keymemorystaff.single .content h2 {
    font-size: 2.2rem;
  }
}

.l-main.keymemorystaff.single .content p {
  font-family: "Hiragino Sans W1", "ヒラギノ角ゴシック W1", sans-serif;
}

.l-main.keymemorystaff.single .st-position {
  margin-top: 8vw;
}
@media screen and (min-width: 768px) {
  .l-main.keymemorystaff.single .st-position {
    margin-top: 20px;
  }
}

.st-profile__list {
  font-family: "Hiragino Sans W1", "ヒラギノ角ゴシック W1", sans-serif;
  font-size: 3.7333333333vw;
  line-height: 1.6428571429;
  margin-top: 15.7333333333vw;
}
@media screen and (min-width: 768px) {
  .st-profile__list {
    margin-top: 50px;
    font-size: 1.6rem;
  }
}

.st-profile__item {
  border-top: 1px dotted #323232;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 5.6vw;
}
.st-profile__item:last-child {
  border-bottom: 1px dotted #323232;
}
.st-profile__item dt {
  width: 24vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .st-profile__item {
    padding: 20px;
  }
  .st-profile__item dt {
    width: 30%;
  }
}

.single__navigation {
  margin-top: 15.4666666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .single__navigation {
    margin-top: 50px;
  }
}

.single__navigation .prevArea,
.single__navigation .nextArea {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.single__navigation .prevArea-inner a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.single__navigation .prevArea-inner a img {
  width: 7.4666666667vw;
}
.single__navigation .prevArea-inner a span {
  padding-left: 7.4666666667vw;
  position: relative;
}
.single__navigation .prevArea-inner a span:before {
  position: absolute;
  content: "";
  width: 5.8666666667vw;
  height: 0.9333333333vw;
  background-image: url(../img/arrow_02.png);
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  top: calc(50% - 0.9333333333vw);
}
@media screen and (min-width: 768px) {
  .single__navigation .prevArea-inner a img {
    width: 44px;
  }
  .single__navigation .prevArea-inner a span {
    padding-left: 54px;
  }
  .single__navigation .prevArea-inner a span:before {
    width: 44px;
    height: 7px;
    top: calc(50% - 7px);
  }
}

.single__navigation .nextArea-inner a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.single__navigation .nextArea-inner a img {
  width: 7.0666666667vw;
}
.single__navigation .nextArea-inner a span {
  padding-right: 7.4666666667vw;
  position: relative;
}
.single__navigation .nextArea-inner a span:before {
  position: absolute;
  content: "";
  width: 5.8666666667vw;
  height: 0.9333333333vw;
  background-image: url(../img/arrow_01.png);
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  top: calc(50% - 0.9333333333vw);
}
@media screen and (min-width: 768px) {
  .single__navigation .nextArea-inner a img {
    width: 44px;
  }
  .single__navigation .nextArea-inner a span {
    padding-right: 54px;
  }
  .single__navigation .nextArea-inner a span:before {
    width: 44px;
    height: 7px;
    top: calc(50% - 7px);
  }
}

/* ------------------------------------------
    - スタッフ アーカイブページ
------------------------------------------ */
.l-main.keymemorystaff.archive {
  margin-top: 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .l-main.keymemorystaff.archive {
    margin-top: 70px;
  }
}

.l-main.keymemorystaff.archive .st-header {
  text-align: center;
  width: 100%;
}
.l-main.keymemorystaff.archive .st-header img {
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100% + 30px);
}
@media screen and (min-width: 768px) {
  .l-main.keymemorystaff.archive .st-header {
    width: 100%;
  }
  .l-main.keymemorystaff.archive .st-header img {
    width: 100%;
  }
}

.l-main.keymemorystaff.archive .heading.heading-primary {
  margin-bottom: 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .l-main.keymemorystaff.archive .heading.heading-primary {
    margin-bottom: 70px;
  }
}

.l-main.keymemorystaff.archive .heading.heading-primary img {
  width: 65.6vw;
}
@media screen and (min-width: 768px) {
  .l-main.keymemorystaff.archive .heading.heading-primary img {
    width: auto;
  }
}

.l-main.keymemorystaff.archive .controller {
  display: none;
}

@media screen and (min-width: 768px) {
  .l-main.keymemorystaff.archive #viewCard:checked ~ .archive .archive__item {
    width: calc(50% - 20px);
  }
}

.l-main.keymemorystaff.archive .dividerBottom {
  width: 100%;
}

.l-main.keymemorystaff.archive .archive {
  margin-top: 20vw;
}
@media screen and (min-width: 768px) {
  .l-main.keymemorystaff.archive .archive {
    margin-top: 100px;
  }
}

.l-main.keymemorystaff.archive .heading.heading-secondary {
  font-size: 4vw;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .l-main.keymemorystaff.archive .heading.heading-secondary {
    font-size: 1.8rem;
    margin-top: 11px;
  }
}

.l-main.keymemorystaff.archive .st-header__catch {
  font-family: "Hiragino Sans W6", "ヒラギノ角ゴシック W6", sans-serif;
  font-weight: bold;
  font-size: 4.6666666667vw;
  line-height: 1.5714285714;
  letter-spacing: 0.11em;
  margin-top: 9.3333333333vw;
}
@media screen and (min-width: 768px) {
  .l-main.keymemorystaff.archive .st-header__catch {
    font-size: 2rem;
    margin-top: 50px;
  }
}

.l-main.keymemorystaff.archive .st-header__lead {
  font-family: "Hiragino Sans W3", "ヒラギノ角ゴシック W3", sans-serif;
  font-size: 3.4666666667vw;
  line-height: 1.6153846154;
  margin-top: 4vw;
}
@media screen and (min-width: 768px) {
  .l-main.keymemorystaff.archive .st-header__lead {
    font-size: 1.6rem;
  }
}

.l-main.keymemorystaff.archive .eyecatch:before {
  padding-top: 75.7971014493%;
}
.st-movie {
  margin-top: 22.4vw;
}
@media screen and (min-width: 768px) {
  .st-movie {
    margin-top: 110px;
  }
}

.st-movie__heading {
  text-align: center;
}
.st-movie__heading img {
  width: 89.8666666667vw;
}
@media screen and (min-width: 768px) {
  .st-movie__heading img {
    width: auto;
  }
}

.st-movie__video {
  padding-top: 56.25%;
  height: 0;
  position: relative;
  margin-top: 10.9333333333vw;
}
.st-movie__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .st-movie__video {
    margin-top: 80px;
  }
}

/* ------------------------------------------
    - 共通
------------------------------------------ */
/* ページャー */
.pager__item {
  color: #acacac;
  border: 1px solid #acacac;
  font-family: Lato;
}

.pager__item-current, .pager__item:hover {
  background-color: #acacac;
  color: #fff;
}

.pager__item-next, .pager__item-prev {
  border: none;
}


/* 220414追加 */
.fadeIn {
  opacity : 0;
  visibility: hidden;
  transition: 1s;
  transform: translateY(50px);
}
.fadeIn_active{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
/* 220414追加 */