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: #DC0000;
  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: 100vh;
}

@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: none;
}

.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: 25% 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;
  }
}

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

#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% 14em;
  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: 5;
  height: 350vh;
}

#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% 18em;
  z-index: 4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#container .ryudesc .descInner .descTxtBox h3 {
  color: #000;
  font-size: 28px;
  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 .logomarkslogan {
  height: 300vh;
  z-index: 6;
  background-color: #FFF;
}

#container .logomarkslogan .bg {
  background-color: #DC0000;
  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: #DC0000;
  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: calc(100% - 76px);
  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.jpg) no-repeat center center/cover;
}

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

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

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

#container .gallery .galleryInner .galleryitem ul li.sImg05 {
  background: url(../images/img_s05.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.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: #DC0000;
  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: #DC0000;
  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: #DC0000;
  color: #FFF;
  border: #FFF solid 1px;
}

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

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

#container .initiatives h2 span.en {
  color: #DC0000;
  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: #DC0000;
  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: 20px;
}

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

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

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

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

#container .initiatives .inner ul li .link 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 #b0bfc8;
  background: #FFF;
  color: #b0bfc8;
}

#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-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 .budsdgs .budsdgs__img img {
  width: 50%;
}

#container .budsdgs .budsdgs__txt {
  padding: 0 calc(76px + 4%) 0 4%;
  background-color: #DC0000;
  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: #FFF;
  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 .btnBox {
  position: absolute;
  bottom: 10%;
  left: 8%;
}

#container .budsdgs .budsdgs__txt .btnBox a {
  display: inline-block;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: bold;
  background-color: #FFF;
  color: #DC0000;
  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: #DC0000;
  color: #FFF;
  border: #FFF solid 1px;
}


#container .magazine {
  z-index: 8;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: calc(100vh - 88px + 1px);
} #container .magazine .magazine__item {
  width: 50%;
} #container .magazine .magazine__img {
  background-image: url(../images/img_magazine_202409.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: #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 .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: 10%;
  left: 8%;
} #container .magazine .magazine__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 .magazine .magazine__txt .btnBox a:hover {
  background-color: #FFF;
  color: #d60000;
  border: #d60000 solid 1px;
}


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

@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);
    top: 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);
  }
  #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;
  }
}

@media screen and (max-width: 767px) {
  /**================================= Navi Setting =================================**/
  .localNav {
    display: none !important;
  }
  #container #contents {
    margin-top: calc(100vw / 750 * 475 + 40px);
  }
  #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 -----------*/
    /*----------- Ryukoku Description -----------*/
  }
  #container .ourbrand .ourbrandInner .fvBox {
    padding-top: 8%;
    padding-bottom: 8%;
    width: 100%;
  }
  #container .ourbrand .ourbrandInner .fvBox h3 {
    margin-bottom: 2em;
  }
  #container .ryudesc .descInner .descTxtBox {
    width: 100%;
    padding-top: 8%;
    padding-bottom: 15em;
  }
  #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.jpg) no-repeat center center/cover;
  }
  #container .gallery .gallerySp .gallerySlide div.sImg02 {
    background: url(../images/img_s02.jpg) no-repeat center center/cover;
  }
  #container .gallery .gallerySp .gallerySlide div.sImg03 {
    background: url(../images/img_s03.jpg) no-repeat center center/cover;
  }
  #container .gallery .gallerySp .gallerySlide div.sImg04 {
    background: url(../images/img_s04.jpg) no-repeat center center/cover;
  }
  #container .gallery .gallerySp .gallerySlide div.sImg05 {
    background: url(../images/img_s05.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.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;
  }
  #container .initiatives .inner ul li .ttl {
    font-size: 20px;
  }
  #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 .budsdgs {
    display: block;
    height: auto;
  }
  #container .budsdgs .budsdgs__item {
    width: 100%;
  }
  #container .budsdgs .budsdgs__img {
    padding: 8% 0;
  }
  #container .budsdgs .budsdgs__txt {
    padding: 8% 4%;
    display: block;
  }
  #container .budsdgs .budsdgs__txt h2 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  #container .budsdgs .budsdgs__txt p {
    font-size: 14px;
  }
  #container .budsdgs .budsdgs__txt .btnBox {
    position: static;
    text-align: center;
    margin-top: 8%;
  }
  #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: 40px;
    margin-bottom: 40px;
  } #container .magazine .magazine__txt p {
    font-size: 14px;
  }
  #container .magazine .magazine__txt .btnBox {
    position: static;
    text-align: center;
    margin-top: 8%;
  }
}

@media screen and (min-height: 768px) {
  #container .initiatives .inner ul li:nth-of-type(n+4) {
    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 */



#container .awards {
  width: 100%; 
  padding: 0 50px 50px 50px;
  background-color: #E5EBEE;
  box-sizing: border-box;
}

#container .awards div {
  padding: 20px 20px 0 20px;
}

#container .awards h2 {
    padding: 40px 20px 30px 0;
    text-align: left;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.3;
}

#container .awards p {
    margin-bottom: 20px;
    color: #d60000;
    font-size: 24px;
    font-weight: bold;
}

#container .awards p a {
    position: relative;
    display: inline-block;
    color: #d60000;
}

#container .awards p a::after {
  content: "";
  position: absolute;
  top: calc(50% + 2px);
  right: -20px;
  width: 12px;
  height: 12px;
  border-right: #d60000 solid 2px;
  border-bottom: #d60000 solid 2px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

#container .awards p span {
    font-size: 14px;
    font-weight: normal;
}

@media screen and (max-width: 1120px) {
#container .awards h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.3;
    padding-top: 40px;
    text-align: left;
}

#container .awards p, #container .awards p a {
    font-size: 18px;
}
}

@media screen and (max-width: 767px) {
#container .awards {
  padding: 0 20px 20px 20px;
}

#container .awards div {
  padding: 0;
}

#container .awards h2 {
    font-size: 26px;
}

#container .awards p, #container .awards p a {
    font-size: 16px;
}

#container .awards p a {
    width: 94%;
}

#container .awards p span {
    display: inline-block;
    width: 86%;
}

}

.js-trigger {
  opacity: 0;
  transition: all 1.2s;
}

.js-trigger.is-active {
  opacity: 1;
}

