@charset "utf-8";

/* CSS INFORMATION -====================================================
File name : base.css
Description :
===================================================================== */


/* ********************************************************************
		共通
******************************************************************** */

html {
    font-size: calc(10 / 750 * 100vw);
    overflow-x: hidden;
}

.gDef-top-banner {
    background-color: #000;
}

.gDef-contents {
    background-color: #000;
    color: #fff;
    font-family: YakuHanJP, "Noto Sans JP", "メイリオ", "ＭＳ Ｐゴシック", "小塚ゴシック Pro R", "ヒラギノ角ゴ Pro W3", "Meiryo", "MS PGothic", "KozGoPro-Regular", "Hiragino Kaku Gothic Pro", "MS UI Gothic", Osaka, sans-serif;
    font-size: 2.8rem;
    line-height: 1.7;
    overflow-x: hidden;
}

.set1,
.set1 * {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.set1 img {
    width: 100%;
    height: auto;
    display: block;
}

.set1 a {
    display: block;
    text-decoration: none;
}

.inner,
.stream_inner {
    width: 100%;
    max-width: calc(630 / 750 * 100%);
    margin: 0 auto;
}

#wrapper {
    background: url(../images/bg_all.jpg) no-repeat center;
    min-height: 100vh;
    background-attachment: fixed;
    background-size: 100% auto;
    background-position: center;
}

.red {
    color: #d93a26;
}

.gold {
    color: #bda557;
}

.yellow {
    color: #ffe100;
    font-weight: 700;
}

strong {
    font-weight: 700;
    background-color: #d93a26;
}

.onlysp {
    display: none;
}

.onlypc {
    display: block;
}

@media screen and (min-width: 768px) {
    html {
        font-size: calc(10 / 1000 * 100vw);
    }
    .gDef-contents {
        font-size: 1.6rem;
    }
    .set1 a {
        -webkit-transition: 0.2s ease;
        transition: 0.2s ease;
    }
    .set1 a:hover {
        -webkit-transition: 0.2s ease;
        transition: 0.2s ease;
    }
    .sp {
        display: none !important;
    }
    .inner {
        max-width: 1000px !important;
        padding: 0 calc(100 / 1000 * 100%);
    }
    /* 	.inner {
		max-width: 1200px !important;
		padding: 0 calc(100 / 1000 * 100%);
	}
*/
    /*	.inner_bg{background: url(../images/img_illust0415_l.png) no-repeat left,url(../images/img_illust0415_r.png) no-repeat right;
}*/
    .stream_inner {
        max-width: 1000px !important;
        margin: 0 auto;
        text-align: center;
    }
    .hover {
        display: block !important;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        -webkit-transition: .2s;
        transition: .2s;
    }
    a:hover .hover {
        -webkit-transition: .2s;
        transition: .2s;
    }
    #wrapper {
        padding-bottom: calc(120 / 1000 * 100%);
    }
    .onlysp {
        display: block;
    }
    .onlypc {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .pc {
        display: none !important;
    }
}

@media screen and (min-width: 1000px) {
    html {
        font-size: 10px;
    }
    .inner {
        padding: 0 100px;
    }
    #wrapper {
        min-height: 100vh;
        background-size: 2000px;
        padding-bottom: 120px;
    }
}


/* ********************************************************************
header
******************************************************************** */

.mv {
    padding: calc(50 / 750 * 100%) 0 calc(80 / 750 * 100%);
}

.mv_ttl1 {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(400 / 630 * 100%);
}

.mv_ttl2 {
    margin-top: calc(31 / 630 * 100%);
}

.mv_date {
    margin-top: calc(38 / 630 * 100%);
    padding: 0.25em 0 0.35em;
    font-size: 3.2rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.07em;
    text-align: center;
    color: #010000;
    background: url(../images/bg_grunge.png) no-repeat center/100% auto;
}

.mv_date .red {
    font-size: 6.2rem;
    font-weight: 900;
    letter-spacing: 0;
    vertical-align: text-bottom;
    /*-webkit-text-stroke: 1px#ffffff;
    text-stroke: 1px #ffffff;*/
    text-shadow: 1px 1px 1px #ffffff, -1px -1px 1px #ffffff,
    -1px 1px 1px #ffffff, 1px -1px 1px #ffffff,
    1px 0 1px #ffffff, -1px 0 1px #ffffff,
    0 1px 1px #ffffff,  0 -1px 1px #ffffff;
}

.mv_date .yoru {
    top: 0.1em;
    margin: 0 0.3em;
    font-size: 2.5rem;
    font-weight: 900;
    letter-spacing: 0;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.mv_date2 {
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 3.5rem;
    font-weight: 900;
    color: #d93a26;
    text-align: center;
    line-height: 1;
}

.mv_lead {
    margin-top: calc(80 / 630 * 100%);
}

.mv_lead h2 {
    font-size: 3rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.5;
    margin-top: calc(50 / 630 * 100%);
}

.center_sp {
    text-align: center!important;
    font-size: 4rem!important;
}

.mv_lead h2 span {
    font-weight: 700;
}

.mv_lead p {
    margin-top: calc(78 / 630 * 100%);
}

.mv_data_img {
    margin: calc(20 / 630 * 100%) calc(50% - 50vw) 0;
}

@media screen and (min-width: 768px) {
    .mv {
        padding: calc(100 / 1000 * 100%) 0;
    }
    .stream_inner::before {
        content: '';
        position: absolute;
        background: url(../images/img_illust1.png) no-repeat center;
        background-size: 100% auto;
        width: calc(114 / 1000 * 100%);
        padding-top: calc(290 / 1000 * 100%);
        bottom: 0;
        left: 0;
    }
    .stream_inner::after {
        content: '';
        position: absolute;
        background: url(../images/img_illust2.png) no-repeat center;
        background-size: 100% auto;
        width: calc(167 / 1000 * 100%);
        padding-top: calc(357 / 1000 * 100%);
        bottom: 0;
        right: 0;
    }
    .mv_ttl1 {
        width: calc(300 / 800 * 100%);
    }
    .mv_ttl2 {
        width: calc(637 / 800 * 100%);
        margin: calc(19 / 800 * 100%) auto 0;
    }
    .mv_date {
        width: calc(630 / 800 * 100%);
        margin: calc(50 / 800 * 100%) auto 0;
    }
    .mv_date .yoru {
        top: 0.2em;
    }
    .mv_lead {
        margin-top: calc(80 / 800 * 100%);
    }
    .mv_lead h2 {
    }
    .mv_lead p {
        font-size: 1.6rem;
        text-align: center;
        line-height: 2.25;
        margin-top: calc(54 / 800 * 100%);
    }
    .mv_lead h2 {
        text-align: center;
        /*	font-size: 4rem;
*/
        /*font-size: 2.4rem;*/
	font-size: 3.5rem;
        margin-top: calc(50 / 800 * 100%);
    }
    .mv_data_img {
        margin: 0 auto;
        width: calc(785 / 800 * 100%);
    }
}

@media screen and (min-width: 1000px) {
    .mv {
        padding: 100px 0 0;
    }
}


/* ********************************************************************
apply
******************************************************************** */

#apply {
    background-color: #fff;
    margin-bottom: calc(90 / 750 * 100%);
    padding: calc(88 / 750 * 100%) 0 calc(120 / 750 * 100%);
}

#apply:first-child {
    padding-bottom: calc(60 / 750 * 100%);
}

#apply::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: url(../images/bg_grunge0415_top_sp.png) no-repeat left top;
    background-size: auto 100%;
    width: 100%;
    padding-top: calc(238 / 750 * 100%);
}

#apply::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: url(../images/bg_grunge_bottom.png) no-repeat center top;
    background-size: auto 100%;
    width: 100%;
    padding-top: calc(50 / 750 * 100%);
}

#apply h2 {
    width: calc(484 / 630 * 100%);
    margin: 0 auto calc(30 / 630 * 100%);
}

.apply_wrap {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.apply_lead strong {
    color: #fff;
    font-size: 4rem;
}

.apply_txt {
    color: #000;
    margin-top: 1.3em;
    padding-bottom: 2em;
    border-bottom: 1px solid #d93a26;
}

.present_img {
    max-width: 100%;
}

/*.present_img {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: calc(500 / 630 * 100%);
	margin: 0 auto calc(-664 / 630 * 100%);
	z-index: 1;
}*/

.item01 {
    flex-basis: 45%;
}

.item02 {
    flex-basis: auto;
}

.item03 {
    flex-basis: 50%;
}

.item04 {
    margin: 0 auto;
    width: calc(565 / 630 * 100%);
}

.item04_a {
    margin: 0 auto 1em;
    width: calc(700 / 630 * 100%);
}

.item04_b {
    margin: 0 auto 2em;
}


@media screen and (min-width: 768px) {
	.item04_a {
		padding-bottom: 1em;
	}

	.item04_b {
		padding-bottom: 1em;
	}
}

.leadbox_sp {
    text-align: center;
}

.and_sp {
    color: #c2c2c2;
}

.present_lead01 {
    font-size: 4.6rem;
    font-weight: 700;
    color: #d93a26;
    text-align: center;
}

.present_lead02 {
    font-size: 2.6rem;
    color: #0c0c0b;
    text-align: center;
}


/*.present_lead03{
	font-size: 5rem;
	text-align: center;
	font-weight: 700;
}*/

.present_lead03 {
	width: calc(565 / 630 * 100%);
	margin: calc(-30 / 630 * 100%) auto 0;
}

/* A賞B賞時の調整 */
.present_lead03_a {
	width: calc(630 / 630 * 100%);
	margin: calc(0 / 630 * 100%) auto 0;
}

.small {
    font-size: 3.3rem;
}

.em {
    font-size: 4.6rem;
    font-weight: 700;
    color: #d93a26;
}

.people {
    font-size: 8.6rem;
    color: #d93a26;
    font-weight: 700;
}

.present_img.cs {
    position: relative;
    margin: calc(60 / 630 * 100%) auto 0;
}

.present_box {
    padding-top: calc(564 / 630 * 100%);
}

.present_box h3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 4rem;
    color: #000;
    font-weight: 900;
    margin-top: calc(75 / 630 * 100%);
}

.present_name {
    background-color: #d93a26;
    width: calc(750 / 630 * 100%);
    margin-left: calc(-60 / 630 * 100%);
    padding: calc(150 / 630 * 100%) calc(60 / 630 * 100%) calc(100 / 630 * 100%);
}

.present_name dl:not(:last-child) {
    margin-bottom: calc(35 / 630 * 100%);
}

.present_name dt {
    color: #ffe100;
    margin-bottom: .5em;
}

.apply1 .present_name dt {
    font-size: 5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0;
}

.present_name dd {
    line-height: 1;
    text-align: right;
}

.present_name dd::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    border-top: 1px dotted #fff;
    width: 100%;
    height: 1px;
}

.apply1 .present_name dd {
    font-size: 3.4rem;
    text-align: center;
}

.apply1 .present_name dd::before {
    display: none;
}

.present_name dd span {
    font-weight: 700;
    padding-left: .8em;
    background-color: #d93a26;
}

.apply_finished {
    width: calc(750 / 630 * 100%);
    margin: calc(20 / 630 * 100%) 0 0 calc(-60 / 630 * 100%);
}

.apply_finished p {
    color: #000;
}

.present_name.number dt {
    padding-left: calc(100 / 630 * 100%);
    height: calc(85 / 750 * 100vw);
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.present_name.number dt::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: calc(80 / 630 * 100%);
    padding-top: calc(80 / 630 * 100%);
    margin: auto;
}

.present_name.number dl:first-child dt::before {
    background: url(../images/img_no1.png) no-repeat center;
    background-size: 100% auto;
}

.present_name.number dl:nth-child(2) dt::before {
    background: url(../images/img_no2.png) no-repeat center;
    background-size: 100% auto;
}

.present_name.number dl:nth-child(3) dt::before {
    background: url(../images/img_no3.png) no-repeat center;
    background-size: 100% auto;
}

.present_name.number dl:nth-child(4) dt::before {
    background: url(../images/img_no4.png) no-repeat center;
    background-size: 100% auto;
}

.present_name.number dd {
    width: calc(530 / 630 * 100%);
    margin-left: auto;
}

.apply_link {
    margin-top: calc(60 / 630 * 100%);
}

.apply_link p {
    margin-top: .8em;
    color: #d93a26;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.1em;
}

.btn_live {
    margin-top: 2em;
}

.apply_link a:hover .hover {
    opacity: 1;
}


/* 2021.04.add */

.pInfoBox {
    width: 100%;
    margin: 0 auto;
    padding: 1rem;
    color: #000;
}

.pInfoBox h6 {
    text-align: center;
    font-size: 2.8rem;
    font-weight: 700;
}

@media screen and (min-width: 768px) {
    #apply {
        width: 100%;
        max-width: 1000px;
        margin: 0 auto calc(40 / 1000 * 100%);
        padding: calc(60 / 1000 * 100%) 0 calc(80 / 1000 * 100%) !important;
    }
    #apply::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        background: url(../images/bg_grunge0415_top.jpg) no-repeat left top;
        background-size: contain;
        width: 100%;
        height: 100%;
        padding-top: 0;
    }
    #apply::after {
        background-position: bottom center;
        padding-top: calc(50 / 800 * 100%);
    }
    #apply h2 {
        width: calc(639 / 800 * 100%);
        margin: 0 auto calc(30 / 800 * 100%);
    }
    .apply_wrap {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .apply_box {
        margin-left: calc(50 / 800 * 100%);
        width: calc(470 / 800 * 100%);
    }
    .apply_lead strong {
        font-size: 2.2rem;
    }
    .apply_txt {
        /*		height: calc(150 / 1200 * 100vw);*/
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 1.3em;
    }
    .present_lead01 {
        font-size: 2.8rem;
    }
    .present_lead02 {
        font-size: 1.6rem;
    }
    .present_lead03 {
        width: calc(449 / 800 * 100%);
        margin: 0 auto;
    }

/* A賞B賞時の調整 */
     .present_lead03_a {
        width: calc(680 / 800 * 100%);
        margin: 0 auto;
    }
    /*.present_lead03{
	font-size: 3rem;
}*/
    .item04 {
        margin: 0 auto;
        width: calc(398 / 800 * 100%);
    }
    .small {
        font-size: 2rem;
    }
    .em {
        font-size: 2.8rem;
    }
    .people {
        font-size: 5rem;
    }
    .present_img {
        position: relative;
        top: 0;
        bottom: auto;
        left: auto;
        width: calc(296 / 800 * 100%);
        margin: calc(10 / 800 * 100%) calc(15 / 800 * 100%) !important;
    }
    .present_and {
        position: relative;
        top: 0;
        bottom: auto;
        left: auto;
        width: calc(55 / 800 * 100%);
        margin: calc(10 / 800 * 100%) !important;
    }
    .present_box {
        padding-top: 0;
    }
    .present_wrap {
        padding: calc(50 / 800 * 100%);
        background-color: #d93a26;
    }
    .present_box h3 {
        position: relative;
        font-size: 2.2rem;
        color: #fff;
        margin: 0 0 1em;
    }
    .present_lead01 {
        margin: 0.5em 0 1em;
    }
    .present_name {
        width: 100%;
        margin-left: 0;
        padding: 0;
    }
    .present_name dl {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .present_name dl:not(:last-child) {
        margin-bottom: calc(30 / 800 * 100%);
    }
    .apply1 .present_name dl {
        -ms-align-items: baseline;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }
    .present_box dt {
        background-color: #d93a26;
        margin-bottom: 0;
    }
    .present_box dd {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        width: calc(90 / 800 * 100%);
        margin-left: 1em;
    }
    .present_name dd::before {
        border-width: 2px;
    }
    .apply1 .present_name dt {
        font-size: 2.8rem;
    }
    .apply1 .present_name dd {
        text-align: right;
        font-size: 1.6rem;
    }
    .apply1 .present_name dd::before {
        display: block;
    }
    .present_box dd span {
        padding-left: 1em;
    }
    .apply_finished {
        width: calc(375 / 800 * 100%);
        margin: calc(50 / 800 * 100%) auto 0;
    }
    .present_name.number {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .present_name.number dl:nth-last-child(-n+2) {
        margin-bottom: calc(30 / 800 * 100%) !important;
    }
    .present_name.number dl {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: calc(380 / 800 * 100%);
    }
    .present_name.number dt {
        width: calc(270 / 380 * 100%);
        padding-left: calc(50 / 380 * 100%);
        height: auto;
    }
    .present_name.number dt::before {
        width: calc(40 / 270 * 100%);
        padding-top: calc(40 / 270 * 100%);
    }
    .present_name.number dd {
        width: calc(90 / 380 * 100%);
    }
    .apply_link {
        width: calc(315 / 800 * 100%);
        margin: calc(30 / 800 * 100%) auto 0;
    }
    /* 2021.04.add */
    .pInfoBox {
        width: 80%;
    }
    .pInfoBox h6 {
        font-size: 2rem;
    }
}

@media screen and (min-width: 1000px) {
    #apply {
        margin-bottom: 40px;
        padding: 60px 0 80px !important;
    }
    .apply_txt {
        /*		height: 120px;*/
    }
}


/* ********************************************************************
stream
******************************************************************** */

#stream {
    padding: calc(30 / 750 * 100%) 0 calc(120 / 750 * 100%);
}

#stream img {
    width: 100%;
}

.bnr_live {
    margin-top: calc(70 / 630 * 100%);
}

@media screen and (min-width: 768px) {
    #stream {
        position: relative;
        width: 100%;
        margin: 0 auto;
        padding: 0;
        max-width: 1000px;
    }
    h2.stream_ttl {
        font-size: 3rem !important;
    }
    .bnr_live {
        margin: calc(50 / 800 * 100%) auto 0;
        width: calc(473 / 800 * 100%);
    }
}

/* ********************************************************************
subchannel
******************************************************************** */

.subchanel_wrap {
}

.subchanel_wrap .subchannel_txt {
    width: 100%;
    margin: 0 auto 0;
    text-align: center;
    font-size: 2rem !important;
    line-height: 1em;
}

.subchannel_img {
    margin: calc(20 / 800 * 100%) auto 0;
}

.subchanel_wrap img {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .subchanel_wrap {
        position: relative;
        width: 100%;
        margin: 0 auto;
        padding: 0;
        max-width: 1000px;
    }
    subchannel_txt {
        margin: 0 auto 0;
    }
    .subchannel_img {
        margin: calc(20 / 800 * 100%) auto 0;
        width: calc(473 / 800 * 100%);
    }
}

/* ********************************************************************
howtoplay
******************************************************************** */

.howtoplay{
  padding: 3em;
  margin-bottom: 1em;
  width:100%;
  color:#ffffff;
  border: 1px solid #d93a26;
}

.howtoplay h3{
 text-align: center;
 color: #d93a26;
}
.howtoplay p{
 text-align: left;
 margin-top: 1em;
}

@media screen and (min-width: 768px) {
.howtoplay{
 margin-bottom: 6em;
}
}


/* ********************************************************************
note , footer
******************************************************************** */

#note {
    padding: calc(30 / 750 * 100%) 0 calc(120 / 750 * 100%);
}

#note h3 {
    color: #d93a26;
    font-weight: 900;
    text-align: center;
    font-size: 4rem;
    border-top: 1px solid #d93a26;
    padding-top: calc(80 / 630 * 100%);
}

#note ul {
    margin-top: calc(95 / 630 * 100%);
}

#note ul li {
    padding-left: calc(47 / 630 * 100%);
    margin-bottom: calc(40 / 630 * 100%);
    font-size: 2.4rem;
}

#note ul li::before {
    content: '●';
    color: #d93a26;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(25 / 630 * 100%);
}

#note ul li a {
    color: #fff;
    display: inline;
}

.footer {
    background: url(../images/bg_footer.jpg) repeat center;
    padding: calc(90 / 750 * 100%) 0;
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: url(../images/bg_grunge_footer.png) no-repeat left top;
    background-size: 100% auto;
    width: 100%;
    padding-top: calc(50 / 750 * 100%);
}

.footer p {
    font-size: 1.6rem;
    text-align: center;
}

@media screen and (min-width: 768px) {
    #note {
        width: 100%;
        max-width: 1000px;
        margin: calc(100 / 1000 * 100%) auto 0;
        border: 1px solid #d93a26;
        padding: calc(60 / 1000 * 100%) 0 calc(80 / 1000 * 100%);
    }
    #note h3 {
        border: 0;
        font-size: 1.8rem;
        padding-top: 0;
    }
    #note ul {
        margin-top: calc(50 / 800 * 100%);
    }
    #note ul li {
        padding-left: calc(38 / 800 * 100%);
        margin-bottom: calc(15 / 800 * 100%);
        font-size: 1.4rem;
    }
    #note ul li::before {
        width: calc(30 / 800 * 100%);
    }
    #note ul li a:hover {
        color: #d93a26;
    }
    .footer {
        padding: calc(40 / 1000 * 100%) 0;
    }
    .footer::before {
        width: 1000px;
        margin: auto;
        padding-top: calc(50 / 800 * 100%);
    }
}

@media screen and (min-width: 1000px) {
    #note {
        margin: 100px auto 0;
        padding: 60px 0 80px;
    }
    .footer {
        padding: 40px 0;
    }
    .footer::before {
        padding-top: 50px;
    }
}