/* fjalla-one-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Fjalla One";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/fjalla-one-v15-latin-regular.woff2") format("woff2"), url("../fonts/fjalla-one-v15-latin-regular.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* karla-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Karla";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/karla-v30-latin-regular.woff2") format("woff2"), url("../fonts/karla-v30-latin-regular.ttf") format("truetype");
}
body {
  letter-spacing: 0.05em;
}

.l-header {
  z-index: 11;
}

.l-footer {
  margin-top: 220px;
  background-color: #707070;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-footer {
    margin-top: 50px;
  }
}
.l-footer a {
  color: #fff;
}
.l-footer__inner {
  width: 1200px;
  padding: 64px 0;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    width: auto !important;
    padding: 30px 15px 20px;
  }
}
.l-footer__flex {
  display: flex;
}
.l-footer__col {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .l-footer__col {
    width: 100%;
  }
}
.l-footer__col + .l-footer__col {
  margin-left: 28px;
}
@media screen and (max-width: 767px) {
  .l-footer__col + .l-footer__col {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-footer .sp-none {
    display: none;
  }
}
.l-footer__set + .l-footer__set {
  margin-top: 60px;
}
.l-footer__ttl {
  padding-bottom: 7px;
  font-size: 1.4rem;
  border-bottom: 1px solid #fff;
}
.l-footer__list {
  margin-top: 18px;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .l-footer__list {
    margin-top: 0;
    padding-left: 0;
  }
}
.l-footer__item {
  font-size: 1.1rem;
}
.l-footer__item + .l-footer__item {
  margin-top: 4px;
}
.l-footer__item a {
  border-bottom: 1px solid transparent;
  transition: all 0.2s;
  line-height: 2;
}
.l-footer__item a:hover {
  border-color: #fff;
}
.l-footer__bottom {
  margin-top: 20px;
}
.l-footer__logo {
  width: 145px;
  margin: auto;
}
.l-footer__logo img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-footer__sns {
  margin-top: 18px;
}
.l-footer__sns-item {
  margin: auto;
  text-align: center;
}
.l-footer__sns-item a {
  transition: all 0.7s;
}
.l-footer__sns-item a:hover {
  opacity: 0.7;
}
.l-footer__sns-item img {
  width: 33px;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-footer__sns-text {
  display: inline-block;
  margin-top: 6px;
}
.l-footer__copy {
  margin-top: 18px;
  text-align: center;
}

/*
.l-main .p-page_title {
  background-color: #969a83;
}
.l-main .p-page_title__inner {
  justify-content: center;
  height: 100px;
}
@media screen and (max-width: 767px) {
  .l-main .p-page_title__inner {
    justify-content: center;
    height: 50px;
  }
}
.l-main .p-page_title h1 {
  color: #fff;
  font-size: 3rem !important;
}
@media screen and (max-width: 767px) {
  .l-main .p-page_title h1 {
    font-size: 1.5rem !important;
  }
}
.l-main .p-page_title__main {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 3rem !important;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .l-main .p-page_title__main {
    font-size: 1.5rem !important;
  }
}
*/

.p-kv.-home {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-kv.-home {
    align-items: flex-start;
    height: 660px;
  }
}
@media screen and (max-width: 767px) {
  .p-kv.-home {
    background-image: url(../img/home/kv_sp.jpg);
    margin-bottom: 10px;
  }
}

.p-kv.-home .p-kv__inner {
  margin-bottom: 0;
}

.p-kv.-home .p-kv__heading {
  position: absolute;
  top: 34%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "MS PMincho", serif;
  font-size: 2rem;
  letter-spacing: 0.3em;
  line-height: 2.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-kv.-home .p-kv__heading {
    top: 40%;
    font-size: 1.5rem;
    line-height: 1.66;
  }
}
@media screen and (max-width: 350px) {
  .p-kv.-home .p-kv__heading {
    font-size: 1.4rem;
  }
}

.c-bg-btn {
  display: inline-block;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 300px;
  width: 100%;
  min-height: 50px;
  background-color: #969a83;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  color: #fff !important;
  text-align: center;
  padding: 6px;
  transition: opacity 0.25s;
}
.c-bg-btn--black {
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .c-bg-btn {
    width: 100%;
  }
}
.c-bg-btn:hover, .c-bg-btn:focus {
  opacity: 0.7;
}

.c-grad-btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 50px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff !important;
  transition: all 0.3s;
  background: linear-gradient(to right, #332e2e, #6a7267);
}
@media screen and (max-width: 767px) {
  .c-grad-btn {
    width: 100%;
  }
}
.c-grad-btn::before, .c-grad-btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.c-grad-btn::before {
  background: linear-gradient(to left, #332e2e, #6a7267);
  z-index: -2;
}
.c-grad-btn::after {
  background: linear-gradient(to right, #332e2e, #6a7267);
  transition: all 0.3s;
  z-index: -1;
}
.c-grad-btn:hover {
  opacity: 0.85;
}
.c-grad-btn:hover::after {
  opacity: 0;
}

.c-top-news {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .c-top-news {
    padding-top: 50px;
  }
}
.c-top-news__bar {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-top-news__bar {
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
  }
}
.c-top-news__bar.top:last-child .c-top-news__content {
  width: auto;
}
.c-top-news__bar > a {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 76px;
  padding: 16px 0;
  transition: all 0.2s;
}
.c-top-news__bar > a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .c-top-news__bar > a {
    padding: 16px 8px;
  }
}
.c-top-news__content {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-top-news__content {
    align-items: flex-start;
    flex: 1;
  }
}
.c-top-news__content > a {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 76px;
  padding: 16px 0;
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  .c-top-news__content > a {
    padding: 12px 8px;
  }
}
.c-top-news__content > a:hover {
  opacity: 0.7;
}
.c-top-news__ttl {
  font-size: 2rem;
  text-transform: uppercase;
  font-family: "Fjalla One";
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .c-top-news__ttl {
    position: absolute;
    top: 12px;
    left: 8px;
    font-size: 1.5rem;
    margin-top: 3px;
    margin-left: 0;
  }
}
.c-top-news__bar-body {
  display: flex;
  align-items: center;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .c-top-news__bar-body {
    display: block;
  }
}
.c-top-news__head {
  display: contents;
}
@media screen and (max-width: 767px) {
  .c-top-news__head {
    display: flex;
    align-items: center;
  }
}
.c-top-news__date {
  margin-left: 40px;
  flex-shrink: 0;
  order: 1;
}
@media screen and (max-width: 767px) {
  .c-top-news__date {
    margin-left: 56px;
    order: 0;
  }
}
.c-top-news__tag {
  width: 31px;
  margin-left: 20px;
  color: #e7540b;
  flex-shrink: 0;
  order: 2;
}
@media screen and (max-width: 767px) {
  .c-top-news__tag {
    margin: 0 12px 0 0;
    order: 0;
  }
}
.c-top-news__cat {
  flex-shrink: 0;
  width: 110px;
  margin-left: 16px;
  padding: 4px;
  /*font-size: 1.3rem !important;*/
  font-size: 1.2rem !important;
  color: #fff;
  line-height: 1.4 !important;
  text-align: center;
  background-color: #969a83;
  order: 3;
}
@media screen and (max-width: 767px) {
  .c-top-news__cat {
    width: 100px;
    /*font-size: 1.2rem !important;*/
    font-size: 1rem !important;
    margin-left: 12px;
    order: 0;
  }
s	}
.c-top-news__cat.cat01 {
  background-color: #969a83;
}
.c-top-news__cat.cat02 {
  background-color: #83929a;
}
.c-top-news__cat.cat03 {
  background-color: #6e9ea2;
}
.c-top-news__cat.cat04 {
  background-color: #a25c5c;
}
.c-top-news__cat.cat05 {
  background-color: #929d9a;
}
.c-top-news__newsttl-wrap {
  display: contents;
}
@media screen and (max-width: 767px) {
  .c-top-news__newsttl-wrap {
    display: flex;
    align-items: center;
    margin-top: 10px;
  }
}
.c-top-news__newsttl {
  margin-left: 20px;
  margin-right: 40px;
  line-height: 1.6 !important;
  order: 4;
}
@media screen and (max-width: 767px) {
  .c-top-news__newsttl {
    font-size: 1.1rem !important;
    margin: 0;
    order: 0;
  }
}
.c-top-news__icn > a {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .c-top-news__icn {
    width: auto;
  }
  .c-top-news__icn > a {
    display: block;
    margin-top: 13px;
  }
}
.c-top-news__icn img {
  width: 21px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: text-top;
}
.c-top-news__btn {
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .c-top-news__btn {
    margin-top: 30px;
  }
}
.c-top-news__btn > .c-top-btn {
  margin: auto;
}
.c-top-news--bottom {
  width: 900px !important;
}
@media screen and (max-width: 767px) {
  .c-top-news--bottom {
    width: auto !important;
  }
}
@media screen and (max-width: 767px) {
  .c-top-news--bottom .c-top-news__date {
    margin-left: 0;
  }
}
.c-top-news--bottom .c-top-news__newsttl-wrap {
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-top-news--bottom .c-top-news__newsttl-wrap::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -7px;
    width: 8px;
    height: 14px;
    background-image: url(../img/home/icn_arrow_right.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 767px) {
  .c-top-news--bottom .c-top-news__newsttl {
    margin-right: 25px;
  }
}

.c-top-secttl {
  font-size: 3.5rem;
  font-family: "Fjalla One";
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .c-top-secttl {
    font-size: 2.8rem;
    line-height: 1.4 !important;
  }
}
.c-top-secttl + * {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .c-top-secttl + * {
    margin-top: 40px;
  }
}
.c-top-secttl--small {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .c-top-secttl--small {
    font-size: 2.8rem;
  }
}
.c-top-secttl--jp {
  font-weight: bold;
  font-family: "Noto Sans JP", "Noto Sans Japanese", "Helvetica Neue", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.c-top-secttl--low + * {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .c-top-secttl--low + * {
    margin-top: 20px;
  }
}
.c-top-secttl__sub {
  display: block;
  font-family: "Noto Sans JP", "Noto Sans Japanese", "Helvetica Neue", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1.5rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-top-secttl__sub {
    font-size: 1.2rem;
  }
}

.c-top-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 50px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff !important;
  transition: all 0.3s;
}
.c-top-btn::before, .c-top-btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.c-top-btn::before {
  background: linear-gradient(to left, #332e2e, #6a7267);
  z-index: -2;
}
.c-top-btn::after {
  background: linear-gradient(to right, #332e2e, #6a7267);
  transition: all 0.3s;
  z-index: -1;
}
.c-top-btn:hover {
  opacity: 0.85;
}
.c-top-btn:hover::after {
  opacity: 0;
}

.p-pickup-news {
  margin-top: 16px;
  width: 1200px !important;
  border-bottom: 1px solid #acacac;
}
@media screen and (max-width: 767px) {
  .p-pickup-news {
    width: auto !important;
    padding-bottom: 25px;
  }
}

.p-pickup-asbestos {
  margin-top: 16px;
  text-align: right;
  width: 1200px !important;
}
.p-pickup-asbestos a{
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .p-pickup-asbestos {
    width: auto !important;
    padding-bottom: 25px;

  }
  .p-pickup-asbestos a{
    font-size: 1.5rem;
  }
}

.p-pickup-news .c-top-news__bar a {
  width: auto;
}
.p-pickup-news__btn {
  position: relative;
  font-size: 1.2rem;
  font-weight: bold;
}
.p-pickup-news__btn::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% + 1px);
  transform: translateY(-50%);
  right: -20px;
  width: 10px;
  height: 8px;
  background-image: url(../img/home/icn_arrow_right.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.p-pick {
  padding-top: 90px;
}
@media screen and (max-width: 767px) {
  .p-pick {
    padding-top: 40px;
  }
}
.p-pick__bottom {
  max-width: 992px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-pick__bottom {
    max-width: 767px;
    width: 100%;
    margin: 40px auto auto;
    overflow: hidden;
  }
}
.p-pick__bottom .slick-list {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-pick__bottom .slick-track {
    transform: unset !important;
    width: 100% !important;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
  }
  .p-pick__bottom .slick-track::before, .p-pick__bottom .slick-track::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-pick__bottom .slick-slide {
    display: block !important;
    float: none !important;
    flex: 0 0 calc(50% - 20px);
  }
  .p-pick__bottom .slick-slide.slick-current.slick-active {
    display: none !important;
  }
  .p-pick__bottom .slick-slide:nth-child(n+3) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-pick__bottom .slick-cloned {
    display: none !important;
  }
}
.p-pick__list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin: 0 -10px;
}
.p-pick__list .slick-slide {
  margin: 0 10px;
}
.p-pick__list .slick-slide.slick-current.slick-active {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-pick__list {
    gap: 25px 16px;
  }
}
.p-pick__item {
  width: calc(25% - 18px);
}
@media screen and (max-width: 767px) {
  .p-pick__item {
    width: calc(50% - 8px);
  }
}
.p-pick__item img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-pick__item img {
    display: block;
  }
}
.p-pick__img {
  cursor: pointer;
  transition: all 0.3s;
}
.p-pick__img:hover {
  opacity: 0.7;
}
.p-pick__item-btn {
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-pick__item-btn .c-border-btn {
    min-height: 36px;
  }
}

.p-bnr {
  width: 100%;
  max-width: 992px;
}
@media screen and (max-width: 767px) {
  .p-bnr {
    width: 100vw;
  }
}
.p-bnr__media {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-bnr__media {
    flex-direction: column;
  }
}
.p-bnr__media:hover .p-bnr__body {
  opacity: 0.7;
}
.p-bnr__media:hover .p-bnr__body::after {
  right: 50px;
}
.p-bnr__img {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .p-bnr__img {
    width: 100%;
  }
}
.p-bnr__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-bnr__body {
  position: relative;
  display: flex;
  align-items: center;
  width: 60%;
  padding-left: 46px;
  padding-right: 70px;
  background-color: #f5f3f2;
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  .p-bnr__body {
    width: 100%;
    padding: 32px 15px 30px;
  }
}
.p-bnr__body::after {
  content: "";
  position: absolute;
  bottom: 8px;
  right: 60px;
  display: block;
  width: 89px;
  height: 47px;
  background: url(../img/home/icn_arrow.png) no-repeat center center/contain;
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  .p-bnr__body::after {
    bottom: 8px;
    right: 15px;
    width: 34px;
    height: 20px;
  }
}
.p-bnr__cat {
  width: 100px;
  color: #fff;
  background-color: #969a83;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-bnr__cat {
    width: 80px;
    font-size: 1.2rem !important;
  }
}
.p-bnr__ttl {
  margin-top: 30px;
  font-size: 2rem !important;
  font-weight: bold;
  line-height: 1.45 !important;
}
@media screen and (max-width: 767px) {
  .p-bnr__ttl {
    font-size: 1.4rem !important;
    margin-top: 0;
  }
}
.p-bnr__text {
  margin-top: 30px;
  line-height: 1.6 !important;
}
@media screen and (max-width: 767px) {
  .p-bnr__text {
    font-size: 1.2rem !important;
    margin-top: 10px;
  }
}

.p-prod {
  width: 100% !important;
  max-width: 100% !important;
  padding-top: 140px;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  .p-prod {
    width: auto !important;
    padding-top: 54px;
    overflow-x: visible;
  }
}
.p-prod .fadeIn::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 85%;
  height: 200px;
  background-color: #d5dfd9;
  opacity: 0;
  z-index: -1;
  animation: fadeInAnime 0.75s 1s forwards, changeToLeft 0.75s 1s forwards;
}
@media (max-width: 767px) {
  .p-prod .fadeIn::after {
    width: 100vw;
    height: 136px;
    margin: 0 calc(50% - 50vw);
    animation: fadeInAnime 3s 0.5s forwards;
  }
}
.p-prod .fadeIn.p-prod__set--reverse::after {
  right: 0;
  left: auto;
  animation: fadeInAnime 0.75s 1s forwards, changeToRight 0.75s 1s forwards;
}
.p-prod .fadeIn.p-prod__set--02::after {
  background-color: #cbcac6;
}
.p-prod .fadeIn.p-prod__set--03::after {
  background-color: #BBC5BF;
}
.p-prod .fadeIn.p-prod__set--04::after {
  background-color: #dfddd1;
}
@keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes changeToRight {
  0% {
    right: 20%;
  }
  100% {
    right: 0;
  }
}
@keyframes changeToLeft {
  0% {
    left: 20%;
  }
  100% {
    left: 0;
  }
}
@keyframes changeToBottom {
  0% {
    top: -20px;
  }
  100% {
    top: 0;
  }
}
.p-prod__set {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  position: relative;
  padding-bottom: 17px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-prod__set {
    flex-direction: column;
    align-items: center;
  }
}
.p-prod__set--reverse {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.p-prod__set--reverse::after {
  right: 0;
  left: auto;
}
@media screen and (max-width: 767px) {
  .p-prod__set--reverse {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .p-prod__set--reverse .p-prod__img img {
    box-shadow: none;
  }
}
.p-prod__set + .p-prod__set {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-prod__set + .p-prod__set {
    margin-top: 45px;
  }
}
.p-prod__set--02::after {
  background-color: #cbcac6;
}
.p-prod__set--03::after {
  background-color: #BBC5BF;
}
.p-prod__set--04::after {
  background-color: #dfddd1;
}
.p-prod__img {
  position: relative;
  width: 55.555%;
  height: 100%;
  box-shadow: 10px 10px 6px rgba(0, 0, 0, 0.16);
  margin-bottom: 80px;
}
.p-prod__img .initial {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.p-prod__img .slick-slide {
  line-height: 0;
}
.p-prod__img .slick-slide img {
  vertical-align: bottom !important;
}
@media screen and (max-width: 767px) {
  .p-prod__img {
    order: 4;
    width: 100vw;
    margin: 24px calc(50% - 50vw) 0;
  }
}
.p-prod__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  .p-prod__img img {
    box-shadow: none;
  }
}
.p-prod__img-item:hover {
  cursor: pointer;
}
.p-prod__body {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-right: 60px;
  width: 360px;
  min-height: 485px;
}
@media screen and (max-width: 767px) {
  .p-prod__body {
    order: 5;
    margin-right: 0;
    max-width: 300px;
    width: 100%;
    min-height: auto;
  }
}
.p-prod__set--reverse .p-prod__body {
  margin-left: 140px;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .p-prod__set--reverse .p-prod__body {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-prod__logo {
    order: 1;
  }
}
.p-prod__logo img {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-prod__set--01 .p-prod__logo img {
  width: 116px;
  height: 125px;
}
@media screen and (max-width: 767px) {
  .p-prod__set--01 .p-prod__logo img {
    width: 58px;
    height: 62px;
  }
}
.p-prod__set--02 .p-prod__logo img {
  width: 238px;
  height: 60px;
}
@media screen and (max-width: 767px) {
  .p-prod__set--02 .p-prod__logo img {
    width: 181px;
    height: 45px;
  }
}
.p-prod__set--03 .p-prod__logo img {
  width: 238px;
  height: 40px;
}
@media screen and (max-width: 767px) {
  .p-prod__set--03 .p-prod__logo img {
    width: 180px;
    height: 32px;
  }
}
.p-prod__set--04 .p-prod__logo img {
  width: 238px;
  height: 34px;
}
@media screen and (max-width: 767px) {
  .p-prod__set--04 .p-prod__logo img {
    width: 180px;
    height: 26px;
  }
}
@media screen and (max-width: 767px) {
  .p-prod__logo.pc {
    display: none;
  }
}
.p-prod__logo.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-prod__logo.sp {
    display: block;
  }
}
.p-prod__cap {
  font-size: 2rem !important;
  font-weight: bold;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-prod__cap.pc {
    display: none;
  }
}
.p-prod__cap.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-prod__cap.sp {
    display: block;
    order: 2;
    margin-top: 15px;
  }
}
.p-prod__name {
  margin-top: 5px;
  font-family: "Karla";
  font-size: 2rem !important;
  line-height: 1.4 !important;
}
.p-prod__text {
  margin-top: 2px;
}
@media screen and (max-width: 767px) {
  .p-prod__text.pc {
    display: none;
  }
}
.p-prod__text.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-prod__text.sp {
    display: block;
    order: 3;
  }
}
.p-prod__bottom {
  position: relative;
  top: -20px;
  margin-top: auto;
  opacity: 0;
}
.fadeIn .p-prod__bottom {
  animation: fadeInAnime 0.75s 1.5s forwards, changeToBottom 0.75s 1.5s forwards;
}
.p-prod__thumbnail {
  display: flex;
  gap: 30px;
}
.p-prod__thumbnail .slick-slide {
  margin: 0 15px;
}
@media screen and (max-width: 767px) {
  .p-prod__thumbnail {
    margin-top: 50px;
  }
}
.p-prod__thumb-item {
  width: 100px;
  height: 100px;
  transition: all 0.2s;
}
.p-prod__thumb-item:nth-child(n+4) {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-prod__thumb-item {
    width: 25%;
    height: inherit;
  }
}
.p-prod__thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-prod__link {
  position: absolute;
  right: -80px;
  bottom: -20px;
  display: block;
  transition: all 0.2s;
}
.p-prod__link img {
  width: 89px;
  height: 47px;
}
.p-prod__link:hover {
  right: -90px;
}
@media screen and (max-width: 767px) {
  .p-prod__link.pc {
    display: none;
  }
}
.p-prod__flex {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 11%;
  max-width: 1124px;
  margin: 150px auto 0;
}
@media screen and (max-width: 767px) {
  .p-prod__flex {
    flex-direction: column;
    margin-top: 50px;
  }
}
.p-prod__flex-item {
  width: 44.5%;
}
@media screen and (max-width: 767px) {
  .p-prod__flex-item {
    width: 100%;
  }
}
.p-prod__card:hover .p-prod__card-body {
  opacity: 0.7;
}
.p-prod__card:hover .p-prod__card-body::after {
  right: -10px;
}
.p-prod__card-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-prod__card-body {
  position: relative;
  transition: all 0.3s;
}
.p-prod__card-body::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 8px;
  display: block;
  width: 65px;
  height: 11px;
  background: url(../img/home/icn_arrow_thin.png) no-repeat center center/contain;
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  .p-prod__card-body::after {
    content: none;
  }
}
.p-prod__card-ttl {
  margin-top: 20px;
  font-size: 2rem !important;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-prod__card-ttl {
    line-height: 1.3 !important;
    margin-top: 10px;
  }
}
.p-prod__card-text {
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-prod__card-text {
    margin-top: 6px;
  }
}
.p-prod__btn {
  margin-top: 100px;
}
.p-prod__btn > .c-top-btn {
  margin: auto;
}
.p-prod__btn.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-prod__btn.sp {
    display: block;
    margin-top: 40px;
  }
}
.p-prod__border-btn {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .p-prod__border-btn {
    margin-top: 25px;
  }
}
.p-prod__card-btn.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-prod__card-btn.sp {
    display: block;
    text-align: center;
    margin-top: 32px;
  }
}

.l-main section.p-tab {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .l-main section.p-tab {
    margin-top: 32px;
  }
}

.c-tab {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-tab {
    flex-wrap: wrap;
    max-width: 360px;
    margin: 0 auto;
  }
}
.c-tab__item {
  text-align: center;
  border-left: 1px solid #707070;
  padding-left: 28px;
  margin-left: 28px;
}
@media screen and (max-width: 767px) {
  .c-tab__item {
    width: calc(33.3333% - 14.6666666667px);
    border: none;
    padding-left: 0;
    margin-left: 22px;
  }
}
@media screen and (max-width: 350px) {
  .c-tab__item {
    width: calc(33.3333% - 6.6666666667px);
    margin-left: 10px;
  }
}
.c-tab__item:first-child {
  border-left: none;
  text-align: left;
  padding-left: 0;
  margin-left: 0;
}
.c-tab__item:last-child {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .c-tab__item:last-child {
    margin-top: 15px;
    margin-left: 45px;
  }
}
@media screen and (max-width: 767px) {
  .c-tab__item:nth-child(4) {
    margin-top: 15px;
    margin-left: 0;
  }
}
.c-tab__link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 26px;
  padding: 2px;
  font-size: 1.2rem !important;
  color: #fff;
  line-height: 1.4 !important;
  text-align: center;
  border: 1px solid transparent;
  transition: 0.25s;
}
@media screen and (max-width: 767px) {
  .c-tab__link {
    width: 100%;
    height: 40px;
    font-size: 1rem !important;
    order: 0;
  }
}
.c-tab__link.cat01 {
  color: #969a83;
  border-color: #969a83;
}
.c-tab__link.cat01:hover {
  color: #fff;
  background-color: #969a83;
}
.c-tab__link.cat02 {
  color: #83929a;
  border-color: #83929a;
}
.c-tab__link.cat02:hover {
  color: #fff;
  background-color: #83929a;
}
.c-tab__link.cat03 {
  color: #6e9ea2;
  border-color: #6e9ea2;
}
.c-tab__link.cat03:hover {
  color: #fff;
  background-color: #6e9ea2;
}
.c-tab__link.cat04 {
  color: #a25c5c;
  border-color: #a25c5c;
}
.c-tab__link.cat04:hover {
  color: #fff;
  background-color: #a25c5c;
}
.c-tab__link.cat05 {
  color: #929d9a;
  border-color: #929d9a;
}
.c-tab__link.cat05:hover {
  color: #fff;
  background-color: #929d9a;
}

.l-main section.p-news {
  width: 900px;
  margin-top: 72px;
}
@media screen and (max-width: 767px) {
  .l-main section.p-news {
    width: auto;
    margin-top: 20px;
  }
}

.l-main .p-news {
  width: 900px;
  margin-top: 72px;
}
@media screen and (max-width: 767px) {
  .l-main .p-news {
    width: auto;
    margin-top: 20px;
  }
}

.c-news__bar {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #acacac;
}
.c-news__bar:last-child {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .c-news__bar {
    align-items: flex-start;
  }
}
.c-news__bar > a {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 82px;
  padding: 20px 0;
  transition: all 0.2s;
}
.c-news__bar > a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .c-news__bar > a {
    padding: 16px 8px;
  }
}
.c-news__content {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-news__content {
    align-items: flex-start;
    flex: 1;
  }
}
.c-news__content > a {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 82px;
  padding: 20px 0;
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  .c-news__content > a {
    padding: 12px 8px;
  }
}
.c-news__content > a:hover {
  opacity: 0.7;
}
.c-news__ttl {
  margin-left: 30px;
  font-size: 2rem;
  text-transform: uppercase;
  font-family: "Fjalla One";
}
@media screen and (max-width: 767px) {
  .c-news__ttl {
    position: absolute;
    top: 12px;
    left: 8px;
    margin-left: 0;
  }
}
.c-news__bar-body {
  display: flex;
  align-items: center;
  flex-grow: 1;
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .c-news__bar-body {
    display: block;
    margin-left: 0;
  }
}
.c-news__head {
  display: contents;
}
@media screen and (max-width: 767px) {
  .c-news__head {
    display: flex;
    align-items: center;
  }
}
.c-news__date {
  flex-shrink: 0;
  order: 1;
}
@media screen and (max-width: 767px) {
  .c-news__date {
    order: 0;
  }
}
.c-news__tag {
  width: 31px;
  margin-left: 10px;
  color: #a25c5c;
  flex-shrink: 0;
  order: 2;
}
@media screen and (max-width: 767px) {
  .c-news__tag {
    margin: 0 12px 0 0;
    order: 0;
  }
}
.c-news__cat {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 110px;
  height: 26px;
  margin-left: 16px;
  padding: 2px;
  font-size: 1.2rem !important;
  color: #fff;
  line-height: 1.4 !important;
  text-align: center;
  background-color: #969a83;
  order: 3;
}
@media screen and (max-width: 767px) {
  .c-news__cat {
    width: 100px;
    height: 24px;
    font-size: 1rem !important;
    margin-left: 12px;
    order: 0;
  }
}
.c-news__cat.cat01 {
  background-color: #969a83;
}
.c-news__cat.cat02 {
  background-color: #83929a;
}
.c-news__cat.cat03 {
  background-color: #6e9ea2;
}
.c-news__cat.cat04 {
  background-color: #a25c5c;
}
.c-news__cat.cat05 {
  background-color: #929d9a;
}
.c-news__newsttl-wrap {
  display: contents;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-news__newsttl-wrap {
    display: flex;
    align-items: center;
    margin-top: 4px;
  }
  .c-news__newsttl-wrap::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -7px;
    width: 8px;
    height: 14px;
    background-image: url(../img/home/icn_arrow_right.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.c-news__newsttl {
  margin-left: 28px;
  margin-right: 40px;
  line-height: 1.5 !important;
  order: 4;
}
@media screen and (max-width: 767px) {
  .c-news__newsttl {
    font-size: 1.1rem !important;
    margin: 0 25px 0 0;
    order: 0;
  }
}
.c-news__icn a {
  display: block;
}
@media screen and (max-width: 767px) {
  .c-news__icn a {
    margin-top: 16px;
  }
}
.c-news__icn img {
  width: 21px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: text-top;
}
.c-news__btn {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .c-news__btn {
    margin-top: 30px;
  }
}
.c-news__btn > .c-top-btn {
  margin: auto;
}

.l-main .p-topics {
  margin: 0;
}

.l-main .p-topics__body {
  border-top: none;
}

.l-main .p-topics__body li {
  border-bottom: 1px solid #acacac;
}

.l-main .p-topics__body li time {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  section.p-top-coord {
    margin: 50px 0 0 0;
  }
}

.p-top-coord {
  position: relative;
  width: 100% !important;
  padding-top: 200px;
  padding-bottom: 86px;
}
@media screen and (max-width: 767px) {
  .p-top-coord {
    padding-top: 45px;
    padding-bottom: 35px;
  }
}
.p-top-coord::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-color: #fff;
  background-color: #83929a;
  background: linear-gradient(to right, #484848, #484848 30%, #b2b2b2 76%, #b2b2b2);
  z-index: -3;
  height: 300px;
}
@media screen and (max-width: 767px) {
  .p-top-coord::before {
    background: none;
    top: 0;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-top-coord .c-border-btn__icon-inner::after {
    background-image: url(../img/home/icn_arrow_right.svg) !important;
  }
}
.p-top-coord__wrapper {
  display: flex;
  align-items: flex-end;
  max-width: 1440px;
  margin: 360px auto 0;
  margin: 46px auto 0;
}
@media screen and (max-width: 767px) {
  .p-top-coord__wrapper {
    flex-direction: column;
  }
}
.p-top-coord__imgbox {
  width: 56%;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .p-top-coord__imgbox {
    width: 100%;
    margin: 0;
  }
}
.p-top-coord__imgbox-inner {
  display: flex;
  flex-wrap: wrap;
}
.p-top-coord__imgbox-inner .p-top-coord__img {
  width: 25%;
}
.p-top-coord__imgbox-inner .p-top-coord__img:first-child {
  width: 100%;
}
.p-top-coord__imgbox-inner .p-top-coord__img.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-top-coord__imgbox-inner .p-top-coord__img.sp {
    display: block;
  }
}
.p-top-coord__imgbox-inner .p-top-coord__img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-top-coord__imgbox-inner .p-top-coord__img a {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.p-top-coord__imgbox-inner .p-top-coord__img a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: background-color 0.3s;
}
.p-top-coord__imgbox-inner .p-top-coord__img a::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 16px;
  bottom: 23px;
  width: 65px;
  height: 11px;
  background-image: url(../img/home/icn_arrow_thin_white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.3s;
}
.p-top-coord__imgbox-inner .p-top-coord__img a:hover::before {
  background-color: rgba(0, 0, 0, 0.44);
}
.p-top-coord__imgbox-inner .p-top-coord__img a:hover::after {
  opacity: 1;
}
.p-top-coord__imgbox-inner .p-top-coord__img a:hover img {
  opacity: 1;
}
.p-top-coord__body {
  flex: 1;
  max-width: 360px;
  color: #fff;
  margin-left: 110px;
}
@media screen and (max-width: 767px) {
  .p-top-coord__body {
    max-width: none;
    width: 100%;
    text-align: center;
    padding-bottom: 0;
    margin: 48px 0 0 0;
    color: inherit;
  }
}
.p-top-coord__ttl {
  font-size: 2.4rem;
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-top-coord__ttl {
    font-size: 2.7rem;
  }
}
.p-top-coord__text {
  font-size: 2rem !important;
  line-height: 1.6 !important;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-coord__text {
    font-size: 1.4rem !important;
  }
}
.p-top-coord__btn {
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .p-top-coord__btn.pc {
    display: none;
  }
}
.p-top-coord__btn.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-top-coord__btn.sp {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-top-coord .c-border-btn--white {
    color: #333 !important;
    border-color: #333;
  }
}

.p-top-useful {
  width: 1120px !important;
}
@media screen and (max-width: 767px) {
  .p-top-useful {
    width: auto !important;
  }
}
.p-top-useful__wrapper {
  width: 1120px !important;
  padding: 150px 0;
}
@media screen and (max-width: 767px) {
  .p-top-useful__wrapper {
    width: auto !important;
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top-useful .c-top-secttl {
    font-size: 2.2rem;
  }
}
.p-top-useful__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .p-top-useful__list {
    gap: 35px;
  }
}
.p-top-useful__item {
  width: calc(25% - 8px);
}
@media screen and (max-width: 767px) {
  .p-top-useful__item {
    width: 100%;
  }
}
.p-top-useful__item img {
  max-width: 100%;
}

.p-top-ex-info {
  position: relative;
  width: 100% !important;
}
@media screen and (max-width: 767px) {
  .p-top-ex-info {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
.p-top-ex-info__bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top-ex-info__bg.pc {
    display: none;
  }
}
.p-top-ex-info__bg.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-top-ex-info__bg.sp {
    display: block;
  }
}
.p-top-ex-info__bg img {
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-ex-info::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: block;
    background: url(../img/home/bg-ex-info-sp.png) no-repeat center center/cover;
    z-index: -3;
  }
}
.p-top-ex-info__wrapper {
  position: relative;
  padding: 110px 20px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-top-ex-info__wrapper {
    padding: 40px 15px 25px;
  }
}
.p-top-ex-info__ttl {
  font-size: 3rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-top-ex-info__ttl {
    font-size: 2.5rem;
  }
}
.p-top-ex-info__text {
  margin-top: 16px;
  line-height: 1.6 !important;
  font-size: 1.6rem !important;
}
@media screen and (max-width: 767px) {
  .p-top-ex-info__text {
    font-size: 1.3rem !important;
    margin-top: 30px;
  }
}
.p-top-ex-info__btn {
  margin-top: 34px;
}
.p-top-ex-info__btn > .c-top-btn {
  margin: auto;
}

.p-top-movie {
  padding-top: 150px;
  width: 1125px !important;
}
@media screen and (max-width: 767px) {
  .p-top-movie {
    width: auto !important;
    padding-top: 75px;
  }
}
.p-top-movie__list {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-top-movie__list {
    flex-wrap: wrap;
  }
}
.p-top-movie__item {
  width: calc(100% - 125px);
}
@media screen and (max-width: 767px) {
  .p-top-movie__item {
    width: 100%;
  }
  .p-top-movie__item:not(:first-child) {
    margin-top: 50px;
  }
}
.p-top-movie__item:nth-child(even) {
  margin-left: 125px;
}
@media screen and (max-width: 767px) {
  .p-top-movie__item:nth-child(even) {
    margin-left: 0;
  }
}
.p-top-movie__item img {
  width: 100%;
}
.p-top-movie__card:hover .p-top-movie__img::after {
  opacity: 0.7;
}
.p-top-movie__img {
  position: relative;
  border: 1px solid #707070;
}
.p-top-movie__img::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 80px;
  height: 80px;
  background: url(../img/home/icn_play_gray.png) no-repeat center center/contain;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-top-movie__img::after {
    width: 53px;
    height: 53px;
  }
}
.p-top-movie__ttl {
  margin-top: 20px;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-top-movie__ttl {
    margin-top: 10px;
  }
}
.p-top-movie__btn {
  text-align: center;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-top-movie__btn {
    margin-top: 30px;
  }
}
.p-top-movie__btn > .c-top-btn {
  margin: auto;
}

.p-top-links {
  width: 1200px !important;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-top-links {
    width: auto !important;
    padding-top: 50px;
  }
}
.p-top-links__wrapper {
  padding: 0px 20px;
}
.p-top-links__list {
  display: flex;
  justify-content: center;
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (max-width: 767px) {
  .p-top-links__list {
    margin-left: -7px;
    margin-right: -7px;
  }
}
.p-top-links__item {
  width: 33%;
  max-width: 200px;
  margin: 0 15px;
}
@media screen and (max-width: 767px) {
  .p-top-links__item {
    margin: 0 7px;
  }
}
.p-top-links__item img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-border-btn {
  display: inline-block;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 2px solid #000;
  max-width: 230px;
  width: 100%;
  min-height: 50px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  padding: 6px;
  transition: opacity 0.25s;
}
@media screen and (max-width: 767px) {
  .c-border-btn {
    max-width: 295px;
    border-width: 1px;
  }
}
.c-border-btn:hover, .c-border-btn:focus {
  opacity: 0.7;
}
.c-border-btn--larg {
  max-width: 300px;
}
@media screen and (max-width: 767px) {
  .c-border-btn--larg {
    max-width: 295px;
  }
}
.c-border-btn--xlarg {
  max-width: 360px;
}
@media screen and (max-width: 767px) {
  .c-border-btn--xlarg {
    max-width: 295px;
  }
}
.c-border-btn--small {
  max-width: 170px;
  min-height: 40px;
  font-size: 1.4rem;
}
.c-border-btn--small .c-border-btn__icon-inner::after {
  right: -35px;
}
.c-border-btn--white {
  color: #fff !important;
  border-color: #fff;
}
.c-border-btn--white .c-border-btn__icon-inner::after {
  background-image: url(../img/home/icn_arrow_right_w.svg);
}
.c-border-btn__icon-inner {
  position: relative;
}
.c-border-btn__icon-inner::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -40px;
  width: 8px;
  height: 14px;
  background-image: url(../img/home/icn_arrow_right.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-border-btn__icon-inner::after {
    width: 7px;
    height: 12px;
    right: -26px;
  }
}
@media screen and (max-width: 350px) {
  .c-border-btn__icon-inner::after {
    right: -16px;
  }
}

.simpleParallax {
  overflow: visible !important;
}

@media screen and (max-width: 767px) {
  .c-section.-m.p-paging-wrap {
    margin-top: 15px;
  }
}

.l-main .p-paging.-result {
  padding: 10px 20px;
  background: transparent;
  display: flex;
  align-items: center;
}

.l-main .p-paging.-result .p-paging__body {
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .l-main .p-paging.-result .p-paging__body {
    margin-top: 0;
  }
}

.l-main .p-paging.-result .p-paging__body ul {
  align-items: center;
}

.l-main .p-paging.-result .p-paging__body li + li {
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .l-main .p-paging.-result .p-paging__body li + li {
    margin-left: 15px;
  }
}
@media screen and (max-width: 300px) {
  .l-main .p-paging.-result .p-paging__body li + li {
    margin-left: 10px;
  }
}

/*
.l-main .p-paging.-result .p-paging__body li:last-of-type {
  margin-left: 0;
}
.l-main .p-paging.-result .p-paging__body li:nth-last-child(3) {
  margin: 0 16px;
}
*/
@media screen and (max-width: 767px) {
  .l-main .p-paging.-result .p-paging__body li:nth-last-child(3) {
    margin: 0 2px;
  }
}
.l-main .p-paging.-result .p-paging__body li:nth-last-child(3) a {
  border: none;
}

.l-main .p-paging.-result .p-paging__body li a {
  width: 25px;
  height: 25px;
  /* border: 1px solid #707070; */
  text-align: center;
  font-weight: normal;
  font-size: 1.4rem;
  transition: opacity 0.25s;
}
@media screen and (max-width: 767px) {
  .l-main .p-paging.-result .p-paging__body li a {
    font-size: 1rem;
  }
}
.l-main .p-paging.-result .p-paging__body li a:hover {
  opacity: 0.7;
}

.l-main .p-paging.-result .p-paging__body li a.is-current {
  background-color: #969a83;
  border-color: #969a83;
  color: #fff;
  font-weight: bold;
}

.p-paging__ctrl > a {
  background-image: url(../img/common/icn_arrow_right.svg) !important;
  border: none !important;
  background-size: 12px auto !important;
  transition: opacity 0.25s;
}
@media screen and (max-width: 767px) {
  .p-paging__ctrl > a {
    background-size: 10px auto !important;
    width: 10px !important;
    height: 9px !important;
  }
}
.p-paging__ctrl > a:hover {
  opacity: 0.7;
}

.l-main .p-paging.-result .p-paging__ctrl.-prev {
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .l-main .p-paging.-result .p-paging__ctrl.-prev {
    margin-right: 16px;
  }
}
@media screen and (max-width: 300px) {
  .l-main .p-paging.-result .p-paging__ctrl.-prev {
    margin-right: 10px;
  }
}

.l-main .p-paging.-result .p-paging__ctrl.-next {
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .l-main .p-paging.-result .p-paging__ctrl.-next {
    margin-left: 16px;
  }
}
@media screen and (max-width: 300px) {
  .l-main .p-paging.-result .p-paging__ctrl.-next {
    margin-left: 10px;
  }
}

.l-main .p-paging.-result .p-paging__ctrl.is-disabled {
  opacity: 1;
}

.l-main section.p-news-head {
  width: 900px;
  margin-top: 70px;
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .l-main section.p-news-head {
    width: auto;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.p-news-head__meta {
  display: flex;
  align-items: center;
}
.p-news-head__date {
  font-size: 1.4rem;
}
.p-news-head__new {
  color: #a25c5c;
  font-size: 1.4rem;
  margin-left: 16px;
}
.p-news-head__cat {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 110px;
  height: 26px;
  margin-left: 16px;
  padding: 2px;
  font-size: 1.2rem !important;
  color: #fff;
  line-height: 1.4 !important;
  text-align: center;
  background-color: #969a83;
  order: 3;
}
@media screen and (max-width: 767px) {
  .p-news-head__cat {
    width: 90px;
    height: 24px;
    font-size: 1rem !important;
    margin-left: 12px;
    order: 0;
  }
}
.p-news-head__cat.cat01 {
  background-color: #969a83;
}
.p-news-head__cat.cat02 {
  background-color: #83929a;
}
.p-news-head__cat.cat03 {
  background-color: #6e9ea2;
}
.p-news-head__cat.cat04 {
  background-color: #a25c5c;
}
.p-news-head__cat.cat05 {
  background-color: #929d9a;
}
.p-news-head__title {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.5 !important;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-news-head__title {
    font-size: 2rem;
    margin-top: 16px;
  }
}

.l-main section.p-post {
  width: 900px;
}
@media screen and (max-width: 767px) {
  .l-main section.p-post {
    width: auto;
  }
}

.p-post h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-post h2 {
    font-size: 1.5rem;
    margin-top: 30px;
  }
}
.p-post p {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-post p {
    font-size: 1.5rem;
  }
}
.p-post figure {
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-post figure {
    margin-top: 20px;
  }
}
.p-post img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
}
.p-post small {
  display: inline-block;
  font-size: 1.4rem;
  margin-top: 26px;
}
@media screen and (max-width: 767px) {
  .p-post small {
    font-size: 1.1rem;
    margin-top: 10px;
  }
}
.p-post a {
  color: #4397eb;
  font-size: 1.4rem;
  transition: opacity 0.25s;
}
@media screen and (max-width: 767px) {
  .p-post a {
    font-size: 1.1rem;
  }
}
.p-post a:hover, .p-post a:focus {
  opacity: 0.7;
}

.p-news-btn {
  text-align: center;
  max-width: 1040px;
  margin: 80px auto 0;
}
@media screen and (max-width: 767px) {
  .p-news-btn {
    margin: 36px 15px 0;
  }
}

.p-under-news__btn {
  text-align: center;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .p-under-news__btn {
    margin-top: 30px;
  }
}
.p-under-news .p-news {
  margin-right: auto;
  margin-left: auto;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-under-news .p-news {
    margin-top: 20px;
  }
}

.p-service-bg {
  background-color: #f5f3f2;
  padding: 80px 0 50px;
}

.p-service__main-ttl {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
.p-service__sub-ttl {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-service__sub-ttl {
    font-size: 1.5rem;
    margin-top: 60px;
  }
}
.p-service__sub-ttl.text-larg {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-service__sub-ttl.text-larg {
    font-size: 1.5rem;
  }
}
.p-service__text {
  letter-spacing: 0;
  line-height: 1.4 !important;
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-service__text {
    margin-top: 16px;
    text-align: left;
  }
}
.p-service__news {
  max-width: 900px;
  margin: 20px auto 0;
}
.p-service__btn {
  text-align: center;
  margin-top: 30px;
}
.p-service__attention {
  max-width: 900px;
  font-size: 2rem !important;
  font-weight: 700;
  line-height: 1.4 !important;
  color: #a25c5c;
  margin: 100px auto 0;
}
@media screen and (max-width: 767px) {
  .p-service__attention {
    font-size: 1.4rem !important;
    margin-top: 50px;
  }
}
.p-service__cards {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-service__cards {
    margin-top: 30px;
  }
}

.c-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 34px 26px;
}
@media screen and (max-width: 767px) {
  .c-cards {
    gap: 7px 14px;
  }
}

.c-card {
  width: calc(25% - 19.5px);
}
@media screen and (max-width: 767px) {
  .c-card {
    width: calc(50% - 7px);
  }
}
.c-card--close > a {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .c-card--close a {
    position: relative;
    min-height: 200px;
    padding: 10px;
  }
  .c-card--close a::before {
    content: "";
    display: inline-block;
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 12px;
    height: 15px;
    background-image: url(../img/home/icn_key.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.c-card--close .c-card__ttl::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 25px;
  background-image: url(../img/home/icn_key.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 4px;
  transform: translateY(4px);
}
@media screen and (max-width: 767px) {
  .c-card--close .c-card__ttl::before {
    content: none;
  }
}
.c-card--open a {
  position: relative;
  min-height: 200px;
  padding: 10px;
}
.c-card--open a::before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 22px;
  bottom: 17px;
  width: 65px;
  height: 11px;
  background-image: url(../img/home/icn_arrow_thin.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-card--open a::before {
    right: 10px;
    bottom: 10px;
    width: 32px;
    height: 5px;
  }
}
.c-card a {
  display: inline-block;
  width: 100%;
  height: 100%;
  border: 2px solid #707070;
  box-shadow: 4px 5px 4px rgba(0, 0, 0, 0.16);
  padding: 25px 10px 30px;
  transition: opacity 0.25s;
}
@media screen and (max-width: 767px) {
  .c-card a {
    position: relative;
    min-height: 200px;
    padding: 10px;
  }
}
.c-card a:hover {
  opacity: 0.7;
}
.c-card__ttl {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-card__ttl {
    font-size: 1rem;
  }
}
.c-card__img {
  max-width: 105px;
  margin: 10px auto 0;
}
@media screen and (max-width: 767px) {
  .c-card__img {
    max-width: 70px;
  }
}
.c-card__text {
  letter-spacing: 0;
  line-height: 1.42 !important;
  margin-top: 20px;
  padding: 0 4px;
}
@media screen and (max-width: 767px) {
  .c-card__text {
    font-size: 1rem !important;
  }
}

.p-table {
  width: 900px !important;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-table {
    width: auto !important;
  }
}
.p-table__attention {
  display: inline-block;
  font-size: 3rem !important;
  font-weight: 700;
  line-height: 1.4 !important;
  text-align: left;
  color: #a25c5c;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-table__attention {
    max-width: 290px;
    font-size: 1.5rem !important;
  }
}
.p-table__lead {
  max-width: 680px;
  line-height: 1.5 !important;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .p-table__lead {
    margin-top: 40px;
  }
}
.p-table__lead a {
  text-decoration: underline;
  transition: opacity 0.25s;
}
.p-table__lead a:hover {
  opacity: 0.7;
}
.p-table__table {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-table__table {
    overflow-x: auto;
    white-space: nowrap;
    margin-top: 35px;
  }
}
.p-table__bottom-link {
  text-align: center;
  margin-top: 66px;
}
@media screen and (max-width: 767px) {
  .p-table__bottom-link {
    margin-top: 35px;
  }
}
.p-table__bottom-link a {
  font-size: 2.4rem !important;
  font-weight: bold;
  text-decoration: underline;
  transition: opacity 0.25s;
}
@media screen and (max-width: 767px) {
  .p-table__bottom-link a {
    font-size: 1.5rem !important;
  }
}
@media screen and (max-width: 340px) {
  .p-table__bottom-link a {
    font-size: 1.3rem !important;
  }
}
.p-table__bottom-link a:hover {
  opacity: 0.7;
}
.p-table__bottom-link br {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-table__bottom-link br {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-table .c-table.-cmn {
    width: 500px;
  }
}
.p-table .c-table {
  border: 1px solid #969a83 !important;
  vertical-align: middle;
}
.p-table .c-table th {
  border-color: #969a83 !important;
  vertical-align: middle;
}
.p-table .c-table td {
  border-color: #969a83 !important;
}
.p-table .c-table__head th {
  background-color: #969a83 !important;
  border-right-color: #fff !important;
  color: #fff;
  font-size: 16px !important;
  padding: 8px 20px !important;
}
@media screen and (max-width: 767px) {
  .p-table .c-table__head th {
    font-size: 10px !important;
    padding: 8px 10px !important;
  }
}
.p-table .c-table__body th {
  text-align: center !important;
  padding: 12px 20px !important;
}
@media screen and (max-width: 767px) {
  .p-table .c-table__body th {
    font-size: 10px !important;
    background-color: #fff !important;
    padding: 6px 12px !important;
  }
}
.p-table .c-table__body td {
  padding: 12px 20px !important;
}
@media screen and (max-width: 767px) {
  .p-table .c-table__body td {
    font-size: 10px !important;
    padding: 6px 12px !important;
  }
}
.p-table .c-table__body td.text-center {
  text-align: center !important;
}

.p-login-movie {
  padding-top: 100px !important;
}

.l-main section.p-favorite {
  width: 1200px;
  margin-top: 100px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .l-main section.p-favorite {
    width: auto;
    margin-top: 80px;
  }
}

.p-favorite__ttl {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-favorite__ttl {
    font-size: 2.2rem;
  }
}
.p-favorite__btn {
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-favorite__btn {
    margin-top: 40px;
  }
}

.c-favorites {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .c-favorites {
    gap: 20px 16px;
    margin-top: 60px;
  }
}

.c-favorite {
  width: calc(25% - 19.5px);
}
@media screen and (max-width: 767px) {
  .c-favorite {
    width: calc(50% - 8px);
  }
}
.c-favorite a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.c-favorite__img img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
}
.c-favorite__body {
  background-color: #f5f3f2;
  padding: 30px 20px 40px;
  flex: 1;
  line-height: 1.5 !important;
}
@media screen and (max-width: 767px) {
  .c-favorite__body {
    padding: 15px 10px;
  }
}
.c-favorite__name {
  font-size: 1.6rem !important;
  font-weight: 700;
  line-height: 1.5 !important;
}
@media screen and (max-width: 767px) {
  .c-favorite__name {
    font-size: 1.2rem !important;
  }
}
.c-favorite__num {
  font-size: 1.4rem !important;
  font-weight: 500;
  line-height: 1.5 !important;
}
@media screen and (max-width: 767px) {
  .c-favorite__num {
    font-size: 1.2rem !important;
  }
}
.c-favorite__attention {
  background-color: #a25c5c;
  color: #fff;
  font-size: 1.6rem !important;
  font-weight: 500;
  line-height: 1.5 !important;
  padding: 5px;
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  .c-favorite__attention {
    font-size: 1.1rem !important;
  }
}
.c-favorite__bottom {
  font-size: 1.4rem !important;
  font-weight: 500;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .c-favorite__bottom {
    font-size: 1.2rem !important;
    margin-top: 6px;
  }
}
.c-favorite__row {
  display: flex;
}

.l-main section.p-view {
  width: 1200px;
  margin-top: 100px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .l-main section.p-view {
    width: auto;
    margin-top: 80px;
  }
}

.p-view__ttl {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-view__ttl {
    font-size: 2.2rem;
  }
}

.c-views {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .c-views {
    gap: 20px 15px;
    margin-top: 40px;
  }
}

.c-view {
  width: calc(20% - 40px);
}
@media screen and (max-width: 767px) {
  .c-view {
    width: calc(33.333% - 10px);
  }
}
.c-view__img img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
}
.c-view__body {
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .c-view__body {
    padding-top: 6px;
  }
}
.c-view__name {
  font-size: 1.6rem !important;
  font-weight: 500;
  line-height: 1.5 !important;
}
@media screen and (max-width: 767px) {
  .c-view__name {
    font-size: 1.2rem !important;
  }
}
.c-view__num {
  font-size: 1.6rem !important;
  font-weight: 500;
  line-height: 1.5 !important;
}
@media screen and (max-width: 767px) {
  .c-view__num {
    font-size: 1.2rem !important;
  }
}

.page-catalog .l-main section.p-under-news {
  margin-top: 80px;
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .page-catalog .l-main section.p-under-news {
    margin-top: 60px;
    margin-bottom: 80px;
  }
}
/*
.page-catalog .l-main .p-page_title {
  position: relative;
  background: transparent url(../img/home/bg-ex-kv.png) no-repeat center top/cover;
}
.page-catalog .l-main .p-page_title__inner {
  padding: 150px 0;
}
@media screen and (max-width: 767px) {
  .page-catalog .l-main .p-page_title__inner {
    background-image: url(../img/home/bg-ex-kv-sp.png);
    padding: 75px 0;
  }
}
*/
.page-catalog .l-main .p-form {
  width: 1200px !important;
  margin-top: 80px !important;
  letter-spacing: 0;
}
.page-catalog .l-main .p-form--open {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .page-catalog .l-main .p-form {
    width: auto !important;
    margin-top: 40px !important;
  }
}
.page-catalog .l-main .p-form__sec {
  width: 1200px !important;
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .page-catalog .l-main .p-form__sec {
    width: auto !important;
    margin-top: 40px;
  }
}
.page-catalog .l-main .p-form__intro {
  max-width: 600px;
  font-size: 2rem !important;
  font-weight: 700;
  line-height: 1.45 !important;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .page-catalog .l-main .p-form__intro {
    font-size: 1.5rem !important;
  }
}
.page-catalog .l-main .p-form__content {
  display: flex;
  justify-content: space-between;
  background-color: #f5f3f2;
  padding: 50px 65px 60px;
}
@media screen and (max-width: 767px) {
  .page-catalog .l-main .p-form__content {
    flex-direction: column;
    justify-content: flex-start;
    padding: 50px 25px 50px;
  }
}
.page-catalog .l-main .p-form__new {
  width: 470px;
}
@media screen and (max-width: 767px) {
  .page-catalog .l-main .p-form__new {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .page-catalog .l-main .p-form .c-heading.-xxl {
    font-size: 1.5rem !important;
  }
}
.page-catalog .l-main .p-form__title {
  margin-top: 45px;
}
.page-catalog .l-main .p-form__text {
  line-height: 1.4 !important;
  margin-top: 34px !important;
}
@media screen and (max-width: 767px) {
  .page-catalog .l-main .p-form__text {
    margin-top: 16px !important;
  }
}
.page-catalog .l-main .p-form__login {
  width: 460px;
}
@media screen and (max-width: 767px) {
  .page-catalog .l-main .p-form__login {
    width: 100%;
    margin-top: 50px;
  }
}
.page-catalog .l-main .p-form__btn {
  margin-top: 32px !important;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-catalog .l-main .p-form__btn {
    margin-top: 20px !important;
  }
}
.page-catalog .l-main .p-form__btn.login {
  margin-top: 63px !important;
}
@media screen and (max-width: 767px) {
  .page-catalog .l-main .p-form__btn.login {
    margin-top: 30px !important;
  }
}
.page-catalog .l-main .p-form .c-heading.-xl {
  margin: 10px 0 10px;
}
.page-catalog .l-main .p-form .c-note {
  display: block;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .page-catalog .l-main .p-form .c-note {
    font-size: 1.2rem !important;
    margin-top: 20px;
  }
}
.page-catalog .l-main .p-form .c-note a {
  color: inherit;
}
.page-catalog .l-main .p-form .c-table.-form {
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .page-catalog .l-main .p-form .c-table.-form {
    margin-top: 0;
  }
}
.page-catalog .l-main .p-form .c-table__row {
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .page-catalog .l-main .p-form .c-table__row {
    margin-top: 25px;
  }
}
.page-catalog .l-main .p-form .c-table__row:first-child {
  margin-top: 0;
}
.page-catalog .l-main .p-form .c-table dt {
  font-size: 1.6rem !important;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .page-catalog .l-main .p-form .c-table dt {
    font-size: 1.2rem !important;
  }
}
.page-catalog .l-main .p-form .c-table dd {
  margin-top: 10px;
}
.page-catalog .l-main .p-form .c-table .c-input_text.-cmn {
  background-color: #fff !important;
  height: 50px;
  font-size: 1.6rem !important;
  padding: 5px 10px;
}
@media screen and (max-width: 767px) {
  .page-catalog .l-main .p-form .c-table .c-input_text.-cmn {
    height: 35px;
    font-size: 1.2rem !important;
    padding: 5px;
  }
}
.page-catalog .l-main .c-table.-form {
  border: none !important;
}
.page-catalog .l-main section.p-service {
  width: 1200px;
}
@media screen and (max-width: 767px) {
  .page-catalog .l-main section.p-service {
    width: auto;
  }
}

.p-user-info {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  padding: 28px;
  background-color: #F5F3F2;
}
@media (max-width: 767px) {
  .p-user-info {
    flex-wrap: wrap;
    padding: 24px;
  }
}
.p-user-info__user-area {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 15px;
  font-size: 1.5rem;
  vertical-align: bottom;
}
@media (max-width: 767px) {
  .p-user-info__user-area {
    width: 100%;
    margin-top: 0;
    font-weight: bold;
    font-size: 1.6rem;
  }
}
.p-user-info__company {
  font-size: 1.5rem !important;
}
.p-user-info__company + .p-user-info__name {
  margin-left: 1em;
}
.p-user-info__name {
  font-size: 1.5rem !important;
}
.p-user-info__sama {
  display: flex;
  align-items: center;
  font-size: 1.5rem !important;
}
.p-user-info__btn-area {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .p-user-info__btn-area {
    margin: 16px -10px 0;
  }
}
.p-user-info__btn {
  min-width: 110px;
  margin: 0 15px;
  padding: 6px 12px;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #000000;
  transition: all 0.3s;
}
.p-user-info__btn:hover {
  color: #fff;
  background-color: #000;
}
@media (max-width: 767px) {
  .p-user-info__btn {
    margin: 0 10px;
  }
}

.u-text-center {
  text-align: center;
}

.u-pc {
  display: block;
}
@media (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

.u-sp {
  display: none;
}
@media (max-width: 767px) {
  .u-sp {
    display: block;
  }
}

.slider-area img {
  max-width: 100%;
  display: block;
  height: auto;
}

.slider-area {
  overflow: hidden;
  max-width: 300px;
  width: 100%;
  margin: auto;
}

.thumnail .slick-track {
  transform: unset !important;
  width: 100% !important;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}

.thumnail .slick-slide {
  display: block !important;
  float: none !important;
  flex: 0 0 47.5%;
}