/* =======================================
	#characters
======================================= */
#characters {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    background-image: url("pc_02_sk_chara_bg01_b.png"), url("pc_02_sk_chara_bg01_a.jpg");
    background-repeat: no-repeat, repeat;
    background-position: -200% 10%, center;
    background-size: 90%, 220%;
    padding: 5% 0;
}

/* #characters::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(213, 0, 0, 0.3);
	transform: skewY(-15deg) translateY(-10%);
	z-index: -1;
} */

.charactersWrap {
    width: 100%;
    margin: 1.5em auto 0;
    padding: 0 4%;
    display: block;
}

.charactersContent {
    text-align: left;
    margin-top: 1em;
    display: block;
}

.charactersContent video {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    margin: 1.5em auto 0;
}

.charactersContent p {
    width: 90%;
    margin: 2em 0 4em;
    text-align: left;
}

.chara_icon_tx {
    padding: 5vw;
}

.charactersContent img.skillname {
    width: 72%;
    margin: 1em auto;
}

.tapdeokigae {
    width: 52%;
    margin: 1em auto 0.3em;
}

.mySwiper01a {
    width: 100%;
    padding: 0 20% 5%;
}

.thumbnailpic .swiper-slide:nth-of-type(1) span {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 100%;
    background: url("pc_02_sk_chara_icon01_off.png") no-repeat;
    background-size: 100% auto;
}

.thumbnailpic .swiper-slide-thumb-active:nth-of-type(1) span {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 100%;
    background: url("pc_02_sk_chara_icon01_on.png") no-repeat;
    background-size: 100% auto;
}

.thumbnailpic .swiper-slide:nth-of-type(2) span {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 100%;
    background: url("pc_02_sk_chara_icon02_off.png") no-repeat;
    background-size: 100% auto;
}

.thumbnailpic .swiper-slide-thumb-active:nth-of-type(2) span {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 100%;
    background: url("pc_02_sk_chara_icon02_on.png") no-repeat;
    background-size: 100% auto;
}

.thumbnailpic .swiper-slide:nth-of-type(3) span {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 100%;
    background: url("pc_02_sk_chara_icon03_off.png") no-repeat;
    background-size: 100% auto;
}

.thumbnailpic .swiper-slide-thumb-active:nth-of-type(3) span {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 100%;
    background: url("pc_02_sk_chara_icon03_on.png") no-repeat;
    background-size: 100% auto;
}

.thumbnailpic .swiper-slide:nth-of-type(4) span {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 100%;
    background: url("pc_02_sk_chara_icon04_off.png") no-repeat;
    background-size: 100% auto;
}

.thumbnailpic .swiper-slide-thumb-active:nth-of-type(4) span {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 100%;
    background: url("pc_02_sk_chara_icon04_on.png") no-repeat;
    background-size: 100% auto;
}

.thumbnailpic .swiper-slide:nth-of-type(5) span {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 100%;
    background: url("pc_02_sk_chara_icon05_off.png") no-repeat;
    background-size: 100% auto;
}

.thumbnailpic .swiper-slide-thumb-active:nth-of-type(5) span {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 100%;
    background: url("pc_02_sk_chara_icon05_on.png") no-repeat;
    background-size: 100% auto;
}

.thumbnailpic .swiper-slide:nth-of-type(6) span {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 100%;
    background: url("pc_02_sk_chara_icon06_off.png") no-repeat;
    background-size: 100% auto;
}

.thumbnailpic .swiper-slide-thumb-active:nth-of-type(6) span {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 100%;
    background: url("pc_02_sk_chara_icon06_on.png") no-repeat;
    background-size: 100% auto;
}

.swiper-button-prev,
.swiper-button-next {
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
    margin-top: -24px;
    display: block;
    /* 事前ボタンなし */
}


/* =======================================
	#limited
======================================= */
#limited {
    background: url(sp_02_sk_chara_bg02.jpg);
    background-size: cover;
    background-position: center 40%;
    padding-bottom: 5%;
}

#limited h2 {
    width: 70%;
    padding-top: 5%;
    margin-bottom: 5%;
}



/* =======================================
	#events
======================================= */
#events {
    padding: 0.2em 0 1em;
    background: url(pc_03_sk_event_bg.png) repeat;
    background-position: center;
    background-size: 220%;
}

#events h2 {
    width: 60%;
    padding-top: 5%;
    margin-bottom: 1%;
}

.ttlEventSub {
    width: 84%;
    margin: 1em auto;
}

ul.eventsWrap {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.event01 {
    position: relative;
    margin-bottom: 1em;
}

.event02 {
    position: relative;
}

.yamori {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
}

.myswiper02 {
    padding-bottom: 30px;
}

.swiper02 {
    width: 72%;
    margin: 0 auto;
    position: absolute;
    bottom: 3%;
    left: 0;
    right: 0;
}

.swiper-button-prev02 {
    left: -12%;
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
    margin-top: -8px;
}

.swiper-button-next02 {
    right: -12%;
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
    margin-top: -8px;
}

.myswiper03 {
    padding-bottom: 30px;
}

.swiper03 {
    width: 72%;
    margin: 0 auto;
    position: absolute;
    bottom: 3%;
    left: 0;
    right: 0;
}

.swiper-button-prev03 {
    left: -12%;
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
    margin-top: -8px;
}

.swiper-button-next03 {
    right: -12%;
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
    margin-top: -8px;
}

.myswiper05 {
    padding-bottom: 30px;
}

.swiper05 {
    width: 72%;
    margin: 0 auto;
    position: absolute;
    bottom: 3%;
    left: 0;
    right: 0;
}

.swiper-button-prev05 {
    left: -12%;
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
    margin-top: -8px;
}

.swiper-button-next05 {
    right: -12%;
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
    margin-top: -8px;
}

/* =======================================
	#events
======================================= */
.eventsWrap {
    width: 100%;
    margin-bottom: 10vw;
    position: relative;

}

/* =======================================
	#campaign
======================================= */
#campaign {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 2%;
    position: relative;
    overflow: hidden;
    background: url("pc_04_sk_cp_bg.jpg") repeat;
    background-position: center;
    background-size: 220%;
}

#campaign h2 {
    width: 50%;
    padding-top: 1.5em;
    margin-bottom: 3%;
}

/* #campaign::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(213, 0, 0, 0.3);
	transform: skewY(15deg) translateY(-10%);
	z-index: -1;
} */

.campaign_box {
    position: relative;
    padding-bottom: 5%;
}

.ttlCampaignSub {
    width: 90%;
    margin: 0 auto 1em;
}

ul.campaignWrap {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

ul.campaignWrap li {
    width: 48%;
    margin-bottom: 20px;
}

ul.campaignWrap li:nth-child(odd) {
    margin-right: 4%
}

#campaign01detail,
#campaign02detail,
#campaign03detail,
#campaignLogin {
    position: relative;
}

#campaign01detail,
#campaign02detail,
#campaignLogin {
    margin-bottom: 1em;
}

.join_m {
    margin-bottom: 3vw;
    display: block;
}

.oubo_btn {
    display: block;
    width: 40vw;
    margin: 0 auto;
}

.campaign01join {
    width: 55%;
    margin: 0 auto;
    position: absolute;
    bottom: 6%;
    left: 0;
    right: 0;
}

.campaign02join {
    width: 38%;
    margin: 0 auto;
    position: absolute;
    bottom: 6%;
    left: 11%;
}

.campaign02apply {
    width: 38%;
    margin: 0 auto;
    position: absolute;
    bottom: 6%;
    right: 9%;
}

.campaign03join {
    width: 38%;
    margin: 0 auto;
    position: absolute;
    bottom: 7%;
    left: 11%;
}

.campaign03apply {
    width: 38%;
    margin: 0 auto;
    position: absolute;
    bottom: 7%;
    right: 9%;
}

#campaignDetail01 {
    margin-top: -10%;
}

#campaignDetail03 {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 2.4em;
    position: relative;
    overflow: hidden;
}

#campaignDetail03::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(213, 0, 0, 0.3);
    transform: skewY(-15deg) translateY(40%);
    z-index: -1;
}


/* =======================================
	#collaboration
======================================= */
#collaboration {
    width: 100%;
    background: url("pc_05_sk_mv_bg_chara.png"), url("pc_05_sk_mv_bg.jpg");
    background-repeat: no-repeat, repeat;
    background-position: 40% 100%, center;
    background-size: cover, 220%;
    padding-bottom: 10%;
}

#collaboration h2 {
    width: 50%;
    padding-top: 1.5em;
    margin-bottom: 0%;
}




/* =======================================
	remodal
======================================= */
.remodal {
    background: transparent;
}

.remodalblue a,
.remodalblue a:link,
.remodalblue a:visited,
.remodalblue a:hover,
.remodalblue a:active {
    color: #ff7300;
}

.remodalblue {
    position: relative;
    width: 100%;
    padding: 22% 0 0;
}

.remodalblue button {
    position: absolute;
    background: transparent;
    border: none;
    top: 1%;
    left: auto;
    right: 1%;
    cursor: pointer !important;
}

a.shamanlweb {
    position: absolute;
    bottom: 5%;
    left: 0;
    right: 0;
    font-size: 18px;
    width: 80%;
    margin: auto;
}

.remodalmovie {
    position: relative;
    width: 90%;
    padding: 50px 0;
    background: transparent !important;
}

.remodalmovie button {
    position: absolute;
    background: transparent;
    border: none;
    top: -3%;
    left: auto;
    right: -4%;
    cursor: pointer !important;
}

.remodalabout a,
.remodalabout a:link,
.remodalabout a:visited,
.remodalabout a:hover,
.remodalabout a:active {
    color: #ff7300;
}

.remodalabout {
    position: relative;
    padding: 20% 0 0;
    width: 90%;
}

.remodalabout button {
    position: absolute;
    background: transparent;
    border: none;
    top: 2%;
    left: auto;
    right: -4%;
    cursor: pointer !important;
}

.youtube {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.youtube iframe,
.youtube object,
.youtube embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.aboutbox {
    position: relative;
}



.oubox {
    width: 90%;
    margin: 0 auto;
    color: #000;
    background: #fff;
    text-align: left;
    padding: 10px 2.5vw;
    border: 1px solid #ff7300;
}

.oubox p {
    font-size: 12px;
    line-height: 1.5;
}

.closeRed {
    display: block;
    position: relative;
    width: 54px;
    height: 54px;
}

.closeRed::before,
.closeRed::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 54px;
    background: #ff7300;
}

.closeRed::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.closeRed::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}


/* =======================================
	footer
======================================= */
footer {
    color: white;
    background: black;
    padding-bottom: 2em;
}

/* footer ul {
	width: 100%;
	margin: 2em auto 1em;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

footer ul li {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 1em;
}

footer ul li a {
	display: flex;
	align-items: center;
}

footer ul li a.separate {
	border-right: 2px solid gainsboro;
}

footer ul li img {
	width: auto;
	max-width: none;
	height: 2vh;
	padding: 0 6vw;
}

footer p {
	color: gainsboro;
	font-size: 0.5em;
	line-height: 1.4;
} */
.footerBan {
    display: none;
}

.footer_menu {
    background: url(sp_06_sk_footer_menu.png) no-repeat;
    background-size: contain;
    height: 15vw;
    margin: 7vw 7vw 5vw;
    display: flex;
    flex-wrap: wrap;
}

.footer_menu li a {
    display: block;
    height: 6vw;
}

.footer_menu li:nth-child(1) {
    width: 23%;
}

.footer_menu li:nth-child(2) {
    width: 36%;
}

.footer_menu li:nth-child(3) {
    width: 41%;
}

.footer_menu li:nth-child(4) {
    width: 30%;
}

.footer_menu li:nth-child(5) {
    width: 42%;
}

.footer_menu li:nth-child(6) {
    width: 28%;
}

.copyright {
    position: relative;
    width: 100%;
    height: 10vw;
    background: #ff7300;
    display: flex;
    align-items: center;
    justify-content: center;
}

.copyright p {
    width: 70%;
    margin: auto;
}


/* =======================================
	pagetop
======================================= */
/* .pagetop {
	position: fixed;
	right: 3%;
	bottom: 3%;
	z-index: 500;
}

.pagetop a {
	display: block;
	width: 60px;
	height: 60px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

.pagetop {
	bottom: -100px;
	transition: all 0.5s;
}

.activeBtn {
	bottom: 30px;
	visibility: visible !important;
} */








@media screen and (min-width: 500px) {
    /* body {
		font-size: 1.6rem;
	} */

    /* footer ul li a.separate {
		border-right: none;
	}

	footer ul li:not(:last-child) a {
		border-right: 2px solid gainsboro;
	}

	footer ul li img {
		height: 2.2vh;
		padding: 0 3vw;
	} */


}

@media screen and (min-width: 800px) {
    body {}


    .contents {
        width: 56.875%;
        min-width: 800px;
    }



    /* =======================================
	text
======================================= */
    h2 {
        width: 62%;
        padding-top: 1.5em;
    }

    h3 {
        font-size: 1.6em;
    }

    h4 {
        font-size: 1.2em;
        margin: 1em auto 0.5em;
    }

    /* =======================================
	header
======================================= */
    header {
        width: 100%;
        height: 0;
        background: url("pc_01_sk_header_01.png") no-repeat center top;
        background-size: 100% auto;
        padding-top: 47.3%;
    }


    .whatisthis {
        width: 13%;
        position: absolute;
        top: 16%;
        left: 33%;
        right: 0;
        margin: auto;
    }

    .about {
        width: 22%;
        bottom: 0.8%;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }

    .sticker {
        width: 10%;
    }

    .activeBnr {
        top: 18%;
        visibility: visible;
    }


    /* =======================================
	nav
======================================= */
    nav {
        background: url("pc_01_sk_header_menubr.png") center top no-repeat;
        background-size: 100% 100%
    }

    nav ul {
        padding: 15px 0;
        max-width: 740px;
        gap: 40px;
    }





    /* =======================================
	Let's play
	======================================= */
    #collabo_shamanking_letsplay {
        padding: 60px 0;
        background-size: auto;
    }

    #collabo_shamanking_letsplay ul {
        width: 100%;
        max-width: 650px;
    }

    .btn_howtoplay {
        width: 100%;
        max-width: 740px;
        margin-top: 10px;
    }

    .btn_campaign {
        width: 13%;
        max-width: 258px;
        bottom: 40px;
        left: 40px;
    }

    .btn_campaign a {
        display: block;
        width: 100%;
        height: 100%;
        cursor: pointer;
    }

    .btn_campaign a img {
        filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.6));
    }




    /* =======================================
	#characters
======================================= */
    #characters {
        width: 100%;
        margin: 0 auto;
        padding: 30px 0 60px;
        position: relative;
        overflow: hidden;
        background-position: 33% 100%, center;
        background-size: contain, auto;
    }

    #characters::before {
        transform: skewY(-15deg) translateY(-25%);
    }

    .charactersWrap {
        width: 100%;
        padding: 0 2% 0 3%;
        display: flex;
        justify-content: space-between;
    }

    .charactersSlide {
        width: 52%;
    }

    .charactersContent {
        width: 43%;
        margin-top: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .charactersContent p {
        margin: 1em 0 2em;
        width: 95%;
    }

    .chara_icon_tx {
        padding: 10px 0 0 0;
    }

    /* =======================================
	#limited
======================================= */
    #limited {
        /* margin-top: -12%; */
        padding-bottom: 2em;
        background: url(pc_02_sk_chara_bg02.jpg);
        background-size: cover;
        background-position: center 40%;
        padding-bottom: 0;
    }

    .limited_chara {
        padding: 30px 0;
    }


    #limited h2 {
        width: 90%;
        padding-top: 1em;
        margin-bottom: 0;
    }

    /* =======================================
	#events
======================================= */
    #events {
        padding: 20px 0 60px;
        background-image: url("pc_03_sk_event_bg_chara01.png"), url("pc_03_sk_event_bg_chara02.png"), url("pc_03_sk_event_bg_chara03.png"), url("pc_03_sk_event_bg_chara04.png"), url("pc_03_sk_event_bg_01.png"), url("pc_03_sk_event_bg_02.png"), url("pc_03_sk_event_bg.png");
        background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, repeat;
        background-position: center 10%, center 30%, center 74%, center 90%, center 340px, center 1940px, center;
        background-size: 2280px 1131px, 1420px 1005px, 2422px 1090px, 1780px 1005px, 1920px 1210px, 1920px 1210px, auto;
    }

    #events h2 {
        width: 90%;
        padding-top: 1em;

    }

    .ttlEventSub {
        width: 78%;
        margin: 2em auto;
    }

    .eventsWrap {
        width: 800px;
        margin: 0 auto 60px;
        position: relative;

    }

    .event01 {
        width: 49%;
        margin-bottom: 0;
    }

    .event02 {
        width: 49%;
    }



    /* =======================================
	#campaign
======================================= */
    #campaign {
        width: 100%;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
        background-size: auto;
    }

    /* #campaign::before {
		transform: skewY(15deg) translateY(-20%);
	} */
    #campaign h2 {
        width: 50%;
        padding-top: 1.5em;
        margin-bottom: 0%;
    }

    .campaign_box {
        padding: 20px 0;
        width: 800px;
        margin: 0 auto;
        position: relative;
        z-index: 1;
    }

    .campaign_box_w::before {
        content: "";
        display: block;
        background: url(pc_04_sk_cp_bg_chara01.png) no-repeat;
        position: absolute;
        z-index: -1;
        top: 380px;
        left: -176px;
        width: 274px;
        height: 232px;
    }

    .campaign_box_w::after {
        content: "";
        display: block;
        background: url(pc_04_sk_cp_bg_chara02.png) no-repeat;
        position: absolute;
        z-index: -1;
        top: 702px;
        right: -249px;
        width: 348px;
        height: 218px;
    }

    .campaign_box_w02::before {
        content: "";
        display: block;
        background: url(pc_04_sk_cp_bg_chara03.png) no-repeat;
        position: absolute;
        z-index: -1;
        top: 130px;
        left: -206px;
        width: 320px;
        height: 396px;
    }

    .campaign_box_w02::after {
        content: "";
        display: block;
        background: url(pc_04_sk_cp_bg_chara04.png) no-repeat;
        position: absolute;
        z-index: -1;
        top: 560px;
        right: -325px;
        width: 434px;
        height: 267px;
    }



    .ttlCampaignSub {
        width: 80%;
        margin: 2.5em auto;
    }

    ul.campaignWrap {
        width: 73.37%;
    }

    #campaign01detail,
    #campaign02detail,
    #campaignLogin {
        margin-bottom: 2em;
    }

    .join_m {
        margin-bottom: 20px;
        display: block;
    }

    .oubo_btn {
        display: inline;
        width: auto;
        margin: 0;
    }

    .campaign01join {
        bottom: 5%;
    }

    .campaign02join {
        width: 36%;
        bottom: 6%;
        left: 12%;
    }

    .campaign02apply {
        width: 36%;
        bottom: 6%;
        right: 9%;
    }

    .campaign03join {
        width: 36%;
        margin: 0 auto;
        position: absolute;
        bottom: 6%;
        left: 13%;
    }

    .campaign03apply {
        width: 36%;
        margin: 0 auto;
        position: absolute;
        bottom: 6%;
        right: 13%;
    }


    /* =======================================
	#collaboration
======================================= */
    #collaboration {
        background-size: contain, auto;
        background-position: center, center;
        background-size: 1500px 800px, auto;
        padding-bottom: 100px;
    }


    /* =======================================
	footer
======================================= */
    .footer_menu_wrap {
        padding: 0 20px;
    }

    /* footer ul {
		width: 100%;
		margin: 2em auto 0;
	}

	footer ul li {
		margin-bottom: 2em;
	}

	footer ul li a.separate {
		border-right: none;
	}

	footer ul li:not(:last-child) a {
		border-right: 2px solid gainsboro;
	}

	footer ul li img {
		height: 3vh;
		padding: 0 2vw;
	}

	footer p {
		color: gainsboro;
		font-size: 14px;
		line-height: 1.4;
	} */


    .footer_menu {
        background: url(pc_06_sk_footer_menu.png) no-repeat;
        background-size: contain;
        max-width: 1192px;
        height: 30px;
        margin: 60px auto 30px;
        display: flex;
        flex-wrap: nowrap;
    }

    .footer_menu li a {
        display: block;
        height: 30px;
    }

    .footer_menu li:nth-child(1) {
        width: 10.5%;
    }

    .footer_menu li:nth-child(2) {
        width: 17%;
    }

    .footer_menu li:nth-child(3) {
        width: 23.5%;
    }

    .footer_menu li:nth-child(4) {
        width: 17.5%;
    }

    .footer_menu li:nth-child(5) {
        width: 20.5%;
    }

    .footer_menu li:nth-child(6) {
        width: 11%;
    }

    .copyright {
        height: 70px;
    }

    .copyright p {
        display: flex;
        align-items: center;
        justify-content: center;
    }


    /* =======================================
	remodal
======================================= */
    .remodalmovie button {
        top: -3%;
        right: -2%;
    }

    .remodalabout {
        padding: 10% 0 0;
        max-width: 600px;
    }

    .remodalabout button {
        top: 8%;
        right: -2%;
    }

    .remodalblue {
        padding: 10% 0 0;
    }


    .remodalblue button {
        top: 4%;
        right: 3%;
    }

    a.shamanlweb {
        position: absolute;
        bottom: 5%;
        left: 0;
        right: 0;
        font-size: 18px;
    }



}

@media screen and (min-width: 800px) and (orientation:portrait) {
    .footerNav {
        width: 90% !important;
    }
}

/* @media screen and (min-width: 1200px) {
	body {
		font-size: 18px;
	}




} */


}