@charset "UTF-8";

/* MV */
#lv_outer {
    display: none;
}

/* MVの替わりのyoutube */

#youtube_mv + section {
    padding-top: 130px;
}

#youtube_mv + section .content_wrapper {
    width: 100%;
    height: 56.25%;
    min-height: 56.25%;
    max-width: 1700px !important;
}

#youtube_mv + section .content_wrapper .content_wrapper {
    padding: 0;
}

#youtube_mv + section .wrapper_item {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 2;
    pointer-events: none;
}

#youtube_mv + section .youtube_block {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 2;
    pointer-events: none;
}

#youtube_mv + section iframe {
    min-width: 100%;
    min-height: 100%;
    transform: scale(1.01);
    transform-origin: 50% 50%;
}

@media screen and (max-width: 900px) {
#youtube_mv + section {
    padding-top: 100px;
}
}

/* 
@media screen and (max-width: 800px) {
#youtube_mv + section .content_wrapper {
    height: 300px;
    min-height: 300px;
}
}
 */

@media screen and (max-width: 650px) {
#youtube_mv + section {
    top: 60px;
}
#youtube_mv + section .content_wrapper {
    width: 100%;
}
#youtube_mv + section iframe {
    width: 600px;
    left: 50%;
    transform: translateX(-50%);
}
}

@media screen and (max-width: 400px) {
#youtube_mv + section {
    padding-top: 40px;
}
}


/* パンくず */
#lv_outer + #pan {
    display: none;
}

@media screen and (max-width: 900px) {
#pan {
    top: unset;
}
}

/* youtube3カラム */
.youtube_group .flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.youtube_group ul li {
    padding-left: 0;
    list-style: none;
}

.youtube_group .box3 li {
    width: 32%;
}

.youtube_group .box3 li:nth-child(n + 4) {
    margin-top: 2%;
}

.youtube_group .box2 li {
    width: 49%;
}

.youtube_group .box2 li:nth-child(n + 3) {
    margin-top: 2%;
}


@media screen and (max-width: 900px) {
.youtube_group .box3 li {
    width: 100%;
}

.youtube_group .box3 li:nth-child(n + 2),
.youtube_group .box3 li:nth-child(n + 4) {
    margin-top: 30px;
}

.youtube_group .box2 li {
    width: 100%;
}

.youtube_group .box2 li:nth-child(n + 2),
.youtube_group .box2 li:nth-child(n + 3) {
    margin-top: 30px;
}
}

/* メディア掲載調整 */
#contain~ .widget_gallery01.add_design1.view_portrait .inner_item a,
#contain~ .widget_gallery01.add_design1 .inner_item a {
    padding-top: 140%;
}

main #contain~ .widget_gallery01 a img,
main #contain~ .gallery_archive .inner_item a img, main .gallery_single .inner_item a img {
    object-fit: contain;
    font-family: 'object-fit: cover; object-position: 50% 50%;';
}

/* メディア出演・掲載（table調整） */
#media + section table {
    width: 100%;
}

#media + section table caption {
    margin-left: 10px;
    text-align: left;
    font-size: 2.4rem;
}

#media + section table td {
    padding: 5px;
    background: #fff;
    border: 1px solid #333;
}

#media + section table td.border_bottom_none {
    border-bottom: 1px solid transparent;
}

#media + section table td p {
    margin-bottom: 3px;
    color: #333!important;
}

#media + section table td.year {
    width: 60px;
    text-align: center;
    vertical-align: top;
}

#media + section table td.manth {
    width: 40px;
    text-align: center;
    vertical-align: top;
}

#media + section table td:nth-last-child(2) {
    width: 80px;
    vertical-align: top;
    border-right: 1px solid transparent;
}

#media + section table td:last-child {
    border-left: 1px solid transparent;
}

#media + section table td a {
    color: blue!important;
    text-decoration-color: blue!important;
}
#newspaper + .composite_box01 .inner_item_img img {
    height: 500px !important;
    object-fit: contain;
    font-family: 'object-fit: contain;';
}
@media screen and (max-width: 900px) {
#media + section table {
    display: block;
    white-space: nowrap;
    overflow: auto;
}
#newspaper + .composite_box01 .inner_item {
    width: 48% !important;
    margin: 0 2% 30px;
}
#newspaper + .composite_box01 .inner_item_img img {
    height: 250px !important;
}
#newspaper + .composite_box01 .inner_item.empty {
    display: none;
}
}
/*アイキャッチ画像の位置変更*/
.contents_related .inner_item_img img{
	object-position: -50px -10px;
}
.contents_related .inner_item_img {
    background-color: #fff;
}