@charset "UTF-8";
.mainvisual {
  height: 465px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fbf3f6;
  margin-bottom: 13px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .mainvisual {
    margin-bottom: 50px;
    height: 220px;
    padding-top: 50px;
  }
}
/* ========== end △ */
.mv-title {
  text-align: center;
  font-size: 4rem;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .mv-title {
    font-size: 3rem;
  }
}
/* ========== end △ */
.breadcrumb {
  position: relative;
  z-index: 3;
  margin-bottom: 37px;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    display: none;
  }
}
.breadcrumb ul {
  display: flex;
  display: -webkit-flex;
  /* Safari */
  display: -moz-flex;
  /* Firefox */
  display: -ms-flex;
  /* IE */
}
.breadcrumb ul li {
  padding: 0 34px 0 13px;
  position: relative;
  letter-spacing: 0.3px;
}
.breadcrumb ul li:after {
  content: '＞';
  position: absolute;
  top: 6px;
  right: 16px;
  font-size: 10px;
  margin: auto;
  width: 0;
  height: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  font-weight: bold;
  text-decoration: none;
}
.breadcrumb ul li:last-child {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.breadcrumb ul li:last-child:after {
  content: none;
}
.breadcrumb ul li:nth-child(2) {
  white-space: nowrap;
}
.breadcrumb ul li:first-child {
  padding-left: 0;
  white-space: nowrap;
  text-decoration: none;
}
.breadcrumb ul li a {
  line-height: 1.2;
  text-decoration: none;
}

#cm-footer {
  margin-top: 50px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #cm-footer {
    margin-top: 30px;
  }
}
/* ========== end △ */
.pager {
  margin: 50px 0 0;
  padding: 0 10px;
}
.pager a {
  text-decoration: none;
  position: relative;
}
.pager a:before {
  content: '';
  position: absolute;
  top: 12px;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: solid #222;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .pager a:before {
    top: 6px;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .pager a:hover {
    color: #d33867;
  }
  .pager a:hover:before {
    border-color: #d33867;
  }
}
/* ========== end △ */
.pager .back {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  width: 100px;
  font-size: 18px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .pager .back {
    align-items: flex-end;
  }
}
.pager .prev {
  float: left;
}
.pager .prev a {
  padding-left: 20px;
}
.pager .next {
  float: right;
}
.pager .next a {
  padding-right: 20px;
}
.pager .next a:before {
  left: auto;
  right: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.pager-number {
  margin-top: -35px;
}
.pager-number li {
  margin: 0 10px;
}
.pager-number a {
  text-decoration: none;
  display: inline-block;
  padding: 5px 10px;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .pager-number a:hover {
    color: #d33867;
    text-decoration: underline;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .pager-number {
    margin-top: 0;
  }
  .pager-number li {
    margin: 0;
  }
}
/* ========== end △ */
.pdf-btn a {
  background: url(../common_img/ico-pdf02.png) center right 20px no-repeat #000000;
  color: #fff;
  display: inline-block;
  padding: 10px;
  text-decoration: none;
}
.pdf-btn a:hover {
  opacity: 0.8;
}
.pdf-btn .arrow {
  position: absolute;
  top: 0;
}

.pdf-btn02 a {
  background: url(../common_img/ico-pdf.png) top 7px left no-repeat;
  padding-left: 50px;
  display: inline-block;
}

.cm-btn a {
  display: block;
  width: 350px;
  margin: auto;
  text-align: center;
  border: 2px solid #222;
  padding: 20px;
  font-size: 2.4rem;
  position: relative;
  text-decoration: none;
  font-weight: bold;
}
.cm-btn a:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 0;
  height: 0;
  border: solid #222;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .cm-btn a {
    width: 250px;
    font-size: 2rem;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .cm-btn a:hover {
    background: #222;
    color: #fff;
  }
  .cm-btn a:hover:after {
    border-color: #fff;
  }
}
/* ========== end △ */
.time {
  color: #d33867;
  font-weight: 500;
  font-family: "Jost", sans-serif;
}

/*====================================================================================
■.CM CSS
====================================================================================*/
.cm-arrow {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 1px solid #222;
  display: inline-block;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.cm-arrow:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: solid #222;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

/*====================================================================================
■.1. PAGE NEWS
====================================================================================*/
.news-content {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .news-content {
    padding-bottom: 50px;
  }
}

.news-list {
  border-bottom: 1px solid #222;
}
.news-list a {
  border-top: 1px solid #222;
  padding: 29px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-decoration: none;
  align-items: center;
  position: relative;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .news-list a:hover {
    background: #fdf7f7;
  }
  .news-list a:hover .cm-arrow {
    right: 20px;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .news-list a {
    padding: 15px 0;
    padding-right: 30px;
  }
}
/* ========== end △ */
.news-list .time {
  width: 150px;
  padding: 0 10px;
  text-align: center;
  display: inline-block;
  border-right: 1px solid #ccc;
  font-family: "Jost", sans-serif;
  color: #d33867;
  font-weight: bold;
  opacity: 0.8;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .news-list .time {
    width: 100%;
    text-align: left;
    border: none;
  }
}
/* ========== end △ */
.news-list p {
  width: calc(100% - 150px);
  padding: 0 30px;
  padding-right: 80px;
  height: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .news-list p {
    width: 100%;
    padding: 0 10px;
  }
}
/* ========== end △ */
.news-list .cm-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .news-list .cm-arrow {
    right: 10px;
  }
}
/* ========== end △ */
.page-news.single .title {
  border-bottom: 1px solid #222;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.page-news.single .title .ttl {
  font-size: 2.4rem;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page-news.single .title {
    padding-bottom: 10px;
  }
  .page-news.single .title .ttl {
    font-size: 2rem;
  }
}
/* ========== end △ */
.page-news.single .img {
  text-align: center;
  margin-bottom: 70px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page-news.single .img {
    margin-bottom: 40px;
  }
}
/* ========== end △ */
.page-news.single .news-box {
  margin-top: 45px;
}
.page-news.single .news-box .ttl {
  font-weight: normal;
  margin-bottom: 10px;
  font-size: 1.6rem;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page-news.single .news-box {
    margin-top: 30px;
  }
}
/* ========== end △ */
.page-news.single .cm-btn {
  margin-top: 80px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page-news.single .cm-btn {
    margin-top: 40px;
  }
}
/* ========== end △ */
/*====================================================================================
■.2. PAGE MOVIE
====================================================================================*/
.cate {
  display: flex;
  flex-wrap: wrap;
}
.cate li {
  border: 1px solid #727679;
  border-radius: 3px;
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 0 10px;
}

.category {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .category {
    justify-content: space-between;
  }
}
/* ========== end △ */
.category li {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
  min-height: 68px;
  line-height: 1.3;
}
.category li:nth-child(4n+4) {
  margin-right: 0;
}
.category li a {
  display: block;
  width: 100%;
  text-align: left;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #222;
  text-decoration: none;
  padding: 10px;
  font-size: 1.8rem;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .category li a:hover {
    background: #b64a4a;
    color: #fff;
    border-color: #fff;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .category li {
    width: 48%;
    margin: 0 0 4%;
  }
  .category li a {
    border-width: 1px;
    padding: 5px;
    font-size: 1.6rem;
  }
}
/* ========== end △ */
.tabs {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .tabs {
    justify-content: space-between;
  }
}
/* ========== end △ */
.tabs li {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
  min-height: 68px;
  line-height: 1.3;
  display: block;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #222;
  text-decoration: none;
  padding: 10px;
  font-size: 1.8rem;
  transition: all 0.3s;
  cursor: pointer;
}
.tabs li:nth-child(4n+4) {
  margin-right: 0;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .tabs li:hover {
    background: #222;
    color: #fff;
    border-color: #fff;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .tabs li {
    width: 48%;
    margin: 0 0 4%;
    border-width: 1px;
    padding: 5px;
    font-size: 1.6rem;
  }
}
/* ========== end △ */
.movie-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .movie-list {
    justify-content: space-between;
  }
}
/* ========== end △ */
.movie-list .item {
  width: 30.9%;
  margin-right: 3.6%;
  margin-bottom: 43px;
}
.movie-list .item:nth-child(3n+3) {
  margin-right: 0;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .movie-list .item {
    width: 48%;
    margin: 0 0 20px;
  }
}
/* ========== end △ */
.movie-list .img {
  margin-bottom: 20px;
  height: 280px;
  width: 100%;
  position: relative;
  border: 1px solid #ccc;
  text-align: center;
}
.movie-list .img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
@media only screen and (max-width: 480px) {
  .movie-list .img {
    height: 200px;
  }
}
.movie-list .pdf-btn02 {
  margin-top: 5px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .movie-list .pdf-btn02 a {
    display: inline;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .movie-content {
    padding-bottom: 30px;
  }
}
/* ========== end △ */
/*====================================================================================
■.3. PAGE FAQ
====================================================================================*/
.tabcontent {
  display: none;
  animation: fadeEffect 1s;
}
.tabcontent.current {
  display: block;
}
.tabcontent.active {
  display: block;
}

@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.question-box {
  background: #f7f7f7;
  padding: 53px 50px 80px;
  margin-bottom: 80px;
}
.question-box .title {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 12px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .question-box {
    padding: 30px 20px;
    margin-bottom: 60px;
  }
}
/* ========== end △ */
.question-list {
  counter-reset: q-counter;
}
.question-list li {
  border-bottom: 1px solid #222;
  position: relative;
  font-size: 1.8rem;
}
.question-list li:before {
  position: absolute;
  counter-increment: q-counter;
  content: "Q" counter(q-counter) ".";
  color: #d33867;
  font-size: 2rem;
  text-align: right;
  top: 19px;
  left: 0;
  letter-spacing: 1px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Jost", sans-serif;
}
.question-list li a {
  padding: 20px 0;
  text-decoration: none;
  font-weight: bold;
  padding-left: 45px;
  display: inline-block;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .question-list li {
    font-size: 1.6rem;
  }
}
/* ========== end △ */
.faq-list {
  margin-bottom: 80px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .faq-list {
    margin-bottom: 40px;
  }
}
/* ========== end △ */
.faq-list .item {
  counter-increment: item;
  border-bottom: 2px solid #fff;
}
.faq-list .question {
  background: #7F7F7F;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 65px;
  position: relative;
  cursor: pointer;
  padding-right: 50px;
}
.faq-list .question:before {
  position: absolute;
  content: "Q" counter(item) ".";
  color: #fff;
  font-size: 2rem;
  text-align: right;
  top: 22px;
  left: 20px;
  letter-spacing: 1px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Jost", sans-serif;
}
.faq-list .question .title {
  color: #fff;
  font-weight: normal;
}
.faq-list .question .title:before, .faq-list .question .title:after {
  content: '';
  position: absolute;
  top: 35px;
  right: 25px;
  width: 20px;
  height: 2px;
  background: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .faq-list .question .title:before, .faq-list .question .title:after {
    right: 11px;
  }
}
/* ========== end △ */
.faq-list .question .title:after {
  height: 20px;
  width: 2px;
  top: 26px;
  right: 34px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .faq-list .question .title:after {
    right: 20px;
  }
}
/* ========== end △ */
.faq-list .question.active .title:after {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.faq-list .ans {
  background: #f5f5f5;
  padding: 25px 63px;
  color: #000;
  position: relative;
  display: none;
}
.faq-list .ans:before {
  position: absolute;
  content: "A" counter(item) ".";
  color: #000;
  font-size: 2rem;
  text-align: center;
  top: 13px;
  left: 15px;
  padding: 8px;
  font-family: "Jost", sans-serif;
}
.faq-list .ans figure {
  margin: 30px 0;
}

/*====================================================================================
■.4. PAGE TOOL
====================================================================================*/
.tool-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .tool-list {
    justify-content: space-between;
  }
}
/* ========== end △ */
.tool-list .item {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 43px;
  border: 1px solid #bbbbbb;
}
.tool-list .item:nth-child(3n+3) {
  margin-right: 0;
}
.tool-list .item .img {
  margin-bottom: 20px;
  height: 280px;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #bbbbbb;
  text-align: center;
}
.tool-list .item .img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
@media only screen and (max-width: 480px) {
  .tool-list .item .img {
    height: 200px;
  }
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .tool-list .item {
    width: 48%;
    margin: 0 0 30px;
  }
}
/* ========== end △ */
@media only screen and (max-width: 480px) {
  .tool-list .item {
    width: 100%;
  }
  .tool-list .item .img {
    width: 100%;
    text-align: center;
  }
}
.tool-list .ct-txt {
  padding: 20px 20px 30px;
}
.tool-list .ct-txt p {
  margin-bottom: 20px;
}
.tool-list .cate {
  margin-bottom: 10px;
}
.tool-list .pdf-btn {
  text-align: center;
  margin-top: 30px;
}
.tool-list .pdf-btn a {
  width: 90%;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .tool-list .pdf-btn a {
    width: 100%;
    background-position: center right 10px;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .tool-content {
    padding-bottom: 30px;
  }
}
/* ========== end △ */
/*====================================================================================
■.5. PAGE FORM
====================================================================================*/
.form-content {
  padding-bottom: 100px;
  min-height: 100vh;
}
