@charset "utf-8";

/*==================================================================
*
* 共通
*
==================================================================*/
/* font */
@import url('https://fonts.googleapis.com/css2?family=Actor&display=swap');

img {
  max-width: 100%;
  max-height: 100%;
}

#str-contents {
  position: relative;
  width: 100%;
  overflow-x: hidden;
}

#str-contents * {
  box-sizing: border-box;
}

#to_banner-block a {
  display: block;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

#to_banner-block a:hover {
  opacity: .7;
}

.newwindowicon {
  display: none;
}

#to-download {
  margin: 0;
  padding: 0;
  font-family: Meiryo, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', system-ui, sans-serif;
}
#to-download #str-contents {
  min-width: 300px;
}
.to-photo_back {
  text-align: center;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #dfdfdf;
}

/* --------------------------------------------
  GALLERY
--------------------------------------------*/
.mfp-iframe-holder .mfp-content {
  max-width: 1000px;
}
.mfp-iframe-scaler {
  padding-top: 110%;
}
.mfp-iframe-scaler iframe {
  background: #fff;
}

/* モーダル */
#js-modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.js-modal_bg {
  background: rgba(0, 0, 0, 0.6);
  height: 100vh;
  width: 100%;
}
.js-modal_content {
  background: #fff;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  width: 70%;
}
.js-modal_content_inner {
  position: relative;
  padding: 24px;
}
.js-modal_close {
  position: absolute;
  top: 13px;
  right: 10px;
}
.anime-bg1 {
  opacity: 0;
  -webkit-transition: .5s opacity ease;
  -o-transition: .5s opacity ease;
  transition: .5s opacity ease;
}
.anime-bg1.fadein {
  opacity: 1;
}
.anime-content1 {
  opacity: 0;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-transition: .5s all ease;
  -o-transition: .5s all ease;
  transition: .5s all ease;
}
.mfp-iframe-holder {
  padding-top: 50px;
}
.anime-content1.fadein {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.mfp-iframe-holder .js-modal_close {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -36px;
  right: 3px;
  z-index: 2;
  cursor: pointer;
}
.mfp-iframe-holder .js-modal_close:before, .js-modal_close:after {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  background-color: #fff;
  border-radius: 2px;
  position: absolute;
  left: 4px;
  top: 11px;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
.mfp-iframe-holder .js-modal_close:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mfp-iframe-holder .js-modal_close:after { 
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mfp-iframe-holder .js-modal_close:hover { opacity: .6; }
.to_none {
  display: none;
}
.mfp-content {
  opacity: 0;
  transition: .2s;
}
.mfp-content.to_fade {
  opacity: 1;
}
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  z-index: 10004;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-wrap {
  z-index: 10005;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}



/*==================================================================
*
* SP
*
==================================================================*/
@media screen and (max-width: 599px) {

  .to_hidden-sp {
    display: none;
  }

  #str-contents {
    min-width: 320px;
    padding: 0;
  }

  .to_about_head_ttl,
  .to_effort_head_ttl,
  .to_news_head_ttl,
  .to_access_cont_ttl,
  .to_gallery_head_ttl {
    font-size: 30px;
    font-weight: normal;
    line-height: 1;
  }

  .to_head_copy {
    width: 60.4%;
    height: auto;
    max-width: 400px;
  }

  /* #head
  --------------------------------------------*/
  #to_head-block {
    position: relative;
  }

  #to_head-block::before,
  #to_head-block::after {
    content: '';
    display: block;
    position: absolute;
    box-sizing: border-box;
  }

  #to_head-block::before {
    top: 0;
    left: 0;
    border-left: 89.6vw solid #a743d1;
    border-top: 51vh solid #a743d1;
    border-right: 89.6vw solid transparent;
    border-bottom: 51vh solid transparent;
  }

  #to_head-block::after {
    top: calc(25vh - 7vw);
    right: 0;
    height: calc(75vh - 58px);
    border-right: 55.8vw solid #000;
    border-bottom: calc(42vh - 58px) solid #000;
    border-left: 55.8vw solid transparent;
    border-top: calc(42vh - 58px) solid transparent;
    z-index: 1;
  }

  .to_head_mv {
    width: 100vw;
    height: calc(100vh - 58px);
    opacity: .8;
    z-index: 2;
  }

  .to_head_mv::before {
    content: '';
    display: block;
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background: url(../../img/s/to_flame.png) no-repeat top left;
    background-size: cover;
    z-index: 3;
  }
    
  .to_head_copy {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }

  .to_head_copy img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .to_head_scroll {
    position: absolute;
    left: 0.4vw;
    bottom: 15px;
    color: #fff;
    z-index: 4;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 4.8vw;
    font-family: 'Actor', sans-serif;
    letter-spacing: .1em;
    line-height: 1;
  }

  .to_head_scroll::before {
    content: '';
    display: block;
    position: absolute;
    left: 3px;
    top: 4.3em;
    width: 1px;
    height: 36px;
    background-color: #fff;
  }

  .to_head_nav,
  .to_nav-block {
    display: none;
  }

  /* #about
  --------------------------------------------*/
  #to_about-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    padding-bottom: 28%;
  }

  /*
  #to_about-block::before {
    content: '';
    display: block;
    width: 100%;
    height: 48px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #4aafc8;
  }
  */

  #to_about-block::after {
    content: '';
    display: block;
    position: absolute;
    right: -10vw;
    bottom: 210px;
    width: 200%;
    height: 10vw;
    background: #4aafc8;
    -webkit-transform: rotate(27deg);
        -ms-transform: rotate(27deg);
            transform: rotate(27deg);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(223,223,223,.5)),to(rgba(223,223,223,0)));
    background: -o-linear-gradient(bottom, rgba(223,223,223,.5) 0%,rgba(223,223,223,0) 100%);
    background: linear-gradient(to top, rgba(223,223,223,.5) 0%,rgba(223,223,223,0) 100%);
    -webkit-transform-origin: right top;
        -ms-transform-origin: right top;
            transform-origin: right top;
  }

  .to_about_scroll-img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .25;
    width: 100%;
    height: 300px;
    animation: bg-slider 100s linear infinite;
    background: url(../../img/shared/to_about_scroll-img.jpg) repeat-x left center;
    background-size: auto 100%;
  }

  @keyframes bg-slider {
    from { background-position: 0 0; }
      to { background-position: -1554px 0; } /* 1518pxとは使用した背景画像の長さ */
  }

  .to_about_head {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    width: 100%;
    margin-left: 10px;
    padding: 45px 5.5% 20px;
    position: relative;
    z-index: 5;
  }

  .to_about_head_ttl {
    position: relative;
    width: 103px;
    margin-bottom: 30px;
    text-align: left;
  }

  .to_about_head_ttl::before {
    content: '';
    display: block;
    position: absolute;
    /*left: -15px;
    top: -140px;*/
    left: -4vw;
    top: -23vh;
    width: 1px;
    height: 356px;
    background: url(../../img/shared/to_title-line_bk.svg) no-repeat center;
    background-size: contain;
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
  }

  .to_about_head_lead {
    margin-left: 10px;
    font-size: 15px;
    line-height: 1.66;
    font-weight: bold;
    letter-spacing: .1em
  }

  .to_about_cont {
    order: 2;
    padding: 0 5.5% 0;
    position: relative;
    z-index: 3;
  }
        
  .to_about_cont_txt {
    order: 2;
    margin-top: 30px;
    font-size: 14px;
    line-height: 2.13;
  }

  .to_about_movie {
    margin-top: 35px;
  }

  .to_about_movie_inner {
    position: relative;
    padding-top: 56.25%;
  }

  .to_about_movie_inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .to_about_img-group-01 {
    position: relative;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .to_about_img-01 {
    width: calc(50% - 5px);
  }

  .to_about_img-01::before {
    content: '';
    display: block;
    position: absolute;
    bottom: -10px;
    right: -30px;
    width: 45%;
    height: 0;
    padding-top: 25%;
    -ms-filter: blur(18px);
    -webkit-filter: blur(18px);
    filter: blur(18px);
    background-color: rgba(0,0,0,.2);
  }

  .to_about_img-01 span {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }

  .to_about_img-01 img {
  }

  .to_about_img-02 {
    width: calc(50% - 5px);
    overflow: hidden;
  }

  .to_about_img-02 img {
    max-width: none;
    max-height: none;
    width: 100%;
    height: auto;
  }

  .to_about_img-group-02 {
    position: relative;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 76.25%;
    margin: 30px 0 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .to_about_img-03 {
    width: 44.8%;
  }

  .to_about_img-04 {
    width: calc(55.2% - 10px);
  }

  a.to_btn-link {
    position: relative;
    display: block;
    color: #fff;
    background-color: #000;
    width: 300px;
    margin: 0 auto 0;
    padding: 19px 10px;
    font-size: 15px;
    letter-spacing: .1em;
    text-align: center;
    text-decoration: none;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
  }

  .to_btn-link::after {
    content: '';
    display: block;
    position: absolute;
    right: -24px;
    top: 15px;
    width: 50px;
    height: 8px;
    background: url(../../img/shared/to_icon-arrow.svg) no-repeat;
    background-size: contain;
  }

  .to_about_link {
    margin-top: 35px;
  }

  .to_about_link a.to_btn-link:hover {
    background-color: #a743d1;
  }

  /* #gallery
  --------------------------------------------*/
  #to_gallery-block {
    position: relative;
    color: #fff;
  }
  #to_gallery-block::after {
    content: '';
    display: block;
    width: 260px;
    height: 314px;
    background: url(../../img/shared/202012/to_gallery_img-01.png) no-repeat left top;
    background-size: contain;
    position: absolute;
    left: 0;
    bottom: -70px;
    z-index: 1;
  }
  .to_gallery_head {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    width: calc(100% - 10px);
    margin-left: 10px;
    padding: 45px 5.5% 0;
    position: relative;
    z-index: 5;
  }
  .to_gallery_head_ttl {
    position: relative;
    margin-bottom: 35px;
    text-align: left;
  }
  .to_gallery_head_ttl::before {
    content: '';
    display: block;
    position: absolute;
    left: -4vw;
    top: -23vh;
    width: 1px;
    height: 356px;
    background: url(../../img/shared/to_title-line_wh.svg) no-repeat center;
    background-size: contain;
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
  }
  .to_gallery_head_lead {
    margin-left: 10px;
    font-size: 15px;
    line-height: 1.66;
    font-weight: bold;
    letter-spacing: .1em;
  }
  .to_gallery_link {
    position: relative;
    margin-top: 45%;
    z-index: 2;
    padding-bottom: 35px;
  }
  .to_gallery_link .to_btn-link {
    border: 1px solid #FFF;
  }

  /* #effort
  --------------------------------------------*/
  #to_effort-block {
    position: relative;
    padding-bottom: 45px;
  }

  #to_effort-block::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-top: 30.8vw solid #4aafc8;
    border-left: 56vw solid #4aafc8;
    border-right: 55vw solid transparent;
    border-bottom: 30.8vw solid transparent;
  }

  #to_effort-block::after {
    content: '';
    display: block;
    position: absolute;
    left: 24vw;
    bottom: -10vw;
    width: 200%;
    height: 10vw;
    background: #4aafc8;
    -webkit-transform: rotate(-27deg);
    -ms-transform: rotate(-27deg);
            transform: rotate(-27deg);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(223,223,223,.5)),to(rgba(223,223,223,0)));
    background: -o-linear-gradient(top, rgba(223,223,223,.5) 0%,rgba(223,223,223,0) 100%);
    background: linear-gradient(to bottom, rgba(223,223,223,.5) 0%,rgba(223,223,223,0) 100%);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
            transform-origin: left top;
  }

  .to_effort_head {
    color: #fff;
    position: relative;
    margin-left: 10px;
    padding: 35px 5.5% 0;
  }

  .to_effort_head::before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    border-top: 42vw solid #4aafc8;
    border-right: 86vw solid #4aafc8;
    border-left: 86vw solid transparent;
    border-bottom: 42vw solid transparent;
  }

  .to_effort_head_ttl {
    position: relative;
    width: 198px;
    margin-bottom: 30px;
    text-align: left;
  }

  .to_effort_head_ttl::before {
    content: '';
    display: block;
    position: absolute;
    left: -15px;
    top: -140px;
    width: 1px;
    height: 356px;
    background: url(../../img/shared/to_title-line_wh.svg) no-repeat center;
    background-size: contain;
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
  }

  .to_effort_lead {
    position: relative;
    margin-left: 10px;
    font-size: 15px;
    line-height: 1.66;
    font-weight: bold;
    letter-spacing: .1em
  }

  .to_effort_list-lg {
    width: 89%;
    margin: 55px auto 0;
    position: relative;
    z-index: 1;
  }

  .to_effort_list-lg_entry {
    position: relative;
    margin-bottom: 20px;
    background: #fff;
  }

  .to_effort_list-lg_entry::before {
    content: '';
    display: block;
    position: absolute;
    bottom: -10px;
    right: -50px;
    width: 60%;
    height: 0;
    padding-top: 71.4%;
    -ms-filter: blur(25px);
    -webkit-filter: blur(25px);
    filter: blur(35px);
    background-color: rgba(0,0,0,.2);
  }

  .to_effort_list-lg_entry > a {
    position: relative;
    display: block;
    text-decoration: none;
    color: #000;
    transition: .2s;
  }

  .to_entry_thum {
    background-color: #fff;
  }

  .to_entry_thum img {
    width: 100%;
    transition: .2s;
  }

  #to_effort-block a:hover .to_entry_thum img {
    opacity: .7;
  }

  #to_effort-block a:hover .to_entry_date::before {
    background-color: #4aafc8;
  }

  #to_effort-block a:hover .to_entry_ttl {
    color: #4aafc8;
  }

  #to_effort-block .to_entry_label {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 115px;
    color: #fff;
    font-size: 10px;
    text-align: center;
  }

  #to_effort-block .to_entry_label::before {
    content:'';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transform: skewX(15deg);
    -ms-transform: skewX(15deg);
    transform: skewX(15deg);
    z-index: 1;
  }

  #to_effort-block .to_entry_label.sbn::before {
    background-color: #8c97cb;
  }

  #to_effort-block .to_entry_label.fs::before {
    background-color: #616264;
  }

  #to_effort-block .to_entry_label span {
    position: relative;
    padding: 6px 5px;
    display: block;
    z-index: 1;
  }

  #to_effort-block .to_entry_txt {
    position: relative;
    margin-top: -55px;
    padding-left: 10px;
    /*font-size: 12px;*/
    font-size: 14px;
  }

  #to_effort-block .to_entry_date {
    position: relative;
    width: 88px;
    height: 21px;
    font-size: 11px;
    font-family: 'Actor', sans-serif;
    font-style: italic;
    text-align: center;
  }

  #to_effort-block .to_entry_date::before {
    content:'';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    -webkit-transform: skewX(15deg);
    -ms-transform: skewX(15deg);
    transform: skewX(15deg);
    z-index: 1;
    transition: .2s;
  }

  #to_effort-block .to_entry_date span {
    position: relative;
    padding: 2px 5px;
    display: block;
    z-index: 1;
    color: #fff;
  }

  #to_effort-block .to_entry_ttl {
    position: relative;
    background: #fff;
    margin-left: 34px;
    transition: .2s;
  }

  #to_effort-block .to_entry_ttl::before {
    content:'';
    display: block;
    position: absolute;
    left: -20px;
    width: 80%;
    height: 100%;
    background-color: #fff;
    -webkit-transform: skewX(15deg);
    -ms-transform: skewX(15deg);
    transform: skewX(15deg);
    z-index: 1;
  }

  #to_effort-block .to_entry_ttl::after {
    content:'';
    display: block;
    position: absolute;
    right: 5px;
    bottom: 5px;
    width: 25px;
    height: 25px;
    background: url(../../img/shared/to_icon-window.svg) no-repeat center;
    background-size: contain;
  }

  #to_effort-block .to_entry_ttl p {
    position: relative;
    margin-top: 0;
    padding: 11px 40px 11px 5px;
    display: block;
    z-index: 1;
  }

  .to_effort_list-sm {
    margin: 20px auto 0;
    width: 89%;
    position: relative;
    z-index: 1;
  }

  .to_effort_list-sm_entry {
    position: relative;
    margin-bottom: 20px;
  }

  .to_effort_list-sm_entry:nth-child(n+4) {
    display: none;
  }

  .to_effort_list-sm_entry > a {
    position: relative;
    display: block;
    text-decoration: none;
    color: #000;
    transition: .2s;
  }

  .to_effort_list-sm_entry > a:hover .to_entry_thum {
    opacity: .7;
  }

  .to_effort_list-sm_entry > a:hover .to_entry_date::before {
    background-color: #4aafc8;
  }

  .to_effort_list-sm_entry > a:hover .to_entry_ttl {
    color: #4aafc8;
  }

  .to_effort_list-sm_entry .to_entry_date::before {
    background-color: #fff;
  }

  .to_effort_list-sm_entry .to_entry_date span {
    color: #000;
  }

  .to_effort_list-sm_entry .to_entry_txt {
    margin-top: -34px;
    padding-left: 20px;
  }

  .to_effort_list-sm_entry .to_entry_ttl {
    -webkit-box-shadow: 5px 5px 10px 0 rgb(0,0,0,.05);
            box-shadow: 5px 5px 10px 0 rgb(0,0,0,.05);
  }

  .to_effort_list__btn {
    width: 100%;
    position: relative;
    z-index: 2;
  }
  .to_effort_list__btn .to_btn-link{
    margin: 35px auto 0;
  }

  .to_entry_ttl p {
    padding: 24px 40px 24px 5px;
  }


  
  .to_btn-more {
    position: relative;
    display: block;
    color: #fff;
    background-color: #000;
    width: 300px;
    margin: 35px auto 0;
    padding: 19px 10px;
    font-size: 15px;
    letter-spacing: .1em;
    text-align: center;
    text-decoration: none;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    z-index: 1;
  }

  .to_btn-more::after {
    content: '';
    display: block;
    position: absolute;
    right: 10px;
    top: -8px;
    width: 60px;
    height: 60px;
    background: url(../../img/shared/to_icon-plus.svg) no-repeat;
    background-size: contain;
  }

  #to_effort-block .to_btn-more:hover {
    color: #fff;
    background-color: #4aafc8;
  }

  /* #news
  --------------------------------------------*/
  #to_news-block {
    position: relative;
    background: #baca3b;
    padding-bottom: 80px;
    min-height: calc((205vw* 1.115) + 80px);
  }

  #to_news-block::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 24vw;
    border-top: 6.11vw solid #2c2c2c;
    border-left: 12vw solid #2c2c2c;
    border-right: 12vw solid transparent;
    border-bottom: 6.11vw solid transparent;
    z-index: 1;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  #to_news-block::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 34vw;
    border-bottom: 9.44vw solid #2c2c2c;
    border-right: 17vw solid #2c2c2c;
    border-left: 17vw solid transparent;
    border-top: 9.44vw solid transparent;
    z-index: 1;
    box-sizing: border-box;
  }

  .to_news_head, .to_news_list, .news_link {
    position: relative;
    z-index: 1;
  }

  .to_news_head {
    padding: 45px 5.5% 35px;
    margin-left: 30px;
  }

  .to_news_head_ttl {
    position: relative;
    width: 216px;
  }

  .to_news_head_ttl::before {
    content: '';
    display: block;
    position: absolute;
    left: -32px;
    top: -220px;
    width: 1px;
    height: 356px;
    background: url(../../img/shared/to_title-line_bk.svg) no-repeat center;
    background-size: contain;
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
  }

  .to_news_img-01 {
    position: absolute;
    top: 0;
    right: 21.3vw;
    max-width: none;
    height: calc((205vw* 1.115) + 40px);
  }

  .to_news_list {
    margin-left: 5.5%;
  }

  .to_news_list_entry {
    position: relative;
    background: #fff;
    margin-bottom: 10px;
  }

  .to_news_list_entry::before {
    content: '';
    display: block;
    width: 48px;
    height: 1px;
    background-color: #000;
    position: absolute;
    left: 0;
    top: calc(19px + .5em);
    transition: .2s;
  }

  .to_news_list_entry:hover::before {
    background-color: #baca3b;
  }

  .to_news_list_entry > a {
    display: block;
    padding: 14px 18px 15px 70px;
    color: #000;
    text-decoration: none;
    transition: .2s;
  }

  .to_news_list_entry > a:hover {
    color: #baca3b;
  }

  .to_news_list_entry .to_entry_date,
  .to_news_list_entry .to_entry_label {
    display: inline-block;
    /*font-size: 10px;*/
    font-size: 12px;
    font-weight: bold;
  }

  .to_news_list_entry .to_entry_date {
    font-family: 'Actor', sans-serif;
    /*font-size: 13px;*/
    font-size: 15px;
    margin-right: 10px;
  }
    
  .to_news_list_entry .to_entry_ttl {
    margin: 5px 0 0;
    /*font-size: 12px;*/
    font-size: 14px;
  }

  #to_news-block .to_btn-more {
    position: relative;
    z-index: 1;
  }

  .to_news_list__btn{
    margin-left: -5.5%;
  }

  .to_btn-more:hover {
    color: #baca3b;
    background-color: #fff;
  }

  #to_access-block {
    position: relative;
    background: #2c2c2c;
  }

  .to_access_cont {
    background: #fff;
    padding: 40px 5.5% 25px;
  }

  .to_access_cont_ttl {
    position: relative;
    width: 112px;
    margin: 0 auto 30px;
  }

  .to_access_cont_ttl::before {
    content: '';
    display: block;
    position: absolute;
    left: -32px;
    top: -220px;
    width: 1px;
    height: 356px;
    background: url(../../img/shared/to_title-line_bk.svg) no-repeat center;
    background-size: contain;
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
  }

  .to_access_cont_table {
    font-size: 14px;
    line-height: 1.85;
  }

  .to_access_cont_table td,
  .to_access_cont_table th {
    display: block;
    padding: 5px 0 0;
  }

  .to_access_cont_table th {
    text-align: left;
    font-weight: bold;
    padding: 20px 0 0;
  }

  .to_access_map {
    position: relative;
    width: 100%;
    height: 83.33vw;
  }

  .to_access_map > div {
    position: relative;
    width: 100% !important;
    height: 100% !important;
  }

  #to_banner-block {
    padding: 45px 5.5%;
    background: #2c2c2c;
    text-align: center;
  }

  #nav-top-area {
    z-index: 1;
  }

  /* --------------------------------------------
  GALLERY
  --------------------------------------------*/
  .to-gallery_anchor-block {
    display: none;
  }
  .to-gallery_area-block {
    display: none;
  }
  .to-gallery_head-block {
    margin: 15px 0 20px;
    padding: 0 5.5%;
  }
  .to-gallery_head_ttl {
    font-size: 28px;
  }
  .to-gallery_head_lead {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: .1em;
  }
  .to-gallery_area_toggle {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 82px;
    padding: 5px 0;
    border-top: 1px solid #c3c3c4;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
  }
  .to-gallery_area_toggle::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 4%;
    top: calc(50% - 10px);
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
  }
  .to-gallery_area_toggle:last-of-type {
    border-bottom: 1px solid #c3c3c4;
  }
  .to-gallery_area_toggle_img {
    width: 132px;
    padding: 0 10px;
    text-align: center;
  }
  .to-gallery_area_toggle_img_inner {
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .to-gallery_area_toggle_img img {
    max-width: 105px;
    max-height: 74px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
  }
  .to-gallery_area_toggle_ttl {
    font-size: 18px;
    font-weight: bold;
  }
  .to-gallery_area_toggle_txt {
    font-size: 12px;
  }
  /* OPEN */
  .to-gallery_area_toggle.open {
    color: #fff;
    background: #000;
  }
  .to-gallery_area_toggle.open::after {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    border-color: #fff;
  }
  .to-gallery_area_toggle.open .to-gallery_area_toggle_img img {
    opacity: 0;
  }

  .to-gallery_area-block {
    position: relative;
    padding: 4% 5.5% 
  }
  .to-gallery_area-block:last-of-type {
    border-bottom: 1px solid #c3c3c4;
  }
  .to-gallery_area-block::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    border-left: 100vw solid #a643d0;
    border-bottom: 52vw solid transparent;
  }
  .to-gallery_area-block:nth-of-type(even)::before {
    right: 0;
    left: auto;
    border-left: 0;
    border-right: 100vw solid #a643d0;
    border-bottom: 52vw solid transparent;
  }
  .to-gallery_area_ttl {
    color: #000;
    position: relative;
    font-size: 30px;
  }
  .to-gallery_area_desc {
    display: none;
  }
  .to-gallery_area_img {
    position: relative;
    text-align: center;
    padding: 0 5.5%;
  }
  .to-gallery_area_txt_container {
    position: relative;
  }
  .to-gallery_area_photo {
    display: flex;
    flex-wrap: wrap;
  }
  .to-gallery_area_photo_container {
    margin-top: 8px;
  }
  .to-gallery_area_photo_item {
    position: relative;
    width: calc(33.33% - 4px);
    margin-right: 2px;
    margin-top: 2px;
    border: 3px solid #000;
  }
  .to-gallery_area_photo_item:nth-child(3n) {
    margin-right: 0;
  }
  .spot_num {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    background: #000;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    width: 21px;
    height: 21px;
  }
  .to-gallery_area_note {
    font-size: 10px;
  }
  .to-gallery_area_coming-soon {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    background: #f8f8f8;
    margin-top: 30px;
    padding: 20px;
  }
  .to_gallery_back {
    padding: 30px 0;
  }
  a.to_btn-back {
    position: relative;
    display: block;
    color: #fff;
    background-color: #000;
    width: 300px;
    margin: 0 auto 0;
    padding: 19px 10px;
    font-size: 15px;
    letter-spacing: .1em;
    text-align: center;
    text-decoration: none;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
  }
  .to_btn-back::after {
    content: '';
    display: block;
    position: absolute;
    left: -24px;
    top: 15px;
    width: 50px;
    height: 8px;
    background: url(../../img/shared/to_icon-arrow.svg) no-repeat;
    background-size: contain;
    -webkit-transform: scale(-1, 1) ;
        -ms-transform: scale(-1, 1) ;
            transform: scale(-1, 1) ;
  }
  .mmdl-wrapper {
    padding: 50px 15px 15px;
    box-sizing: border-box;
  }
  .mmdl-content {
    height: auto !important;
    background: transparent;
  }
  .mmdl-inner {
    width: 100%;
    height: auto !important;
    padding: 11px;
    box-sizing: border-box;
    background: #fff;
    overflow-y: scroll;
  }
  .mfp-arrow {
    top: 28.5%;
  }
  .js-modal_close {
    width: 42px;
    height: 42px;
    position: absolute;
    top: -36px;
    right: 0;
    background: none;
    box-shadow: none;
  }
  .js-modal_close:before, .js-modal_close:after {
    width: 42px;
    height: 1px;
    background-color: #b4b4b4;
    border-radius: 0;
  }

  .mfp-iframe-scaler {
    padding-top: 180%;
  }
  #to-photo_main {
    padding: 15px;
  }
  .to-photo_ttl {
    margin: 1em 0 .5em;
    font-size: 18px;
    font-weight: bold;
  }
  .to-photo_txt {
    font-size: 14px;
  }
  .to-photo_download {
    margin-top: 15px;
  }
  a.to_btn-download {
    position: relative;
    display: block;
    color: #fff;
    background-color: #000;
    width: 100%;
    margin: 15px auto 0;
    padding: 19px 15px;
    font-size: 15px;
    letter-spacing: .1em;
    text-align: left;
    text-decoration: none;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
  }
  .to_btn-download::after {
    content: '';
    display: block;
    position: absolute;
    right: 15px;
    top: -6px;
    width: 56px;
    height: 61px;
    background: url(../../img/shared/gallery/to_icon_download.png) no-repeat;
    background-size: contain;
  }
  .to_btn-download span {
    display: block;
    font-size: 11px;
  }
  .to_btn-download:hover {
    background-color: #a743d1;
  }
}


/*==================================================================
*
* PC
*
==================================================================*/
@media screen and (min-width: 600px) {
  #str-contents {
    min-width: 990px;
  }
  .to_head_copy {
    width: 66.47%;
    height: auto;
    /*padding-top: 30%;*/
    max-width: 908px;
  }
  .to_about_head_ttl,
  .to_effort_head_ttl,
  .to_news_head_ttl,
  .to_access_cont_ttl,
  .to_gallery_head_ttl {
    font-size: 52px;
    font-weight: normal;
  }

  /* #head
  --------------------------------------------*/
  #to_head-block {
    position: relative;
  }
  #to_head-block::before,
  #to_head-block::after {
    content: '';
    display: block;
    position: absolute;
    box-sizing: border-box;
  }
  #to_head-block::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    border-left: 50vw solid #a743d1;
    border-top: 50vh solid #a743d1;
    border-right: 50vw solid transparent;
    border-bottom: 50vh solid transparent;
    z-index: -2;
  }
  #to_head-block::after {
    top: 0;
    left: 0;
    width: 100%;
    border-right: 50vw solid #000;
    border-bottom: calc(50vh - 75px) solid #000;
    border-left: 50vw solid transparent;
    border-top: calc(50vh - 75px) solid transparent;
    z-index: -1;
  }
  .overlay, #yt_player {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
  }
  .overlay{
    z-index: -1;
  }
  #yt_player{
    z-index: -2;
  }
  .to_head_mv {
    position: relative;
    overflow: hidden;
    width: 100vw;
    height: calc(100vh - 100px);
    opacity: .8;
    z-index: 2;
  }
  .to_head_mv::before {
    content: '';
    display: block;
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background: url(../../img/p/to_flame.png) no-repeat top left;
    background-size: cover;
    z-index: 3;
  }
  .to_head_copy {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }
  .to_head_copy img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }
  .to_head_copy_img-01 {
    max-width: 660px;
  }
  .to_head_scroll {
    position: absolute;
    left: .9vw;
    bottom: 15px;
    color: #fff;
    z-index: 4;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-family: 'Actor', sans-serif;
    letter-spacing: .15em;
    line-height: 1;
    font-size: 1.2vw;
  }
  .to_head_scroll::before {
    content: '';
    display: block;
    position: absolute;
    left: 3px;
    top: 4.8em;
    width: 1px;
    height: 60px;
    background-color: #fff;
  }
  .to_head_nav {
    position: absolute;
    right: 0;
    bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 800px;
    padding: 22px 0;
    background: rgba(40,40,40,.85);
    z-index: 100;
  }
  .to_head_nav_menu {
    font-size: 15px;
  }
  .to_head_nav_menu a {
    position: relative;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    padding-left: 10px;
  }
  .to_head_nav_menu a::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: calc(50% - 3px);
    border-left: 3px solid transparent;
    border-top: 5px solid #fff;
    border-right: 3px solid transparent;
  }
  .to_head_nav_menu a:hover {
    color: #a743d1;
  }
  .to_head_nav_menu a:hover::before {
    border-top-color: #a743d1;
  }

  /* #nav
  --------------------------------------------*/
  .to_nav-block {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    right: 0;
    z-index: 9999;
  }
  .to_nav_drawer {
    display: none;
    position: fixed;
    right: 10px;
    top: 10px;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    color: #fff;
    background: #a743d1;
    text-align: center;
    z-index: 10000;
  }
  .navbar_toggle {
    margin: 0 auto;
    padding: 16px 0 3px;
    position: relative;
    width: 16px;
  }
  .navbar_toggle_icon {
    position: relative;
    display: block;
    height: 2px;
    width: 16px;
    background: #fff;
    -webkit-transition: ease .5s;
    transition: ease .5s;
  }
  .navbar_toggle_icon:nth-child(1) {
   top: 0;
  }
  .navbar_toggle_icon:nth-child(2) {
   margin: 4px 0;
  }
  .navbar_toggle_icon:nth-child(3) {
   top: 0;
   width: 8px;
  }
  a.navbar_brand {
    color: #fff;
    text-decoration: none;
    font-size: 10px;
  }

  /*OPEN時の動き*/
  .to_nav_drawer.open {
    background: #000;
  }
  .to_nav_drawer.open .navbar_toggle_icon:nth-child(1) {
   top: 6px;
   -webkit-transform: rotate(45deg);
   transform: rotate(45deg);
  }
  .to_nav_drawer.open .navbar_toggle_icon:nth-child(2) {
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
   opacity: 0;
  }
  .to_nav_drawer.open .navbar_toggle_icon:nth-child(3) {
   top: -6px;
   -webkit-transform: rotate(-45deg);
   transform: rotate(-45deg);
   width: 16px;
  }
  
  .nav_overlay {
    content: "";
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    transition: opacity .5s;
  }
  .to_nav_menu {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition:ease .5s;
    transition:ease .5s;
    z-index: 9999;
    position: fixed;
    width: 50%;
    height: 100%;
    padding-top: 255px;
    right: 0;
    top: 0;
    color: #fff;
    background: url(../../img/shared/202012/to_menu_copy.png) no-repeat left top #a743d1;
    text-align: center;
  }
  .to_nav_menu ul {
    display: inline-block;
    text-align: left;
  }
  .to_nav_menu ul li{
    padding: 20px;
    font-size: 26px;
  }
  .to_nav_menu ul li a{
    position: relative;
    display: block;
    color: #fff;
    text-decoration: none;
    padding-left: 20px;
  }
  .to_nav_menu ul li a::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: calc(50% - 3px);
    border-left: 6px solid transparent;
    border-top: 10px solid #fff;
    border-right: 6px solid transparent;
  }
  /*OPEN時の動き*/
  .nav_overlay.open {
    display: block;
  }
  .to_nav_menu.open {
    -webkit-transform:translateX(0);
    transform:translateX(0);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* #about
  --------------------------------------------*/
  #to_about-block {
    height: 100vh;
    min-height: 960px;
    position: relative;
  }

  #to_about-block::after {
    content: '';
    display: block;
    position: absolute;
    right: -10vw;
    bottom: -20vh;
    width: 200%;
    height: 10vw;
    background: #4aafc8;
    -webkit-transform: rotate(27deg);
        -ms-transform: rotate(27deg);
            transform: rotate(27deg);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,.05)),to(rgba(223,223,223,0)));
    background: -o-linear-gradient(bottom, rgba(0,0,0,.05) 0%,rgba(223,223,223,0) 100%);
    background: linear-gradient(to top, rgba(0,0,0,.05) 0%,rgba(223,223,223,0) 100%);
    -webkit-transform-origin: right top;
        -ms-transform-origin: right top;
            transform-origin: right top;
    z-index: 1;
  }

  .to_about_scroll-img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .25;
    width: 100%;
    height: 19.89vw;
    animation: bg-slider 100s linear infinite;
    background: url(../../img/shared/to_about_scroll-img.jpg) repeat-x left center;
    background-size: auto 100%;
  }

  @keyframes bg-slider {
    from { background-position: 0 0; }
      to { background-position: -1554px 0; } /* 1518pxとは使用した背景画像の長さ */
  }

  .to_about_head {
    width: 63.4%;
    padding: 109px 6vw 0;
    position: relative;
    z-index: 5;
  }

  .to_about_head_ttl {
    position: relative;
    width: 192px;
    /*width: 21.96vw;*/
    margin-bottom: 45px;
    text-align: left;
  }

  .to_about_head_ttl::before {
    content: '';
    display: block;
    position: absolute;
    /*left: -30px;
    top: -180px;*/
    left: -3vw;
    top: -16vh;
    width: 2px;
    height: 356px;
    background: url(../../img/shared/to_title-line_bk.svg) no-repeat center;
    background-size: contain;
    -webkit-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
            transform: rotate(-15deg);
    -webkit-transform-origin: left;
        -ms-transform-origin: left;
            transform-origin: left;
  }

  .to_about_head_lead {
    margin-left: 30px;
    font-size: 24px;
    line-height: 1.66;
    font-weight: bold;
    letter-spacing: .1em
  }

  .to_about_cont {
    width: 63.4%;
    min-width: 610px;
    padding: 0 6vw 0;
    position: relative;
    z-index: 3;
  }

  .to_about_cont_txt {
    margin-top: 35px;
    margin-left: 30px;
    font-size: 16px;
    line-height: 2.13;
  }

  .to_about_img-group-01 {
    width: 36.6%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
  }

  .to_about_movie {
    max-width: 650px;
    margin-top: 40px;
    margin-left: 30px;
  }

  .to_about_movie_inner {
    position: relative;
    padding-top: 56.25%;
  }

  .to_about_movie_inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .to_about_img-01 {
    display: block;
    position: relative;
    right: 0;
    top: 0;
    height: 65.7%;
    text-align: right;
  }

  .to_about_img-01::before {
    content: '';
    display: block;
    position: absolute;
    bottom: -60px;
    right: -60px;
    width: 90%;
    height: 0;
    padding-top: 150%;
    -ms-filter: blur(25px);
    -webkit-filter: blur(25px);
            filter: blur(25px);
    background-color: rgba(0,0,0,.2);
  }

  .to_about_img-01 span {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }

  .to_about_img-01 img {
    position: absolute;
    left: 0;
    top: 0;
    max-width: none;
    /*max-height: none;*/
  }

  .to_about_img-02 {
    position: absolute;
    left: 0;
    bottom: 0;
    border: 0;
    right: 0;
    width: auto;
    height: calc(37.3% - 24px);
    margin-left: -10%;
    overflow: hidden;
  }

  .to_about_img-02 img {
    max-width: 100%;
    max-height: none;
    height: 100%;
    width: auto;
    position: absolute;
    left: 0;
  }

  .to_about_img-03 {
    position: absolute;
    left: 0;
    bottom: 40px;
    width: 19.32%;
  }

  .to_about_img-04 {
    position: absolute;
    left: calc(19.32% + 20px);
    bottom: 40px;
    z-index: 2;
  }

  a.to_btn-link {
    position: relative;
    display: inline-block;
    color: #fff;
    background-color: #000;
    width: 400px;
    margin-left: 30px;
    padding: 27px 10px;
    font-size: 20px;
    letter-spacing: .1em;
    text-align: center;
    text-decoration: none;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
  }

  .to_btn-link::after {
    content: '';
    display: block;
    position: absolute;
    right: -32px;
    top: 20px;
    width: 64px;
    height: 8px;
    background: url(../../img/shared/to_icon-arrow.svg) no-repeat;
    background-size: contain;
  }

  .to_about_link {
    margin-top: 35px;
  }

  .to_about_link a.to_btn-link:hover {
    background-color: #a743d1;
  }

  /* #gallery
  --------------------------------------------*/
  #to_gallery-block {
    color: #fff;
    height: 100vh;
    min-height: 900px;
    position: relative;
  }
  #to_gallery-block::after {
    content: '';
    display: block;
    width: 733px;
    height: 885px;
    background: url(../../img/shared/202012/to_gallery_img-01.png) no-repeat left top;
    background-size: contain;
    position: absolute;
    left: 0;
    bottom: -190px;
    z-index: 1;
  }
  .to_gallery-block__inner {
    height: 100%;
  }
  .to_gallery_head {
    width: 50%;
    min-width: 540px;
    margin-left: auto;
    margin-right: 0;
    padding: 140px 6% 0 0;
  }
  .to_gallery_head_ttl {
    position: relative;
    margin-bottom: 30px;
    text-align: left;
  }
  .to_gallery_head_ttl::before {
    content: '';
    display: block;
    position: absolute;
    left: -30px;
    top: -180px;
    width: 2px;
    height: 356px;
    background: url(../../img/shared/to_title-line_wh.svg) no-repeat center;
    background-size: contain;
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
  }
  .to_gallery_head_lead {
    position: relative;
    margin-left: 30px;
    font-size: 24px;
    line-height: 1.66;
    font-weight: bold;
    letter-spacing: .1em
  }
  .to_gallery_link {
    position: relative;
    width: 50%;
    min-width: 540px;
    margin-left: auto;
    margin-right: 0;
    margin-top: 40px;
    z-index: 2;
  }
  .to_gallery_link a.to_btn-link:hover {
    color: #000;
    background-color: #fff;
  }
  .to_gallery_link .to_btn-link {
    margin-left: 30px;
    border: 1px solid #FFF;
  }

  /* #effort
  --------------------------------------------*/
  #to_effort-block {
    position: relative;
    padding-bottom: 118px;
  }
  #to_effort-block::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-top: 16vw solid #4aafc8;
    border-left: 30vw solid #4aafc8;
    border-right: 30vw solid transparent;
    border-bottom: 16vw solid transparent;
  }
  #to_effort-block::after {
    content: '';
    display: block;
    position: absolute;
    left: 24vw;
    bottom: -10vw;
    width: 200%;
    height: 10vw;
    background: #4aafc8;
    -webkit-transform: rotate(-27deg);
    -ms-transform: rotate(-27deg);
            transform: rotate(-27deg);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(223,223,223,.5)),to(rgba(223,223,223,0)));
    background: -o-linear-gradient(top, rgba(223,223,223,.5) 0%,rgba(223,223,223,0) 100%);
    background: linear-gradient(to bottom, rgba(223,223,223,.5) 0%,rgba(223,223,223,0) 100%);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
            transform-origin: left top;
  }
  .to_effort_head {
    color: #fff;
    position: relative;
    width: 50%;
    min-width: 540px;
    margin-left: auto;
    margin-right: 0;
    padding: 60px 6% 0 0;
  }
  .to_effort_head::before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    border-top: 27.8vw solid #4aafc8;
    border-right: 50vw solid #4aafc8;
    border-left: 50vw solid transparent;
    border-bottom: 27.8vw solid transparent;
  }
  .to_effort_head_ttl {
    position: relative;
    width: 369px;
    margin-bottom: 45px;
    text-align: left;
  }
  .to_effort_head_ttl::before {
    content: '';
    display: block;
    position: absolute;
    left: -30px;
    top: -180px;
    width: 2px;
    height: 356px;
    background: url(../../img/shared/to_title-line_wh.svg) no-repeat center;
    background-size: contain;
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
  }
  .to_effort_lead {
    position: relative;
    font-size: 24px;
    line-height: 1.66;
    font-weight: bold;
    letter-spacing: .1em
  }
  .to_effort_head {
    margin-left: 50%;
    padding: 70px 6% 0 0;
  }
  .to_effort_lead {
    margin-left: 30px;
  }

  .to_effort_list-lg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 1025px;
    position: relative;
    z-index: 1;
  }

  .to_effort_list-lg_entry {
    position: relative;
    max-width: 512px;
    width: 50%;
    margin-bottom: 40px;
    background: #fff;
  }

  .to_effort_list-lg_entry::before {
    content: '';
    display: block;
    position: absolute;
    bottom: -10px;
    right: -50px;
    width: 60%;
    height: 0;
    padding-top: 71.4%;
    -ms-filter: blur(25px);
    -webkit-filter: blur(25px);
    filter: blur(35px);
    background-color: rgba(0,0,0,.2);
  }

  .to_effort_list-lg_entry:nth-of-type(2) {
    margin-top: 56px;
  }

  .to_effort_list-lg_entry > a {
    position: relative;
    display: block;
    text-decoration: none;
    color: #000;
    transition: .2s;
  }

  .to_entry_thum {
    background-color: #fff;
  }

  .to_entry_thum img {
    width: 100%;
    transition: .2s;
  }

  #to_effort-block a:hover .to_entry_thum img {
    opacity: .7;
  }

  #to_effort-block a:hover .to_entry_date::before {
    background-color: #4aafc8;
  }

  #to_effort-block a:hover .to_entry_ttl {
    color: #4aafc8;
  }

  #to_effort-block .to_entry_label {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 148px;
    color: #fff;
    font-size: 12px;
    text-align: center;
  }

  #to_effort-block .to_entry_label::before {
    content:'';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transform: skewX(15deg);
    -ms-transform: skewX(15deg);
    transform: skewX(15deg);
    z-index: 1;
  }

  #to_effort-block .to_entry_label.sbn::before {
    background-color: #8c97cb;
  }

  #to_effort-block .to_entry_label.fs::before {
    background-color: #616264;
  }

  #to_effort-block .to_entry_label span {
    position: relative;
    padding: 8px 5px;
    display: block;
    z-index: 1;
  }

  #to_effort-block .to_entry_txt {
    position: relative;
    margin-top: -85px;
    padding-left: 40px;
  }

  #to_effort-block .to_entry_date {
    position: relative;
    width: 148px;
    height: 34px;
    font-size: 16px;
    font-family: 'Actor', sans-serif;
    font-style: italic;
    text-align: center;
  }

  #to_effort-block .to_entry_date::before {
    content:'';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    -webkit-transform: skewX(15deg);
    -ms-transform: skewX(15deg);
    transform: skewX(15deg);
    z-index: 1;
    transition: .2s;
  }

  #to_effort-block .to_entry_date span {
    position: relative;
    padding: 4px 5px;
    display: block;
    z-index: 1;
    color: #fff;
  }

  #to_effort-block .to_entry_ttl {
    position: relative;
    background: #fff;
    margin-left: 35px;
    transition: .2s;
    font-size: 16px;
  }

  #to_effort-block .to_entry_ttl::before {
    content: '';
    display: block;
    position: absolute;
    left: -30px;
    width: 80%;
    height: 100%;
    background-color: #fff;
    -webkit-transform: skewX(15deg);
    -ms-transform: skewX(15deg);
    transform: skewX(15deg);
    z-index: 1;
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
  }

  #to_effort-block .to_entry_ttl::after {
    content:'';
    display: block;
    position: absolute;
    right: 5px;
    bottom: 5px;
    width: 35px;
    height: 35px;
    background: url(../../img/shared/to_icon-window.svg) no-repeat center;
    background-size: contain;
  }

  #to_effort-block .to_entry_ttl p {
    position: relative;
    margin-top: 0;
    padding: 11px 40px 11px 5px;
    display: block;
    z-index: 1;
  }

  .to_effort_list-sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1192px;
    margin: 60px auto 0;
    padding: 0 20px;
    position: relative;
    z-index: 1;
  }

  .to_effort_list-sm_entry {
    position: relative;
    width: 33.33%;
    max-width: 384px;
  }

  .to_effort_list-sm_entry:nth-child(2),
  .to_effort_list-sm_entry:nth-child(3n) {
    margin-top: 60px;
  }

  .to_effort_list-sm_entry:nth-child(3),
  .to_effort_list-sm_entry:nth-child(3n+1):not(:nth-child(1)) {
    margin-top: 120px;
  }

  .to_effort_list-sm_entry:nth-child(n+4) {
    display: none;
  }

  .to_effort_list-sm_entry > a {
    position: relative;
    display: block;
    text-decoration: none;
    color: #000;
    transition: .2s;
  }

  .to_effort_list-sm_entry > a:hover .to_entry_thum {
    opacity: .7;
  }

  .to_effort_list-sm_entry > a:hover .to_entry_date::before {
    background-color: #4aafc8;
  }

  .to_effort_list-sm_entry > a:hover .to_entry_ttl {
    color: #4aafc8;
  }

  .to_effort_list-sm_entry .to_entry_date::before {
    background-color: #fff;
  }

  .to_effort_list-sm_entry .to_entry_date span {
    color: #000;
  }

  .to_effort_list-sm_entry .to_entry_txt {
    margin-top: -34px;
    padding-left: 20px;
  }

  .to_effort_list-sm_entry .to_entry_ttl {
    -webkit-box-shadow: 5px 5px 10px 0 rgb(0,0,0,.05);
            box-shadow: 5px 5px 10px 0 rgb(0,0,0,.05);
  }

  .to_entry_ttl p {
    padding: 24px 40px 24px 5px;
  }

  .to_effort_list__btn {
    width: 100%;
    position: relative;
    z-index: 2;
  }
  .to_effort_list__btn .to_btn-link{
    margin: 35px auto 0;
  }
  .to_effort_list__btn .to_btn-link:hover{
    color: #fff;
    background-color: #4aafc8;
  }
  .to_news_list__btn{
    width: 100%;
  }

  .to_btn-more {
    position: relative;
    display: block;
    color: #fff;
    background-color: #000;
    width: 400px;
    margin: 35px auto 0;
    padding: 27px 10px;
    font-size: 20px;
    letter-spacing: .1em;
    text-align: center;
    text-decoration: none;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    cursor: pointer;
    z-index: 1;
  }

  .to_btn-more::after {
    content: '';
    display: block;
    position: absolute;
    right: 10px;
    top: -8px;
    width: 60px;
    height: 60px;
    background: url(../../img/shared/to_icon-plus.svg) no-repeat;
    background-size: contain;
  }

  #to_effort-block .to_btn-more:hover {
    color: #fff;
    background-color: #4aafc8;
  }

  /* #news
  --------------------------------------------*/
  #to_news-block {
    position: relative;
    background: #baca3b;
    padding-bottom: 180px;
    min-height: clamp(calc(1103px + 180px), calc(110vw + 180px), calc(1142px + 180px));
  }

  #to_news-block::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 24vw;
    border-top: 6.6vw solid #2c2c2c;
    border-left: 12vw solid #2c2c2c;
    border-right: 12vw solid transparent;
    border-bottom: 6.6vw solid transparent;
    z-index: 1;
    box-sizing: border-box;
  }

  #to_news-block::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 34vw;
    border-bottom: 9.44vw solid #2c2c2c;
    border-right: 17vw solid #2c2c2c;
    border-left: 17vw solid transparent;
    border-top: 9.44vw solid transparent;
    z-index: 1;
    box-sizing: border-box;
  }

  .to_news_head, .to_news_list, .news_link {
    position: relative;
    z-index: 1;
  }

  .to_news_head {
    padding: 82px 6% 100px 18.5%;
  }

  .to_news_head_ttl {
    position: relative;
  }

  .to_news_head_ttl::before {
    content: '';
    display: block;
    position: absolute;
    left: -50px;
    top: -235px;
    width: 2px;
    height: 356px;
    background: url(../../img/shared/to_title-line_bk.svg) no-repeat center;
    background-size: contain;
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
  }

  .to_news_img-01 {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 102px;
    width: 100%;
    max-width: 1025px;
    max-height: none;
  }

  .to_news_list {
    margin-left: 24.9%;
  }

  .to_news_list_entry {
    position: relative;
    background: #fff;
    margin-bottom: 15px;
  }

  .to_news_list_entry:last-of-type{
    margin-bottom: 0;
  }

  .to_news_list_entry::before {
    content: '';
    display: block;
    width: 48px;
    height: 1px;
    background-color: #000;
    position: absolute;
    left: 0;
    top: calc(22px + .5em);
    transition: .2s;
  }

  .to_news_list_entry:hover::before {
    background-color: #baca3b;
  }

  .to_news_list_entry > a {
    display: block;
    padding: 22px 18px 15px 70px;
    color: #000;
    text-decoration: none;
    transition: .2s;
  }

  .to_news_list_entry > a:hover {
    color: #baca3b;
  }

  .to_news_list_entry .to_entry_date,
  .to_news_list_entry .to_entry_label {
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
  }

  .to_news_list_entry .to_entry_date {
    font-family: 'Actor', sans-serif;
    font-size: 15px;
    margin-right: 10px;
  }
    
  .to_news_list_entry .to_entry_ttl {
    margin: 10px 0 0;
    /*font-size: 15px;*/
    font-size: 16px;
  }

/*   
  #to_news-block .to_btn-more {
    position: absolute;
    right: 0;
    bottom: 0;
  } */

  .to_btn-more:hover {
    color: #baca3b;
    background-color: #fff;
  }

  #to_access-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-right: 6%;
    background: #2c2c2c;
    min-height: 100vh;
  }

  .to_access_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    width: 50%;
  }

  .to_access_cont_ttl {
    position: relative;
    width: 210px;
    margin-bottom: 80px;
  }

  .to_access_cont_ttl::before {
    content: '';
    display: block;
    position: absolute;
    left: -50px;
    top: -235px;
    width: 2px;
    height: 356px;
    background: url(../../img/shared/to_title-line_bk.svg) no-repeat center;
    background-size: contain;
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
  }

  .to_access_cont_table {
    /*font-size: 13px;*/
    font-size: 16px;
    line-height: 1.85;
  }

  .to_access_cont_table td,
  .to_access_cont_table th {
    padding: 5px 0;
  }

  .to_access_cont_table th {
    width: 20%;
    font-weight: normal;
    vertical-align: top;
    text-align: left;
  }

  .to_access_map {
    width: 50%;
  }

  .to_access_map > div {
    position: relative;
    width: 100% !important;
    height: 100% !important;
  }

  #to_banner-block {
    padding: 125px 6%;
    background: #2c2c2c;
    text-align: center;
  }

  #nav-top-area {
    z-index: 1;
  }


  /* --------------------------------------------
  GALLERY
  --------------------------------------------*/
  .to-gallery_head-block {
    margin: 15px 0 20px;
    padding: 0 5.5%;
  }
  .to-gallery_head_ttl {
    font-size: 56px;
  }
  .to-gallery_head_lead {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: .1em;
  }
  .to-gallery_area_toggle {
    display: none;
  }
  .to-gallery_anchor-block {
    position: relative;
  }
  .to-gallery_anchor {
    position: absolute;
    bottom: 0;
    display: flex;
    width: 100%;
    max-width: 1600px;
    padding: 0 5.5%;
    z-index: 500;
  }
  .to-gallery_anchor.fixed {
    position: fixed;
    top: 105px;
    bottom: auto;
    z-index: 900;
  }
  .to-gallery_anchor_menu {
    width: 25%;
    background: #fff;
    border-left: 1px solid #c3c3c4;
    border-top: 1px solid #c3c3c4;
    border-bottom: 1px solid #c3c3c4;
  }
  .to-gallery_anchor_menu:last-child {
    border-right: 1px solid #c3c3c4;
  }
  .to-gallery_anchor_menu a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 100%;
    padding: 20px;
    color: #000;
    text-decoration: none;
    -webkit-transition: .05s;
    -o-transition: .05s;
    transition: .05s;
  }
  .to-gallery_anchor_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 121px;
    overflow: hidden;
  }
  .to-gallery_anchor_img_inner {
    width: 100%;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
  }
  .to-gallery_anchor_img_inner img {
    max-width: 175px;
    max-height: 121px;
    -webkit-transition: .05s;
    -o-transition: .05s;
    transition: .05s;
  }
  .to-gallery_anchor_ttl {
    margin: .3em 0;
    font-size: 20px;
    font-weight: bold;
  }
  .to-gallery_anchor_txt {
    font-size: 11px;
    letter-spacing: .1em;
    max-height: 400px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
  }
  .to-gallery_anchor_menu a:hover,
  .to-gallery_anchor_menu.active a {
    color: #fff;
    background: #000;
  }
  .to-gallery_anchor_menu a:hover .to-gallery_anchor_img_inner img,
  .to-gallery_anchor_menu.active .to-gallery_anchor_img_inner img {
    opacity: 0;
    background: #000;
  }

  .to-gallery_anchor.fixed .to-gallery_anchor_menu a {
    flex-wrap: nowrap;
    align-items: center;
    padding: 10px;
  }
  .to-gallery_anchor.fixed .to-gallery_anchor_img {
    width: 68px;
    height: auto;
  }
  .to-gallery_anchor.fixed .to-gallery_anchor_img_inner img {
    max-width: 80px;
    max-height: 40px;
  }
  .to-gallery_anchor.fixed .to-gallery_anchor_menu_inner {
    width: calc( 100% - 68px);
  }
  .to-gallery_anchor.fixed .to-gallery_anchor_ttl {
    font-size: 16px;
    padding-left: 5px;
  }
  .to-gallery_anchor.fixed .to-gallery_anchor_txt {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
  }

  .to-gallery_area_container {
    overflow: hidden;
    margin-top: -75px;
  }
  .to-gallery_area-block {
    position: relative;
    min-height: 600px;
    color: #000;
  }
  .to-gallery_area-block_inner {
    max-width: 1600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 140px 5.5% 65px;
  }
  .to-gallery_area-block:nth-of-type(even) .to-gallery_area-block_inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .to-gallery_area_txt_container {
    width: 46.47%;
  }
  .to-gallery_area_txt {
    position: relative;
  }
  .to-gallery_area_ttl {
    color: #000;
    position: relative;
    font-size: 56px;
  }
  .to-gallery_area_desc {
    font-size: 18px;
    letter-spacing: .1em;
  }
  .to-gallery_area_img {
    position: relative;
    text-align: center;
  }
  .to-gallery_area_photo_container {
    width: 53.53%;
    position: relative;
    margin-top: 8px;
    padding-left: 1%;
  }
  .to-gallery_area-block:nth-of-type(even) .to-gallery_area_photo_container {
    text-align: right;
    padding-left: 0;
    padding-right: 1%;
  }
  .to-gallery_area_photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .to-gallery_area-block:nth-of-type(even) .to-gallery_area_photo {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }    
  .to-gallery_area_photo_item {
    position: relative;
    width: calc(33.33% - 4px);
    margin-right: 2px;
    margin-top: 2px;
    border: 5px solid #000;
    text-align: center;
    cursor: pointer;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    z-index: 999;
  }
  .to-gallery_area_photo_item:nth-child(3n) {
    margin-right: 0;
  }
  .to-gallery_area_photo_item:hover {
    opacity: .7;
  }
  .to-gallery_area_photo_item img {
    width: 100%;
    height: auto;
  }
  .spot_num {
    position: absolute;
    left: -5px;
    top: -5px;
    color: #fff;
    background: #000;
    font-size: 22px;
    line-height: 40px;
    font-weight: bold;
    text-align: center;
    width: 40px;
    height: 40px;
  }
  .to-gallery_area_note {
    margin-top: 1em;
    font-size: 12px;
  }
  .to-gallery_area_coming-soon {
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    background: #f8f8f8;
    margin-top: 30px;
    padding: 20px 20px;
  }
  #lounge::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    border-left: 50vw solid #a643d0;
    border-bottom: 31vw solid transparent;
  }
  #lounge::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-left: 50vw solid #a643d0;
    border-top: 31vw solid transparent;
    z-index: -1;
  }
  #lounge .to-gallery_area-block_inner::before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    border-right: 36vw solid #000;
    border-bottom: 19.5vw solid transparent;
  }
  #work {
    background-color: #f8f8f8;
  }
  #work::before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    border-right: 50vw solid #a643d0;
    border-bottom: 31vw solid transparent;
  }
  #work::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-left: 26vw solid #000;
    border-top: 14vw solid transparent;
    z-index: 2;
  }
  #meeting::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -13.8vw;
    width: 100%;
    border-left: 87vw solid #a643d0;
    border-top: 46vw solid transparent;
    border-bottom: 46vw solid transparent;
    z-index: 0;
  }
  #meeting::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 25.2vw;
    width: 100%;
    border-right: 13vw solid #000;
    border-top: 7vw solid transparent;
    border-bottom: 7vw solid transparent;
    z-index: -1;
  }
  /*
  #visitor::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    border-left: 60.35vw solid #a643d0;
    border-bottom: 31vw solid transparent;
  }
  */
  #visitor::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-left: 27vw solid rgba(0,0,0,.1);
    border-top: 16.5vw solid transparent;
    z-index: 0;
  }
  #visitor .to-gallery_area_txt_container {
    padding-left: 1%;
  }
  #cafeteria::before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    border-right: 73vw solid #a643d0;
    border-bottom: 46vw solid transparent;
  }
  .to_gallery_back {
    padding: 60px 0;
    text-align: center;
    background-color: #f8f8f8;
  }
  a.to_btn-back {
    position: relative;
    display: inline-block;
    color: #fff;
    background-color: #000;
    width: 400px;
    margin-left: 30px;
    padding: 27px 10px;
    font-size: 20px;
    letter-spacing: .1em;
    text-align: center;
    text-decoration: none;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
  }
  .to_btn-back::after {
    content: '';
    display: inline-block;
    position: absolute;
    left: -32px;
    top: 20px;
    width: 64px;
    height: 8px;
    background: url(../../img/shared/to_icon-arrow.svg) no-repeat;
    background-size: contain;
    -webkit-transform: scale(-1, 1) ;
        -ms-transform: scale(-1, 1) ;
            transform: scale(-1, 1) ;
  }
  a.to_btn-back:hover {
    background-color: #a643d0;
  }
  .mmdl-wrapper {
    padding: 60px 30px 30px;
    box-sizing: border-box;
  }
  .mmdl-content {
    height: auto !important;
    background: transparent;
  }
  .mmdl-inner {
    width: 100%;
    height: auto !important;
    padding: 40px;
    box-sizing: border-box;
    background: #fff;
    overflow-y: scroll;
  }
  .js-modal_close {
    width: 46px;
    height: 46px;
    position: absolute;
    top: -40px;
    right: 0;
    background: none;
    box-shadow: none;
  }
  .mfp-iframe-holder .js-modal_close:before, .mfp-iframe-holder .js-modal_close:after {
    width: 46px;
    height: 2px;
    background-color: #b4b4b4;
    border-radius: 0;
  }
  #to-photo_main {
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px;
  }
  .to-photo_ttl {
    margin: 1em 0 .5em;
    font-size: 18px;
    font-weight: bold;
  }
  .to-photo_txt {
    font-size: 14px;
  }
  .to-photo_download {
    margin-top: 15px;
    text-align: center;
  }
  a.to_btn-download {
    position: relative;
    display: inline-block;
    color: #fff;
    background-color: #000;
    width: 290px;
    margin: 0 15px;
    padding: 19px 15px;
    font-size: 15px;
    letter-spacing: .1em;
    text-align: left;
    text-decoration: none;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
  }
  .to_btn-download::after {
    content: '';
    display: block;
    position: absolute;
    right: 15px;
    top: -6px;
    width: 56px;
    height: 61px;
    background: url(../../img/shared/gallery/to_icon_download.png) no-repeat;
    background-size: contain;
  }
  .to_btn-download span {
    display: block;
    font-size: 11px;
  }
  .to_btn-download:hover {
    background-color: #a743d1;
  }
}

@media screen and (min-width: 1080px) {
  .mfp-arrow-right {
    right: auto;
    left: calc(50% + 490px);
  }
  .mfp-arrow-left {
    left: auto;
    right: calc(50% + 490px);
  }
}