@charset "utf-8";
.mainImg {
    margin: 0;
    padding:0;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.mainImg .photo {
    /*width: calc(100% - 240px);*/
    width: calc(100%);
    position: relative;
}
.mainImg .photo .video {
    width: 100%;
    padding-bottom: 45%;
    position: relative;
    overflow: hidden;
}
.mainImg .photo .video iframe {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 130%;
    height: 130%;
    transform: translate(-50%,-50%);
}
.mainImg .photo .video::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    content: "";
}
.mainImg .inner {
    min-width: 180px;
    padding: 20px 30px;
    right: 220px;
    line-height: 1.5;
    position: absolute;
    box-sizing: border-box;
    filter: drop-shadow(1px 1px 1px rgba(255,255,255));
    top: 50%;
    transform: translateY(-50%);
}
.mainImg .inner p {
    min-width: 102px;
    letter-spacing: 0.05em;
    font-weight: normal;
}
.mainImg .inner p .txt {
    font-size: 20px;
    font-weight: bold;
}
.mainImg .inner p span {
    color: #000;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: normal;
    display: inline-block;
    font-size: 40px;
    font-weight: bold;
    opacity: 0.7;
}



/*スライドショー*/
.slider-t {
    min-width: 180px;
    padding: 49px 54px 59px 67px;
    right: 220px;
    line-height: 1.5;
    position: absolute;
    box-sizing: border-box;
    top: 25%;
    transform: translateY(-50%);
}
span.slider-en {
    font-size: 20px;
    font-weight: bold;
    filter: drop-shadow(1px 1px 1px rgba(255,255,255));
}
p.slider-txt {
    font-size: 28px;
    filter: drop-shadow(1px 1px 1px rgba(255,255,255));
}


/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
/
/
/
/* スマホ縦(ポートレート)モニター幅680px以下
/
/
/
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media only screen and (max-width:680px){
.mainImg .inner {
  right: 0;
}
.mainImg .inner p span {
  font-size: 18px;
}
.mainImg .inner p .txt {
  font-size: 12px;
  text-align: center;
}

}
