/* MV */
@keyframes fuwafuwa01 {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(15px);
    }
}
@keyframes fuwafuwa02 {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
}
@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale(0.2);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
@keyframes cnt-zoomIn {
    from {
        opacity: 0;
        transform: scale(0.2);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(100px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translate(-50%, -30%);
    }
    to {
        opacity: 1;
    }
}
@keyframes slideLine {
    from {
        width: 50px;
    }
    to {
        width: 100%;
    }
}
@keyframes purupuru_anim {
	0% {
        opacity: 0;
        transform: rotate(7deg);
    }
	20% {
        transform: rotate(-7deg);
    }
	40% {
        transform: rotate(7deg);
    }
	60% {
        transform: rotate(-7deg);
    }
	80% {
        transform: rotate(7deg);
    }
	100% {
        opacity: 1;
        transform: rotate(0deg);
    }
}
.t-mv {
    width: 100%;
    height: 60.83vw;
    background: url('../images/top/mv-bg01.jpg') center center no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.t-mv__img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.t-mv__img01 {
    animation: 3.5s fuwafuwa01 infinite;
    animation-delay: 3.3s;
    z-index: 9;
}
.t-mv__img01__item01 {
    width: 14%;
    position: absolute;
    bottom: 9.4%;
    right: 34.1%;
    transform: rotate(7deg);
}
.t-mv__img01__item02 {
    width: 11.6%;
    position: absolute;
    bottom: 28.5%;
    left: 5%;
    transform: rotate(32deg);
}
.t-mv__img01__item01 img {
    width: 100%;
}
.t-mv__img01__item02 img {
    width: 100%;
}
.t-mv__img02 {
    z-index: 8;
}
.t-mv__img03 {
    animation: 3.5s fuwafuwa02 infinite;
    animation-delay: 3.3s;
    z-index: 7;
}
.t-mv__img03__item01 {
    width: 6.66%;
    position: absolute;
    bottom: 35.7%;
    left: 21%;
    transform: rotate(9deg);
}
.t-mv__img03__item02 {
    width: 14%;
    position: absolute;
    bottom: 11.4%;
    left: 28%;
    transform: rotate(-9deg);
}
.t-mv__img03__item03 {
    width: 7.33%;
    position: absolute;
    bottom: 33%;
    right: 11%;
    transform: rotate(-18deg);
}
.t-mv__img03__item04 {
    width: 10.8%;
    position: absolute;
    top: -3.5%;
    right: 11%;
    transform: rotate(-201deg);
}
.t-mv__img03__item01 img {
    width: 100%;
}
.t-mv__img03__item02 img {
    width: 100%;
}
.t-mv__img03__item03 img {
    width: 100%;
}
.t-mv__img03__item04 img {
    width: 100%;
}
.t-mv__img04 {
    position: absolute;
    z-index: 6;
}
.t-mv__img img {
    width: 100%;
    animation-name: zoomIn;
    animation-duration: 0.3s;
    animation-delay: 2.1s;
    animation-fill-mode: forwards;
    opacity: 0;
}
.t-mv__cc {
    width: 40.8%;
    position: absolute;
    top: 50vh;
    left: 50%;
    transform: translate(-50%, -50%);
    animation-name: fadeIn;
    animation-duration: 0.7s;
    animation-delay: 1s;
    animation-fill-mode: forwards;
    opacity: 0;
    z-index: 11;
}
.t-mv__cc img {
    width: 100%;
}
.t-mv__bg {
    width: 100vw;
    height: 60.83vw;
    background: url('../images/top/mv-bg02.jpg') center center no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    animation-name: zoomIn;
    animation-duration: 0.3s;
    animation-delay: 2.1s;
    animation-fill-mode: forwards;
    opacity: 0;
}
.t-mv__bg02 {
    width: 100vw;
    height: 100vh;
    background: url('../images/top/mv-bg01.jpg') center center no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
}
.t-mv__item {
    width: 50px;
    height: 20px;
    background: #D2B964;
    position: fixed;
    left: 0;
    bottom: 0;
    animation-name: slideLine;
    animation-duration: 0.7s;
    animation-delay: 1s;
    animation-fill-mode: forwards;
    z-index: 10;
}
.t-mv__field {
    width: 8.33vw;
    transform: rotate(45deg);
    opacity: 0;
    position: absolute;
    z-index: 10;
    animation-name: purupuru_anim;
    animation-duration: 0.5s;
    animation-delay: 2.8s;
    animation-fill-mode: forwards;
}
.t-mv__field img {
    width: 100%;
}
.t-mv__field01 {
    top: 60%;
    left: 12%;
}
.t-mv__field02 {
    top: 60%;
    right: 12%;
}
.t-mv__field03 {
    top: 79%;
    left: 27.5%;
}
.t-mv__field04 {
    top: 79%;
    right: 27.5%;
}
@media screen and (max-width: 768px) {
    .t-mv {
        height: 165vw;
    }
    .t-mv__bg {
        height: 165vw;
    }
    .t-mv__bg02 {
        height: 100vh;
    }
    .t-mv__cc {
        width: 71.4%;
    }
    .t-mv__img01__item01 {
        width: 28.5%;
        position: absolute;
        bottom: 15%;
        right: 14%;
        transform: rotate(7deg);
        z-index: 4;
    }
    .t-mv__img01__item02 {
        width: 20%;
        position: absolute;
        top: 14%;
        left: -10%;
        transform: rotate(13deg);
        z-index: 4;
    }
    .t-mv__img03__item01 {
        width: 13%;
        position: absolute;
        bottom: 32%;
        left: 30%;
        transform: rotate(9deg);
        z-index: 4;
    }
    .t-mv__img03__item02 {
        width: 30%;
        position: absolute;
        bottom: 16.25%;
        left: 2%;
        transform: rotate(-9deg);
        z-index: 4;
    }
    .t-mv__img03__item03 {
        width: 13%;
        position: absolute;
        bottom: 31%;
        right: 27%;
        transform: rotate(-18deg);
        z-index: 4;
    }
    .t-mv__img03__item04 {
        width: 17%;
        position: absolute;
        top: 8%;
        right: 18%;
        transform: rotate(-147deg);
        z-index: 4;
    }
    .t-mv__field {
        width: 17.85vw;
        z-index: 10;
    }
    .t-mv__field01 {
        top: auto;
        bottom: -30px;
        left: 10%;
    }
    .t-mv__field02 {
        top: auto;
        bottom: -30px;
        left: 30%;
    }
    .t-mv__field03 {
        top: auto;
        bottom: -30px;
        left: 50%;
    }
    .t-mv__field04 {
        top: auto;
        bottom: -30px;
        left: 70%;
    }
}





/* ABOUT */
.t-about {
    width: 100%;
    background: url('../images/top/about-bg.jpg') center center no-repeat;
    background-size: cover;
}
.t-about__container {
    width: 90%;
    max-width: 940px;
    padding: 9.1666vw 0 110px;
    margin: 0 auto;
    position: relative;
}
.zoomInTrigger {
    opacity: 0;
}
.cnt-zoomIn {
    animation-name: cnt-zoomIn;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}
.t-about__ttl {
    width: 510px;
    margin: 0 auto;
}
.t-about__ttl img {
    width: 100%;
}
.t-about__txt {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.13em;
    text-align: center;
    line-height: 2.6875;
    margin-top: 30px;
    position: relative;
    z-index: 2;
    -webkit-text-stroke: 0.5px #000;
}
.t-about__item01 {
    width: 525px;
    position: absolute;
    left: -390px;
    bottom: 25px;
}
.t-about__item01 img {
    width: 100%;
}
.t-about__item02 {
    width: 525px;
    position: absolute;
    right: -390px;
    bottom: -100px;
    transform: rotate(180deg);
}
.t-about__item02 img {
    width: 100%;
}
@media screen and (max-width: 768px) {
    .t-about__container {
        max-width: 940px;
        padding: 35vw 0 100px;
    }
    .t-about__ttl {
        width: 90%;
        max-width: 345px;
    }
    .t-about__txt {
        font-size: 15px;
        letter-spacing: 0;
        line-height: 2.35;
        margin-top: 45px;
    }
    .t-about__item01 {
        left: -460px;
        bottom: -150px;
    }
    .t-about__item02 {
        right: -460px;
        bottom: -150px;
    }
}





/* STATE */
.fadeUp {
    animation-name: fadeUp;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
    opacity: 0;
}
.t-state {
    width: 100%;
}
.t-state__container {
    width: 90%;
    max-width: 940px;
    padding: 40px 0;
    margin: 0 auto;
    position: relative;
}
.t-state__ttl {
    width: 100%;
    opacity: 0;
}
.t-state__ttl__img {
    width: 580px;
    margin: 0 auto;
}
.t-state__ttl__img img {
    width: 100%;
}
.t-state__ttl span {
    display: block;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.08em;
    text-align: center;
}
.t-state__cnt {
    width: 100%;
    margin-top: 25px;
    overflow: hidden;
}
.t-state__cnt a {
    display: block;
    width: 100%;
    min-height: 300px;
    border: 13px solid #AA6E3C;
    margin-top: 55px;
    opacity: 0;
}
.t-state__cnt a:first-child {
    margin-top: 0;
}
.t-state__camera {
    width: 100%;
    background: url('../images/top/state-camera-bg.jpg') center center no-repeat;
    background-size: cover;
    padding: 35px;
    position: relative;
    transition: all 0.3s ease;
}
.t-state__camera::before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
}
.t-state__camera:hover::before {
    background: rgba(255, 255, 255, 0.15);
}
/* .t-state__camera::before {
    content: '';
    width: calc(100% + 26px);
    height: calc(100% + 26px);
    background: #FFF;
    opacity: 0.7;
    position: absolute;
    top: -13px;
    left: -13px;
}
.t-state__camera::after {
    content: '';
    width: 90%;
    max-width: 260px;
    height: 45px;
    background: url('../images/top/comming-soon.jpg') center center no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
} */
.t-state__camera__ttl {
    width: 90%;
    max-width: 570px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.t-state__camera__ttl img {
    width: 100%;
    transition: all 0.3s ease;
}
.t-state__camera p {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.13em;
    text-align: center;
    margin-top: 30px;
    z-index: 1;
}
.t-state__contest {
    width: 100%;
    background: #D2B964;
    padding: 0 95px;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    position: relative;
    transition: all 0.3s ease;
}
.t-state__contest:hover {
    background: #f2d77e;
    transition: all 0.3s ease;
}
.t-state__contest__item01 {
    height: 96%;
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
}
.t-state__contest__item01 img {
    height: 100%;
    vertical-align: middle;
}
.t-state__contest__item02 {
    height: 96%;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
}
.t-state__contest__item02 img {
    height: 100%;
    vertical-align: middle;
}
.t-state__contest__txt {
    width: 100%;
    position: relative;
    z-index: 3;
}
.t-state__contest__ttl {
    width: 90%;
    max-width: 430px;
    margin: 5px auto 0;
}
.t-state__contest__ttl img {
    width: 100%;
}
.t-state__contest__txt p {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    margin: 10px 0 50px;
}
.t-state__contest__img__wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.t-state__contest__img01 {
    width: 28%;
    max-width: 260px;
    position: absolute;
    top: 10px;
    left: 0;
}
.t-state__contest__img02 {
    width: 21%;
    max-width: 190px;
    position: absolute;
    top: -10px;
    right: 8.51%;
}
.t-state__contest__img03 {
    width: 23%;
    max-width: 210px;
    position: absolute;
    bottom: -15px;
    left: 5.32%;
}
.t-state__contest__img04 {
    width: 26%;
    max-width: 240px;
    position: absolute;
    bottom: -10px;
    right: 6.38%;
}
.t-state__contest__img01 img, .t-state__contest__img02 img, .t-state__contest__img03 img, .t-state__contest__img04 img {
    width: 100%;
}
.t-state__item01 {
    width: 505px;
    position: absolute;
    top: 85px;
    left: -430px;
    transform: rotate(6deg);
    z-index: -1;
}
.t-state__item01 img {
    width: 100%;
}
.t-state__item02 {
    width: 505px;
    position: absolute;
    top: 100px;
    right: -390px;
    transform: rotate(6deg);
    z-index: -1;
}
.t-state__item02 img {
    width: 100%;
}
.t-state__item03 {
    width: 240px;
    position: absolute;
    bottom: -170px;
    left: -285px;
    z-index: -1;
}
.t-state__item03 img {
    width: 100%;
}
.t-state__item04 {
    width: 725px;
    position: absolute;
    bottom: -130px;
    right: -280px;
    transform: rotate(220deg);
    z-index: -1;
}
.t-state__item04 img {
    width: 100%;
}
@media screen and (max-width: 1000px) {
    .t-state__contest__img02 {
        right: 0;
    }
    .t-state__contest__img03 {
        width: 21%;
        left: 0;
    }
    .t-state__contest__img04 {
        bottom: 15px;
        right: 0;
    }
}
@media screen and (max-width: 768px) {
    .t-state__container {
        max-width: 500px;
        padding: 80px 0;
    }
    .t-state__ttl__img {
        width: 90%;
        max-width: 400px;
    }
    .t-state__ttl span {
        font-size: 16px;
        margin-top: 5px;
    }
    .t-state__cnt {
        margin-top: 30px;
    }
    .t-state__cnt a {
        min-height: 300px;
        border: 10px solid #AA6E3C;
        margin-top: 50px;
    }
    .t-state__camera::before {
        display: none;
    }
    .t-state__camera__ttl {
        margin: 30px auto;
    }
    .t-state__camera p {
        font-size: 14px;
        margin-top: 20px;
    }
    .t-state__contest {
        flex-wrap: wrap;
        justify-content: center;
        padding: 0 30px;
    }
    .t-state__contest:hover {
        background: #D2B964;
    }
    .t-state__contest__item01 {
        width: 30px;
    }
    .t-state__contest__item01 img {
        width: 100%;
    }
    .t-state__contest__item02 {
        width: 30px;
    }
    .t-state__contest__item02 img {
        width: 100%;
    }
    .t-state__contest__txt {
        margin-right: 0;
    }
    .t-state__contest__ttl {
        width: 80%;
        max-width: 250px;
    }
    .t-state__contest__txt p {
        width: 85%;
        font-size: 14px;
        margin: 0 auto 10px;
    }
    .t-state__contest__img01 {
        width: 30%;
        min-width: 110px;
        max-width: none;
        top: 10px;
        left: 0;
    }
    .t-state__contest__img02 {
        width: 30%;
        min-width: 110px;
        max-width: none;
        top: -10px;
        right: 0;
    }
    .t-state__contest__img03 {
        width: 26%;
        min-width: 110px;
        max-width: none;
        bottom: -15px;
        left: 10px;
    }
    .t-state__contest__img04 {
        width: 28%;
        min-width: 110px;
        max-width: none;
        bottom: -10px;
        right: 10px;
    }
    .t-state__item01 {
        top: 150px;
        left: -430px;
    }
    .t-state__item02 {
        top: 300px;
        right: -390px;
    }
    .t-state__item03 {
        bottom: -100px;
        left: -250px;
    }
    .t-state__item04 {
        bottom: -120px;
        right: -280px;
    }
}





/* STYLE */
.t-style {
    width: 100%;
    padding: 50px 0 105px;
}
.t-style__container {
    width: 90%;
    max-width: 940px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    position: relative;
}
.t-style__ttl {
    margin: 10px 30px 0 0;
    display: flex;
    flex-direction: row-reverse;
    position: relative;
    z-index: 3;
    opacity: 0;
}
.t-style__ttl__img {
    width: 80px;
}
.t-style__ttl__img img {
    width: 100%;
}
.t-style__ttl span {
    display: block;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.08em;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin: 85px 20px 0 0;
}
.t-style__cnt {
    width: calc(100% - 166px);
    margin-right: 40px;
    position: relative;
    z-index: 3;
}
.t-style__talk {
    border-bottom: 1px solid #E1D2AA;
    padding: 0 10px 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    opacity: 0;
}
/*
.t-style__talk::before {
    content: '';
    width: 100%;
    height: 100%;
    background: #FFF;
    opacity: 0.45;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.t-style__talk::after {
    content: '';
    width: 260px;
    height: 45px;
    background: url('../images/top/comming-soon.jpg') center center no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}
*/
.t-style__talk__img {
    width: 55%;
    max-width: 415px;
    margin-right: 30px;
    overflow: hidden;
}
.t-style__talk__img img {
    width: 100%;
    transition: all 0.5s ease;
}
.t-style__talk:hover .t-style__talk__img img {
    transform: scale(1.1, 1.1);
    transition: all 0.5s ease;
}
.t-style__talk__txt {
    width: calc(45% - 30px);
}
.t-style__talk__ttl {
    width: 65%;
    max-width: 185px;
}
.t-style__talk__ttl img {
    width: 100%;
}
.t-style__talk__txt p {
    font-size: 16px;
    margin-top: 20px;
}
.t-style__talk__hash {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
}
.t-style__talk__hash li {
    font-size: 14px;
    font-weight: 700;
    margin-right: 15px;
}
.t-style__talk__hash li:last-child {
    margin-right: 0;
}
.t-style__schedule__wrap {
    display: block;
    padding-top: 55px;
}
.t-style__schedule {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    opacity: 0;
}
.t-style__schedule__img__wrap {
    width: 55%;
    max-width: 415px;
    margin-right: 30px;
}
.t-style__schedule__img {
    width: 100%;
    height: 250px;
    overflow: hidden;
}
.t-style__schedule__img img {
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
}
.t-style__schedule__wrap:hover .t-style__schedule__img img {
    transform: scale(1.1, 1.1);
    transition: all 0.5s ease;
}
.t-style__schedule__txt {
    width: calc(45% - 30px);
}
.t-style__schedule__ttl {
    width: 90%;
    max-width: 265px;
}
.t-style__schedule__ttl img {
    width: 100%;
}
.t-style__schedule__txt p {
    font-size: 16px;
    margin-top: 20px;
}
.t-style__schedule__hash {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
}
.t-style__schedule__hash li {
    font-size: 14px;
    font-weight: 700;
    margin-right: 15px;
}
.t-style__schedule__hash li:last-child {
    margin-right: 0;
}
.t-style__item01 {
    width: 280px;
    position: absolute;
    top: 105px;
    right: -315px;
    z-index: 1;
}
.t-style__item01 img {
    width: 100%;
}
.t-style__item02 {
    width: 1020px;
    position: absolute;
    bottom: -475px;
    right: -870px;
    z-index: 2;
}
.t-style__item02 img {
    width: 100%;
}
@media screen and (max-width: 768px) {
    .t-style {
        padding: 50px 0 100px;
    }
    .t-style__container {
        max-width: 500px;
    }
    .t-style__ttl {
        margin: 10px 0 0 0;
    }
    .t-style__ttl__img {
        width: 50px;
    }
    .t-style__ttl span {
        font-size: 16px;
        margin: 55px 5px 0 0;
    }
    .t-style__cnt {
        width: calc(100% - 88px);
        margin-right: 10px;
    }
    .t-style__talk {
        padding: 0 10px 30px 0;
        flex-wrap: wrap;
    }
    .t-style__talk:hover .t-style__talk__img img {
        transform: scale(1, 1);
    }
    .t-style__talk__img {
        width: 100%;
        margin-right: 0;
    }
    /*
    .t-style__talk::after {
        content: '';
        width: 170px;
        height: 30px;
    }
    .t-style__talk__img {
        width: 100%;
        height: auto;
        max-width: 350px;
        margin: 0 auto 0 0;
    }
    */
    .t-style__schedule__wrap:hover .t-style__schedule__img img {
        transform: scale(1, 1);
    }
    .t-style__talk__txt {
        width: 100%;
    }
    .t-style__talk__ttl {
        width: 70%;
        max-width: 150px;
        margin: 20px auto 0 0;
    }
    .t-style__schedule__wrap {
        padding-top: 30px;
    }
    .t-style__schedule {
        flex-wrap: wrap;
    }
    .t-style__schedule__img__wrap {
        width: 100%;
        height: auto;
        margin-right: 0;
    }
    .t-style__schedule__img {
        width: 100%;
        height: 100%;
    }
    .t-style__schedule__txt {
        width: 100%;
        margin-top: 20px;
    }
    .t-style__schedule__ttl {
        width: 90%;
        max-width: 200px;
    }
    .t-style__item01 {
        top: 400px;
        right: -240px;
    }
    .t-style__item02 {
        width: 520px;
        bottom: -175px;
        right: -420px;
        z-index: 2;
    }
}





/* BASIC */
.t-basic {
    width: 100%;
    background: url('../images/top/basic-bg.jpg') center center no-repeat;
    background-size: cover;
    padding: 60px 0 100px;
}
.t-basic__container {
    width: 90%;
    max-width: 820px;
    margin: 0 auto;
    position: relative;
}
.t-basic__ttl {
    opacity: 0;
}
.t-basic__ttl__img {
    width: 570px;
    margin: 0 auto;
}
.t-basic__ttl__img img {
    width: 100%;
}
.t-basic__ttl span {
    display: block;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-align: center;
}
.t-basic__cnt {
    width: 100%;
    margin-top: 70px;
    position: relative;
    z-index: 3;
}
.t-basic__cnt--add {
    opacity: 0;
}
.t-basic__cnt--add a {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
}
.t-basic__cnt--add a img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    transition: all 0.5s ease;
}
.t-basic__cnt--add a:hover img {
    transform: scale(1.1, 1.1);
    transition: all 0.5s ease;
}
.t-basic__cnt--top {
    display: flex;
    justify-content: space-between;
}
.t-basic__cnt--top a {
    display: block;
    width: 400px;
    overflow: hidden;
    opacity: 0;
}
.t-basic__cnt--top a img {
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
}
.t-basic__cnt--top a:hover img {
    transform: scale(1.1, 1.1);
    transition: all 0.5s ease;
}
.t-basic__trading {
    width: 100%;
    margin-top: 20px;
    display: flex;
    opacity: 0;
}
.t-basic__trading__img {
    width: 50%;
    flex: 1 0 auto;
}
.t-basic__trading__img img {
    width: 100%;
    height: 100%;
}
.t-basic__trading__txt {
    width: 50%;
    background: #FFF;
    padding: 45px 0 30px 50px;
}
.t-basic__trading__ttl {
    width: 190px;
}
.t-basic__trading__ttl img {
    width: 100%;
}
.t-basic__trading__txt p {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.08em;
    line-height: 1.75;
    margin-top: 10px;
}
.t-basic__trading__btn {
    margin-top: 30px;
    display: flex;
    align-items: center;
}
.t-basic__trading__btn img {
    width: 25px;
}
.t-basic__item01 {
    width: 240px;
    position: absolute;
    top: 30px;
    left: -345px;
    z-index: 2;
}
.t-basic__item01 img {
    width: 100%;
}
.t-basic__item02 {
    width: 725px;
    position: absolute;
    bottom: -360px;
    left: -520px;
    transform: rotate(-140deg);
    z-index: 1;
}
.t-basic__item02 img {
    width: 100%;
}
@media screen and (max-width: 768px) {
    .t-basic {
        padding: 60px 0 100px;
    }
    .t-basic__container {
        max-width: 500px;
    }
    .t-basic__ttl__img {
        width: 330px;
    }
    .t-basic__ttl span {
        font-size: 16px;
    }
    .t-basic__cnt {
        margin-top: 50px;
    }
    .t-basic__cnt--add a {
        max-width: 400px;
        margin: 0 auto 20px;
    }
    .t-basic__cnt--add a:hover img {
        transform: scale(1, 1);
    }
    .t-basic__cnt--top {
        flex-wrap: wrap;
    }
    .t-basic__cnt--top a {
        width: 100%;
        max-width: 400px;
        margin: 20px auto 0;
    }
    .t-basic__cnt--top a:first-child {
        margin-top: 0;
    }
    .t-basic__cnt--top a:hover img {
        transform: scale(1, 1);
    }
    .t-basic__trading {
        max-width: 400px;
        margin: 20px auto 0;
        flex-wrap: wrap;
    }
    .t-basic__trading__img {
        width: 100%;
    }
    .t-basic__trading__txt {
        width: 100%;
        padding: 20px;
    }
    .t-basic__trading__ttl {
        width: 90%;
        max-width: 150px;
    }
    .t-basic__item01 {
        top: 100px;
        left: -200px;
    }
    .t-basic__item02 {
        bottom: -330px;
        left: -600px;
    }
}





/* EMPLOYEE */
.t-employee {
    width: 100%;
    padding: 100px 0 60px;
}
.t-employee__container {
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    position: relative;
    z-index: 2;
}
.t-employee__ttl {
    display: flex;
    flex-direction: row-reverse;
    opacity: 0;
}
.t-employee__ttl__img {
    width: 180px;
}
.t-employee__ttl__img img {
    width: 100%;
}
.t-employee__ttl span {
    font-size: 18px;
    letter-spacing: 0.08em;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    padding: 80px 35px 0 0;
}
.t-employee__cnt {
    width: calc(100% - 290px);
    max-width: 600px;
    position: relative;
    z-index: 3;
}
.t-employee__cnt a {
    display: block;
    overflow: hidden;
}
.t-employee__interview {
    width: 100%;
    padding: 35px 0 15px;
    position: relative;
    opacity: 0;
}
.t-employee__interview::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url('../images/top/employee-interview-bg.jpg') center center no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s ease;
}
.t-employee__interview:hover::before {
    transform: translate(-50%, -50%) scale(1.1, 1.1);
    transition: all 0.5s ease;
}
.t-employee__interview h3 {
    color: #FFF;
    font-size: 30px;
    letter-spacing: 0.1em;
    text-align: center;
    position: relative;
    z-index: 2;
}
.t-employee__interview p {
    width: 210px;
    color: #FFF;
    font-size: 20px;
    text-align: center;
    border: 2px solid #FFF;
    padding: 8px 0;
    margin: 20px auto;
    text-align: center;
    position: relative;
    z-index: 2;
}
.t-employee__report {
    width: 100%;
    padding: 35px 0;
    margin-top: 30px;
    position: relative;
    opacity: 0;
}
.t-employee__report::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url('../images/top/employee-report-bg.jpg') center center no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s ease;
}
.t-employee__report:hover::before {
    transform: translate(-50%, -50%) scale(1.1, 1.1);
    transition: all 0.5s ease;
}
.t-employee__report .prepare {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 0;
    left: 0;
}
.t-employee__report .prepare::before {
    content: '';
    width: 260px;
    height: 45px;
    background: url('../images/top/comming-soon.jpg') center center no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}
.t-employee__report h3 {
    color: #FFF;
    font-size: 30px;
    letter-spacing: 0.1em;
    text-align: center;
    position: relative;
    z-index: 2;
}
.t-employee__report p {
    color: #FFF;
    font-size: 20px;
    text-align: center;
    margin: 20px auto;
    letter-spacing: 0.05em;
    position: relative;
    z-index: 2;
}
.t-employee__ikflix {
    width: 100%;
    padding: 10px 0;
    margin-top: 30px;
    position: relative;
    opacity: 0;
}
.t-employee__ikflix::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url('../images/top/employee-ikflix-bg.jpg') center center no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s ease;
}
.t-employee__ikflix:hover::before {
    transform: translate(-50%, -50%) scale(1.1, 1.1);
    transition: all 0.5s ease;
}
.t-employee__ikflix .prepare {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 0;
    left: 0;
}
.t-employee__ikflix .prepare::before {
    content: '';
    width: 260px;
    height: 45px;
    background: url('../images/top/comming-soon.jpg') center center no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}
.t-employee__ikflix h3 {
    text-align: center;
    position: relative;
    z-index: 2;
}
.t-employee__ikflix h3 img {
	width: 300px;
	height: auto;
}
.t-employee__item01 {
    width: 735px;
    position: absolute;
    bottom: -290px;
    right: -610px;
    transform: rotate(180deg);
    z-index: -1;
}
.t-employee__item01 img {
    width: 100%;
}
@media screen and (max-width: 768px) {
    .t-employee {
        padding: 50px 0 60px;
    }
    .t-employee__container {
        max-width: 500px;
        flex-wrap: wrap;
    }
    .t-employee__ttl__img {
        width: 130px;
    }
    .t-employee__ttl span {
        font-size: 16px;
        padding: 50px 20px 0 0;
    }
    .t-employee__cnt {
        width: 100%;
        margin-top: 30px;
    }
    .t-employee__interview::before {
        background: url('../images/top/employee-interview-bg-sp.jpg') center top no-repeat;
        background-size: cover;
    }
    .t-employee__interview:hover::before {
        transform: translate(-50%, -50%) scale(1, 1);
    }
    .t-employee__interview .prepare::before {
        content: '';
        width: 170px;
        height: 30px;
    }
    .t-employee__interview h3 {
        width: 90%;
        font-size: 24px;
        margin: 0 auto;
    }
    .t-employee__interview p {
        width: 180px;
        font-size: 18px;
        padding: 5px 0;
        margin: 20px auto;
    }
    .t-employee__report {
        padding: 35px 0 15px;
        margin-top: 20px;
    }
    .t-employee__report:hover::before {
        transform: translate(-50%, -50%) scale(1, 1);
    }
    .t-employee__report .prepare::before {
        content: '';
        width: 170px;
        height: 30px;
    }
    .t-employee__report h3 {    
        width: 90%;
        font-size: 24px;
        margin: 0 auto;
    }
    .t-employee__report p {
        font-size: 18px;
        margin: 20px auto;
    }
    .t-employee__item01 {
        bottom: -200px;
        right: -650px;
    }
}





/* RECRUIT */
.t-recruit {
    width: 100%;
    background: url('../images/top/recruit-bg.jpg') center center no-repeat;
    background-size: cover;
    padding: 50px 0 33.3vw;
}
.t-recruit__container {
    width: 90%;
    max-width: 720px;
    margin: 0 auto;
}
.t-recruit__ttl {
    opacity: 0;
}
.t-recruit__ttl__img {
    width: 115px;
    margin: 0 auto;
}
.t-recruit__ttl__img img {
    width: 100%;
}
.t-recruit__ttl span {
    display: block;
    color: #FFF;
    font-size: 30px;
    text-align: center;
    letter-spacing: 0.02em;
    margin-top: 20px;
}
.t-recruit__link {
    width: 100%;
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
    opacity: 0;
}
.t-recruit__link li {
    width: 48.6%;
    background: #FFF;
    position: relative;
}
.t-recruit__link li::before {
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    background: #090000;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    transition: all 0.3s ease;
}
.t-recruit__link li:hover::before {
    background: #FFF;
    transition: all 0.3s ease;
}
.t-recruit__link li::after {
    content: '';
    width: 1px;
    height: 100%;
    background: #D2B964;
    position: absolute;
    top: 0;
    right: 30px;
}
.t-recruit__link li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 30px 40px;
    font-size: 20px;
    letter-spacing: 0.26em;
    transition: all 0.3s ease;
}
.t-recruit__link li a:hover {
    color: #FFF;
    background: #090000;
    transition: all 0.3s ease;
}
.t-recruit__link li a span {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #D2B964;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    z-index: 1;
}
.t-recruit__link li a span::before {
    content: '';
    width: 7px;
    height: 7px;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
    .t-recruit {
        width: 100%;
        background: url('../images/top/recruit-bg.jpg') right 40% center no-repeat;
        background-size: cover;
        padding: 50px 0 350px;
    }
    .t-recruit__container {
        max-width: 500px;
    }
    .t-recruit__ttl__img {
        width: 100px;
    }
    .t-recruit__ttl span {
        font-size: 26px;
        margin-top: 10px;
    }
    .t-recruit__link {
        margin-top: 50px;
        flex-wrap: wrap;
    }
    .t-recruit__link li {
        width: 100%;
        margin-top: 10px;
    }
    .t-recruit__link li:first-child {
        margin-top: 0;
    }
    .t-recruit__link li::before {
        width: 10px;
        height: 10px;
    }
    .t-recruit__link li:hover::before {
        background: 090000;
    }
    .t-recruit__link li a {
        padding: 25px 30px;
        font-size: 16px;
    }
    .t-recruit__link li a:hover {
        color: #090000;
        background: #FFF;
    }
    .t-recruit__link li a span {
        width: 15px;
        height: 15px;
        right: 22.5px;
    }
    .t-recruit__link li a span::before {
        width: 5px;
        height: 5px;
    }
}