@charset "UTF-8";
.show_pc {
  display: block; }

.show_sp {
  display: none; }

.show_pc_inline {
  display: inline; }

.show_sp_inline {
  display: none; }

#pagetop {
  display: none !important; }

.LC_Page_Index #footer .footer_nav li.privacy_list {
  display: block; }

.fadein {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  .fadein.fadeIn {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transition: opacity 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 200ms; }

body {
  color: #343434;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  body.is--load {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transition: opacity 500ms ease 0ms; }

.top_slider {
  display: none; }

.map--top {
  display: block; }

.map {
  display: none; }
  .map.map2 {
    display: block; }

.cookie .intro {
  display: none; }

.intro {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001;
  width: 100%;
  min-height: 100vh;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  background-color: #fff;
  visibility: visible; }
  .intro.is--fadeout {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    transition: opacity 1200ms cubic-bezier(0.645, 0.045, 0.355, 1) 2000ms, visibility 0ms ease 3300ms; }

.intro__inner {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100vh; }

.intro__text {
  font-size: 25px;
  letter-spacing: 0.1em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  display: block;
  text-align: center;
  width: 100%;
  z-index: 10002;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity 1000ms cubic-bezier(0.645, 0.045, 0.355, 1) 0ms;
  margin-top: -43px;
  margin-left: 8px; }
  .intro__text.is--fade {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.intro__textEn {
  display: block;
  margin: 0 auto 29px;
  max-width: 408px;
  width: 34%;
  text-align: center; }
  .intro__textEn img {
    width: 100%;
    height: auto; }

.intro__textJp {
  display: block;
  margin: 0 auto;
  max-width: 367px;
  width: 30.58%; }
  .intro__textJp img {
    width: 100%;
    height: auto; }

.intro__logo {
  position: absolute;
  bottom: 57px;
  left: 0;
  display: block;
  width: 100%;
  text-align: center;
  z-index: 10002;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  .intro__logo.is--fade {
    bottom: 67px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transition: opacity 1000ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms, bottom 1000ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms; }

.is--scroll .mainVideo {
  display: none;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.mainVideo {
  position: fixed;
  top: 0;
  left: 0;
  /*z-index: -1;*/
  width: 100%;
  min-height: 100vh;
  background-color: #000;
  box-sizing: border-box;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .mainVideo:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 1px;
    height: 40px;
    background-color: #fff;
    z-index: 100;
    visibility: hidden;
    transition: visibility 0ms ease 3300ms;
    animation: scroll_loop 2.4s cubic-bezier(0.895, 0.03, 0.685, 0.22) infinite; }
  .mainVideo.is--scrollOn:before {
    visibility: visible; }

.cookie .mainVideo:before {
  transition: visibility 0ms ease 1000ms; }

@keyframes scroll_loop {
  0% {
    transform-origin: 0% 0%;
    transform: scale(1, 0); }
  50% {
    transform-origin: 0% 0%;
    transform: scale(1, 1); }
  50.1% {
    transform-origin: 0% 100%;
    transform: scale(1, 1); }
  100% {
    transform-origin: 0% 100%;
    transform: scale(1, 0); } }

.mainVideo__youtubeWrapper {
  position: fixed;
  top: 50%;
  left: 0;
  width: 100%;
  padding-top: 56.3%;
  height: 0;
  transform: translate(0, -50%);
  overflow: hidden; }
  .mainVideo__youtubeWrapper:before, .mainVideo__youtubeWrapper:after {
    content: "";
    position: absolute;
    left: 0;
    background-color: #fff;
    width: 100%;
    /*height: 5px;*/ }
  .mainVideo__youtubeWrapper:before {
    top: 0; }
  .mainVideo__youtubeWrapper:after {
    bottom: 0; }

.mainVideo__video {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  object-fit: cover;
  overflow: hidden; }

.mainVideo__youtube {
  width: 200%;
  height: calc(200% + 300px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.51, 0.51); }

.is--scrollOn .mainVideo__scroll {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transition: opacity 500ms cubic-bezier(0.645, 0.045, 0.355, 1) 3300ms; }

.cookie .is--scrollOn .mainVideo__scroll {
  transition: opacity 500ms cubic-bezier(0.645, 0.045, 0.355, 1) 1000ms; }

.mainVideo__scroll {
  position: absolute;
  bottom: 60px;
  left: 50%;
  width: 58px;
  height: auto;
  margin-left: -29px;
  z-index: 100;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
.mainVideo__scroll img {
  width: 100%;
  height: auto;
  display: block;
  filter: invert(1);
}

.is--scrollOn .main_fv_ttl {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transition: opacity 500ms cubic-bezier(0.645, 0.045, 0.355, 1) 3300ms;
}

.cookie .is--scrollOn .main_fv_ttl {
  transition: opacity 500ms cubic-bezier(0.645, 0.045, 0.355, 1) 1000ms;
}

.main_fv_ttl {
  opacity: 0.5;
  z-index: 1;
  position: absolute;
  top: 50%;
  padding-left: 5%;
}

.main_fv_logo img {
  width: 50%;
}

.main_fv_button button {
  width: 60%;
  height: auto;
  text-indent: unset;
  padding: 0;
  margin: 6% 0 0 0;
  background: none;
  border: 0;
  font-size: 0;
  line-height: 0;
  overflow: visible;
  cursor: pointer;
  text-align: left;
}

.main_fv_button button:focus {
  outline: 0;
}

.main_fv_button button:hover {
  opacity: 0.5;
  transition: 500ms;
}

.main_fv_button img {
  width: 50%;
}

.is--scrollOn .main_sound {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transition: opacity 500ms cubic-bezier(0.645, 0.045, 0.355, 1) 3300ms;
}

.cookie .is--scrollOn .main_sound {
  transition: opacity 500ms cubic-bezier(0.645, 0.045, 0.355, 1) 1000ms;
}

.main_sound {
  position: absolute;
  bottom: 100px;
  left: 50%;
  width: 64px;
  margin-left: -32px;
  z-index: 0;
  opacity: 0;
  color: #fff;
  filter: drop-shadow(2px 4px 6px #000);
  font-family: "Amiko";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.main_sound_ttl {
  opacity: 0.5;
  font-size: 10px;
  letter-spacing: 0.05em;
  text-align: center;
  padding-bottom: 2px;
}

.main_sound_select {
  display: flex;
}

.main_sound_select span {
  opacity: 0.5;
}

.main_sound_select a {
  font-size: 11px;
  color: #fff;
  letter-spacing: 0.025em;
}

.main_sound_select_on {
  margin-right: 8px;
}

.main_sound_select_on a {
  opacity: 0.5;
  cursor: pointer;
}

.main_sound_select_on a:hover {
  opacity: 0.5;
  transition: 500ms;
}

.main_sound_select_off {
  margin-left: 8px;
}

.main_sound_select_off a {
  opacity: 1;
  cursor: pointer;
}

.main_sound_select_off a:hover {
  opacity: 0.5;
  transition: 500ms;
}

.frame_outer {
  padding-top: 100vh; }

.headerRenew {
  position: absolute;
  background-color: transparent;
}
.is--scroll .headerRenew {
background-color: #fff;
}
.headerRenew__entry {
background-color: transparent;
}
.headerRenew__entry a {
background-color: transparent;
}
.is--scroll .headerRenew__entry {
background-color: #fff;
}
.is--scroll .headerRenew__entry a {
background-color: #fff;
}


.LC_Page_Index #news_area {
  border-style: none;
  float: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding-top: 0; 
  overflow: hidden;}
  .LC_Page_Index #news_area .block_body {
    width: 573px;
    display: -ms-flexbox;
    display: flex;
    margin: 0; }
  .LC_Page_Index #news_area .news_h2 {
    float: none;
    width: 65px; }
  .LC_Page_Index #news_area .news_h2 h2 {
    color: #b0a590;
    font-size: 11px;
    letter-spacing: 0.05em;
    font-weight: bold;
    text-align: left;
    line-height: 18px;
    margin: 0; }
  .LC_Page_Index #news_area .news_contents {
    width: calc(100% - 65px);
    padding: 10px 5px 10px 0;
    padding: 0; }
  .LC_Page_Index #news_area dl {
    width: 100%;
    border-left-style: none; }
  .LC_Page_Index #news_area dt {
    width: 100%;
    float: none;
    padding-left: 0;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.1em;
    font-family: "Noto Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    padding: 0; }
  .LC_Page_Index #news_area .mCSB_inside > .mCSB_container {
    margin-right: 20px; }

.LC_Page_Index div#glayLayer {
  z-index: 9999; }

.p-home h1, .p-home h2, .p-home h3, .p-home h4 {
  font-weight: normal; }

.homeMainSlider {
  width: 100%;
  overflow: hidden;
  padding: 33px 0; }

.homeMainSlider__inner {
  position: relative; }

.swiper-container {
  width: 100%;
  height: auto;
  overflow: visible; }

.swiper-slide {
  width: 60.16%;
  transition: all ease 1000ms; }

.swiper-pagination-bullets {
  bottom: -28px; }

.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  left: 0;
  width: 100%; }

.swiper-pagination-bullet {
  background-color: #d7d2c7;
  border-radius: 0;
  transform: rotate(-45deg);
  transform-origin: 50% 50%;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  width: 6px;
  height: 6px; }

.swiper-pagination-bullet-active {
  background-color: #b0a590; }

.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px; }

.swiper-slide {
  transform-origin: 0% 50% 0px;
  transform: perspective(1500px) rotateY(0deg);
  transform-style: preserve-3d;
  transition: all ease 1000ms; }

.swiper-slide.swiper-slide-prev {
  transform-origin: 100% 50% 0;
  transform: perspective(1500px) rotateY(30deg);
  transform-style: preserve-3d;
  transition: all ease 1000ms; }

.swiper-slide.swiper-slide-next {
  transform-origin: 0% 50% 0;
  transform: perspective(1500px) rotateY(-30deg);
  transform-style: preserve-3d;
  transition: all ease 1000ms; }

.swiper-slide img {
  width: 100%; }

.homeContest {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  padding: 41px 30px 60px;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }

.homeContest__detail {
  width: 50%;
  text-align: center; }

.homeContest__detailInner {
  width: 76%;
  margin: 0 auto;
  margin-top: 22px; }

.homeContest__heading {
  margin-bottom: 36px; }

.homeContest__headingEn {
  font-size: 20px;
  letter-spacing: 0.05em;
  color: #b0a590;
  display: block;
  text-align: center; }

.homeContest__headingJp {
  font-size: 20px;
  letter-spacing: 0.05em;
  display: block;
  text-align: center;
  margin-top: 23px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; }

.homeContest__text {
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.1em;
  font-family: "Noto Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  margin-bottom: 14px; }

.homeButton {
  display: block;
  box-sizing: border-box;
  width: 160px;
  margin: 0 auto;
  border: 1px solid #e7e7e7;
  background-color: #fff;
  text-align: center;
  transition: all ease 600ms;
  border-radius: 30px;
  margin-top: 34px; }
  .homeButton.show_sp {
    display: none; }
  .homeButton.show_pc {
    display: block; }
  .homeButton span {
    color: #b0a590;
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 38px;
    font-family: "Noto Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight: 300;
    padding-right: 16px;
    box-sizing: border-box;
    position: relative;
    transition: all ease 600ms; }
    .homeButton span:after {
      content: "";
      position: absolute;
      top: 50%;
      right: -4px;
      transform: translateY(-50%);
      width: 0;
      height: 0;
      border-top: 4px solid transparent;
      border-right: 4px solid transparent;
      border-bottom: 4px solid transparent;
      border-left: 4px solid #b0a590;
      transition: all ease 600ms; }

.homeContest__image {
  width: 50%;
  font-size: 0; }

.homeContest__imageList {
  width: 46.59%;
  display: inline-block;
  vertical-align: top; }
  .homeContest__imageList:nth-of-type(even) {
    margin-left: 6.4%; }
  .homeContest__imageList:nth-child(n + 3) {
    margin-top: 6.98%; }

.homeContest__slideItemInner {
  position: relative;
  height: 0;
  padding-top: 62.26%; }
  .homeContest__slideItemInner img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto; }

.specialPrize {
  width: 100%;
  background-color: #f6f4ef;
  padding: 82px 30px 56px;
  box-sizing: border-box; }

.specialPrize__inner {
  max-width: 900px;
  margin: 0 auto; }

.specialPrize__heading {
  margin-bottom: 76px; }

.specialPrize__headingEn {
  display: block;
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.05em;
  color: #b0a590; }

.specialPrize__headingJp {
  display: block;
  text-align: center;
  margin-top: 21px;
  font-size: 14px;
  letter-spacing: 0.15em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; }

.specialPrize__benefit1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  width: 100%;
  margin-bottom: 120px; }

.benefitGuest {
  width: 100%;
  border: 1px solid #b0a590;
  -ms-flex-order: 3;
      order: 3;
  margin-top: 80px;
  padding: 64px 36px;
  box-sizing: border-box; }

.benefitGuest__heading {
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.05em;
  color: #b0a590;
  margin-bottom: 15px;
  font-weight: bold; }

.benefitGuest__text {
  font-size: 20px;
  line-height: 30px;
  color: #000;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 26px; }

.benefitGuest__profile {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 70px; }

.benefitGuest__profileFig {
  width: 48%;
  margin: 0; }
  .benefitGuest__profileFig img {
    width: 100%;
    height: auto;
    display: block; }

.benefitGuest__profileTxt {
  width: 48%; }

.benefitGuest__profileTxtTtl {
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 30px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 11px; }
  .benefitGuest__profileTxtTtl span {
    font-size: 11px; }

.benefitGuest__profileTxtBox {
  font-size: 12px;
  line-height: 25px;
  letter-spacing: 0.05em;
  color: #000;
  font-family: "Noto Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; }

.benefitGuest__detailTtl span {
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #000000;
  cursor: pointer;
  padding-left: 28px;
  position: relative; }
  .benefitGuest__detailTtl span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -11.5px;
    width: 23px;
    height: 23px;
    background-image: url(/img/top2018/icon_plus.png);
    background-repeat: no-repeat;
    background-size: 23px 23px; }

.benefitGuest__detailTtl.is--open span:before {
  background-image: url(/img/top2018/icon_minus.png); }

.benefitGuest__detailBlock {
  display: none; }

.benefitGuest__detailBlock1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.benefitGuest__detailBlockFig {
  width: 30%;
  margin: 0; }
  .benefitGuest__detailBlockFig img {
    width: 100%;
    height: auto;
    display: block; }

.benefitGuest__detailBlockTxt {
  width: 65%;
  margin-right: 4%;
  font-size: 12px;
  line-height: 25px;
  letter-spacing: 0.05em;
  color: #000;
  font-family: "Noto Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; }

.benefitGuest__detailBlock2 {
  margin-bottom: 33px;
  padding-top: 30px; }
  .benefitGuest__detailBlock2 p {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.05em;
    color: #000;
    font-family: "Noto Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; }
    .benefitGuest__detailBlock2 p span {
      display: block;
      margin-bottom: 10px; }

.benefit1Detail {
  width: 50.22%;
  -ms-flex-order: 1;
      order: 1;
  margin-bottom: 35px; }

.benefit1Detail__subTtl {
  color: #b0a590;
  font-size: 14px;
  letter-spacing: 0.16em;
  margin-bottom: 22px; }

.benefit1Detail__heading {
  margin-bottom: 26px; }

.benefit1Detail__headingEn {
  display: block;
  margin-bottom: 3px;
  font-size: 22px;
  letter-spacing: 0.1em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; }

.benefit1Detail__headingJp {
  display: block;
  font-size: 26px;
  line-height: 40px;
  letter-spacing: 0.05em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; }

.benefit1Detail__text {
  color: #000000;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.1em;
  font-family: "Noto Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; }

.benefit1Video {
  /* max-width: 720px; */
  max-width: 820px;
  margin: 81px auto 22px;
  width: 100%;
  height: 0;
  padding-top: 45%;
  position: relative;
  -ms-flex-order: 4;
      order: 4; }

#youtube {
  width: 100%;
  height: 100%; }

.benefit1Qa__wrapper {
  width: 50.22%;
  -ms-flex-order: 2;
      order: 2; }

.benefit1Qa {
  width: 100%; }

.benefit1Qa__Ttl span {
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #000000;
  cursor: pointer;
  padding-left: 23px;
  position: relative; }
  .benefit1Qa__Ttl span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -11.5px;
    width: 23px;
    height: 23px;
    background-image: url(/img/top2018/icon_plus.png);
    background-repeat: no-repeat;
    background-size: 23px 23px; }

.benefit1Qa__Ttl.is--open span:before {
  background-image: url(/img/top2018/icon_minus.png); }

.benefit1Qa__Text {
  padding-top: 23px;
  color: #000;
  font-size: 12px;
  line-height: 25px;
  letter-spacing: 0.1em;
  font-family: "Noto Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  display: none; }

.benefit1Img {
  width: 45.55%;
  position: absolute;
  top: 0;
  right: 0; }

.benefit1Img__fig {
  width: 100%;
  margin: 0 0 30px 0; }
  .benefit1Img__fig img {
    width: 100%;
    height: auto; }

.benefit1Img__figcaption {
  margin-top: 10px;
  text-align: right; }
  .benefit1Img__figcaption a {
    font-size: 12px;
    letter-spacing: 0.1em;
    color: #b0a590;
    padding-right: 15px;
    position: relative; }
    .benefit1Img__figcaption a:after {
      content: "";
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      width: 0;
      height: 0;
      border-top: 4px solid transparent;
      border-right: 4px solid transparent;
      border-bottom: 4px solid transparent;
      border-left: 4px solid #b0a590;
      margin-top: -1.5px; }

.benefit1Support {
  /* max-width: 720px; */
  max-width: 820px;
  margin: 0 auto;
  width: 100%;
  -ms-flex-order: 4;
      order: 4;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }

.benefit1Support__logo {
  display: -ms-flexbox;
  display: flex; }
  .benefit1Support__logo img {
    margin-left: 27px;
    height: 70px; }

.benefit1Support__ttl {
  font-size: 12px;
  letter-spacing: 0.05em;
  margin-bottom: 7px;
  font-family: "Noto Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold; }

.benefit1Support__text {
  font-size: 12px;
  line-height: 21px;
  letter-spacing: 0.05em;
  font-family: "Noto Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; }

.specialPrize__benefit2 {
  width: 100%;
  overflow: hidden; }

.benefit2Detail {
  float: right;
  width: 45%;
  margin-bottom: 72px; }

.benefit2Detail__subTtl {
  color: #b0a590;
  font-size: 14px;
  letter-spacing: 0.16em;
  margin-bottom: 20px; }

.benefit2Detail__heading {
  margin-bottom: 25px; }

.benefit2Detail__headingEn {
  display: block;
  margin-bottom: 7px;
  font-size: 22px;
  letter-spacing: 0.1em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; }

.benefit2Detail__headingJp {
  display: block;
  font-size: 26px;
  line-height: 40px;
  letter-spacing: 0.05em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; }

.benefit2Detail__text {
  color: #000000;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.01em;
  font-family: "Noto Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; }

.benefit2Banner {
  float: left;
  width: 47.77%; }

.benefit2Banner__Block {
  width: 100%;
  border: 1px solid #b0a590;
  box-sizing: border-box;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transition: opacity 300ms linear 0ms; }
  .benefit2Banner__Block.fadein.fadeIn {
    transition: opacity 300ms linear 0ms; }
  .benefit2Banner__Block:nth-of-type(2) {
    margin-top: 40px; }

.benefit2Banner__Block--shinjuku .benefit2Banner__outlineTtl {
  margin-bottom: 15px;
  line-height: 30px; }
  .benefit2Banner__Block--shinjuku .benefit2Banner__outlineTtl span {
    letter-spacing: 0.05em; }

.benefit2Banner__outline {
  width: 100%;
  min-height: 188px;
  padding: 15px 0;
  box-sizing: border-box;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer; }
  .benefit2Banner__outline:before {
    content: "";
    position: absolute;
    top: 15px;
    left: 46.26%;
    width: 1px;
    height: calc(100% - 30px);
    background-color: #b0a590; }
  .benefit2Banner__outline:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 23px;
    height: 23px;
    background-image: url(/img/top2018/icon_plus.png);
    background-size: 23px 23px; }
  .benefit2Banner__outline.is--open:after {
    background-image: url(/img/top2018/icon_minus.png); }

.benefit2Banner__outlineLogo {
  width: 46.26%; }

.benefit2Banner__outlineimg {
  display: block;
  height: auto;
  margin: 0 auto; }

.benefit2Banner__outlineimg--sibuya {
  width: 74.74%; }

.benefit2Banner__outlineimg--sinjuku {
  width: 40.40%; }

.benefit2Banner__outlineDetail {
  width: 53.74%;
  padding: 0 20px;
  box-sizing: border-box; }

.benefit2Banner__outlineTtl {
  font-size: 24px;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; }

.benefit2Banner__outlineText {
  color: #000;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.1em;
  font-family: "Noto Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; }
  .benefit2Banner__outlineText span {
    display: inline; }

.benefit2Banner__pulldown {
  width: 100%;
  padding: 12px 5% 15px;
  box-sizing: border-box;
  display: none; }

.benefit2Banner__pulldownText {
  font-size: 12px;
  line-height: 25px;
  letter-spacing: 0.1em;
  color: #000;
  font-family: "Noto Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  margin-bottom: 20px; }
  .benefit2Banner__pulldownText span {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.05em; }

.benefit2Banner__pulldownText--text2 {
  margin-top: 20px; }

.benefit2Banner__pulldownImg {
  width: 73.05%; }
  .benefit2Banner__pulldownImg img {
    width: 100%;
    height: auto;
    display: block; }

.benefit2Banner__pulldownYoutubeWrapper {
  width: 100%;
  height: 0;
  padding-top: 56.3%;
  position: relative; }

.benefit2Banner__pulldownYoutube {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.benefit2Program {
  width: 45%;
  float: right; }

.benefit2Program__ttl {
  margin-bottom: 7px; }

.benefit2Program__ttlText {
  font-size: 12px;
  line-height: 21px;
  letter-spacing: 0.05em;
  font-family: "Noto Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  padding-left: 21px; }

.benefit2Program__text {
  font-size: 12px;
  line-height: 21px;
  letter-spacing: 0.1em;
  color: #000;
  font-family: "Noto Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  margin-bottom: 10px; }

.workArchive {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 30px;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }

.workArchive__randomImage {
  width: 64.91%; }

.workArchive__list {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 55.67%;
  overflow: hidden; }

.workArchive__listItem {
  float: left;
  width: 25.1%;
  height: 0;
  position: absolute;
  padding-top: 37.45%; }
  .workArchive__listItem:nth-child(1) {
    top: 0;
    left: 0; }
  .workArchive__listItem:nth-child(2) {
    width: 12.6%;
    padding-top: 18.73%;
    top: 0;
    left: 25%; }
  .workArchive__listItem:nth-child(3) {
    width: 12.6%;
    padding-top: 18.73%;
    top: 0;
    left: 37.5%; }
  .workArchive__listItem:nth-child(4) {
    width: 12.6%;
    padding-top: 9.37%;
    top: 0;
    left: 50%; }
  .workArchive__listItem:nth-child(5) {
    width: 12.6%;
    padding-top: 9.37%;
    top: 0;
    left: 62.5%; }
  .workArchive__listItem:nth-child(6) {
    width: 25.1%;
    padding-top: 18.73%;
    top: 0;
    left: 75%; }
  .workArchive__listItem:nth-child(7) {
    width: 12.6%;
    padding-top: 9.37%;
    top: 16.665%;
    left: 50%; }
  .workArchive__listItem:nth-child(8) {
    width: 12.6%;
    padding-top: 9.37%;
    top: 16.665%;
    left: 62.5%; }
  .workArchive__listItem:nth-child(9) {
    width: 25.1%;
    padding-top: 18.73%;
    top: 33.33%;
    left: 25%; }
  .workArchive__listItem:nth-child(10) {
    top: 33.33%;
    left: 50%; }
  .workArchive__listItem:nth-child(11) {
    width: 25.1%;
    padding-top: 18.73%;
    top: 33.33%;
    left: 75%; }
  .workArchive__listItem:nth-child(12) {
    width: 12.6%;
    padding-top: 18.73%;
    top: 66.66%;
    left: 0; }
  .workArchive__listItem:nth-child(13) {
    width: 12.6%;
    padding-top: 18.73%;
    top: 66.66%;
    left: 12.5%; }
  .workArchive__listItem:nth-child(14) {
    width: 25.1%;
    padding-top: 18.73%;
    top: 66.66%;
    left: 25%; }
  .workArchive__listItem:nth-child(15) {
    width: 25.1%;
    padding-top: 18.73%;
    top: 66.66%;
    left: 75%; }

.workArchive__listItem div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity cubic-bezier(0.445, 0.05, 0.55, 0.95) 1000ms;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  .workArchive__listItem div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;'; }
  .workArchive__listItem div.is--on {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.workArchive__detail {
  width: 35.09%;
  text-align: center; }

.workArchive__heading {
  margin-bottom: 30px; }

.workArchive__headingMain {
  display: block;
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.05em;
  color: #b0a590;
  margin-bottom: 23px;
  font-weight: 600; }

.workArchive__headingSub {
  display: block;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.15em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; }

.judgment {
  width: 100%;
  padding: 119px 0px;
  box-sizing: border-box;
  background-color: #f6f6f6; }

.judgment__inner {
  width: 100%;
  margin: 0 auto; }

.judgment__heading {
  margin-bottom: 38px; }

.judgment__headingEn {
  display: block;
  text-align: center;
  color: #b0a590;
  font-size: 20px;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  font-weight: 600; }

.judgment__headingJp {
  display: block;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.15em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; }

.judgment__list {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -30px; }

#judgment__list1 figure {
  background-image: url(/img/top2018/pic_judgment_1_color.jpg); }

#judgment__list2 figure {
  background-image: url(/img/top2018/pic_judgment_2_color.jpg); }

#judgment__list3 figure {
  background-image: url(/img/top2018/pic_judgment_3_color.jpg); }

#judgment__list4 figure {
  background-image: url(/img/top2018/pic_judgment_4_color.jpg); }

#judgment__list5 figure {
  background-image: url(/img/top2018/pic_judgment_5_color.jpg); }

#judgment__list6 figure {
  background-image: url(/img/top2018/pic_judgment_6_color.jpg); }

#judgment__list7 figure {
  background-image: url(/img/top2018/pic_judgment_7_color.jpg); }

#judgment__list8 figure {
  background-image: url(/img/top2018/pic_judgment_8_color.jpg); }

.judgment__listItem {
  margin-top: 30px;
  width: calc(50% - 20px);
  position: relative; }
  .judgment__listItem.is--judgmentOpen figure img {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  .judgment__listItem figure {
    cursor: pointer;
    width: 430px;
    height: auto;
    display: block;
    position: relative;
    margin: 0;
    border-bottom: 6px solid #b4a997;
    background-size: 100% auto; }
    .judgment__listItem figure:after {
      content: "";
      position: absolute;
      bottom: 0;
      right: 0;
      width: 23px;
      height: 23px;
      background-image: url(/img/top2018/icon_plus.png);
      background-repeat: no-repeat;
      display: none;
      background-size: 23px 23px; }
  .judgment__listItem img {
    cursor: pointer;
    width: 100%;
    height: auto;
    display: block;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transition: opacity 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms; }
  .judgment__listItem.is--judgmentOpen figure:after {
    background-image: url(/img/top2018/icon_minus.png); }

.judgment__pulldown {
  width: 100%;
  margin-bottom: -30px;
  position: relative;
  z-index: 2;
  display: none; }
  .judgment__pulldown:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: -1;
    background-color: #fff;
    width: 100vw;
    height: 100%; }

.judgment__pulldownInner {
  width: 100%;
  max-width: 900px;
  padding: 80px 0;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.judgment__pulldownDetail {
  width: 36.44%; }

.judgment__pulldownDetail--novideo {
  max-width: 680px;
  width: 100%; }

.judgment__pulldownName {
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 30px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 11px; }

.judgment__pulldownNameTitle {
  display: block;
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 0.05em;
  margin-top: 10px; }

.judgment__pulldownText {
  font-size: 12px;
  line-height: 25px;
  letter-spacing: 0.05em;
  color: #000;
  font-family: "Noto Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; }

.judgment__pulldownVideo {
  width: 58%;
  height: 0;
  padding-top: 32.7%;
  overflow: hidden;
  position: relative; }

.judgment__pulldownYoutube {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }
  .judgment__pulldownYoutube iframe {
    width: 100%; }

.presentBanner {
  width: 100%;
  padding: 81px 30px;
  box-sizing: border-box; }
  .presentBanner a {
    display: block;
    margin: 0 auto;
    max-width: 690px;
    width: 100%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .presentBanner img {
    width: 100%;
    height: auto;
    display: block;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transition: opacity 300ms linear 0ms; }

.exhibitionInfo {
  padding: 122px 30px 127px;
  width: 100%;
  box-sizing: border-box;
  border-top: 1px solid #e5e5e5; }

.exhibitionInfo__heading {
  margin-bottom: 49px; }

.exhibitionInfo__headingEn {
  display: block;
  text-align: center;
  color: #b0a590;
  font-size: 20px;
  letter-spacing: 0.05em;
  font-weight: 600;
  margin-bottom: 20px; }

.exhibitionInfo__headingJp {
  display: block;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.15em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; }

.exhibitionInfo__inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center; }

#video.exhibitionInfo__video {
  width: 48.22%;
  padding-top: 27.11%; }

.exhibitionInfo__map {
  width: 44.45%; }

.map {
  width: 100%;
  height: 225px !important;
  position: relative; }

#bottomcolumn,
#footerbottomcolumn {
  padding: 0 !important; }

.exhibitionInfo__detail {
  width: 55.55%; }

.exhibitionInfo__detailTtl {
  margin-bottom: 10px;
  color: #b0a590;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.05em; }

.exhibitionInfo__list {
  width: 100%; }

.exhibitionInfo__listItem {
  width: 100%;
  display: -ms-flexbox;
  display: flex; }

.exhibitionInfo__listItemTtl {
  width: 70px;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 30px;
  color: #000;
  font-family: "Noto Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; }

.exhibitionInfo__listItemText {
  width: calc(100% - 70px);
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.1em;
  color: #000;
  font-family: "Noto Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; }
  .exhibitionInfo__listItemText span {
    padding-left: 1em;
    text-indent: -0.45em;
    display: block; }
    .exhibitionInfo__listItemText span:before {
      content: "※";
      display: inline-block; }

.exhibitionInfo__ano {
  width: 100%;
  padding-left: 1em; }

.exhibitionInfo__anoList {
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.1em;
  color: #666666;
  font-family: "Noto Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  text-indent: -1em; }

.organization {
  width: 100%;
  padding: 117px 30px 58px;
  box-sizing: border-box;
  background-color: #f6f4ef; }

.organization__text {
  font-size: 12px;
  line-height: 21px;
  letter-spacing: 0.05em;
  color: #000;
  font-family: "Noto Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  margin-bottom: 32px;
  text-align: center; }

.organization__caption {
  width: 100%;
  margin: 0 auto;
  font-size: 12px;
  line-height: 21px;
  letter-spacing: 0.05em;
  color: #000;
  font-family: "Noto Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  margin-bottom: 35px;
  text-align: center; }

.organization__fig {
  max-width: 864px;
  width: 100%;
  margin: 0 auto; }
  .organization__fig img {
    width: 100%;
    height: auto; }

.organization__logoList {
  max-width: 800px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  font-size: 0; }

.organization__logoListItem {
  display: inline-block;
  vertical-align: center;
  padding: 0 2%;
  box-sizing: border-box; }
  .organization__logoListItem:nth-child(1) {
    width: 21%; }
  .organization__logoListItem:nth-child(2) {
    width: 23.11%; }
  .organization__logoListItem:nth-child(3) {
    width: 19.74%; }
  .organization__logoListItem:nth-child(4) {
    width: 10.12%; }
  .organization__logoListItem:nth-child(5) {
    width: 22.07%; }
  .organization__logoListItem:nth-child(6) {
    width: 9%; }
  .organization__logoListItem img {
    width: 100%; }
@media only screen and (max-width: 1050px) {
  #header_wrap_sp {
  background: transparent;
  }
  .is--scroll #header_wrap_sp {
  background: #fff;
  }
}
@media only screen and (max-width: 800px){
.organization__logoList {
    text-align: center;
    display: block;
    max-width: 100%;
    width: 82.13%; }
}
.exhibitionInfo__subTtl {
  font-size: 20px;
  letter-spacing: 0.1em;
  margin-bottom: 36px;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; }

.exhibitionInfo__slideWrapper {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 81px; }

.exhibitionInfo__slide {
  width: 100%; }
  .exhibitionInfo__slide .slick-prev,
  .exhibitionInfo__slide .slick-next {
    width: 18px;
    height: 32px;
    text-indent: 0em; }
  .exhibitionInfo__slide .slick-prev {
    left: -50px; }
    .exhibitionInfo__slide .slick-prev:before {
      display: none; }
  .exhibitionInfo__slide .slick-next {
    right: -50px; }
    .exhibitionInfo__slide .slick-next:before {
      display: none; }
  .exhibitionInfo__slide .slick-dots {
    bottom: -32px;
    right: auto; }
    .exhibitionInfo__slide .slick-dots li {
      margin: 0 7px;
      background-color: #d7d2c7;
      border-radius: 0;
      transform: rotate(-45deg);
      transform-origin: 50% 50%;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      width: 6px;
      height: 6px;
      float: none; }
      .exhibitionInfo__slide .slick-dots li.slick-active {
        background-color: #b0a590; }
    .exhibitionInfo__slide .slick-dots button {
      width: 100%;
      height: 100%; }
      .exhibitionInfo__slide .slick-dots button:before {
        display: none; }

.exhibitionInfo__slideItem img {
  width: 100%;
  height: auto;
  display: block; }

@media only screen and (max-width: 740px){
  .benefit1Support{
    width: 76%;
    max-width: 100%;
    display: block; }
  .benefit1Support__logo{
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 8px; }
  .benefit1Support__logo img{
    margin-right: 10px;
    margin-left: 0;
    height: 50px;
    width: auto; }

}

@media only screen and (max-width: 480px){
  .show_pc{
    display: none; }
  .show_sp{
    display: block; }
  .show_pc_inline{
    display: none; }
  .show_sp_inline{
    display: inline; }
  .intro__text{
    font-size: 16px;
    margin-top: -25px;
    margin-left: 1px; }
  .intro__textEn{
    margin-bottom: 20px;
    max-width: 260.5px;
    width: 69.46%; }
  .intro__textJp{
    max-width: 234px;
    width: 62.4%; }
  .intro__logo{
    bottom: 5px; }
  .intro__logo img{
    width: 133px;
    height: auto; }
  .intro__logo.is--fade{
    bottom: 14px; }
  .mainVideo:before{
    height: 30px; }
  .mainVideo__youtubeWrapper {
    top: 25%;}
  .mainVideo__youtube {
    width: 100%;
    height: calc(100% + 300px);
    transform: translate(-50%, -50%) scale(1.01, 1.01); }
  .mainVideo__scroll{
    bottom: 47px;
    width: 44px;
    margin-left: -22px; }
  .main_fv_ttl {
    top: auto;
    bottom: 32%;
    padding-left: 8%;
    width: 92%;}
  .main_fv_button button{
    margin-top: 2%;
  }
  .main_fv_button img {
    width: 65%;}
  .main_sound {
    bottom: 14%;
    right: 20px;}
  .main_sound_select a {
    font-size: 14px;}
  .LC_Page_Index #news_area{
    padding-top: 15px; }
  .LC_Page_Index #news_area .block_body{
    width: 100%;
    -ms-flex-align: top;
        align-items: top; }
  .LC_Page_Index #news_area .news_h2 h2{
    width: 60px;
    text-align: center;
    font-size: 10px;
    color: #888888; }
  .LC_Page_Index #news_area .news_contents{
    width: calc(100% - 60px); }
  .LC_Page_Index #news_area dl{
    padding-left: 13px;
    box-sizing: border-box;
    border-left: 1px solid #e7e7e7; }
  .LC_Page_Index #news_area dt{
    font-size: 10px;
    line-height: 15px; }
  .LC_Page_Index #news_area .mCSB_inside > .mCSB_container{
    margin-right: 40px; }
  .LC_Page_Index #overLayer{
    padding: 50px 20px;
    width: 102%;
    box-sizing: border-box;
    height: 80%;
    overflow: scroll;
    -webkit-overflow-scrolling: touch; }
  .homeMainSlider{
    padding: 42px 0;
    margin-bottom: 20px; }
  .swiper-container{
    transform: scale(1.4, 1.4); }
  .swiper-pagination-bullets{
    bottom: -40px; }
  .swiper-slide{
    transform-origin: 0% 50% 0px !important;
    transform-style: preserve-3d !important;
    transform: perspective(300px) rotateY(0deg) !important; }
  .swiper-slide.swiper-slide-prev{
    transform-origin: 100% 50% 0 !important;
    transform: perspective(300px) rotateY(40deg) !important; }
  .swiper-slide.swiper-slide-next{
    transform-origin: 0% 50% 0 !important;
    transform: perspective(300px) rotateY(-40deg) !important; }
  .homeContest{
    width: 86.66%;
    max-width: 100%;
    padding: 1px 0 29px;
    display: block; }
  .homeContest__detail{
    width: 100%;
    margin-bottom: 30px; }
  .homeContest__detailInner{
    width: 100%;
    margin-top: 0; }
  .homeContest__heading{
    margin-bottom: 23px; }
  .homeContest__headingEn{
    font-size: 15px; }
  .homeContest__headingJp{
    font-size: 15px;
    margin-top: 17px; }
  .homeContest__text{
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 11px; }
  .homeButton.show_sp{
    display: block; }
  .homeButton.show_pc{
    display: none; }
  .homeButton{
    width: 120px;
    border-radius: 15px;
    margin-top: 25px; }
  .homeButton span{
    line-height: 32px;
    font-size: 10px;
    padding-right: 13px; }
  .homeContest__image{
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .homeContest__imageList{
    width: 48.92%; }
  .homeContest__imageList:nth-of-type(even){
    margin-left: 0; }
  .homeContest__imageList:nth-child(n + 3){
    margin-top: 2.30%; }
  .specialPrize{
    padding: 38px 0; }
  .specialPrize__inner{
    max-width: 100%;
    width: 86.66%; }
  .specialPrize__heading{
    margin-bottom: 33px; }
  .specialPrize__headingEn{
    font-size: 16px; }
  .specialPrize__headingJp{
    font-size: 11px;
    margin-top: 6px; }
  .specialPrize__benefit1{
    display: block;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #b0a590; }
  .benefitGuest{
    padding: 30px 15px;
    -ms-flex-order: 2;
        order: 2;
    margin-top: 50px;
    margin-bottom: 50px; }
  .benefitGuest__heading{
    font-size: 16px;
    font-weight: normal; }
  .benefitGuest__text{
    font-size: 13px;
    line-height: 21px;
    margin-bottom: 20px;
    letter-spacing: 0.05em; }
  .benefitGuest__profile{
    display: block;
    margin-bottom: 30px; }
  .benefitGuest__profileFig{
    width: 100%;
    margin-bottom: 20px; }
  .benefitGuest__profileTxt{
    width: 100%; }
  .benefitGuest__profileTxtTtl{
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 10px; }
  .benefitGuest__profileTxtTtl span{
    font-size: 10px; }
  .benefitGuest__profileTxtBox{
    font-size: 10px;
    line-height: 19px;
    word-break: break-all; }
  .benefitGuest__detailTtl span{
    padding-left: 0;
    padding-right: 23px;
    font-size: 11px;
    text-align: left; }
  .benefitGuest__detailTtl span:before{
    width: 15px;
    height: 15px;
    margin-top: -7.5px;
    background-size: 15px 15px;
    right: 0;
    left: auto; }
  .benefitGuest__detailTtl{
    text-align: center; }
  .benefitGuest__detailBlock1{
    display: block; }
  .benefitGuest__detailBlockFig{
    width: 100%;
    margin-top: 20px; }
  .benefitGuest__detailBlockTxt{
    margin-right: 0;
    width: 100%;
    font-size: 10px;
    line-height: 19px; }
  .benefitGuest__detailBlock2{
    margin-bottom: 20px;
    padding-top: 35px; }
  .benefitGuest__detailBlock2 p{
    font-size: 12px;
    line-height: 22px; }
  .benefit1Detail{
    width: 100%;
    margin-bottom: 24px; }
  .benefit1Detail__subTtl{
    font-size: 12px;
    text-align: center;
    letter-spacing: 0.15em;
    margin-bottom: 7px; }
  .benefit1Detail__heading{
    text-align: center;
    margin-bottom: 12px; }
  .benefit1Detail__headingEn{
    font-size: 14px;
    margin-bottom: 0; }
  .benefit1Detail__headingJp{
    font-size: 16px;
    line-height: 24px; }
  .benefit1Detail__text{
    font-size: 11px;
    line-height: 20px;
    margin-bottom: 0;
    text-align: center; }
  .benefit1Video{
    max-width: 100%;
    -ms-flex-order: 3;
        order: 3;
    margin: 0 auto 30px;
    padding-top: 57%; }
  .benefit1Qa__wrapper{
    width: 100%;
    -ms-flex-order: 4;
        order: 4;
    margin-bottom: 30px; }
  .benefit1Qa__Ttl span{
    padding-left: 0;
    padding-right: 23px;
    font-size: 11px; }
  .benefit1Qa__Ttl span:before{
    width: 15px;
    height: 15px;
    margin-top: -7.5px;
    background-size: 15px 15px;
    right: 0;
    left: auto; }
  .benefit1Qa__Ttl{
    text-align: center; }
  .benefit1Qa__Text{
    padding-top: 16px;
    font-size: 10px;
    line-height: 19px;
    width: 76%;
    margin: 0 auto; }
  .benefit1Img{
    position: relative;
    width: 76%;
    margin: 0 auto 40px; }
  .benefit1Img__fig{
    margin: 0 0 15px 0; }
  .benefit1Img__figcaption{
    text-align: center;
    margin-top: 4px; }
  .benefit1Img__figcaption a{
    font-size: 10px; }

  .benefit1Support__logo{
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 8px; }
  .benefit1Support__logo img{
    margin-right: 10px;
    margin-left: 0;
    height: 35px;
    width: auto; }
  .benefit1Support__logo img:nth-child(2){
    width: 30px; }
  .benefit1Support__ttl{
    font-size: 10px;
    line-height: 17px;
    letter-spacing: 0em; }
  .benefit1Support__text{
    font-size: 10px;
    line-height: 18px; }
  .benefit2Detail{
    width: 100%;
    float: none;
    margin-bottom: 24px; }
  .benefit2Detail__subTtl{
    font-size: 12px;
    letter-spacing: 0.15em;
    text-align: center;
    margin-bottom: 7px; }
  .benefit2Detail__heading{
    text-align: center;
    margin-bottom: 10px; }
  .benefit2Detail__headingEn{
    font-size: 14px;
    margin-bottom: 1px; }
  .benefit2Detail__headingJp{
    font-size: 16px;
    line-height: 24px; }
  .benefit2Detail__text{
    font-size: 11px;
    line-height: 20px;
    margin-bottom: 0;
    text-align: center; }
  .benefit2Banner{
    width: 75.69%;
    float: none;
    margin: 0 auto;
    margin-bottom: 37px; }
  .benefit2Banner__Block:nth-of-type(2){
    margin-top: 17px; }
  .benefit2Banner__Block--shinjuku .benefit2Banner__outlineTtl{
    margin-bottom: 9px;
    line-height: 16px; }
  .benefit2Banner__outline{
    min-height: 110px;
    padding: 8px 0; }
  .benefit2Banner__outline:after{
    width: 15px;
    height: 15px;
    background-size: 15px 15px; }
  .benefit2Banner__outlineDetail{
    padding: 0 13px; }
  .benefit2Banner__outlineTtl{
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 16px;
    margin-bottom: 9px; }
  .benefit2Banner__outlineText{
    font-size: 10px;
    line-height: 14px; }
  .benefit2Banner__outlineText span{
    display: none; }
  .benefit2Banner__pulldownText{
    font-size: 10px;
    line-height: 19px;
    margin-bottom: 11px; }
  .benefit2Banner__pulldownText span{
    font-size: 10px;
    line-height: 22px; }
  .benefit2Banner__pulldownText--text2{
    margin-top: 11px; }
  .benefit2Banner__pulldownImg{
    width: 76.97%; }
  .benefit2Program{
    float: none;
    width: 75.69%;
    margin: 0 auto; }
  .benefit2Program__ttl{
    margin-bottom: 4px; }
  .benefit2Program__ttlLogo{
    display: block;
    margin-bottom: 8px;
    width: 29px; }
  .benefit2Program__ttlText{
    font-size: 10px;
    line-height: 17px;
    padding-left: 0; }
  .benefit2Program__text{
    font-size: 10px;
    line-height: 18px;
    margin-bottom: 3px; }
  .benefit2Program__text:nth-of-type(2){
    margin-bottom: 0; }
  .workArchive{
    padding: 38px 0 0;
    max-width: 100%;
    display: block; }
  .workArchive__randomImage{
    width: 100%;
    position: relative; }
  .workArchive__detail{
    width: 100%; }
  .workArchive__heading{
    margin-bottom: 16px; }
  .workArchive__headingMain{
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 5px; }
  .workArchive__headingSub{
    font-size: 11px; }
  .workArchive__more{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    margin-top: 0; }
  .judgment{
    padding: 41px 0; }
  .judgment__inner{
    max-width: 100%;
    width: 100%; }
  .judgment__heading{
    margin-bottom: 16px; }
  .judgment__headingEn{
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 5px; }
  .judgment__headingJp{
    font-size: 11px; }
  .judgment__list{
    margin-top: 0;
    display: block; }
  .judgment__listItem{
    width: 86.66%;
    margin: 21px auto 0; }
  .judgment__listItem:nth-child(1){
    margin-top: 0; }
  .judgment__listItem figure{
    width: 100%; }
  .judgment__listItem figure:after{
    width: 15px;
    height: 15px;
    background-size: 15px 15px; }
  .judgment__pulldown{
    width: 100%;
    background-color: #fff; }
  .judgment__pulldown:after{
    width: 0;
    height: 0; }
  .judgment__pulldownInner{
    max-width: 100%;
    width: 66.15%;
    padding: 21px 0;
    display: block; }
  .judgment__pulldownDetail{
    width: 100%;
    margin-bottom: 18px; }
  .judgment__pulldownDetail--novideo{
    max-width: 100%; }
  .judgment__pulldownName{
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 10px; }
  .judgment__pulldownNameTitle{
    font-size: 10px;
    line-height: 15px;
    margin-top: 1px; }
  .judgment__pulldownText{
    font-size: 10px;
    line-height: 19px; }
  .judgment__pulldownVideo{
    width: 100%;
    padding-top: 56.5%; }
  .judgment__pulldownYoutube{
    height: 100%; }
  .judgment__pulldownYoutube iframe{
    height: 100%; }
  .presentBanner{
    padding: 28px 0;
    width: 92%;
    margin: 0 auto; }
  .presentBanner a{
    max-width: 100%; }
  .exhibitionInfo{
    padding: 38px 0 0; }
  .exhibitionInfo__heading{
    margin-bottom: 32px; }
  .exhibitionInfo__headingEn{
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 6px; }
  .exhibitionInfo__headingJp{
    font-size: 11px; }
  .exhibitionInfo__inner{
    max-width: 100%;
    display: block; }
  #video.exhibitionInfo__video{
    width: 100%;
    margin-bottom: 14px;
    padding-top: 60%; }
  .exhibitionInfo__map{
    width: 100%; }
  .map{
    height: 180px; }
  .exhibitionInfo__detail{
    width: 66%;
    margin: 0 auto 26px; }
  .exhibitionInfo__detailTtl{
    font-size: 11px;
    margin-bottom: 6px; }
  .exhibitionInfo__listItemTtl{
    width: 46px;
    font-size: 11px;
    line-height: 18px; }
  .exhibitionInfo__listItemText{
    width: calc(100% - 46px);
    font-size: 11px;
    line-height: 18px; }
  .exhibitionInfo__anoList{
    font-size: 10px;
    line-height: 14px; }
  .organization{
    padding: 56px 0 27px; }
  .organization__text{
    font-size: 10px;
    line-height: 15px;
    letter-spacing: 0.04em;
    width: 92%;
    margin: 0 auto 13px; }
  .organization__caption{
    max-width: 100%;
    width: 92%;
    margin: 0 auto 18px;
    font-size: 10px;
    line-height: 17.5px;
    text-align: left; }
  .organization__fig{
    width: 100%;
    max-width: 100%; }
  .organization__logoList{
    text-align: center;
    display: block;
    max-width: 100%;
    width: 82.13%; }
  .organization__logoListItem:nth-child(1){
    width: 35.38%; }
  .organization__logoListItem:nth-child(2){
    width: 35.38%; }
  .organization__logoListItem:nth-child(3){
    width: 30.03%;
    margin: 0 8.57%; }
  .organization__logoListItem:nth-child(4){
    width: 15.42%;
    margin-top: 20px; }
  .organization__logoListItem:nth-child(5){
    width: 37.17%;
    margin-top: 20px; }
  .organization__logoListItem:nth-child(6){
    margin-top: 20px;
    width: 14.12%;
    margin-left: 8.57%; }
  .exhibitionInfo__subTtl{
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.15em;
    margin-bottom: 15px; }
  .exhibitionInfo__subTtl span{
    display: none; }
  .exhibitionInfo__slideWrapper{
    width: 86.66%;
    margin-bottom: 43px; }
  .exhibitionInfo__slide .slick-prev,
      .exhibitionInfo__slide .slick-next{
    width: 9px;
    height: 16px; }
  .exhibitionInfo__slide .slick-prev img,
        .exhibitionInfo__slide .slick-next img{
    width: 9px;
    height: 16px; }
  .exhibitionInfo__slide .slick-prev{
    left: -17px; }
  .exhibitionInfo__slide .slick-next{
    right: -17px; }
  .exhibitionInfo__slide .slick-dots{
    bottom: -22px; }
  .exhibitionInfo__slide .slick-dots li{
    margin: 0 5px; } }

@media only screen and (min-width: 769px){
  .homeButton:hover{
    background-color: #b0a590; }
  .homeButton:hover span{
    color: #fff; }
  .homeButton:hover span:after{
    border-left: 4px solid #fff; }
  .benefit2Banner__Block:hover{
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }
  .judgment__block:nth-of-type(1){
    -ms-flex-order: 1;
        order: 1; }
  .judgment__block:nth-of-type(2){
    -ms-flex-order: 3;
        order: 3; }
  .judgment__block:nth-of-type(3){
    -ms-flex-order: 2;
        order: 2; }
  .judgment__block:nth-of-type(4){
    -ms-flex-order: 4;
        order: 4; }
  .judgment__block:nth-of-type(5){
    -ms-flex-order: 5;
        order: 5; }
  .judgment__block:nth-of-type(6){
    -ms-flex-order: 7;
        order: 7; }
  .judgment__block:nth-of-type(7){
    -ms-flex-order: 6;
        order: 6; }
  .judgment__block:nth-of-type(8){
    -ms-flex-order: 8;
        order: 8; }
  .judgment__block:nth-of-type(9){
    -ms-flex-order: 9;
        order: 9; }
  .judgment__block:nth-of-type(10){
    -ms-flex-order: 11;
        order: 11; }
  .judgment__block:nth-of-type(11){
    -ms-flex-order: 10;
        order: 10; }
  .judgment__block:nth-of-type(12){
    -ms-flex-order: 12;
        order: 12; }
  .judgment__block:nth-of-type(13){
    -ms-flex-order: 13;
        order: 13; }
  .judgment__block:nth-of-type(14){
    -ms-flex-order: 14;
        order: 14; }
  .judgment__listItem figure:hover img{
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  .judgment__listItem#judgment__list1 figure, .judgment__listItem#judgment__list5 figure, .judgment__listItem#judgment__list7 figure, .judgment__listItem#judgment__list8 figure{
    margin-left: auto; }
  .judgment__listItem#judgment__list2 figure, .judgment__listItem#judgment__list4 figure, .judgment__listItem#judgment__list6 figure {
    margin-right: auto; }
  .presentBanner a:hover img{
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; } }

@media screen and (min-width: 481px) and (max-width: 900px){
  .judgment__inner{
    max-width: 900px; }
  .judgment__listItem{
    width: 47.77%; }
  .judgment__listItem figure{
    width: 100%; } }
