@charset "UTF-8";
/* line 11, main.scss */
main {
  transition: all 0.3s linear;
  padding-top: 110px;
  width: 100%;
  display: block;
  margin-top: 0; }
  @media only screen and (max-width: 768px) {
    /* line 11, main.scss */
    main {
      padding-top: 83px; } }

/*
loader
--------------------------------------------------------------------------------\*/
/* line 32, main.scss */
#loader {
  width: 160px;
  height: 160px;
  display: none;
  position: fixed;
  _position: absolute;
  /* IE6対策 */
  top: 50%;
  left: 50%;
  margin-top: -80px;
  /* heightの半分のマイナス値 */
  margin-left: -80px;
  /* widthの半分のマイナス値 */
  z-index: 9999;
  /* #fadeより多い値を入れて下さい */
  text-align: center;
  margin-bottom: 30px; }

/* line 46, main.scss */
#fade {
  width: 100%;
  height: 100%;
  display: none;
  background-color: #ffffff;
  background: #fff url("../images/img_bg_menu.png");
  background-position: center top;
  background-repeat: repeat;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 9990;
  /* #loaderより少ない値を入れて下さい */ }

/*
fatNav
--------------------------------------------------------------------------------\*/
/* line 65, main.scss */
.hamburger {
  top: 0;
  left: auto;
  right: 0;
  width: auto;
  height: auto;
  padding: 45px 30px 40px;
  z-index: 9999; }
  @media only screen and (max-width: 768px) {
    /* line 65, main.scss */
    .hamburger {
      padding: 25px 18px 20px; } }
  /* line 76, main.scss */
  .hamburger:lang(en) {
    top: 5px; }
    @media only screen and (max-width: 768px) {
      /* line 76, main.scss */
      .hamburger:lang(en) {
        top: 35px; } }
  /* line 84, main.scss */
  .hamburger.active .hamburger__icon::before {
    background-color: #ffffff;
    transform: translateY(14px) rotate(45deg); }
    @media only screen and (max-width: 768px) {
      /* line 84, main.scss */
      .hamburger.active .hamburger__icon::before {
        transform: translateY(10px) rotate(45deg); } }
  /* line 91, main.scss */
  .hamburger.active .hamburger__icon::after {
    background-color: #ffffff;
    transform: translateY(-14px) rotate(-45deg); }
    @media only screen and (max-width: 768px) {
      /* line 91, main.scss */
      .hamburger.active .hamburger__icon::after {
        transform: translateY(-10px) rotate(-45deg); } }
  /* line 100, main.scss */
  .hamburger .hamburger__icon {
    width: 40px;
    height: 3px;
    background-color: #ffffff;
    margin-top: 0; }
    @media only screen and (max-width: 768px) {
      /* line 100, main.scss */
      .hamburger .hamburger__icon {
        width: 26px;
        height: 2px; } }
    /* line 109, main.scss */
    .hamburger .hamburger__icon::before, .hamburger .hamburger__icon::after {
      width: 40px;
      height: 3px;
      background-color: #ffffff; }
      @media only screen and (max-width: 768px) {
        /* line 109, main.scss */
        .hamburger .hamburger__icon::before, .hamburger .hamburger__icon::after {
          width: 26px;
          height: 2px; } }
    /* line 119, main.scss */
    .hamburger .hamburger__icon::before {
      top: -14px; }
      @media only screen and (max-width: 768px) {
        /* line 119, main.scss */
        .hamburger .hamburger__icon::before {
          top: -10px; } }
    /* line 125, main.scss */
    .hamburger .hamburger__icon::after {
      top: 14px; }
      @media only screen and (max-width: 768px) {
        /* line 125, main.scss */
        .hamburger .hamburger__icon::after {
          top: 10px; } }

/* line 134, main.scss */
.fat-nav {
  background: #011B6A;
  background: #fff url("../images/img_bg_menu.png") no-repeat;
  background-position: center top;
  background-size: cover; }
  /* line 139, main.scss */
  .fat-nav__wrapper {
    padding: 100px 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center; }
    @media only screen and (max-width: 768px) {
      /* line 139, main.scss */
      .fat-nav__wrapper {
        padding: 50px 20px;
        flex-wrap: wrap; } }
  /* line 149, main.scss */
  .fat-nav .nav_logo {
    width: 30%;
    position: relative; }
    @media only screen and (max-width: 768px) {
      /* line 149, main.scss */
      .fat-nav .nav_logo {
        width: 100%;
        padding-top: 50px; } }
    /* line 156, main.scss */
    .fat-nav .nav_logo div {
      position: absolute;
      top: 200px;
      right: 30px; }
      @media only screen and (max-width: 768px) {
        /* line 156, main.scss */
        .fat-nav .nav_logo div {
          position: relative;
          top: auto;
          right: auto;
          text-align: center; } }
      /* line 166, main.scss */
      .fat-nav .nav_logo div img {
        width: 25vw;
        height: auto; }
        @media only screen and (max-width: 768px) {
          /* line 166, main.scss */
          .fat-nav .nav_logo div img {
            width: 150px; } }
  /* line 176, main.scss */
  .fat-nav ul {
    width: 70%; }
    @media only screen and (max-width: 768px) {
      /* line 176, main.scss */
      .fat-nav ul {
        width: 100%;
        padding: 30px 0; } }
    /* line 182, main.scss */
    .fat-nav ul li {
      color: #ffffff;
      font-size: 2.2rem;
      font-weight: normal;
      line-height: 1.8;
      margin: 0 auto;
      margin-bottom: 20px;
      width: 80%;
      max-width: 800px;
      text-align: left;
      line-height: 1.4; }
      @media only screen and (max-width: 768px) {
        /* line 182, main.scss */
        .fat-nav ul li {
          width: 100%;
          font-size: 1.6rem;
          line-height: 1.8; } }
      /* line 198, main.scss */
      .fat-nav ul li a {
        color: #ffffff; }
        /* line 200, main.scss */
        .fat-nav ul li a:hover {
          color: #AC996C; }
        /* line 203, main.scss */
        .fat-nav ul li a.isSoon {
          color: #666; }
          /* line 205, main.scss */
          .fat-nav ul li a.isSoon:hover {
            color: #666; }
      /* line 210, main.scss */
      .fat-nav ul li .nav_title {
        margin-bottom: 20px;
        font-size: 2.0rem; }
        @media only screen and (max-width: 768px) {
          /* line 210, main.scss */
          .fat-nav ul li .nav_title {
            font-size: 1.4rem; } }
        /* line 216, main.scss */
        .fat-nav ul li .nav_title span {
          font-size: 2.8rem;
          font-weight: bold; }
          @media only screen and (max-width: 768px) {
            /* line 216, main.scss */
            .fat-nav ul li .nav_title span {
              font-size: 2.0rem; } }
      /* line 224, main.scss */
      .fat-nav ul li .nav_items_wrap {
        padding-left: 20px; }

/*
scroll-out
--------------------------------------------------------------------------------\*/
/* line 234, main.scss */
[data-scroll] {
  transition: opacity .85s ease,transform .85s ease; }

/* line 237, main.scss */
[data-scroll="in"] {
  opacity: 1;
  transform: translateY(0); }

/* line 241, main.scss */
[data-scroll="out"] {
  opacity: 0;
  transform: translateY(30px); }

/*
top
--------------------------------------------------------------------------------\*/
/* line 249, main.scss */
.opening {
  width: 100vw;
  height: 100vh;
  position: relative;
  z-index: 10001; }

/* line 256, main.scss */
.section {
  position: relative; }

/* line 260, main.scss */
#top {
  height: 100vh; }
  @media only screen and (max-width: 768px) {
    /* line 260, main.scss */
    #top {
      height: 90vh; } }

/* line 267, main.scss */
#topwrap {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media only screen and (max-width: 768px) {
    /* line 267, main.scss */
    #topwrap {
      height: 90vh; } }

/* line 289, main.scss */
#topTitle {
  display: none;
  transition: all 0.3s linear 0s;
  text-align: center;
  margin-top: -10vh; }
  @media only screen and (max-width: 768px) {
    /* line 289, main.scss */
    #topTitle {
      margin-top: 100px; } }

/* top_scroll \*/
/* line 302, main.scss */
.top_scroll {
  height: 300px;
  background-color: #dad5a4; }

/* line 307, main.scss */
.scrollbar-text_05 {
  display: inline-block;
  position: absolute;
  bottom: 0;
  padding: 10px 10px 110px;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  left: 50%;
  transform: translateX(-50%); }

/* line 322, main.scss */
.top_scroll_scrollbar {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1px; }

/* line 329, main.scss */
.top_scroll_scrollbar::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 100px;
  background: #fff;
  animation: scrollliner 2.5s cubic-bezier(1, 0, 0, 1) infinite; }

@keyframes scrollliner {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0; }
  30% {
    transform: scale(1, 1);
    transform-origin: 0 0; }
  70% {
    transform: scale(1, 1);
    transform-origin: 0 100%; }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%; } }
/* top_scroll \*/
@media screen and (orientation: landscape) {
  /* 横向きの場合のスタイル */
  /* line 364, main.scss */
  #topTitle img {
    width: 400px;
    /* Image width adjust to height to remain proportional */
    max-width: 80%;
    /* Image doesn't exceed parent element's width */
    max-height: 90vh;
    /* Image doesn't exceed viewport height */ } }
@media screen and (orientation: portrait) {
  /* 縦向きの場合のスタイル */
  /* line 373, main.scss */
  #topTitle img {
    width: auto;
    /* Image width adjust to height to remain proportional */
    max-width: 400px;
    /* Image doesn't exceed parent element's width */
    max-height: 90vh;
    /* Image doesn't exceed viewport height */
    margin-top: -80px; } }
  @media only screen and (orientation: portrait) and (max-width: 768px) {
    /* line 373, main.scss */
    #topTitle img {
      width: 400px;
      /* Image width adjust to height to remain proportional */
      max-width: 80%;
      /* Image doesn't exceed parent element's width */
      max-height: 90vh;
      /* Image doesn't exceed viewport height */
      margin-top: 0px; } }

/* line 389, main.scss */
#top .hide {
  display: none; }

@media only screen and (max-width: 768px) {
  /* line 394, main.scss */
  #topTitle.show {
    display: block; } }

/* line 400, main.scss */
#top .show {
  display: block; }

/* line 405, main.scss */
#toppage h2 {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 9999; }

/* line 413, main.scss */
.h2_sec {
  width: 85%;
  margin: 0px auto;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    /* line 413, main.scss */
    .h2_sec {
      width: 90%; } }

/* line 423, main.scss */
#toppage h3 {
  font-size: 3.8rem;
  margin-bottom: 30px; }
  @media only screen and (max-width: 768px) {
    /* line 423, main.scss */
    #toppage h3 {
      font-size: 2.0rem;
      margin-bottom: 20px; } }

/* line 433, main.scss */
.h2_sec .sub span,
#photo .h2_sec h3 span {
  background-color: #AC996C;
  color: #fff;
  padding: 3px 5px;
  margin-right: 5px; }

/* line 443, main.scss */
.txt_read {
  font-size: 1.6rem;
  margin-bottom: 30px; }
  @media only screen and (max-width: 768px) {
    /* line 443, main.scss */
    .txt_read {
      font-size: 1.4rem;
      margin-bottom: 15px; } }

/* line 452, main.scss */
.comingsoon {
  font-size: 2.4rem;
  margin-bottom: 30px; }

/* line 458, main.scss */
#top {
  background: url(../images/bg_top_01.jpg);
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-size: cover; }

/* line 466, main.scss */
#articles {
  background: url(../images/story_01_bg.jpg);
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-size: cover; }

/* line 475, main.scss */
#photo {
  background-color: #00132e; }

/* line 482, main.scss */
#footer {
  background: url(../images/bg_top_02.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }
  @media only screen and (max-width: 768px) {
    /* line 482, main.scss */
    #footer {
      background: url(../images/bg_top_02_sp.jpg);
      background-position: bottom 0 right 0;
      background-repeat: no-repeat;
      background-size: cover; } }

/* line 496, main.scss */
.footer_txt {
  padding: 0 30px;
  text-align: center;
  font-size: 1.4rem;
  text-shadow: 0 0 10px #000000,0 0 10px #000000,0 0 10px #000000; }
  @media only screen and (max-width: 768px) {
    /* line 496, main.scss */
    .footer_txt {
      font-size: 1.2rem; } }

/* articles \*/
/* line 507, main.scss */
#articles .slide01 {
  background: url(../images/story_01_bg.jpg);
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-size: cover; }

/* line 515, main.scss */
#articles .slide02 {
  background: url(../images/story_02_bg.jpg);
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-size: cover; }

/* line 524, main.scss */
#articles .txt_read {
  width: 100%;
  margin: 0px auto;
  font-weight: bold; }
  @media only screen and (max-width: 768px) {
    /* line 524, main.scss */
    #articles .txt_read {
      width: 85%; } }

/* line 533, main.scss */
#articles h2 {
  display: none; }
/* line 536, main.scss */
#articles h3 {
  font-size: 3.8rem;
  margin-bottom: 30px;
  font-weight: bold; }
  @media only screen and (max-width: 768px) {
    /* line 536, main.scss */
    #articles h3 {
      font-size: 2.0rem;
      margin-bottom: 20px; } }
/* line 545, main.scss */
#articles h4 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 20px; }
  @media only screen and (max-width: 768px) {
    /* line 545, main.scss */
    #articles h4 {
      font-size: 1.4rem; } }
  /* line 552, main.scss */
  #articles h4 span {
    font-size: 3.0rem; }
    @media only screen and (max-width: 768px) {
      /* line 552, main.scss */
      #articles h4 span {
        font-size: 1.8rem; } }
/* line 559, main.scss */
#articles .txt_read {
  font-size: 3.0rem;
  margin-bottom: 30px; }
  @media only screen and (max-width: 768px) {
    /* line 559, main.scss */
    #articles .txt_read {
      font-size: 1.8rem;
      margin-bottom: 20px; } }
/* line 567, main.scss */
#articles .txt_txt {
  font-size: 1.6rem;
  margin: 0 auto 30px;
  max-width: 600px; }
  @media only screen and (max-width: 768px) {
    /* line 567, main.scss */
    #articles .txt_txt {
      font-size: 1.6rem;
      margin-bottom: 20px;
      max-width: 100%; } }

/* photo \*/
/* line 583, main.scss */
#photo h2 {
  display: none; }

/* line 586, main.scss */
#photo h3 {
  text-align: center;
  margin: 0px 0;
  font-weight: bold; }

/* line 593, main.scss */
.photo_list {
  display: block;
  width: 100%;
  margin: 30px auto 0; }
  @media only screen and (max-width: 768px) {
    /* line 593, main.scss */
    .photo_list {
      width: 80%;
      margin: 15px auto 0; } }

/* line 603, main.scss */
.photo_list li {
  float: left;
  width: 20%;
  padding: 10px; }
  @media only screen and (max-width: 768px) {
    /* line 603, main.scss */
    .photo_list li {
      width: 50%;
      padding: 5px; } }

/* line 614, main.scss */
.photo_list li img {
  width: 100%;
  height: auto; }

/* footer \*/
/* line 623, main.scss */
#footer .h2_sec img {
  width: 260px;
  height: auto; }
  @media only screen and (max-width: 768px) {
    /* line 623, main.scss */
    #footer .h2_sec img {
      width: 50vw; } }

/* line 632, main.scss */
#footer .footer_txt {
  position: fixed;
  bottom: 10px;
  width: 100%;
  padding: 10px; }

/* line 641, main.scss */
.copyright {
  position: fixed;
  bottom: 0;
  right: 0;
  display: block;
  padding: 10px;
  text-shadow: 0 0 10px #000000,0 0 10px #000000,0 0 10px #000000;
  font-size: 1.6rem; }
  @media only screen and (max-width: 768px) {
    /* line 641, main.scss */
    .copyright {
      font-size: 1.2rem; } }

/* line 656, main.scss */
.top_footer_sec .h2_sec {
  margin-top: -200px; }
  @media only screen and (max-width: 768px) {
    /* line 656, main.scss */
    .top_footer_sec .h2_sec {
      margin-top: -100px; } }

/* line 664, main.scss */
.sec_sns {
  margin: 0 auto;
  text-align: center;
  padding: 15px;
  font-size: 1.6rem; }

/* line 672, main.scss */
.sec_sns ul {
  letter-spacing: -.4em; }

/* line 676, main.scss */
.sec_sns ul li {
  letter-spacing: normal;
  display: inline-block;
  margin: 0px 30px; }

/* line 682, main.scss */
.sec_sns ul li a {
  color: #999;
  font-size: 2.8rem; }

/* line 700, main.scss */
.articles_box .bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
  transition: all 0.5s ease 0s;
  z-index: -1; }
/* line 715, main.scss */
.articles_box.articles_box_01 .bg._00 {
  background-image: url("../images/story_01_cont_00_bg.jpg"); }

/* header SECTION
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* line 726, main.scss */
header {
  height: 400px;
  line-height: 1.6; }
  @media only screen and (max-width: 768px) {
    /* line 726, main.scss */
    header {
      height: 300px; } }

/* line 733, main.scss */
#body_articles header.articles01 {
  line-height: 1.6;
  background: url(../images/story_01_bg.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }

/* line 740, main.scss */
#body_articles header.articles02 {
  line-height: 1.6;
  background: url(../images/story_02_bg.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }

/* line 749, main.scss */
.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  line-height: 400px; }
  @media only screen and (max-width: 768px) {
    /* line 749, main.scss */
    .container {
      line-height: 300px; } }

/* line 761, main.scss */
#body_articles header h1 {
  font-size: 3.2rem;
  font-weight: bold; }
  @media only screen and (max-width: 768px) {
    /* line 761, main.scss */
    #body_articles header h1 {
      font-size: 2.0rem; } }

/* footer SECTION
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* line 776, main.scss */
footer {
  text-align: center;
  padding: 15px; }

/* line 780, main.scss */
footer .copyright {
  text-align: center; }

/* line 783, main.scss */
footer .footer_txt {
  text-align: center; }

/* article SECTION
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* line 791, main.scss */
.sec_articles_wide {
  width: 100%;
  margin: 0 auto; }

/* line 796, main.scss */
.sec_articles_wrap {
  position: relative; }

/* line 799, main.scss */
.sec_articles_bg_fade {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 15px; }
  /* line 804, main.scss */
  .sec_articles_bg_fade .bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 0.5s ease 0s;
    z-index: -1; }
  /* line 818, main.scss */
  .sec_articles_bg_fade.show .bg {
    opacity: 1; }
  /* line 821, main.scss */
  .sec_articles_bg_fade .bg._01 {
    background-image: url("../images/story_01_cont_01_bg.jpg"); }
  /* line 824, main.scss */
  .sec_articles_bg_fade .bg._02 {
    background-image: url("../images/story_01_cont_02_bg.jpg"); }
  /* line 827, main.scss */
  .sec_articles_bg_fade .bg._03 {
    background-image: url("../images/story_01_cont_03_bg.jpg"); }

/* line 834, main.scss */
.sec_articles {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  line-height: 2.2; }
  @media only screen and (max-width: 768px) {
    /* line 834, main.scss */
    .sec_articles {
      width: 98%;
      line-height: 1.8; } }

/* line 845, main.scss */
.sec_title {
  margin: 0 auto;
  text-align: center;
  padding: 30px;
  background: rgba(172, 153, 108, 0.75);
  font-size: 3.2rem;
  font-weight: bold;
  margin-top: -50px;
  margin-bottom: 30px; }
  @media only screen and (max-width: 768px) {
    /* line 845, main.scss */
    .sec_title {
      padding: 15px 10px;
      font-size: 2.0rem; } }
  /* line 860, main.scss */
  .sec_title .sec_title_h2 {
    margin-bottom: 15px; }

/* line 866, main.scss */
.sec_read {
  margin: 60px auto;
  padding: 15px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2.8; }
  @media only screen and (max-width: 768px) {
    /* line 866, main.scss */
    .sec_read {
      font-size: 1.6rem;
      line-height: 2.0; } }

/* line 878, main.scss */
.sec_articles h2 {
  margin: 0 auto;
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 60px; }
  @media only screen and (max-width: 768px) {
    /* line 878, main.scss */
    .sec_articles h2 {
      font-size: 1.8rem; } }

/* line 888, main.scss */
.sec_articles h2 {
  margin: 0 auto;
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 60px;
  line-height: 1.6; }
  @media only screen and (max-width: 768px) {
    /* line 888, main.scss */
    .sec_articles h2 {
      font-size: 1.4rem; } }

/* line 901, main.scss */
.sec_photo {
  width: 70%;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px; }
  @media only screen and (max-width: 768px) {
    /* line 901, main.scss */
    .sec_photo {
      width: 90%;
      max-width: 1200px; } }

/* line 914, main.scss */
.sec_photo figure {
  position: relative;
  transition: .8s; }

/* line 919, main.scss */
.sec_photo figure img {
  width: 100%;
  height: auto; }

/* line 924, main.scss */
.sec_photo figure figcaption {
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  padding: 10px;
  text-align: left;
  font-size: 1.4rem; }

/* line 933, main.scss */
.sec_txt {
  margin: 0 auto;
  text-align: left;
  padding: 0 15px;
  font-size: 1.8rem; }
  @media only screen and (max-width: 768px) {
    /* line 933, main.scss */
    .sec_txt {
      padding: 0 5px;
      font-size: 1.6rem; } }
  /* line 943, main.scss */
  .sec_txt h2 {
    font-size: 2.4rem;
    padding: 15px;
    background: rgba(172, 153, 108, 0.75); }
    @media only screen and (max-width: 768px) {
      /* line 943, main.scss */
      .sec_txt h2 {
        font-size: 1.6rem;
        text-align: left; } }

/* line 954, main.scss */
#body_articles .sec_txt:last-child {
  border-bottom: none; }

/* line 958, main.scss */
.sec_txt p {
  transition: .8s;
  margin-bottom: 30px; }

/* line 964, main.scss */
.q {
  font-weight: bold;
  color: #c2e9ff; }

/* line 969, main.scss */
.blue {
  color: #599fff; }

/* article SECTION
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* line 977, main.scss */
.obj_mv_up {
  opacity: 0;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px); }

/* line 982, main.scss */
.mv_up {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0); }

/* line 988, main.scss */
.sec_article_nav {
  margin: 15px auto 30px; }

/* line 993, main.scss */
.sec_article_nav ul {
  letter-spacing: -.4em; }

/* line 997, main.scss */
.sec_article_nav li {
  display: inline-block;
  letter-spacing: normal;
  width: 48%;
  margin: 0 1%;
  vertical-align: top; }

/* line 1005, main.scss */
.sec_article_nav li.arrow_r {
  text-align: right; }

/* line 1009, main.scss */
.sec_article_nav li.arrow_l {
  text-align: left; }

/* line 1013, main.scss */
.sec_article_nav li a {
  line-height: 1.4;
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 1.4rem; }
  @media only screen and (max-width: 768px) {
    /* line 1013, main.scss */
    .sec_article_nav li a {
      font-size: 1.2rem; } }

/* line 1024, main.scss */
.sec_article_nav li a:hover {
  text-decoration: none;
  color: #fff; }

/* line 1029, main.scss */
.sec_article_nav li a .arrow {
  margin-bottom: 5px;
  width: 50%;
  height: auto; }

/* line 1035, main.scss */
.sec_article_nav li a div {
  display: block;
  margin: 10px; }
  @media only screen and (max-width: 768px) {
    /* line 1035, main.scss */
    .sec_article_nav li a div {
      display: block; } }

/* line 1043, main.scss */
.sec_article_nav li a img {
  width: 100px;
  height: auto; }

/* line 1052, main.scss */
.swiper-pagination {
  position: relative; }

/* line 1055, main.scss */
.swiper-button-next,
.swiper-button-prev {
  background: rgba(0, 0, 0, 0.5);
  padding: 40px 20px; }
  @media only screen and (max-width: 768px) {
    /* line 1055, main.scss */
    .swiper-button-next,
    .swiper-button-prev {
      padding: 20px 10px; } }

/* line 1063, main.scss */
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 2.4rem; }
  @media only screen and (max-width: 768px) {
    /* line 1063, main.scss */
    .swiper-button-prev::after,
    .swiper-button-next::after {
      font-size: 1.8rem; } }

/* line 1070, main.scss */
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 0;
  left: auto; }

/* line 1075, main.scss */
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 0;
  right: auto; }

/* line 1080, main.scss */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  opacity: 0.2; }

/* line 1088, main.scss */
.swiper-pagination-bullet-active {
  opacity: 1; }

/* line 1097, main.scss */
.articles_nav {
  background-color: #232323;
  padding: 15px 0; }

/* line 1103, main.scss */
.articles_slider_wrap .articles_slider_item {
  width: 33%; }
/* line 1107, main.scss */
.articles_slider_item {
  position: relative;
  width: 600px;
  height: auto;
  background: #191919;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap; }
  @media only screen and (max-width: 768px) {
    /* line 1107, main.scss */
    .articles_slider_item {
      width: 80%;
      display: block; } }

/* line 1127, main.scss */
.articles_nav_s {
  background-color: #232323;
  padding: 15px 0; }
  /* line 1130, main.scss */
  .articles_nav_s_wrap {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center; }
  /* line 1136, main.scss */
  .articles_nav_s_main {
    width: 60%;
    max-width: 800px;
    margin: 0;
    text-align: center; }
    /* line 1144, main.scss */
    .articles_nav_s_main_title {
      font-weight: bold;
      font-size: 1.6rem; }
    /* line 1148, main.scss */
    .articles_nav_s_main_list {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: nowrap;
      background: none;
      font-size: 1.4rem;
      color: #fff;
      font-weight: bold;
      transition: all 0.15s linear;
      padding: 5px 8px; }
      /* line 1159, main.scss */
      .articles_nav_s_main_list li {
        font-size: 1.6rem;
        padding: 0 5px; }
        /* line 1164, main.scss */
        .articles_nav_s_main_list li .isActive {
          color: #AC996C; }
        /* line 1167, main.scss */
        .articles_nav_s_main_list li .isSoon {
          color: #666; }
          /* line 1169, main.scss */
          .articles_nav_s_main_list li .isSoon:hover {
            color: #666; }
  /* line 1176, main.scss */
  .articles_nav_s_side {
    font-weight: bold; }
    /* line 1181, main.scss */
    .articles_nav_s_side .isSoon {
      color: #666; }
      /* line 1183, main.scss */
      .articles_nav_s_side .isSoon:hover {
        color: #666; }
  /* line 1188, main.scss */
  .articles_nav_s_next {
    text-align: left; }
  /* line 1191, main.scss */
  .articles_nav_s_prev {
    text-align: right; }

/* line 1198, main.scss */
.table_articl01_wrap {
  margin: 60px auto; }
/* line 1201, main.scss */
.table_articl01_table {
  margin: 0 auto;
  border: none; }
  /* line 1205, main.scss */
  .table_articl01_table thead th {
    font-weight: bold;
    padding: 5px 10px;
    font-size: 2.0rem;
    white-space: nowrap; }
  /* line 1211, main.scss */
  .table_articl01_table thead td {
    font-weight: bold;
    padding: 5px 10px;
    font-size: 2.0rem; }
  /* line 1218, main.scss */
  .table_articl01_table tbody th {
    font-weight: bold;
    padding: 5px 10px;
    white-space: nowrap; }
  /* line 1223, main.scss */
  .table_articl01_table tbody td {
    font-weight: bold;
    padding: 5px 10px; }

/* Pagination
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* line 1233, main.scss */
.sec_articles_pagination {
  margin: 15px auto 30px; }
  /* line 1235, main.scss */
  .sec_articles_pagination_wrap {
    text-align: center;
    margin: 15px auto; }
  /* line 1239, main.scss */
  .sec_articles_pagination_title {
    font-size: 1.8rem;
    font-weight: bold; }
  /* line 1243, main.scss */
  .sec_articles_pagination_sub {
    line-height: 1.6;
    margin-bottom: 15px; }

/* line 1250, main.scss */
.sec_articles h2.sec_articles_pagination_h2 {
  margin: 0 auto;
  margin-bottom: 0px;
  text-align: center;
  font-size: 2.0rem;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.6; }
  @media only screen and (max-width: 768px) {
    /* line 1250, main.scss */
    .sec_articles h2.sec_articles_pagination_h2 {
      font-size: 1.6rem; } }

/* line 1263, main.scss */
.Pagination {
  display: flex;
  align-items: center;
  justify-content: center; }

/* line 1268, main.scss */
.Pagination-Item {
  line-height: 1.4; }

/* line 1271, main.scss */
.Pagination-Item-Link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background: none;
  border: solid 1px #fff;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  transition: all 0.15s linear;
  padding: 5px 8px; }
  /* line 1283, main.scss */
  .Pagination-Item-Link:hover {
    background: #00385E; }

/* line 1287, main.scss */
.Pagination-Item-Link-Icon {
  width: 20px; }

/* line 1290, main.scss */
.Pagination-Item-Link.isActive {
  background: #00385E;
  color: #fff;
  pointer-events: none; }

/* line 1295, main.scss */
.Pagination-Item-Link:not(.isActive):hover {
  background: #none;
  color: #fff; }

/* line 1299, main.scss */
.Pagination-Item-Link.isSoon {
  background: #232323;
  color: #666;
  pointer-events: none;
  border: solid 1px #666; }

/* line 1305, main.scss */
.Pagination-Item-Link:not(.isSoon):hover {
  background: #232323;
  color: #666;
  border: solid 1px #666; }

/* line 1310, main.scss */
.Pagination > * + * {
  margin-left: 12px; }

/* ticket SECTION
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* line 1319, main.scss */
.sec_ticket {
  display: block;
  width: 100%;
  line-height: 2.2;
  text-align: center;
  vertical-align: middle;
  min-height: 400px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }

/* line 1332, main.scss */
.sec_ticket_inner {
  width: 70%;
  margin: 0px auto 120px;
  padding-top: 120px;
  text-align: center;
  vertical-align: middle; }

/* line 1341, main.scss */
.sec_ticket_inner .title_img_f img {
  width: 300px;
  height: auto;
  margin-bottom: 15px; }
  @media only screen and (max-width: 768px) {
    /* line 1341, main.scss */
    .sec_ticket_inner .title_img_f img {
      width: 200px; } }

/*
photoswipe
--------------------------------------------------------------------------------\*/
/* line 1363, main.scss */
.pswp {
  z-index: 10001; }

/* line 1366, main.scss */
.pswp__caption__center {
  color: #ccc;
  font-size: 13px;
  line-height: 20px;
  margin: 0 auto;
  width: 100%;
  padding: 10px;
  text-align: center; }

/*
skeleton BUTTON
--------------------------------------------------------------------------------\*/
/* line 1379, main.scss */
.btn {
  position: relative;
  display: inline-block;
  margin: 15px auto;
  padding: .5em 2.6em;
  border: 2px solid #fff;
  color: #fff;
  font-size: 2.4rem;
  text-align: center;
  text-decoration: none;
  outline: none;
  transition: all .2s; }
  @media only screen and (max-width: 768px) {
    /* line 1379, main.scss */
    .btn {
      font-size: 1.8rem; } }

/* line 1395, main.scss */
.btn::before,
.btn::after {
  position: absolute;
  z-index: 2;
  content: '';
  width: 0;
  height: 0;
  border: 2px solid transparent; }

/* line 1404, main.scss */
.btn::before {
  top: -2px;
  left: -2px; }

/* line 1408, main.scss */
.btn::after {
  bottom: -2px;
  right: -2px; }

/* line 1412, main.scss */
.btn:hover {
  color: #AC996C;
  text-decoration: none; }

/* line 1416, main.scss */
.btn:hover::before,
.btn:hover::after {
  width: 100%;
  height: 100%; }

/* line 1421, main.scss */
.btn:hover::before {
  border-bottom-color: #AC996C;
  border-left-color: #AC996C;
  transition: height .1s, width .1s .1s; }

/* line 1426, main.scss */
.btn:hover::after {
  border-top-color: #AC996C;
  border-right-color: #AC996C;
  transition: height .1s .2s, width .1s .3s; }

/* line 1433, main.scss */
.btn_nonactive {
  position: relative;
  display: inline-block;
  margin: 15px auto;
  padding: .5em 2.6em;
  border: 2px solid #666;
  color: #666;
  font-size: 2.4rem;
  text-align: center;
  text-decoration: none;
  outline: none;
  cursor: default; }

/* line 1447, main.scss */
.btn_nonactive:hover {
  color: #666;
  text-decoration: none;
  border: 2px solid #666;
  cursor: default; }

/* line 1457, main.scss */
.field_center {
  text-align: center; }

/* line 1461, main.scss */
ul.sns_area {
  margin: 15px 0; }

/* line 1464, main.scss */
ul.sns_area li {
  display: inline-block;
  padding-right: 10px;
  width: 100px; }

/* line 1469, main.scss */
ul.sns_area li.twitter {
  width: 88px; }

/* line 1472, main.scss */
ul.sns_area li .fb_iframe_widget {
  top: -5px; }

/* line 1480, main.scss */
.swiper-pagination {
  position: relative; }

/* line 1483, main.scss */
.swiper-button-next,
.swiper-button-prev {
  background: rgba(0, 0, 0, 0.5);
  padding: 40px 20px; }
  @media only screen and (max-width: 768px) {
    /* line 1483, main.scss */
    .swiper-button-next,
    .swiper-button-prev {
      padding: 20px 10px; } }

/* line 1491, main.scss */
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 2.4rem; }
  @media only screen and (max-width: 768px) {
    /* line 1491, main.scss */
    .swiper-button-prev::after,
    .swiper-button-next::after {
      font-size: 1.8rem; } }

/* line 1498, main.scss */
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 0;
  left: auto; }

/* line 1503, main.scss */
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 0;
  right: auto; }

/* line 1508, main.scss */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  opacity: 0.2; }

/* line 1516, main.scss */
.swiper-pagination-bullet-active {
  opacity: 1; }

/* line 1528, main.scss */
.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent; }
  @media only screen and (max-width: 768px) {
    /* line 1528, main.scss */
    .fp-controlArrow.fp-prev {
      border-width: 16px 12px 16px 0; } }

/* line 1537, main.scss */
.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff; }
  @media only screen and (max-width: 768px) {
    /* line 1537, main.scss */
    .fp-controlArrow.fp-next {
      border-width: 16px 0 16px 12px; } }

/*# sourceMappingURL=main.css.map */
