@charset "shift_jis";
/* CSS Document */
/*------------------------------
	webフォント
------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700,900&display=swap");
/*------------------------------
	reset
------------------------------*/
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/*word-break: break-all;*/
	-webkit-text-size-adjust: 100%;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: transparent;
}
html {
	font-size: 62.5%;
	color: #FFF;
	background-color: #000;
}
body {
	font-size: 1.5rem;
	line-height: 1;
	font-family: "Noto Sans JP", sans-serif;
}
img {
    max-width: 100%;
	height: auto;
	vertical-align: bottom;
	font-size: 0;
	line-height: 0;
	border: 0;
}
ol, ul {
	list-style: none;
}
a {
	display: block;
	text-decoration: none;
	color: #FF0;
}
a:hover {
	opacity: 0.8;
}
/*------------------------------
	メインコンテンツ
------------------------------*/
.PC {
	display: inline;
}
.SP {
	display: none;
}
.wrapper {
	width: 100%;
	text-align: center;
	background-color: #000;
}
.content {
	margin: 80px auto;
}
.inner {
	margin: 0 auto;
    padding: 0 20px;
	max-width: 808px;
}
/*.mov .youtube iframe {
    width: 768px;
    height: 432px;
}*/
.mov .youtube {
    padding-bottom: 56.25%;
    width: 100%;
    height: 0;
    text-align: center;
    position: relative;
}
.mov .youtube iframe {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.campaign {
    padding: 60px 0;
    background-color: #E60012;
}
.content_ttl {
	margin: 60px auto 20px;
}
.content_img {
	margin: 20px auto;
}
.content_writer {
	margin: 20px auto;
	display: flex;
    justify-content: space-between;
	align-items: center;
}
.content_writer._7th,
.content_writer._8th,
.content_writer._9th {
	margin: 30px auto;
}
.content_writer li {
    flex-basis: 24%;
}
.content_writer._02 li:last-child {
    flex-basis: 75%;
}
.content_writer._03 li:nth-child(2) {
    flex-basis: 38%;
}
.content_writer._04 li {
    flex-basis: 19%;
}
.content_writer._04 li:first-child {
    flex-basis: 40%;
}
.content_writer .tw {
    display: block;
	font-weight: 700;
    line-height: 2;
	color: #FFF;
    background-color: #1DA1F2;
    border-radius: 50vh;
}
.content_writer._02 .tw {
    width: 85%;
	font-size: 2rem;
}
.content_writer._03 .tw {
    margin: 10px auto 0;
	font-size: 1.6rem;
}
.schedule .content_writer {
    border: solid 2px #FF0;
    border-radius: 16px;
}
.schedule .content_writer li:first-child {
    flex-basis: 30%;
    background-color: #FF0;
    border-radius: 12px 0 0 12px;
}
.schedule .content_writer li:last-child {
    padding: 0 5px;
    flex-basis: 70%;
	display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.schedule .content_writer li:last-child p {
    flex-basis: 24%;
}
.content_writer img {
	width: 100%;
}
.content_soon {
	margin: -20px auto 20px;
	font-size: 4.5rem;
	font-weight: 900;
	color: #666;
}
.content_bnr {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.content_bnr li {
	flex-basis: 49%;
}
.content_bnr img {
	width: 100%;
}
.content_img p,
.content_bnr li p {
    margin-bottom: 5px;
	font-size: 1.8rem;
	font-weight: 400;
	color: #FFF;
}
.content_text {
	padding: 20px 10px 20px 20px;
	background-color: #333;
	border-radius: 10px;
}
.content_text_inner {
	padding: 0 10px 0 0;
	height: 50vh;
	overflow-y: scroll;
	text-shadow: none;
}
.content_text_inner::-webkit-scrollbar {
    width: 5px;
}
.content_text_inner::-webkit-scrollbar-track {
    background-color: transparent;
}
.content_text_inner::-webkit-scrollbar-thumb {
    background-color: rgba(255,255,255,0.1);
    border-radius: 50vw;
}
.content_text_inner .catch {
	padding: 2%;
	font-size: 3rem;
	font-weight: 700;
}
.content_text_inner .text {
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.8;
    text-align: left;
}
.notes {
	font-size: 1.4rem;
	font-weight: 400;
}
.content_img + .notes {
    margin-top: -15px;
}
.notes a {
    display: inline;
    text-decoration: underline;
}

/*------------------------------
	タブレット・スマホ
------------------------------*/
@media screen and (max-width: 767px) {
    html {
        font-size: calc(100vw / 32);
    }
    body {
        font-size: 1.25rem;
    }
    a:hover {
        opacity: 1;
    }
	.PC {
		display: none;
	}
	.SP {
		display: block;
	}
    .content {
        margin: 8% auto;
    }
    .inner {
        padding: 0 4%;
    }
    .mov .youtube {
        padding-bottom: 56.25%;
        width: 100%;
        height: 0;
        text-align: center;
        position: relative;
    }
    .mov .youtube iframe {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
    .campaign {
        padding: 6% 0;
    }
    .content_ttl {
        margin: 6% auto 2%;
    }
    .content_img {
        margin: 2% auto;
    }
    .content_writer {
        margin: 2% auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    .content_writer._7th,
    .content_writer._8th,
    .content_writer._9th {
        margin: 4% auto;
    }
    .content_writer .tw {
        font-weight: 400;
        line-height: 1.6;
    }
    .content_writer._02 .tw {
        width: 85%;
        font-size: 1.2rem;
    }
    .content_writer._03 .tw {
        margin: 0.5rem auto 0;
        padding: 0.5rem 0;
        font-size: 1.1rem;
        line-height: 1.1;
    }
    .schedule .content_writer {
        border: solid 0.2rem #FF0;
        border-radius: 1rem;
    }
    .schedule .content_writer li:first-child {
        border-radius: 0.6rem 0 0 0.6rem;
    }
    .schedule .content_writer li:last-child {
        padding: 0 0.4rem;
    }
    .content_soon {
        margin: -2% auto 2%;
        font-size: 2.5rem;
    }
    .content_bnr {
        flex-direction: column;
    }
    .content_bnr li + li {
        margin-top: 6%;
    }
    .content_img p,
    .content_bnr li p {
        margin-bottom: 1%;
        font-size: 1.2rem;
    }
    .content_text {
        padding: 5% 2% 5% 5%;
        border-radius: 1rem;
    }
    .content_text_inner {
        padding: 0 2.5% 0 0;
    }
    .content_text_inner .catch {
        padding: 3%;
        font-size: 1.6rem;
    }
    .content_text_inner .text {
        font-size: 1rem;
    }
    .notes {
        font-size: 1rem;
        line-height: 1.2;
        text-align: left;
    }
    .content_img + .notes {
        margin-top: -1%;
    }
}





