@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@500&display=swap');
.p-footer {
  padding-top: 0 !important
}
.txtcenter {
  text-align: center;
}
img {
    image-rendering: -webkit-optimize-contrast;
}
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
@-webkit-keyframes mv-ef {
  0% {
    opacity: 0;
    transform: scale(1.4, 1.4)
  }
  60% {
    opacity: 1;
    transform: scale(.9, .9)
  }
  85% {
    transform: scale(1.2, 1.2)
  }
  100% {
    opacity: 1;
    transform: scale(1, 1)
  }
}
@keyframes mv-ef {
  0% {
    opacity: 0;
    transform: scale(1.4, 1.4)
  }
  60% {
    opacity: 1;
    transform: scale(.9, .9)
  }
  85% {
    transform: scale(1.2, 1.2)
  }
  100% {
    opacity: 1;
    transform: scale(1, 1)
  }
}
@media all and (max-width: 767px) {
  .cosfes21 .pc {
    display: none;
  }
}
@media all and (min-width: 768px) {
  .txtcenter-pc {
    text-align: center;
  }
  .cosfes21 .sp {
    display: none;
  }
}
.cosfes21 {
  background-color: #fff;
  overflow: hidden;
}
.cosfes21.top {
  margin-top: -40px;
}
.cosfes21 ul {
  list-style: none;
  padding: 0;
}
.cosfes21 .mainVisual {
  position: relative;
}
.cosfes21 .mainVisual h1 {
  margin-bottom: 0
}
.cosfes21 .mainVisual h1 img {
  width: 100%
}
.cosfes21 .dateBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-family: 'Cinzel', 'Shippori Mincho', serif;
  text-align: center;
}
.cosfes21 .dateBox p {
  margin-bottom: 0 !important
}
.cosfes21 .dateBox .numBox {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  letter-spacing: .05em;
}
.cosfes21 .dateBox .numBox .txt {
  margin-left: 5px;
  color: #541f05;
  font-size: 2.2rem;
  line-height: 1;
  position: relative;
}
.cosfes21 .dateBox .numBox .numTtx {
  color: #0054a7;
  font-family: 'Cinzel', serif;
  font-size: 4rem;
  display: inline-block;
  text-shadow: 0px 0px 8px rgba(108, 227, 255, 1);
}
.cosfes21 .inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.cosfes21 .dateBox .inner {
  position: relative;
}
.cosfes21 .dateBox .date {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #0054a7;
  letter-spacing: .08em;
  vertical-align: middle;
  text-shadow: 0px 0px 8px rgba(108, 227, 255, 1);
}
.cosfes21 .dateBox .ttl {
  margin-left: 15px;
  color: #541f05;
  font-size: 2.2rem;
  letter-spacing: .05em;
  vertical-align: middle
}
.cosfes21 .dateBox date {
  font-size: 4rem;
}
.cosfes21 .dateBox .date .small {
  font-size: 2.6rem;
  padding: 0 15px
}
.cosfes21 .cv {
  padding: 60px 0
}
.cosfes21 .cv.top {
  padding: 10px 0 60px
}
.cosfes21 .ttl-blu, .cosfes21 .ttl-wht {
  font-size: 2rem;
  font-family: 'Cinzel', 'Shippori Mincho', serif;
  text-align: center;
}
.cosfes21 .ttl-blu {
  color: #0084cb;
}
.cosfes21 .ttl-wht {
  color: #fff;
}
.cosfes21 .txt-cen {
  display: flex;
  align-items: center;
  justify-content: center
}
.cosfes21 .cv p {
  margin-top: 40px
}
.cosfes21 a.btn-blu, .cosfes21 a.btn-sky {
  padding: 14px 120px 10px;
  max-width: 80%;
  border-radius: 5px;
  font-size: 1.4rem;
  font-family: 'Cinzel', 'Shippori Mincho', serif;
  text-align: center;
}
.cosfes21 a.btn-blu.mini {
  padding: 5px 20px 4px;
}
.cosfes21 a.btn-blu {
  background: #0084cb;
  color: #fff
}
.cosfes21 a.btn-sky {
  background: #d9eeff;
  color: #0084cb
}
.cosfes21 .cv ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  max-width: 1240px;
  margin: auto
}
.cosfes21 .cv ul li {
  flex-basis: 48%;
  width: 48%;
  text-align: center
}
.cosfes21 .cv ul li span {
  display: block;
  font-size: 1rem
}
.cosfes21 .cloud {
  padding-top: 140px;
  padding-bottom: 140px;
  background: url("../img/bg-cloud-top.png") no-repeat top center/contain, url(../img/bg-cloud-btm.png) no-repeat bottom center/contain;
}
.cosfes21 .cloud-top {
  padding-top: 140px;
  padding-bottom: 140px;
  background: url("../img/bg-cloud-top.png") no-repeat top center/contain
}
.cosfes21 .bg-blu {
  background-color: #0084cb
}
.cosfes21 .bg-sky {
  background-color: #d9eeff
}
.cosfes21 .bg-gry {
  background-color: #eee
}
.cosfes21 .headLine01 {
  margin-bottom: 28px;
  color: #fff;
  font-family: 'Shippori Mincho', serif;
  font-size: 2.3rem;
  text-align: center;
}
.cosfes21 .headLine02 {
  color: #0084cb;
  margin-bottom: 3.8%;
  font-family: 'Shippori Mincho', serif;
  font-size: 2.3rem;
  text-align: center;
}
.cosfes21 .headLine01 span, .cosfes21 .headLine02 span {
  display: block;
  margin-top: 5px;
  font-size: 1.1rem;
}
.cosfes21 .about {
  position: relative;
  overflow: hidden;
}
.cosfes21 .about dl a {
  color: #fff;
  text-decoration: underline
}
.cosfes21 .about .btnArea {
  margin: 40px auto 80px
}
.cosfes21 .about .midTxt {
  margin-left: auto;
  margin-right: auto;
  max-width: 1048px;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  margin-bottom: 18px;
  font-weight: 400;
  line-height: 2
}
.cosfes21 .about .midTxt:last-of-type {
  margin-bottom: 6.2%;
}
.cosfes21 .about .txtDl {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-around;
  max-width: 700px;
  margin: 0 auto;
  color: #fff;
  font-size: 1.3rem
}
.cosfes21 .about .txtDl dt, .cosfes21 .about .txtDl dd {
  border-top: solid #fff 1px;
}
.cosfes21 .about .txtDl dt {
  flex-basis: 25%;
  width: 25%;
  padding: 35px 0 25px 30px;
  font-weight: 400
}
.cosfes21 .about .txtDl dd {
  flex-basis: 75%;
  width: 75%;
  padding: 35px 30px 25px 30px;
}
.cosfes21 .about .txtDl .linkBtn {
  display: inline-block;
}
.cosfes21 .about .txtDl .linkBtn a {
  background-color: #fff;
  text-align: center;
  font-size: 0.95rem;
  display: block;
  width: 115px;
  padding: 5px 3px 4px;
  border-radius: 4px;
  box-sizing: border-box;
  color: #0054a7;
  font-weight: 700;
  text-decoration: none
}
.cosfes21 .eventinfo {
  position: relative;
  overflow: hidden;
}
.cosfes21 .eventinfo .iconImg {
  margin-bottom: 15px;
  width: 50%;
  max-width: 368px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.cosfes21 .eventinfo h2 span {
  display: block;
  margin-top: 5px;
  font-size: 1.1rem;
}
.cosfes21 .eventinfo p.small {
  font-size: 0.8rem;
  color: #FFF;
  width: 80%;
  margin: 60px auto 0;
}
.cosfes21 .contBox {
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
}
.cosfes21 .contBox .contBox__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin: 40px 3.8% 0 0;
  box-sizing: border-box;
  width: 30.8%;
  background-color: #fff;
  border-radius: 8px;
  position: relative;
  min-height: 331px
}
.cosfes21 .contBox .contBox__inner:nth-child(3n) {
  margin-right: 0;
}
.cosfes21 .contBox .contBox__inner .icon img {
  width: 154px;
  transform: translateY(-18px)
}
.cosfes21 .contBox .contBox__inner h3 {
  width: 100%;
  padding: 0 18px;
  margin-bottom: 0;
  text-align: center;
  color: #0054a7;
  font-family: 'Cinzel', 'Shippori Mincho', serif;
  font-size: 1.6rem;
}
.cosfes21 .contBox .contBox__inner p {
  flex-grow: 1;
  overflow: hidden;
  border-bottom-left-radius: 8px;
  margin-bottom: 0;
  padding: 20px 18px 20px 160px;
  color: #444;
  font-size: 1rem;
  font-weight: 400;
}
.cosfes21 .contBox .contBox__inner p.ev01 {
  background: url("../img/cos01.png") no-repeat top left / 160px;
}
.cosfes21 .contBox .contBox__inner p.ev02 {
  background: url("../img/cos02.png") no-repeat top left / 160px;
}
.cosfes21 .contBox .contBox__inner p.ev03 {
  background: url("../img/cos03.png") no-repeat top left / 160px;
}
.cosfes21 .contBox .contBox__inner p.ev04 {
  background: url("../img/cos04.png") no-repeat top left / 160px;
}
.cosfes21 .contBox .contBox__inner p.ev05 {
  background: url("../img/cos05.png") no-repeat top left / 160px;
}
.cosfes21 .contBox .contBox__inner p.ev06 {
  padding: 20px 18px 20px 20px;
font-feature-settings: "palt";}
.cosfes21 .contBox .contBox__inner p.ev06 img{
float: left;
	width: 160px;
}
.cosfes21 .cmn {
  padding: 60px 0
}
.cosfes21 .imgSpot {
  display: block;
  margin: 0 auto;
  width: 96%;
  max-width: 1000px
}
.cosfes21 .spot .recommend {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 40px auto 0;
}
.cosfes21 .spot .recommend > * + * {
  margin-left: 10px
}
.cosfes21 .spot .recommend p {
  margin-bottom: 0
}
.cosfes21 .spot .recommend a {
  margin-top: 10px;
  margin-bottom: 10px
}
.cosfes21 .spot .recommend img {
  margin: 20px;
  width: 30%;
  max-width: 150px
}
.cosfes21 .spot .listUl02 {
  max-width: 1046px;
  margin: -30px auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cosfes21 .spot .listUl02 li {
  margin-top: 30px;
  background-color: #fff;
  padding: 30px;
  box-sizing: border-box;
  width: 47.85%;
  border: 2px solid #0054a7;
  border-radius: 12px
}
.cosfes21 .spot .listUl02 li .img {
  text-align: center;
  margin-bottom: 28px;
}
.cosfes21 .spot .listUl02 li .spotnumber {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #FFFD3B;
  color: #1C2A75;
  border: 2px solid #1C2A75;
  font-size: 1.5rem;
  font-weight: 700;
}
.cosfes21 .spot .listUl02 h3 {
  padding-bottom: 5px;
  border-bottom: solid 1px #0054a7;
  color: #0054a7;
  font-family: 'Cinzel', 'Shippori Mincho', serif;
  font-size: 1.5rem;
  text-align: center
}
.cosfes21 .spot .listUl02 p {
  margin-bottom: 0;
}
.cosfes21 .spot .listUl02 .txt {
  line-height: 1.8;
}
.cosfes21 .spot .listUl02 .comment-icon {
  width: 120px;
  height: 120px;
  margin: 1.5em 0 0;
}
.cosfes21 .spot .listUl02 .comment {
  position: relative;
  display: inline-block;
  margin: 1em 0 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #d9eeff;
  border-radius: 8px;
}
.cosfes21 .spot .listUl02 .comment:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #d9eeff;
}
.cosfes21 .goods .listUl02 {
  max-width: 1046px;
  margin: -30px auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cosfes21 .goods .listUl02 li {
  margin-top: 30px;
  background-color: #fff;
  padding: 30px;
  box-sizing: border-box;
  width: 47.85%;
  border: 2px solid #0054a7;
  border-radius: 12px
}
.cosfes21 .goods .listUl02 li .img {
  text-align: center;
  margin-bottom: 28px;
}
.cosfes21 .goods .listUl02 h3 {
  padding-bottom: 5px;
  border-bottom: solid 1px #0054a7;
  color: #0054a7;
  font-family: 'Cinzel', 'Shippori Mincho', serif;
  font-size: 1.5rem;
  text-align: center
}
.cosfes21 .goods .listUl02 p {
  margin-bottom: 0;
}
.cosfes21 .goods .num {
  color: #0054a7;
  font-size: 1.5rem;
  font-family: 'Cinzel', 'Shippori Mincho', serif;
  text-align: center
}
.cosfes21 .goods .txt {
  font-size: .9rem;
  text-align: center
}
.cosfes21 .goods .listUl02 .num .small {
  font-size: 0.8rem;
  font-weight: 400;
}
.cosfes21 .goods .listUl02 .txt {
  line-height: 1.8;
}
.cosfes21 .goods .item {
  max-width: 1046px;
  margin: 0 auto 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cosfes21 .goods .item li {
  text-align: center;
  margin-top: 30px;
  background-color: #fff;
  padding: 30px;
  box-sizing: border-box;
  width: 30%;
  border: 2px solid #0054a7;
  border-radius: 12px
}
.cosfes21 .goods .item img {
  margin-right: 8px;
  width: 40px;
  height: 40px;
}
.cosfes21 .txt-red {
  color: #e62f2a
}
.contenedor {
  display: table;
  margin: 0 auto;
  position: relative;
}
.expand {
  width: 96%;
  max-width: 904px;
  margin: 0 auto;
  padding: 15px 0;
  height: 150px;
  overflow: hidden;
  position: relative;
  transition: .5s;
}
.expand::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0), #ffffff);
  pointer-events: none;
  transition: 1s;
}
.contenedor input {
  visibility: hidden;
  display: none;
}
.contenedor label {
  z-index: 999;
  position: absolute;
  bottom: -.8em;
  display: block;
  right: 0;
  padding: 5px 3px 4px;
  width: 115px;
  background: #0084cb;
  box-shadow: -5px 0 white;
  color: #fff;
  cursor: pointer;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: .95em;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.contenedor label:before {
  content: "続きを読む";
}
.contenedor input:checked + label:before {
  content: "閉じる"
}
input[type=checkbox]:checked ~ .expand {
  height: auto;
}
input[type=checkbox]:checked ~ .expand:before {
  opacity: 0
}
.expand h3 {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.8
}
.expand p {
  padding-left: 15px;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.8
}
.expand ul li {
  position: relative;
  padding-left: 25px;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.8;
}
.expand ul li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 10px;
}
.cosfes21 .news {
  background-color: #eee;
}
.cosfes21 .news .inner {
  max-width: 1086px;
}
.cosfes21 .news .whiteBox {
  padding: 40px 40px 25px;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #e0e0e1;
}
.cosfes21 .news h2 {
  margin-bottom: 25px;
  text-align: center;
  color: #e62f2a;
  font-size: 1.1rem;
  font-weight: bold;
}
.cosfes21 .news .newsUl li a {
  border-top: 1px solid #e5e5e5;
  display: flex;
  padding: 20px 30px;
  box-sizing: border-box;
  background: url("../img/arrow.png") no-repeat center right 25px;
  background-size: 9px auto;
}
.cosfes21 .news .newsUl li .date {
  width: 90px;
  margin-right: 26px;
}
.cosfes21 .news .newsUl li .txt {
  flex: 1;
  letter-spacing: -0.05em;
}
.cosfes21 .sec06 {
  height: 320px;
}
.movieBox {
  position: relative;
  width: 96%;
  max-width: 780px;
  margin: 0 auto;
  padding-top: 420px;
}
.movieBox iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
@media all and (max-width: 767px) {
  .cosfes21 .inner {
    padding: 0 3%;
  }
  .cosfes21 .headLine01, .cosfes21 .headLine02 {
    font-size: 1.3rem;
  }
  .cosfes21 .headLine01 span, .cosfes21 .headLine02 span {
    font-size: .8rem;
  }
  .cosfes21 .dateBox .numBox .txt {
    margin-left: 0;
    font-size: .9rem;
  }
  .cosfes21 .dateBox .numBox .numTtx {
    font-size: 1.8rem;
  }
  .cosfes21 .dateBox .ttl {
    margin-left: 5px;
    font-size: .9rem;
    letter-spacing: 0rem
  }
  .cosfes21 .dateBox date {
    font-size: 1.8rem;
    letter-spacing: .03rem
  }
  .cosfes21 .dateBox .date .small {
    padding: 0 5px;
    font-size: 1.2rem;
  }
  .cosfes21 .cv {
    padding: 30px 0
  }
  .cosfes21 .cv.top {
    padding: 5px 0 30px
  }
  .cosfes21 .cv ul li {
    flex-basis: 50%;
    width: 50%
  }
  .cosfes21 .cv ul li span {
    display: block;
    font-size: .6rem
  }
  .cosfes21 .cv p {
    margin-top: 20px
  }
  .cosfes21 a.btn-blu, .cosfes21 a.btn-sky {
    padding: 8px 15px;
    min-width: 60%;
    font-size: .9rem;
  }
  .cosfes21 .ttl-blu, .cosfes21 .ttl-wht {
    font-size: 1.2rem;
  }
  .cosfes21 .cloud, .cosfes21 .cloud-top {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .cosfes21 .sec06 .bg {
    top: -49%;
    height: 150%;
  }
  .cosfes21 .headLine01 {
    margin-bottom: 18px;
    font-size: 1.3rem;
  }
  .cosfes21 .about .midTxt {
    padding: 0 10px;
    font-size: 0.8rem;
    text-align: left
  }
  .cosfes21 .about .txtDl {
    font-size: 1rem;
  }
  .cosfes21 .about .txtDl dt {
    flex-basis: 30%;
    width: 30%;
    padding: 20px 0 15px 10px;
    font-size: 0.9rem;
  }
  .cosfes21 .about .txtDl dd {
    flex-basis: 70%;
    width: 70%;
    padding: 20px 10px 15px 10px;
    font-size: 0.9rem;
  }
  .cosfes21 .about .txtDl .linkBtn a {
    font-size: 0.6rem;
    width: 70px;
  }
  .cosfes21 .about .txtDl dd p {
    font-size: 0.8rem;
  }
  .cosfes21 .dateBox .date {
    font-size: 1.2rem;
  }
  .cosfes21 .dateBox .date .big {
    font-size: 2.5rem;
  }
  .cosfes21 .dateBox .date .col {
    font-size: 1.6rem;
  }
  .cosfes21 .dateBox .imgBox .img {
    width: 55px;
  }
  .cosfes21 .txtBox .numBox .numTtx {
    font-size: 2.3rem;
  }
  .cosfes21 .txtBox .ttl span {
    padding: 0;
  }
  .cosfes21 .txtBox .numBox .txt {
    font-size: 1.2rem;
    bottom: -7px;
  }
  .cosfes21 .dateBox .imgBox .txtBox {
    width: 80px;
  }
  .cosfes21 .txtBox .ttl {
    margin-bottom: 0;
    font-size: 0.8rem;
  }
  .cosfes21 .dateBox .imgBox .txtBox img {
    width: 60px;
  }
  .cosfes21 .dateBox .imgBox {
    bottom: 50px;
    right: -20px;
  }
  .cosfes21 .eventinfo .img {
    display: none;
  }
  .cosfes21 .eventinfo h2 img {
    width: 260px;
  }
  .cosfes21 .eventinfo {
    padding: 50px 0;
  }
  .cosfes21 .eventinfo h2 span {
    font-size: .8rem;
  }
  .cosfes21 .contBox {
    margin-bottom: 40px;
    padding: 0 10px;
    display: flex;
    flex-wrap: wrap;
  }
  .cosfes21 .contBox .contBox__inner {
    margin: 40px 0 0 0;
    width: 100%;
    min-height: 250px
  }
  .cosfes21 .contBox .contBox__inner h3 {
    padding: 0 15px;
    font-size: 1.3rem;
  }
  .cosfes21 .contBox .contBox__inner p {
    padding: 10px 20px 20px 120px;
    font-size: .9rem;
  }
  .cosfes21 .contBox .contBox__inner p[class^="ev"] {
    background-size: 120px
  }
  .cosfes21 .eventinfo p.small {
    width: 90%;
    font-size: .7rem;
  }
  .cosfes21 .spot .recommend {
    margin: 20px auto 0;
  }
  .cosfes21 .goods {
    padding: 50px 0;
  }
  .cosfes21 .goods .listUl02 {
    display: block;
    margin: 0;
  }
  .cosfes21 .goods .listUl02 li {
    width: 96%;
    margin: 0 auto 30px;
    padding: 25px;
  }
  .cosfes21 .goods .listUl02 h3 {
    font-size: 1.2rem;
  }
  .cosfes21 .goods .num {
    font-size: 1.1rem;
  }
  .cosfes21 .goods .listUl02 .txt {
    font-size: .8rem;
  }
  .cosfes21 .goods .item {
    margin: 15px auto;
    padding: 15px;
  }
  .cosfes21 .goods .item li {
    width: 96%;
    margin: 0 auto 15px;
    padding: 15px;
  }
  .cosfes21 .goods .item img {
    width: 30px;
    height: 30px;
  }
  .cosfes21 .spot .listUl02 {
    margin: 30px auto 30px;
  }
  .cosfes21 .spot .listUl02 li {
    width: 96%;
    margin: 0 auto 30px;
    padding: 25px;
  }
  .contenedor label {
    font-size: .6rem
  }
  .expand h3 {
    font-size: .9rem;
  }
  .expand p {
    padding-left: 15px;
    font-size: .8rem
  }
  .expand ul li {
    padding-left: 20px;
    font-size: .8rem;
  }
  .expand ul li::before {
    left: 5px;
  }
  .cosfes21 .news .whiteBox {
    padding: 40px 20px 20px;
  }
  .cosfes21 .news h2 {
    font-size: 1rem;
  }
  .cosfes21 .news .newsUl {
    margin: 0;
  }
  .cosfes21 .news .newsUl li a {
    padding: 15px;
    display: block;
    background-size: 6px auto;
    background-position: center right 5px;
  }
  .cosfes21 .news .newsUl li .date {
    width: auto;
    display: block;
    margin: 0 0 5px 0;
  }
  .cosfes21 .news .newsUl li span {
    display: block;
  }
  .cosfes21 .news .newsUl li .txt {
    font-size: 0.8rem;
  }
  .movieBox {
    padding-top: 56.25%;
  }
}
@media all and (min-width: 991px) and (max-width: 1350px) {
  .cosfes21 {
    margin-top: 55px;
  }
}
@media all and (min-width: 768px) and (max-width: 1110px) {
  .cosfes21 .txtUl li h3 {
    font-size: 2.6vw;
  }
  .cosfes21 .sec07 .linkUl li .ttl {
    font-size: 2rem;
  }
  .cosfes21 .dateBox .imgBox .img {
    width: 100px;
  }
  .cosfes21 .dateBox .imgBox .txtBox img {
    width: 110px;
  }
  .cosfes21 .txtBox .numBox .numTtx {
    font-size: 4rem;
  }
  .cosfes21 .txtBox .numBox .txt {
    bottom: -10px;
  }
  .cosfes21 .dateBox .imgBox .txtBox {
    width: 125px;
  }
  .cosfes21 .about .midTxt {
    font-size: 1rem;
  }
  .cosfes21 .sec02 .listUl li .ttl {
    width: 100px;
  }
  .cosfes21 .sec02 .listUl li .txt {
    padding: 0 20px;
  }
  .cosfes21 .sec02 .listUl li h3 {
    font-size: 1.6rem;
  }
  .cosfes21 .eventinfo .img01 {
    width: 140px;
  }
  .cosfes21 .eventinfo .img03 {
    width: 160px;
  }
  .cosfes21 .eventinfo .img02 {
    width: 90px;
  }
  .cosfes21 .news .newsUl li {
    background-position: center right 15px;
  }
}
@media all and (max-width: 374px) {
  .cosfes21 .dateBox .numBox .txt {
    margin-left: 0;
    font-size: .8rem;
  }
  .cosfes21 .dateBox .numBox .numTtx {
    font-size: 1.6rem;
  }
  .cosfes21 .dateBox .ttl {
    font-size: .8rem;
  }
  .cosfes21 .dateBox date {
    font-size: 1.6rem;
  }
  .cosfes21 .dateBox .date .small {
    font-size: 1.1rem;
  }
  .cosfes21 .about .txtDl {
    font-size: 0.8rem;
  }
  .cosfes21 .txtUl li h3 {
    font-size: 1.2rem;
  }
  .cosfes21 .about .txtDl dd {
    padding: 0 0 20px 90px;
    font-size: 0.7rem;
  }
  .cosfes21 .headLine03 {
    font-size: 1.4rem;
  }
  .cosfes21 .news .whiteBox {
    padding: 30px 10px;
  }
  .cosfes21 .news h2 {
    font-size: 0.9rem;
  }
  .cosfes21 .txtBox .numBox .numTtx {
    font-size: 1.6rem;
  }
  .cosfes21 .dateBox .imgBox .img {
    width: 45px;
  }
}
@media all and (min-width: 768px) {
  .cosfes21 .news .newsUl li .txt a:hover {
    text-decoration: underline;
  }
}
@media all and (min-width: 768px) and (max-width: 1120px) {
  .cosfes21 .txtUl li .ttl {
    top: -37px;
  }
}
@media all and (min-width: 768px) and (max-width: 1049px) {
  .cosfes21 .txtUl li::before {
    background-size: 130px auto;
    width: 130px;
    height: 31px;
  }
}
@media all and (min-width: 767px) and (max-width: 991px) {
  .cosfes21 .headLine01, .cosfes21 .headLine02 {
    font-size: 1.8rem;
  }
  .cosfes21 .cloud {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .cosfes21 .dateBox .numBox .txt {
    font-size: 1.3rem;
  }
  .cosfes21 .dateBox .numBox .numTtx {
    font-size: 3rem;
  }
  .cosfes21 .dateBox .ttl {
    font-size: 1.3rem;
  }
  .cosfes21 .dateBox date {
    font-size: 3rem;
  }
  .cosfes21 .eventinfo .iconImg {
    width: 30%;
  }
  .cosfes21 .contBox .contBox__inner {
    width: 46.8%;
    margin-left: 3.8%;
    margin-right: 0;
  }
  .cosfes21 .contBox .contBox__inner:nth-child(odd) {
    margin-left: 0;
  }
}
.fadeInRight {
  opacity: 0;
  -webkit-transition: opacity 860ms cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 860ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 860ms cubic-bezier(0.645, 0.045, 0.355, 1), transform 860ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(20px, 0, 0);
  transform: translate3d(20px, 0, 0);
}
.fadeInRight.on {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.fadeInLeft {
  opacity: 0;
  -webkit-transition: opacity 860ms cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 860ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 860ms cubic-bezier(0.645, 0.045, 0.355, 1), transform 860ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(20px, 0, 0);
  transform: translate3d(-20px, 0, 0);
}
.fadeInLeft.on {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@keyframes topbtnR {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes topbtnL {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.cvbtnR {
  animation: topbtnR 860ms cubic-bezier(0.645, 0.045, 0.355, 1)
}
.cvbtnL {
  animation: topbtnL 860ms cubic-bezier(0.645, 0.045, 0.355, 1)
}
.btn-close {
  display: flex;
  background-color: hsla(0, 0%, 0%, 0.50);
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  color: #FFF;
  text-align: center;
  align-items: center;
  justify-content: center;
  line-height: 1.3em;
  border-radius: 5px;
}

/*鬼滅の刃バナー*/
.kimetsu {
  display: block;
  position: absolute;
  bottom: 0px;
  left: 40px;
}
.kimetsu img {
  width: 225px;
  height: 225px;
}
@media all and (max-width: 767px) {
  .kimetsu {
    top: 10px;
    left: 0px;
	bottom:auto;
  }
  .kimetsu img {
    width: 112.5px;
    height: 112.5px;
  }
}