@charset "UTF-8";

/*------共通要素------*/

/*セクション・各タイトル*/

section {
    padding: 4rem 0;
    position: relative;
}


.mainTtl {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
    margin-bottom: 3rem;
    position: relative;
}

.mainTtl > h1 {
    font-size: 3.4rem;
    display: flex;
    align-items: center;
}

.mainTtl > div {
    font-size: 1.2rem;
    color: #D30D1B;
    letter-spacing: 0.2rem;
    font-weight: bold;
}

.sectionTtl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem
}

.articleContents + .sectionTtl,
section > *:nth-of-type(n+2) > .sectionTtl {
    margin-top: 4rem;
}

.sectionTtl img {
    height: 3.3rem;
    width: auto;
}

.sectionTtl > *:not(a) {
    font-size: 2.2rem;
    display: flex;
    align-items: center;
}

.sectionTtl > a {
    color: #222;
    transition: .3s;
    padding: 1rem 0;
    margin-left: auto;
}

.sectionTtl > a:hover {
    opacity: .8;
}

.sectionTtl > a i {
    margin-left: 0.6em;
}

/*記事共通部分*/

.articleContents.inner {
    padding-right: 0;
    overflow-x: hidden;
}
.articleContents ul {
    display: none;
}

.articleContents ul.slick-initialized {
    display: block;
}

.articleContents li {
    width: 42vw;
    height: auto;
    margin-right: 3vw;
    display: flex !important;
    flex-direction: column;
}

.articleContents .slick-track {
    display: flex;
    flex-wrap: wrap;
}

.articleContents li a {
    color: #222;
    display: block;
    transition: .3s;
}

.articleContents li a:hover {
    color: #555;
}

.articleContents li figure {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgb(0 0 0 / 5%);
    margin-bottom: 1.5rem;
}

.articleContents li figure img {
    object-fit: cover;
    font-family: 'object-fit: cover;';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transition: .8s;
    transform: scale(1.01);
}

.articleContents li a:hover figure img {
    transform: scale(1.04);
    opacity: 0.9;
}

.articleContents li .itemInfo {
    font-size: 1.4rem;
    line-height: 1.3;
    margin-bottom: 1.5rem;
}

.articleContents li .ttl {
    font-weight: bold;
    margin-bottom: 1rem;
}

.articleContents li .author {
    display: flex;
    margin-top: auto;
    align-items: center;
    line-height: 1.3;
    font-size: 1.2rem;
}

.articleContents li .author .authorImg {
    position: relative;
    width: 3rem;
    min-width: 3rem;
    height: 3rem;
    border-radius: 50%;
    border: 1px solid rgb(0 0 0 / 20%);
    overflow: hidden;
    margin-right: 1rem;
}

.articleContents li .author .authorImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

/*-----セクション個別-----*/

#sectionLive {
    padding: 0 0 2rem 0;
}

#sectionLive #side {
    margin-top: 2rem;
}
#sectionLive .ytCont {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    order: 1;
}
#sectionLive .ytCont iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

#sectionLive #side .ttl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 16px;
}

#sectionLive #side .ttl i {
	color: #1da1f2;
}

#sectionLive #side .ttl a {
    display: block;
    text-align: center;
    background: #1da1f2;
    border-radius: 30px;
    color: #fff;
    font-size: 70%;
    padding: 3px 15px;
	text-decoration: none;
	transition: .3s;
}
#sectionLive #side a:hover {
	opacity: 0.8;
}

#sectionHeadline {
    padding-top: 0;
}

#sectionHeadline .sectionTtl {
    margin-bottom: 0;
}

#sectionHeadline h1 {
    font-size: 1.6rem;
    background: #7d4b93;
    color: #fff;
    padding: 0.2em 1em;
    display: inline-block;
    font-weight: bold;
}

#sectionHeadline h1 span {
    font-size: 1.2rem;
    margin-left: 1em;
    font-weight: normal;
}

#sectionHeadline ul {
    font-weight: bold;
    letter-spacing: 0.02em;
    background: #f4f4f4;
    padding: 1.5rem;
}

#sectionHeadline li {
    margin-bottom: 1em;
    border-bottom: 1px solid #ccc;
    padding-bottom: 1em;
}

#sectionLink {
    background: #F4F4F4;
    border-bottom: 5px solid #fff;
    padding: 5rem 0;
}

#sectionLink h2 {
    font-size: 2rem;
    font-weight: bold;
}
#sectionLink ul {
    margin-bottom: 3rem;
}

#sectionLink li {
    margin-bottom: 1rem;
}

#sectionLink li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    font-size: 1.8rem;
    font-weight: bold;
    color: #222;
    transition: .3s;
    background: #fff;
    padding: 1em;
    border: 1px solid #c3c3c3;
}

#sectionLink li a i {
    color: #db002a;
    margin-left: 1em;
    transition: 0.5s;
}

#sectionLink li a:hover {
    color: #444;
}

#sectionLink li a:hover i {
    transform: translateX(0.3em);
}
