@charset "UTF-8";
/* for slider */

/*------------------------------*/
/*	1= font
--------------------------------*/

/*------------------------------*/
/*	2= mv
--------------------------------*/
.mv {
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    line-height: 1.8;
	width: 100%;
    word-break: break-word;
    color: #fff;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
}

@media only screen and (max-width: 580px) {

    .mv { height: calc( 100vh - 130px ); }
    .pc-tab {
        display: none !important;
    }
    
}/*==== // end @media */
@media only screen and (min-width: 581px) {

    .sp {
        display: none !important;
    }
    
}/*==== // end @media */


[class*=swiper]:focus {
    outline: none;
}

.slide-media,
.thumb-media {
    position: relative;
    overflow: hidden;
}
.slide-media img,
.thumb-media img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
     object-fit: cover;
}


.mv .slide-media {
    width: 100vw;
    height: 38.28vw;
}
@media only screen and (max-width: 580px) {
    .mv .slide-media,
    .mv .slide-media.clip {
        height: calc( 100vh - 130px );
    }
    
}/*==== // end @media */

.mv .slide-media img {
    -webkit-transition: 3s;
    transition: 3s;
}
.mv .slide-media.clip {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-filter: contrast(1.1);
          filter: contrast(1.1);
    --stroke-width: 12px;
    --out: 15px;
    --in: calc(var(--out) + var(--stroke-width));
    -webkit-clip-path: polygon(var(--out) var(--out), calc(100% - var(--out)) var(--out), calc(100% - var(--out)) calc(100% - var(--out)), var(--out) calc(100% - var(--out)), var(--out) var(--in), var(--in) var(--in), var(--in) calc(100% - var(--in)), calc(100% - var(--in)) calc(100% - var(--in)), calc(100% - var(--in)) var(--in), var(--out) var(--in));
          clip-path: polygon(var(--out) var(--out), calc(100% - var(--out)) var(--out), calc(100% - var(--out)) calc(100% - var(--out)), var(--out) calc(100% - var(--out)), var(--out) var(--in), var(--in) var(--in), var(--in) calc(100% - var(--in)), calc(100% - var(--in)) calc(100% - var(--in)), calc(100% - var(--in)) var(--in), var(--out) var(--in));
}
@media only screen and (max-width: 1200px) {

    .mv .slide-media.clip {
        --stroke-width: 0.833vw;
        --out: 1.3vw;
    }
    
}/*==== // end @media */

@media only screen and (max-width: 580px) {

    .mv .slide-media.clip {
        height: calc( 100vh - 130px );
        --stroke-width: 1.724vw;
        --out: 2vw;
    }
    
}/*==== // end @media */

.mv .swiper-slide {
    overflow: hidden;
    -webkit-transition: 3s;
    transition: 3s;
}
.mv .swiper-slide[class*=-active] .slide-media.clip img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
}
.mv .swiper-slide[class*=-prev] .slide-media img {
     -webkit-transform: translateX(80vw);
            transform: translateX(80vw);
}
.mv .swiper-slide[class*=-next] .slide-media img {
    -webkit-transform: translateX(-80vw);
            transform: translateX(-80vw);
}

.mv .content,
.mv .fraction {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    margin: auto;
}
.mv .content {
    pointer-events: none;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    top: auto;
    left: 90px;
    margin: 0 30px;
	bottom: 10%;
}
@media only screen and (max-width: 1200px) {

    .mv .content {
        top: calc(50% + 5vw);
        left: 5vw;
    }
    
}/*==== // end @media */
@media only screen and (max-width: 1024px) {

    .mv .content {   
        bottom: auto;
        left: 3.5vw;
    }
    
}/*==== // end @media */
@media only screen and (max-width: 580px) {

    .mv .content {
       /* bottom: auto;
        top: 14%;  10周年タペストリー挿入前の位置*/
		top: auto;
        bottom: 14%;
        left: auto;
        width: 100%;
        margin: 0 auto;
    }
    .mv .content-wrapper .content:first-child {
        top: auto;
        bottom: 14%;
    }
    
}/*==== // end @media */

.mv .content-title {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0.05em;
    color: var(--color-theme);
    text-shadow: 2px 2px 8px rgba(46,34,27,0.6),
						-2px 2px 8px rgba(46,34,27,0.6),
						2px -2px 8px rgba(46,34,27,0.6),
						-2px -2px 8px rgba(46,34,27,0.6);
}
 .mv .content-title .ls-0 { letter-spacing: 0px; }
@media only screen and (max-width: 1200px) {

    .mv .content-title {
        font-size: 40px;
    }
    
}/*==== // end @media */
@media only screen and (max-width: 1024px) {

    .mv .content-title {
        font-size: 35px;
    }
}/*==== // end @media */
@media only screen and (max-width: 900px) {
    .mv .content-title {
        font-size: 3.8vw;
    }
    
}/*==== // end @media */
@media only screen and (max-width: 580px) {

    .mv .content-title {
        font-size: 6.4vw;
		font-weight: 800;
    }
    
}/*==== // end @media */

.mv .content-text {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0.05em;
    margin: 22px auto;
    color: #fff;
    text-align: center;
    text-shadow: 2px 2px 7px rgba(46,34,27,0.6),
						-2px 2px 7px rgba(46,34,27,0.6),
						2px -2px 7px rgba(46,34,27,0.6),
						-2px -2px 7px rgba(46,34,27,0.6);
}
.mv .content-text .ls-0 { letter-spacing: 0px; }
@media only screen and (max-width: 1200px) {

    .mv .content-text {
        font-size: 2.166vw;
        margin: 1.33vw auto;
    }
    
}/*==== // end @media */
@media only screen and (max-width: 1024px) {

    .mv .content-text {
        font-size: 2vw;
        margin: 1.27vw auto;
    }
    
}/*==== // end @media */
@media only screen and (max-width: 900px) {

    .mv .content-text {
        font-size: 2.4vw;
    }
    
}/*==== // end @media */
@media only screen and (max-width: 580px) {

    .mv .content-text {
        font-size: 4.6vw;
        margin: 3vw auto;
        line-height: 1.4;
		font-weight: 800;
    }
    
}/*==== // end @media */

.mv .content-button {
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    color: var(--color-theme);
}
.mv .content-button::before {
    display: inline-block;
    width: 60px;
    height: 1px;
    margin: -2px 16px 0 0;
    content: "";
    vertical-align: middle;
    background-color: currentColor;
}
.mv .content.anm-started .content-button {
    pointer-events: auto;
}
.mv .fraction {
    font-weight: bold;
    line-height: 1.2;
    color: #fff;
}
@media only screen and (min-width: 1025px) {

  .mv .fraction {
    left: 80px;
  }
  
}/*==== // end @media */
@media only screen and (max-width: 1024px) {

    .mv .fraction {
        font-size: 12px;
        top: 20%;
        bottom: auto;
        left: 5.86vw;
    }
    
}/*==== // end @media */

.mv .fraction .current {
    font-size: 32px;
    display: inline-block;
    overflow: hidden;
    width: 60px;
}
.mv .fraction .current .num {
    display: inline-block;
    display: none;
}
.mv .fraction .current .num.anm-started {
    -webkit-animation: mv-fraction 1s var(--easing);
            animation: mv-fraction 1s var(--easing);
}
.mv .fraction .total {
    display: none;
    vertical-align: 0.5em;
}
.mv .fraction .total::before {
    content: " / ";
}
.mv .fade {
    position: relative;
    opacity: 0;
}

.mv .anm-started .fade {
    -webkit-animation: mv-fadeIn 1.4s 1.2s both;
            animation: mv-fadeIn 1.4s 1.2s both;
}
.mv .anm-finished .fade {
    -webkit-animation: mv-fadeOut 0.8s both;
            animation: mv-fadeOut 0.8s both;
            opacity: 1;
}
.mv .anm-started .content-text.fade {
    -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s;
}
.mv .anm-finished .content-text.fade {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
}
@-webkit-keyframes mv-fadeIn {
    0% {
        -webkit-transform: translateY(40px);
                transform: translateY(40px);
                opacity: 0;
    }
    60%, 100% {
                -webkit-transform: translateY(0px);
                transform: translateY(0px);
                opacity: 1;
    }
}

@keyframes mv-fadeIn {
   0% {
        -webkit-transform: translateY(40px);
                transform: translateY(40px);
                opacity: 0;
    }
    60%, 100% {
                -webkit-transform: translateY(0px);
                transform: translateY(0px);
                 opacity: 1;
    }
}

@-webkit-keyframes mv-fadeOut {
    65% {
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
                opacity: 1;
    }
    100% {
        -webkit-transform: translateY(-25px);
                transform: translateY(-25px);
                opacity: 0;
    }
}
@keyframes mv-fadeOut {
    65% {
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
                opacity: 1;
    }
    100% {
        -webkit-transform: translateY(-25px);
                transform: translateY(-25px);
                opacity: 0;
    }

}
@-webkit-keyframes mv-fraction {
    0%, 100% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        opacity: 1;
    }
    50% {
        -webkit-transform: translateY(-110%);
                transform: translateY(-110%);
        opacity: 1;
    }
    50.1% {
        -webkit-transform: translateY(110%);
                transform: translateY(110%);
        opacity: 0;
    }
}
@keyframes mv-fraction {
    0%, 100% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        opacity: 1;
    }
    50% {
        -webkit-transform: translateY(-110%);
                transform: translateY(-110%);
        opacity: 1;
    }
    50.1% {
        -webkit-transform: translateY(110%);
                transform: translateY(110%);
        opacity: 0;
    }
}
