@charset "UTF-8";
/*------------------------
	Font
------------------------*/
@-webkit-keyframes scrollbar {
  0% {
    bottom: 50px;
  }
  100% {
    bottom: 0;
  }
}
@keyframes scrollbar {
  0% {
    bottom: 50px;
  }
  100% {
    bottom: 0;
  }
}
@media (min-width: 835px) {
  /*------------------------
  	Font
  ------------------------*/
  main .value h2,
  main .works h2,
  main .blog h2 {
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  main .value h2 em,
  main .works h2 em,
  main .blog h2 em {
    display: block;
    font-family: "Josefin Sans", sans-serif;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.2em;
  }
  main .value h2::after,
  main .works h2::after,
  main .blog h2::after {
    content: "";
    display: block;
    width: 10px;
    margin-top: 20px;
    border-top: 3px solid #000;
  }
  main .value h2 em,
  main .value h2 span,
  main .works h2 em,
  main .works h2 span,
  main .blog h2 em,
  main .blog h2 span {
    width: 50%;
  }
  main .value h2 span,
  main .works h2 span,
  main .blog h2 span {
    display: block;
    width: 50%;
    text-align: right;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  main .intro {
    position: relative;
  }
  main .intro::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgb(0, 0, 0)));
    background: linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
    opacity: 0.7;
    mix-blend-mode: multiply;
  }
  main .intro .pageheader {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
  }
  main .intro .pageheader::before {
    content: "";
    display: block;
    height: 50px;
    border-left: 1px solid #fff;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  main .intro .pageheader::after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    bottom: 50px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-animation: scrollbar 3s ease infinite;
            animation: scrollbar 3s ease infinite;
  }
  main .intro .pageheader video {
    max-width: none;
    min-width: 100vw;
    min-height: 100vh;
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
  }
  main .intro .pageheader .copy {
    width: 90%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    color: #fff;
  }
  main .intro .pageheader .copy em {
    display: block;
    margin-bottom: 20px;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.1em;
    font-size: 1.2rem;
    letter-spacing: 0.2em;
  }
  main .intro .concept * {
    color: #fff;
  }
  main .intro .concept .inner {
    width: 95%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 250px 0;
    position: relative;
  }
  main .intro .concept .inner h2 {
    position: absolute;
    left: 0;
    top: 250px;
    color: #fff;
  }
  main .intro .concept .inner h2 em {
    display: block;
    font-family: "Josefin Sans", sans-serif;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.2em;
  }
  main .intro .concept .inner h2::after {
    content: "";
    display: block;
    width: 10px;
    margin-top: 20px;
    border-top: 3px solid #fff;
  }
  main .intro .concept .inner .details {
    width: 355px;
    margin: 0 auto;
  }
  main .intro .concept .inner .details .copy {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 2.4rem;
  }
  main .intro .concept .inner .details .note {
    margin-top: 90px;
  }
  main .intro .concept .inner .details .note p {
    line-height: 2.5;
  }
  main .intro .concept .inner .details .note p:not(:last-of-type) {
    margin-bottom: 2em;
  }
  main .intro .concept .inner .details .note p {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 1.6rem;
  }
  main .value header {
    background: #fff;
    padding: 250px 0 150px;
  }
  main .value header h2 {
    color: #000;
    width: 95%;
    max-width: 1100px;
    margin: 0 auto;
  }
  main .value header h2 em {
    display: block;
    font-family: "Josefin Sans", sans-serif;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.2em;
  }
  main .value header h2::after {
    content: "";
    display: block;
    width: 10px;
    margin-top: 20px;
    border-top: 3px solid #000;
  }
  main .value .chapter h3 {
    width: calc(3rem + 30px);
    position: relative;
    padding: 15px 15px 30px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 3rem;
    line-height: 1.6;
  }
  main .value .chapter h3::before, main .value .chapter h3::after {
    content: "";
    display: block;
    width: 13px;
    height: 13px;
    position: absolute;
  }
  main .value .chapter h3::before {
    left: 0;
    top: 0;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
  }
  main .value .chapter h3::after {
    right: 0;
    top: bottom;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  main .value .chapter .note p {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 1.3rem;
  }
  main .value .chapter .letter img {
    display: block;
  }
  main .value .chapter.filming {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    padding-left: 10%;
    position: relative;
  }
  main .value .chapter.filming::before {
    content: "";
    display: block;
    width: 45%;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
  }
  main .value .chapter.filming .details,
  main .value .chapter.filming .letter {
    position: relative;
    z-index: 2;
  }
  main .value .chapter.filming .details {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 40%;
    padding: 150px 30px 110px 0;
  }
  main .value .chapter.filming .details h3 {
    margin-left: 130px;
  }
  main .value .chapter.filming .details .note {
    margin-top: 160px;
  }
  main .value .chapter.filming .letter {
    margin: -27px 0 0 -20px;
  }
  main .value .chapter.filming .letter img {
    width: 233px;
  }
  main .value .chapter.story::before {
    content: "";
    display: block;
    width: 100%;
    height: 200px;
    background: #fff;
  }
  main .value .chapter.story .letter {
    height: 495px;
    padding: 0 10%;
    position: relative;
  }
  main .value .chapter.story .letter::before, main .value .chapter.story .letter::after {
    content: "";
    display: block;
    width: 10%;
    height: 100%;
    position: absolute;
    bottom: 0;
    background: #fff;
  }
  main .value .chapter.story .letter::before {
    left: 0;
  }
  main .value .chapter.story .letter::after {
    right: 0;
  }
  main .value .chapter.story .letter img {
    width: 123px;
  }
  main .value .chapter.story .details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 120px 0 170px;
    background: #fff;
  }
  main .value .chapter.story .details h3 {
    margin-right: 7%;
  }
  main .value .chapter.story .details .note {
    width: 50%;
  }
  main .value .chapter.weaving {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: 10%;
    position: relative;
  }
  main .value .chapter.weaving::before {
    content: "";
    display: block;
    width: 45%;
    height: 100%;
    background: #fff;
    position: absolute;
    right: 0;
    top: 0;
  }
  main .value .chapter.weaving .letter,
  main .value .chapter.weaving .details {
    position: relative;
    z-index: 2;
  }
  main .value .chapter.weaving .letter {
    width: 62%;
  }
  main .value .chapter.weaving .letter img {
    margin: 0 0 0 auto;
  }
  main .value .chapter.weaving .letter::before {
    content: "";
    display: block;
    width: 100%;
    border-top: 5px solid #fff;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  main .value .chapter.weaving .details {
    width: 20%;
    padding: 185px 0 130px;
  }
  main .value .chapter.weaving .details h3 {
    margin-left: auto;
    margin-right: auto;
  }
  main .value .chapter.weaving .details .note {
    margin-top: 160px;
  }
  main .works {
    background: #fff;
  }
  main .works > .inner {
    width: 95%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 250px 0;
  }
  main .works > .inner .entries {
    margin-top: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  main .works > .inner .entries .entry {
    width: 46%;
  }
  main .works > .inner .entries .entry:nth-of-type(odd) {
    margin-top: -20px;
  }
  main .works > .inner .entries .entry:nth-of-type(even) {
    margin-top: 80px;
  }
  main .works > .inner .entries .entry figure {
    position: relative;
  }
  main .works > .inner .entries .entry figure::before, main .works > .inner .entries .entry figure::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  main .works > .inner .entries .entry figure::before {
    width: 80px;
    height: 80px;
    left: 50%;
    border: 1px solid #fff;
    border-radius: 50%;
  }
  main .works > .inner .entries .entry figure::after {
    left: 51%;
    border: 10px solid transparent;
    border-left: 15px solid #fff;
  }
  main .works > .inner .entries .entry h3 {
    margin-top: 20px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  }
  main .works > .inner .entries .entry .place {
    margin-top: 15px;
    text-align: right;
    font-size: 1.2rem;
  }
  main .works > .inner .entries .entry .popup {
    display: none;
  }
  main .blog {
    padding: 250px 0 250px 10%;
    background: rgba(237, 237, 237, 0.9);
    border-left: 40px solid #fff;
    position: relative;
  }
  main .blog .inner h2 {
    width: 90%;
    margin-bottom: 80px;
  }
  main .blog .inner .entries {
    width: 100%;
    height: 38vw;
  }
  main .blog .inner .entries .swiper-wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  main .blog .inner .entries .entry {
    -webkit-transition: width 0.3s ease-out;
    transition: width 0.3s ease-out;
    height: auto !important;
  }
  main .blog .inner .entries .entry.swiper-slide-active {
    width: 45vw !important;
  }
  main .blog .inner .entries .entry figure {
    background: #000;
    padding-top: 66%;
    position: relative;
  }
  main .blog .inner .entries .entry figure img {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  main .blog .inner .entries .entry .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 30px;
  }
  main .blog .inner .entries .entry .info .date {
    font-family: "Josefin Sans", sans-serif;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.1em;
    line-height: 1;
  }
  main .blog .inner .entries .entry .info .ct {
    margin-left: 15px;
    background: #000;
    padding: 5px 10px 3px;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.1em;
    font-size: 1rem;
    color: #fff;
  }
  main .blog .inner .entries .entry h3 {
    margin-top: 15px;
  }
  main .blog .inner .entries .slidepager {
    position: absolute;
    z-index: 100;
    left: calc(45vw + 60px);
    top: 29.1vw;
    padding: 0 18px;
  }
  main .blog .inner .entries .slidepager > span {
    font-family: "Josefin Sans", sans-serif;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.1em;
    font-size: 1rem;
    font-style: italic;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  main .blog .inner .entries .slidepager > span.current {
    left: 0;
  }
  main .blog .inner .entries .slidepager > span.max {
    right: 0;
  }
  main .blog .inner .entries .slidepager .pagelist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
  }
  main .blog .inner .entries .slidepager .pagelist::before {
    content: "";
    display: block;
    width: 100px;
    border-top: 1px solid #000;
    position: absolute;
    left: 22px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  main .blog .inner .entries .slidepager .pagelist span {
    display: block;
    width: 4px;
    height: 4px;
    background: #000;
    border-radius: 50%;
    margin-right: 3px;
  }
  main .blog .inner .entries .slidepager .pagelist span:not(.swiper-pagination-bullet-active) {
    opacity: 0;
  }
  main .blog .inner .entries .slidenav {
    position: absolute;
    top: 29.2vw;
    z-index: 200;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.1em;
    font-size: 1.2rem;
    font-style: italic;
  }
  main .blog .inner .entries .slidenav:hover {
    cursor: pointer;
  }
  main .blog .inner .entries .slidenav::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    position: absolute;
    top: 45%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }
  main .blog .inner .entries .slidenav.prev {
    left: calc(45vw + 50px);
    padding-left: 12px;
  }
  main .blog .inner .entries .slidenav.prev::before {
    left: 0;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  main .blog .inner .entries .slidenav.next {
    left: calc(45vw + 205px);
    padding-right: 12px;
  }
  main .blog .inner .entries .slidenav.next::before {
    right: 0;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
  }
  main .blog .inner .more {
    position: relative;
    width: 250px;
    margin: -55px 10% 0 auto;
    position: relative;
    z-index: 100;
  }
  main .blog .inner .more::before, main .blog .inner .more::after {
    content: "";
    display: block;
    width: 100%;
    height: 18px;
    position: absolute;
    border-right: 1px solid #000;
  }
  main .blog .inner .more::before {
    bottom: 37px;
    right: 0;
    border-top: 1px solid #000;
  }
  main .blog .inner .more::after {
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #000;
  }
  main .blog .inner .more a {
    display: block;
    height: 55px;
    padding: 0 20px;
    line-height: 55px;
  }
  main .blog .inner .more a::before {
    content: "";
    display: block;
    height: 55px;
    border-left: 1px solid #000;
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media (min-width: 835px) and (max-width: 834px) {
  main .blog .inner .more a {
    font-size: 1.2rem;
  }
}
@media (min-width: 835px) {
  main .blog .inner .more a span {
    display: block;
  }
  main .blog .inner .more a span::after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    right: -2.5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #000;
    -webkit-transition: transform 0.5s ease-out;
    -webkit-transition: -webkit-transform 0.5s ease-out;
    transition: -webkit-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
    transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  }
  main .blog .inner .more:hover::before, main .blog .inner .more:hover::after {
    opacity: 0;
  }
  main .blog .inner .more:hover::before {
    -webkit-animation: linkbtn-rt 0.4s linear both;
            animation: linkbtn-rt 0.4s linear both;
  }
  main .blog .inner .more:hover::after {
    -webkit-animation: linkbtn-rb 0.4s linear both;
            animation: linkbtn-rb 0.4s linear both;
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
  main .blog .inner .more:hover a {
    opacity: 1;
  }
  main .blog .inner .more:hover a::before {
    -webkit-animation: linkbtn-l 0.2s linear both;
            animation: linkbtn-l 0.2s linear both;
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
  main .blog .inner .more:hover a span::after {
    -webkit-transform: translateY(-50%) scale(1.5);
    transform: translateY(-50%) scale(1.5);
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
  .popmovie {
    padding-top: 56.25%;
    position: relative;
    overflow: hidden;
  }
  .popmovie iframe {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #colorbox #cboxContent {
    margin-bottom: 55px;
    margin-top: 0;
  }
  #colorbox #cboxNext,
  #colorbox #cboxPrevious,
  #colorbox #cboxClose {
    background: none;
    text-indent: 0;
    width: auto;
    height: auto;
    right: auto;
    top: auto;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  #colorbox #cboxClose {
    position: absolute;
    left: 50%;
    bottom: -55px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: inline-block;
    width: auto;
    height: auto;
    border-bottom: 1px solid #000;
    padding: 10px 5px;
  }
  #colorbox #cboxPrevious,
  #colorbox #cboxNext {
    height: 21px;
    bottom: -50px;
    line-height: 21px;
  }
  #colorbox #cboxPrevious {
    right: calc(50% + 100px);
    background: url(../img/popup_arrow_prev.svg) left center/auto 21px no-repeat;
    padding-left: 35px;
  }
  #colorbox #cboxNext {
    left: calc(50% + 100px);
    background: url(../img/popup_arrow_next.svg) right center/auto 21px no-repeat;
    padding-right: 35px;
  }
}
@media (max-width: 834px) {
  /*------------------------
  	Font
  ------------------------*/
  main .value h2,
  main .works h2,
  main .blog h2 {
    color: #000;
    position: relative;
  }
  main .value h2 em,
  main .works h2 em,
  main .blog h2 em {
    display: block;
    font-family: "Josefin Sans", sans-serif;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.2em;
  }
  main .value h2::after,
  main .works h2::after,
  main .blog h2::after {
    content: "";
    display: block;
    width: 10px;
    margin-top: 20px;
    border-top: 3px solid #000;
  }
  main .value h2 span,
  main .works h2 span,
  main .blog h2 span {
    display: block;
    position: absolute;
    left: 30px;
    bottom: -3px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  main .intro {
    position: relative;
  }
  main .intro::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgb(0, 0, 0)));
    background: linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
    opacity: 0.7;
    mix-blend-mode: multiply;
  }
  main .intro .pageheader {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
  }
  main .intro .pageheader::before {
    content: "";
    display: block;
    height: 50px;
    border-left: 1px solid #fff;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  main .intro .pageheader::after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    bottom: 50px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-animation: scrollbar 3s ease infinite;
            animation: scrollbar 3s ease infinite;
  }
  main .intro .pageheader video {
    max-width: none;
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
  }
  main .intro .pageheader video.wfit {
    width: 100%;
  }
  main .intro .pageheader video.hfit {
    height: 100%;
  }
  main .intro .pageheader .copy {
    width: 90%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 2.2rem;
    letter-spacing: 0.1em;
    color: #fff;
  }
  main .intro .pageheader .copy em {
    display: block;
    margin-bottom: 20px;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.1em;
    font-size: 1rem;
    letter-spacing: 0.2em;
  }
  main .intro .concept * {
    color: #fff;
  }
  main .intro .concept .inner {
    padding: 150px 7%;
    position: relative;
  }
  main .intro .concept .inner h2 {
    color: #fff;
  }
  main .intro .concept .inner h2 em {
    display: block;
    font-family: "Josefin Sans", sans-serif;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.2em;
  }
  main .intro .concept .inner h2::after {
    content: "";
    display: block;
    width: 10px;
    margin-top: 20px;
    border-top: 3px solid #fff;
  }
  main .intro .concept .inner .details {
    margin-top: 70px;
  }
  main .intro .concept .inner .details .copy {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 2.2rem;
  }
  main .intro .concept .inner .details .note {
    margin-top: 70px;
  }
  main .intro .concept .inner .details .note p {
    line-height: 2.5;
  }
  main .intro .concept .inner .details .note p:not(:last-of-type) {
    margin-bottom: 2em;
  }
  main .intro .concept .inner .details .note p {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 1.5rem;
  }
  main .value header {
    background: #fff;
    padding: 150px 7% 120px;
  }
  main .value header h2 {
    color: #000;
  }
  main .value header h2 em {
    display: block;
    font-family: "Josefin Sans", sans-serif;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.2em;
  }
  main .value header h2::after {
    content: "";
    display: block;
    width: 10px;
    margin-top: 20px;
    border-top: 3px solid #000;
  }
  main .value .chapter .letter img {
    display: block;
  }
  main .value .chapter .details {
    background: #fff;
    padding-top: 60px;
    padding-bottom: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  main .value .chapter .details h3 {
    width: calc(2.4rem + 20px);
    position: relative;
    padding: 15px 10px 30px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 2.4rem;
    line-height: 1.6;
  }
  main .value .chapter .details h3::before, main .value .chapter .details h3::after {
    content: "";
    display: block;
    width: 13px;
    height: 13px;
    position: absolute;
  }
  main .value .chapter .details h3::before {
    left: 0;
    top: 0;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
  }
  main .value .chapter .details h3::after {
    right: 0;
    top: bottom;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  main .value .chapter .details .note {
    width: calc(89% - 2.4rem - 20px);
  }
  main .value .chapter .details .note p {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 1.3rem;
  }
  main .value .chapter.filming {
    border-left: 20px solid #fff;
    position: relative;
  }
  main .value .chapter.filming .details,
  main .value .chapter.filming .letter {
    position: relative;
    z-index: 2;
  }
  main .value .chapter.filming .letter {
    height: 320px;
  }
  main .value .chapter.filming .letter img {
    width: 135px;
    margin: -10px 0 0 -5px;
  }
  main .value .chapter.filming .details {
    padding-right: 7%;
    padding-left: 5%;
  }
  main .value .chapter.story {
    border-left: 20px solid #fff;
    border-right: 20px solid #fff;
  }
  main .value .chapter.story .letter {
    height: 265px;
  }
  main .value .chapter.story .letter img {
    width: 78px;
  }
  main .value .chapter.story .details {
    padding-left: 5%;
    padding-right: 5%;
  }
  main .value .chapter.weaving {
    border-right: 20px solid #fff;
  }
  main .value .chapter.weaving .letter,
  main .value .chapter.weaving .details {
    position: relative;
    z-index: 2;
  }
  main .value .chapter.weaving .letter {
    height: 430px;
  }
  main .value .chapter.weaving .letter img {
    width: 124px;
    margin: 0 0 0 auto;
  }
  main .value .chapter.weaving .letter::before {
    content: "";
    display: block;
    width: 100%;
    border-top: 5px solid #fff;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  main .value .chapter.weaving .details {
    padding-right: 5%;
    padding-left: 7%;
  }
  main .works {
    background: #fff;
  }
  main .works > .inner {
    padding: 50px 7% 150px;
  }
  main .works > .inner .entries {
    margin-top: 60px;
  }
  main .works > .inner .entries .entry + .entry {
    margin-top: 50px;
  }
  main .works > .inner .entries .entry figure {
    position: relative;
  }
  main .works > .inner .entries .entry figure::before, main .works > .inner .entries .entry figure::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  main .works > .inner .entries .entry figure::before {
    width: 60px;
    height: 60px;
    left: 50%;
    border: 1px solid #fff;
    border-radius: 50%;
  }
  main .works > .inner .entries .entry figure::after {
    left: 52%;
    border: 10px solid transparent;
    border-left: 15px solid #fff;
  }
  main .works > .inner .entries .entry h3 {
    margin-top: 20px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  }
  main .works > .inner .entries .entry .place {
    margin-top: 15px;
    text-align: right;
    font-size: 1.2rem;
  }
  main .works > .inner .entries .entry .popup {
    display: none;
  }
  main .blog {
    padding: 150px 0 100px;
    background: rgba(237, 237, 237, 0.9);
  }
  main .blog .inner h2 {
    margin: 0 7%;
  }
  main .blog .inner .entries {
    margin-top: 70px;
  }
  main .blog .inner .entries .entry figure {
    background: #000;
    padding-top: 66%;
    position: relative;
  }
  main .blog .inner .entries .entry figure img {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  main .blog .inner .entries .entry .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 30px;
  }
  main .blog .inner .entries .entry .info .date {
    font-family: "Josefin Sans", sans-serif;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.1em;
    line-height: 1;
  }
  main .blog .inner .entries .entry .info .ct {
    margin-left: 15px;
    background: #000;
    padding: 5px 10px 3px;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.1em;
    font-size: 1rem;
    color: #fff;
  }
  main .blog .inner .entries .entry h3 {
    margin-top: 15px;
  }
  main .blog .inner .entries .slidenav,
  main .blog .inner .entries .slidepager {
    display: none;
  }
  main .blog .inner .more {
    position: relative;
    margin: 50px 10% 0;
  }
  main .blog .inner .more::before, main .blog .inner .more::after {
    content: "";
    display: block;
    width: 100%;
    height: 18px;
    position: absolute;
    border-right: 1px solid #000;
  }
  main .blog .inner .more::before {
    bottom: 37px;
    right: 0;
    border-top: 1px solid #000;
  }
  main .blog .inner .more::after {
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #000;
  }
  main .blog .inner .more a {
    display: block;
    height: 55px;
    padding: 0 20px;
    line-height: 55px;
  }
  main .blog .inner .more a::before {
    content: "";
    display: block;
    height: 55px;
    border-left: 1px solid #000;
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media (max-width: 834px) and (max-width: 834px) {
  main .blog .inner .more a {
    font-size: 1.2rem;
  }
}
@media (max-width: 834px) {
  main .blog .inner .more a span {
    display: block;
  }
  main .blog .inner .more a span::after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    right: -2.5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #000;
    -webkit-transition: transform 0.5s ease-out;
    -webkit-transition: -webkit-transform 0.5s ease-out;
    transition: -webkit-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
    transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  }
  main .blog .inner .more:hover::before, main .blog .inner .more:hover::after {
    opacity: 0;
  }
  main .blog .inner .more:hover::before {
    -webkit-animation: linkbtn-rt 0.4s linear both;
            animation: linkbtn-rt 0.4s linear both;
  }
  main .blog .inner .more:hover::after {
    -webkit-animation: linkbtn-rb 0.4s linear both;
            animation: linkbtn-rb 0.4s linear both;
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
  main .blog .inner .more:hover a {
    opacity: 1;
  }
  main .blog .inner .more:hover a::before {
    -webkit-animation: linkbtn-l 0.2s linear both;
            animation: linkbtn-l 0.2s linear both;
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
  main .blog .inner .more:hover a span::after {
    -webkit-transform: translateY(-50%) scale(1.5);
    transform: translateY(-50%) scale(1.5);
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
  .popmovie {
    padding-top: 56.25%;
    position: relative;
    overflow: hidden;
  }
  .popmovie iframe {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #colorbox #cboxContent {
    margin-bottom: 55px;
    margin-top: 0;
  }
  #colorbox #cboxNext,
  #colorbox #cboxPrevious,
  #colorbox #cboxClose {
    background: none;
    text-indent: 0;
    width: auto;
    height: auto;
    right: auto;
    top: auto;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  #colorbox #cboxClose {
    position: absolute;
    left: 50%;
    bottom: -55px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: inline-block;
    width: auto;
    height: auto;
    border-bottom: 1px solid #000;
    padding: 10px 5px;
  }
  #colorbox #cboxPrevious,
  #colorbox #cboxNext {
    height: 21px;
    bottom: -50px;
    line-height: 21px;
  }
  #colorbox #cboxPrevious {
    left: 15%;
    background: url(../img/popup_arrow_prev.svg) left center/auto 21px no-repeat;
    padding-left: 35px;
  }
  #colorbox #cboxNext {
    right: 15%;
    background: url(../img/popup_arrow_next.svg) right center/auto 21px no-repeat;
    padding-right: 35px;
  }
}