/* Scss Document */
@media (max-width: 834px) {
  #container {
    padding: 0px 0 0 0;
    overflow-x: hidden;
  }
}

@keyframes slide {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#header {
  transform: translateY(-120px);
  z-index: -2;
  visibility: hidden;
  transition: 0.3s all;
}
#header.fixed-up {
  visibility: hidden;
  z-index: 100;
}
#header.fixed {
  visibility: initial;
}

.fixed_left {
  opacity: 0;
  transition: 0.3s all;
}
.fixed_left.fixed {
  opacity: 1;
}

.fixed_right {
  opacity: 0;
  transition: 0.3s all;
}
.fixed_right.fixed {
  opacity: 1;
}

.loading {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
  background: #0086CF;
  z-index: 1200;
  opacity: 1;
  transition: 0.6s cubic-bezier(0.85, 0, 0.15, 1);
}
.loading.out {
  opacity: 0;
  visibility: hidden;
}
.loading.out .loading__parts h1 img {
  opacity: 0 !important;
}

.loading__parts {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 280px;
}
@media (max-width: 834px) {
  .loading__parts {
    width: 160px;
    top: 45%;
  }
}
.loading__parts img {
  display: none;
  opacity: 0;
  width: 100%;
  transition: 0.3s all;
}

.looping-rhombuses-spinner, .looping-rhombuses-spinner * {
  box-sizing: border-box;
}

.looping-rhombuses-spinner {
  width: 60px;
  height: 15px;
  position: relative;
  margin: 20px auto 0;
}

.looping-rhombuses-spinner .rhombus {
  height: 15px;
  width: 15px;
  background-color: #FFF;
  left: 60px;
  position: absolute;
  margin: 0 auto;
  border-radius: 10px;
  transform: translateY(0) rotate(45deg) scale(0);
  animation: looping-rhombuses-spinner-animation 4000ms linear infinite;
}

.looping-rhombuses-spinner .rhombus:nth-child(1) {
  animation-delay: -2666.6666666667ms;
}

.looping-rhombuses-spinner .rhombus:nth-child(2) {
  animation-delay: -5333.3333333333ms;
}

.looping-rhombuses-spinner .rhombus:nth-child(3) {
  animation-delay: -8000ms;
}

@keyframes looping-rhombuses-spinner-animation {
  0% {
    transform: translateX(0) rotate(45deg) scale(0);
  }
  50% {
    transform: translateX(-233%) rotate(45deg) scale(1);
  }
  100% {
    transform: translateX(-466%) rotate(45deg) scale(0);
  }
}
.loading.in .loading__parts img {
  opacity: 0;
}

#movie-area {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100vh;
}
@media (max-width: 834px) {
  #movie-area {
    display: none;
  }
}
#movie-area .movie {
  height: 100vh;
  min-height: 600px;
  position: relative;
}
@media (max-width: 834px) {
  #movie-area .movie {
    min-height: initial;
    height: 210px !important;
    margin-bottom: 0px;
  }
}
#movie-area .movie .tk-video {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
}
#movie-area .movie video[poster] {
  -o-object-fit: cover !important;
     object-fit: cover !important;
  height: 100%;
  width: 100%;
}

#movie-fv {
  width: 100%;
  height: 100vh;
  position: relative;
}
#movie-fv #sound_button {
  position: absolute;
  top: 50px;
  right: 50px;
  z-index: 1000;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: rgba(0, 134, 207, 0.8);
  border: solid 1px #FFF;
}
#movie-fv #sound_button.sound_off .sound_off_btn {
  display: block;
  width: 33px;
}
#movie-fv #sound_button.sound_off .sound_on_btn {
  display: none;
}
#movie-fv #sound_button.sound_on .sound_on_btn {
  display: block;
}
#movie-fv #sound_button.sound_on .sound_off_btn {
  display: none;
}
#movie-fv #sound_button img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 36px;
  transform: translateY(-50%) translateX(-50%);
}
@media (max-width: 834px) {
  #movie-fv {
    display: none;
  }
}
#movie-fv .scrolldown1 {
  position: absolute;
  opacity: 0;
  left: 50%;
  bottom: 50px;
  height: 80px;
  z-index: 25;
}
@media (max-width: 834px) {
  #movie-fv .scrolldown1 {
    height: 140px;
  }
}
#movie-fv .scrolldown1 span {
  position: absolute;
  left: -22px;
  top: -16px;
  color: #FFF;
  font-size: 14px;
}
#movie-fv .scrolldown1::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 120px;
  background: #FFF;
  animation: pathmove 1.8s ease-in-out infinite;
  opacity: 0;
}
@media (max-width: 834px) {
  #movie-fv .scrolldown1::after {
    height: 120px;
  }
}
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 140px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 150px;
    opacity: 0;
  }
}

#container-inner {
  background-color: #0086CF;
  z-index: 1;
  position: relative;
}

#main {
  text-align: center;
  position: relative;
  width: 90%;
  min-width: 1000px;
  margin: 0px auto 80px;
  aspect-ratio: 1.6;
  z-index: 300;
  background-image: url("../images/main-bg2025.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center 50px;
}
@media (max-width: 834px) {
  #main {
    background-image: url(../images/main-bg2025-sp.svg);
    aspect-ratio: 0.76;
    width: 100%;
    min-width: 100%;
    background-position: center;
    margin: 30px auto;
  }
  #main .area-box {
    padding: 0;
  }
}
#main .ph-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  max-width: 1200px;
}
@media (max-width: 834px) {
  #main .ph-box {
    width: 100%;
    max-width: 100%;
    top: initial;
    left: initial;
    transform: initial;
    position: relative;
    position: relative;
  }
}
#main .ph-box img {
  height: auto;
}
@media (max-width: 834px) {
  #main .ph-box img {
    width: 100%;
    margin: 0 auto;
  }
}
#main .ph-box img.main-logo {
  width: 580px;
  margin-bottom: 65px;
}
@media (max-width: 834px) {
  #main .ph-box img.main-logo {
    width: 284px;
    position: absolute;
    top: 160px;
    left: 50%;
    transform: translateY(0%) translateX(-50%);
  }
}
#main .ph-box img.main-sub {
  width: 190px;
  position: absolute;
  top: 0px;
  left: 10%;
}
@media (max-width: 834px) {
  #main .ph-box img.main-sub {
    width: 120px;
    top: 60px;
    left: 6%;
  }
}
@media (max-width: 834px) {
  #main .ph-box img.summit-sp {
    width: 104px;
    top: 76px;
    transform: translateX(-106px);
    left: 0;
    right: 0;
    position: absolute;
  }
}
@media (max-width: 834px) {
  #main .ph-box img.summit-info-sp {
    width: 66px;
    transform: translateX(116px);
    top: 116px;
    left: 0;
    right: 0;
    position: absolute;
  }
}
#main .ph-box img.main-title {
  width: 712px;
}
@media (max-width: 834px) {
  #main .ph-box img.main-title {
    width: 280px;
  }
}
#main .ph-box .theme {
  font-size: 44px;
  line-height: 1.6em;
  letter-spacing: 5px;
  color: #FFF;
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media (max-width: 834px) {
  #main .ph-box .theme {
    font-size: 28px;
    line-height: 1.5em;
  }
}

.thanks {
  padding: 10px 0 0;
}
.thanks .box {
  width: 920px;
  margin: 60px auto 100px;
  background-color: #FFF;
  padding: 40px 40px 30px;
}
@media (max-width: 834px) {
  .thanks .box {
    width: 100%;
    padding: 20px 20px 10px;
    margin: 40px auto 40px;
  }
}
.thanks .box h3 {
  background-color: #0086CF;
  color: #FFF;
  display: inline-block;
  padding: 0 5px;
  font-size: 24px;
  margin-bottom: 15px;
}
@media (max-width: 834px) {
  .thanks .box h3 {
    font-size: 20px;
  }
}
.thanks .box p {
  color: #0086CF;
  font-size: 16px;
  margin-bottom: 10px;
}
@media (max-width: 834px) {
  .thanks .box p {
    font-size: 14px;
    line-height: 24px;
  }
}
.thanks .box .ph-box img {
  width: 32%;
  margin: 0 2% 10px 0;
}
@media (max-width: 834px) {
  .thanks .box .ph-box img {
    width: 49%;
    margin: 0 2% 8px 0;
  }
  .thanks .box .ph-box img:nth-child(2n) {
    margin: 0 0 8px;
  }
  .thanks .box .ph-box img:nth-child(6n) {
    margin: 0 0 8px !important;
  }
}
.thanks .box .ph-box img:nth-child(3n) {
  margin: 0 0 10px;
}
@media (max-width: 834px) {
  .thanks .box .ph-box img:nth-child(3n) {
    margin: 0 2% 8px 0;
  }
}
.thanks .link-area {
  padding: 10px 0 0;
}
@media (max-width: 834px) {
  .thanks .link-area {
    padding: 10px 0 20px;
  }
}
.thanks .link-area .link-common-btn {
  color: #FFF;
  background-color: #0086CF;
  border: solid 1px #0086CF;
}
@media (max-width: 834px) {
  .thanks .link-area .link-common-btn {
    margin: 10px 0 0;
  }
}
.thanks .link-area .link-common-btn:hover {
  background-color: #FFF;
  color: #0086CF;
}

.common-h3 {
  font-size: 22px;
  text-align: center;
  padding-bottom: 20px;
}
@media (max-width: 834px) {
  .common-h3 {
    font-size: 18px;
    padding-bottom: 10px;
  }
}

.mark-area {
  position: relative;
  width: 100%;
  max-width: 1600px;
  min-width: 1000px;
  margin: 0 auto;
  overflow-x: hidden;
}
@media (max-width: 834px) {
  .mark-area {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
}
.mark-area .mark-s {
  position: absolute;
  transform: scale(0.85);
}
@media (max-width: 834px) {
  .mark-area .mark-s {
    transform: scale(0.45);
  }
}
.mark-area .ma01 {
  top: 0;
  left: 0%;
}
@media (max-width: 834px) {
  .mark-area .ma01 {
    top: 0px;
    transform: translateX(-162px) scale(0.55);
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.mark-area .ma02 {
  top: 0;
  right: -2%;
}
@media (max-width: 834px) {
  .mark-area .ma02 {
    top: 3px;
    transform: translateX(170px) scale(0.6);
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.mark-area .ma03 {
  top: 35%;
  left: 5%;
}
@media (max-width: 834px) {
  .mark-area .ma03 {
    top: 21%;
    left: -25px;
  }
}
.mark-area .ma04 {
  top: 38%;
  left: 28%;
}
@media (max-width: 834px) {
  .mark-area .ma04 {
    top: 44%;
    left: -64px;
    transform: scale(0.3);
  }
}
.mark-area .ma05 {
  top: 32%;
  right: 1%;
}
@media (max-width: 834px) {
  .mark-area .ma05 {
    top: 22%;
    right: -42px;
  }
}
.mark-area .ma06 {
  top: 64%;
  left: 0%;
}
@media (max-width: 834px) {
  .mark-area .ma06 {
    left: -8%;
  }
}
.mark-area .ma07 {
  top: 60%;
  left: 22%;
}
@media (max-width: 834px) {
  .mark-area .ma07 {
    top: 43%;
    left: initial;
    right: -46px;
  }
}
.mark-area .ma08 {
  top: 60%;
  right: 9%;
}
@media (max-width: 834px) {
  .mark-area .ma08 {
    top: 69%;
    right: -120px;
  }
}
.mark-area .ma09 {
  top: 82%;
  left: 11%;
}
@media (max-width: 834px) {
  .mark-area .ma09 {
    top: 74%;
    left: -40px;
  }
}
.mark-area .ma10 {
  top: 84%;
  right: 13%;
}
@media (max-width: 834px) {
  .mark-area .ma10 {
    top: 90%;
    right: -64px;
    transform: scale(0.35);
  }
}
.mark-area .mark-ver-en .ma03 {
  top: 38%;
}
@media (max-width: 834px) {
  .mark-area .mark-ver-en .ma03 {
    top: 25%;
  }
}
.mark-area .mark-ver-en .ma04 {
  display: none;
}
.mark-area .mark-ver-en .ma05 {
  top: 23%;
}
.mark-area .mark-ver-en .ma06 {
  display: none;
}
.mark-area .mark-ver-en .ma07 {
  display: none;
}
.mark-area .mark-ver-en .ma08 {
  top: 60%;
  right: 3%;
  transform: scale(0.8);
}
@media (max-width: 834px) {
  .mark-area .mark-ver-en .ma08 {
    display: none;
  }
}

#main-copy {
  padding: 0px 0;
}
#main-copy .ph-box {
  width: 50%;
  padding: 0 0 0 90px;
}
@media (max-width: 834px) {
  #main-copy .ph-box {
    width: 100%;
    padding: 0 0 60px;
    text-align: center;
  }
}
#main-copy .ph-box img {
  width: 100%;
  max-width: 520px;
}
@media (max-width: 834px) {
  #main-copy .ph-box img {
    max-width: 284px;
  }
}
#main-copy .txt-box {
  width: 43%;
}
@media (max-width: 834px) {
  #main-copy .txt-box {
    width: 100%;
    text-align: center;
  }
}
#main-copy .txt-box .state {
  font-size: 28px;
  line-height: 60px;
  letter-spacing: 4px;
  color: #FFF;
  font-weight: bold;
}
#main-copy .txt-box .state.ver-en {
  letter-spacing: 1px;
  font-size: 22px;
  line-height: 34px;
}
@media (max-width: 834px) {
  #main-copy .txt-box .state {
    font-size: 20px;
    line-height: 44px;
    letter-spacing: 3px;
  }
}
#main-copy .main-info {
  padding: 80px 0 120px;
  text-align: center;
}
@media (max-width: 834px) {
  #main-copy .main-info {
    padding: 70px 0;
  }
}
#main-copy .main-info img {
  width: 550px;
  margin: 0 auto;
}
@media (max-width: 834px) {
  #main-copy .main-info img {
    width: 100%;
    max-width: 300px;
  }
}

@media screen and (min-width: 834px) and (max-width: 1024px) {
  .mark-area .ma02 {
    right: -10%;
  }
  .mark-area .ma04 {
    top: 38%;
    left: 70%;
  }
  #main-copy .ph-box {
    width: 100%;
    padding: 0 0 60px;
    text-align: center;
  }
  #main-copy .ph-box img {
    width: 100%;
    max-width: 300px;
  }
  #main-copy .txt-box {
    width: 100%;
    text-align: center;
  }
  #main-copy .txt-box .state {
    font-size: 20px;
    line-height: 44px;
    letter-spacing: 3px;
  }
  #main-copy .main-info {
    padding: 70px 0;
  }
  #main-copy .main-info img {
    width: 100%;
    max-width: 300px;
  }
}
.common-head {
  text-align: center;
  margin-bottom: 45px;
  padding: 50px 0 20px;
}
@media (max-width: 834px) {
  .common-head {
    margin-bottom: 15px;
  }
}
.common-head .img-head {
  margin-bottom: 32px;
}
@media (max-width: 834px) {
  .common-head .img-head {
    width: 100%;
    max-width: 300px;
    margin-bottom: 20px;
  }
}
.common-head h2 {
  font-size: 21px;
  line-height: 34px;
  margin-bottom: 40px;
  letter-spacing: 2px;
}
@media (max-width: 834px) {
  .common-head h2 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 25px;
  }
}

#overview {
  padding: 30px 40px 40px;
  background-color: #FBFBFB;
  margin: 0 auto 80px;
}
@media (max-width: 834px) {
  #overview {
    padding: 0px 20px;
    margin: 0 auto 60px;
    width: calc(100% - 40px);
    max-width: calc(100% - 40px);
    min-width: calc(100% - 40px);
  }
}
@media (max-width: 834px) {
  #overview .common-head .img-head {
    max-width: 240px;
  }
}
#overview .common-head h2 {
  color: #0086CF;
}
#overview .common-head .lead {
  font-size: 20px;
  line-height: 44px;
  color: #0086CF;
}
#overview .common-head .lead.ver-en {
  letter-spacing: 1px;
  font-size: 26px;
  line-height: 42px;
}
@media (max-width: 834px) {
  #overview .common-head .lead.ver-en {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.5px;
  }
}
@media (max-width: 834px) {
  #overview .common-head .lead {
    font-size: 16px;
    line-height: 32px;
  }
}
#overview .common-head .lead-on {
  font-size: 54px;
  line-height: 74px;
  padding: 10px 0 20px;
  color: #0086CF;
}
@media (max-width: 834px) {
  #overview .common-head .lead-on {
    font-size: 38px;
    line-height: 62px;
    padding: 3px 0 5px;
  }
}
#overview .box {
  padding: 0 0 45px;
  text-align: center;
}
@media (max-width: 834px) {
  #overview .box {
    padding: 0 0 25px;
  }
}
#overview .box.ver-en h3 {
  letter-spacing: 1px;
}
#overview .box.ver-en p {
  letter-spacing: 1px;
}
#overview .box h3 {
  margin: 0 0 15px;
  padding: 1px 10px;
  display: inline-block;
  color: #FFF;
  background-color: #0086CF;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 3px;
  font-weight: bold;
}
@media (max-width: 834px) {
  #overview .box h3 {
    font-size: 15px;
    line-height: 25px;
    margin: 0 0 10px;
  }
}
#overview .box p {
  font-size: 28px;
  line-height: 46px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #0086CF;
}
@media (max-width: 834px) {
  #overview .box p {
    font-size: 17px;
    line-height: 25px;
  }
}
#overview .box p a {
  color: #0086CF;
  text-decoration: underline;
}
#overview .box span {
  font-size: 20px;
  line-height: 32x;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 10px 0 0;
  color: #0086CF;
}
@media (max-width: 834px) {
  #overview .box span {
    font-size: 13px;
    line-height: 16px;
  }
}
#overview .box .sns-box {
  padding: 0 5%;
  width: 800px;
  margin: 0 auto;
}
@media (max-width: 834px) {
  #overview .box .sns-box {
    width: 100%;
  }
}
#overview .box .sns-box .sns {
  width: 33%;
  text-align: center;
  padding: 15px 0 0 0;
}
@media (max-width: 834px) {
  #overview .box .sns-box .sns {
    width: 80%;
    margin: 0px auto 30px;
    padding: 5px 0 0 0;
  }
}
#overview .box .sns-box .sns.v2 img {
  width: 50px;
  margin: 0 auto 10px;
}
@media (max-width: 834px) {
  #overview .box .sns-box .sns.v3 {
    margin: 0px auto 10px;
  }
}
#overview .box .sns-box .sns.v3 img {
  width: 48px;
  margin: 0 auto 4px;
}
#overview .box .sns-box .sns.v3 span {
  padding: 0px;
}
#overview .box .sns-box .sns:hover span {
  text-decoration: underline;
}
#overview .box .sns-box .sns img {
  width: 44px;
  margin: 0 auto 8px;
  display: block;
}
#overview .box .sns-box .sns span {
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.5px;
  color: #0086CF;
}
@media (max-width: 834px) {
  #overview .box .sns-box .sns span {
    font-size: 15px;
    line-height: 26px;
  }
}

.people .people-head {
  text-align: center;
  padding: 0 0 50px;
}
@media (max-width: 834px) {
  .people .people-head {
    padding: 0 0 30px;
  }
}
.people .people-head h2 {
  font-size: 32px;
}
@media (max-width: 834px) {
  .people .people-head h2 {
    font-size: 20px;
  }
}
.people .people-head img {
  width: 120px;
  margin-bottom: 15px;
}
.people .people-box {
  align-items: flex-start;
  padding: 0 0 60px;
}
.people .people-box .people-inbox h2 {
  font-size: 20px;
  margin-bottom: 35px;
  text-align: center;
}
@media (max-width: 834px) {
  .people .people-box .people-inbox h2 {
    font-size: 18px;
  }
}
.people .people-box .box {
  width: 31%;
  margin: 0 3.5% 50px 0;
}
@media (max-width: 834px) {
  .people .people-box .box {
    width: 48%;
    margin: 0 4% 30px 0;
    text-align: center;
    align-items: flex-start;
  }
}
.people .people-box .box:nth-child(3n) {
  margin: 0 0% 50px 0;
}
@media (max-width: 834px) {
  .people .people-box .box:nth-child(3n) {
    width: 48%;
    margin: 0 4% 30px 0;
  }
}
@media (max-width: 834px) {
  .people .people-box .box:nth-child(2n) {
    width: 48%;
    margin: 0 0% 30px 0;
  }
}
.people .people-box .box .ph-box {
  width: 120px;
}
@media (max-width: 834px) {
  .people .people-box .box .ph-box {
    width: 100%;
    max-width: 160px;
    text-align: center;
    margin: 0 auto;
  }
}
.people .people-box .box .ph-box img {
  width: 100%;
}
.people .people-box .box .txt-box {
  width: calc(100% - 140px);
  padding: 8px 0 0 0;
}
@media (max-width: 834px) {
  .people .people-box .box .txt-box {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
  }
}
.people .people-box .box .txt-box h3 {
  color: #FFF;
  font-size: 18px;
  padding: 0 0 5px;
}
.people .people-box .box .txt-box h3.ver-en {
  font-size: 15px;
}
@media (max-width: 834px) {
  .people .people-box .box .txt-box h3 {
    font-size: 15px;
    padding: 0 0 15px;
  }
}
.people .people-box .box .txt-box .job {
  color: #FFF;
  font-size: 12px;
  font-weight: normal;
  padding: 0 0 15px;
  letter-spacing: 0px;
  display: block;
}
.people .people-box .box .txt-box .job.ver-en {
  font-size: 13px;
}
@media (max-width: 834px) {
  .people .people-box .box .txt-box .job.ver-en {
    font-size: 11px;
    line-height: 15px;
  }
}
@media (max-width: 834px) {
  .people .people-box .box .txt-box .job {
    font-size: 11px;
    display: none;
  }
}
.people .people-box .box .txt-box a {
  display: block;
  padding: 8px 10px 8px 25px;
  border: solid 1px #FFF;
  text-align: center;
  color: #FFF;
  font-size: 13px;
  position: relative;
  transition: 0.4s ease-in-out;
}
@media (max-width: 834px) {
  .people .people-box .box .txt-box a {
    font-size: 12px;
  }
}
.people .people-box .box .txt-box a:hover {
  background-color: #FFF;
  color: #0086CF;
}
.people .people-box .box .txt-box a::before {
  transition: 0.4s ease-in-out;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 10px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(45deg);
}
.people .people-box .box .txt-box a:hover::before {
  border-top: 2px solid #0086CF;
  border-right: 2px solid #0086CF;
}

.food {
  padding: 0 0 30px;
}
@media (max-width: 834px) {
  .food {
    padding: 0 0 20px;
  }
}
.food .food-head {
  text-align: center;
  padding: 0 0 50px;
}
@media (max-width: 834px) {
  .food .food-head {
    padding: 0 0 30px;
  }
}
.food .food-head h2 {
  font-size: 32px;
}
@media (max-width: 834px) {
  .food .food-head h2 {
    font-size: 20px;
  }
}
.food .food-head img {
  width: 108px;
  margin-bottom: 15px;
}
.food .food-box {
  align-items: flex-start;
}
.food .food-box .box {
  width: 13%;
  margin: 0 1.5% 50px 0;
}
@media (max-width: 834px) {
  .food .food-box .box {
    width: 48%;
    margin: 0 4% 30px 0;
    text-align: center;
  }
}
.food .food-box .box:nth-child(7n) {
  margin: 0 0% 50px 0;
}
@media (max-width: 834px) {
  .food .food-box .box:nth-child(7n) {
    width: 48%;
    margin: 0 4% 30px 0;
  }
}
@media (max-width: 834px) {
  .food .food-box .box:nth-child(2n) {
    width: 48%;
    margin: 0 0% 30px 0;
  }
}
.food .food-box .box .ph-box {
  width: 100%;
}
@media (max-width: 834px) {
  .food .food-box .box .ph-box {
    width: 100%;
    max-width: 160px;
    text-align: center;
    margin: 0 auto;
  }
}
.food .food-box .box .ph-box img {
  width: 100%;
}
.food .food-box .box .txt-box {
  padding: 15px 0 0 0;
  width: 100%;
}
@media (max-width: 834px) {
  .food .food-box .box .txt-box {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
  }
}
.food .food-box .box .txt-box h3 {
  color: #FFF;
  font-size: 12px;
  letter-spacing: 0.2px;
  padding: 0 0 15px;
}
.food .food-box .box .txt-box h3.ver-en {
  font-size: 13px;
}
@media (max-width: 834px) {
  .food .food-box .box .txt-box h3 {
    font-size: 12px;
  }
}
.food .food-box .box .txt-box .job {
  color: #FFF;
  font-size: 12px;
  font-weight: normal;
  padding: 0 0 15px;
  letter-spacing: 0px;
  display: block;
}
.food .food-box .box .txt-box .job.ver-en {
  font-size: 13px;
}
@media (max-width: 834px) {
  .food .food-box .box .txt-box .job.ver-en {
    font-size: 11px;
    line-height: 15px;
  }
}
@media (max-width: 834px) {
  .food .food-box .box .txt-box .job {
    font-size: 11px;
  }
}
.food .food-box .box .txt-box a {
  display: block;
  padding: 8px 10px 8px 25px;
  border: solid 1px #FFF;
  text-align: center;
  color: #FFF;
  font-size: 10px;
  position: relative;
  transition: 0.4s ease-in-out;
}
@media (max-width: 834px) {
  .food .food-box .box .txt-box a {
    font-size: 10px;
  }
}
.food .food-box .box .txt-box a:hover {
  background-color: #FFF;
  color: #0086CF;
}
.food .food-box .box .txt-box a::before {
  transition: 0.4s ease-in-out;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 7px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  transform: rotate(45deg);
}
.food .food-box .box .txt-box a:hover::before {
  border-top: 1px solid #0086CF;
  border-right: 1px solid #0086CF;
}

#movie {
  text-align: center;
  padding: 100px 0;
  width: 720px;
  margin: 0 auto;
}
@media (max-width: 834px) {
  #movie {
    width: 100%;
    padding: 100px 15px;
  }
}
#movie .VideoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
#movie .VideoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#vision {
  padding: 60px 0;
}
@media (max-width: 834px) {
  #vision {
    padding: 0 0;
  }
}
@media (max-width: 834px) {
  #vision .common-head .img-head {
    max-width: 164px;
  }
}
#vision .common-head h2 {
  color: #FFF;
}
#vision .common-head .catch {
  font-size: 40px;
  line-height: 58px;
  color: #FFF;
  padding: 30px 0px 50px;
}
@media (max-width: 834px) {
  #vision .common-head .catch {
    font-size: 25px;
    line-height: 42px;
    padding: 30px 0px 25px;
  }
}
#vision .common-head .lead {
  font-size: 24px;
  line-height: 58px;
  color: #FFF;
}
#vision .common-head .lead.ver-en {
  font-size: 24px;
  line-height: 44px;
  padding: 0 200px;
}
@media (max-width: 834px) {
  #vision .common-head .lead.ver-en {
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    padding: 0;
    letter-spacing: 0.5px;
  }
}
@media (max-width: 834px) {
  #vision .common-head .lead {
    font-size: 18px;
    line-height: 36px;
    text-align: left;
    padding: 0 0 30px;
  }
}
#vision #producer {
  padding: 50px 0 80px;
}
@media (max-width: 834px) {
  #vision #producer {
    padding: 0px 0 100px;
  }
}
#vision #producer .ph-box {
  width: 320px;
  padding: 0 0 0 60px;
}
@media (max-width: 834px) {
  #vision #producer .ph-box {
    width: 100%;
    padding: 0px;
    max-width: 220px;
    margin: 0 auto 20px;
    text-align: center;
  }
}
#vision #producer .ph-box img {
  width: 100%;
}
#vision #producer .txt-box {
  width: calc(100% - 380px);
}
@media (max-width: 834px) {
  #vision #producer .txt-box {
    width: 100%;
    text-align: center;
  }
}
#vision #producer .txt-box.ver-en .name {
  font-size: 28px;
}
@media (max-width: 834px) {
  #vision #producer .txt-box.ver-en .name {
    font-size: 26px;
  }
}
#vision #producer .txt-box.ver-en .name small {
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
}
#vision #producer .txt-box.ver-en .catch {
  letter-spacing: 1px;
}
#vision #producer .txt-box.ver-en .message {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.5px;
}
#vision #producer .txt-box .state {
  color: #FFF;
  font-size: 16px;
  letter-spacing: 0px;
  padding: 0 0 5px;
  display: block;
}
@media (max-width: 834px) {
  #vision #producer .txt-box .state {
    font-size: 14px;
  }
}
#vision #producer .txt-box .job {
  color: #FFF;
  font-size: 16px;
  letter-spacing: 0px;
  padding: 0 0 8px;
  display: block;
}
@media (max-width: 834px) {
  #vision #producer .txt-box .job {
    font-size: 14px;
  }
}
#vision #producer .txt-box .name {
  color: #FFF;
  font-size: 28px;
  padding: 0 0 10px;
  display: block;
}
@media (max-width: 834px) {
  #vision #producer .txt-box .name {
    font-size: 26px;
    padding: 0 0 10px;
  }
}
#vision #producer .txt-box .name small {
  color: #FFF;
  font-size: 18px;
}
@media (max-width: 834px) {
  #vision #producer .txt-box .name small {
    font-size: 16px;
  }
}
#vision #producer .txt-box .catch {
  font-size: 38px;
  line-height: 54px;
  color: #0086CF;
  background-color: #FFF;
  display: inline;
  padding: 2px 5px;
  letter-spacing: 5px;
}
@media (max-width: 834px) {
  #vision #producer .txt-box .catch {
    font-size: 24px;
    line-height: 40px;
    text-align: left;
  }
}
#vision #producer .txt-box .message {
  color: #FFF;
  font-size: 18px;
  line-height: 36px;
  padding: 15px 0 30px;
  display: block;
}
@media (max-width: 834px) {
  #vision #producer .txt-box .message {
    font-size: 16px;
    line-height: 30px;
    text-align: left;
  }
}
#vision #producer .txt-box .plof {
  color: #FFF;
  font-size: 14px;
  line-height: 26px;
}
@media (max-width: 834px) {
  #vision #producer .txt-box .plof {
    font-size: 12px;
    line-height: 24px;
    text-align: left;
  }
}
#vision .founder .founder-head {
  text-align: center;
  padding: 0 0 50px;
}
@media (max-width: 834px) {
  #vision .founder .founder-head {
    padding: 0 0 30px;
  }
}
@media (max-width: 834px) {
  #vision .founder .founder-head img {
    width: 210px;
  }
}
#vision .founder .founder-box .box {
  width: 31%;
  margin: 0 3.5% 50px 0;
}
@media (max-width: 834px) {
  #vision .founder .founder-box .box {
    width: 48%;
    margin: 0 4% 30px 0;
    text-align: center;
  }
}
#vision .founder .founder-box .box:nth-child(3n) {
  margin: 0 0% 50px 0;
}
@media (max-width: 834px) {
  #vision .founder .founder-box .box:nth-child(3n) {
    width: 48%;
    margin: 0 4% 30px 0;
  }
}
@media (max-width: 834px) {
  #vision .founder .founder-box .box:nth-child(2n) {
    width: 48%;
    margin: 0 0% 30px 0;
  }
}
#vision .founder .founder-box .box .ph-box {
  width: 120px;
}
@media (max-width: 834px) {
  #vision .founder .founder-box .box .ph-box {
    width: 100%;
    max-width: 160px;
    text-align: center;
    margin: 0 auto;
  }
}
#vision .founder .founder-box .box .ph-box img {
  width: 100%;
}
#vision .founder .founder-box .box .txt-box {
  width: calc(100% - 140px);
  padding: 8px 0 0 0;
}
@media (max-width: 834px) {
  #vision .founder .founder-box .box .txt-box {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
  }
}
#vision .founder .founder-box .box .txt-box h3 {
  color: #FFF;
  font-size: 22px;
  padding: 0 0 3px;
}
#vision .founder .founder-box .box .txt-box h3.ver-en {
  font-size: 15px;
}
@media (max-width: 834px) {
  #vision .founder .founder-box .box .txt-box h3 {
    font-size: 16px;
  }
}
#vision .founder .founder-box .box .txt-box .job {
  color: #FFF;
  font-size: 16px;
  font-weight: normal;
  padding: 0 0 15px;
  letter-spacing: 0px;
  display: block;
}
#vision .founder .founder-box .box .txt-box .job.ver-en {
  font-size: 13px;
}
@media (max-width: 834px) {
  #vision .founder .founder-box .box .txt-box .job.ver-en {
    font-size: 11px;
    line-height: 15px;
  }
}
@media (max-width: 834px) {
  #vision .founder .founder-box .box .txt-box .job {
    font-size: 12px;
  }
}
#vision .founder .founder-box .box .txt-box a {
  display: block;
  padding: 8px 10px 8px 25px;
  border: solid 1px #FFF;
  text-align: center;
  color: #FFF;
  font-size: 13px;
  position: relative;
  transition: 0.4s ease-in-out;
}
@media (max-width: 834px) {
  #vision .founder .founder-box .box .txt-box a {
    font-size: 12px;
  }
}
#vision .founder .founder-box .box .txt-box a:hover {
  background-color: #FFF;
  color: #0086CF;
}
#vision .founder .founder-box .box .txt-box a::before {
  transition: 0.4s ease-in-out;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 15px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(45deg);
}
#vision .founder .founder-box .box .txt-box a:hover::before {
  border-top: 2px solid #0086CF;
  border-right: 2px solid #0086CF;
}

.mordal-common {
  padding: 60px;
  width: 100%;
  max-width: 940px;
  background-color: #FFF;
}
@media (max-width: 834px) {
  .mordal-common {
    width: calc(100% - 40px);
    margin: 0 auto;
    max-width: calc(100% - 40px);
    min-width: calc(100% - 40px);
    padding: 25px;
    overflow-y: scroll;
  }
}
.mordal-common.v2 .ph-box {
  width: 160px;
}
@media (max-width: 834px) {
  .mordal-common.v2 .ph-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 15px;
    text-align: center;
    max-width: 280px;
  }
}
@media (max-width: 834px) {
  .mordal-common.v2 .ph-box img {
    max-width: 130px;
  }
}
.mordal-common.v2 .txt-box {
  width: calc(100% - 190px);
}
@media (max-width: 834px) {
  .mordal-common.v2 .txt-box {
    width: 100%;
    text-align: center;
  }
}
.mordal-common .ph-box {
  width: 220px;
}
@media (max-width: 834px) {
  .mordal-common .ph-box {
    width: 100%;
    max-width: 115px;
    margin: 0 auto 12px;
    text-align: center;
  }
}
.mordal-common .ph-box img {
  width: 100%;
}
.mordal-common .ph-box img.end {
  padding: 10px 0 0;
}
.mordal-common .txt-box {
  width: calc(100% - 250px);
}
@media (max-width: 834px) {
  .mordal-common .txt-box {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 834px) {
  .mordal-common .txt-box.ver-en .state {
    font-size: 12px;
    display: none;
  }
}
@media (max-width: 834px) {
  .mordal-common .txt-box.ver-en .job {
    font-size: 12px;
  }
}
.mordal-common .txt-box.ver-en .name {
  padding: 5px 0 10px;
}
.mordal-common .txt-box.ver-en .catch {
  letter-spacing: 1.5px;
}
@media (max-width: 834px) {
  .mordal-common .txt-box.ver-en .catch {
    font-size: 20px;
    line-height: 28px;
  }
}
.mordal-common .txt-box.ver-en .plof {
  font-size: 16px;
  line-height: 26px;
}
@media (max-width: 834px) {
  .mordal-common .txt-box.ver-en .plof {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (max-width: 834px) {
  .mordal-common .txt-box.v2 .job {
    font-size: 10px;
  }
}
@media (max-width: 834px) {
  .mordal-common .txt-box.v2 .name {
    padding: 5px 0 5px;
  }
}
@media (max-width: 834px) {
  .mordal-common .txt-box.v2 .catch {
    font-size: 18px;
    line-height: 26px;
  }
}
.mordal-common .txt-box a {
  color: #0086CF;
  text-decoration: underline;
}
.mordal-common .txt-box .state {
  color: #0086CF;
  font-size: 14px;
  padding: 0 0 5px;
  letter-spacing: 0px;
  display: block;
}
@media (max-width: 834px) {
  .mordal-common .txt-box .state {
    font-size: 13px;
  }
}
.mordal-common .txt-box .job {
  color: #0086CF;
  font-size: 14px;
  letter-spacing: 0px;
  padding: 0 0 2px;
  display: block;
}
@media (max-width: 834px) {
  .mordal-common .txt-box .job {
    font-size: 13px;
  }
}
.mordal-common .txt-box .name {
  color: #0086CF;
  font-size: 22px;
  padding: 0 0 5px;
  display: block;
}
@media (max-width: 834px) {
  .mordal-common .txt-box .name {
    font-size: 16px;
    padding: 0 0 10px;
  }
}
.mordal-common .txt-box .name small {
  color: #0086CF;
  font-size: 12px;
}
@media (max-width: 834px) {
  .mordal-common .txt-box .name small {
    font-size: 16px;
  }
}
.mordal-common .txt-box .name-c {
  color: #0086CF;
  font-size: 26px;
  padding: 0 0 5px;
  display: block;
}
@media (max-width: 834px) {
  .mordal-common .txt-box .name-c {
    font-size: 18px;
    padding: 0 0 5px;
  }
}
.mordal-common .txt-box .catch {
  font-size: 28px;
  line-height: 40px;
  color: #FFF;
  background-color: #0086CF;
  display: inline;
  margin-bottom: 5px;
  letter-spacing: 3px;
}
@media (max-width: 834px) {
  .mordal-common .txt-box .catch {
    font-size: 19px;
    line-height: 30px;
    letter-spacing: 2px;
    text-align: left;
  }
}
.mordal-common .txt-box .message {
  color: #0086CF;
  font-size: 20px;
  line-height: 38px;
  padding: 10px 0 25px;
  display: block;
}
@media (max-width: 834px) {
  .mordal-common .txt-box .message {
    font-size: 16px;
    line-height: 30px;
    text-align: left;
  }
}
.mordal-common .txt-box .plof {
  color: #0086CF;
  font-size: 16px;
  line-height: 30px;
  padding: 10px 0 0 0;
}
@media (max-width: 834px) {
  .mordal-common .txt-box .plof {
    font-size: 11px;
    line-height: 18px;
    text-align: left;
  }
}
.mordal-common .txt-box .plof a {
  color: #0086CF;
  font-size: 16px;
  line-height: 30px;
}
.mordal-common .txt-box .plof a:hover {
  text-decoration: underline;
}
@media (max-width: 834px) {
  .mordal-common .txt-box .plof a {
    font-size: 11px;
    line-height: 18px;
    text-align: left;
  }
}
.mordal-common .txt-box .plof-c {
  color: #0086CF;
  font-size: 14px;
  line-height: 22px;
  padding: 5px 0;
}
@media (max-width: 834px) {
  .mordal-common .txt-box .plof-c {
    font-size: 11px;
    line-height: 16px;
    text-align: left;
  }
}
.mordal-common .txt-box .plof-c a {
  color: #0086CF;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0px;
}
.mordal-common .txt-box .plof-c a:hover {
  text-decoration: underline;
}
@media (max-width: 834px) {
  .mordal-common .txt-box .plof-c a {
    font-size: 11px;
    line-height: 18px;
    text-align: left;
  }
}
.mordal-common .txt-box .intro {
  background-color: #0086CF;
  color: #FFF;
  font-size: 15px;
  letter-spacing: 0px;
  padding: 2px 8px;
  margin-top: 10px;
  display: block;
}
@media (max-width: 834px) {
  .mordal-common .txt-box .intro {
    font-size: 13px;
  }
}
.mordal-common .txt-box .c-link {
  color: #0086CF;
  font-size: 14px;
  letter-spacing: 0px;
  padding: 0 0 2px;
  display: block;
}
.mordal-common .txt-box .c-link:hover {
  text-decoration: underline;
}
@media (max-width: 834px) {
  .mordal-common .txt-box .c-link {
    font-size: 13px;
  }
}
.mordal-common table {
  border-spacing: 0px;
  border-top: solid 1px #E7EFFA;
  border-right: solid 1px #E7EFFA;
}
@media (max-width: 834px) {
  .mordal-common tr {
    width: 100%;
    display: block;
  }
}
.mordal-common th {
  background-color: #0086CF;
  color: #FFF;
  padding: 8px 15px 8px 12px;
  font-size: 13px;
  text-align: left;
  border-bottom: solid 1px #E7EFFA;
}
@media (max-width: 834px) {
  .mordal-common th {
    font-size: 11px;
    width: 100%;
    display: block;
    padding: 2px 15px 2px 12px;
  }
}
.mordal-common td {
  color: #333333;
  padding: 8px 12px;
  font-size: 13px;
  text-align: left;
  border-bottom: solid 1px #E7EFFA;
}
@media (max-width: 834px) {
  .mordal-common td {
    font-size: 11px;
    width: 100%;
    display: block;
    border-left: solid 1px #E7EFFA;
    border-right: solid 1px #E7EFFA;
    padding: 2px 15px 2px 12px;
  }
}
.mordal-common td small {
  font-size: 0.9em;
}
.mordal-common .attention {
  text-align: center;
  color: #E9193E;
  font-size: 12px;
  line-height: 20px;
}
@media (max-width: 834px) {
  .mordal-common .attention {
    text-align: left;
    font-size: 11px;
    line-height: 18px;
    padding: 0 0 15px;
  }
}

#brand {
  padding: 0 0 0px;
}
@media (max-width: 834px) {
  #brand {
    padding: 0 0 0px;
  }
}
#brand .exp {
  color: #FFF;
  font-size: 28px;
  line-height: 52px;
  margin-bottom: 5px;
  text-align: center;
}
@media (max-width: 834px) {
  #brand .exp {
    font-size: 22px;
    line-height: 42px;
  }
}
#brand .all-brand {
  padding: 0 20px;
  background-color: #FFF;
  margin: 0 auto 30px;
  display: none;
}
@media (max-width: 834px) {
  #brand .all-brand {
    padding: 0 10px;
  }
}
#brand .all-brand img {
  width: 10%;
}
@media (max-width: 834px) {
  #brand .all-brand img {
    width: 20%;
  }
}

@media (max-width: 834px) {
  #news .common-head .img-head {
    max-width: 134px;
  }
}
#news .common-head h2 {
  color: #FFF;
  margin-bottom: 0;
}
#news .topics .top-list {
  width: 31%;
  margin: 0 3.5% 30px 0;
  display: block;
}
@media (max-width: 834px) {
  #news .topics .top-list {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 30px;
  }
}
@media (max-width: 834px) {
  #news .topics .top-list:nth-child(2n) {
    width: 100%;
    margin: 0 auto 30px;
    padding: 0;
  }
}
#news .topics .top-list:nth-child(3n) {
  margin: 0 0% 30px 0;
}
@media (max-width: 834px) {
  #news .topics .top-list:nth-child(3n) {
    width: 100%;
    margin: 0 auto 30px;
  }
}
#news .topics .top-list:hover .top-thumb {
  transform: scale(1.03);
}
#news .topics .top-list:hover .top-thumb:after {
  opacity: 0;
}
#news .topics .top-list .top-thumb-area {
  width: 100%;
  height: 200px;
  overflow: hidden;
  margin-bottom: 15px;
}
@media (max-width: 834px) {
  #news .topics .top-list .top-thumb-area {
    height: 35vw;
    min-height: 170px;
    max-height: 230px;
    margin-bottom: 10px;
  }
}
#news .topics .top-list .top-thumb {
  width: 100%;
  background-size: cover;
  background-position: center;
  height: 200px;
  transition: 0.3s ease-in-out;
  display: block;
  position: relative;
  margin-bottom: 15px;
}
@media (max-width: 834px) {
  #news .topics .top-list .top-thumb {
    height: 35vw;
    min-height: 170px;
    max-height: 230px;
    margin-bottom: 10px;
  }
}
#news .topics .top-list .top-thumb:after {
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  content: "";
  display: block;
  opacity: 0;
  transition: 0.3s all;
}
#news .topics .top-list .text .top-title {
  font-size: 20px;
  color: #FFF;
  transition: 0.3s ease-in-out;
  padding: 0 0 5px;
  display: block;
}
@media (max-width: 834px) {
  #news .topics .top-list .text .top-title {
    font-size: 16px;
  }
}
#news .topics .top-list .text .top-date {
  font-size: 16px;
  color: #FFF;
  display: block;
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-weight: 300;
  transition: 0.3s ease-in-out;
}
@media (max-width: 834px) {
  #news .topics .top-list .text .top-date {
    font-size: 13px;
  }
}

#event {
  padding: 60px 0 60px;
}
@media (max-width: 834px) {
  #event {
    padding: 0 0 60px;
  }
}
@media (max-width: 834px) {
  #event .common-head .img-head {
    max-width: 280px;
  }
}
#event .common-head h2 {
  color: #FFF;
}
#event .event-wrap {
  padding: 0 0 100px;
}
@media (max-width: 834px) {
  #event .event-wrap {
    padding: 0;
  }
}
#event .event-wrap .event-box {
  width: 30%;
  margin: 0 5% 0 0;
  text-align: center;
}
@media (max-width: 834px) {
  #event .event-wrap .event-box {
    width: 100%;
    max-width: 360px;
    margin: 0 auto 60px;
  }
}
#event .event-wrap .event-box:nth-child(3n) {
  margin: 0 0% 0 0;
}
@media (max-width: 834px) {
  #event .event-wrap .event-box:nth-child(3n) {
    margin: 0 auto 60px;
  }
}
#event .event-wrap .event-box img {
  margin-bottom: 35px;
}
@media (max-width: 834px) {
  #event .event-wrap .event-box img {
    margin-bottom: 0px;
    transform: scale(0.8);
  }
}
#event .event-wrap .event-box h3 {
  font-size: 24px;
  line-height: 38px;
  margin-bottom: 20px;
}
#event .event-wrap .event-box p {
  font-size: 16px;
  line-height: 30px;
  text-align: left;
}
#event .event-wrap .event-box p.ver-en {
  font-size: 16px;
  line-height: 26px;
}
#event .timetable {
  margin: 0 auto 80px;
  background-color: #E7F4FA;
  padding: 40px;
  text-align: center;
}
@media (max-width: 834px) {
  #event .timetable {
    padding: 15px;
    margin: 0 auto;
  }
}
#event .timetable h2 {
  font-size: 32px;
  color: #0086CF;
  padding: 0 0 30px;
}
@media (max-width: 834px) {
  #event .timetable h2 {
    font-size: 20px;
  }
}
#event .timetable .p-day {
  width: 620px;
  margin: 0 auto 30px;
}
@media (max-width: 834px) {
  #event .timetable .p-day {
    width: 100%;
  }
}
#event .timetable .n-day {
  padding: 0 0 30px;
}
@media (max-width: 834px) {
  #event .timetable .n-day {
    padding: 0;
  }
}
@media (max-width: 834px) {
  #event .timetable .n-day img {
    padding: 0 0 30px;
  }
}
#event .timetable img {
  width: 100%;
}
@media (max-width: 834px) {
  #event .timetable img {
    max-width: 400px;
    margin: 0 auto;
    width: 100%;
  }
}
#event .timetable .time-link {
  color: #0086CF;
  padding: 10px 0 0;
}
@media (max-width: 834px) {
  #event .timetable .time-link {
    text-align: left;
  }
}
#event .timetable .time-link a {
  color: #0086CF;
  text-decoration: underline;
}
#event .timetable .attend {
  color: #E9193E;
}
@media (max-width: 834px) {
  #event .timetable .attend {
    font-size: 12px;
    line-height: 20px;
    padding: 0 0 15px;
  }
}

.brand {
  background-color: #FBFBFB;
  padding: 60px 60px 30px;
  width: 66%;
  margin: 80px auto 120px;
  text-align: center;
}
.brand.en {
  display: none;
}
@media (max-width: 834px) {
  .brand.en {
    display: none !important;
  }
}
@media (max-width: 834px) {
  .brand {
    width: 100%;
    padding: 40px 30px;
    margin: 40px auto 60px;
  }
}
.brand h3 {
  font-size: 26px;
  line-height: 40px;
  color: #0086CF;
  margin-bottom: 25px;
}
@media (max-width: 834px) {
  .brand h3 {
    font-size: 22px;
    line-height: 36px;
  }
}
.brand h4 {
  color: #0086CF;
  padding-top: 25px;
  font-size: 22px;
  line-height: 38px;
}
@media (max-width: 834px) {
  .brand h4 {
    font-size: 20px;
    line-height: 34px;
  }
}
.brand p {
  font-size: 16px;
  line-height: 30px;
  color: #0086CF;
  text-align: left;
}
.brand .link-area {
  padding: 10px 0 20px;
}
.brand .link-area .link-common-btn {
  color: #FFF;
  background-color: #0086CF;
  border: solid 1px #0086CF;
}
.brand .link-area .link-common-btn:hover {
  background-color: #FFF;
  color: #0086CF;
}

.library .ph-box {
  width: 48%;
}
@media (max-width: 834px) {
  .library .ph-box {
    width: 100%;
    margin-bottom: 15px;
  }
}
.library .ph-box img {
  width: 100%;
}
.library .txt-box {
  width: 48%;
  text-align: left;
}
@media (max-width: 834px) {
  .library .txt-box {
    width: 100%;
  }
}
.library .txt-box .link-area {
  text-align: left;
}

#ticket {
  padding: 0px 0 60px;
}
@media (max-width: 834px) {
  #ticket .common-head .img-head {
    max-width: 170px;
  }
}
#ticket .common-head h2 {
  color: #FFF;
}
#ticket .common-head .sale {
  padding: 30px 0 0;
  font-size: 28px;
  line-height: 52px;
}
@media (max-width: 834px) {
  #ticket .common-head .sale {
    font-size: 22px;
    line-height: 42px;
  }
}
#ticket .schedule {
  width: 48%;
  padding: 0 50px;
}
@media (max-width: 834px) {
  #ticket .schedule {
    width: 100%;
    padding: 0;
  }
}
#ticket .schedule .inbox {
  border: solid 4px #FFF;
  text-align: center;
  transition: 0.3s all;
  margin-bottom: 15px;
  background-color: #FFF;
}
#ticket .schedule .inbox:hover {
  background-color: #0086CF;
}
#ticket .schedule .inbox:hover a {
  color: #FFF;
}
#ticket .schedule .inbox p {
  font-size: 26px;
  line-height: 44px;
  color: #FFF;
}
@media (max-width: 834px) {
  #ticket .schedule .inbox p {
    font-size: 22px;
    line-height: 42px;
  }
}
#ticket .schedule .inbox p a {
  color: #0086CF;
  transition: 0.3s all;
  padding: 30px;
  display: block;
}
@media (max-width: 834px) {
  #ticket .schedule .inbox p a {
    padding: 30px 10px;
  }
}
#ticket .schedule .inbox p a span {
  font-size: 18px;
  line-height: 30px;
}
@media (max-width: 834px) {
  #ticket .schedule .inbox p a span {
    font-size: 16px;
    line-height: 28px;
  }
}
#ticket .schedule .pet-attend {
  padding: 15px 0 0;
  font-size: 14px;
  line-height: 22px;
}
#ticket .schedule .pet-attend a {
  color: #FFF;
  text-decoration: underline;
}
#ticket .item {
  width: 48%;
}
@media (max-width: 834px) {
  #ticket .item {
    width: 100%;
    text-align: center;
  }
}
#ticket .item .box {
  padding: 0 0 30px;
}
@media (max-width: 834px) {
  #ticket .item .box.ver-en {
    text-align: left;
  }
}
#ticket .item .box.ver-en h3 {
  letter-spacing: 1px;
}
@media (max-width: 834px) {
  #ticket .item .box.ver-en h3 {
    font-size: 18px;
  }
}
#ticket .item .box.ver-en p {
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.5px;
}
@media (max-width: 834px) {
  #ticket .item .box.ver-en p {
    font-size: 14px;
    line-height: 24px;
    padding: 0 0 10px;
  }
}
#ticket .item .box.ver-en p a {
  color: #FFF;
  transition: 0.3s all;
  display: block;
}
#ticket .item .box.ver-en p a:hover {
  text-decoration: underline;
}
#ticket .item .box.ver-en small {
  font-size: 13px;
  line-height: 20px;
  color: #FFF;
  letter-spacing: 0.5px;
}
@media (max-width: 834px) {
  #ticket .item .box.ver-en small {
    font-size: 12px;
    line-height: 18px;
  }
}
#ticket .item .box.ver-en small a {
  color: #FFF;
  transition: 0.3s all;
  display: block;
}
#ticket .item .box.ver-en small a:hover {
  text-decoration: underline;
}
#ticket .item .box h3 {
  font-size: 22px;
  letter-spacing: 3px;
  color: #0086CF;
  background-color: #FFF;
  padding: 1px 10px;
  display: inline-block;
  margin-bottom: 10px;
}
@media (max-width: 834px) {
  #ticket .item .box h3 {
    font-size: 20px;
  }
}
#ticket .item .box p {
  font-size: 20px;
  line-height: 24px;
  color: #FFF;
  padding: 10px 0 5px;
}
@media (max-width: 834px) {
  #ticket .item .box p {
    font-size: 16px;
    line-height: 28px;
  }
}
#ticket .item .box p a {
  color: #FFF;
  transition: 0.3s all;
  display: block;
}
#ticket .item .box p a:hover {
  text-decoration: underline;
}
#ticket .item .box small {
  font-size: 15px;
  line-height: 22px;
  color: #FFF;
}
@media (max-width: 834px) {
  #ticket .item .box small {
    font-size: 14px;
    line-height: 18px;
  }
}
#ticket .item .box small a {
  color: #FFF;
  transition: 0.3s all;
  display: block;
}
#ticket .item .box small a:hover {
  text-decoration: underline;
}

#access {
  padding: 30px 0 80px;
  background-color: #FBFBFB;
}
@media (max-width: 834px) {
  #access {
    padding: 0px 20px 30px;
    margin: 0 auto;
    width: calc(100% - 40px);
    max-width: calc(100% - 40px);
    min-width: calc(100% - 40px);
  }
}
#access .common-head {
  margin-bottom: 0px;
}
@media (max-width: 834px) {
  #access .common-head .img-head {
    max-width: 200px;
  }
}
#access .common-head h2 {
  color: #0086CF;
}
#access .access-box {
  width: 700px;
  margin: 0 auto;
}
@media (max-width: 834px) {
  #access .access-box {
    width: 100%;
  }
}
#access .access-box h3 {
  font-size: 32px;
  color: #0086CF;
  padding-bottom: 10px;
  text-align: center;
}
@media (max-width: 834px) {
  #access .access-box h3 {
    font-size: 24px;
    line-height: 40px;
  }
}
#access .access-box .address {
  font-size: 22px;
  padding: 0 0 5px;
  color: #0086CF;
  text-align: center;
}
@media (max-width: 834px) {
  #access .access-box .address {
    font-size: 18px;
    line-height: 26px;
  }
}
#access .access-box .bus-ph img {
  width: 100%;
  margin-bottom: 10px;
}
#access .access-box .link-area {
  padding: 20px 0 40px;
}
#access .access-box .link-area .link-common-btn {
  color: #FFF;
  background-color: #0086CF;
  border: solid 1px #0086CF;
}
#access .access-box .link-area .link-common-btn:hover {
  background-color: #FFF;
  color: #0086CF;
}
#access .access-box .ggmap {
  position: relative;
  padding-bottom: 66%;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 60px;
}
@media (max-width: 834px) {
  #access .access-box .ggmap {
    margin-top: 0px;
    margin-bottom: 30px;
    padding-bottom: 90%;
    height: 100vw;
  }
}
#access .access-box .ggmap iframe,
#access .access-box .ggmap object,
#access .access-box .ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#access .access-box .how {
  margin: 0 0 15px;
  padding: 1px 10px;
  display: inline-block;
  color: #FFF;
  background-color: #0086CF;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 3px;
  font-weight: bold;
}
@media (max-width: 834px) {
  #access .access-box .how {
    font-size: 16px;
    line-height: 30px;
    margin: 0 0 15px;
  }
}
#access .access-box .time {
  font-size: 18px;
  line-height: 28px;
  color: #0086CF;
  margin-bottom: 5px;
}
@media (max-width: 834px) {
  #access .access-box .time {
    font-size: 14px;
    line-height: 24px;
  }
}
#access .access-box a.c-link {
  font-size: 18px;
  line-height: 28px;
  padding: 0 0 0 20px;
  color: #0086CF;
  position: relative;
  display: block;
}
@media (max-width: 834px) {
  #access .access-box a.c-link {
    padding: 0 0 0 15px;
    font-size: 14px;
    line-height: 24px;
  }
}
#access .access-box a.c-link:hover {
  text-decoration: underline;
}
#access .access-box a.c-link::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 2px;
  width: 7px;
  height: 7px;
  border-top: 3px solid #0086CF;
  border-right: 3px solid #0086CF;
  transform: rotate(45deg);
}
@media (max-width: 834px) {
  #access .access-box a.c-link::before {
    width: 5px;
    height: 5px;
    border-top: 2px solid #0086CF;
    border-right: 2px solid #0086CF;
  }
}

#collaborator {
  margin-top: 80px;
  padding: 20px 20px 75px;
  background-color: #FFF;
}
@media (max-width: 834px) {
  #collaborator {
    padding: 0px 20px 30px;
    margin: 80px auto 0;
    width: calc(100% - 40px);
    max-width: calc(100% - 40px);
    min-width: calc(100% - 40px);
  }
}
#collaborator .common-head {
  margin-bottom: 0px;
}
@media (max-width: 834px) {
  #collaborator .common-head {
    padding: 40px 0 20px;
  }
}
@media (max-width: 834px) {
  #collaborator .common-head .img-head {
    max-width: 200px;
  }
}
#collaborator .common-head h2 {
  color: #0086CF;
  margin: 0;
}
#collaborator .p-box {
  margin: 0 auto 20px;
  text-align: center;
}
@media (max-width: 834px) {
  #collaborator .p-box {
    margin: 0 auto 20px;
  }
}
#collaborator .p-box a {
  display: block;
  width: 52%;
  margin: 0 10px;
}
@media (max-width: 834px) {
  #collaborator .p-box a {
    width: 100%;
    margin: 0 auto 0px;
    text-align: center;
  }
}
#collaborator .p-box a img {
  width: 100%;
}
#collaborator .g-box {
  margin: 0 auto 20px;
  text-align: center;
}
@media (max-width: 834px) {
  #collaborator .g-box {
    margin: 0 auto 20px;
  }
}
#collaborator .g-box a {
  display: block;
  width: 38%;
  margin: 0 10px;
}
@media (max-width: 834px) {
  #collaborator .g-box a {
    width: 100%;
    margin: 0 auto 0px;
    text-align: center;
  }
}
#collaborator .g-box a img {
  width: 100%;
}
@media (max-width: 834px) {
  #collaborator .g-box a img {
    width: initial;
    height: 36px;
  }
}
#collaborator .l-box {
  margin: 0 auto 20px;
}
@media (max-width: 834px) {
  #collaborator .l-box {
    margin: 0 auto 20px;
  }
}
#collaborator .l-box a {
  display: block;
  width: 22%;
  margin: 0 10px;
}
@media (max-width: 834px) {
  #collaborator .l-box a {
    width: 100%;
    margin: 0 auto 0px;
    text-align: center;
  }
}
#collaborator .l-box a img {
  width: 100%;
}
@media (max-width: 834px) {
  #collaborator .l-box a img {
    width: initial;
    height: 70px;
  }
}
#collaborator .m-box {
  margin: 0 auto 35px;
}
@media (max-width: 834px) {
  #collaborator .m-box {
    margin: 0 auto 20px;
  }
}
#collaborator .m-box a {
  display: block;
  margin: 0 15px;
}
@media (max-width: 834px) {
  #collaborator .m-box a {
    width: auto;
    margin: 0 5px 15px;
  }
}
#collaborator .m-box a img {
  height: 62px;
}
@media (max-width: 834px) {
  #collaborator .m-box a img {
    width: auto;
    height: 40px;
  }
}
#collaborator .s-box {
  padding: 0 60px;
}
@media (max-width: 834px) {
  #collaborator .s-box {
    padding: 0;
  }
}
#collaborator .s-box a {
  display: block;
  margin: 0 8px 16px;
}
@media (max-width: 834px) {
  #collaborator .s-box a {
    width: auto;
    margin: 0 5px 10px;
  }
}
#collaborator .s-box a img {
  height: 52px;
}
@media (max-width: 834px) {
  #collaborator .s-box a img {
    width: auto;
    height: 36px;
  }
}

#map .v1 {
  width: 100%;
  margin-bottom: 20px;
}
#map .v2 {
  width: 100%;
  margin-bottom: 20px;
}/*# sourceMappingURL=custom.css.map */