@charset "UTF-8";

body {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    color: inherit;
    white-space: nowrap;
    font-family: Century;
}
h1, h2,article,p {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}
/* h1 {
    font-family: "Trebuchet MS";
} */
h1,h2 {
    font-family: serif;
}
p {
    font-family: monospace;
}
div {
    display: flex;
    align-items: center;
}
section {
    margin: 0;
    padding: 0;
}

/*ヘッダー*/
#header {
    width: 100%;
    display: flex;
    align-items: center;
    background-color: #03a4db;
    justify-content: space-between;
    height: min(4vw, 75px);
}
.r-section-title {
    color: white;
    font-family: sans-serif;
}
h1.r-section-title {
    font-size: min(2vw, 38px);
    z-index: 1;
    position: relative;
    left: 1%;
}
.select {
    height: -webkit-fill-available;
}
.r-section-title-select {
    font-size: min(1.5vw,29px);
    display: flex;
    align-items: center;
    position: relative;
    right: 8%;
}
.r-section-title-select a {
    margin: 0 1% 0 1%;
    color: white;
}
.hamburger {
    display: none;
    width: 29px;
    height: 18px;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.5s;
    cursor: pointer;
    z-index: 1001;
    margin-right: 3%;
    margin-top: 1%;
}

.hamburger span {
    display: block;
    width: 29px;
    height: 2px;
    background-color: white;
    border-radius: 2px;
    transition: all 0.5s;
    transform-origin: center center;
}
.open .hamburger span:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
}
.open .hamburger span:nth-child(2) {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}
.open .hamburger span:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
}
.mask {
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, 0.85);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
}
.navi {
    display: none;
}
@media screen and (max-width: 768px) {
    #header {
        height: 40px;

    }
    .hamburger {
        display: flex;
    }
    .select {
        display: none;
    }
    .navi {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 2vw;
        padding: 10px;
        z-index: 1000
    }
    h1.r-section-title {
        font-size: 2.5vw;
    }
    #header.open .navi {
        display: flex;
        font-size: 7vw;
        color: white;
        font-weight: 700;
        align-items: flex-start;
    }
    .hamburger {
        display: flex;
    }
    #header.open .mask {
        display: block;
    }
    .trapezoid::after {
        min-width: 50vw;
    }

}
.r-section-title-entry {
    background-color: #0a60b3;
    align-content: center;
    height: -webkit-fill-available;
    position: relative;
    color: white;
    font-size: min(1.5vw, 29px);
    margin-top: -1%;
    width: 6vw;
    display: grid;
    justify-content: space-around;
}
.r-section-title-entry::after {
    content: "";
    position: absolute;
    width: 93%;
    height: min(0.125vw, 2.4px);
    background: white;
    bottom: 0;
    margin-bottom: 11%;
}
.r-section-title-entry::before {
    content: "➤";
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: min(0.8vw, 15.4px);
}
.trapezoid {
    position: relative;
    display: flex;
    height: -webkit-fill-available;
}
.trapezoid::after {
    content: "";
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
    position: absolute;
    background: #0a60b3;
    width: 40vw;
    display: flex;
    height: -webkit-fill-available;
    z-index: 0;
}

/*メインビュー*/
.main-view {
    background-image: url(../img/asset1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000000;
    display: grid;
}
.trapezoid2 {
    clip-path: polygon(0 0, 100% 0, 60% 100%, 0% 100%);
    background: rgb(0 183 181 / 60%);
    width: 50vw;
    align-items: flex-start;
    justify-content: space-between;
    align-self: flex-start;
}
.trapezoid3 {
    clip-path: polygon(70% 0, 100% 0, 100% 100%, 0% 100%);
    background: rgb(0 183 181 / 60%);
    width: 50%;
    display: flow;
    text-align-last: end;
    align-content: end;
    align-self: end;
    justify-self: end;

}
.r-left-section-title{
    font-size: min(5.2vw, 97.8px);
    color: white;
    line-height: 1.1;
}
.r-right-section-title {
    font-size: min(5.8vw, 109px);
    color: white;
    margin-bottom: 5%;
    line-height: 1;
}
.r-sub-section-title {
    font-size: min(2.5vw,48px);
    color: white;
}
.samurailogo {
    width: 16%;
    margin-right: 10%;
    margin-top: 2%;
}

/*サプライズ*/
#surprise {
    background-color: #00b7b5;
}
.surprise {
    background-color: #00b7b5;
    background-image: url(../img/asset4.png);
    background-position: center center;
    background-repeat: no-repeat;
    display: grid;
    text-align: center;
    max-width: 1200px;
    margin: auto;
    align-content: space-around;
}
.r-right-section-title.se {
    font-size: min(14vw, 168px);
    line-height: 1.3;
}
.r-sub-section-title.se {
    font-size: min(6.7vw, 86px);
    margin-bottom: 4%;
}

#about, #recruit-info, #performance-movie {
    /* background-image: url(../img/background/white_00029.jpg);
    width: 100%; */
    background-color: #00b7b5;
}

/*About*/
.about {
    background-color: #eadede;
    max-width: 1200px;
    margin: auto;
    justify-content: space-evenly;
    padding-bottom: 100px;
}
.about-division {
    display: block;
    align-items: start;
    width: 100%;
}
.trapezoid4 {
    position: relative;
    clip-path: polygon(0 0, 80% 0, 100% 100%, 0 100%);
    background: rgb(0 200 166 / 70%);
    width: min(39vw, 470px);
    display: flex;
    height: min(5.75vw, 76px);
    z-index: 1;
}
.r-about-how {
    position: relative;
    display: block;
}
.r-about-how::after {
    content: "";
    position: absolute;
    inset: 0;
    clip-path: polygon(0 0, 80% 0, 100% 100%, 0 100%);
    background: rgb(0 200 166 / 70%);
    width: min(44vw, 526px);
    height: min(5.75vw, 76px);
    z-index: 0;
    margin-top: 2%;
}
.r-about-section-title {
    font-size: min(4.8vw, 58px);
    color: #00c195;
    margin-left: 14%;
}
.r-sub-about-section-title {
    color: white;
    margin-left: 4%;
    font-size: min(2.4vw, 29px);
    z-index: 2;
}
.r-about-explanation {
    margin-left: 9%;
}
.r-about-explanation {
    color: #000000;
    font: message-box;
    font-size: min(1.9vw, 22.5px);
    line-height: 1.8;
    margin-top: 5%;
}
.r-about-memory {
    color: #000000;
    font: revert;
    font-size: min(3vw, 36.5px);
    margin-top: 4%;
    margin-left: 6%;
}
.r-about-dancer {
    position: relative;
    display: block;
}
.r-about-dancer::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgb(0 200 166 / 50%);
    clip-path: polygon(73.5% 0, 100% 0, 100% 100%, 0% 100%);
    width: min(51vw, 610px);
    height: min(66vw, 800px);
    z-index: 0;
    margin: 14% 0 0 -14%;
}
.r-about-dancer::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgb(0 200 166 / 50%);
    clip-path: polygon(73.5% 0%, 100% 0%, 100% 100%, 0% 100%);
    width: min(51vw, 610px);
    height: min(66vw, 800px);
    z-index: 0;
    margin: 18% 0 0 -9%;
}
.r-about-dancer img {
    z-index: 1;
    width: min(51vw, 610px);
    height: min(66vw, 800px);
    position: relative;
    margin-top: 10%;
    margin-left: -5%;
}

/*リクルート インフォメーション*/
.recruit-info {
    background-color: #eadede;
    max-width: 1200px;
    margin: auto;
    display: block;
    padding-bottom: 40px;
}
.trapezoid5 {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: start;
    text-align: right;
}
.trapezoid5::after {
    content: "";
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 20%);
    position: absolute;
    background: rgb(0 200 166 / 80%);
    width: 100%;
    display: flex;
    height: min(31.6vw, 380px);
    z-index: 0;
    margin-top: 1.5%;
}
.trapezoid5::before {
    content: "";
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 20%);
    position: absolute;
    background: rgb(119 194 217 / 80%);
    width: 100%;
    display: flex;
    height: min(31.6vw, 380px);
    z-index: 1;
}
.r-recruit-info-samurai {
    align-items: flex-start;
}
.r-recruit-info-samurai img{
    width: min(12vw, 144px);
    height: min(17.5vw, 210px);
    z-index: 2;
    margin-left: -35%;
}
.r-recruit-info-section-title-jp {
    color: white;
    z-index: 2;
    position: absolute;
    font-size: min(4.8vw, 57px);
    margin: 2% 0 0 -4%;
}
.r-recruit-info-section-title-en {
    color: white;
    position: relative;
    z-index: 2;
    font-size: min(7vw, 84px);
    line-height: 1.15;
    margin-top: 2%;
    right: 2%;
}
.r-recruit-info-how {
    display: block;
}
.trapezoid6 {
    margin: auto;
}
.trapezoid6::after{
    content: "";
    clip-path: polygon(0 0, 80% 0, 100% 100%, 0 100%);
    position: absolute;
    background: rgb(119 194 217 / 80%);
    width: min(39.2vw, 470px);
    height: min(5.75vw, 69px);
    z-index: 1;
}
.trapezoid6::before{
    content: "";
    clip-path: polygon(0 0, 80% 0, 100% 100%, 0 100%);
    position: absolute;
    background: rgb(0 200 166 / 80%);
    width: min(42.25vw, 507px);
    height: min(5.75vw, 69px);
    z-index: 0;
    margin-top: 1%;
}
.r-sub-recruit-info-section-title {
    color: white;
    z-index: 2;
    margin-left: 3%;
    font-size: min(3vw, 36px);
}
.r-recruit-info-explanation {
    font-size: min(2.2vw, 26px);
    margin: 5% 0 0 5%;
    flex: 3;
}
.r-recruit-info-detail {
    font-size: min(2.08vw, 24.96px);
    z-index: 1;
    color: white;
    font-weight: 900;
    position: relative;
    left: 4%;
}
.square {
    flex: 1.5;
    margin-top: 10%;
}
.square::after {
    content: "";
    clip-path: inset(0 0 0 0);
    position: absolute;
    background: rgb(0 200 166 / 80%);
    width: min(25vw, 300px);
    height: min(8vw, 96px);
    z-index: 0;
}
.r-recruit-info-occupation, .r-recruit-info-image {
    height: auto;
    align-items: flex-start;
}
.r-recruit-info-occupation {
    display: grid;
    grid-template-columns: repeat(3, auto);
}
.r-recruit-info-occupation a {
    margin: 0;
}
.r-recruit-info-image {
    position: relative;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-end;
    align-content: space-around;
    margin: auto;
    transition: transform 0.3s ease;
}
.r-recruit-info-image:hover {
    transform: scale(1.2);
}
.r-recruit-info-image::after {
    content: "";
    position: absolute;
    clip-path: polygon(0 9%, 100% 0%, 100% 91.5%, 0% 100%);
    background: rgb(0 200 166 / 40%);
    width: min(5.8vw, 70px);
    height: min(55.6vw, 667px);
    z-index: 0;
}
.r-recruit-info-image img{
    width: min(21.3vw, 257px);
}
.occupation-title-en {
    font-size: min(3.8vw, 46px);
    color: rgb(0 200 166 / 80%);
    transform: rotate(-37deg);
    margin: 48% 0 -22% 0%;
}
.occupation-title-jp {
    font-size: min(3.75vw, 45px);
    writing-mode: vertical-lr;
    text-orientation: upright;
    white-space: nowrap;
    color: white;
    position: absolute;
    left: 0;
    bottom: 9%;
    z-index: 1;
    font-weight: 600;
    font-family: serif;
}
.trapezoid7 {
    align-items: center;
    justify-content: flex-end;
    margin-top: 9%;
}
.trapezoid7::after {
    content: "";
    position: absolute;
    clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
    background: rgb(2 185 203 / 80%);
    width: min(40.6vw, 534px);
    height: min(10vw, 133px);
    z-index: 0;
}
.r-recruit-info-entry {
    font-size: min(8vw, 105px);
    z-index: 1;
    color: white;
    margin-right: 10%;
    font-weight: 600;
    transition: all 0.3s;
}
.r-recruit-info-entry:hover {
    transform: scale(1.2);
    transition: all 0.5s;
}

/*PERFORMANCE MOVIE*/
.performance-movie {
    background-color: #eadede;
    max-width: 1200px;
    margin: auto;
    display: grid;
    align-content: space-between;
}
.trapezoid8, .trapezoid9 {
    position: relative;
    display: grid;
}
.trapezoid8 {
    align-items: start;
}
.trapezoid8::after {
    content: "";
    clip-path: polygon(0 0, 100% 0, 100% 25%, 0% 100%);
    position: absolute;
    background: rgb(0 200 166 / 80%);
    width: 100%;
    height: min(31.6vw,380px);
    z-index: 0;
}
.r-movie-section-title-en {
    z-index: 2;
    font-size: min(7.5vw, 90.5px);
    margin-left: 3%;
    color: white;
    white-space: nowrap;
}
.r-movie-section-title-jp {
    z-index: 2;
    font-size: min(4vw, 48.6px);
    margin-left: 9%;
    color: white;
}
.r-movie-section-expect {
    font-size: min(3.5vw, 43px);
    color: #25aece;
    justify-self: end;
    margin-top: 2%;
    font-weight: 500;
    z-index: 2;
}
.r-movie-section-container {
    z-index: 1;
    max-width: 1200px;
    justify-content: center;
    height: auto;
}
.r-movie-section-container video {
    width: 95%;
    margin-top: 2%;
    max-width: 900px;
}
.trapezoid9 {
    align-items: flex-end;
    justify-content: flex-end;
}
.trapezoid9::after {
    content: "";
    clip-path: polygon(0 75%, 100% 0, 100% 100%, 0 100%);
    position: absolute;
    background: rgb(0 200 166 / 80%);
    width: 100%;
    height: min(31.6vw,380px);
    z-index: 0;
}
.r-movie-section-fellow {
    z-index: 2;
    font-size: min(3.5vw, 42px);
    color: white;
    padding-top: 76px;
    font-weight: 800;
    margin-bottom: 5%;
}

#gallery, #media, #access, #contact {
    /* background-image: url(../img/background/black.jpg);
    width: 100%; */
    background-color: #3f3f3f;
}

/*GALLERY*/
#gallery div {
    display: block;
    height: auto;
}
.gallery {
    background-color: #666666;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.r-gallery-section-title, .r-media-section-title, .r-access-section-title {
    color: #00fbff;
    font-size: min(6.25vw, 75px);
    margin-left: 6%;
}
.r-gallery-section-carousel img {
        width: min(63vw, 756px);
    height: min(41vw, 492px);
    display: block;
    margin: auto;
}
.arrow_box_prev, .arrow_box_next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    color: rgb(0 200 166 / 80%);
    font-size: min(7.5vw,90px);
    width: auto;
    height: auto;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    user-select: none;
}
.arrow_box_prev{
    left: 10px;
}
.arrow_box_next {
    right: 10px;
}
.arrow_box_prev::before {
    content: "➤";
    display: block;
    transform: rotate(180deg);
}
.arrow_box_next::before {
    content: "➤";
    display: block;
}
.r-gallery-section-thumbnails {
    margin-top: 15px;
}
.r-gallery-section-thumbnails img {
    height: min(12.5vw, 150px);
    width: min(21vw,250px);
    margin: auto;
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 0.3s;
}
.r-gallery-section-thumbnails img {
    opacity: 1;
}

/*MEDIA*/
.media {
    background-color: #666666;
    max-width: 1200px;
    margin: auto;
    display: grid;
    align-content: space-between;
    position: relative;
}

/*ACCESS*/
.access {
    background-color: #666666;
    /* height: 60vh; */
    max-width: 1200px;
    margin: auto;
    display: block;
}
.r-access-section-map {
    justify-content: center;
    height: 60vh;
}
.r-access-section-map-samurai {
    border: 0;
    width: 80%;
    height: 100%;
}

/*CONTACT*/
.contact {
    background-color: #666666;
    height: auto;
    max-width: 1200px;
    margin: auto;
    display: grid;
    align-items: start;
    padding-bottom: 2vh;
}
.r-contact-section-title {
    color: white;
    font-size: min(4.7vw, 56.4px);
    margin-left: 6%;
}
.r-contact-section-address {
    color: white;
    margin-left: 10%;
    font-size: min(2.1vw,25px);
}
.r-contact-section-link {
    height: auto;
    width: 96%;
    margin: 7% auto 0px auto;
    justify-content: center;
}
.tel, .line, .mail {
    border: white solid 5px;
    width: 30%;
    justify-content: space-between;
    margin-right: 0.5%;
}
.tel p, .line p, .mail p {
    font-size: min(2.5vw,30px);
    color: white;
    font-weight: bolder;
    margin-left: 5%;
}
.r-contact-section-flex {
    flex-direction: column;
    clip-path: polygon(0% 99%, 100% -105%, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(0% 99%, 100% -105%, 100% 100%, 0% 100%);
    background-color: white;
    width: 61%;
}
.r-contact-section-flex img {
    height: min(5vw,60px);
    margin-left: 40%;
}
.r-contact-section-flex p {
    font-size: min(2vw, 24px);
    color: #29A1D8 ;
    font-weight: bolder;
    margin: 12% 5% 0 0px;
    margin-left: auto;
}
#page-top {
  position: fixed;
  bottom: 15vh;
  right: 20px;
  font-size: 14px;
  line-height: 1;
  z-index: 99;
}
#page-top a {
  background: #ab101b;
  text-decoration: none;
  color: #fff;
  width: 60px;
  padding: 22px 3px;
  text-align: center;
  display: block;
  border-radius: 90px;
  opacity: 0.9;
  transition: all .3s ease;
}
#page-top a:hover {
  text-decoration: none;
  opacity: .5;
}