@charset "utf-8";

/*
============================ COUNT DOWN CSS ============================
*/

/* ローディング画面 */
.loading {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: #ff466b;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loader_box {
  position: relative;
  z-index: 100;
  width: 360px;
  display: flex;
  transform: translateY(-110px);
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.loader {
  width: 60px;
  aspect-ratio: 1;
  --g: conic-gradient(from -90deg at 10px 10px, #fff 90deg, #0000 0);
  background: var(--g), var(--g) 10px 10px, var(--g) 20px 20px;
  background-size: 50% 50%;
  animation: l15 1s infinite;
  margin: 0 0 20px;
}
@keyframes l15 {
  90%,
  100% {
    background-position: -30px 30px, -20px 40px, -10px 50px;
  }
}
.loaded {
  opacity: 0;
  display: none;
  transition: all 0.3s;
  z-index: 1;
}

header,
.header,
article,
footer {
  visibility: hidden;
}

body {
  font-family: "Sawarabi Gothic", sans-serif;
}
article {
  position: relative;
  z-index: 1;
  padding: 50px 0 0;
  overflow: hidden;
}
footer:after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 20px;
  content: "";
  background: url(../img/line01.png) 0 0 repeat-x;
  background-size: auto 20px;
}
#kvArea {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 618px;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  background: url(../img/kv_bg_pc.png) 0 0 repeat-y;
  background-size: 100% auto;
}
#kv {
  width: 1000px;
  height: 618px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
}
#lottie {
  padding-right: 50px;
  width: 625px;
  height: 100%;
  margin: 0;
  overflow: hidden;
}
#lottieSp {
  display: none;
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
}
.kvTxt {
  background: #ff466b;
  width: 360px;
  padding-left: 5px;
  vertical-align: bottom;
  text-align: left;
}
.kvTxt img {
  width: auto;
  height: 100%;
}

nav {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  background: #ff466b;
  transition: all 0.3s;
}
nav.navOn {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
nav:after,
nav.navOn:after {
  position: absolute;
  bottom: -10px;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 10px;
  content: "";
  background: #fff url(../img/repeat.png) 0 0 repeat-x;
  background-size: auto 10px;
}
nav ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
}
nav ul li {
  width: 50%;
}
nav ul li:first-child {
  border-right: solid 1px #fff;
}
nav ul li a {
  display: block;
  padding: 12px 0;
  line-height: 1;
  text-align: center;
}
nav ul li a img {
  width: auto;
  height: 18px;
}
ul.anchor {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 630px;
  margin: 0 auto;
}
ul.anchor li {
  width: calc(50% - 20px);
}
hr {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto 50px;
}

.bg01 {
  position: relative;
  z-index: 1;
  padding: 50px 0;
  margin: 0;
  background: #ffdae1 url(../img/bg01.png);
}
.bg01:after {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background: url(../img/bg01_pic.png) center 0 no-repeat;
  background-size: 1750px auto;
}
.bg02 {
  position: relative;
  z-index: 8;
  padding: 50px 0 80px;
  margin: 0;
  width: 100%;
  background: #ff466b;
}
.bg02:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 10px;
  background: url(../img/repeat.png) center 0;
  background-size: 30% auto;
}
.bg02:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background: url(../img/bg02_pic.png) center 0 no-repeat;
  background-size: 1840px auto;
}
.bg03 {
  position: relative;
  z-index: 7;
  padding: 30px 0;
  margin: 0;
  width: 100%;
  background: #fff url(../img/wbox_bg.png);
  background-size: 1.8% auto;
  border-top: solid 6px #fff;
  border-bottom: solid 6px #fff;
}
.bg04 {
  position: relative;
  z-index: 1;
  padding: 0 0 30px;
  margin: 0;
  width: 100%;
  background: url(../img/bg04.png);
  background-size: 3% auto;
}
.bg04:before {
  position: absolute;
  z-index: 1;
  content: "";
  width: 100%;
  height: 154px;
  background: url(../img/bg03_pic.png) 0 0 repeat-x;
  background-size: 35% auto;
}
.bg05 {
  position: relative;
  z-index: 8;
  padding: 60px 0 50px;
  margin: 0;
  background: #fff url(../img/bg05.png);
}
.tit01 {
  position: relative;
  width: 248px;
  margin: 0 auto 15%;
}
.tit02 {
  position: relative;
  width: 248px;
  margin: 0 auto 30px;
}
.tit03 {
  position: relative;
  width: 280px;
  margin: 0 auto 10%;
  z-index: 2;
}
.obi01 {
  width: 100%;
  height: 252px;
  background: url(../img/obi01.png) center 0 no-repeat;
  background-size: 2158px auto;
  margin: 0 auto;
  position: absolute;
  top: 50px;
  z-index: 2;
}
.obi02 {
  width: 100%;
  height: 252px;
  background: url(../img/obi02.png) center 0 no-repeat;
  background-size: 2158px auto;
  margin: 0 auto;
  position: absolute;
  top: 30px;
  z-index: 2;
}
.stit01 {
  position: relative;
  width: 634px;
  margin: 0 auto 15px;
}
.stit02 {
  position: relative;
  width: 388px;
  margin: 0 auto 20px;
}
.stit03 {
  position: relative;
  width: 496px;
  margin: 0 auto 20px;
}
.stit04 {
  position: relative;
  width: 388px;
  margin: 0 auto 20px;
}
.stit05 {
  position: relative;
  width: 496px;
  margin: 0 auto 20px;
}
.stit06 {
  position: relative;
  width: 607px;
  margin: 0 auto 20px;
}
.stit07 {
  position: relative;
  width: 778px;
  margin: 0 auto 20px;
}
.stit08 {
  position: relative;
  width: 472px;
  margin: 0 auto 20px;
}
.stit09 {
  position: relative;
  width: 423px;
  margin: 0 auto 20px;
}

.stit10 {
  width: 474px;
  margin: 0 auto 20px;
}

.img01 {
  width: 600px;
  margin: 0 auto 20px;
}
.img04 {
  width: 460px;
  margin: 0 auto 20px;
}
.img05 {
  width: 500px;
  margin: 0 auto 20px;
}
.img06 {
  width: 500px;
  margin: 0 auto 20px;
}
.img07 {
  width: 500px;
  margin: 0 auto 20px;
}

.img08 {
  width: 500px;
  margin: 0 auto 20px;
}

.img09 {
  width: 500px;
  margin: 0 auto 20px;
}

.btnImg {
  display: block;
  width: 300px;
  margin: 0 auto;
}
.btnImg2 {
  display: block;
  width: 500px;
  margin: 0 auto;
}

.btnImg3 {
  display: block;
  width: 350px;
  margin: 0 auto;
}

.pic02 {
  position: absolute;
  top: -4px;
  left: -110px;
  z-index: 2;
  width: 89px;
}

.wInBox {
  position: relative;
  width: 100%;
  padding: 20px 5% 30px;
  margin: 0 0 30px;
  background: #fff;
  border: 6px solid #ff466b;
  z-index: 2;
}
.wBox {
  position: relative;
  width: 100%;
}
.wBox::after {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  bottom: -5px;
  right: -5px;
  content: "";
  background: url(../img/wbox_bg.png) right bottom;
  background-size: 2% auto;
}
.wBox2 {
  background: #fff;
  width: 100%;
  max-width: 1000px;
  padding: 20px 10%;
  margin: 0 auto;
}
.bBox {
  position: relative;
  width: 96%;
  padding: 30px 8%;
  margin: 0 auto 30px;
  background: url(../img/bg02.png);
  background-size: 15px auto;
  border-radius: 10px;
}

.yBox {
  border: solid 6px #fff;
  background: #feea3b;
  padding: 20px 10% 30px;
  margin: 0 auto 30px;
}

.coution {
  font-size: 1.3rem;
  line-height: 1.6;
}

ul#sns {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch; /* 垂直方向の揃え */
  justify-content: space-between; /* 水平方向の揃え */
  width: 365px;
  padding: 0;
  margin: 0 auto 40px;
}
.cenLine .clumn2 {
  width: 50%;
  padding: 0;
  margin: 0;
}
.cenLine .clumn2:first-child {
  padding-right: 30px;
  border-right: solid 1px #fff;
}
.cenLine .clumn2:last-child {
  padding-left: 30px;
  border-left: solid 1px #ffff;
}

/* IE11 */
@media all and (-ms-high-contrast: none) {
  svg {
    display: none;
  }
  body.fixed {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    overflow: hidden;
  }
}

/* ザッピング */
.xp-block {
  width: 100%;
  max-width: 1100px;
  padding: 0;
  margin: 0 auto 10px;
  color: #fff;
}
.moviesBox .xp-block {
  color: #000;
}
.scroll {
  width: 69px;
  margin: 0 auto 60px;
}
/* 横スクロール */
ul.xp_thumbnails {
  padding-bottom: 20px;
  overflow-x: scroll;
}
.moviesBox ul.xp_thumbnails {
  overflow-x: hidden;
}
ul.xp_thumbnails::-webkit-scrollbar {
  height: 5px;
}
ul.xp_thumbnails::-webkit-scrollbar-track {
  background: #fff;
  border: solid 1px #263969;
}
ul.xp_thumbnails::-webkit-scrollbar-thumb {
  background: #263969;
}
ul.xp_thumbnails li {
  margin-right: 15px;
}
ul.xp_thumbnails li:last-child {
  margin-right: 0;
}
div.xp_post {
  width: 184px;
}
.xp_thumbnail_image {
  width: 100% !important;
}
.MuiIconButton-root {
  color: #982434 !important;
}
.xp_staff_info_name,
.xp_staff_info_business {
  font-size: 1.2rem;
  color: #982434;
  white-space: normal !important;
}
.moviesBox {
  display: none;
}
.moviesBox.cate00 {
  display: block;
}
.moviesBox div.xp_post {
  width: 124px;
}
.moviesBox ul.xp_thumbnails li {
  margin-right: 10px;
  margin-bottom: 40px;
}
.moviesBox ul.xp_thumbnails li:nth-last-child(7n) {
  margin-right: 0;
}
ul.floor {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 980px;
  padding: 0;
  margin: 0 auto;
}

ul.floor li {
  width: calc(100% / 3 - 15px);
}
.bgWhite {
  position: relative;
  z-index: 5;
  padding: 60px 0 1px;
  margin: 0;
  background: #fff;
}

/* 絞り込み */
.moviesBox div.xp_post {
  width: 138px;
}
.moviesBox ul.xp_thumbnails li {
  margin-right: 10px;
  margin-bottom: 40px;
}
.moviesBox ul.xp_thumbnails li:nth-last-child(7n) {
  margin-right: 0;
}
ul.category {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 700px;
  padding: 0;
  margin: 0 auto 20px;
}
ul.category li {
  padding: 0;
  margin: 0 10px 15px 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
}
ul.category li img {
  height: 38px;
}
ul.category li a {
  color: #000 !important;
}
ul.category li.active {
  color: #fff;
  background-color: #000;
}
#cateTit {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0 auto 30px;
  text-align: center;
}
#cateTit img {
  width: auto;
  height: 32px;
}
#cateTit:after {
  position: absolute;
  top: 16px;
  z-index: -1;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  border-top: 1px solid #e50012;
}
.moviesBox {
  display: none;
}
.cate00 {
  display: block;
}
