@charset "Shift_JIS";

main * { font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;}
.letter-spacing-6{letter-spacing:-6px!important;}
.fc_red{color:#db063c!important;}
section{margin: 0;}
main article{background: -webkit-linear-gradient(45deg, #fff 0%, #fffbfa 10%, #f2f3f8 20%, #ecf3fb 30%, #ecf0fb 40%, #f3f0fb 50%, #f2fcfe 60%, #e1e5f1 70%, #dfe4f2 80%, #e8eef6 90%, #f1f3f8 100%);}

/*759px以下(SP)*/
@media screen and (max-width: 759.9px) {
.iframe_end-content_gadget,
#dirPathBlock,
#anchorLinkBlock {
	width: 98%;
	margin: 1%;
	display: block;
	box-sizing: border-box;
}

/*title*/
#title{position:relative;}
.container_top{
	width: 100%;
    display: inline-block;
    margin: 0 auto;
	padding: 0 0 2px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    background: #db063c;
}
div.title {
	font-family: "Montserrat", sans-serif!important;
    font-weight: bold;
    font-size: 22px;
    color: #222;
    background: #FFF;
    width: 100px;
    height: 100px;
    text-align: center;
    border-radius: 70px;
    position: absolute;
	top: 40%;
    left: 0;
    padding-top: 0;
    box-sizing: border-box;
    transform: scale(0.4, 0.4);
}
div.title svg {width: 75px;}
.cls-1,
div.title svg circle,
.cls-3 {
	fill-rule: evenodd;
	fill: #333;
}
div.title svg .cls-2 {fill: #FFF;}
div.title .circle-text {
	font-size: 24px;
	font-weight: normal;
}
div.title .circle-text span {
	font-family: "Limelight", sans-serif!important;
    position: absolute;
    top: -30px;
    left: calc(50% - 40px);
    width: 80px;
    height: 80px;
    transform-origin: center bottom;
	color: #db063c;
}
.circle-text span:nth-child(1) {transform: rotate(-50deg);}
.circle-text span:nth-child(2) {transform: rotate(-30deg);}
.circle-text span:nth-child(3) {transform: rotate(-10deg);}
.circle-text span:nth-child(4) {transform: rotate(10deg);}
.circle-text span:nth-child(5) {transform: rotate(30deg);}
.circle-text span:nth-child(6) {transform: rotate(50deg);}
#mv_txt{
	text-align: center;
    font-size: 16px;
    padding: 10px 0;
}
#mv_txt b{font-size: 1.1em;}
#mv_txt strong{
	font-size: 1.8em;
    color: #db063c;
    font-weight: bold;
    line-height: 1.5;
}
h2{
	width: fit-content;
    border-bottom: 3px solid #20208c;
    color: #333;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    margin: 0 auto 10px;
    padding: 5px 0;
}
h2.title {
	width: 94%;
    border: none;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 0;
    text-align: center;
    line-height: 2.5;
    background: #ebebf9;
    position: relative;
}
h2.title:after {
	content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 12px solid #EBEBF9;
    border-bottom: 0;
    position: absolute;
    bottom: -10px;
    left: calc((100% - 12px) / 2);
}
h3 {
	font-family: "Montserrat", sans-serif!important;
    font-weight: bold;
    font-size: 22px;
    color: #222;
    background: #ebebf9;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 25px;
    position: absolute;
    top: -28px;
    left: calc((100% - 50px) / 2);
    padding-top: 9px;
    box-sizing: border-box;
}
h3 .circle-text {
	font-size: 16px;
	font-weight: normal;
}
h3 .circle-text span {
	font-family: "Limelight", sans-serif!important;
	position: absolute;
    top: -22px;
    left: calc(50% - 25px);
    width: 50px;
    height: 50px;
    transform-origin: center bottom;
}
h4{
	text-align: center;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}
h4 b{
	font-size:1.2em;
	color:#db063c;
}

#dirPathBlock{font-size:10px!important;}

/*期限*/
#detail .inner {
    padding: 0 0 15px;
}
.detailDay{
	margin: 10px;
    padding: 10px;
    background: #FFF;
    border-radius: 10px;
}
.detailDay li{
	font-size: 12px;
    margin-bottom: 10px;
    line-height: 1.8;
}
.detailDay dl{
    margin: 0 0 5px;
    display: flex;
}
.detailDay dl dt{
	width: 35%;
    padding: 1%;
    display: grid;
    align-items: center;
    text-align: center;
	background: #f6f6f6;
	border-radius: 5px;
}
.detailDay dl dd{
    width: 62%;
    padding: 1%;
	line-height:1.5;
}

/*キャンペーン詳細*/
#campaign .inner {padding: 15px 0;}
.cmpBox{
	margin: 10px 0;
    font-size: 13px;
}
.cmpBox dl{
    margin: 0 0 5px;
    display: flex;
}
.cmpBox dl dt{
	width: 25%;
    padding: 1%;
    display: grid;
    align-items: center;
    text-align: center;
	background: #f6f6f6;
	border-radius: 5px;
}
.cmpBox dl dd{
    width: 72%;
    padding: 1%;
	line-height:1.5;
}
.cmpBox dl dd strong{color:#F00;}

/*coupon*/
.couponWrap{
	width: 100%;
    display: block;
    overflow: hidden;
	margin-bottom: 25px;
	border-bottom: 1px dashed;
}
.couponWrap > li{
	width: 330px;
    margin: 0 auto 5%;
    box-shadow: 2px 2px 8px rgba(5,5,5,0.2);
	overflow:hidden;
	position: relative;
}
.couponWrap.ko_yado > li{background: #002060;}
.couponWrap.ko_jrset > li{background: #e03560;}
.couponWrap.ka_tour > li{background: #51b028;}
.couponWrap.ka_air > li,
.couponWrap.ko_airset > li,
.couponWrap.ka_airset > li{background: #0093da;}
.couponWrap > li *{font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;}
.couponWrap dl{
	height: 166px;
    margin: 5px;
    padding: 5px 0 0;
    box-sizing: border-box;
}

.couponWrap.ko_yado dl{
    background: #FFF url(../images/bg_yado.png) no-repeat center 15px;
    background-size: 100px;
	color: #002060;
}
.couponWrap.ko_jrset dl{
    background: #FFF url(../images/bg_jrset.png) no-repeat center 15px;
    background-size: 100px;
	color: #e03560;
}
.couponWrap.ka_tour dl{
    background: #FFF url(../images/bg_kaigai_tour.png) no-repeat center 15px;
    background-size: 100px;
	color: #51b028;
}
.couponWrap.ka_air dl{
    background: #FFF url(../images/bg_air.png) no-repeat center 15px;
    background-size: 100px;
	color: #0093da;
}
.couponWrap.ko_airset dl,
.couponWrap.ka_airset dl{
    background: #FFF url(../images/bg_airset.png) no-repeat center 15px;
    background-size: 100px;
	color: #0093da;
}
.couponWrap dl:hover {cursor:pointer;}
.couponWrap dt{
	height: 60px;
    display: flex;
    align-items: center;
	text-align: center;
	font-weight: bold;
}
.couponWrap dt small{
	width: 35%;
	font-size: 16px;
	line-height: 1.2;
}
.couponWrap dt strong{
	width: 65%;
	font-size: 40px;
    letter-spacing: -2px;
}
.couponWrap dt strong span {
    font-size: 32px;
}
.couponWrap dd.about_mycoupon {
	height: 60px;
	display: flex;
    text-align: center;
    margin: 5px 0 5px 28px;
}
.couponWrap .fcf {
	background: #343474;
    width: 52px;
    height: 52px;
    border-radius: 36px;
    color: #FFF;
    line-height: 1.1;
    font-size: 12px;
    display: grid;
    align-items: center;
    margin-right: 50px;
}
.couponWrap .mycoupon {
	height: 60px;
    font-weight: bold;
    font-size: 28px;
	display: grid;
    align-items: center;
}
.couponWrap .cpnget{
    height: 36px;
	padding: 5px;
}
.couponWrap.ko_yado .cpnget{background: #002060;}
.couponWrap.ko_jrset .cpnget{background: #e03560;}
.couponWrap.ka_tour .cpnget{background: #51b028;}
.couponWrap.ka_air .cpnget,
.couponWrap.ko_airset .cpnget,
.couponWrap.ka_airset .cpnget{background: #0093da;}
.couponWrap .cpnget .ico{
	background: #FFF;
    padding: 2px 5px 0;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    width: 120px;
    display: inline-block;
    box-sizing: border-box;
}
.couponWrap .cpnget a{
	text-align: center;
    width: 140px;
    padding: 2px 0;
    border-radius: 20px;
    margin: 0 auto 0 calc(100% - 260px);
    display: inline-block;
    font-weight: bold;
    color: #FFF;
    font-size: 16px;
    position: relative;
}
.couponWrap .cpnget a:before{
	content: "";
    width: 20px;
    height: 20px;
    background: #FFF;
    border-radius: 12px;
    position: absolute;
    top: 2px;
    left: -25px;
}
.couponWrap .cpnget a:after{
	content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 7px;
    position: absolute;
    top: 6px;
    left: -17px;
}
.couponWrap.ko_yado .cpnget a:after{border-color: transparent transparent transparent #002060;}
.couponWrap.ko_jrset .cpnget a:after{border-color: transparent transparent transparent #e03560;}
.couponWrap.ka_tour .cpnget a:after{border-color: transparent transparent transparent #51b028;}
.couponWrap.ka_air .cpnget a:after,
.couponWrap.ko_airset .cpnget a:after,
.couponWrap.ka_airset .cpnget a:after{border-color: transparent transparent transparent #0093da;}
.couponWrap .conditions{
	padding: 10px;
    background: #FFF;
    border-bottom: 1px dashed #ccc;
}
.couponWrap .conditions li{
	font-size: 12px;
    margin-bottom: 5px;
	display: flex;
}
.couponWrap .conditions li strong{
	width: 80px;
    display: inline-block;
    font-weight: bold;
}
.couponWrap .cpndetai {
	padding: 0 10px;
    font-size: 11px;
    text-align: center;
    background: #FFF url(../images/im_mycopon.png) no-repeat 8px;
    background-size: 30px auto;
}
.couponWrap .cpndetai a{
	background: url(../images/im_arrow_close.png) no-repeat 100% 56%;
    background-size: 15px auto;
    display: block;
    padding: 10px 0;
}
.linkbtn {
    display: block;
    clear: both;
    margin-bottom: 10px;
}
.linkbtn a {
    font-size: 14px;
    color: #FFF !important;
    display: block;
    box-shadow: 1px 1px 2px #aaa;
    text-shadow: 2px 2px 2px #555;
    clear: both;
    margin: 0 auto 10px;
    text-align: center;
    position: relative;
    padding: 10px 0 12px;
    width: 94%;
    box-sizing: border-box;
    background: #d6001c;
}
.linkbtn a:after {
    width: 13px;
    height: 13px;
    content: "";
    display: block;
    background: url(https://www.nta.co.jp/shared2021/common/images/im_arrow.png) no-repeat;
    position: absolute;
    top: 38%;
    right: 1%;
}

/*PR*/
#other .inner {padding: 15px 0;}
.pr_banner {
    width: 96%;
    margin: 25px auto 50px;
    text-align: center;
}
.pr_banner img {
    width: 100%;
}

}

/*760px以上(PC)*/
@media screen and (min-width: 760px),print{
#wrapper main{font-size: 18px;}
.iframe_end-content_gadget,
#dirPathBlock,
#anchorLinkBlock {
	width: 100%;
    max-width: 970px;
    min-width: 760px;
    margin: 0 auto 5px;
    box-sizing: border-box;
}
#dirPathBlock,
#anchorLinkBlock {font-size: 14px;}
#anchorLinkBlock{margin-top:10px;}

/*title*/
#title{
	width: 100%;
    max-width: 970px;
    min-width: 760px;
    margin: auto;
	padding: 15px 0;
	position:relative;
}
.container_top{
	width: 100%;
    display: inline-block;
    margin: 0 auto;
	padding: 0 0 2px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
    background: #db063c;
}
div.title {
	font-family: "Montserrat", sans-serif!important;
    font-weight: bold;
    font-size: 22px;
    color: #222;
    background: #FFF;
    width: 100px;
    height: 100px;
    text-align: center;
    border-radius: 70px;
    position: absolute;
	top: 85px;
    left: 150px;
    padding-top: 0;
    box-sizing: border-box;
    transform: scale(0.8, 0.8);
}
div.title svg {width: 75px;}
.cls-1,
div.title svg circle,
.cls-3 {
	fill-rule: evenodd;
	fill: #333;
}
div.title svg .cls-2 {fill: #FFF;}
div.title .circle-text {
	font-size: 24px;
	font-weight: normal;
}
div.title .circle-text span {
	font-family: "Limelight", sans-serif!important;
    position: absolute;
    top: -30px;
    left: calc(50% - 40px);
    width: 80px;
    height: 80px;
    transform-origin: center bottom;
	color: #db063c;
}
.circle-text span:nth-child(1) {transform: rotate(-50deg);}
.circle-text span:nth-child(2) {transform: rotate(-30deg);}
.circle-text span:nth-child(3) {transform: rotate(-10deg);}
.circle-text span:nth-child(4) {transform: rotate(10deg);}
.circle-text span:nth-child(5) {transform: rotate(30deg);}
.circle-text span:nth-child(6) {transform: rotate(50deg);}
#mv_txt{
	width: 100%;
    max-width: 970px;
    min-width: 760px;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    padding: 25px 0;
}
#mv_txt b{font-size: 1.1em;}
#mv_txt strong{
	font-size: 2.4em;
    color: #db063c;
    font-weight: bold;
    line-height: 1.5;
}
h2{
	width: fit-content;
    border-bottom: 3px solid #20208c;
    color: #333;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    margin: 0 auto 15px;
    padding: 5px 0;
}
h2.title {
	width: 100%;
    border: none;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 25px;
    padding: 0;
    text-align: center;
    line-height: 2.5;
    background: #EBEBF9;
    position: relative;
}
h2.title:after {
	content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 12px solid #EBEBF9;
    border-bottom: 0;
    position: absolute;
    bottom: -10px;
    left: calc((100% - 12px) / 2);
}
h3 {
	font-family: "Montserrat", sans-serif!important;
    font-weight: bold;
    font-size: 22px;
    color: #222;
    background: #ebebf9;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 25px;
    position: absolute;
    top: -28px;
    left: calc((100% - 50px) / 2);
    padding-top: 7px;
    box-sizing: border-box;
}
h3 .circle-text {
	font-size: 16px;
	font-weight: normal;
}
h3 .circle-text span {
	font-family: "Limelight", sans-serif!important;
	position: absolute;
    top: -22px;
    left: calc(50% - 25px);
    width: 50px;
    height: 50px;
    transform-origin: center bottom;
}
h4{
	text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
h4 b{
	font-size:1.2em;
	color:#db063c;
}

#dirPathBlock{font-size:10px!important;}

/*期限*/
#detail .inner {
    padding: 0 0 15px;
}
.detailDay{
	width: 100%;
    max-width: 810px;
    min-width: 760px;
    margin: 10px auto;
    padding: 25px;
    background: #FFF;
    border-radius: 10px;
    box-sizing: border-box;
}
.detailDay li{
	font-size: 16px;
    overflow: hidden;
    line-height: 1.8;
}

.detailDay dl{
    margin: 0 0 5px;
    display: flex;
}
.detailDay dl dt{
	width: 25%;
    padding: 1%;
    display: grid;
    align-items: center;
    text-align: center;
	background: #f6f6f6;
	border-radius: 5px;
}
.detailDay dl dd{
    width: 62%;
    padding: 1%;
	line-height:1.5;
}

/*キャンペーン詳細*/
#campaign .inner {
    width: 100%;
    max-width: 970px;
	min-width: 760px;
    margin: 0 auto;
    padding: 25px 0;
    display: block;
}
.cmpBox{
	width: 100%;
    max-width: 970px;
    min-width: 760px;
    margin: 10px auto;
    font-size: 16px;
}
.cmpBox dl{
    margin: 0 0 5px;
    display: flex;
}
.cmpBox dl dt{
	width: 25%;
    padding: 1%;
    display: grid;
    align-items: center;
    text-align: center;
	background: #f6f6f6;
	border-radius: 5px;
}
.cmpBox dl dd{
    width: 72%;
    padding: 1%;
	line-height:1.5;
}
.cmpBox dl dd strong{color:#F00;}

/*coupon*/
.couponWrap{
	width: 100%;
    display: block;
    overflow: hidden;
	margin-bottom: 25px;
	border-bottom: 1px dashed;
}
.couponWrap > li{
	width: calc(50% - 10px);
    float: left;
    margin: 0 5px 5%;
    box-shadow: 2px 2px 8px rgba(5,5,5,0.2);
	position: relative;
}
.couponWrap.ko_yado > li{background: #002060;}
.couponWrap.ko_jrset > li{background: #e03560;}
.couponWrap.ka_tour > li{background: #51b028;}
.couponWrap.ka_air > li,
.couponWrap.ko_airset > li,
.couponWrap.ka_airset > li{background: #0093da;}
@media screen and (max-width: 940px) {.couponWrap > li{width: 96%;}}

.couponWrap > li *{font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;}
.couponWrap dl{
    margin: 5px 5px 3px;
    padding: 5px 0 0;
	cursor:pointer;
}
.couponWrap.ko_yado dl{
    background: #FFF url(../images/bg_yado.png) no-repeat center 15px;
    background-size: 150px;
	color: #002060;
}
.couponWrap.ko_jrset dl{
    background: #FFF url(../images/bg_jrset.png) no-repeat center 15px;
    background-size: 150px;
	color: #e03560;
}
.couponWrap.ka_tour dl{
    background: #FFF url(../images/bg_kaigai_tour.png) no-repeat center 15px;
    background-size: 150px;
	color: #51b028;
}
.couponWrap.ka_air dl{
    background: #FFF url(../images/bg_air.png) no-repeat center 15px;
    background-size: 150px;
	color: #0093da;
}
.couponWrap.ko_airset dl,
.couponWrap.ka_airset dl{
    background: #FFF url(../images/bg_airset.png) no-repeat center 15px;
    background-size: 150px;
	color: #0093da;
}
.couponWrap dl:hover {opacity: 0.9;}
.couponWrap dt{
    display: flex;
    align-items: center;
	text-align: center;
	font-weight: bold;
}
.couponWrap dt small{
	width: 35%;
	font-size: 22px;
	line-height: 1.2;
}
.couponWrap dt strong{
	width: 65%;
	font-size: 56px;
    letter-spacing: -5px;
}
.couponWrap dt strong span {
    font-size: 44px;
    letter-spacing: 0;
}
.couponWrap dd.about_mycoupon {
	display: flex;
    text-align: center;
	margin: 0 5%;
}
.couponWrap .fcf {
	background: #343474;
    width: 72px;
    height: 72px;
    border-radius: 36px;
    color: #FFF;
    line-height: 1.1;
    font-size: 16px;
    display: grid;
    align-items: center;
    margin-right: 20px;
}
.couponWrap .mycoupon {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 48px;
}
.couponWrap .cpnget{padding: 10px 5px 0;}
.couponWrap.ko_yado .cpnget{background: #002060;}
.couponWrap.ko_jrset .cpnget{background: #e03560;}
.couponWrap.ka_tour .cpnget{background: #51b028;}
.couponWrap.ka_air .cpnget,
.couponWrap.ko_airset .cpnget,
.couponWrap.ka_airset .cpnget{background: #0093da;}
.couponWrap .cpnget .ico{
	background: #FFF;
    padding: 2px 5px 0;
    border-radius: 10px;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    width: 180px;
    display: inline-block;
    box-sizing: border-box;
}
.couponWrap .cpnget a{
	text-align: center;
    width: 200px;
    padding: 2px 0;
    border-radius: 20px;
    margin: 0 auto 10px calc(100% - 380px);
    display: inline-block;
	font-weight: bold;
    color: #FFF;
    font-size: 22px;
	position:relative;
}
.couponWrap .cpnget a:before{
	content: "";
    width: 24px;
    height: 24px;
    background: #FFF;
    border-radius: 12px;
    position: absolute;
    top: 4px;
    left: -25px;
}
.couponWrap .cpnget a:after{
	content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 8px;
    position: absolute;
    top: 10px;
    left: -15px;
}
.couponWrap.ko_yado .cpnget a:after{border-color: transparent transparent transparent #002060;}
.couponWrap.ko_jrset .cpnget a:after{border-color: transparent transparent transparent #e03560;}
.couponWrap.ka_tour .cpnget a:after{border-color: transparent transparent transparent #51b028;}
.couponWrap.ka_air .cpnget a:after,
.couponWrap.ko_airset .cpnget a:after,
.couponWrap.ka_airset .cpnget a:after{border-color: transparent transparent transparent #0093da;}
.couponWrap .conditions{
	padding: 10px;
    background: #FFF;
    border-bottom: 1px dashed #ccc;
}
.couponWrap .conditions li{
	font-size: 14px;
	display: flex;
}
.couponWrap .conditions li strong{
	width: 80px;
    display: inline-block;
    font-weight: bold;
}
.couponWrap .cpndetai {
	padding: 0 15px;
    font-size: 14px;
    text-align: center;
    background: #FFF url(../images/im_mycopon.png) no-repeat 8px;
    background-size: 40px auto;
}
.couponWrap .cpndetai a{
	background: url(../images/im_arrow_close.png) no-repeat 100% 56%;
    background-size: 15px auto;
    display: block;
    padding: 15px 0;
}
.linkbtn {
    display: block;
    clear: both;
    margin-bottom: 10px;
}
.linkbtn a {
    font-size: 24px;
    color: #FFF !important;
    display: block;
    box-shadow: 1px 1px 2px #aaa;
    text-shadow: 2px 2px 2px #555;
    clear: both;
    margin: 0 auto 10px;
    text-align: center;
    position: relative;
    padding: 10px 0 12px;
    width: 80%;
    box-sizing: border-box;
    background: #d6001c;
}
.linkbtn a:after {
    width: 13px;
    height: 13px;
    content: "";
    display: block;
    background: url(https://www.nta.co.jp/shared2021/common/images/im_arrow.png) no-repeat;
    position: absolute;
    top: 38%;
    right: 1%;
}

/*PR*/
#other .inner {padding: 15px 0;}
.pr_banner {
    width: 640px;
    margin: 50px auto 100px;
    text-align: center;
}

}

/*end*/
.end {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: grid;
}
.end span {
    display: grid;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-size: 40px;
}

/*underbox anim*/
section {
  width: 100%;        /* 横幅いっぱい */
  opacity: 0;         /* 初期値は透明にしておく */
  transition: .5s;    /* 動くスピードを0.5秒に指定 */
  position: relative; /* 相対位置の設定 */
  top: 50px;          /* 事前に下に50pxずらしておく */
}
section:not(.fadeIn) {
	opacity: 1;
	top: 0;
}
.active {
  opacity: 1;
  top: 0;
}