img {
  max-width: 100%;
  height: auto;
}

.loadingBox {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #D60000;
  z-index: 1500;
}

.spinner {
  width: 120px;
  height: 184px;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}

.spinner.is-show {
  opacity: 1;
}

/**================================= Header Setting =================================**/
#header {
  z-index: 1000;
}

#container #contents {
  margin-top: calc(39vw + 88px - 3px);
}

#container .news_box h1 {
    color: #D60000;
}

@media screen and (max-width: 1060px) {
#container #contents {
  margin-top: calc(39vw - 3px);
}
}


@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, #container header nav {
    overflow-y: hidden;
  }
}

/**================================= Navi Setting =================================**/
.localNav {
  position: fixed;
  top: 88px;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: calc(100vh - 88px);
  width: 70px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 100;
  -webkit-transition: .5s;
  transition: .5s;
  overflow: hidden;
}

.localNav.is-bgnon {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}

.localNav .navTtl {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
}

.localNav ul {
  padding: 2.5em 0;
}

.localNav ul:nth-last-of-type(1) {
  padding-bottom: 0;
}

.localNav ul li {
  margin: 15px auto;
  text-align: center;
  line-height: 1;
}

.localNav ul li span {
  display: inline-block;
  background-color: #FFF;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: .5;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
}

.localNav ul li span:hover, .localNav ul li span.is-cur {
  opacity: 1;
}

.localNav.is-navBk .navTtl {
  color: #000;
}

.localNav.is-navBk ul li span {
  background-color: #000;
}

.localNav.is-btmstop {
  position: absolute;
}

.localNav.is-hidden {
  visibility: hidden;
  z-index: 0;
}

@media screen and (max-height: 700px) {
  .localNav .navTtl {
    font-size: 16px;
  }
  .localNav ul {
    padding: 2em 0;
  }
  .localNav ul li {
    margin: 20% auto;
  }
}

.mainvisualBox {
  position: fixed;
  width: 100%;
  height: 39vw;
  top: 88px;
  left: 0;
}

@media screen and (max-width: 1060px) {
.mainvisualBox {
  top: 40px;
}
}

.mainvisualBox figure img {
  vertical-align: bottom;
}

.movieBoxWrap {
  height: 200vh;
}

#lessmoremewe {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  height: calc(100vh - 88px);
  background-color: #000;
  position: relative;
}

#lessmoremewe.is-fixed {
  height: 100vh;
  top: 0;
  z-index: 1100;
}

#lessmoremewe video {
  position: absolute;
  width: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#lessmoremewe .fv {
  height: calc(100vh - 88px);
  color: #FFF;
  padding-left: 4%;
  position: relative;
  z-index: 0;
  /*background: url(../images/poster.jpg) no-repeat center center/cover;*/
}

#lessmoremewe .fv h2.ourbrandTtl {
  font-size: 80px;
  font-weight: bold;
  position: absolute;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0;
}

#lessmoremewe .fv.is-hidden {
  visibility: hidden;
}

#lessmoremewe .fv .movstart {
  position: absolute;
  top: calc(50% + 60px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  font-size: 20px;
}

#lessmoremewe .fv .movstart::after {
  content: "";
  position: absolute;
  top: calc(50% + 2px);
  right: -20px;
  width: 10px;
  height: 10px;
  border-right: #FFF solid 2px;
  border-bottom: #FFF solid 2px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

#lessmoremewe .sound {
  position: absolute;
  top: 20px;
  left: 20px;
  display: block;
  cursor: pointer;
  width: 25px;
  height: 35px;
}

#lessmoremewe .sound.is-off::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../images/icn_off.svg) no-repeat center center/contain;
  top: 50%;
  right: -30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#lessmoremewe .reload {
  position: absolute;
  top: 30px;
  right: 76px;
  display: block;
  width: 44px;
  height: 40px;
  cursor: pointer;
  visibility: hidden;
}

#lessmoremewe .reload.is-show {
  visibility: visible;
}

#lessmoremewe .play {
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: block;
  width: 25px;
  height: 32px;
  cursor: pointer;
  visibility: hidden;
}

#lessmoremewe .play.is-show {
  visibility: visible;
}

#lessmoremewe .pause {
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: block;
  width: 25px;
  height: 32px;
  cursor: pointer;
  visibility: hidden;
}

#lessmoremewe .pause.is-show {
  visibility: visible;
}

#lessmoremewe .fullscreen {
  position: absolute;
  bottom: 22px;
  right: 76px;
  display: block;
  width: 40px;
  height: 30px;
  cursor: pointer;
  visibility: hidden;
  z-index: 1000;
}

#lessmoremewe .fullscreen.is-show {
  visibility: visible;
}

#lessmoremewe .fullscreenoff {
  position: absolute;
  bottom: 22px;
  right: 76px;
  display: block;
  width: 40px;
  height: 30px;
  cursor: pointer;
  visibility: hidden;
  z-index: 1000;
}

#lessmoremewe .fullscreenoff.is-show {
  visibility: visible;
}

#lessmoremewe .seek {
  position: absolute;
  bottom: 32px;
  left: 70px;
  width: calc(100% - 70px - 60px - 76px);
  height: 5px;
  background-color: rgba(255, 255, 255, 0.2);
  visibility: hidden;
}

#lessmoremewe .seek.is-show {
  visibility: visible;
}

#lessmoremewe #currenttime {
  height: 100%;
  background-color: white;
}

#container {
  /*----------- Our Brand -----------*/
  /* BG */
  /*----------- Our Brand -----------*/
  /*----------- Ryukoku Description -----------*/
}

#container .bgBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh - 88px);
}

#container .bgBox div {
  position: absolute;
  top: 0;
  height: 0;
  width: 100%;
  height: 100%;
}

#container .bgBox .bg01 {
  background: url(../images/bg01.jpg) no-repeat center center/cover;
}

#container .bgBox .bg02 {
  background: url(../images/bg02.jpg) no-repeat center center/cover;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

#container .bgBox .bg02.is-show {
  opacity: 1;
}

#container .overlayer {
  position: fixed;
  top: 88px;
  left: 0;
  width: 50%;
  height: calc(100vh - 88px);
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  z-index: 0;
}

#container .ourbrand {
  position: relative;
  z-index: 3;
  height: 250vh;
}

#container .ourbrand .ourbrandInner .fvBox {
  position: relative;
  width: 50%;
  padding: 4% 4% 10em;
  color: #FFF;
  z-index: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.6);
}

#container .ourbrand .ourbrandInner .fvBox h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 4em;
}

#container .ourbrand .ourbrandInner .fvBox p {
  font-size: 20px;
  margin-bottom: 2em;
  line-height: 2;
}

#container .ourbrand .ourbrandInner .fvBox p.last {
  font-weight: bold;
  margin-top: 4em;
}

#container .bgBox2 {
  position: absolute;
  width: 100%;
  height: calc(100vh - 88px);
  z-index: 4;
}

#container .bgBox2 div {
  position: absolute;
  top: 0;
  height: 0;
  width: 100%;
  height: 100%;
}

#container .bgBox2 .bg03 {
  background: url(../images/bg03.jpg) no-repeat center center/cover;
}

#container .bgBox2 .bg04 {
  background: url(../images/bg04.jpg) no-repeat center center/cover;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

#container .bgBox2 .bg04.is-show {
  opacity: 1;
}

#container .bgBox2 .bg05 {
  background: url(../images/bg05.jpg) no-repeat center center/cover;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

#container .bgBox2 .bg05.is-show {
  opacity: 1;
}

#container .ryudesc {
  position: relative;
  z-index: 1;
  height: 140vh;
}

#container .ryudesc .descInner {
  z-index: 4;
}

#container .ryudesc .descInner .descTxtBox {
  position: relative;
  width: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 4% 4% 10em;
  z-index: 4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#container .ryudesc .descInner .descTxtBox h3 {
  color: #000;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 2em;
  margin-top: 10em;
}

#container .ryudesc .descInner .descTxtBox h3:first-of-type {
  margin-top: 1em;
}

#container .ryudesc .descInner .descTxtBox p {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 2em;
  line-height: 2;
}

#container .ryudesc .descInner .descTxtBox p#ryudesc02 {
  margin-top: 6em;
}

#container .ryudesc .descInner .descTxtBox .btnBox {
  margin-top: 50px;
}

#container .ryudesc .descInner .descTxtBox .btnBox a {
  display: inline-block;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: bold;
  background-color: #627a86;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
  border: #627a86 solid 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#container .ryudesc .descInner .descTxtBox .btnBox a:hover {
  background-color: #FFF;
  color: #627a86;
  border: #627a86 solid 1px;
}



#container .logomarkslogan {
  height: 300vh;
  z-index: 6;
  background-color: #FFF;
}

#container .logomarkslogan .bg {
  background-color: #D60000;
  width: 100%;
  height: calc(100vh - 88px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}

#container .logomarkslogan .logomarksloganInner {
  width: 100%;
  height: calc(100vh - 88px);
  position: relative;
  z-index: 5;
}

#container .logomarkslogan .logomark {
  position: absolute;
  width: 100%;
  height: calc(100vh - 88px);
  background-color: #D60000;
  top: 0;
  left: 0;
  z-index: 5;
}

#container .logomarkslogan .logomark h2 {
  position: absolute;
  top: 6%;
  left: 4%;
  font-size: 24px;
  font-weight: bold;
  color: #FFF;
  z-index: 6;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

#container .logomarkslogan .logomark h2.is-show {
  opacity: 1;
}

#container .logomarkslogan .logomark .logoimg {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 7;
  width: 300px;
  height: 462px;
  text-align: center;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

#container .logomarkslogan .logomark .logoimg.is-show {
  opacity: 1;
}

#container .logomarkslogan .logomark .logoimg.is-hidden {
  display: none;
}

#container .logomarkslogan .logomark p {
  position: absolute;
  width: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: calc(30px + 76px);
  font-size: 20px;
  line-height: 1.8;
  color: #FFF;
  opacity: 0;
  z-index: 6;
}

#container .logomarkslogan .logomark.is-hidden {
  visibility: hidden;
}

#container .logomarkslogan .slogan {
  position: absolute;
  width: 100%;
  height: calc(100vh - 88px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
  background-color: #FFF;
}

#container .logomarkslogan .slogan h2 {
  color: #000;
  position: absolute;
  top: 6%;
  left: 4%;
  font-size: 24px;
  font-weight: bold;
}

#container .logomarkslogan .slogan h2.is-fixed {
  position: fixed;
}

#container .logomarkslogan .slogan .slogan__inner .sloganimg {
  text-align: center;
  margin-bottom: 100px;
  opacity: 0;
}

#container .logomarkslogan .slogan .slogan__inner p {
  color: #000;
  font-size: 20px;
  line-height: 1.8;
  text-align: center;
  opacity: 0;
}

#container .gallery {
  width: 100%;
  /*height: 400vh;*/
  position: relative;
  background-color: #E5EBEE;
/*  z-index: 7;*/
}

#container .gallery .galleryInner {
  width: 100%;
  height: calc(100vh - 88px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: absolute;
  top: 0;
  left: 0;
}

#container .gallery .galleryInner .galleryitem {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: absolute;
}

#container .gallery .galleryInner .galleryitem ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

#container .gallery .galleryInner .galleryitem ul li {
  width: calc(100% / 3);
  height: calc((100vh - 88px) / 3);
  opacity: 0;
}

#container .gallery .galleryInner .galleryitem ul li.sImg01 {
  background: url(../images/img_s01_2.jpg) no-repeat center center/cover;
}

#container .gallery .galleryInner .galleryitem ul li.sImg02 {
  background: url(../images/img_s02_2.jpg) no-repeat center center/cover;
}

#container .gallery .galleryInner .galleryitem ul li.sImg03 {
  background: url(../images/img_s03_2.jpg) no-repeat center center/cover;
}

#container .gallery .galleryInner .galleryitem ul li.sImg04 {
  background: url(../images/img_s04_2.jpg) no-repeat center center/cover;
}

#container .gallery .galleryInner .galleryitem ul li.sImg05 {
  background: url(../images/img_s05_2.jpg) no-repeat center center/cover;
}

#container .gallery .galleryInner .galleryitem ul li.sImg06 {
  background: url(../images/img_s06.jpg) no-repeat center center/cover;
}

#container .gallery .galleryInner .galleryitem ul li.sImg07 {
  background: url(../images/img_s07.jpg) no-repeat center center/cover;
}

#container .gallery .galleryInner .galleryitem ul li.sImg08 {
  background: url(../images/img_s08.jpg) no-repeat center center/cover;
}

#container .gallery .galleryInner .galleryitem ul li.sImg09 {
  background: url(../images/img_s09.jpg) no-repeat center center/cover;
}

#container .gallery .galleryInner .galleryitem ul li.sImg10 {
  background: url(../images/img_s10.jpg) no-repeat center center/cover;
}

#container .gallery .galleryInner .galleryitem ul.narrow {
  display: block;
  width: calc(100% / 3);
}

#container .gallery .galleryInner .galleryitem ul.narrow li {
  width: 100%;
}

#container .gallery .galleryInner .galleryitem .imgLg {
  width: calc(100% / 3 * 2);
  height: calc((100vh - 88px) / 3 * 2);
  opacity: 0;
}

#container .gallery .galleryInner .galleryitem .imgL01 {
  background: url(../images/img_l01_2.jpg) no-repeat center center/cover;
}

#container .gallery .galleryInner .galleryitem .imgL02 {
  background: url(../images/img_l02.jpg) no-repeat center center/cover;
}

#container .gallery .gallerySp {
  display: none;
}

#container .ryukoku400 {
  background-color: #D60000;
  padding: 120px 0 80px;
  text-align: center;
  z-index: 8;
  position: relative;
  min-height: calc(100vh - 88px + 1px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#container .ryukoku400 h2 {
  font-size: 90px;
  font-weight: bold;
  color: #FFF;
  margin-bottom: 60px;
  line-height: 1;
}

#container .ryukoku400 p {
  font-size: 20px;
  color: #FFF;
  line-height: 1.8;
  margin-bottom: 40px;
}

#container .ryukoku400 .btnBox a {
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  background-color: #FFF;
  color: #D60000;
  text-decoration: none;
  padding: 10px 20px;
  -webkit-transition: .3s;
  transition: .3s;
  border: transparent solid 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#container .ryukoku400 .btnBox a:hover {
  background-color: #D60000;
  color: #FFF;
  border: #FFF solid 1px;
}

#container .initiatives {
  padding: 80px 0;
  background-color: #F2F5F7;
  z-index: 8;
  position: relative;
}

#container .initiatives h2 {
  text-align: center;
  margin-bottom: 0px;
}

#container .initiatives h2 span.en {
  color: #D60000;
  font-size: 36px;
  font-weight: bold;
  display: block;
  line-height: 1;
  margin-bottom: 10px;
}

#container .initiatives h2 span.jp {
  font-size: 20px;
  display: block;
  color: #333;
}

#container .initiatives .inner {
  padding: 0 76px;
}

#container .initiatives .inner h3 {
  font-size: 30px;
  font-weight: bold;
  color: #D60000;
  margin-bottom: 20px;
}

#container .initiatives .inner ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

#container .initiatives .inner ul li {
  width: calc(100% / 3);
}

#container .initiatives .inner ul li figure {
  margin-bottom: 5px;
}

#container .initiatives .inner ul li .ttl {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  padding-right: 10px;
}

#container .initiatives .inner ul li .desc {
  font-size: 16px;
  margin-bottom: 20px;
  min-height: 4em;
}

#container .initiatives .inner ul li a {
  font-size: 14px;
  color: #D60000;
  font-weight: bold;
}

#container .initiatives .inner ul li .link::after {
  content: ">";
  display: inline;
  padding-right: 5px;
  padding-bottom: 3px;
  font-family: inherit;
  color: #D60000;
}

#container .initiatives .inner ul li a:hover {
  text-decoration: none;
}

#container .initiatives .inner:nth-of-type(n+2) {
  margin-top: 80px;
  padding-top: 80px;
  border-top: #B0BFC8 solid 1px;
}

#container .initiatives .btnBox {
  text-align: center;
  margin-top: 60px;
}

#container .initiatives .btnBox a {
  display: inline-block;
  height: auto !important;
  text-decoration: none;
  font-size: 13px;
  display: inline-block;
  min-width: 120px;
  padding: 5px !important;
  border: 1px solid #dc0000;
  background: #dc0000;
  color: #FFF;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  overflow: hidden;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#container .initiatives .btnBox a:hover {
  border: 1px solid #D60000;
  background: #FFF;
  color: #D60000;
}


#container .concept {
  padding: 80px 0 90px;
  z-index: 9;
  position: relative;
  background-color: #ffffff;
}

#container .concept h2 {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 80px;
  text-align: center;
  padding: 0 10px;
}




#container .budsdgs {
  z-index: 8;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: calc(100vh - 88px + 1px);
}

#container .budsdgs .budsdgs__item {
  width: 50%;
}

#container .budsdgs .budsdgs__img {
  background: #FFF url(../images/img_message.jpg) center center/cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#container .budsdgs .budsdgs__img img {
  width: 50%;
}

#container .budsdgs .budsdgs__txt {
  padding: 0 calc(76px + 4%) 0 4%;
  background-color: #F0F3F5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#container .budsdgs .budsdgs__txt h2 {
  font-size: 70px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 40px;
  text-align: left;
  padding: 0;
}

#container .budsdgs .budsdgs__txt p {
  font-size: 20px;
  line-height: 1.8;
}

#container .budsdgs .budsdgs__txt p.small {
    font-size: 86% !important;
}

#container .budsdgs .budsdgs__txt .btnBox {
  position: absolute;
  bottom: 15%;
  left: 8%;
}

#container .budsdgs .budsdgs__txt .btnBox a {
  display: inline-block;
  padding: 6px 20px;
  font-size: 20px;
  font-weight: bold;
  background-color: #D60000;
  color: #FFF;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
  border: transparent solid 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#container .budsdgs .budsdgs__txt .btnBox a:hover {
  background-color: #FFF;
  color: #d60000;
  border: #d60000 solid 1px;
}

#container .magazine {
  z-index: 8;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: calc(90vh - 88px + 1px);
}

#container .magazine .magazine__item {
  width: 50%;
}

#container .magazine .magazine__img {
  background-image: url(../images/img_magazine.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #FFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#container .magazine .magazine__img img {
  width: 100%;
}

#container .magazine .magazine__txt {
  padding: 0 calc(76px + 4%) 0 4%;
  background-color: #0086CD;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#container .magazine .magazine__txt h2 {
  font-size: 70px;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 40px;
  text-align: left;
  padding: 0;
}

#container .magazine .magazine__txt p {
  font-size: 20px;
  line-height: 1.8;
}

#container .magazine .magazine__txt .btnBox {
  position: absolute;
  bottom: 25%;
  left: 8%;
}

#container .magazine .magazine__txt .btnBox a {
  display: inline-block;
  padding: 6px 20px;
  font-size: 20px;
  font-weight: bold;
  background-color: #ffffff;
  color: #0086CD;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
  border: transparent solid 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#container .magazine .magazine__txt .btnBox a:hover {
  background-color: #0086CD;
  color: #FFF;
  border: #FFF solid 1px;
}

footer {
  position: relative;
  z-index: 11;
}







#container .closeup {
  z-index: 5;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: calc(100vh - 88px + 1px);
  background-color: #fff;
}

/*#container .closeup .closeup__item {
  width: 50%;
}

#container .closeup .closeup__img {
  background: #FFF url(../images/img_message.jpg) center center/cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#container .closeup .closeup__img img {
  width: 50%;
}

#container .closeup .closeup__txt {
  padding: 0 calc(76px + 4%) 0 4%;
  background-color: #F0F3F5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#container .closeup .closeup__txt h2 {
  font-size: 70px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 40px;
  text-align: left;
  padding: 0;
}

#container .closeup .closeup__txt p {
  font-size: 20px;
  line-height: 1.8;
}

#container .closeup .closeup__txt .btnBox {
  position: absolute;
  bottom: 10%;
  left: 8%;
}

#container .closeup .closeup__txt .btnBox a {
  display: inline-block;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: bold;
  background-color: #D60000;
  color: #FFF;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
  border: transparent solid 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#container .closeup .closeup__txt .btnBox a:hover {
  background-color: #FFF;
  color: #d60000;
  border: #d60000 solid 1px;
}*/


/*202111 CLOSE UP 16menu*/
#contents .info_box nav ol li{
  background: #f2f5f7;
}
#contents .closeup nav ol li:nth-child(2),
#contents .closeup nav ol li:nth-child(3),
#contents .closeup nav ol li:nth-child(6),
#contents .closeup nav ol li:nth-child(7),
#contents .closeup nav ol li:nth-child(10),
#contents .closeup nav ol li:nth-child(11),
#contents .closeup nav ol li:nth-child(14),
#contents .closeup nav ol li:nth-child(15){
  background: #E5EBEE;
}

#contents .closeup nav ol li:hover a {
  background: rgba(214, 0, 0, 1); /*#D60000 text color*/
}
#contents .closeup nav ol li:hover a h2,
#contents .closeup nav ol li:hover a span,
#contents .closeup nav ol li:hover a em {
  color: #FFF;
}









@media screen and (max-height: 700px) {
  #container .logomarkslogan .slogan .slogan__inner .sloganimg {
    margin-bottom: 40px;
  }
  #container .logomarkslogan .slogan .slogan__inner p {
    font-size: 17px;
  }
  #container .budsdgs .budsdgs__txt {
    padding-bottom: 60px;
  }
  #container .magazine .magazine__txt {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 1300px) {
  #container {
    /*----------- Our Brand -----------*/
  }
  #container .ourbrand .ourbrandInner .fvBox h3 {
    margin-bottom: 3em;
  }
  #container .ourbrand .ourbrandInner .fvBox p {
    font-size: 17px;
  }
  #container .ryudesc .descInner .descTxtBox h3 {
    font-size: 24px;
  }
  #container .ryudesc .descInner .descTxtBox p {
    font-size: 17px;
  }
  #container .logomarkslogan .logomark p {
    font-size: 17px;
  }
  #container .logomarkslogan .slogan .slogan__inner p {
    font-size: 17px;
  }
  #container .ryukoku400 p {
    font-size: 17px;
  }
  #container .budsdgs .budsdgs__txt p {
    font-size: 17px;
  }
  #container .magazine .magazine__txt p {
    font-size: 17px;
  }
}

/*@include min-screen($BP_SP){

}

@include min-screen($BP_TB){
    
}*/
@media screen and (max-width: 1120px) {
  .localNav {
    top: 40px;
    height: calc(100vh - 40px);
  }
  #lessmoremewe {
    height: calc(100vh - 40px);
  }
  #lessmoremewe .fv {
    height: calc(100vh - 40px);
  }
  #lessmoremewe .fv h2.ourbrandTtl {
    font-size: 60px;
  }
  #container {
    /*----------- Our Brand -----------*/
    /*----------- Ryukoku Description -----------*/
  }
  #container .bgBox {
    height: calc(100vh - 40px);
  }
  #container .overlayer {
    top: 40px;
    height: calc(100vh - 40px);
  }
  #container .bgBox2 {
    height: calc(100vh - 40px);
    /*top: 40px !important;*/
  }
  
  #container .bgBox2 .bg03 {
  background: url(../images/bg03.jpg) no-repeat center right 25%/cover;
}
  
  #container .ourbrand .ourbrandInner .fvBox h3 {
    font-size: 20px;
    margin-bottom: 3em;
  }
  #container .ourbrand .ourbrandInner .fvBox p {
    font-size: 14px;
  }
  #container .ryudesc .descInner .descTxtBox h3 {
    font-size: 20px;
    margin-top: 6em;
  }
  #container .ryudesc .descInner .descTxtBox p {
    font-size: 14px;
  }
  #container .logomarkslogan .bg {
    height: calc(100vh - 40px);
  }
  #container .logomarkslogan .logomarksloganInner {
    height: calc(100vh - 40px);
  }
  #container .logomarkslogan .logomark {
    height: calc(100vh - 40px);
  }
  #container .logomarkslogan .logomark .logoimg {
    width: 25%;
    height: 55%;
  }
  #container .logomarkslogan .logomark p {
    font-size: 16px;
  }
  #container .logomarkslogan .slogan {
    height: calc(100vh - 40px);
  }
  #container .logomarkslogan .slogan .slogan__inner .sloganimg {
    margin-bottom: 70px;
  }
  #container .logomarkslogan .slogan .slogan__inner p {
    font-size: 16px;
  }
  #container .gallery .galleryInner {
    height: calc(100vh - 40px);
  }
  #container .gallery .galleryInner .galleryitem ul li {
    height: calc((100vh - 40px) / 3);
  }
  #container .gallery .galleryInner .galleryitem .imgLg {
    height: calc((100vh - 40px) / 3 * 2);
  }
  #container .ryukoku400 {
    min-height: calc(100vh - 40px + 1px);
  }
  #container .ryukoku400 h2 {
    font-size: 80px;
    margin-bottom: 40px;
    padding: 0;
  }
  #container .ryukoku400 p {
    font-size: 16px;
  }
  #container .initiatives .inner h3 {
    font-size: 26px;
  }
  #container .initiatives .inner ul li .ttl {
    font-size: 20px;
  }
  #container .initiatives .inner ul li .desc {
    font-size: 14px;
  }
  #container .initiatives .btnBox {
    display: none;
  }
  

  #container .budsdgs {
    height: calc(100vh - 40px + 1px);
  }
  #container .budsdgs .budsdgs__txt h2 {
    font-size: 60px;
  }
  #container .budsdgs .budsdgs__txt p {
    font-size: 16px;
  }
  #container .magazine {
    height: calc(100vh - 40px + 1px);
  }
  #container .magazine .magazine__txt h2 {
    font-size: 60px;
  }
  #container .magazine .magazine__txt p {
    font-size: 16px;
  }
}

@media screen and (max-width: 920px) {
  #container .logomarkslogan .logomark .logoimg {
    width: 168px;
    height: 258px;
  }
}


.none_pc { display: none;}
.none_sp { display: block;}

@media screen and (min-width: 768px) {
  .mainvisualBox figure img.spShow {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  /**================================= Navi Setting =================================**/

.none_pc { display: block;}
.none_sp { display: none;}


  .localNav {
    display: none !important;
  }
  #container #contents {
    margin-top: calc(70.5vw + 40px);
  }
  .mainvisualBox {
    height: 86.5vw;
    top: 40px;
  }
  .mainvisualBox figure img.pcShow {
    display: none;
  }
  .movieBoxWrap {
    height: auto;
  }
  #lessmoremewe {
    height: calc(100vw / 750 * 475);
  }
  #lessmoremewe .fv {
    padding-left: 0;
    height: 100%;
  }
  #lessmoremewe .fv h2.ourbrandTtl {
    font-size: 36px;
    top: 40%;
    width: 100%;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #lessmoremewe .fv .movstart {
    top: calc(40% + 30px);
    left: calc(50% - 10px);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 14px;
  }
  #lessmoremewe .sound {
    display: block;
    top: 20px;
    right: calc(4% + 20px);
    left: auto;
  }
  #lessmoremewe .play {
    display: none !important;
  }
  #lessmoremewe .pause {
    display: none !important;
  }
  #lessmoremewe .fullscreen {
    display: none !important;
  }
  #lessmoremewe .fullscreenoff {
    display: none !important;
  }
  #lessmoremewe .seek {
    display: none !important;
  }
  #container {
    /*----------- Our Brand -----------*/
    /* BG */
    /*----------- Ryukoku Description -----------*/
  }
  #container .bgBox::before {
    content: "";
    width: 100%;
    height: 150%;
    position: absolute;
    background-color: #000;
    opacity: 0.6;
    top: 0;
    left: 0;
    z-index: 1;
  }
  #container .ourbrand .ourbrandInner .fvBox {
    padding-top: 8%;
    padding-bottom: 8%;
    width: 100%;
    background-color: transparent;
  }
  #container .ourbrand .ourbrandInner .fvBox h3 {
    margin-bottom: 2em;
  }
  #container .bgBox2::before {
    content: "";
    width: 100%;
    height: 150%;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8);
    opacity: 0.6;
    top: 0;
    left: 0;
    z-index: 1;
  }
  #container .ryudesc .descInner .descTxtBox {
    width: 100%;
    padding-top: 8%;
    padding-bottom: 5em;
    background-color: transparent;
  }
  
  #container .ryudesc .descInner .descTxtBox {
    position: static;
    /* text-align: center;*/
    /* margin-top: 8%; */
  }
  
  #container .logomarkslogan .logomark h2 {
    font-size: 20px;
  }
  #container .logomarkslogan .logomark .logoimg {
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
  #container .logomarkslogan .logomark p {
    width: 100%;
    top: auto;
    bottom: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    right: 0;
    font-size: 14px;
    line-height: 1.5;
    padding: 8% 4%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #container .logomarkslogan .logomark p br.spNone {
    display: none;
  }
  #container .logomarkslogan .slogan h2 {
    font-size: 20px;
  }
  #container .logomarkslogan .slogan .slogan__inner .sloganimg {
    width: 80%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  #container .logomarkslogan .slogan .slogan__inner p {
    font-size: 14px;
    line-height: 1.5;
    padding: 0 4%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
  }
  #container .logomarkslogan .slogan .slogan__inner p br.spNone {
    display: none;
  }
  #container .gallery {
    height: auto;
  }
  #container .gallery .galleryPc {
    display: none;
  }
  #container .gallery .gallerySp {
    display: block;
  }
  #container .gallery .gallerySp .gallerySlide div {
    height: calc(100vw / 750 * 475);
  }
  #container .gallery .gallerySp .gallerySlide div.sImg01 {
    background: url(../images/img_s01_2.jpg) no-repeat center center/cover;
  }
  #container .gallery .gallerySp .gallerySlide div.sImg02 {
    background: url(../images/img_s02_2.jpg) no-repeat center center/cover;
  }
  #container .gallery .gallerySp .gallerySlide div.sImg03 {
    background: url(../images/img_s03_2.jpg) no-repeat center center/cover;
  }
  #container .gallery .gallerySp .gallerySlide div.sImg04 {
    background: url(../images/img_s04_2.jpg) no-repeat center center/cover;
  }
  #container .gallery .gallerySp .gallerySlide div.sImg05 {
    background: url(../images/img_s05_2.jpg) no-repeat center center/cover;
  }
  #container .gallery .gallerySp .gallerySlide div.sImg06 {
    background: url(../images/img_s06.jpg) no-repeat center center/cover;
  }
  #container .gallery .gallerySp .gallerySlide div.sImg07 {
    background: url(../images/img_s07.jpg) no-repeat center center/cover;
  }
  #container .gallery .gallerySp .gallerySlide div.sImg08 {
    background: url(../images/img_s08.jpg) no-repeat center center/cover;
  }
  #container .gallery .gallerySp .gallerySlide div.sImg09 {
    background: url(../images/img_s09.jpg) no-repeat center center/cover;
  }
  #container .gallery .gallerySp .gallerySlide div.sImg10 {
    background: url(../images/img_s10.jpg) no-repeat center center/cover;
  }
  #container .gallery .gallerySp .gallerySlide div.imgL01 {
    background: url(../images/img_l01_2.jpg) no-repeat center center/cover;
  }
  #container .gallery .gallerySp .gallerySlide div.imgL02 {
    background: url(../images/img_l02.jpg) no-repeat center center/cover;
  }
  #container .gallery .gallerySp .slick-dots li {
    margin: 0 0.9vw;
  }
  #container .gallery .gallerySp .slick-dots li button {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    background-color: #FFF;
    border-radius: 50%;
  }
  #container .gallery .gallerySp .slick-dots li button::before {
    display: none;
  }
  #container .gallery .gallerySp .slick-dots li.slick-active button {
    background-color: #f50000;
  }
  #container .ryukoku400 {
    padding: 12% 4%;
    text-align: center;
  }
  #container .ryukoku400 h2 {
    font-size: 50px;
    margin-bottom: 40px;
  }
  #container .ryukoku400 p {
    font-size: 14px;
    text-align: left;
  }
  #container .ryukoku400 p br.spNone {
    display: none;
  }
  #container .ryukoku400 .btnBox a {
    font-size: 16px;
  }
  #container .initiatives {
    padding: 12% 0;
  }
  #container .initiatives h2 {
    margin-bottom: 30px;
  }
  #container .initiatives h2 span.en {
    font-size: 26px;
  }
  #container .initiatives h2 span.jp {
    font-size: 16px;
  }
  #container .initiatives .inner {
    padding: 0;
  }
  #container .initiatives .inner h3 {
    padding: 0 6.5vw;
    font-size: 24px;
  }
  #container .initiatives .inner ul {
    display: block;
  }
  #container .initiatives .inner ul li {
    width: 100%;
    /*padding: 0 0.65vw;*/
    margin-top: 6%;
  }
  #container .initiatives .inner ul li .ttl {
    font-size: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }
  #container .initiatives .inner ul li .link {
    margin-left: 10px;
    margin-right: 10px;
  }
  #container .initiatives .inner ul li .desc {
    font-size: 14px;
    min-height: 0;
  }
  #container .initiatives .inner:nth-of-type(n+2) {
    margin-top: 8%;
    padding-top: 8%;
  }
  #container .initiatives .btnBox {
    margin-top: 40px;
  }
  
    #container .concept {
    padding: 12% 0;
  }
    #container .concept h2 {
    font-size: 28px;
    margin-bottom: 50px;
  }
  
  #container .budsdgs {
    display: block;
    height: auto;
  }
  #container .budsdgs .budsdgs__item {
    width: 100%;
  }
  #container .budsdgs .budsdgs__img {
    padding: 8% 0;
    min-height: 25vh;
  }
  #container .budsdgs .budsdgs__txt {
    padding: 8% 4% 20%;
    display: block;
  }
  #container .budsdgs .budsdgs__txt h2 {
    font-size: 27px;
    margin-bottom: 20px;
  }
  #container .budsdgs .budsdgs__txt p {
    font-size: 14px;
  }
  #container .budsdgs .budsdgs__txt .btnBox {
    position: static;
    text-align: center;
    margin-top: 8%;
  }
  #container .budsdgs .budsdgs__txt .btnBox a {
    font-size: 16px;      
  }
  #container .magazine {
    display: block;
    height: auto;
  }
  #container .magazine .magazine__item {
    width: 100%;
  }
  #container .magazine .magazine__img {
    padding: 8% 0;
    min-height: 25vh;
  }
  #container .magazine .magazine__txt {
    padding: 8% 4%;
    display: block;
  }
  #container .magazine .magazine__txt h2 {
    font-size: 27px;
    margin-bottom: 40px;
  }
  #container .magazine .magazine__txt p {
    font-size: 14px;
  }
  #container .magazine .magazine__txt .btnBox {
    position: static;
    text-align: center;
    margin-top: 8%;
  }
  #container .magazine .magazine__txt .btnBox a {
    font-size: 16px;    
  }
}

@media screen and (min-height: 768px) {
/*
#container .initiatives .inner ul li:nth-of-type(n+4) {
    margin-top: 6%;
  }*/
    #container .initiatives .inner ul li {
    margin-top: 6%;
  }
  #container .initiatives .inner ul li.is-hidden {
    display: none;
  }
  #container .initiatives .inner .btnBox {
    margin-top: 40px;
  }
  #container .initiatives .inner .btnBox.is-hidden {
    display: none;
  }
}

@media screen and (max-device-width: 767px) and (orientation: landscape) {
  #container .ourbrand {
    height: 400vh;
  }
  #container .ryudesc {
    height: 450vh;
  }
}
/*# sourceMappingURL=style.css.map */



/* 202502 新学部カスタム */
.slick-dots {
    bottom: -35px;
}
/*CloseUp*/
#container .info_box {
    background-color: #fff;
	padding-top: 22px;
}
/*CMS News*/
#container .news_box {
    background-color: #F2F5F7;
    position: relative;
    z-index: 7;
}
#container .news_box nav ol li a .image_wrapper, #container .news_box2 nav ol li a .image_wrapper {
    overflow: hidden;
    position: relative;
    height: 14vw;
    max-height: 220px;
}
#container .news_box nav ol li a img, #container .news_box2 nav ol li a img {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    left: 50%;
    top: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
}

#container .budsdgs {
    /*position: sticky;
    top: 88px;*/
    z-index: 3;
}
#container .closeup {
  z-index: 7;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}

#container .gallery {
    z-index: 7;
    /* height: 100vh;*/
    position: sticky;
    top: 88px;
    height: calc(100vh - 88px);
}
#container .gallery .galleryInner .galleryitem ul li,
#container .gallery .galleryInner .galleryitem .imgLg {
    opacity: 1;
}
#container .magazine {
    z-index: 5;
    position: sticky;
    top: 88px;
}
    
@media screen and (max-width: 767px) {
    #container .gallery {
        height: auto;
        position: relative;
        top:0;
    }
    #container .budsdgs,
    #container .magazine {
        top: 40px;
    }
    /*#container .budsdgs {
        height: 130vh;
    }*/

/*スマホではギャラリーを非表示に*/
/*#container .gallery {
	display: none;
}
}*/

@media screen and (max-width: 736px) {
    #container .news_box nav ol li a .image_wrapper, #container .news_box2 nav ol li a .image_wrapper {
        float: left;
        margin-right: 2%;
        width: 45%;
        height: 30vw;
        max-height: 140px;
    }
}



/* SEE MORE 開く・閉じる */
#contents div.more_cont {
    display: none;
	text-align: left;
}

	#contents div.more_cont::after {
	  content: ""; clear: both; display: block;
	  }
	  
#contents p.more_btn {
	width: 120px;
	height: 30px;
	margin: 40px auto 20px;
	padding: 0 7px;
	line-height: 30px;
	border: 1px solid #dc0000;
	background-color: #dc0000;
	text-align: center;
	color: #ffffff;
	cursor: pointer;
}

#contents p.more_btn span {
	display: inline-block;
	font-size: 14px;
	transition: all 0.15s ease-out;
	text-align: center;
	overflow: hidden;
	position: relative;
}

#contents p.more_btn:hover {
    border: 1px solid #dc0000;
	background: #FFF;
	color: #dc0000;
}

#contents p.more_btn span:after {
	width: auto;
	height: 30px;
	margin: 0 auto;
	padding: 0 15px;
    content: "CLOSE";
    background: #dc0000;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
    position: absolute;
    left: 0;
    bottom: -40px;
}

#contents p.more_btn span:after {
	width: auto;
	height: 30px;
	margin: 0 auto;
	/*padding: 0 25px;*/
    content: "CLOSE";
    background: #dc0000;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
}

#contents p.more_btn.close span:after {
	bottom: 0;
}

#contents p.more_btn.close {
	border: 1px solid #dc0000;
	background-color: #dc0000;
	color: #ffffff;
}






.fll{float:left !important;}
.flr{float:right !important;}
.clear { clear: both;}

.clearfix::after {
	content: ""; clear: both; display: block;
}

.p0 {padding:0 !important;}

.m0a {margin:0 auto !important;}

.mb0 {margin-bottom:0 !important;}
.mb5 {margin-bottom:5px !important;}
.mb10 {margin-bottom:10px !important;}
.mb15 {margin-bottom:15px !important;}
.mb20 {margin-bottom:20px !important;}
.mb30 {margin-bottom:30px !important;}
.mb40 {margin-bottom:40px !important;}
.mb50 {margin-bottom:50px !important;}
.mb60 {margin-bottom:60px !important;}
.mb70 {margin-bottom:70px !important;}
.mb80 {margin-bottom:80px !important;}
.mb90 {margin-bottom:90px !important;}
.mb100 {margin-bottom:100px !important;}


.mt0 {margin-top:0 !important;}
.mt5 {margin-top:5px !important;}
.mt10 {margin-top:10px !important;}
.mt15 {margin-top:15px !important;}
.mt20 {margin-top:20px !important;}
.mt30 {margin-top:30px !important;}
.mt40 {margin-top:40px !important;}
.mt50 {margin-top:50px !important;}
.mt60 {margin-top:60px !important;}
.mt70 {margin-top:70px !important;}
.mt80 {margin-top:80px !important;}

.ml0 {margin-left:0 !important;}
.ml5 {margin-left:5px !important;}
.ml10 {margin-left:10px !important;}
.ml20 {margin-left:20px !important;}
.ml30 {margin-left:30px !important;}


.mr0 {margin-right:0 !important;}
.mr5 {margin-right:5px !important;}
.mr10 {margin-right:10px !important;}
.mr20 {margin-right:20px !important;}
.mr30 {margin-right:30px !important;}

.plink { margin-top:-90px !important; padding-top:90px !important; }

.tal {text-align:left !important;}
.tac {text-align:center !important;}
.tar {text-align:right !important;}

.fcr { color: #D60000; }
.bold { font-weight: bold;}
.fcr_b { color: #D60000; font-weight: bold; }
.small { font-size: 86%;}
.ssmall { font-size: 76%;}

.uline { text-decoration: underline;}

.indent1 { text-indent: 1em; }
.indent2 { padding-left:1em; text-indent:-1em;}

.block {display: block;}
.il_block {display: inline-block;}
.il {display: inline;}

.none_pc { display: none;}
.none_sp { display: block;}

.nobr{ display: none;}