@charset "UTF-8";
/* =====
 * 共通レイアウト
============================================================================= */
body {
  font-family: '游ゴシック', YuGothic, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', Arial, verdana, sans-serif;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  color: #000;
  background: #FFF;
  line-height: 1.6;
}

/* -----
 * link setting
----------------------------------------------------------------------------- */
a img {
  vertical-align: bottom;
  -webkit-box-shadow: #000 0 0 0;
          box-shadow: #000 0 0 0;
}

/* -----
 * tag setting
----------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  margin: 1.3em 0 1em;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

p, ul, ol, table {
  padding: 0;
  margin: 1em 0;
}

p:last-child, ul:last-child, ol:last-child, table:last-child {
  margin-bottom: 0;
}

p:first-child, ul:first-child, ol:first-child, table:first-child {
  margin-top: 0;
}

img {
  vertical-align: bottom;
  width: 100%;
}

.none {
  display: none;
}

/* -----
 * wrapper
----------------------------------------------------------------------------- */
.wrapper {
  margin-top: 78px;
}

/* -----
 * header
----------------------------------------------------------------------------- */
.header .nav {
  position: fixed;
  top: 0;
  left: 0;
  display: table;
  list-style: none;
  width: 100%;
  height: 78px;
  z-index: 100;
}

.header .nav li {
  display: table-cell;
  vertical-align: middle;
  text-indent: -999px;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
}

.header .nav li a {
  display: block;
  height: 100%;
}

.header .nav li.nav01 {
  background-image: url(../images/index-sp/header-logo.png);
  -webkit-background-size: 101px 101px;
          background-size: 101px;
  background-color: #FFF;
}
html:not([lang="ja"]) {
.header .nav li.nav01 {
  background-image: url(../images/index-sp/header-logo-en.png);}
}

.header .nav li.nav02 {
  background-image: url(../images/index-sp/nav-menu01.png);
  background-color: #7D7D7D;
  -webkit-background-size: 113px 113px;
          background-size: 113px;
  border-bottom: 1px solid #606060;
}
html:not([lang="ja"]) {
 .header .nav li.nav02 {background-image: url(../images/index-sp/nav-menu01-en.png);}
}

.header .nav li.nav03 {
  width: 25%;
  background-image: url(../images/index-sp/nav-menu02.png);
  background-color: #EB6C1F;
  -webkit-background-size: 61px 61px;
          background-size: 61px;
  border-bottom: 1px solid #DC4A00;
}
html:lang(en) {
.header .nav li.nav03{ background-image: url(../images/index-sp/nav-menu02-en.png?202508);}
}
html:lang(ko) {
.header .nav li.nav03 {background-image: url(../images/index-sp/nav-menu02-ko.png);}
}
html:lang(ko) {
.header .nav li.nav03 {background-image: url(../images/index-sp/nav-menu02-ko.png);}
}
html:lang(zh-Hans) {
.header .nav li.nav03 {background-image: url(../images/index-sp/nav-menu02-zh.png);}
}
html:lang(zh-Hant) {
.header .nav li.nav03 {background-image: url(../images/index-sp/nav-menu02-tw.png);}
}

.header .key-visual {
  display: table;
  width: 100%;
  height: 227px;
  height: 61vw;
}

.header .key-visual img {
  width: auto;
}

.header .key-visual .adjust {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.header .key-visual .adjust .slider-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.header .key-visual .adjust .player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: 10;
}

.header .key-visual .adjust .player iframe {
  width: 100%;
  height: 100%;
}

.header .key-visual .adjust .logo {
  position: relative;
  z-index: 3;
}

.header .key-visual .adjust .logo img {
  height: 50px;
  height: 13.1vw;
}

.header .key-visual .adjust .play {
  position: relative;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  margin-top: 5%;
  z-index: 4;
}

.header .key-visual .adjust .play img {
  height: 49px;
  height: 13.1vw;
}

.header .key-visual .adjust .label {
  position: relative;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  margin-top: 1%;
  z-index: 5;
}

.header .key-visual .adjust .label img {
  height: 9px;
  height: 2.38vw;
}

.section {
  margin: 50px 15px 0;
}

.section:first-child {
  margin-top: 20px;
}

.section .icon {
  text-align: center;
  height: 39px;
  margin: 0;
}

.section .icon img {
  width: auto;
  height: 100%;
}

.section.section-three-photo .title {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px;
}

.section.section-three-photo .photos > *:nth-child(-2n+2) {
  float: left;
}

.section.section-three-photo .photos > *:nth-child(n+2) {
  margin-top: 2%;
  width: 48.7%;
  float: left;
}

.section.section-three-photo .photos > *:nth-child(-3n+3) {
  float: right;
}

.section.section-profile .people {
  margin-top: 40px;
}

.section.section-profile .people.people01 {
  margin-top: 0;
}

.section.section-profile .people .photo {
  width: 50%;
  margin: 0 auto;
  margin-top: 15px;
}

.section.section-profile .people .name {
  width: 30%;
  margin: 0 auto;
  margin-top: 25px;
}

.section.section-profile .people .text {
  margin-top: 15px;
  text-align: left;
}

.section.section-profile .people .comment {
  position: relative;
  background-color: rgba(235, 108, 31, 0.8);
  text-align: left;
  margin-top: 20px;
  padding: 5px 20px 20px 20px;
}

.section.section-profile .people .comment:before {
  content: '';
  position: absolute;
  top: -17px;
  right: 10px;
  width: 12px;
  height: 17px;
  background: url(../images/index-sp/profile-comment-arrow.png) no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}

.section.section-profile .people .comment .comment-label {
  text-align: right;
  margin: 5px 0 15px;
}

.section.section-profile .people .comment .comment-label img {
  width: 97px;
}

.section.section-profile .people .comment .comment-text {
  color: #FFF;
}

.section.section-gallery .gallery {
  margin-top: 35px;
}

.section.section-gallery .gallery .title {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #000;
  padding: 0 0 5px;
}

.section.section-gallery .gallery .text {
  margin-top: 5px;
}

.footer {
  margin: 30px 0 10px;
  text-align: center;
}

.footer img {
  width: 250px;
}

.slider {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.slider .slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
}

.slider .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slider .slick-list:focus {
  outline: none;
}

.slider .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slider .slick-slider .slick-track,
.slider .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slider .slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slider .slick-track:before, .slider .slick-track:after {
  content: "";
  display: table;
}

.slider .slick-track:after {
  clear: both;
}

.slick-loading .slider .slick-track {
  visibility: hidden;
}

.slider .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
}

[dir="rtl"] .slider .slick-slide {
  float: right;
}

.slider .slick-slide img {
  display: block;
  width: 100%;
}

.slider .slick-slide.slick-loading img {
  display: none;
}

.slider .slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slider .slick-slide {
  display: block;
}

.slick-loading .slider .slick-slide {
  visibility: hidden;
}

.slick-vertical .slider .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slider .slick-arrow.slick-hidden {
  display: none;
}
