@charset "UTF-8";
/*
Theme Name: CancerChannel
Description: 
Version: 1.0
Author: KARTEPOST
Author URI: https://www.kartepost.com/
*/
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
html, body {
  min-height: 100%;
  height: auto !important;
  height: 100%;
}

html {
  font-size: 62.5%;
  margin: 0;
  padding: 0;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  color: #000000;
  font-family: Noto Sans JP, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  letter-spacing: 1px;
  position: relative;
  margin: 0;
  padding: 0;
  line-height: 1.8;
}
body.noscroll {
  overflow: hidden;
}

ul, ol {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  color: #8956A1;
  transition: opacity 0.5s;
}

a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

h1, h2, h3, h4 {
  font-family: "Lato", sans-serif;
}

@media screen and (min-width: 960px), print {
  .pc {
    display: block;
  }
}
@media screen and (max-width: 959px) {
  .pc {
    display: none;
  }
}
@media screen and (max-width: 559px), print {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 960px), print {
  .sm {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  .sm {
    display: none;
  }
}
@media screen and (max-width: 559px), print {
  .sm {
    display: block;
  }
}

@media screen and (min-width: 960px), print {
  .pc-tab {
    display: block;
  }
}
@media screen and (max-width: 959px) {
  .pc-tab {
    display: block;
  }
}
@media screen and (max-width: 559px), print {
  .pc-tab {
    display: none;
  }
}

@media screen and (min-width: 960px), print {
  .sm-tab {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  .sm-tab {
    display: block;
  }
}
@media screen and (max-width: 559px), print {
  .sm-tab {
    display: block;
  }
}

@media screen and (min-width: 960px), print {
  .pc-sm {
    display: block;
  }
}
@media screen and (max-width: 959px) {
  .pc-sm {
    display: none;
  }
}
@media screen and (max-width: 559px), print {
  .pc-sm {
    display: block;
  }
}

/*** 共通項目 --------------------------***/
.txtCenter {
  margin: 0 auto;
  text-align: center;
}

.txtRight {
  text-align: right;
  margin-left: 0;
  margin-right: auto;
}

.txtLeft {
  text-align: left;
  margin-right: 0;
  margin-left: auto;
}

.btnMore {
  margin-bottom: 10px;
}
.btnMore a {
  display: inline-block;
  min-width: 250px;
  text-decoration: none;
  position: relative;
  line-height: 2;
  color: #fff;
  background-color: #8956A1;
  padding: 10px 20px;
  border-radius: 30px;
  box-sizing: border-box;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 959px) {
  .btnMore a {
    min-width: 80%;
  }
}
.counterBox {
  counter-reset: section;
  margin: 15px 0 1.8em;
}
.counterBox li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
}
.counterBox li:before {
  position: absolute;
  left: 0;
  counter-increment: section;
  content: counter(section) ".";
  color: #212121;
}
.counterBox li span {
  position: relative;
}
.counterBox li span:before {
  content: "-----";
  color: #8956A1;
  padding-right: 10px;
}
.counterBox li ul {
  counter-reset: section;
}

/*** レイアウト --------------------***/
.Wrapper {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.Wrapper header {
  width: 270px;
  position: relative;
  z-index: 5;
}
.Wrapper main {
  width: calc(100% - 270px);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 959px) {
  .Wrapper {
    flex-direction: column;
  }
  .Wrapper header {
    width: 100%;
  }
  .Wrapper main {
    width: 100%;
  }
}

.flexBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 959px) {
  .flexBox {
    flex-direction: column;
  }
}

.contents {
  margin: 0 80px;
}
@media screen and (max-width: 1200px) {
  .contents {
    margin: 0 40px;
  }
}
@media screen and (max-width: 959px) {
  .contents {
    margin: 0 20px;
  }
}

.firstImg {
  margin-left: 80px;
}

/*** header --------------------***/
.header {
  background-color: #8956A1;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  color: #fff;
  box-sizing: border-box;
  padding-top: 30px;
  padding-bottom: 30px;
}
.header a {
  color: #fff;
  text-decoration: none;
  display: block;
}
.header .btnMore a {
  background-color: #000;
  width: 230px;
  min-width: inherit;
}
.header .inner {
  margin-left: 20px;
  margin-right: 20px;
}
.header .logo {
  margin-bottom: 10px;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  line-height: 0.8;
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
}
.header .logo span {
  font-size: 13px;
  font-size: 1.3rem;
  padding: -5px 0 0 0;
  margin: 0;
}
.header .mainNav {
  padding: 15px 0 0 0;
  margin-right: 20px;
  margin-bottom: 30px;
}
.header .mainNav div {
  border-bottom: 1px solid #fff;
  padding: 20px;
  transition: all 0.4s;
}
.header .mainNav div:hover {
  background-color: #B181C7;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.header .mainNav div.searchBox {
  background-color: #fff;
  margin-bottom: 20px;
  padding: 10px 15px;
  box-sizing: border-box;
  border-bottom: none;
  border-radius: 10px;
}
.header .mainNav div.searchBox form {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .mainNav div.searchBox form #sbox {
  width: calc(100% - 20px);
}
.header .mainNav div.searchBox form .submitBtn {
  background: transparent;
  background: url(img/icon_search.svg) no-repeat;
  width: 17px;
  height: 17px;
  border: none;
}
.header .mainNav div.btnMore {
  border-bottom: none;
  padding: 0;
  margin-top: 40px;
}
.header .mainNav .acTitle {
  cursor: pointer;
  transform: 0.4s;
  position: relative;
  transition: all 0.4s;
}
.header .mainNav .acTitle:hover {
  background-color: #B181C7;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.header .mainNav .acTitle:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(135deg);
}
.header .mainNav .acTitle.open:after {
  transform: rotate(-45deg);
  top: 45%;
}
.header ul {
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 0;
  margin: 0;
  border-bottom: 1px solid #fff;
}
.header ul li a {
  box-sizing: border-box;
  padding-left: 25px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  position: relative;
  transition: all 0.4s;
}
.header ul li a:after {
  content: "";
  position: absolute;
}
.header ul li a:hover {
  background-color: #B181C7;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
@media screen and (max-width: 959px) {
  .header {
    padding-top: 0px;
    padding-bottom: 0px;
    height: 70px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header .mainNav {
    visibility: hidden;
    height: calc(100vh - 70px);
    left: 0;
    position: fixed;
    top: 70px;
    width: 100vw;
    background-color: #8956A1;
    opacity: 0;
    transition: opacity 0.5s;
    z-index: 5;
    padding-top: 0px;
    padding-bottom: 140px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .header .mainNav.fade {
    opacity: 1;
    visibility: visible;
  }
  .header .mainNav div.btnMore a {
    margin: 0 auto;
  }
  .header .mainNav ul li {
    transition: all 0.4s;
  }
  .header .mainNav ul li a {
    text-decoration: none;
    position: relative;
    display: block;
  }
  .header .mainNav ul li a:after {
    content: "";
    position: absolute;
  }
  .header .btn {
    display: inline-block;
  }
}
.header .btn,
.header .btn span {
  transition: all 0.4s;
  box-sizing: border-box;
}
.header .btn {
  position: absolute;
  top: 10px;
  right: 30px;
  width: 20px;
  height: 40px;
  z-index: 100;
}
.header .btn span {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  width: 40px;
  height: 2px;
  border-radius: 2px;
  background-color: #fff;
  z-index: 100;
}
.header .btn span:nth-of-type(1) {
  top: 0px;
}
.header .btn span:nth-of-type(2) {
  top: 14px;
}
.header .btn span:nth-of-type(3) {
  bottom: 10px;
}
.header .btn span:nth-of-type(4) {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  bottom: 0;
  background: none;
  height: 1rem;
}
.header .btn span:nth-of-type(4):before {
  display: inline-block;
  content: "Menu";
}
.header .btn.on span:nth-of-type(1) {
  -webkit-transform: translateY(14px) rotate(-45deg);
  transform: translateY(14px) rotate(-45deg);
}
.header .btn.on span:nth-of-type(2) {
  opacity: 0;
}
.header .btn.on span:nth-of-type(3) {
  -webkit-transform: translateY(-14px) rotate(45deg);
  transform: translateY(-14px) rotate(45deg);
}
.header .btn.on span:nth-of-type(4):before {
  display: inline-block;
  content: "Close";
}
@media screen and (max-width: 959px) {
  .header .inner .subNav {
    display: none;
  }
}
@media screen and (max-width: 559px), print {
  .header {
    height: 70px;
  }
}

/*** footer --------------------------***/
footer {
  background-color: #333333;
  padding: 60px 0 10px;
  color: #fff;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer .flexBox {
  align-items: flex-start;
  margin-bottom: 30px;
}
footer .flexBox h3 {
  width: 250px;
  font-size: 32px;
  font-size: 3.2rem;
}
footer .flexBox .snsNav {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
footer .flexBox .snsNav li {
  margin-right: 10px;
  width: 30px;
}
footer .footerNav {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
footer .footerNav ul {
  margin-right: 30px;
  font-size: 14px;
  font-size: 1.4rem;
}
footer .footerNav ul li ul li {
  position: relative;
}
footer .footerNav ul li ul li:before {
  content: "- ";
}
footer .honnet {
  margin-top: 50px;
  font-size: 12px;
  font-size: 1.2rem;
}
footer .honnet a img {
  margin-right: 15px;
}
footer .copyright {
  border-top: 1px solid #707070;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: right;
  padding: 15px 0;
  padding-right: 80px;
  color: #fff;
}
@media screen and (max-width: 959px) {
  footer .flexBox {
    flex-direction: column;
    margin-bottom: 20px;
  }
  footer .flexBox.title {
    align-items: center;
  }
  footer .flexBox .logo {
    margin-top: 30px;
    margin-right: 0;
    margin-left: auto;
  }
  footer .footerNav {
    flex-direction: column;
    width: 100%;
    margin-bottom: 30px;
  }
  footer .footerNav ul {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin-right: 0;
    width: 100%;
    margin-bottom: 15px;
  }
  footer .footerNav ul li {
    width: 49%;
    border-bottom: 1px solid #fff;
    position: relative;
    display: flex;
    align-items: stretch;
  }
  footer .footerNav ul li a {
    display: block;
    padding: 10px;
    padding-right: 20px;
    display: flex;
    align-items: center;
  }
  footer .footerNav ul li a:after {
    content: "";
    position: absolute;
    top: calc(50% - 5px);
    right: 5px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
  }
  footer .footerNav ul li.wide {
    width: 100%;
    border-bottom: none;
    display: block;
  }
  footer .footerNav ul li.wide a {
    border-bottom: 1px solid #fff;
  }
  footer .footerNav ul li.wide > a:after {
    border-top: none;
    border-bottom: solid 1px #fff;
    top: 20px;
  }
  footer .footerNav ul li.wide ul li:before {
    content: none;
  }
  footer .footerNav ul li.wide ul li a {
    border-bottom: none;
  }
  footer .honnet {
    margin-top: 0px;
  }
  footer .copyright {
    padding-right: 20px;
  }
}

#pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 56px;
  height: 56px;
  z-index: 5;
}

/*** top --------------------------***/
.topMain {
  margin-bottom: 100px;
  background: url(img/mainimg_bg) no-repeat;
  background-position: 0 50px;
  background-size: cover;
  width: 100%;
  position: relative;
}
.topMain .swiper-container {
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: 0;
  padding-bottom: 80px;
  overflow: hidden;
}
.topMain .swiper-slide {
  text-align: right;
}
.topMain .swiper-slide img {
  width: calc(100% - 300px);
  height: auto;
  vertical-align: bottom;
}
.topMain .swiper-horizontal > .swiper-pagination-bullets, .topMain .swiper-pagination-bullets.swiper-pagination-horizontal, .topMain .swiper-pagination-custom, .topMain .swiper-pagination-fraction {
  position: relative;
  bottom: 0px;
  text-align: right;
  padding-right: 40px;
}
.topMain .swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: inherit;
  right: 30px;
  bottom: 50px;
  width: 30%;
}
.topMain .txtBox {
  position: absolute;
  left: 50px;
  bottom: -40px;
  z-index: 2;
  background-color: #fff;
  width: 40%;
  padding: 30px;
  box-sizing: border-box;
  text-align: left;
}
.topMain .txtBox h1 {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.4;
}
.topMain .txtBox .date {
  color: #999999;
  font-size: 14px;
  font-size: 1.4rem;
}
.topMain .txtBox .btnMore {
  margin-top: 20px;
}
@media screen and (max-width: 1200px) {
  .topMain {
    margin-bottom: 0px;
    background-position: 0 -50px;
  }
  .topMain .swiper-container {
    padding-bottom: 30px;
  }
  .topMain .swiper-slide img {
    width: calc(100% - 100px);
  }
  .topMain .txtBox {
    position: relative;
    width: 70%;
    bottom: 100px;
    left: 0;
  }
  .topMain .txtBox h1 {
    font-size: 20px;
    font-size: 2rem;
  }
  .topMain .swiper-horizontal > .swiper-pagination-bullets, .topMain .swiper-pagination-bullets.swiper-pagination-horizontal, .topMain .swiper-pagination-custom, .topMain .swiper-pagination-fraction {
    bottom: 40px;
  }
  .topMain .swiper-horizontal > .swiper-scrollbar {
    width: 40%;
    bottom: 100px;
  }
}
@media screen and (max-width: 959px) {
  .topMain {
    margin-bottom: 50px;
    background-position: 0 -100px;
  }
  .topMain .swiper-container {
    width: 100%;
    padding-bottom: 10px;
  }
  .topMain .swiper-slide {
    text-align: right;
  }
  .topMain .swiper-slide img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  .topMain .txtBox {
    position: relative;
    left: 0;
    top: 0px;
    bottom: 0px;
    z-index: 3;
    background-color: #fff;
    width: 100%;
    padding: 20px;
  }
  .topMain .txtBox h1 {
    font-size: 20px;
    font-size: 2rem;
  }
  .topMain .txtBox .date {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .topMain .swiper-horizontal > .swiper-pagination-bullets, .topMain .swiper-pagination-bullets.swiper-pagination-horizontal, .topMain .swiper-pagination-custom, .topMain .swiper-pagination-fraction {
    bottom: 20px;
  }
  .topMain .swiper-horizontal > .swiper-scrollbar {
    width: 60%;
    bottom: 0px;
  }
}

.topAds {
  background-color: #F7F7F7;
  padding: 50px;
  position: relative;
}
.topAds .title {
  font-size: 12px;
  font-size: 1.2rem;
  position: absolute;
  top: -10px;
  right: 70px;
}
.topAds .topAds_adrotate {
  width: 100%;
}
.topAds .topAds_adrotate .g-col {
  width: 33%;
  box-sizing: border-box;
  padding: 5px;
}
.topAds .topAds_adrotate .g-col img {
  width: 100%;
  height: auto;
}
.topAds .flexBox {
  align-items: stretch;
}
.topAds .flexBox .halfInner {
  width: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
}
.topAds .flexBox .halfInner dl {
  padding: 30px;
}
.topAds .flexBox .halfInner dl dt {
  border-bottom: 2px solid #EAEAEA;
  padding: 0 0 10px 0;
}
.topAds .flexBox .halfInner dl dt h3 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
  font-family: "Lato", sans-serif;
}
.topAds .flexBox .halfInner dl dd {
  padding: 10px;
}
.topAds .flexBox .halfInner dl dd p {
  padding-bottom: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}
.topAds .flexBox .banner {
  width: calc(33.3333333333% - 15px);
  max-height: 140px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 959px) {
  .topAds {
    padding: 20px;
  }
  .topAds .flexBox .halfInner {
    width: 100%;
  }
  .topAds .flexBox .banner {
    width: 100%;
    max-height: inherit;
    margin-bottom: 15px;
  }
}

.topType {
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 0;
}
.topType h2 {
  font-size: 70px;
  font-size: 7rem;
  font-family: "Lato", sans-serif;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.topType h2 span {
  font-weight: normal;
  font-size: 16px;
  font-size: 1.6rem;
  padding-left: 20px;
}
.topType ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.topType ul li {
  width: calc(16.6666666667% - 10px);
  margin-bottom: 15px;
  margin-right: 10px;
  position: relative;
}
.topType ul li:nth-child(6n) {
  margin-right: 0;
}
.topType ul li a {
  text-decoration: none;
  color: #212121;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.topType ul li a p {
  width: 90%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .topType ul {
    justify-content: space-around;
  }
  .topType ul li {
    width: calc(33.3333333333% - 15px);
  }
}
@media screen and (max-width: 959px) {
  .topType h2 {
    font-size: 28px;
    font-size: 2.8rem;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
  }
  .topType h2 span {
    display: block;
    padding-left: 0;
  }
}

.topVideos {
  background: linear-gradient(180deg, #fff, #fff 50%, #F4EFF6 50%, #F4EFF6 100%);
  padding-bottom: 60px;
  margin-bottom: 100px;
  /* スライド */
  /* ナビゲーションボタン */
  /* ページネーション */
}
.topVideos .titleBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.topVideos .titleBox .swButtonBox {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.topVideos .titleBox h2 {
  font-size: 70px;
  font-size: 7rem;
  font-family: "Lato", sans-serif;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.topVideos .titleBox h2 span {
  font-weight: normal;
  font-size: 16px;
  font-size: 1.6rem;
  padding-left: 20px;
}
.topVideos .videoInner {
  margin: 0;
  margin-left: 40px;
}
.topVideos .swiper-container {
  overflow: hidden;
  padding-bottom: 20px;
  position: relative;
  padding-right: 80px;
}
.topVideos .swiper-wrapper {
  width: 100%;
  margin-right: calc(50% - 50vw);
  box-sizing: border-box;
}
.topVideos .swiper-wrapper dl {
  margin-right: 30px;
  margin-bottom: 30px;
  width: 360px;
  height: 100%;
  background-color: #fff;
}
.topVideos .swiper-wrapper dl:first-of-type {
  margin-left: 80px;
}
.topVideos .swiper-wrapper dl a {
  text-decoration: none;
  color: #000;
}
.topVideos .swiper-wrapper dl dt img {
  width: 100%;
}
.topVideos .swiper-wrapper dl dd {
  padding: 10px;
}
.topVideos .swiper-wrapper dl dd h3 {
  font-size: 20px;
  font-size: 2rem;
  font-family: "Lato", sans-serif;
  padding-bottom: 10px;
}
.topVideos .swiper-wrapper dl dd .txt {
  border-top: 1px solid #D5D5D5;
  padding-top: 10px;
}
.topVideos .swiper-wrapper dl dd .txt .date {
  text-align: right;
  font-size: 14px;
  font-size: 1.4rem;
  color: #999999;
}
.topVideos .swiper-pagination-bullets {
  width: 100px;
}
.topVideos .swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  margin: 0 0 0 10px !important;
  background: #fff;
}
.topVideos .swiper-horizontal > .swiper-scrollbar {
  position: relative;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  z-index: 5;
  height: 5px;
  width: 40%;
  background-color: rgb(255, 255, 255);
}
.topVideos .swiper-scrollbar-drag {
  background: #8956A1;
}
.topVideos .swiper-button-prev,
.topVideos .swiper-button-next {
  position: relative;
  top: inherit;
  right: 0;
  left: inherit;
  width: 48px;
  height: 48px;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  display: block;
}
.topVideos .swiper-button-prev:after,
.topVideos .swiper-button-next:after {
  content: none;
}
.topVideos .swiper-button-prev {
  background: url(img/swipper_prev.svg) no-repeat;
  margin-right: 5px;
}
.topVideos .swiper-button-next {
  background: url(img/swipper_next.svg) no-repeat;
  margin-left: 5px;
}
.topVideos .swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
@media screen and (max-width: 1200px) {
  .topVideos .titleBox {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }
  .topVideos .titleBox h2 {
    font-size: 50px;
    font-size: 5rem;
  }
  .topVideos .titleBox .swButtonBox {
    margin-right: 0;
    margin-left: auto;
  }
}
@media screen and (max-width: 959px) {
  .topVideos .titleBox h2 {
    font-size: 28px;
    font-size: 2.8rem;
    flex-direction: column;
    align-items: flex-start;
  }
  .topVideos .titleBox h2 span {
    display: block;
    padding-left: 0;
  }
  .topVideos .swiper-container {
    padding-right: 0;
  }
  .topVideos .swiper-wrapper dl:first-of-type {
    margin-left: 0;
  }
  .topVideos .swiper-wrapper dl dd h3 {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .topVideos .swiper-wrapper dl dd .txt .date {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.topAlliance {
  width: 100%;
  color: #fff;
  margin-top: 100px;
  margin-bottom: 100px;
  position: relative;
}
.topAlliance.picture {
  width: 100%;
  height: auto;
  padding: 50px 0;
  background-image: url(img/cc_img2.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.topAlliance.picture:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.topAlliance.picture .txtBox {
  position: relative;
  transform: translate(-50%, 0);
}
.topAlliance .img {
  width: 100%;
  height: 100%;
  min-height: 400px;
  background-color: #000000;
}
.topAlliance .img img {
  width: auto;
  height: 100%;
  opacity: 0.3;
}
.topAlliance .txtBox {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 80%;
}
.topAlliance .txtBox h2 {
  font-family: "Lato", sans-serif;
  font-size: 70px;
  font-size: 7rem;
  line-height: 1;
  margin-bottom: 20px;
}
.topAlliance .txtBox h2 span {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
}
.topAlliance .txtBox p {
  margin-bottom: 10px;
}
.topAlliance .txtBox .btnMore {
  margin-top: 20px;
}
@media screen and (min-width: 1200px) {
  .topAlliance .pc {
    display: block;
  }
}
@media screen and (max-width: 1200px) {
  .topAlliance .pc {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .topAlliance .sm-tab {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .topAlliance .sm-tab {
    display: block;
  }
}
@media screen and (max-width: 959px) {
  .topAlliance.picture {
    background-image: url(img/cc_img3_sm.jpg);
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .topAlliance .img {
    height: 100%;
  }
  .topAlliance .img img {
    width: 100%;
    min-height: 400px;
    object-fit: cover;
  }
  .topAlliance .txtBox {
    width: 90%;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.topBanners {
  background-color: #F4EFF6;
  padding: 50px 0 120px 0;
}
.topBanners h3 {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 700;
  margin: 0 80px;
  margin-bottom: 10px;
  font-family: "Lato", sans-serif;
}
.topBanners h3:not(:first-child) {
  margin-top: 20px;
}
.topBanners .swiper-container {
  overflow: hidden;
  position: relative;
  margin-bottom: 40px;
}
.topBanners .swiper-wrapper li {
  background-color: #fff;
  width: calc(20% - 13px);
}
.topBanners .swiper-wrapper li a {
  display: block;
  width: 100%;
  height: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.topBanners .swiper-wrapper li img {
  width: 100%;
  height: 40px;
  object-fit: contain;
}
.topBanners .swiper-button-prev,
.topBanners .swiper-button-next {
  width: 48px;
  height: 48px;
  z-index: 5;
}
.topBanners .swiper-button-prev:after,
.topBanners .swiper-button-next:after {
  content: none;
}
.topBanners .swiper-button-prev {
  background: url(img/swipper_prev.svg) no-repeat;
  margin-right: 5px;
}
.topBanners .swiper-button-next {
  background: url(img/swipper_next.svg) no-repeat;
  margin-left: 5px;
}
.topBanners .slideSet {
  padding: 0;
  overflow: hidden;
  overflow-x: scroll;
  width: 100%;
  white-space: nowrap;
  line-height: 0;
}
.topBanners .slideSet li {
  background-color: #fff;
  width: calc(20% - 13px);
  display: inline-block;
  transition: all 0.5s ease-in-out;
}
.topBanners .slideSet li:first-child {
  margin-left: 80px;
}
.topBanners .slideSet li:nth-child(5n) {
  margin-right: 0;
}
.topBanners .slideSet li a {
  display: block;
  width: 100%;
  height: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.topBanners .slideSet li img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.topBanners .slider {
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}
.topBanners .preview_control_area {
  position: relative;
}
.topBanners .previous_button {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.topBanners .next_button {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.topBanners .control_button {
  background: white;
  border: solid 0.1rem black;
  border-radius: 0.25rem;
  padding: 0.5rem;
  margin: 0 0.25rem;
  cursor: pointer;
  opacity: 0.25;
  transition: 0.2s;
}
.topBanners .control_button:hover {
  background: black;
  color: white;
  opacity: 0.8;
  transition: 0.2s;
}
@media screen and (max-width: 1200px) {
  .topBanners {
    padding: 40px 0 80px 0;
  }
  .topBanners ul li {
    width: calc(33.3333333333% - 10px);
  }
}
@media screen and (max-width: 959px) {
  .topBanners {
    padding: 30px 0 80px 0;
  }
  .topBanners h3 {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 0;
    margin-left: 10px;
    margin-bottom: 10px;
  }
  .topBanners ul li {
    width: calc(50% - 8px);
  }
}

/* 202212　追加 */
.topAbout {
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 0;
}
.topAbout h2 {
  margin-bottom: 20px;
  font-size: 60px;
  font-size: 6rem;
  font-family: "Lato", sans-serif;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.topAbout h2 span {
  font-weight: normal;
  font-size: 18px;
  font-size: 1.8rem;
  padding-left: 20px;
}
.topAbout .btnMore {
  margin-top: 20px;
}
@media screen and (max-width: 959px) {
  .topAbout h2 {
    font-size: 28px;
    font-size: 2.8rem;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
  }
  .topAbout h2 span {
    display: block;
    padding-left: 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/* 202212　追加ここまで */
/*** 下層ページ --------------------------***/
.breadcrumb {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 10px;
  margin-bottom: 15px;
}
.breadcrumb li {
  padding: 10px 10px;
  line-height: 1.5;
  font-size: 12px;
  font-size: 1.2rem;
}
.breadcrumb span {
  padding: 2px 2px;
  line-height: 1.5;
  font-size: 12px;
  font-size: 1.2rem;
}
.breadcrumb a {
  text-decoration: none;
  color: #8956A1;
  text-decoration: underline;
  font-size: 12px;
  font-size: 1.2rem;
}
.pageTitle {
  position: relative;
  padding-bottom: 60px;
  padding-top: 10px;
}
.pageTitle h1 {
  font-size: 40px;
  font-size: 4rem;
}
.pageTitle .subtitle {
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}
.pageTitle .tagCloud-title {
  margin: 30px 0 5px 0;
}
.pageTitle .tagCloud {
  background-color: #8956A1;
  padding: 20px;
  margin-bottom: 20px;
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 15px;
}
.pageTitle .tagCloud li {
  font-size: 1.5rem;
}
.pageTitle .tagCloud li:nth-child(-n+5) {
  font-size: 3rem;
  line-height: 1.6;
  font-weight: bold;
}
.pageTitle .tagCloud li:nth-child(n+6):not(:nth-child(n+11)) {
  font-size: 2rem;
  line-height: 1.6;
  font-weight: bold;
}
.pageTitle .tagCloud p {
  margin-right: 10px;
}
.pageTitle .tagCloud a {
  text-decoration: none;
  color: #fff;
  padding: 0 5px;
  line-height: 1.8;
}
.pageTitle .titleVideo {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.pageTitle .titleVideo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 959px) {
  .pageTitle {
    padding-top: 15px;
    padding-bottom: 30px;
  }
  .pageTitle h1 {
    font-size: 26px;
    font-size: 2.6rem;
    text-align: left;
  }
}
@media screen and (max-width: 559px), print {
  .pageTitle .tagCloud li {
    font-size: 1rem;
  }
  .pageTitle .tagCloud li:nth-child(-n+5) {
    font-size: 2rem;
    line-height: 1.6;
    font-weight: bold;
  }
  .pageTitle .tagCloud li:nth-child(n+6):not(:nth-child(n+11)) {
    font-size: 1.5rem;
    line-height: 1.6;
    font-weight: bold;
  }
}

.pageTitleImg {
  position: relative;
  width: 100%;
  max-height: 390px;
  margin-bottom: 80px;
}
.pageTitleImg:before {
  content: "";
  background: url(img/icatch_bg.png);
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pageTitleImg img {
  width: 100%;
  max-height: 390px;
  object-fit: cover;
}
.pageTitleImg .overTxt {
  margin: 0 80px;
  position: absolute;
  top: 0px;
  z-index: 2;
  width: calc(100% - 160px);
  height: 100%;
  color: #fff;
}
.pageTitleImg .overTxt h1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.pageTitleImg .overTxt .breadcrumb {
  position: relative;
  top: 0;
}
.pageTitleImg .overTxt .breadcrumb a {
  color: #fff;
}
@media screen and (max-width: 959px) {
  .pageTitleImg {
    max-height: 300px;
    margin-bottom: 40px;
  }
  .pageTitleImg img {
    max-height: 300px;
  }
  .pageTitleImg .overTxt {
    width: calc(100% - 20px);
    margin: 0;
  }
  .pageTitleImg .overTxt h1 {
    left: 10px;
    bottom: 20px;
    transform: inherit;
    line-height: 1.5;
  }
  .pageTitleImg .overTxt .breadcrumb {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 10px;
    font-size: 1rem;
  }
}

.pageMainimg {
  width: 100%;
  height: auto;
  margin-top: 50px;
}

.bgPink {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  box-sizing: border-box;
  background-color: #F4EFF6;
}
@media screen and (max-width: 1200px) {
  .bgPink {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.bgGray {
  background-color: #F7F7F7;
  padding: 30px;
  margin: 30px 0 30px;
}
.bgGray a {
  text-decoration: none;
  color: #000;
}
@media screen and (max-width: 959px) {
  .booklet .bgGray {
    margin-top: 0;
  }
}

.bgWhite {
  background-color: #fff;
  padding: 80px;
}
@media screen and (max-width: 1200px) {
  .bgWhite {
    padding: 40px;
  }
}
@media screen and (max-width: 959px) {
  .bgWhite {
    padding: 20px;
  }
}

.borderBox {
  border: 1px solid #CCCCCC;
  padding: 20px;
  margin-top: 20px;
}

.pageinner {
  /* スライド */
  /* ナビゲーションボタン */
  /* ページネーション */
}
.pageinner.page {
  padding-bottom: 50px;
}
.pageinner img.aligncenter {
  margin: 30px auto;
  text-align: center;
}
.pageinner img.alignleft {
  float: left;
  padding-right: 40px;
}
@media screen and (max-width: 559px), print {
  .pageinner img.alignleft {
    float: none;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
}
.pageinner img.alignright {
  float: right;
  padding-left: 40px;
}
@media screen and (max-width: 559px), print {
  .pageinner img.alignright {
    float: none;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
}
.pageinner p {
  padding-bottom: 1em;
  line-height: 1.8;
}
.pageinner p.noPadding {
  padding-bottom: 0px;
}
.pageinner .link {
  display: block;
  text-decoration: none;
  color: #212121;
}
.pageinner h1 {
  font-size: 34px;
  font-size: 3.4rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-height: 1.6;
  color: #000000;
  font-weight: 700;
}
.pageinner h2 {
  font-size: 32px;
  font-size: 3.2rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-height: 1.6;
  color: #8956A1;
  font-weight: 700;
  margin-bottom: 20px;
}
.pageinner h2:not(:first-child) {
  margin-top: 40px;
}
@media screen and (max-width: 959px) {
  .pageinner h2 {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 559px), print {
  .pageinner h2 {
    margin-bottom: 10px;
  }
}
.pageinner h3 {
  font-size: 26px;
  font-size: 2.6rem;
  color: #8956A1;
  line-height: 1.5;
  margin: 30px 0 15px 0;
}
.pageinner h3::first-child {
  margin: 0px 0 15px 0;
}
@media screen and (max-width: 959px) {
  .pageinner h3 {
    font-size: 20px;
    font-size: 2rem;
  }
}
.pageinner h4 {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.pageinner strong {
  font-weight: bold;
}
.pageinner strong.red {
  color: red;
}
.pageinner hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #E6E6E6;
  margin-top: 30px;
  margin-bottom: 30px;
}
.pageinner ul {
  margin: 10px 0;
  margin-left: 1em;
}
.pageinner ul a {
  color: #212121;
}
.pageinner ul li {
  position: relative;
  padding-left: 1em;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin: 0 0 10px 0;
}
.pageinner ul li:before {
  display: block;
  content: "";
  position: absolute;
  top: 0.8em;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #212121;
  border-radius: 50%;
}
@media screen and (max-width: 959px) {
  .pageinner ul {
    margin-left: 0;
  }
}
.pageinner .txtRed {
  color: #dd0000;
}
.pageinner .floatR {
  text-align: right;
}
.pageinner .floatL {
  text-align: left;
}
.pageinner .floatCenter {
  margin: 0 auto;
  text-align: center;
}
.pageinner .txtSmall {
  font-size: 12px;
  font-size: 1.2rem;
}
.pageinner .marginTop {
  margin-top: 30px;
}
.pageinner .marginTop.more {
  margin-top: 80px;
}
.pageinner .paddingLeft {
  padding-left: 20px;
  padding-bottom: 20px;
}
.pageinner .clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.pageinner .clearfix::after img {
  display: block;
}
@media screen and (max-width: 959px) {
  .pageinner img.aligncenter {
    margin: 30px auto;
    text-align: center;
  }
  .pageinner img.alignleft {
    float: none;
    padding-bottom: 20px;
    padding-right: 0;
  }
  .pageinner img.alignright {
    float: none;
    padding-bottom: 20px;
    padding-left: 0;
  }
}
.pageinner .counterBox {
  margin-right: 0;
  margin-left: auto;
  counter-reset: number;
}
.pageinner .counterBox li {
  position: relative;
  margin-bottom: 50px;
  margin-left: 1rem;
}
.pageinner .counterBox li:before {
  position: absolute;
  counter-increment: number;
  content: counter(number, decimal-leading-zero);
  line-height: 1;
  font-weight: normal;
}
.pageinner .counterBox li h3 {
  margin-bottom: 0;
}
.pageinner .counterBox ul {
  margin-top: 20px;
}
.pageinner .swiper-container {
  overflow: hidden;
  padding-bottom: 20px;
  position: relative;
  padding-right: 80px;
  margin-bottom: 80px;
}
.pageinner .swiper-wrapper {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.pageinner .swiper-wrapper dl {
  margin-right: 30px;
  margin-bottom: 30px;
  width: 360px;
  height: 100%;
  background-color: #fff;
}
.pageinner .swiper-wrapper dl:first-of-type {
  margin-left: 80px;
}
.pageinner .swiper-wrapper dl a {
  text-decoration: none;
  color: #000;
}
.pageinner .swiper-wrapper dl dt img {
  width: 100%;
}
.pageinner .swiper-wrapper dl dd {
  padding: 10px;
}
.pageinner .swiper-wrapper dl dd h3 {
  font-size: 20px;
  font-size: 2rem;
  font-family: "Lato", sans-serif;
  padding-bottom: 10px;
}
.pageinner .swiper-wrapper dl dd .txt {
  border-top: 1px solid #D5D5D5;
  padding-top: 10px;
}
.pageinner .swiper-wrapper dl dd .txt .date {
  text-align: right;
  font-size: 14px;
  font-size: 1.4rem;
  color: #999999;
}
.pageinner .swiper-horizontal > .swiper-scrollbar {
  position: relative;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  z-index: 5;
  height: 5px;
  width: 40%;
  background-color: rgb(255, 255, 255);
}
.pageinner .swiper-scrollbar-drag {
  background: #8956A1;
}
.pageinner .swiper-button-prev,
.pageinner .swiper-button-next {
  width: 48px;
  height: 48px;
  top: 40%;
}
.pageinner .swiper-button-prev:after,
.pageinner .swiper-button-next:after {
  content: none;
}
.pageinner .swiper-button-prev {
  background: url(img/swipper_prev.svg) no-repeat;
  margin-right: 5px;
}
.pageinner .swiper-button-next {
  background: url(img/swipper_next.svg) no-repeat;
  margin-left: 5px;
}
.pageinner .swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.pageinner #editdate {
  text-align: right;
  margin: 30px 0;
}
@media screen and (max-width: 959px) {
  .pageinner .swiper-container {
    padding-right: 0;
  }
  .pageinner .swiper-wrapper dl:first-of-type {
    margin-left: 0;
  }
}

.videoBox {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: wrap;
}
.videoBox dl {
  margin-right: 30px;
  margin-bottom: 30px;
  width: calc(33.3333333333% - 20px);
  background-color: #fff;
}
.videoBox dl:nth-child(3n) {
  margin-right: 0;
}
.videoBox dl.is-hidden {
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin: 0 10px;
  padding: 0;
}
.videoBox dl:hover {
  opacity: 0.5;
  transition: opacity 0.5s ease;
}
.videoBox dl a {
  text-decoration: none;
  color: #000;
}
.videoBox dl dt img {
  width: 100%;
  margin: 0;
}
.videoBox dl dd {
  padding: 10px;
}
.videoBox dl dd h3 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  font-family: "Lato", sans-serif;
  padding-bottom: 20px;
  margin-bottom: 0 !important;
}
.videoBox dl dd .txt {
  border-top: 1px solid #D5D5D5;
  padding-top: 10px;
}
.videoBox dl dd .txt .date {
  text-align: right;
  font-size: 14px;
  font-size: 1.4rem;
  color: #999999;
  padding-bottom: 0;
}
.videoBox dl dd .bookcompany {
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem;
  color: #555 !important;
  padding: 10px 0 0 0 !important;
}
@media screen and (max-width: 1200px) {
  .videoBox dl dd h3 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .videoBox dl dd .txt .date {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 959px) {
  .videoBox {
    justify-content: space-between;
  }
  .videoBox dl {
    width: calc(50% - 8px);
    margin-bottom: 15px;
    margin-right: 15px;
  }
  .videoBox dl:nth-child(3n) {
    margin-right: inherit;
  }
  .videoBox dl:nth-child(2n) {
    margin-right: 0;
  }
  .videoBox dl dd h3 {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .videoBox dl dd .txt .date {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.videoSlide h2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px;
}
.videoSlide h2 span {
  font-size: 12px;
  font-size: 1.2rem;
}
.videoSlide h2 span a {
  text-decoration: none;
  color: #000000;
}
.videoSlide h2:not(:first-child) {
  margin-top: 50px;
}
.videoSlide img {
  margin: 0;
}
@media screen and (max-width: 559px), print {
  .videoSlide h2 {
    flex-direction: column;
    align-items: flex-start;
  }
  .videoSlide h2 span {
    margin-right: 0;
    margin-left: auto;
  }
}

.catBox-upper p {
  float: left;
  font-size: 13px;
  font-size: 1.3rem;
  margin: 5px 10px 0 0;
}
.catBox-upper ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
}
.catBox-upper ul li {
  margin: 0 10px 5px 0;
  padding: 0;
}
.catBox-upper ul li:before {
  content: none;
}
.catBox-upper ul li a {
  text-decoration: none;
  background-color: #8956A1;
  color: #fff;
  border-radius: 30px;
  padding: 5px 10px;
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
}
.catBox-upper ul li a img {
  margin: 0;
}

.singleVideo {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.singleVideo .leftBox {
  width: calc(100% - 350px);
}
.singleVideo .leftBox .date {
  font-size: 16px;
  font-size: 1.6rem;
  color: #999999;
  margin-bottom: 1em;
}
.singleVideo .rightBox {
  width: 300px;
}
.singleVideo .rightBox .related {
  margin: 0;
}
.singleVideo .rightBox .related li {
  padding: 0;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #E6E6E6;
}
.singleVideo .rightBox .related li:before {
  content: none;
}
.singleVideo .rightBox .related li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  color: #000000;
  line-height: 1.5;
}
.singleVideo .rightBox .related li .img {
  width: 150px;
  margin-right: 15px;
}
.singleVideo .rightBox .related li .txt {
  width: calc(100% - 160px);
}
.singleVideo .catBox ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
}
.singleVideo .catBox ul li {
  margin-right: 10px;
  padding: 0;
}
.singleVideo .catBox ul li:before {
  content: none;
}
.singleVideo .catBox ul li a {
  text-decoration: none;
  background-color: #F4EFF6;
  color: #8956A1;
  border-radius: 30px;
  padding: 5px 10px;
  display: block;
}
.singleVideo .catBox ul li a img {
  margin: 0;
}
.singleVideo .snsBox {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #CCCCCC;
}
.singleVideo .snsBox .icon {
  width: 32px;
  height: 32px;
  margin-left: 10px;
}
.singleVideo .snsBox .icon img {
  width: 100%;
}
.singleVideo .snsBox p {
  font-size: 14px;
  font-size: 1.4rem;
  padding-bottom: 0;
}
@media screen and (max-width: 1200px) {
  .singleVideo .leftBox {
    width: calc(100% - 180px);
  }
  .singleVideo .rightBox {
    width: 150px;
  }
  .singleVideo .rightBox .related li a {
    flex-direction: column;
    justify-content: flex-start;
  }
  .singleVideo .rightBox .related li .img {
    width: 150px;
    margin-right: 0px;
  }
  .singleVideo .rightBox .related li .txt {
    width: 100%;
  }
}
@media screen and (max-width: 959px) {
  .singleVideo {
    flex-direction: column;
  }
  .singleVideo .leftBox {
    width: 100%;
  }
  .singleVideo .leftBox h1 {
    font-size: 26px;
    font-size: 2.6rem;
  }
  .singleVideo .leftBox .date {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .singleVideo .rightBox {
    width: 100%;
  }
  .singleVideo .rightBox .related li a {
    flex-direction: row;
  }
  .singleVideo .rightBox .related li .img {
    width: 150px;
    margin-right: 15px;
  }
  .singleVideo .rightBox .related li .txt {
    width: calc(100% - 160px);
  }
}
@media screen and (max-width: 559px), print {
  .singleVideo .leftBox h1 {
    font-size: 20px;
    font-size: 2rem;
  }
  .singleVideo .leftBox .date {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.booklet .margin {
  padding-top: 80px;
  padding-bottom: 80px;
}
.booklet .leadBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.booklet .leadBox .txt {
  width: 36%;
  box-sizing: border-box;
}
.booklet .leadBox .txt a {
  color: #fff;
}
.booklet .leadBox .img {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 60%;
}
.booklet .leadBox .img li {
  width: calc(33.3333333333% - 5px);
}
.booklet .leadBox .img li:before {
  content: none;
}
.booklet .videoBox {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: wrap;
}
.booklet .videoBox dl {
  margin-right: 30px;
  margin-bottom: 30px;
  width: calc(50% - 30px);
  padding: 10px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  display: flex;
}
.booklet .videoBox dl:nth-child(2n) {
  margin-right: 0;
}
.booklet .videoBox dl.is-hidden {
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin: 0 10px;
  padding: 0;
}
.booklet .videoBox dl a {
  text-decoration: none;
  color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.booklet .videoBox dl dt {
  max-width: 160px;
}
.booklet .videoBox dl dt img {
  width: 100%;
  margin: 0;
}
.booklet .videoBox dl dd {
  width: calc(100% - 180px);
  color: #999999;
}
.booklet .videoBox dl dd h3 {
  font-size: 20px;
  font-size: 2rem;
  color: #000;
  margin-bottom: 0;
  padding-bottom: 0;
}
.booklet .videoBox dl dd .date {
  text-align: right;
}
@media screen and (max-width: 1200px) {
  .booklet .videoBox dl a {
    flex-direction: column;
    justify-content: center;
  }
  .booklet .videoBox dl dt {
    width: 100%;
  }
  .booklet .videoBox dl dd {
    width: 100%;
  }
}
@media screen and (max-width: 959px) {
  .booklet .margin {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .booklet .leadBox {
    flex-direction: column;
  }
  .booklet .leadBox.contents {
    margin: 0;
  }
  .booklet .leadBox .txt {
    width: 100%;
  }
  .booklet .leadBox .img {
    width: 100%;
    margin-top: 20px;
  }
  .booklet .leadBox .img li {
    margin: 0 !important;
    padding-left: 0 !important;
  }
  .booklet .videoBox {
    flex-direction: column;
  }
  .booklet .videoBox dl {
    flex-direction: row;
    width: 100%;
    margin-right: 0;
  }
  .booklet .videoBox dl a {
    flex-direction: row;
    justify-content: space-between;
  }
  .booklet .videoBox dl dt {
    max-width: 150px;
  }
  .booklet .videoBox dl dd {
    width: calc(100% - 160px);
  }
  .booklet .videoBox dl dd h3 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 0;
  }
}
@media screen and (max-width: 559px), print {
  .booklet .videoBox dl a {
    align-items: flex-start;
  }
  .booklet .videoBox dl dd {
    padding: 0;
    padding-top: 10px;
  }
  .booklet .videoBox dl dd h3 {
    margin-top: 0;
  }
}

.allianceBlock {
  padding-top: 80px;
  padding-bottom: 50px;
}
.allianceBlock .bgPink,
.allianceBlock .bgGray {
  padding: 20px 40px;
  margin-bottom: 30px;
}
.allianceBlock .bgPink .flexBox .icon,
.allianceBlock .bgGray .flexBox .icon {
  width: 200px;
}
.allianceBlock .bgPink .flexBox .txt,
.allianceBlock .bgGray .flexBox .txt {
  width: calc(100% - 240px);
}
.allianceBlock .bgPink .flexBox .txt h3,
.allianceBlock .bgGray .flexBox .txt h3 {
  margin-bottom: 5px;
}
.allianceBlock .bgPink .flexBox .txt .price,
.allianceBlock .bgGray .flexBox .txt .price {
  display: inline-block;
  background-color: #8956A1;
  padding: 5px 10px;
  color: #fff;
  margin-bottom: 5px;
}
.allianceBlock .meritBox {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: wrap;
}
.allianceBlock .meritBox .bgGray {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  width: calc(33.3333333333% - 14px);
  margin: 0;
  margin-bottom: 20px;
  margin-right: 20px;
}
.allianceBlock .meritBox .bgGray:last-child {
  margin-right: 0;
}
.allianceBlock .meritBox .bgGray .icon {
  width: 96px;
}
.allianceBlock .meritBox .bgGray .icon img {
  width: 100%;
}
.allianceBlock .meritBox .bgGray .txt {
  width: calc(100% - 120px);
}
.allianceBlock .btnFlex {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px auto;
}
.allianceBlock .btnFlex .btnMore {
  margin: 0 10px;
}
.allianceBlock .btnFlex .btnMore a {
  background-color: #000;
  min-width: inherit;
  width: 380px;
  font-size: 20px;
  font-size: 2rem;
}
.allianceBlock .pickupBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
}
.allianceBlock .pickupBox dt {
  background-color: #8956A1;
  padding: 10px 10px;
  margin-right: 20px;
  color: #fff;
  white-space: nowrap;
}
.allianceBlock .pickupBox.marginBottom {
  margin-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  .allianceBlock .meritBox .bgGray {
    flex-direction: column;
    justify-content: flex-start;
  }
  .allianceBlock .meritBox .bgGray .icon {
    margin-bottom: 10px;
  }
  .allianceBlock .meritBox .bgGray .txt {
    width: 100%;
  }
}
@media screen and (max-width: 959px) {
  .allianceBlock {
    padding-bottom: 30px;
  }
  .allianceBlock .bgPink,
  .allianceBlock .bgGray {
    padding: 20px 20px;
    margin-bottom: 30px;
  }
  .allianceBlock .bgPink .flexBox .icon,
  .allianceBlock .bgGray .flexBox .icon {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
  .allianceBlock .bgPink .flexBox .icon img,
  .allianceBlock .bgGray .flexBox .icon img {
    max-width: 200px;
    width: auto;
  }
  .allianceBlock .bgPink .flexBox .txt,
  .allianceBlock .bgGray .flexBox .txt {
    width: 100%;
  }
  .allianceBlock .pickupBox {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
  }
  .allianceBlock .pickupBox dt {
    margin-bottom: 10px;
  }
  .allianceBlock .meritBox {
    flex-direction: column;
  }
  .allianceBlock .meritBox .bgGray {
    flex-direction: row;
    width: 100%;
    margin-right: 0px;
  }
  .allianceBlock .meritBox .bgGray .icon {
    width: 70px;
    margin-right: 10px;
    margin-bottom: 0;
  }
  .allianceBlock .meritBox .bgGray .icon img {
    width: 100%;
  }
  .allianceBlock .meritBox .bgGray .txt {
    width: calc(100% - 80px);
  }
  .allianceBlock .btnFlex {
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .allianceBlock .btnFlex .btnMore {
    margin: 0;
    margin-bottom: 20px;
  }
  .allianceBlock .btnFlex .btnMore a {
    background-color: #000;
    min-width: inherit;
    width: 300px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.members h2 {
  margin-bottom: 0;
}
.members .leadTxt {
  margin-bottom: 50px;
}
.members .subTitle {
  font-size: 16px;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  color: #000;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 20px;
}
.members .subTitle:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #8956A1;
  margin-left: 1.5rem;
}
.members ol {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: wrap;
}
.members ol li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(25% - 15px);
  margin: 0 20px 30px 0;
  text-align: center;
}
.members ol li img {
  width: 100%;
  height: 40px;
  object-fit: contain;
}
.members ol li:nth-child(4n) {
  margin-right: 0;
}
.members .flexBox {
  justify-content: center;
  margin: 50px auto;
}
.members .flexBox .btnMore {
  margin: 0 10px;
}
.members .flexBox .btnMore a {
  background-color: #000;
  min-width: inherit;
  width: 320px;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 959px) {
  .members ol {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .members ol li {
    width: calc(33.3333333333% - 10px);
    margin-right: 10px;
  }
  .members ol li:nth-child(3n) {
    margin-right: 0px;
  }
  .members ol li:nth-child(4n) {
    margin-right: 10px;
  }
  .members .flexBox {
    justify-content: center;
    margin: 30px auto 0;
  }
  .members .flexBox .btnMore {
    margin: 0;
    margin-bottom: 20px;
  }
  .members .flexBox .btnMore a {
    background-color: #000;
    min-width: inherit;
    width: 300px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 559px), print {
  .members ol {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .members ol li {
    justify-content: flex-start;
    width: calc(50% - 10px);
  }
  .members ol li:nth-child(2n) {
    margin-right: 0;
  }
  .members ol li:nth-child(3n) {
    margin-right: 0px;
  }
}

.pagination {
  margin: 40px 0 0;
}
.pagination .page-numbers {
  display: inline-block;
  margin-right: 20px;
  padding: 10px 15px;
  color: #333;
  border-radius: 3px;
  box-shadow: 0 3px 3px #999;
  background: #fff;
}
.pagination .current {
  padding: 10px 15px;
  background: #8956A1;
  color: #fff;
}
.pagination .prev,
.pagination .next {
  background: transparent;
  box-shadow: none;
  color: #8956A1;
}
.pagination .dots {
  background: transparent;
  box-shadow: none;
}

.nav-links {
  display: flex;
}

.borderTable {
  border: none;
  border-collapse: collapse;
  margin: 30px 0;
  width: 100%;
  border-top: 1px solid #E6E6E6;
}
.borderTable th {
  border-bottom: 1px solid #E6E6E6;
  text-align: left;
  vertical-align: top;
  font-weight: normal;
  color: #999999;
  padding: 15px 15px 15px 0;
  width: 150px;
  box-sizing: border-box;
}
.borderTable td {
  border-bottom: 1px solid #E6E6E6;
  padding: 15px 0 15px 0;
}
@media screen and (max-width: 559px), print {
  .borderTable {
    margin-top: 20px;
  }
  .borderTable th {
    display: block;
    width: 100%;
    border-bottom: none;
    padding-bottom: 5px;
  }
  .borderTable td {
    display: block;
    width: 100%;
    padding-top: 0;
  }
}

.bannerBox {
  width: 100%;
  border-collapse: collapse;
}
.bannerBox .pcOnly {
  visibility: visible;
}
.bannerBox th {
  text-align: left;
}
.bannerBox td {
  vertical-align: middle;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.bannerBox .title {
  width: 350px;
  padding-right: 20px;
}
.bannerBox .text {
  width: calc(100% - 370px);
}
@media screen and (max-width: 959px) {
  .bannerBox {
    margin-top: 20px;
  }
  .bannerBox .pcOnly {
    visibility: hidden;
    font-size: 0;
  }
  .bannerBox th {
    display: none;
  }
  .bannerBox .title {
    display: block;
    width: 100%;
    border-bottom: none;
    padding-bottom: 5px;
  }
  .bannerBox .text {
    display: block;
    width: 100%;
    padding-top: 0;
  }
}

.searchPage {
  list-style: none;
}
.searchPage a {
  text-decoration: none;
}
.searchPage li {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px !important;
  margin-left: 0 !important;
}
.searchPage li:before {
  content: none !important;
}
.searchPage li:hover {
  opacity: 0.5;
  transition: opacity 0.5s ease;
}
.searchPage h2 {
  font-size: 20px;
  font-size: 2rem;
}
.searchPage dl {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.searchPage dl dt {
  width: 200px;
  margin-right: 10px;
}
.searchPage dl dd {
  width: calc(100% - 210px);
}
@media screen and (max-width: 959px) {
  .searchPage dl {
    flex-direction: column;
  }
  .searchPage dl dt {
    margin: 0 auto 10px;
  }
  .searchPage dl dd {
    width: 100%;
  }
}

/** 旧サイトcss **/
#alliancesub-group-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
#alliancesub-group-inner table {
  width: 48%;
}
#alliancesub-group-inner table td {
  word-break: break-all;
}
#alliancesub-group-inner table td.youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
}
#alliancesub-group-inner table:nth-child(2) {
  border-top: 1px solid #E6E6E6;
}
#alliancesub-group-inner table:nth-child(2) td {
  border-bottom: 1px solid #E6E6E6;
  padding: 10px 0 10px 0;
  vertical-align: top;
}
#alliancesub-group-inner table:nth-child(2) td.title, #alliancesub-group-inner table:nth-child(2) td.titlegrey {
  width: 80px;
  padding-right: 10px;
  color: #999999;
}
#alliancesub-group-inner table iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#alliancesub-group-inner #groupmap {
  width: 100%;
  margin-top: 40px;
}
#alliancesub-group-inner #groupmap iframe {
  width: 100%;
  height: 450px;
}
@media screen and (max-width: 959px) {
  #alliancesub-group-inner {
    flex-direction: column;
  }
  #alliancesub-group-inner table {
    width: 100%;
  }
  #alliancesub-group-inner #groupmap img {
    width: 100%;
    height: auto;
  }
}

/** 無限スクロール用 **/
#more-button {
  background-color: #8956A1;
  color: #fff;
  width: 180px;
  border-radius: 30px;
  padding: 10px;
  margin: 20px auto;
  display: flex;
  justify-content: center;
}

.scroller-status {
  display: none;
  margin-top: 40px;
}

.infinite-scroll-request {
  animation: scroll-request 1.1s infinite linear;
  border: 4px solid #8956A1;
  border-left: 4px solid #fff;
  border-radius: 50%;
  height: 48px;
  margin: auto;
  width: 48px;
}

@keyframes scroll-request {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.infinite-scroll-last,
.infinite-scroll-error {
  color: #757575;
  text-align: center;
}

table#groupintro td.sb ul {
  margin: 0 0 30px 0;
  overflow: hidden;
}
table#groupintro td.sb ul li {
  list-style: none !important;
  list-style-type: none !important;
  float: left;
  margin: 0 10px 0 0 !important;
  padding: 0 !important;
  position: inherit;
}
