@charset "utf-8";
/*
**********************************************************************

* page.css

*********************************************************************
*/
/* =========================================================
Contents
========================================================= */
#Contents {}
#Contents .mvSect {
  position: relative;
  width: 100%;
  height: calc(100vh - 132px);
  z-index: 0;
}
#Contents .mvSect .p-movie {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  z-index: -2;
  pointer-events: none;
  overflow: hidden;
}
#Contents .mvSect .p-movie_screen {
  width: 100%;
  height: 100%;
}
#Contents .mvSect .p-movie_loading {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  margin-top: -50px;
  margin-left: -50px;
  border-top: 10px solid rgba(255, 255, 255, 0.2);
  border-right: 10px solid rgba(255, 255, 255, 0.2);
  border-bottom: 10px solid rgba(255, 255, 255, 0.2);
  border-left: 10px solid #ffffff;
  transform: translateZ(0);
  animation: loading 1s infinite linear;
  border-radius: 50%;
  width: 100px;
  height: 100px;
}
#Contents .mvSect .p-movie_bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
  min-height: 700px;
  background: url(../images/bg_mv-100.jpg) 50% 50% no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#Contents .mvSect:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .3);
  z-index: -1;
}
#Contents .mvSect .mainTit {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 590px;
}
#Contents .mvSect .campaignImg {
  position: absolute;
  right: 40px;
  bottom: 40px;
  width: 100%;
  max-width: 496px;
}
#Contents .mainArt {
  /* padding: 67px 0 0; */
}
#Contents .mainArt .artTit {
  width: 250px;
  margin: 0 auto;
}
#Contents .mainArt .nuwSect {
  width: 100%;
  margin: -42px 0 0;
  background: #fff;
}
#Contents .mainArt .nuwSect .inner {
  width: 90%;
  padding: 100px 0 70px;
  margin: 0 auto;
}
#Contents .mainArt .nuwSect .inner .sectList {
  display: flex;
  flex: 0 1 auto;
  justify-content: space-between;
}
#Contents .mainArt .nuwSect .inner .sectList li {
  width: 32%;
}
#Contents .mainArt .nuwSect .inner .sectList li a {
  display: block;
  text-decoration: none;
}
#Contents .mainArt .nuwSect .inner .sectList li a:hover {
  opacity: 0.8;
}
#Contents .mainArt .nuwSect .inner .sectList li .time {
  padding: 20px 6% 12px;
}
#Contents .mainArt .nuwSect .inner .sectList li .txt {
  padding: 0 5%;
  font-size: 20px;
  line-height: 1.7;
  font-family: 'Noto Serif JP', sans-serif;
}
#Contents .mainArt .slideSect {
  padding: 60px 0;
}
#Contents .mainArt .slideSect:nth-of-type(odd) .titBlock {
  padding: 0 0 0 80px;
}
#Contents .mainArt .slideSect:nth-of-type(even) .titBlock {
  padding: 0 80px 0 0;
}
#Contents .mainArt .slideSect .titBlock .inner {
  background-repeat: repeat-y;
  padding-bottom: 90px;
  background-size: 38.5%;
}
#Contents .mainArt .slideSect:nth-of-type(odd) .titBlock .inner {
  background-position: right;
}
#Contents .mainArt .slideSect:nth-of-type(even) .titBlock .inner {
  background-position: left;
}
#Contents .mainArt .slideSect .titBlock .inner .titBox {
  padding: 64px 0;
  background-repeat: no-repeat;
}
#Contents .mainArt .slideSect:nth-of-type(odd) .titBlock .inner .titBox {
  background-position: left;
}
#Contents .mainArt .slideSect:nth-of-type(even) .titBlock .inner .titBox {
  background-position: right;
  text-align: right;
}
#Contents .mainArt .slideSect .titBlock .inner .titBox .blockTit {
  position: relative; /* バックの文字のため */
  z-index: 10; /* バックの文字のため */
  margin-bottom: 28px;
  font-size: 40px;
  color: #fff;
  line-height: 1;
}
/* #Contents .mainArt .slideSect .titBlock .inner .titBox .blockTit .sub {
  position: relative;
  display: inline-block;
  padding: 8px 15px;
  margin-bottom: 30px;
  border-radius: 6px;
  line-height: 1;
  font-size: 18px;
  font-weight: bold;
  background: #fff;
}
#Contents .mainArt .slideSect .titBlock .inner .titBox .blockTit .sub:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 11px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 10px 6px 0 6px;
} */
#Contents .mainArt .slideSect .titBlock .inner .titBox .blockTit .main {
  display: block;
  width: auto;
}
#Contents .mainArt .slideSect .titBlock .inner .titBox .blockTit .main .inner {
  display: inline-block;
  padding: 0 10px 9px 0px;
  border-bottom: 4px solid #FFF;
  background: none;
  font-family: 'Noto Serif JP', sans-serif;
}
#Contents .mainArt .slideSect .titBlock .inner .titBox .txt {
  position: relative; /* バックの文字のため */
  z-index: 10; /* バックの文字のため */
  color: #fff;
  font-size: 16px;
}
#Contents .mainArt .slideSect.type5 .titBlock .inner .titBox .txt {
  display: none;
}
#Contents .mainArt .slideSect .slideBlock {
  /*margin-top: -104px;*/
  padding: 0 60px;
  overflow: hidden;
}
#Contents .mainArt .slideSect .slideBlock .bx-wrapper {
  box-shadow: none;
  border: 0;
  background: none;
}
#Contents .mainArt .slideSect .slideBlock .bx-wrapper .bx-pager.bx-default-pager a {
  background: #d8d9da;
}
#Contents .mainArt .slideSect .slideBlock .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #b4b6b7;
}
#Contents .mainArt .slideSect .slideBlock .bx-wrapper .bx-pager {
  bottom: -25px;
  display: flex;
}
#Contents .mainArt .slideSect .slideBlock .bx-wrapper .bx-pager-item {
  width: 100%;
}
#Contents .mainArt .slideSect .slideBlock .bx-wrapper .bx-pager.bx-default-pager a {
  width: auto;
  border-radius: 0;
  margin: 0;
  height: 5px;
}
#Contents .mainArt .slideSect .slideBlock .bx-wrapper .bx-controls-direction a {
  top: calc(50% - (65px / 2));
  z-index: 100;
}
#Contents .mainArt .slideSect .slideBlock .bx-wrapper .bx-next {
  background-image: url("../common/images/icon_next.svg");
  background-position: 0;
  width: 65px;
  height: 65px;
  right: -40px;
  overflow: hidden;
  border-radius: 50%;
}
#Contents .mainArt .slideSect .slideBlock .bx-wrapper .bx-prev {
  background-image: url("../common/images/icon_next.svg");
  background-position: 0;
  width: 65px;
  height: 65px;
  transform: rotate(180deg);
  left: -40px;
  overflow: hidden;
  border-radius: 50%;
}
.slideList {
  display: flex;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
/*.slideList li {
  width: 23.5%;
  margin: 0 2% 0 0;
}*/
/*#type6 .slideBlock .slideList{
  flex-wrap: wrap;
}*/
/* #type6 .slideBlock .slideList li {
  width: 32%;
  margin: 0 1% 50px 0;
} */

#Contents .mainArt .slideSect .slideSectTit {
  font-size: 28px;
	font-weight: bold;
	margin-bottom: 20px;
}

@media screen and (min-width:951px) and (max-width:1200px){
  #Contents .mainArt .slideSect .slideBlock {
    padding: 0 40px;
  }
}
@media screen and (max-width: 950px) {
  #Contents .mainArt .slideSect .slideSectTit {
    font-size: 20px;
  }
}

#type6 .slideBlock .slideList li {
  padding-bottom: 45px !important;
}
#type6 .slideBlock .slideList li .movieItem .movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#type6 .slideBlock .slideList li .movieItem .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
#type6 .slideBlock .slideList li .movieItem .movie__content {
  position: relative;
}
#type6 .slideBlock .slideList li .movieItem .movie__content .movie_btm {
  display: flex;
  justify-content: center;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.movie__title {
  font-size: 14px;
  padding: 20px 10px 20px;
}
.movie__box {
  min-height: 100px;
}
.movie__comment {
  font-size: 13px;
  padding: 0 10px 15px;
}
.movie_length {
  color: #fff !important;
  font-size: 13px;
  width: 90px;
  background: #000;
  text-align: center;
  padding: 5px;
  margin: 0 5px;
}
#Contents .mainArt .slideSect .slideBlock .slideList li {
  width: calc((100% - 45px) / 4);
  background: #fff;
}
#Contents .mainArt .slideSect .slideBlock .slideList li:not(:nth-child(4n-3)) {
  margin-left: 15px;
}
#Contents .mainArt .slideSect .slideBlock .slideList li:nth-child(n+5) {
  margin-top: 30px;
}
#Contents .mainArt .slideSect .slideBlock .slideList li a:hover {
  opacity: 0.8;
}
#Contents .mainArt .slideSect .slideBlock .slideList li a {
  display: block;
  text-decoration: none;
  height: 100%;
  position: relative;
}
#Contents .mainArt .slideSect .slideBlock .slideList li > a {
  padding-bottom: 30px;
}
#Contents .mainArt .slideSect .slideBlock .slideList li a img {
  width: 100%;
}
#Contents .mainArt .slideSect .slideBlock .slideList li .time {
  padding: 20px 20px 10px;
  width: 100%;
}
#Contents .mainArt .slideSect .slideBlock .slideList li .txt {
  width: 100%;
  padding: 0 20px;
  font-size: 16px;
  font-family: 'Noto Serif JP', sans-serif;
}
#Contents .mainArt .slideSect .slideBlock .slideList li .tags {
  width: 100%;
  margin-top: 15px;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 2px 15px;
}
#Contents .mainArt .slideSect .slideBlock .slideList li .tags a {
  display: block;
  font-size: 14px;
  color: #52AC9B;
  padding-bottom: 0;
}
#Contents .mainArt .slideSect .slideBlock .slideList li .cat {
  position: absolute;
  top: 0;
  left: 0;
  padding: 4px 10px;
  background-color: #000;
  font-size: 14px;
  color: #fff;
}
#Contents .mainArt .slideSect .slideBlock .slideList li .cat-1 {
  background-color: rgba(40,53,147,.9);
}
#Contents .mainArt .slideSect .slideBlock .slideList li .cat-2 {
  background-color: rgba(0,175,155,.9);
}
#Contents .mainArt .slideSect .slideBlock .slideList li .cat-3 {
  background-color: rgba(186,194,44,.9);
}
#Contents .mainArt .slideSect .slideBlock .slideList li .cat-4 {
  background-color: rgba(66,165,245,.9);
}
#Contents .mainArt .slideSect .slideBlock .slideList li .cat-5 {
  background-color: rgba(120,49,170,.9);
}
@media screen and (max-width: 950px) {
  #Contents .mainArt .slideSect .slideBlock .slideList li .cat {
    font-size: 10px;
    padding: 2px 6px;
  }
}
.more_btn {
  text-align: center;
  margin: 20px 20px 40px;
}
.more_btn a {
  padding: 10px;
  background-color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  border-radius: 50px;
  display: block;
  max-width: 360px;
  text-align: center;
  margin: 0 auto;
  border: 5px solid #fff;
}
.more_btn a:hover {
  border: 5px solid #ccc;
}
.hamaShare_btn {
  width: 50%;
  margin: 50px auto 0;
  text-align: center;
}
.hamashare_btn_cnt {
  font-size: 20px;
  padding: 15px 100px;
  color: #fff !important;
  font-weight: bold;
  text-decoration: none !important;
  border-radius: 5px;
  background: #52ac9b;
}
.hamashare_btn_cnt:hover {
  background-color: #fff;
  color: #52ac9b !important;
  border: 1px solid #ccc;
}
@media screen and (max-width: 950px) {
  .more_btn {
    margin: 20px;
  }
}
/* type1
----------------------------------------------------------------------*/
#Contents .mainArt .slideSect.type1 .titBlock {
  background: #283593;
}
#Contents .mainArt .slideSect:nth-of-type(odd).type1 .titBlock .inner {
  background-image: url("../images/bg_slide01.jpg");
}
#Contents .mainArt .slideSect:nth-of-type(even).type1 .titBlock .inner {
  background-image: url("../images/bg_slide01-180.jpg");
}
#Contents .mainArt .slideSect.type1 .titBlock .inner .titBox {
  /* background-image: url("../images/bg_txt01.svg"); */
  background-size: 650px;
}
#Contents .mainArt .slideSect.type1 .titBlock .inner .titBox .titBack {
  position: absolute;
  z-index: 0;
  top: 10px;
  left: 80px;
  opacity: 0.1;
  line-height: 1.01;
  font-size: 8rem;
  /* letter-spacing: 1.9rem; */
  color: #fff;
  font-family: 'Playfair Display', serif;
}
@media screen and (max-width: 950px) {
  #Contents .mainArt .slideSect.type1 .titBlock .inner .titBox .titBack {
    top: 66px;
    left: 0px;
    font-size: 5rem;
    letter-spacing: 9px;
  }
}
#Contents .mainArt .slideSect.type1 .titBlock .inner .titBox .blockTit .sub {
  color: #283593;
}
/* type2
----------------------------------------------------------------------*/
#Contents .mainArt .slideSect.type2 .titBlock {
  background: #00AF9B;
}
#Contents .mainArt .slideSect:nth-of-type(odd).type2 .titBlock .inner {
  background-image: url("../images/bg_slide02.jpg");
}
#Contents .mainArt .slideSect:nth-of-type(even).type2 .titBlock .inner {
  background-image: url("../images/bg_slide02-180.jpg");
}
#Contents .mainArt .slideSect.type2 .titBlock .inner .titBox {
  /* background-image: url("../images/bg_txt02.svg"); */
  background-size: 1008px;
}
#Contents .mainArt .slideSect.type2 .titBlock .inner .titBox .titBack {
  position: absolute;
  z-index: 0;
  top: 10px;
  right: 80px;
  opacity: 0.1;
  line-height: 1;
  font-size: 8rem;
  /* letter-spacing: 2.3rem; */
  color: #fff;
  font-family: 'Playfair Display', serif;
}
@media screen and (max-width: 950px) {
  #Contents .mainArt .slideSect.type2 .titBlock .inner .titBox .titBack {
    top: 65px;
    left: 0px;
    font-size: 4rem;
    letter-spacing: 13px;
  }
}
#Contents .mainArt .slideSect.type2 .titBlock .inner .titBox .blockTit .sub {
  color: #00AF9B;
}
/* type3
----------------------------------------------------------------------*/
#Contents .mainArt .slideSect.type3 .titBlock {
  background: #BAC22C;
}
#Contents .mainArt .slideSect:nth-of-type(odd).type3 .titBlock .inner {
  background-image: url("../images/bg_slide04.jpg");
}
#Contents .mainArt .slideSect:nth-of-type(even).type3 .titBlock .inner {
  background-image: url("../images/bg_slide04-180.jpg");
}
#Contents .mainArt .slideSect.type3 .titBlock .inner .titBox {
  /* background-image: url("../images/bg_txt04.svg"); */
  background-size: 1020px;
}
#Contents .mainArt .slideSect.type3 .titBlock .inner .titBox .titBack {
  position: absolute;
  z-index: 0;
  top: 10px;
  left: 80px;
  opacity: 0.1;
  line-height: 1;
  font-size: 8rem;
  /* letter-spacing: 1.4rem; */
  color: #fff;
  font-family: 'Playfair Display', serif;
}
@media screen and (max-width: 950px) {
  #Contents .mainArt .slideSect.type3 .titBlock .inner .titBox .titBack {
    top: 65px;
    right: 0;
    font-size: 4rem;
    letter-spacing: 7px;
  }
}
#Contents .mainArt .slideSect.type3 .titBlock .inner .titBox .blockTit .sub {
  color: #BAC22C;
}
/* type4
----------------------------------------------------------------------*/
#Contents .mainArt .slideSect.type4 .titBlock {
  background: #42A5F5;
}
#Contents .mainArt .slideSect:nth-of-type(odd).type4 .titBlock .inner {
  background-image: url("../images/bg_slide05.jpg");
}
#Contents .mainArt .slideSect:nth-of-type(even).type4 .titBlock .inner {
  background-image: url("../images/bg_slide05-180.jpg");
}
#Contents .mainArt .slideSect.type4 .titBlock .inner .titBox {
  /* background-image: url("../images/bg_txt05.svg"); */
  background-size: 1200px;
}
#Contents .mainArt .slideSect.type4 .titBlock .inner .titBox .titBack {
  position: absolute;
  z-index: 0;
  top: 10px;
  right: 80px;
  opacity: 0.1;
  line-height: 1;
  font-size: 8rem;
  /* letter-spacing: 1.4rem; */
  color: #fff;
  font-family: 'Playfair Display', serif;
}
@media screen and (max-width: 950px) {
  #Contents .mainArt .slideSect.type4 .titBlock .inner .titBox .titBack {
    top: 65px;
    left: 0;
    font-size: 4rem;
    letter-spacing: 8px;
  }
}
#Contents .mainArt .slideSect.type4 .titBlock .inner .titBox .blockTit .sub {
  color: #42A5F5;
}
/* type5
----------------------------------------------------------------------*/
#Contents .mainArt .slideSect.type5 .titBlock {
  background: #7831AA;
}
#Contents .mainArt .slideSect:nth-of-type(odd).type5 .titBlock .inner {
  background-image: url("../images/bg_slide03.jpg");
}
#Contents .mainArt .slideSect:nth-of-type(even).type5 .titBlock .inner {
  background-image: url("../images/bg_slide03-180.jpg");
}
#Contents .mainArt .slideSect.type5 .titBlock .inner .titBox {
  /* background-image: url("../images/bg_txt03.svg"); */
  background-size: 870px;
}
#Contents .mainArt .slideSect.type5 .titBlock .inner .titBox .titBack {
  position: absolute;
  z-index: 0;
  top: 10px;
  left: 80px;
  opacity: 0.1;
  line-height: 1;
  font-size: 8rem;
  /* letter-spacing: 1.5rem; */
  color: #fff;
  font-family: 'Playfair Display', serif;
}
@media screen and (max-width: 950px) {
  #Contents .mainArt .slideSect.type5 .titBlock .inner .titBox .titBack {
    top: 65px;
    left: 0px;
    font-size: 4rem;
    letter-spacing: 7px;
  }
}
#Contents .mainArt .slideSect.type5 .titBlock .inner .titBox .blockTit .sub {
  color: #7831AA;
}
/* type6
----------------------------------------------------------------------*/
#Contents .mainArt .slideSect.type6 .titBlock {
  background: #ff6600;
}
#Contents .mainArt .slideSect:nth-of-type(odd).type6 .titBlock .inner {
  background-image: url("../images/bg_slide06.jpg");
}
#Contents .mainArt .slideSect:nth-of-type(even).type6 .titBlock .inner {
  background-image: url("../images/bg_slide06-180.jpg");
}
#Contents .mainArt .slideSect.type6 .titBlock .inner .titBox {
  /* background-image: url("../images/bg_txt06.svg"); */
  background-size: 1200px;
}
#Contents .mainArt .slideSect.type6 .titBlock .inner .titBox .titBack {
  position: absolute;
  z-index: 0;
  top: 10px;
  right: 80px;
  opacity: 0.1;
  line-height: 1;
  font-size: 8rem;
  /* letter-spacing: 0.8rem; */
  color: #fff;
  font-family: 'Playfair Display', serif;
}
@media screen and (max-width: 950px) {
  #Contents .mainArt .slideSect.type6 .titBlock .inner .titBox .titBack {
    top: 60px;
    right: 0px;
    font-size: 4rem;
    letter-spacing: 9px;
  }
}
#Contents .mainArt .slideSect.type6 .titBlock .inner .titBox .blockTit .sub {
  color: #ff6600;
}
/* type7
----------------------------------------------------------------------*/
#Contents .mainArt .slideSect.type7 .titBlock {
  background: #c9599c;
}
#Contents .mainArt .slideSect:nth-of-type(odd).type7 .titBlock .inner {
  background-image: url("../images/bg_slide07.jpg");
}
#Contents .mainArt .slideSect:nth-of-type(even).type7 .titBlock .inner {
  background-image: url("../images/bg_slide07-180.jpg");
}
#Contents .mainArt .slideSect.type7 .titBlock .inner .titBox {
  /* background-image: url("../images/bg_txt07.svg"); */
  /* background-size: 870px; */
}
#Contents .mainArt .slideSect.type7 .titBlock .inner .titBox .titBack {
  position: absolute;
  z-index: 0;
  top: 23px;
  left: 6rem;
  opacity: 0.1;
  line-height: 1;
  font-size: 15rem;
  letter-spacing: 1.6rem;
  color: #fff;
  font-family: 'Playfair Display', serif;
}
@media screen and (max-width: 950px) {
  #Contents .mainArt .slideSect.type7 .titBlock .inner .titBox .titBack {
    top: 65px;
    left: 6px;
    font-size: 4rem;
    letter-spacing: 14px;
  }
}
#Contents .mainArt .slideSect.type7 .titBlock .inner .titBox .blockTit .sub {
  color: #c9599c;
}
#Contents .mainArt .newsSect {
  padding: 65px 0 0;
}
#Contents .mainArt .newsSect .sectTit {
  position: relative;
  width: 106px;
  margin: 0 auto;
  z-index: 100;
}
#Contents .mainArt .newsSect .inner {
  margin: -42px 0 0;
  padding: 80px 20px;
  background: #fff;
}
#Contents .mainArt .newsSect .inner .newsBlock {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
}
#Contents .mainArt .newsSect .inner .newsBlock .newsList {}
#Contents .mainArt .newsSect .inner .newsBlock .newsList li {
  padding: 17px 0;
  border-bottom: 1px solid #EEEEEE;
}
#Contents .mainArt .newsSect .inner .newsBlock .newsList li a {
  text-decoration: none;
  display: flex;
}
#Contents .mainArt .newsSect .inner .newsBlock .newsList li a:hover {
  opacity: 0.8;
}
#Contents .mainArt .newsSect .inner .newsBlock .newsList li.blink a .tit:after {
  display: inline-block;
  content: "";
  background-image: url("../common/images/icon_blink.svg");
  width: 19px;
  height: 19px;
  margin-left: 6px;
  vertical-align: middle;
  background-repeat: no-repeat;
}
#Contents .mainArt .newsSect .inner .newsBlock .newsList li .time {
  margin-right: 42px;
  font-size: 14px;
  margin-top: 0;
  flex: 0 0 auto;
}
#Contents .mainArt .newsSect .inner .newsBlock .newsList li .tit {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width:950px) {
  #Contents .mvSect {
    min-height: 400px;
    height: 100%;
  }
  #Contents .mvSect .mvSect_bg {
    min-width: 200%;
  }
  #Contents .mvSect .mainTit {
    width: 57%;
  }
  #Contents .mvSect .campaignImg {
    position: static;
    padding: 0 20px 20px;
  }
  #Contents .mainArt .artTit {
    width: 220px;
  }
  #Contents .mainArt .nuwSect {}
  #Contents .mainArt .nuwSect .inner {
    padding: 70px 0 18px;
  }
  #Contents .mainArt .nuwSect .inner .sectList {
    flex-direction: column;
  }
  #Contents .mainArt .nuwSect .inner .sectList li {
    width: 100%;
  }
  #Contents .mainArt .nuwSect .inner .sectList li a {}
  #Contents .mainArt .nuwSect .inner .sectList li a img {
    width: 100%;
  }
  #Contents .mainArt .nuwSect .inner .sectList li a:hover {}
  #Contents .mainArt .nuwSect .inner .sectList li .time {
    padding: 13px 8% 4px;
    font-size: 12px;
  }
  #Contents .mainArt .nuwSect .inner .sectList li .txt {
    padding: 0 6% 36px;
    font-size: 16px;
  }
  #Contents .mainArt .slideSect {
    padding: 40px 0;
  }
  #Contents .mainArt .slideSect .titBlock {
    padding: 0 !important;
  }
  #Contents .mainArt .slideSect .titBlock .inner {
    padding-bottom: 30px;
    background-size: 50%;
  }
  #Contents .mainArt .slideSect:nth-of-type(odd) .titBlock .inner {
    background-position: 165%;
  }
  #Contents .mainArt .slideSect:nth-of-type(even) .titBlock .inner {
    background-position: -68%;
  }
  #Contents .mainArt .slideSect .titBlock .inner .titBox {
    padding: 34px 20px;
  }
  #Contents .mainArt .slideSect .titBlock .inner .titBox .blockTit {
    font-size: 28px;
    margin-bottom: 18px;
  }
  #Contents .mainArt .slideSect .titBlock .inner .titBox .blockTit .sub {
    font-size: 12px;
    margin-bottom: 17px;
  }
  #Contents .mainArt .slideSect .titBlock .inner .titBox .txt {
    font-size: 14px;
  }
  #Contents .mainArt .slideSect .slideBlock {
    margin-top: 0;
    padding: 0 5% !important;
  }
  #Contents .mainArt .slideSect .slideBlock .bx-wrapper {
    margin-bottom: 40px;
  }
  #Contents .mainArt .slideSect .slideBlock .bx-wrapper .bx-pager {
    bottom: -25px;
  }
  #Contents .mainArt .slideSect .slideBlock .bx-wrapper .bx-controls-direction a {
    /* top: 23%; */
  }
  #Contents .mainArt .slideSect .slideBlock .bx-wrapper .bx-next {
    right: -5%;
    width: 45px;
    height: 45px;
  }
  #Contents .mainArt .slideSect .slideBlock .bx-wrapper .bx-prev {
    left: -5%;
    width: 45px;
    height: 45px;
  }
  /* list styles */
  .slideList {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0;
  }
  .slideList li {
    width: 48%;
    margin-bottom: 20px;
  }
  .movie__title {
    font-size: 11px;
    padding: 10px;
  }
  .movie_length {
    font-size: 11px;
    width: 70px;
    margin-bottom: 20px;
  }
  #type6 .slideBlock .slideList li {
    width: 47%;
  }
  .more_btn a {
    font-size: 16px;
  }
  .hamaShare_btn {
    width: 90%;
  }
  .hamashare_btn_cnt {
    font-size: 18px;
    padding: 15px 55px;
  }
  #Contents .mainArt .slideSect .slideBlock .slideList li {
    width: 47.5%;
    margin: 0 0 5% 0 !important;
    padding: 0;
  }
  #Contents .mainArt .slideSect .slideBlock .slideList li a {
    width: 100%;
    height: 100%;
  }
  #Contents .mainArt .slideSect .slideBlock .slideList li > a {
    padding-bottom: 20px;
  }
  #Contents .mainArt .slideSect .slideBlock .slideList li a img {}
  #Contents .mainArt .slideSect .slideBlock .slideList li .time {
    padding: 10px 10px 6px;
    font-size: 12px;
  }
  #Contents .mainArt .slideSect .slideBlock .slideList li .txt {
    font-size: 12px;
    padding: 0 8px;
  }
  #Contents .mainArt .slideSect .slideBlock .slideList li .tags {
    margin-top: 10px;
    padding: 0 8px;
    gap: 2px 6px;
  }
  #Contents .mainArt .slideSect .slideBlock .slideList li .tags a {
    font-size: 12px;
  }
  /* type1
----------------------------------------------------------------------*/
  #Contents .mainArt .slideSect.type1 .titBlock .inner .titBox {
    background-size: 220px;
  }
  /* type2
----------------------------------------------------------------------*/
  #Contents .mainArt .slideSect.type2 .titBlock .inner .titBox {
    background-size: 280px;
  }
  /* type3
----------------------------------------------------------------------*/
  #Contents .mainArt .slideSect.type3 .titBlock .inner .titBox {
    background-size: 290px;
  }
  /* type4
----------------------------------------------------------------------*/
  #Contents .mainArt .slideSect.type4 .titBlock .inner .titBox {
    background-size: 280px;
  }
  /* type5
----------------------------------------------------------------------*/
  #Contents .mainArt .slideSect.type5 .titBlock .inner .titBox {
    background-size: 380px;
  }
  /* type6
----------------------------------------------------------------------*/
  #Contents .mainArt .slideSect.type6 .titBlock .inner .titBox {
    background-size: 380px;
  }
  /* type7
----------------------------------------------------------------------*/
  #Contents .mainArt .slideSect.type7 .titBlock .inner .titBox {
    background-size: 280px;
  }
  #Contents .mainArt .newsSect {
    padding: 68px 0 0;
  }
  #Contents .mainArt .newsSect .sectTit {
    width: 94px;
  }
  #Contents .mainArt .newsSect .inner {
    padding: 70px 20px 40px;
  }
  #Contents .mainArt .newsSect .inner .newsBlock .newsList li a {
    flex-direction: column;
  }
  #Contents .mainArt .newsSect .inner .newsBlock .newsList li a:hover {
    opacity: 0.8;
  }
  #Contents .mainArt .newsSect .inner .newsBlock .newsList li .time {
    display: block;
  }
}
#teaser #GHead {
  position: static;
}
#teaser #GHead .inner .btnBlock {
  margin-right: 0;
}
#teaser #Contents {
  padding: 0;
}
#teaser #Contents .mvSect {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: calc(100vh - 152px);
  min-height: 800px;
}
#teaser #Contents .mvSect:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .3);
  z-index: 0;
}
#teaser #Contents .mvSect .mainTit {
  max-width: 840px;
  margin: 15px;
  padding: 0;
  z-index: 1;
}
#teaser #Contents .mvSect .p-movie {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
#teaser #Contents .mvSect .p-movie_screen {
  width: 100%;
  height: 100%;
}
#teaser #Contents .mvSect .p-movie_loading {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  margin-top: -50px;
  margin-left: -50px;
  border-top: 10px solid rgba(255, 255, 255, 0.2);
  border-right: 10px solid rgba(255, 255, 255, 0.2);
  border-bottom: 10px solid rgba(255, 255, 255, 0.2);
  border-left: 10px solid #ffffff;
  transform: translateZ(0);
  animation: loading 1s infinite linear;
  border-radius: 50%;
  width: 100px;
  height: 100px;
}
#teaser #Contents .mvSect .p-movie_bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
  min-height: 700px;
  background: url(../images/teaser_bg.png) 50% 50% no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
#teaser #Contents .mvSect .campaignBtn {
  width: 450px;
  z-index: 1;
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (max-width:950px) {
  #teaser #Contents .mvSect {
    height: auto;
    min-height: auto;
    padding: 15vw 0;
  }
  #teaser #Contents .mvSect .mainTit {
    width: 80%;
    margin: 0;
  }
  #teaser #Contents .mvSect .campaignBtn {
    width: 100%;
    margin-top: 30px;
    padding: 0 4%;
  }
}
/* remake content */
.indexLead {
  position: relative;
  padding: 80px 15px;
}
.indexLead::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #FCD321, #BAC22C 18%, #00AF9B 38%, #42A5F5 75%, #7831AA);
  z-index: -1;
  opacity: 0.15;
  z-index: -2;
}
.indexLeadTitle {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  margin: 0 0 20px;
}
.indexLeadText {
  font-size: 18px;
  text-align: center;
  line-height: 2;
}
.indexLeadText > div + div {
  margin-top: 1em;
}
.indexLeadIcon {
  max-width: 480px;
  margin: 0 auto;
  position: relative;
  width: 80%;
}
.indexLeadBack {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: -1;
  left: 0;
}
.indexLeadBtn {
  text-align: center;
}
.indexLeadBtn a {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-top: 20px;
  padding: 15px 40px;
  text-decoration: none;
  background-color: #3e3a39;
  border-radius: 99px;
}
.indexLeadBtn a:hover {
  background-color: #666;
}
@media screen and (max-width: 950px) {
  .indexLead {
    padding: 40px 15px;
  }
  .indexLeadText {
    font-size: 14px;
    text-align: left;
  }
  .indexLeadBtn a {
    font-size: 14px;
  }
}

.indexBnr {
  padding: 60px;
  background-color: #fff;
}
.indexBnr_inner {
  max-width: 1160px;
  margin: 0 auto;
}
.indexBnr_title {
  font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
.indexBnr_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.indexBnr_list li {
  width: calc((100% - 80px) / 3);
}
@media screen and (min-width:951px) and (max-width:1200px){
  .indexBnr {
    padding: 40px;
  }
}
@media screen and (max-width: 950px) {
  .indexBnr {
    padding: 40px 15%;
  }
  .indexBnr_list {
    flex-direction: column;
    gap: 30px;
  }
  .indexBnr_list li {
    width: 100%;
  }
}

/* carousel */
.carousel-wrap .bx-wrapper {
  margin: 0 0 85px !important;
}
.carousel-wrap .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  bottom: -50px !important;
}
.carousel-wrap .bx-wrapper .bx-pager.bx-default-pager a {
  background: #CFD8DC;
}
.carousel {
  width: 100%;
  min-height: 700px;
  display: grid;
  grid-template-columns: 65% 1fr;
  grid-template-rows: 1fr 1fr;
}
.carousel_item:nth-child(1) {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
}
.carousel_item:nth-child(2) {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
}
.carousel_item:nth-child(3) {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
}
.carousel_body {
  position: relative;
  height: 100%;
}
.carousel_item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.carousel_text {
  position: absolute;
  left: 40px;
  bottom: 40px;
  max-width: calc(100% - 80px);
}
.carousel_item:nth-child(2) .carousel_text,
.carousel_item:nth-child(3) .carousel_text {
  left: 20px;
  bottom: 20px;
  max-width: calc(100% - 40px);
}
.carousel_text_cat {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  background-color: #ff7744;
  color: #fff;
  padding: 5px 40px;
  border-radius: 30px;
  margin: 0 0 20px;
}
.carousel_text_cat.-cat02 {
  background-color: #F17F32;
}
.carousel_text_cat.-cat03 {
  background-color: #EFAD31;
}
.carousel_text_catch {
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 26px;
  color: #fff;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.carousel_item:nth-child(2) .carousel_text_catch,
.carousel_item:nth-child(3) .carousel_text_catch {
  font-size: 16px;
}
.carousel_text_catch-sp {
  display: none;
}
.carousel_text_catch span {
  display: inline-block;
  padding: 6px 15px;
  background-color: #52AC9B;
}
.carousel_item:nth-child(2) .carousel_text_catch span,
.carousel_item:nth-child(3) .carousel_text_catch span {
  padding: 4px 10px;
}
.carousel_text_catch-1 span {
  background-color: #283593;
}
.carousel_text_catch-2 span {
  background-color: #00AF9B;
}
.carousel_text_catch-3 span {
  background-color: #BAC22C;
}
.carousel_text_catch-4 span {
  background-color: #42A5F5;
}
.carousel_text_catch-5 span {
  background-color: #7831AA;
}
@media screen and (max-width: 950px) {
  .carousel {
    min-height: auto;
    display: block;
    padding-bottom: 30px;
  }
  .carousel_body {
    height: 300px;
  }
  .carousel_item {
    height: auto;
  }
  .carousel_item:nth-child(2),
  .carousel_item:nth-child(3) {
    display: block;
    margin-top: 20px;
    padding: 0 5%;
  }
  .carousel_item:nth-child(2) .carousel_body,
  .carousel_item:nth-child(3) .carousel_body {
    height: 240px;
  }
  .carousel_text_cat {
    font-size: 12px;
    margin: 0 0 10px;
  }
  .carousel_text {
    left: 20px;
    bottom: 20px;
    max-width: calc(100% - 40px);
  }
  .carousel_text_catch {
    font-size: 17px;
  }
  .carousel_text_catch-pc {
    display: none;
  }
  .carousel_text_catch-sp {
    display: block;
    position: relative;
    top: -15px;
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  .carousel_item:nth-child(2) .carousel_text_catch,
  .carousel_item:nth-child(3) .carousel_text_catch {
    font-size: 14px;
  }
  .carousel-wrap .bx-wrapper {
    margin: 0 0 40px !important;
  }
  .carousel-wrap .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: -40px !important;
  }
}
/* top cat btn */
.indexCatBtnArea {
  margin: 60px 60px 0;
  padding: 40px;
  background-color: #fff;
}
.indexCatBtnWrap {
  display: flex;
}
.indexCatBtnWrap:nth-child(n+2) {
  margin-top: 30px;
}
.indexCatBtnTitle {
  font-size: 1.125rem;
  font-weight: bold;
  display: block;
  flex: 0 0 auto;
  width: 110px;
}
.indexCatBtnList {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.indexCatBtnList2 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
}
.indexCatBtnListLink {
  color: #fff !important;
  text-decoration: none !important;
  padding: 5px 20px;
  font-size: 0.9375rem;
  display: block;
  border-radius: 20px;
}
.indexCatBtnListTag {
  color: #52AC9B !important;
  font-size: 15px;
  display: inline-block;
}
.indexCatBtnListLink1 {
  background-color: #283593;
}
.indexCatBtnListLink2 {
  background-color: #00af9b;
}
.indexCatBtnListLink3 {
  background-color: #bac22c;
}
.indexCatBtnListLink4 {
  background-color: #42a5f5;
}
.indexCatBtnListLink5 {
  background-color: #7831aa;
}
@media screen and (min-width:951px) and (max-width:1200px){
  .indexCatBtnArea {
    margin: 40px 40px 0;
  }
}
@media screen and (max-width: 950px) {
  .indexCatBtnArea {
    margin: 20px 5%;
    padding: 15px;
  }
  .indexCatBtnWrap {
    display: block;
    padding: 0;
  }
  .indexCatBtnTitle {
    text-align: center;
    margin: 0 0 15px;
    width: auto;
  }
  .indexCatBtnListLink {
    font-size: 12px;
    padding: 4px 10px;
  }
  .indexCatBtnList2 {
    gap: 8px 15px;
  }
  .indexCatBtnListTag {
    font-size: 13px;
  }
}
