@charset "UTF-8";

.youtube-movie {
    width: 100%;
    /* height: 605px; */
}

.youtube-movie img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16 / 9;
}

.youtube-movie__inner {
    max-width: 860px;
    width: calc(100% - 40px);
    margin: 0px auto; 
}

.youtube-movie__player {
    margin-bottom: 40px;
    width: 100%;
    background-color: #000000;
}

.youtube-movie__player-item {
    max-width: 860px;
    margin: 0 auto;
}

.youtube-movie__player-content {
    position: relative;
    width:100%;
    height:0;
    padding-top: 56.25%;
}

.youtube-movie__player-content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.youtube-movie__detail {
    /* padding: 15px 15px 10px; */
}

.youtube-movie__heading {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 20px;
}

.youtube-movie__user {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.youtube-movie__user-icon {
    width: 40px;
    height: 40px;
}

.youtube-movie__user-icon img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.youtube-movie__user-info {
    display: flex;
    align-items: center;
}

.youtube-movie__user-name {
    font-size: 1.1rem;
    font-weight: 300;
    padding-left: 8px;
    padding-right: 8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.youtube-movie__user-name--gray {
    color: #999999;
}

.youtube-movie__user-sns-list {
    display: flex;
}

.youtube-movie__user-sns-item {
    width: 26px;
    height: 26px;
}

.youtube-movie__user-sns-item a {
    display: block;
    width: 100%;
    height: 100%;
}

.youtube-movie__user-sns-item:not(:nth-last-child(1)) {
    margin-right: 15px;
}

.youtube-movie__user-sns-item a:hover {
    opacity: .7;
    transition: opacity .3s;
}

.youtube-movie__product {
    /* padding: 0 15px 15px 15px; */
}

.youtube-movie__product-title {
    display: block;
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 20px;
    padding-top: 40px;
    border-top: solid 1px #e5e5e5;
}

.youtube-movie__product-list {
    display: flex;
    gap: 5px;
    overflow-x: scroll;
}

.youtube-movie__product-item {
    width: 160px;
    /* width: calc(100% / 5 - 30px); */
    flex-shrink: 0;
}

.youtube-movie__product-item:not(:nth-last-child(1)) {
    margin-right: 5px;
}

.youtube-movie__product-item:hover {
    opacity: .7;
    transition: opacity .3s;
}

.youtube-movie__product-img {
    width: 140px;
    height: 120px;
    margin-bottom: 10px;
}

.youtube-movie__product-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.youtube-movie__product-state {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 5px;
}

.youtube-movie__product-price {
    color: #ff0030;
    font-size: 1.7rem;
    font-weight: bold;
    padding-right: 4px;
}

.youtube-movie__product-label {
    color: #ff0030;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 4px;
}

.youtube-movie__product-label.none {
    color: #999;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 2px;
    padding-top: 2px;
}

.youtube-movie__product-quantity {
    display: block;
    font-size: 1.2rem;
    color: #000000;
    margin-bottom: 4px;
    font-weight: bold;
}

.youtube-movie__product-quantity.none {
    color: #999;
}

.youtube-movie__product-name {
    display: block;
    color: #000000;
    font-size: 1.1rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.youtube__list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 24px;
}

@media screen and (max-width: 880px) {
    .youtube-channels {
        width: 880px;
    }
}

.youtube-channels__inner .youtube__list {
    justify-content: space-between;
    gap: 36px;
    overflow: hidden;
}

@media screen and (max-width: 1200px) {
    .youtube__list {
        gap: 60px;
    }
}

.youtube__item {
    width: calc((100% - 60px)/3);
    /* width: 412px; */
}

.youtube-channels__inner .youtube__item {
    width: calc((100% - 36px)/2);
}

@media screen and (max-width: 1200px) {
    .youtube__item {
        width: calc((100% - 60px)/2);
    }
}

@media screen and (max-width: 767px) {
    .youtube__item {
        width: 100%;
    }

    .youtube-channels__inner .youtube__item {
        width: 100%;
    }
}

.youtube__item a:hover {
    opacity: .7;
    transition: opacity .3s;
}

.youtube__thumbnail {
    width: 100%;
    /* height: 214px; */
}

.youtube__thumbnail--small {
    /* height: 142px; */
}

.youtube__thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16 / 9;
}

.youtube__detail {
    padding: 15px 0 12px;
    display: flex;
    height: 62px;
}

.youtube__user-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.youtube__user-icon--small {
    width: 48px;
    height: 48px;
}

.youtube__user-icon--small img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.youtube__user-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.youtube__description {
    width: calc(100% - 70px);
    margin: 8px auto auto 15px;
}

.youtube__description--ml-16 {
    margin: auto auto auto 16px;
}

.youtube__heading {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #000000;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.3;
    margin-bottom: 8px;
    white-space: normal;
}

.youtube__user-name {
    font-size: 1.1rem;
    font-weight: 300;
    padding-top: 2px;
}

.youtube__user-name--gray {
    color: #999999;
}

.youtube-movie__user-name--large {
    display: block;
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 20px;
    padding-left: 0;
    padding-top: 40px;
    border-top: solid 1px #e5e5e5;
}

.youtube-movie__user-name--put {
    margin-left: 4px;
}

.youtube__product-title {
    display: inline-block;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 8px;
}

.youtube__product-list {
    display: flex;
    overflow-x: scroll;
    padding: 10px;
    margin: -10px;
}

.youtube__product-list.is-only {
    overflow: visible;
}

.youtube__product-list.is-only .youtube__product-item {
    width: 100%;
}

.youtube__product-item {
    position: relative;
    box-sizing: border-box;
    width: 345px;
    margin-right: 15px;
    height: 98px;
    flex-shrink: 0;
    border: solid 1px #eee;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 10%);
}

.youtube__product-item::after {
    content: "";
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../../../img/common/sp-icon-arrow-right.png);
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    background-size: 7px 12px;
}

.youtube__product-item--NotExist {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    flex-shrink: 0;
    height: 98px;
    flex-shrink: 0;
    border: solid 1px #eee;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 10%);
}

.youtube__product-NoItem {
    font-size: 1.5rem;
    color: #cccccc;
    font-weight: 600;
}

.youtube__product-item-inner {
    box-sizing: border-box;
    display: flex;
    height: 100%;
    padding: 10px;
    align-items: center;
}

.youtube__product-detail {
    width: calc(100% - 115px);
    margin: auto auto auto 10px;
}

.youtube__product-price {
    display: block;
    font-size: 2.1rem;
    font-weight: bold;
    color: #FF0030;
    margin-bottom: 4px;
}

/* .youtube__product-label {
    display: inline-block;
    width: 40px;
    margin-bottom: 4px;
    padding: 6px 6px 3px;
    font-size: 1rem;
    color: #ffffff;
    background-color: #FF0030;
    border-radius: 2px;
} */

.youtube__product-label.none {
    background-color: #fff;
    font-size: 1.3rem;
    font-weight: bold;
    width: auto;
    color: #999;
    padding: 6px 0 0;
    margin-bottom: 4px;
}

.youtube__product-quantity {
    display: block;
    font-size: 1.2rem;
    font-weight: 800;
    color: #000000;
    margin-bottom: 4px;
}

.youtube__product-quantity.none {
    color: #999;
}

.youtube__product-name {
    font-size: 1.1rem;
    font-weight: bold;
}

.youtube__product-state {
    display: flex;
    white-space: nowrap;
}

.youtube__product-img {
    width: 115px;
    height: 68px;
}

.youtube__product-img img {
    width: 115px;
    height: 100%;
    object-fit: contain;
}

.youtube__product-name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    max-width: 185px;
    color: #000000;
    white-space: normal;
}

/* youtuber channel page */

.youtube-channels__user {
    display: flex;
    background-color: #222222;
}

.youtube-channels__user-inner {
    display: flex;
    align-items: center;
    max-width: 860px;
    margin: 0 auto;
    padding: 20px 0;
}

.youtube-channels__user-info {
    width: calc(860px - 280px);
    padding: 15px 0;
}

.youtube-channels__inner {
    max-width: 860px;
    margin: 0 auto;
}

.youtube-channels__user-name {
    color: #ffffff;
    font-size: 6rem;
    margin-bottom: 10px;
    padding-top: 12px;
    display: flex;
    align-items: center;
    word-wrap: break-word;
}

.youtube-channels__user-img {
    width: 100px;
    height: 100px;
}

.youtube-channels__user-img img {
    width: 100px;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.youtube-channels__user-detail {
    display: flex;
    /* align-items: center; */
}

.youtube-channels__detail {
    /* display: table; */
    margin: 0 0 40px;
    position: relative;
}

.youtube-channels__detail-content {
    box-sizing: border-box;
    width: 100%;
    padding: 0 15px 10px;
    max-height: 50px;
    overflow: hidden;
    position: relative;
    transition: .5s;
}

.youtube-channels__detail-content::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    pointer-events: none;
    transition: 1s;
}

.youtube-channels__detail input {
    visibility: hidden;
    position: absolute;
}

.youtube-channels__detail label {
    position: absolute;
    bottom: -25px;
    display: block;
    font-size: 1rem;
    padding: 5px;
    right: 0;
    transform: translateX(-50%);
    color: white;
    z-index: 999;
    cursor: pointer;
}

.youtube-channels__detail label::before {
    content: "もっと見る";
}

.youtube-channels__detail input:checked+label::before {
    content: "閉じる"
}

input[type=checkbox]:checked~.youtube-channels__detail-content {
    max-height: 500px;
}

input[type=checkbox]:checked~.youtube-channels__detail-content::before {
    opacity: 0
}

.youtube-channels__detail-text {
    color: #999999;
    font-size: 1.4rem;
    line-height: 1.7;
}

.youtube-channels__sign {
    padding-left: 10px;
}

.youtube-channels__sign img {
    width: 280px;
    height: auto;
    border-radius: 10px;
}

.youtube-interview {
    margin-top: 50px;
    margin-bottom: 50px;
}

.youtube-interview__title {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 13px;
}

.youtube-interview__link:hover {
    opacity: .7;
    transition: opacity .3s;
}

.youtube-interview__img {
    margin-bottom: 15px;
    height: 214px;
}

.youtube-interview__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16 / 9;
}

.youtube-interview__intro {
    color: #000;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

/* ambassador interview */
.ambassador-interview {
    background-color: #000000;
    padding-bottom: 40px;
}

.ambassador-interview__inner {
    max-width: 880px;
    margin: 0 auto;
}

.ambassador-interview .youtube-movie__player {
    position: relative;
}

.ambassador-interview__person {
    max-width: 880px;
    margin: 0 auto 80px;
}

.ambassador-interview__person .c-categoly {
    border-top: solid 4px #000000;
    border-left: solid 4px #000000;
    border-right: solid 4px #000000;
    background-color: #ff3838;
    color: #fff;
    padding: 8px;
}

.ambassador-interview__detail {
    max-width: 880px;
    margin: 0 auto;
}

.ambassador-interview__content {
    color: #ffffff;
    font-size: 1.6rem;
    line-height: 1.875;
    margin-bottom: 80px;
}

.ambassador-interview__section-title {
    margin-bottom: 40px;
}

.ambassador-interview__section-title h2 {
    font-size: 2.5rem;
    font-weight: 600;
    box-decoration-break: clone;	
	-webkit-box-decoration-break: clone;
	display: inline;
	padding: 10px 12px 8px 12px;
	line-height: 2.5;
	background-color: #ffffff;
}

.ambassador-interview__question {
    color: #aaaaaa;
    font-size: 1.4rem;
    margin-bottom: 30px;
    line-height: 2.14;
}

.ambassador-interview__answer {
    color: #ffffff;
    font-size: 1.6rem;
    line-height: 1.875;
    margin-bottom: 80px;
}

.ambassador-interview__img {
    margin-bottom: 80px;
}

.ambassador-interview__img-title {
    color: #fff;
    font-size: 2rem;
    margin-top: 80px;
}

.ambassador-interview__movie {
    margin-bottom: 80px;
}

.c-youtuber__sns {
    display: flex;
}

.c-youtuber__sns--mla {
    margin-left: auto;
}

.c-youtuber__sns-item:not(:first-child) {
    margin-left: 15px;
}

.c-youtuber__sns-item a {
    display: block;
    width: 100%;
    height: 100%;
}

/* c-article-card */
.c-article-card {
    width: 100%;
}

.c-article-card__inner {
    padding: 20px;
    margin-top: 9px;
    background-color: #fff;
    border: solid 2px #000000;
    color: var(--text-color-black);
}


.c-categoly {
    font-size: 1.6rem;
    border-top: solid 4px #000000;
    border-left: solid 4px #000000;
    border-right: solid 4px #000000;
}

.c-article-card__vol {
    font-size: 3.1rem;
    padding-right: 12px;
}

.c-article-card__person {
    font-family: 'Oswald', sans-serif;
    display: flex;
    align-items: baseline;
    border-bottom: solid 2px #000000;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.c-article-card__person-name {
    display: block;
    font-size: 3.6rem;
}

.c-article-card__person-name {
    font-size: 5.4rem;
}

.c-article-card__description {
    font-size: 1.8rem;
    line-height: 1.5;
}

.c-article-card__description {
    font-size: 2.2rem;
    line-height: 1.5;
}
