.slide-items {
  width: 100%;
  height: 100%;
  margin: 60px 0;
  z-index: -1;
}

.slide-items img {
  width: 100%;
  object-fit: cover;
}

/******************************/
/************************ mb **/
/******************************/
@media (max-width:600px){

.main-visual{
    position: relative;
    width: 100%;
    height: 36vh;
    object-fit: cover;
    overflow-y: hidden;
    margin-bottom: 60px;
}
.video{
    position: absolute;
    width: 100%;
    height: auto;
}
.catchphrase{
    position: absolute;
    top: 90px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.catchphrase img{
    display: block;
    width: 60px;
    margin: 0 auto;
}
.catchphrase h2{
    font-size: 4vw;
    color: var(--baseWhite);
    font-family: var(--fontNotoSerifJa),serif;
    padding: 1rem 0;
}
.catchphrase p{
    font-size: 0.85rem;
    color: var(--baseWhite);
    letter-spacing: 2px;
}

/* others-links */
.others-links{
    position: fixed;
    width: 100%;
    bottom: 0;
    right: 0;
    display: flex;
}
.others-links a{
    display: flex;
    width: 50%;
    justify-content: center;
    color: var(--baseWhite);
    background: var(--baseOrange);
    font-size: 0.75rem;
    letter-spacing: 2px;
    padding: 1.0rem 0;
}
.others-links a:first-child{
    border-right: 1px solid var(--baseWhite);
}
.others-links img{
    display: block;
    width: 20px;
    height: 14px;
    padding: 0 0.25rem;
}
.others-links a:hover{
    background: var(--baseGreen);
    transition: 0.5s;
}

/* concept-area */
#concept-area{
    display: flex;
    flex-direction: column;
    width: 90%;
    margin-top: 60px;
}
.concept-visual{
    width: 100%;
    height: 200px;
    overflow-y: hidden;
}
.concept-visual img{
    width: 100%;
    height: auto;
}
.concept-caption{
    width: 100%;
    margin-top: 30px;
}
.concept-caption-title{
    font-size: 1.2rem;
    color: var(--baseOrange);
    font-family: var(--fontNotoSerifJa),serif;
    font-weight: normal;
}
.concept-caption-title:after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    margin-top: 4px;
    background  : var(--baseOrange);
}
.concept-caption-subtitle{
    font-size: 0.85rem;
    color: var(--baseBlack);
    letter-spacing: 2px;
}
.concept-caption_inner{
    width: 70%;
    margin: 30px 0;
}
.concept-caption_item{
    font-size: 1.0rem;
    color: var(--baseBlack);
    letter-spacing: 2px;
    line-height: 1.4;
}

/* info-area */
#info-area{
    display: flex;
    width: 90%;
    flex-direction: column;
    margin-top: 60px;
}
.info-title{
    width: 40%;
}
.info-title h2{
    display: flex;
    flex-direction: column;
    text-align: left;
    color: var(--baseBlack);
    line-height: 1.2;
    letter-spacing: 2px;
}
.info-title-en{
    font-size: 1.2rem;
}
.info-title-ja{
    font-size: 0.75rem;
}
.info-inner{
    width: 100%;
}
.info-item{
    border-bottom: 1px solid var(--baseBlack);
}
.info-item a{
    display: block;
    color: var(--baseBlack);
    font-size: 0.85rem;
    line-height: 2.4;
    transition: 0.5s;
}
.info-item a:hover{
    color: var(--baseOrange);
}
.info-inner .btn{
    margin-top: 30px;
}
/* concept-area */
#creator-area{
    margin-top: 120px;
    background: var(--baseWhite);
}

/* creator-catchphrase */
.creator-catchphrase{
    position: relative;
    height: 360px;
    line-height: 3;
    letter-spacing: 4px;
    top: -100px;
}
.creator-catchphrase h2{
    position: absolute;
    writing-mode: vertical-rl;
    font-size: 1.0rem;
    color: var(--baseBlack);
    left: 50%;
    transform: translateX(-50%);
}
.creator-catchphrase span{
    padding-top: 9rem;
}
.creator-inner{
    display: flex;
    width: 90%;
    flex-direction: column;
    padding: 60px 0;
}
.creator-visual{
    width: 100%;
    height: 240px;
    overflow-y: hidden;
}
.creator-visual img{
    width: 100%;
    height: auto;
}
.creator-caption{
    width: 100%;
    margin-top: 60px;
}
.creator-caption-title{
    font-size: 1.2rem;
    color: var(--baseGreen);
    font-family: var(--fontNotoSerifJa),serif;
    font-weight: normal;
}
.creator-caption-title:after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    margin-top: 4px;
    background: var(--baseGreen);
}
.creator-caption-subtitle{
    font-size: 0.85rem;
    color: var(--baseBlack);
    letter-spacing: 2px;
}
.creator-caption_inner{
    width: 100%;
    margin: 30px 0;
}
.creator-caption_item{
    font-size: 1.0rem;
    color: var(--baseBlack);
    letter-spacing: 2px;
    line-height: 1.4;
}
}


/******************************/
/************************ pc **/
/******************************/
@media (min-width:600px){

.main-visual{
    position: relative;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    overflow-y: hidden;
    margin-bottom: 60px;
}
.video{
    position: absolute;
    width: 100%;
    height: auto;
}
.catchphrase{
    position: absolute;
    top: 200px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.catchphrase img{
    display: block;
    width: 90px;
    margin: 0 auto;
}
.catchphrase h2{
    font-size: 2.4rem;
    font-family: var(--fontNotoSerifJa),serif;
    color: var(--baseWhite);
    padding: 2rem 0;
}
.catchphrase p{
    font-size: 1.0rem;
    color: var(--baseWhite);
    letter-spacing: 2px;
}

/* others-links */
.others-links{
    position: fixed;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: flex-end;
}
.others-links a{
    display: flex;
    justify-content: center;
    color: var(--baseWhite);
    background: var(--baseOrange);
    font-size: 12px;
    letter-spacing: 2px;
    padding: 1.0rem 3.2rem;
}
.others-links a:first-child{
    border-right: 1px solid var(--baseWhite);
}
.others-links img{
    display: block;
    width: 20px;
    height: 14px;
    padding: 0 0.5rem;
}
.others-links a:hover{
    background: var(--baseGreen);
    transition: 0.5s;
}

/* concept-area */
#concept-area{
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
.concept-visual{
    width: 40%;
}
.concept-visual img{
    width: 100%;
    height: auto;
}
.concept-caption{
    width: 56%;
    margin-top: 60px;
}
.concept-caption-title{
    font-size: 2.0rem;
    color: var(--baseOrange);
    font-family: var(--fontNotoSerifJa),serif;
    font-weight: normal;
}
.concept-caption-title:after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    margin-top: 4px;
    background: var(--baseOrange);
}
.concept-caption-subtitle{
    font-size: 1.0rem;
    color: var(--baseBlack);
    letter-spacing: 2px;
}
.concept-caption_inner{
    width: 70%;
    margin: 30px 0;
}
.concept-caption_item{
    font-size: 1.0rem;
    color: var(--baseBlack);
    letter-spacing: 2px;
    line-height: 1.4;
}

/* info-area */
#info-area{
    display: flex;
    justify-content: space-between;
    margin-top: 160px;
}
.info-title{
    width: 40%;
}
.info-title h2{
    display: flex;
    flex-direction: column;
    text-align: right;
    color: var(--baseBlack);
    line-height: 1.2;
    letter-spacing: 2px;
}
.info-title-en{
    font-size: 0.85rem;
}
.info-title-ja{
    font-size: 0.75rem;
}
.info-inner{
    width: 56%;
}
.info-item{
    border-bottom: 1px solid var(--baseBlack);
}
.info-item a{
    display: block;
    color: var(--baseBlack);
    font-size: 0.85rem;
    line-height: 2.4;
    transition: 0.5s;
}
.info-item a:hover{
    color: var(--baseOrange);
}
.info-inner .btn{
    margin-top: 60px;
}
/* concept-area */
#creator-area{
    margin-top: 320px;
    background: var(--baseWhite);
}

/* creator-catchphrase */
.creator-catchphrase{
    position: relative;
    height: 440px;
    line-height: 3;
    letter-spacing: 4px;
    top: -160px;
}
.creator-catchphrase h2{
    position: absolute;
    writing-mode: vertical-rl;
    font-size: 1.5rem;
    color: var(--baseBlack);
    left: 50%;
    transform: translateX(-50%);
}
.creator-catchphrase span{
    padding-top: 9rem;
}
.creator-inner{
    display: flex;
    justify-content: space-between;
    padding: 160px 0;
}
.creator-visual{
    width: 40%;
}
.creator-visual img{
    width: 100%;
    height: auto;
}
.creator-caption{
    width: 56%;
    margin-top: 60px;
}
.creator-caption-title{
    font-size: 2.0rem;
    color: var(--baseGreen);
    font-family: var(--fontNotoSerifJa),serif;
    font-weight: normal;
}
.creator-caption-title:after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    margin-top: 4px;
    background: var(--baseGreen);
}
.creator-caption-subtitle{
    font-size: 1.0rem;
    color: var(--baseBlack);
    letter-spacing: 2px;
}
.creator-caption_inner{
    width: 70%;
    margin: 30px 0;
}
.creator-caption_item{
    font-size: 1.0rem;
    color: var(--baseBlack);
    letter-spacing: 2px;
    line-height: 1.4;
}
}