@charset "UTF-8";
/*レスポンシブ対応。カラム数とカラム間marginを自由に設定するMixin*/
/*一列組のみ、記事が増え、2段、3段になるカラム組には適さない*/
/*参考→　https://qiita.com/noqua/items/0dc04aa528269db41a07　*/
h2 {
  font-weight: lighter;
}

h3 {
  font-weight: lighter;
}

.slider01 {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.slider01 .slick-slide img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100vh;
}
@media all and (max-width: 980px) {
  .slider01 .slick-slide img {
    height: 100vh;
  }
}

.initial-slider::after {
  display: block;
  content: "";
  background: rgba(21, 69, 138, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: calc(100% - 7px);
}

.logo-unit {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 1001;
}
@media all and (max-width: 620px) {
  .logo-unit {
    top: 42%;
  }
}
.logo-unit h1 {
  margin: 0 0 40px 0;
}
.logo-unit h1 img {
  width: 100%;
  max-width: 138px;
}
@media all and (max-width: 620px) {
  .logo-unit h1 img {
    max-width: 115px;
  }
}
.logo-unit figure {
  margin: 0 auto 20px;
  padding: 0;
  width: 1px;
}
.logo-unit figure img {
  height: 328px;
}
@media all and (max-width: 620px) {
  .logo-unit figure img {
    height: 250px;
  }
}
.logo-unit p {
  text-align: center;
  color: #fff;
  margin: 0;
  font-family: "URW Garamond W01 Regular", "リュウミン L-KL", "Ryumin Light KL", Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.slide-dots {
  z-index: 1001;
  position: absolute;
  right: 5px;
  bottom: 0;
}
@media all and (max-width: 980px) {
  .slide-dots {
    margin: -40px 20px 40px 0;
  }
}
.slide-dots li {
  display: inline-block;
  margin: 0 3px 0 0;
}
.slide-dots li button {
  position: relative;
  text-indent: -9999px;
  background: none;
  border: 0;
  width: 20px;
}
.slide-dots li button:before {
  content: url(/img/dots.svg);
  text-indent: 0px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 1px;
}
.slide-dots li.slick-active button:before {
  content: url(/img/dots-crr.svg);
  text-indent: 0px;
  width: 20px;
  height: 1px;
}

.top-section {
  margin: 80px auto;
  padding: 0 0 80px 0;
  border-bottom: 1px solid #1d4f6f;
}
.top-section:last-child {
  border-bottom: none;
  padding: 0;
}

.contents-wrapper_border {
  border-bottom: 1px solid #1d4f6f;
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 80px;
}

@media all and (max-width: 620px) {
  .sp-margin {
    margin: 0 10px;
  }
}

.top-section2 {
  margin: 80px auto;
}
.top-section2:last-child {
  border-bottom: none;
  padding: 0;
}

.button-basic {
  margin: 0 auto;
}

.top-works a {
  display: block;
}
.top-works .row {
  padding: 0;
  margin: 0 0 30px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.top-works .row .item {
  width: calc((100% - 20px) / 3);
}
@media all and (max-width: 620px) {
  .top-works .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .top-works .row .item {
    width: calc((100% - 5px) / 2);
  }
}
.top-works .row2 {
  padding: 0;
  margin: 0 0 30px 0;
}
.top-works .row2 .item {
  padding: 0 10px;
}
@media all and (max-width: 620px) {
  .top-works .item {
    margin: 0 0 5px 0;
  }
}
.top-works .thumbnail {
  background-image: url(/img/no-img.jpg);
  background-size: cover;
  background-position: center center;
  padding-top: 75%;
  width: 100%;
  background-color: #efefef;
  position: relative;
}
.top-works .thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top-event a {
  display: block;
}
.top-event .row {
  padding: 0;
  margin: 20px 0 0 0;
  display: flex;
  flex-wrap: wrap;
}
@media all and (max-width: 620px) {
  .top-event .row {
    justify-content: space-between;
  }
}
.top-event .item {
  width: 32%;
  margin: 0 2% 20px 0;
}
@media all and (max-width: 620px) {
  .top-event .item {
    margin: 0 0 20px 0;
    width: 48%;
  }
}
.top-event .item:nth-child(3n) {
  margin: 0 0 10px 0;
}
@media all and (max-width: 620px) {
  .top-event .item:nth-child(3n) {
    margin: 0 0 5px 0;
  }
}
.top-event .thumbnail {
  background-image: url(/img/no-img.jpg);
  background-size: cover;
  background-position: center center;
  padding-top: 60%;
  width: 100%;
  background-color: #efefef;
  position: relative;
  margin: 0 0 20px 0;
}
@media all and (max-width: 620px) {
  .top-event .thumbnail {
    margin: 0 0 10px 0;
  }
}
.top-event .thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-event .text-unit .date {
  margin: 0 0 5px 0;
  font-size: 12px;
  font-size: 1.2rem;
}
.top-event .text-unit h3 {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 0 5px 0;
}
.top-event .text-unit .hosoku {
  font-size: 12px;
  font-size: 1.2rem;
}
.top-event .text-unit .hosoku p {
  margin: 0;
}

.top-inter a {
  display: block;
}
.top-inter .row {
  padding: 0;
  margin: 20px 0 0 0;
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 620px) {
  .top-inter .row {
    display: block;
  }
}
.top-inter .item {
  width: 49%;
  margin: 0 0 20px 0;
}
@media all and (max-width: 620px) {
  .top-inter .item {
    width: 100%;
    margin: 0 0 40px 0;
  }
}
.top-inter .thumbnail {
  background-image: url(/img/no-img.jpg);
  background-size: cover;
  background-position: center center;
  padding-top: 70%;
  width: 100%;
  background-color: #efefef;
  position: relative;
  margin: 0 0 20px 0;
}
@media all and (max-width: 620px) {
  .top-inter .thumbnail {
    margin: 0 0 10px 0;
  }
}
.top-inter .thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-inter .text-unit .num {
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
}
.top-inter .text-unit .num::after {
  content: "";
  height: 40px;
  width: 1px;
  display: block;
  background: #333;
  margin: 15px auto 0;
}
.top-inter .text-unit h3 {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 auto 20px;
  text-align: center;
  max-width: 330px;
  letter-spacing: 0.02em;
}

.top-co .flex-unit {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
}
@media all and (max-width: 620px) {
  .top-co .flex-unit {
    display: block;
  }
}
.top-co .wrapper-inner2 {
  width: 47%;
}
@media all and (max-width: 620px) {
  .top-co .wrapper-inner2 {
    width: 100%;
    margin: 50px 0;
  }
}
.top-co a {
  display: block;
}
.top-co .row {
  padding: 0;
  margin: 20px 0 30px 0;
}
@media all and (max-width: 620px) {
  .top-co .row {
    justify-content: space-between;
  }
}
.top-co .item .f-unit {
  display: flex;
}
.top-co .img-unit {
  width: 60%;
  max-width: 230px;
  margin-right: 20px;
}
.top-co .thumbnail {
  background-image: url(/img/no-img.jpg);
  background-size: cover;
  background-position: center center;
  padding-top: 75%;
  width: 100%;
  background-color: #efefef;
  position: relative;
  margin: 0 0 10px 0;
}
@media all and (max-width: 620px) {
  .top-co .thumbnail {
    margin: 0 0 10px 0;
  }
}
.top-co .thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-co .text-unit {
  width: 40%;
  max-width: 220px;
}
.top-co .text-unit .date {
  margin: 0 0 5px 0;
  font-size: 12px;
  font-size: 1.2rem;
}
.top-co .text-unit h3 {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0 0 5px 0;
}
.top-co .text-unit .hosoku {
  font-size: 12px;
  font-size: 1.2rem;
}
.top-co .text-unit .hosoku p {
  margin: 0;
}

.top-model .slider02 {
  max-width: 400px;
  max-height: 400px;
  width: 100%;
  margin: 0 15px 0 0;
}
@media all and (max-width: 620px) {
  .top-model .slider02 {
    margin: 0 auto 40px;
  }
}
.top-model .slider02 ul {
  padding: 0;
  margin: 0;
}
.top-model .slider02 .thumbnail {
  background-image: url(/img/no-img.jpg);
  background-size: cover;
  background-position: center center;
  padding-top: 100%;
  width: 100%;
  background-color: #efefef;
  position: relative;
  margin: 0 0 20px 0;
}
.top-model .slider02 .thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-model .slide-unit {
  display: flex;
  justify-content: space-between;
  max-width: 850px;
  margin: 0 auto 30px;
}
@media all and (max-width: 620px) {
  .top-model .slide-unit {
    display: block;
  }
}
.top-model .text-unit {
  max-width: 420px;
}
@media all and (max-width: 620px) {
  .top-model .text-unit {
    max-width: 100%;
  }
}
.top-model .slide-dots-event {
  z-index: 1001;
  position: absolute;
  bottom: 5px;
}
.top-model .slide-dots-event li {
  display: inline-block;
  margin: 0 3px 0 0;
}
.top-model .slide-dots-event li button {
  position: relative;
  text-indent: -9999px;
  background: none;
  border: 0;
  width: 20px;
}
.top-model .slide-dots-event li button:before {
  content: url(/img/event-dots.svg);
  text-indent: 0px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 1px;
}
.top-model .slide-dots-event li.slick-active button:before {
  content: url(/img/dots-crr.svg);
  text-indent: 0px;
  width: 20px;
  height: 1px;
}

.top-model2 .text-unit {
  max-width: 420px;
}
@media all and (max-width: 620px) {
  .top-model2 .text-unit {
    max-width: 100%;
  }
}
.top-model2 .flex-unit {
  display: flex;
}
@media all and (max-width: 620px) {
  .top-model2 .flex-unit {
    display: block;
    margin: 0 10px;
  }
}
.top-model2 .flex-unit .img-unit {
  width: 60%;
  margin-right: 30px;
}
@media all and (max-width: 620px) {
  .top-model2 .flex-unit .img-unit {
    width: 100%;
  }
}
@media all and (max-width: 620px) {
  .top-model2 .flex-unit .img-unit {
    margin: 0 0 30px 0;
  }
}
.top-model2 .flex-unit .img-unit img {
  width: 100%;
  height: 486px;
  object-fit: cover;
}
@media all and (max-width: 620px) {
  .top-model2 .flex-unit .img-unit img {
    width: 100%;
    height: auto;
  }
}
.top-model2 .flex-unit .text-unit {
  width: 100%;
  padding-right: 10px;
}
.top-model2 .flex-unit .text-unit .section-title {
  font-size: 24px;
  font-size: 2.4rem;
  padding-top: 10px;
}
@media all and (max-width: 620px) {
  .top-model2 .flex-unit .text-unit .section-title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}
.top-model2 .button-basic {
  margin: 0;
}
@media all and (max-width: 620px) {
  .top-model2 .button-basic {
    margin: 0 auto;
  }
}

.top-model3 .text-unit {
  max-width: 420px;
}
@media all and (max-width: 620px) {
  .top-model3 .text-unit {
    max-width: 100%;
  }
}
.top-model3 .flex-unit {
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 620px) {
  .top-model3 .flex-unit {
    display: flex;
    flex-wrap: wrap;
    margin: 0 10px;
  }
}
.top-model3 .flex-unit .img-unit {
  width: 70%;
  order: 1;
}
@media all and (max-width: 620px) {
  .top-model3 .flex-unit .img-unit {
    width: 100%;
    margin-bottom: 30px;
  }
}
.top-model3 .flex-unit .img-unit img {
  width: 100%;
  height: 486px;
  object-fit: cover;
}
@media all and (max-width: 620px) {
  .top-model3 .flex-unit .img-unit img {
    width: 100%;
    height: auto;
  }
}
.top-model3 .flex-unit .text-unit {
  width: 50%;
  padding-right: 10px;
  margin-left: 5%;
}
@media all and (max-width: 980px) {
  .top-model3 .flex-unit .text-unit {
    margin-left: 10px;
  }
}
@media all and (max-width: 620px) {
  .top-model3 .flex-unit .text-unit {
    width: 100%;
    order: 2;
  }
}
.top-model3 .flex-unit .text-unit .section-title {
  padding-top: 10px;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.2em;
  margin-bottom: 50px;
}
.top-model3 .flex-unit .text-unit .sub {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 30px;
}
.top-model3 .flex-unit .text-unit .m-b {
  margin-bottom: 200px;
}
@media all and (max-width: 620px) {
  .top-model3 .flex-unit .text-unit .m-b {
    margin-bottom: 40px;
  }
}
.top-model3 .button-basic {
  margin: 0;
}
@media all and (max-width: 620px) {
  .top-model3 .button-basic {
    margin: 0 auto;
  }
}

.ig-list {
  display: flex;
  max-width: 980px;
  flex-wrap: wrap;
  margin: 40px auto 40px;
  padding: 0;
}
.ig-list li {
  width: 24.85%;
  height: auto;
}
@media all and (min-width: 981px) {
  .ig-list li:nth-of-type(4) {
    border-right: none;
  }
  .ig-list li:nth-of-type(8) {
    border-right: none;
  }
  .ig-list li:nth-of-type(n + 9) {
    display: none;
  }
  .ig-list li:nth-of-type(n + 5) {
    border-bottom: none;
  }
}
@media all and (max-width: 980px) {
  .ig-list li {
    width: 33.2%;
  }
  .ig-list li:nth-of-type(3) {
    border-right: none;
  }
  .ig-list li:nth-of-type(6) {
    border-right: none;
  }
  .ig-list li:nth-of-type(9) {
    border-right: none;
  }
  .ig-list li:nth-of-type(n + 7) {
    border-bottom: none;
  }
}
@media all and (max-width: 620px) {
  .ig-list li {
    width: 33.1333333333%;
  }
}
.ig-list li a {
  display: block;
  backface-visibility: hidden;
  text-decoration: none;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
}
.ig-list li .thumbnail {
  padding-top: 100%;
  width: 100%;
  position: relative;
}
.ig-list li .thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.insta-btn::before {
  position: absolute;
  top: 52%;
  left: 70px;
  transform: translateY(-50%);
  display: block;
  content: "";
  background: url(/img/ig-btn.svg) no-repeat;
  width: 15px;
  height: 15px;
}

.top-movie {
  position: relative;
}
.top-movie .scroll-unit {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
}
.top-movie .scroll-unit figure {
  margin: 0 auto 20px;
  padding: 0;
  width: 1px;
}
.top-movie .scroll-unit figure img {
  height: 200px;
  width: 2px;
}
@media all and (max-width: 980px) {
  .top-movie .scroll-unit figure img {
    height: 200px;
  }
}
.top-movie .scroll-unit p {
  text-align: center;
  color: #fff;
  margin: 0;
  font-family: "URW Garamond W01 Regular", "リュウミン L-KL", "Ryumin Light KL", Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

#video {
  width: 100%;
  height: 100vh;
  height: -webkit-fill-available;
  object-fit: cover;
}

/* ローディング画面 */
#loading {
  width: 100vw;
  height: 100vh;
  height: -webkit-fill-available;
  transition: all 1s;
  background-color: #f1f1f1;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 19999;
}
#loading .site-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 150px;
  margin: 0;
}
@media all and (max-width: 980px) {
  #loading .site-title {
    width: 100px;
  }
}

.loaded {
  opacity: 0;
  visibility: hidden;
}

.toppage {
  font-size: 0px;
  font-size: 0rem;
  width: 100% !important;
  top: -100px !important;
}