<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.fb_iframe_widget &gt; span {
  vertical-align: baseline !important;
}

@media screen and (min-width: 768px) {
.sp {
  display: none;
}
.sp-trigger {
  display: none;
}
body {
  min-width: 1024px;
}

a:hover {
  transition: all 0.25s linear;
}

/*----------------
header
-----------------*/


.header {
  position: relative;
}
.header .bg-main {
  width: 100%;
}
.sns-wrap {
  position: absolute;
  top: 10px;
  right: 10px;
}
.sns-wrap &gt; * {
  display: inline-block;
}
.sns-box {
  margin-right: 10px;
}
.sns-box &gt; * {
  display: inline-block;
}

/*navi*/

.gnav-wrap {
  z-index: 400;
  position: fixed;
  top: 50px;
  left: 0;
  padding-left: 238px;
  width: 100%;
  background: #000320;
  border-top: 3px solid #b8a535;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  min-width: 1024px;
}
.gnav-wrap .emblem {
  position: absolute;
  top: -40px;
  left: 30px;
}
.gnav li {
  float: left;
  width: 16.6%;
  position: relative;
}
.gnav a,  .gnav span {
  line-height: 80px;
  display: block;
  color: #FFF;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  background: #000320;
}
.gnav span {
  color: #999;
}
.gnav .on {
  position: relative;
  z-index: 1;
  transition: all .1s;
  -webkit-transition: all .1s;
}
.gnav .on:hover {
  opacity: 0;
}
.gnav .off {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gnav a:hover {
  background: #a59539;
  color: #181b39;
}

/*------------
box共通
--------------*/


.box {
  margin: 0 auto 50px;
  width: 96%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.box .txt {
  font-size: 17px;
  line-height: 2;
  margin-bottom: 50px;
}

.txt h2 {
    font-size: 34px;
    margin-bottom: 30px;
}

img#about, .txt h2 {
    margin-top: -150px;
    padding-top: 150px;
}


/*---------------
.about
-----------------*/


.about {
  position: relative;
  margin-top: -4%;
  padding: 6% 5% 2%;
  text-align: center;
  color: #FFF;
  background: url(../img/img-concept.jpg) no-repeat center top;
  background-size: cover;
}
.about .logo {
  margin-top: -15.5%;
  margin-bottom: 20px;
}
.about .txt-image {
  margin-bottom: 37px
}
.about .txt-image2 {
  margin-bottom: 90px
}

.about .txt h3 {
    font-size: 24px;
    margin-bottom: 10px;
}


/*---------------
.uniday
-----------------*/


.uniday {
    color: #FFF;
    text-align: center;
    background: url(../img/img-day.jpg) no-repeat right bottom;
    background-size: cover;
    padding-top: 5%;
    padding-bottom: 7%;
}

.uniday .txt {
  margin-bottom: 80px;
}

.uniday ul {
    overflow: hidden;
    width: 600px;
    margin: 0 auto;
}

.uniday li {
    float: left;
    width: 50%;
    font-size: 19px;
    margin-bottom: 20px;
    font-weight: bold;
    text-align: left;
}

.uniday strong {
    color: #b9a636;
    font-size: 30px;
    padding-right: 10px;
    padding-left: 48px;
}

span.small {
    font-size: 15px;
    padding-left: 5px;
}



/*---------------
.movie
-----------------*/



.movie {
  color: #FFF;
  text-align: center;
  background: url(../img/img-movie.jpg) no-repeat center top;
  background-size: cover;
  padding: 6% 4% 2%;
}


.movie ul {
    overflow: hidden;
    padding-bottom: 40px;
}

.movie li {
  width: 33.3%;
  float: left;
  margin: 0 0 3% 0;
}
.movie li a {
  color: #fff;
  display: block;
  text-decoration: none;
}
.movie li a:hover {
  opacity: 0.8;
}
.movie-txt-wrap {
  padding: 6%;
  text-align: left;
  background: #0f1a31;
}
.none {
  padding: 6%;
  text-align: left;
  background: #121e39;
}
.movie-head img {
  width: 100%;
}
.movie-head img {
  width: 100%;
}
.movie-txt-wrap .movie-txt01 {
  border-left: solid 4px #df2d32;
  font-size: 15px;
  padding: 0 0 0 4%;
  margin: 0 0 4% 0;
}
.movie-txt-wrap .movie-txt02 {
  font-size: 17px;
  margin: 0 0 4% 0;
  font-weight: bold;
}


/*---------------
.photo
-----------------*/



.photo {
    color: #FFF;
    text-align: center;
    background: url(../img/img-photo.jpg) no-repeat center top;
    background-size: cover;
    padding: 5% 4% 4%;
}

.photo ul {
    overflow: hidden;
    margin: 0 -3px 0 0;
    padding: 3% 1% 4% 3%;
    box-sizing: border-box;
    background-color: rgba(0,0,0,0.5);
}

.photo li {
    width: 16.0%;
    margin: 0 5px 5px 0;
    float: left;
}
.photo a {
  width: 100%;
  overflow: hidden;
  border: none;
  display: block;
}
.photo li img {
  width: 100%;
}
.photo a:hover {
  opacity: 0.7;
}

.day01 {
    position: relative;
}

.day01 p {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 130%;
    font-weight: bold;
    position: absolute;
    width: 100%;
}


/*---------------
.goods
-----------------*/


.goods {
    color: #FFF;
    text-align: center;
    background: url(../img/img-goods.jpg) no-repeat center top;
    background-size: cover;
    padding-top: 5%;
    padding-bottom: 7%;

}

.goods-link {
    width: 70%;
    margin: 0 auto;
}

.goods-link a {
    border: #fff solid 3px;
    text-decoration: none;
    color: #fff;
    padding: 35px 108px;
    font-size: 17px;
    display: block;
    width: 280px;
    margin: 0 auto;
}

.goods-link a:after {
      content: "";
     display: inline-block;
     width: 18px;
     height: 18px;
     margin: -3px 0 0 10px;
     background: url(../img/img-arrow.png) no-repeat;
     background-size: contain;
     vertical-align: middle;
}

.goods-link a:hover {
    background-color: rgba(0,0,0,0.5);
}





/*---------------
.wallpaper
-----------------*/

.wallpaper {
  color: #FFF;
  text-align: center;
  background: url(../img/img-wallpaper.jpg) no-repeat center top;
  background-size: cover;
  padding: 5% 4% 6%;
}

.wallpaper .wallpaper-dl-wrap {
  overflow: hidden;
}
.wallpaper-dl-wrap .wallpaper-dl-01 {
  float: left;
  width: 50%;
}
.wallpaper-dl-box {
  overflow: hidden;
}
.wallpaper-dl-box li {
  border-right: solid 1px #210001;
  background: #a59539;
  text-align: center;
  font-weight: bold;
  float: left;
  width: 33%;
}
 .wallpaper-dl-box li.btn-blue {
  background: #181b39;
 }
.wallpaper-dl-box a:hover {
  background: #181b39;
}
.wallpaper-dl-box li.btn-blue a:hover {
  background: #a59539;
}
.wallpaper-dl-box .none {
  width: auto !important;
  padding: 0 !important;
  float: none;
}
.wallpaper-dl-box li a {
  text-decoration: none;
  color: #fff;
  padding: 13px 0;
  display: block;
}
.wallpaper-dl-01 p img {
  width: 100%;
}
.wallpaper-dl-01 p img {
  vertical-align: top;
}


/*---------------
magnific-popup 設定
-----------------*/

img.mfp-img {
  max-height: 600px !important;
  display: block;
  line-height: 0;
  padding: 40px 0 40px;
  margin: 0 auto;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
  overflow: auto;
  overflow-y: hidden;
}


/*---------------
.past
-----------------*/


.past {
  margin: 0;
  padding: 0 50px;
  width: 100%;
  background: #FFF;
}
.past-bnr {
  padding: 30px 0;
  overflow: hidden;
  zoom: 1;
}
.past-bnr li {
  float: left;
  width: 50%;
}
.past-bnr li img {
  width: 100%;
}

.past a:hover {
    opacity: 0.8;
}

/*---------------
.footer
-----------------*/



.footer {
  background: #FFF;
}
.footer .pagetop {
  position: relative;
  height: 50px;
  background: #000320;
}
.footer .pagetop:before, .footer .pagetop:after {
  content: '';
  position: absolute;
  top: 48%;
  left: 50%;
  width: 11px;
  border-top: 1px solid #FFF;
}
.footer .pagetop:before {
  margin-left: 4px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.footer .pagetop:after {
  margin-left: -3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.footer .copy {
  padding: 20px 0;
  text-align: center;
}
/* end media query */}









@media screen and (max-width: 767px) {
.pc {
  display: none;
}
img {
  max-width: 100%;
  height: auto;
}


/*---------------
.header
-----------------*/

.header {
  position: relative;
  border-top: 10px solid #000320;
}
.header .bg-main {
  width: 100%;
}
.sp-trigger {
    color: #FFF;
    font-size: 10px;
    text-align: center;
    background-color: rgba(0,0,0,0.7);
    font-weight: bold;
    position: fixed;
    top: 0;
    right: 0;
    display: block;
    width: 58px;
    height: 65px;
    -web-kit-border-radius: 25px;
    -moz-border-radius: 25px;
    box-sizing: border-box;
    -web-kit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    z-index: 1;
}

.sp-trigger span,  .sp-trigger:before,  .sp-trigger:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    width: 30px;
    margin-left: -15px;
    border-top: 3px solid #FFF;
}
.sp-trigger:before {
  top: 20px;
}
.sp-trigger span {
  top: 30px;
}
.sp-trigger:after {
  top: 40px;
}
.show-gnav .sp-trigger-close {
  display: block;
  z-index: 500;
}
.sp-trigger-close {
  z-index: -1;
  display: none;
  position: fixed;
  top: 30px;
  right: 22px;
  width: 49px;
  height: 14px;
  color: #FFF;
  font-size: 30px;
  text-align: center;
  padding-top: 42px;
}
.sp-trigger-close:before,  .sp-trigger-close:after {
  content: '';
  display: block;
  position: absolute;
  left: 15px;
  top: 25px;
  width: 35px;
  border-top: 2px solid #FFF;
}
.sp-trigger-close:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.sp-trigger-close:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.sns-wrap {
  display: none;
}
.show-gnav .gnav-overlay {
  z-index: 50;
  display: block;
}
.gnav-overlay {
  display: none;
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.8);
}
.gnav-wrap .emblem {
  position: absolute;
  top: -6px;
  left: 50%;
  margin-left: -8%;
  width: 17%;
}
.gnav-wrap .emblem img {
  width: 100%;
}
.gnav {
     display: none;
     z-index: 100;
      position: fixed;
      top: 70px;
      left: 0;
      margin: 0 3%;
      width: 94%;
       box-sizing: border-box;
      -webkit-box-sizing: border-box;
      padding-top: 25px;
}

.gnav a,  .gnav span {
    color: #fff;
    display: block;
    font-size: 14px;
    padding: 13px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
}

.gnav span {
  color: #999;
}
.gnav .off {
  display: none;
}


/*---------------
.box共通
-----------------*/

.box {
  margin: 0 auto 50px;
  width: 96%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.box .txt {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 50px;
}

.txt h2 {
    font-size: 30px;
    margin-bottom: 30px;
}



/*---------------
.about
-----------------*/


.logo img {
    width: 90%;
}

.about {
  position: relative;
  margin-top: -4%;
  padding: 15% 5% 10%;;
  text-align: center;
  color: #FFF;
  background: url(../img/img-concept.jpg) no-repeat center top;
  background-size: cover;
}
.about .logo {
  margin-top: -24.5%;
  margin-bottom: 20px;
}
.about .txt-image {
  margin-bottom: 37px
}
.about .txt-image2 {
  margin-bottom: 90px
}

.about .txt h3 {
    font-size: 24px;
    margin-bottom: 10px;
}


/*---------------
.uniday
-----------------*/

.uniday {
    color: #FFF;
    text-align: center;
    background: url(../img/img-day.jpg) no-repeat left bottom;
    background-size: cover;
    padding: 15% 5% 10%;
}

.uniday .txt {
  margin-bottom: 35px;
}

.uniday ul {
    max-width: 280px;
    margin: 0 auto;
    background-color: rgba(0,0,0,0.5);
    padding: 20px;
}

.uniday li {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
    text-align: left;
}

.uniday strong {
    color: #b9a636;
    font-size: 25px;
    padding-right: 15px;
}

span.small {
    font-size: 15px;
    padding-left: 5px;
}


/*---------------
.movie
-----------------*/

.movie {
  color: #FFF;
  text-align: center;
  background: url(../img/img-movie.jpg) no-repeat center top;
  background-size: cover;
  padding: 15% 5% 10%;
}


.movie ul {
    overflow: hidden;
}

.movie li {
  float: left;
  padding: 1%;
  width: 48%;
}
.movie li a {
  color: #fff;
  display: block;
  text-decoration: none;
}
.movie-txt-wrap {
  padding: 6%;
  text-align: left;
  background: #0f1a31;
}
.none {
  padding: 6% 6% 0 6%;
  text-align: left;
  background: #121e39;
}
.movie-head img {
  width: 100%;
}
.movie-head img {
  width: 100%;
}
.movie-txt-wrap .movie-txt01 {
  border-left: solid 4px #df2d32;
  font-size: 15px;
  padding: 0 0 0 4%;
  margin: 0 0 4% 0;
}
.movie-txt-wrap .movie-txt02 {
  font-size: 12px;
  margin: 0 0 4% 0;
  font-weight: bold;
}



/*---------------
.photo
-----------------*/



.photo {
    color: #FFF;
    text-align: center;
    background: url(../img/img-photo.jpg) no-repeat bottom right;
    background-size: cover;
    padding: 15% 5% 10%;
}

.photo ul {
    overflow: hidden;
    margin: 0 -3px 0 0;
    padding: 5% 6% 5% 10%;
    box-sizing: border-box;
    background-color: rgba(0,0,0,0.5);
}

.photo li {
  width: 47%;
  margin: 0 5px 5px 0;
  float: left;
}
.photo a {
  width: 100%;
  overflow: hidden;
  border: none;
  display: block;
}
.photo li img {
  width: 100%;
}

.day01 {
    position: relative;
}

.day01 p {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 130%;
    font-weight: bold;
    position: absolute;
    width: 100%;
}



/*---------------
magnific-popup 設定
-----------------*/

img.mfp-img {
  display: block;
  max-width: 350px;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}


/*---------------
.goods
-----------------*/


.goods {
    color: #FFF;
    text-align: center;
    background: url(../img/img-goods.jpg) no-repeat center top;
    background-size: cover;
    padding-top: 5%;
    padding-bottom: 7%;

}

.goods-link {
    width: 75%;
    margin: 0 auto;
}

.goods-link a {
    border: #fff solid 3px;
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 25px;
}

.goods-link a:after {
      content: "";
     display: inline-block;
     width: 14px;
     height: 14px;
     margin: -3px 0 0 5px;
     background: url(../img/img-arrow.png) no-repeat;
     background-size: contain;
     vertical-align: middle;
}


/*---------------
.wallpaper
-----------------*/

.wallpaper {
  color: #FFF;
  text-align: center;
  background: url(../img/img-wallpaper.jpg) no-repeat center top;
  background-size: cover;
  padding: 15% 5% 10%;
}

.wallpaper-dl-wrap .wallpaper-dl-01 {
  width: 100%;
  margin: 0 0 20px 0;
}
.wallpaper-dl-box {
  overflow: hidden;
}

.wallpaper-dl-box li {
  background: #a59539;
  font-weight: bold;
  width: 100%;
  border-top: solid 1px #210001;
}

 .wallpaper-dl-box li.btn-blue {
  background: #181b39;
 }

.wallpaper-dl-box li a {
  text-decoration: none;
  color: #fff;
  padding: 13px 0;
  display: block;
}
.wallpaper-dl-01 p img {
  width: 100%;
}
.wallpaper-dl-01 p img {
  vertical-align: top;
}


/*---------------
.past
-----------------*/

.past {
  margin: 0;
  padding: 0 10px;
  width: 100%;
  background: #FFF;
}
.past-bnr {
  padding: 10px 0;
  overflow: hidden;
  zoom: 1;
}
.past-bnr li {
}
.past-bnr li img {
  width: 100%;
}


/*---------------
.footer
-----------------*/

.footer {
  background: #FFF;
}
.footer .pagetop {
  position: relative;
  height: 50px;
  background: #000320;
}
.footer .pagetop:before, .footer .pagetop:after {
  content: '';
  position: absolute;
  top: 48%;
  left: 50%;
  width: 11px;
  border-top: 1px solid #FFF;
}
.footer .pagetop:before {
  margin-left: 4px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.footer .pagetop:after {
  margin-left: -3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.footer .copy {
  padding: 20px 0;
  text-align: center;
}
/* end media query */}
</pre></body></html>