@charset "UTF-8";
/*---------------------------------------------------------------*\
$Common
\*---------------------------------------------------------------*/

/* top */

#top {
    position: relative;
    width: 100%;
    padding: 170px 0 90px;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#top .title_top {
    top: 52%;
    margin: auto;
    z-index: 99;
    right: 0;
    left: 0;
    font-family: 'Overpass', sans-serif;
    font-size: 3.5rem;
    color: #fff;
    letter-spacing: 10px;
    text-align: center;
}

#top .suggestion_scroll_top {
    position: absolute;
    width: 60px;
    z-index: 99;
    bottom: 50px;
    right: 0;
    left: 0;
    margin: auto;
}

#top .border_scroll_top {
    width: 1px;
    display: block;
    height: 80px;
    background: #fff;
    margin: 0 auto;
    box-shadow: 0px 0px 24px #555;
    -webkit-animation: sdb 2.5s infinite;
    animation: sdb 2.5s infinite;
}


.title_top {
    text-align: center;
    font-size: 3.5rem;
    font-family: 'Overpass', ui-sans-serif;
    letter-spacing: 7px;
    color: #fff;
}

.title_top span {
    margin-top: 60px;
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    font-family: 'YuGothic', '游ゴシック', 'Noto Sans Japanese', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
    position: relative;
    color: #fff;
    letter-spacing: 2px;
}

.title_top span:after {
    position: absolute;
    width: 1px;
    height: 30px;
    background: #fff;
    content: "";
    top: -50px;
    left: 50%;
}




/* plans */

section#plans {
    background: #eef4f6;
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}

section#plans:before {
    content: "EXPERIENCE";
    display: block;
    width: 100%;
    text-align: center;
    letter-spacing: 2px;
    line-height: 40px;
    color: #355b6e;
    font-family: 'Overpass', sans-serif;
    font-size: 4.5rem;
}

.wrapper_contents_plans {
    border-top: 1px solid #ccdfe7;
    margin: 0 auto;
    padding-top: 80px;
    width: 1000px;
}

#plans h2 {
    justify-content: space-between;
    display: flex;
    margin-bottom: 20px;
    align-items: center;
    color: #355b6e;
}

.posts_section_name {
    font-family: 'Overpass', sans-serif;
    font-size: 3rem;
    color: #355b6e;
    display: flex;
    align-items: center;
    letter-spacing: 2px;
}

#plans h2 span {
    font-size: 1.5rem;
    letter-spacing: 0px;
    margin-left: 15px;
    font-weight: bold;
    padding-left: 15px;
    border-left: 1px solid;
    margin-bottom: 5px;
    line-height: 20px;
    color: #355b6e;
    font-family: 'YuGothic', '游ゴシック', 'Noto Sans Japanese', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}

#plans h2 span:before {
    content: "";
    display: block;
    position: absolute;
    width: 85px;
    right: -95px;
    margin-top: -4px;
    top: 50%;
    height: 1px;
    /* background: #355b6e; */
}

.plans_message {
    display: flex;
    max-width: 1000px;
    flex-direction: row-reverse;
    margin: 80px auto;
    padding-bottom: 120px;
}

.plans_message_image:after {
    position: absolute;
    width: 250px;
    height: 260px;
    background: #ddd;
    content: "";
    left: -180px;
    bottom: -100px;
    background-image: url(../img/fuse/joren3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
}

.plans_message_image {
    width: 45%;
    position: relative;
    height: auto;
    background-image: url(../img/fuse/joren2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.plans_message_cap {
    width: 56%;
}

.plans_message_title {
    font-size: 2.2rem;
    margin-bottom: 30px;
    font-weight: bold;
    color: #355b6e;
    line-height: 32px;
    letter-spacing: 0.5px;
}

.plans_message_cap {
    padding: 0;
    color: #355b6e;
}

.plans_message p {
    line-height: 28px;
    letter-spacing: 0.5px;
    color: #355b6e;
}

.plans_thumb {
    width: 100%;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.swiper-slide:hover .plans_thumb {
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.plans_thumb img {
	width: 100%;
	height: auto;
    aspect-ratio: 48 / 32;
    object-fit: cover;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.swiper-slide:hover .plans_thumb img {
    transform: scale(1.1);
	opacity: 0.7;
}

.swiper-slide:hover .plans_thumb {
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.swiper h4 {
    font-size: 1rem;
    line-height: 17px;
    padding: 0 4%;
    color: #355b6e;
    letter-spacing: 0.5px;
}

.swiper h3 {
    font-size: 1.45rem;
    margin: 15px 0 8px;
    color: #355b6e;
    padding: 0 4%;
    letter-spacing: 0.2px;
    font-weight: bold;
}

a.plans_more_button {
    display: block;
    text-align: center;
    font-family: 'YuGothic', '游ゴシック', 'Noto Sans Japanese', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
    font-size: 1.2rem;
    color: #fff;
    padding: 5px 30px 5px 20px;
    font-weight: normal;
    border: 1px solid #169ccd;
    line-height: 22px;
    background: #169ccd;
    border-radius: 100px;
    letter-spacing: 0;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a.plans_more_button:hover {
	background: #fff;
	color: #169ccd;
}

a.plans_more_button:hover:after {
    border-right: 1px solid #169ccd;
    border-bottom: 1px solid #169ccd;
}

a.plans_more_button:after {
    position: absolute;
    width: 4px;
    height: 4px;
    right: 15px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    content: "";
    transform: rotate(-45deg);
    top: 50%;
    margin-top: -3px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


.swiper_area {
    position: relative;
    margin-bottom: 75px;
}

.swiper-button-next {
    right: -60px!important;
    transform: scale(0.5);
}

.swiper-button-prev {
    left: -50px!important;
    transform: scale(0.5);
}

.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0!important;
    display: none;
}

.swiper-pagination-bullet-active {
	background: #1b1b1b!important;
}

.swiper-slide {
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.swiper.swiper-initialized.swiper-horizontal.swiper-pointer-events {
    padding: 20px 0;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: ''!important;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: ''!important;
}


/* latest */

#latest {
    width: 100%;
    padding: 100px 0;
}

#latest .title_latest {
    width: 44%;
}

#latest .title_latest img {
    width: 100%;
    height: auto;
}

#latest .description_jp_latest {
    margin-top: -5px;
    line-height: 27px;
    font-weight: bold;
}

#latest .description_en_latest {
    font-family: 'Overpass', sans-serif;
    margin-top: 25px;
    letter-spacing: 1px;
    line-height: 27px;
    font-size: 16px;
}

#latest .wrapper_contents_latest {
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    display: flex;
    width: 75%;
    margin: 0 auto;
}

#latest .date_posted {
    -webkit-justify-content: center;
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

#latest .wrapper_date_posted {
    margin-bottom: 24px;
}

#latest .wrapper_date_posted:after {
    display: block;
    content: '';
    margin: 6px auto 0;
    width: 15px;
    border-bottom: solid 1px #888;
}

#latest .icon_hand {
    display: block;
    width: 14px;
    margin-right: 8px;
}

#latest .icon_hand img {
    width: 100%;
    height: auto;
}

#latest .text_date {
    font-size: 14px;
    letter-spacing: 0.2px;
    font-family: 'Jaldi', sans-serif;
}

.thumbnail_latest {
    display: block;
    margin: 0;
    width: 100%;
    overflow: hidden;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    filter: grayscale(0%);
    transition: 0.5s;
    transition: 0.5s;
}

#latest .thumbnail_latest img {
    width: 100%;
    height: auto;
    -moz-transition: -moz-transform 0.2s linear;
    -webkit-transition: -webkit-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    transition: transform 0.2s linear;
}

.box {
  max-width: 1000px;
  margin: 0 auto 150px;
}
#latest .box .lang_nav {
  text-align: center;
  margin-bottom: 40px;
}
#latest .box .lang_nav a {
    font-family: "Josefin Sans", sans-serif;
    /* margin-top: 25px; */
    font-weight: bold;
    /* letter-spacing: 0.4px; */
    /* line-height: 27px; */
    font-size: 16px;
    display: inline-block;
    margin: 0 10px;
}
#latest .box .lang_nav a.active {
    text-decoration: underline;
}
.articles_latest {
    width: 100%;
    margin: 0 auto 0;
    display: -webkit-flex;
    display: flex;
}
#latest .lang_box {
    display: none;
}
#latest .lang_box.active_box {
    display: block;
}

.articles_latest li {
    margin-right: auto;
    width: 31%;
}

.articles_latest li a {
    display: block;
    width: 100%;
    height: 100%;
}

.thumbnail_latest img {
    width: 100%;
    height: auto;
}

#latest .articles_latest li:hover .thumbnail_latest img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.articles_latest li:last-child {
    margin-right: 0px;
}

#latest .articles_latest li:hover .thumbnail_latest {
    /* -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%); */
}

.button_latest {
    display: block;
    font-size: 1.3rem;
    font-family: 'YuGothic', '游ゴシック', 'Noto Sans Japanese', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
    letter-spacing: 0.2px;
}

#latest .icon_arrow {
    display: block;
    top: 40%;
    right: 24px;
    position: absolute;
    width: 14px;
}

#latest .icon_arrow img {
    width: 100%;
    height: auto;
}

.title_post {
    font-size: 1.45rem;
    font-weight: bold;
    color: #355b6e;
    line-height: 24px;
    letter-spacing: 0.2px;
    margin-top: 15px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#latest .articles_latest li:hover .title_post {
    color: #e53935;
}

#latest .description_latest {
    width: 45%;
}

.box h2 {
    font-family: 'Overpass', sans-serif;
    font-size: 3rem;
    letter-spacing: 2px;
    display: flex;
    margin-bottom: 50px;
    align-items: center;
    justify-content: space-between;
}


/*---------------------------------------------------------------*\
    $ more than 1500px
\*---------------------------------------------------------------*/

@media screen and (min-width: 1500px) {
    /* others */
    #others .wrapper_contents_others {
        width: 1200px;
    }
}


/*---------------------------------------------------------------*\
$1080px
\*---------------------------------------------------------------*/

@media screen and (max-width: 1080px) {
}


/*---------------------------------------------------------------*\
$768px
\*---------------------------------------------------------------*/

@media screen and (max-width: 768px) {


/* latest */

.articles_latest {
    display: block;
    width: 82%;
}

.articles_latest li {
    width: 100%;
    margin-bottom: 20px;
}

#latest {
    width: 100%;
    padding: 100px 0;
}

#latest .title_latest {
    width: 44%;
}

#latest .title_latest img {
    width: 100%;
    height: auto;
}

#latest .description_jp_latest {
    margin-top: -5px;
    line-height: 27px;
    font-weight: bold;
}

#latest .description_en_latest {
    font-family: 'Overpass', sans-serif;
    margin-top: 25px;
    letter-spacing: 1px;
    line-height: 27px;
    font-size: 16px;
}

#latest .wrapper_contents_latest {
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    display: flex;
    width: 75%;
    margin: 0 auto;
}

#latest .date_posted {
    -webkit-justify-content: center;
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

#latest .wrapper_date_posted {
    margin-bottom: 24px;
}

#latest .wrapper_date_posted:after {
    display: block;
    content: '';
    margin: 6px auto 0;
    width: 15px;
    border-bottom: solid 1px #888;
}

#latest .icon_hand {
    display: block;
    width: 14px;
    margin-right: 8px;
}

#latest .icon_hand img {
    width: 100%;
    height: auto;
}

#latest .text_date {
    font-size: 14px;
    letter-spacing: 0.2px;
    font-family: 'Jaldi', sans-serif;
}

.thumbnail_latest {
    display: block;
    margin: 0;
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    filter: grayscale(0%);
    transition: 0.5s;
    transition: 0.5s;
}

#latest .thumbnail_latest img {
    width: 100%;
    height: auto;
    -moz-transition: -moz-transform 0.2s linear;
    -webkit-transition: -webkit-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    transition: transform 0.2s linear;
}

.box {
  max-width: 1000px;
  margin: 0 auto;
}
#latest .box .lang_nav {
  text-align: center;
  margin-bottom: 40px;
}
#latest .box .lang_nav a {
    font-family: "Josefin Sans", sans-serif;
    /* margin-top: 25px; */
    font-weight: bold;
    /* letter-spacing: 0.4px; */
    /* line-height: 27px; */
    font-size: 16px;
    display: inline-block;
    margin: 0 10px;
}
#latest .box .lang_nav a.active {
    text-decoration: underline;
}

.articles_latest li a {
    display: block;
    width: 100%;
    height: 100%;
}

.thumbnail_latest img {
    width: 100%;
    height: auto;
}

#latest .articles_latest li:hover .thumbnail_latest img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.articles_latest li:last-child {
    margin-right: 0px;
}

#latest .articles_latest li:hover .thumbnail_latest {
    /* -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%); */
}

.button_latest {
    display: block;
    font-size: 1.3rem;
    font-family: 'YuGothic', '游ゴシック', 'Noto Sans Japanese', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
    letter-spacing: 0.2px;
}

#latest .icon_arrow {
    display: block;
    top: 40%;
    right: 24px;
    position: absolute;
    width: 14px;
}

#latest .icon_arrow img {
    width: 100%;
    height: auto;
}

.title_post {
    font-size: 1.45rem;
    font-weight: bold;
    color: #355b6e;
    line-height: 24px;
    letter-spacing: 0.2px;
    margin-top: 15px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#latest .articles_latest li:hover .title_post {
    color: #e53935;
}

#latest .description_latest {
    width: 45%;
}

.box h2 {
    font-family: 'Overpass', sans-serif;
    font-size: 3rem;
    letter-spacing: 2px;
    display: flex;
    margin-bottom: 50px;
    align-items: center;
    justify-content: space-between;
}
	/* plans */

	section#plans {
		background: #f9f9f9;
		padding: 60px 0;
		overflow: hidden;
	}

	.wrapper_contents_plans {
		max-width: 100%;
		margin: 0 auto;
		padding-top: 60px;
	}
	
	.posts_section_name {
		font-size: 2.2rem;
		display: block;
		line-height: 22px;
		text-align: left;
	}

	#plans h2 {
		text-align: center;
		margin: 0 auto 20px;
		font-size: 2.2rem;
		align-items: baseline;
		width: 82%;
	}
	
	#plans h2 span {
		font-size: 1.1rem;
		display: block;
		letter-spacing: 0px;
		margin-left: 0;
		padding-left: 0;
		border: none;
		margin-top: 0;
	}

	#plans h2 span:before {
		width: 40px;
		right: -50px;
	}

	.plans_message {
		display: block;
		flex-direction: row-reverse;
	}

	.plans_message_image:after {
		position: absolute;
		width: 80%;
		height: 220px;
		background: #ddd;
		content: "";
		top: -50px;
		border: 1px solid #fff;
		left: -66%;
		bottom: inherit;
		background-image: url(../img/fuse/joren3.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center right;
	}

	.plans_message_image {
		width: 45%;
		position: relative;
		height: auto;
		background-image: url(../img/fuse/joren2.jpg);
		background-size: cover;
		background-repeat: no-repeat;
	}

	.plans_message_cap {
		width: 100%;
	}

	.plans_message_title {
		font-size: 2.6rem;
		margin-bottom: 40px;
		line-height: 46px;
	}

	.plans_message_cap {
		padding: 0 5%;
		box-shadow: 0px 100px 0 #f9f9f9;
	}

	.plans_message p {
		line-height: 23px;
		letter-spacing: 1.5px;
		text-align: center;
		font-size: 1.2rem;
	}

	.plans_thumb {
		width: 100%;
		background: #333;
		border-radius: 5px;
		overflow: hidden;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	.swiper-slide:hover .plans_thumb {
		box-shadow: 0 10px 25px rgba(0,0,0,0.2);
	}

	.swiper h4 {
		font-size: 1.1rem;
		line-height: 17px;
		margin-top: 8px;
		color: #888;
	}

	.swiper h3 {
		font-size: 1.4rem;
		margin: 13px 0 4px;
		font-weight: bold;
	}

	a.plans_more_button {
		display: block;
		text-align: center;
		font-weight: normal;
		padding: 4px 25px 4px 14px;
		line-height: 17px;
		font-size: 1rem;
	}

	.swiper_area {
		position: relative;
		margin-bottom: 40px;
	}

	.swiper-button-next {
		right: -80px!important;
		display: none!important;
	}

	.swiper-button-prev {
		left: -80px!important;
		display: none!important;
	}

	.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
		bottom: -30px!important;
	}

	.swiper-pagination-bullet-active {
		background: #1b1b1b!important;
	}

	.swiper-slide {
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	.swiper.swiper-initialized.swiper-horizontal.swiper-pointer-events {
		padding: 20px;
	}

	.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
		content: ''!important;
	}

	.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
		content: ''!important;
	}
	.plans_message_title {
		margin-bottom: 30px;
		font-size: 1.6rem;
		text-align: center;
		line-height: 31px;
		font-weight: bold;
	}

	.plans_message_image {
		height: 220px;
		width: 65%;
		background-position: center;
		margin: 80px 0 50px 35%;
	}
	
	.swiper {
		max-width: 100%;
		margin-bottom: 20px;
	}
	
	.swiper-button-prev {
		left: -5%!important;
		background-color: #fff;
		transform: scale(0.4);
		top: 20%!important;
		border-radius: 100%;
		box-shadow: 3px 10px 15px rgb(0 0 0 / 30%);
		padding: 20px;
		border: 30px solid #fff;
	}
	
	.swiper-button-next {
		right: -5%!important;
		background-color: #fff;
		transform: scale(0.4);
		top: 20%!important;
		border-radius: 100%;
		box-shadow: 3px 10px 15px rgb(0 0 0 / 30%);
		padding: 20px;
		border: 30px solid #fff;
	}
    /* latest */
    #latest {
		padding: 50px 0 100px 0;
		margin-top: 30px;
	}
    #latest .wrapper_contents_latest {
        width: 80%;
    }
    #latest .title_latest {
        width: 260px;
    }
    #latest .articles_latest {
        display: block;
        width: 80%;
        margin-top: 0px;
    }
    #latest .articles_latest li {
        width: 100%;
        margin: 50px auto 0;
    }
    #latest .description_latest {
        width: 100%;
    }
    #latest .description_latest {
        margin-top: 40px;
    }
    #latest .description_en_latest br {
        display: none;
    }
    #latest .description_jp_latest {
        font-weight: bold;
        font-size: 12px;
        line-height: 22px;
    }
    #latest .description_en_latest {
        font-weight: normal;
        font-size: 13px;
        line-height: 22px;
        margin-top: 20px;
    }
    #latest .thumbnail_latest>img {
        margin: 0 auto;
    }
    #latest .articles_latest li:nth-of-type(3) {
        margin: 50px auto 0;
    }
    #latest .title_post {
        width: 100%;
        font-weight: normal;
        line-height: 21px;
        margin: 18px auto 0;
    }
    #latest .button_latest {
        margin-top: 60px;
    }
    #latest .articles_latest li:last-child {
        margin: 50px auto 0;
    }
}


/*---------------------------------------------------------------*\
$480px
\*---------------------------------------------------------------*/

@media screen and (max-width: 480px) {
     /* top */
    #top {
        width: 100%;
        padding: 90px 0 30px;
        margin-top: 0;
    }
    #top .title_top {
        top: 48%;
        font-size: 2.2rem;
        letter-spacing: 4px;
    }
    #top .wrapper_logo_top {
        height: 71px;
    }
    #top .logo_top {
    width: 90px;
    margin-top: 0;
    padding: 15px;
    }
    #top .suggestion_scroll_top {
        display: none;
    }
	
	.title_top span {
		font-size: 1.2rem;
		margin-top: 40px;
	}

	.title_top span:after {
		height: 20px;
		top: -34px;
	}
	.menu-trigger span {
		background: #169ccd!important;
	}
	
}


/*---------------------------------------------------------------*\
$320px
\*---------------------------------------------------------------*/

@media screen and (max-width: 320px) {}