@charset "UTF-8";

/* --------------------------------------------------
  top
-------------------------------------------------- */



/* --------------------------------------------------
  hero
-------------------------------------------------- */
.scroll_content:first-child {
  height: 100vh;
}
#hero.section .inner {
  position: relative;
  width: 100%;
  height: 100%;
  border-style: solid;
  border-color: #ffffff;
}
#hero.section .inner:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/top/hero_pattern.png) center center repeat;
  background-size: 16px auto;
}
#hero.section .movie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  transition: opacity 1200ms ease 850ms;
}
.load #hero.section .movie {
  opacity: 1;
}
#hero.section .movie iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
}
#hero.section .textbox {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate3d(-50%,-50%,0);
}
#hero.section .textbox,
#hero.section .textbox .copy,
#hero.section .textbox .text {
  max-width: 900px;
}
#hero.section .textbox_inner {
  width: 0;
  overflow: hidden;
  transition: width 300ms ease;
}
.load #hero.section .textbox_inner {
  width: 100%;
}
#hero.section .textbox .text {
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #141414;
  transition: color 400ms ease 450ms;
}
.load #hero.section .textbox .text {
  color: #ffffff;
}
#hero.section svg path {
  fill: #141414;
  transition: all 400ms ease 450ms;
}
.load #hero.section svg path {
  fill: #ffffff;
}
/*pc + tablet style*/
@media screen and (min-width: 768px) {

  #hero.section {
    height: 100vh;
  }
  #hero.section .inner {
    border-width: 10px;
  }
  #hero.section .textbox,
  #hero.section .textbox .copy,
  #hero.section .textbox .text {
    width: calc(757 / 1440 * 100vw);
  }
  #hero.section .textbox .text {
    margin-top: 35px;
    font-size: calc(28 / 10 * 1rem);
  }

}
/*sp style*/
@media screen and (max-width: 767px) {

  #hero.section {
    padding-top: 58px;
    height: 100%;
  }
  #hero.section .inner {
    border-width: 5px;
  }
  #hero.section .inner:after {
    z-index: 1;
  }
  #hero.section .textbox,
  #hero.section .textbox .copy,
  #hero.section .textbox .text {
    z-index: 10;
    width: calc(584 / 750 * 100vw);
  }
  #hero.section .textbox .text {
    margin-top: 22px;
    font-size: 15px;
  }
  #hero.section .swiper-container {
    width: 100%;
    height: 100%;
  }
  #hero.section .swiper-slide-img {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: repeat;
    background-size: cover;
    transition: transform 9000ms linear;
  }
  #hero.section .swiper-slide:not(.swiper-slide-prev):not(.swiper-slide-active) .swiper-slide-img {
    transform: scale(1.3);
  }
  #hero.section .swiper-slide-prev .swiper-slide-img,
  #hero.section .swiper-slide-active .swiper-slide-img {
    transform: scale(1);
  }

}



/* --------------------------------------------------
  section
-------------------------------------------------- */
/*pc + tablet style*/
@media screen and (min-width: 768px) {

  .section:not(#hero) .inner {
    display: flex;
  }
  .section:not(#hero) .inner .sub_contents {
    width: calc(730 / 2480 * 100%);
  }
  .section:not(#hero) .inner .main_contents {
    width: calc(1750 / 2480 * 100%);
  }
  .section:not(#hero) .inner .main_inner {
    padding-right: calc(240 / 1750 * 100%);
    padding-left: calc(240 / 1750 * 100%);
  }

}
/*sp style*/
@media screen and (max-width: 767px) {

  .section:not(#hero) {
    margin-top: -58px;
    padding-top: 58px;
  }

}



/* --------------------------------------------------
  hd_box
-------------------------------------------------- */
.hd_box .text_en,
.hd_box .text_jp {
  font-weight: 700;
  font-style: italic;
}
.hd_box .text_en {
  font-size: calc(15 / 10 * 1rem);
  color: #d2d2d2;
}
.hd_box .text_jp {
  line-height: 1.35;
  letter-spacing: 0.05em;
  color: #1a1a1a;
}
.hd_box .text_jp .ltext {
  position: relative;
  font-size: 120%;
  line-height: 1.12;
}
/*pc + tablet style*/
@media screen and (min-width: 768px) {

  .hd_box .text_en {
    margin-bottom: 17px;
    padding-left: 10px;
  }
  .hd_box .text_jp {
    font-size: calc(52 / 10 * 1rem);
  }

}
/*sp style*/
@media screen and (max-width: 767px) {

  .hd_box .text_en {
    margin-bottom: 6px;
    padding-left: 5px;
  }
  .hd_box .text_jp {
    font-size: 35px;
  }

}



/* --------------------------------------------------
  event
-------------------------------------------------- */
#event.section .event_list {
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
}
#event.section .event_text_box {
  letter-spacing: 0.05em;
}
#event.section .event_date {
  margin-bottom: 5px;
  color: #999999;
}
#event.section .event_text_box dt {
  line-height: 1.33;
  font-weight: 700;
}
#event.section .event_text_box dd {
  text-align: justify;
  font-size: calc(14 / 10 * 1rem);
  line-height: 2;
}
/*pc + tablet style*/
@media screen and (min-width: 768px) {

  #event.section .inner {
    padding-top: 95px;
    padding-bottom: 95px;
  }
  #event.section .sub_contents {
    text-align: right;
  }
  #event.section .hd_box {
    display: inline-block;
    padding-left: calc(70 / 355 * 100%);
    text-align: left;
  }
  #event.section .event_list {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  #event.section .event_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #event.section .event_img {
    width: calc(594 / 1270 * 100%);
  }
  #event.section .event_text_box {
    width: calc(594 / 1270 * 100%);
  }
  #event.section .event_date {
    font-size: calc(12 / 10 * 1rem);
  }
  #event.section .event_text_box dt {
    margin-bottom: 14px;
    font-size: calc(18 / 10 * 1rem);
  }

}
@media screen and (min-width: 768px) and (max-width: 1280px) {

  #event.section .inner {
    display: block;
  }
  #event.section:not(#hero) .sub_contents {
    width: 100%;
    padding-right: calc(240 / 1750 * 100%);
    padding-left: calc(240 / 1750 * 100%);
  }
  #event.section .hd_box {
    display: block;
    margin-bottom: 50px;
    padding-left: 0;
  }
  #event.section:not(#hero) .inner .main_contents {
    width: 100%;
  }

}
/*sp style*/
@media screen and (max-width: 767px) {

  #event.section .inner {
    margin-right: calc(40 / 750 * 100%);
    margin-left: calc(40 / 750 * 100%);
    padding-top: 45px;
    padding-bottom: 45px;
  }
  #event.section .hd_box {
    margin-bottom: 28px;
  }
  #event.section .event_list {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #event.section .event_img {
    margin-bottom: 18px;
  }
  #event.section .event_date {
    font-size: 11px;
  }
  #event.section .event_text_box dt {
    margin-bottom: 15px;
    font-size: 16px;
  }
  #event.section .event_text_box dd {
    font-size: 14px;
  }

}



/* --------------------------------------------------
  about
-------------------------------------------------- */
#about.section {
}
#about.section .inner {
  position: relative;
  background-color: #f5f5f5;
}
#about.section .hd_box .kerning {
  letter-spacing: -0.02em;
}
#about.section .main_text p {
  text-align: justify;
  line-height: 2;
  letter-spacing: 0.05em;
}
#about.section .main_img {
  margin: 0 auto;
}

/*pc + tablet style*/
@media screen and (min-width: 768px) {

  #about.section .sub_contents {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    background-image: url(../img/top/about_img.jpg);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: 270% auto;
    animation: bganime 600000ms linear infinite;
  }
  #about.section.fixed .sub_contents {
    position: fixed;
    left: auto;
    width: calc(730 / 2880 * 100%);
  }
  #about.section.fixedend .sub_contents {
    top: auto;
    bottom: 0;
  }
  #about.section .main_contents {
    margin-left: calc(730 / 2480 * 100%);
  }
  #about.section .main_inner {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  #about.section .hd_box {
    margin-bottom: 50px;
  }
  #about.section .main_text {
    margin-bottom: 64px;
  }
  #about.section .main_text p {
    font-size: calc(14 / 10 * 1rem);
  }
  #about.section .main_text p:not(:last-child) {
    margin-bottom: 24px;
  }
  #about.section .main_img {
    width: calc(1142 / 1270 * 100%);
  }

}
/*sp style*/
@media screen and (max-width: 767px) {

  #about.section .inner {
    display: flex;
    flex-direction: column-reverse;
    padding-top: 50px;
  }
  #about.section .sub_contents {
    width: 100%;
    height: 0;
    padding-top: calc(136 / 750 * 100%);
    background-image: url(../img/top/sp/about_img.jpg);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto 100%;
    animation: bganime 600000ms linear infinite;
  }
  #about.section .main_contents {
    margin-right: calc(40 / 750 * 100%);
    margin-left: calc(40 / 750 * 100%);
  }
  #about.section .main_inner {
    margin-bottom: 33px;
  }
  #about.section .hd_box {
    margin-bottom: 28px;
  }
  #about.section .main_text {
    margin-bottom: 22px;
  }
  #about.section .main_text p {
    font-size: 14px;
  }
  #about.section .main_text p:not(:last-child) {
    margin-bottom: 24px;
  }

}
@keyframes bganime {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 10000px 0;
  }
}



/* --------------------------------------------------
  skitv2
-------------------------------------------------- */
#skitv2.section .inner {
  position: relative;
}
#skitv2.section .main_inner > hr {
  clear: both;
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #d2d2d2;
}
#skitv2.section .panel_box {
  letter-spacing: 0.05em;
}
#skitv2.section .panel_box hr {
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #d2d2d2;
}
#skitv2.section .panel_hd {
  line-height: 1.61;
  font-weight: 700;
}
#skitv2.section .panel_text_box p {
  text-align: justify;
  line-height: 2;
  letter-spacing: 0.05em;
}
#skitv2.section .panel_list {
  display: flex;
  justify-content: space-between;
}
#skitv2.section .panel_table {
  line-height: 2;
  letter-spacing: 0.05em;
}
#skitv2.section .panel_table dt {
  line-height: inherit;
  font-weight: 700;
}
#skitv2.section .panel_table dt:before {
  content: "・";
  display: block;
  float: left;
}
#skitv2.section .panel_table dt span {
  display: block;
  padding-left: 0.8em;
}
#skitv2.section .panel_table dd {
  line-height: inherit;
}
/*pc + tablet style*/
@media screen and (min-width: 768px) {

  #skitv2.section .sub_contents {
    position: absolute;
    top: 0;
    right: 0;
    height: 100vh;
    overflow: hidden;
  }
  #skitv2.section.fixed .sub_contents {
    position: fixed;
    width: calc(730 / 2880 * 100%);
  }
  #skitv2.section.fixedend .sub_contents {
    top: auto;
    bottom: 0;
  }
  #skitv2.section .swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  #skitv2.section .swiper-container-fade .swiper-slide {
    overflow: hidden;
  }
  #skitv2.section .swiper-slide-img {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: repeat;
    background-size: cover;
    transition: transform 9000ms linear;
  }
  #skitv2.section .swiper-slide:not(.swiper-slide-prev):not(.swiper-slide-active) .swiper-slide-img {
    transform: scale(1.3);
  }
  #skitv2.section .swiper-slide-prev .swiper-slide-img,
  #skitv2.section .swiper-slide-active .swiper-slide-img {
    transform: scale(1);
  }
  #skitv2.section .main_contents {
    margin-right: calc(730 / 2480 * 100%);
  }
  #skitv2.section .main_inner {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  #skitv2.section .hd_box {
    margin-bottom: 50px;
  }
  #skitv2.section .panel_box {
    margin-bottom: 33px;
  }
  #skitv2.section .panel_sbox {
    float: left;
    width: calc(594 / 1270 * 100%);
  }
  #skitv2.section .panel_left {
    margin-right: calc(80 / 1270 * 100%);
  }
  #skitv2.section .panel_box hr {
    margin-bottom: 36px;
  }
  #skitv2.section .panel_hd {
    margin-bottom: 21px;
    font-size: calc(18 / 10 * 1rem);
  }
  #skitv2.section .panel_text_box p {
    font-size: calc(14 / 10 * 1rem);
  }
  #skitv2.section .panel_text_box p:not(:last-child) {
    margin-bottom: 24px;
  }
  #skitv2.section .panel_item {
    width: calc(370 / 1270 * 100%);
  }
  #skitv2.section .panel_img {
    margin-bottom: 14px;
  }
  #skitv2.section .panel_caption .label {
    font-size: 85.71%;
    line-height: 1.83;
  }
  #skitv2.section .panel_table {
    display: flex;
    font-size: calc(14 / 10 * 1rem);
  }
  #skitv2.section .panel_table:not(:last-child) {
    margin-bottom: 6px;
  }
  #skitv2.section .panel_table dt {
    width: calc(224 / 595 * 100%);
    margin-right: calc(30 / 595 * 100%);
  }

}
/*sp style*/
@media screen and (max-width: 767px) {

  #skitv2.section .inner {
    margin-right: calc(40 / 750 * 100%);
    margin-left: calc(40 / 750 * 100%);
  }
  #skitv2.section .main_inner {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  #skitv2.section .hd_box {
    margin-bottom: 28px;
  }
  #skitv2.section .panel_box {
    margin-bottom: 20px;
  }
  #skitv2.section .panel_box hr {
    margin-bottom: 20px;
  }
  #skitv2.section .panel_sbox:after {
    content: "";
    display: table;
    clear: both;
  }
  #skitv2.section .panel_hd {
    margin-bottom: 14px;
    font-size: 16px;
  }
  #skitv2.section .panel_sbox .panel_hd {
    float: left;
    width: calc(230 / 670 * 100%);
    margin-bottom: auto;
  }
  #skitv2.section .panel_sbox .panel_text_box {
    float: left;
    width: calc(440 / 670 * 100%);
  }
  #skitv2.section .panel_text_box p {
    font-size: 14px;
  }
  #skitv2.section .panel_text_box p:not(:last-child) {
    margin-bottom: 15px;
  }
  #skitv2.section .panel_list {
    flex-wrap: wrap;
  }
  #skitv2.section .panel_item {
    width: calc(302 / 670 * 100%);
    margin-bottom: 14px;
  }
  #skitv2.section .panel_item:last-child {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  #skitv2.section .panel_img {
    margin-bottom: 2px;
  }
  #skitv2.section .panel_item:last-child .panel_img {
    width: calc(302 / 670 * 100%);
  }
  #skitv2.section .panel_item:last-child .panel_caption {
    width: calc(302 / 670 * 100%);
  }
  #skitv2.section .panel_caption .label {
    font-size: 71.43%;
    line-height: 2.2;
  }
  #skitv2.section .panel_table {
    font-size: 14px;
  }
  #skitv2.section .panel_table:not(:last-child) {
    margin-bottom: 8px;
  }

}



/* --------------------------------------------------
  sponsor
-------------------------------------------------- */
#sponsor.section .inner {
  background-color: #f5f5f5;
}
#sponsor.section .sub_contents {
  position: relative;
}
#sponsor.section .main_inner > hr {
  clear: both;
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #d2d2d2;
}
#sponsor.section .panel_box {
  letter-spacing: 0.05em;
}
#sponsor.section .panel_box hr {
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #d2d2d2;
}
#sponsor.section .panel_hd {
  line-height: 1.61;
  font-weight: 700;
}
#sponsor.section .panel_text_box p {
  text-align: justify;
  line-height: 2;
  letter-spacing: 0.05em;
}
#sponsor.section .panel_table {
  display: flex;
  justify-content: space-between;
}
#sponsor.section .panel_btn a {
  display: block;
  background-color: #0c58ae;
  text-align: center;
  font-weight: 700;
  text-decoration: none;
  color: #ffffff;
}
#sponsor.section .panel_btn a .line {
  text-decoration: underline;
}
#sponsor.section .panel_btn a .icon-icon_mail {
  display: inline-block;
  vertical-align: middle;
}
/*pc + tablet style*/
@media screen and (min-width: 768px) {

  #sponsor.section .sub_contents {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
  #sponsor.section .inner {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  #sponsor.section .hd_box {
    /*transform: translate3d(-30%,0,0);*/
    padding-right: 10%;
  }
  #sponsor.section .hd_box .text_en {
    margin: 0 -29px 0 28px;
    padding: 0;
    font-style: normal;
  }
  #sponsor.section .hd_box .text_jp {
    margin: 0;
    padding: 0;
    font-style: normal;
  }
  #sponsor.section .main_inner > hr {
    margin-bottom: 47px;
  }
  #sponsor.section .panel_box {
    margin-bottom: 33px;
  }
  #sponsor.section .panel_box hr {
    margin-bottom: 36px;
  }
  #sponsor.section .panel_hd {
    width: calc(150 / 1270 * 100%);
    font-size: calc(18 / 10 * 1rem);
  }
  #sponsor.section .panel_text_box {
    width: calc(1120 / 1270 * 100%);
  }
  #sponsor.section .panel_text_box p {
    font-size: calc(14 / 10 * 1rem);
  }
  #sponsor.section .panel_btn a {
    padding-top: 65px;
    padding-bottom: 65px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: calc(19 / 10 * 1rem);
  }
  #sponsor.section .panel_btn a .icon-icon_mail {
    margin-right: 8px;
    font-size: calc(22 / 10 * 1rem);
  }

}
/*sp style*/
@media screen and (max-width: 767px) {

  #sponsor.section .inner {
    padding-top: 45px;
    padding-bottom: 45px;
    padding-right: calc(40 / 750 * 100%);
    padding-left: calc(40 / 750 * 100%);
  }
  #sponsor.section .hd_box {
    margin-bottom: 28px;
  }
  #sponsor.section .main_inner > hr {
    margin-bottom: 30px;
  }
  #sponsor.section .panel_box {
    margin-bottom: 30px;
  }
  #sponsor.section .panel_box hr {
    margin-bottom: 30px;
  }
  #sponsor.section .panel_hd {
    width: calc(120 / 670 * 100%);
    font-size: 16px;
  }
  #sponsor.section .panel_text_box {
    width: calc(550 / 670 * 100%);
    margin-top: -2px;
  }
  #sponsor.section .panel_text_box p {
    font-size: 14px;
  }
  #sponsor.section .panel_btn a {
    padding-top: 33px;
    padding-bottom: 33px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
  }
  #sponsor.section .panel_btn a .icon-icon_mail {
    margin-right: 8px;
    font-size: 18px;
  }

}



/* --------------------------------------------------
  768px〜 hover pc + tablet style
  touchデバイスでhoverを使うと2回クリックしないと
  いけないくなるので、.notouchを先頭につけてください
-------------------------------------------------- */
@media screen and (min-width: 768px) {
  
  .notouch #sponsor.section .panel_btn a {
    border: 2px solid #0c58ae;
    transition: background 400ms ease, color 400ms ease;
  }
  .notouch #sponsor.section .panel_btn a:hover {
    background-color: #ffffff;
    color: #0c58ae;
  }

}


