@charset "utf-8";
/* CSS Document */
/*------------------------------------------------------------------
--------------------------------------------------------------------
　　　　　　　　　　　1月国内旅行特集専用css
--------------------------------------------------------------------
------------------------------------------------------------------*/
#jan .bg:nth-of-type(even) {
    background: #e4f3ff;
}
#jan .bg:nth-of-type(odd) {
    background: #fff;
}
#jan .feature > h2 {
    color: #004b88;
}
#jan .feature h2 span:before {
    background: #1780d1;
}
/*MV*/
#jan .main-img {
    background-image: url(/plan/tokushu/season/jan/images/mv_bg_pc.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    height: 100%;
}
#jan .mv_title .month_large:before {
    position: absolute;
    content: "";
    width: 77px;
    height: 80px;
    background-image: url(/plan/tokushu/season/jan/images/mv_ic001.webp);
    background-size: contain;
    background-position: center;
    bottom: -5px;
    left: -84px;
    background-repeat: no-repeat;
    z-index: 1;
	transform: rotate(-3deg);
}
#jan .mv_title span.tokushu:before {
    position: absolute;
    content: "";
    width: 77px;
    height: 80px;
    background-image: url(/plan/tokushu/season/jan/images/mv_ic002.webp);
    background-size: contain;
    background-position: center;
    top: -38px;
    right: -82px;
    background-repeat: no-repeat;
	transform: rotate(10deg);
}
#jan .main-img:after {
    position: absolute;
    content: "";
    width: 390px;
    height: 59px;
    background-image: url(/plan/tokushu/season/jan/images/mv_shinkansen.webp);
    background-size: contain;
    background-position: center;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
}
#jan .mv_title {
    min-height: 205px;
    color: #3f3f3f;
}
#jan .mv_title .month_large,
#jan .mv_title .month{
    color: #004b88;
}
#jan .mv_title span.year {
    background: rgb(0 67 121 / 40%);
    top: 12%;
}
@media screen and (min-width: 1440px) {
#jan .mv_title {
    height: 255px;
}
#jan .mv_title .month_large:before {
    width: 98px;
    height: 98px;
    left: -98px;
}
#jan .mv_title span.tokushu:before {
    width: 95px;
    height: 99px;
    top: -48px;
    right: -96px;
}
}
/*アンカーリンク*/
#jan .top_anc {
    background-image: repeating-linear-gradient(0deg, #1f76b7, #9cd1fd);
}
#jan .anc_area li a:hover {
    color:#1f76b7; 
}
#jan .anc_area li a:hover:after {
    border-color: #1f76b7 transparent transparent transparent;
}
/*日付から探す*/
#jan .calendar_list {
    width: 100%;
    margin: 0 auto;
}
#jan .calendar_list .day_wrap {
    width: calc(100% / 9 - 18px);
}
#jan #calendar_area .tap {
	color: #f82f2e;
}
/*おすすめのテーマから探す*/
#jan #theme {
	position: relative;
}
#jan #theme .bg_img {
    width: 96px;
    position: absolute;
    right: 80px;
    top: 30px;
}
#jan #theme .theme_wrap h3 {
    background-image: repeating-linear-gradient(0deg, #1f76b7, #9cd1fd);
}
#jan #theme .theme_wrap h3:after {
    border-right: solid 22px #0d558b;
}
#jan #theme .theme_btn {
    text-align: center;
}
#jan #theme .theme_wrap .plan_detail {
    text-align: left;
    margin-bottom: 10px;
    display: inline-block;
    margin-top: 10px;
}
#jan #theme .theme_wrap.theme1 .theme_btn a {
    color: #2584e9;
}
#jan #theme .theme_wrap.theme3 .theme_btn a {
    color: #f846a3;
}
#jan #theme .theme_wrap.theme3 .usj .theme_btn a {
    color: #7c66de;
}
/*おすすめのエリア*/
#jan #recommend_area .sup {
	font-size: 1.15rem;
    margin-top: 8px;
}
/*おすすめ観光プラン特集*/
#jan #kanko_plan h3 {
    color: #3f3f3f;
}
#jan #kanko_plan h3 span:before,
#jan #kanko_plan h3 span:after {
    background: #3f3f3f;
}
#jan #theme .keyword {
    background: #c9e2f5;
}
#jan #theme .keyword h3 span {
    color: #3f3f3f;
}
#jan #theme .keyword h3 span:before,
#jan  #theme .keyword h3 span:after {
    background: #3f3f3f;
}
/*おすすめの記事*/
#jan #recommend_article .article_list li a img {
    width: 190px;
    height: 90px;
}
#jan #recommend_article .season_more_btn a {
	display: block;
    position: relative;
    padding: 15px 40px 15px 20px;
    background: #1b79c6;
    color: #fff;
    border: 2px solid #1b79c6;
    border-radius: 50px;
    text-align: center;
    max-width: 280px;
    margin: 10px auto 0;
    font-weight: bold;
    transition: all .2s;
    font-size: 1.5rem;
}
#jan #recommend_article .season_more_btn a:before {
	content: "";
    position: absolute;
    width: 42px;
    height: 10px;
    background-color: #fff;
    top: 42%;
    right: 15px;
    transition: all .2s;
    clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
    transform: translateY(-50%);
}
#jan #recommend_article .season_more_btn a:hover {
	background: #fff;
	color: #1b79c6;
}
#jan #recommend_article .season_more_btn a:hover:before {
	background: #1b79c6;
	right: -21px;
}
@media screen and (max-width: 999px) {
/*MV*/
#jan .main-img {
    background-image: url(/plan/tokushu/season/jan/images/mv_bg_sp.webp);
}
#jan .main-img:after {
    width: 330px;
    height: 50px;
}
#jan .mv_title span.year {
    top: 15%;
}
#jan .mv_title .month_large:before {
    width: 72px;
    height: 74px;
    bottom: -18px;
    left: -67px;
}
#jan .mv_title span.tokushu:before {
    width: 70px;
    height: 72px;
    right: -69px;
    top: -43px;
}
/*日付から探す*/
#jan .calendar_list {
    width: 100%;
    max-width: 700px;
}
#jan .calendar_list .day_wrap {
    width: calc(100% / 7 - 10px);
}
/*おすすめのテーマから探す*/
#jan #theme h2 {
	margin-bottom: 60px;
}
#jan #theme .bg_img {
    width: 70px;
    right: 14%;
    top: 75px;
}
#jan #theme .theme_wrap .plan_detail {
    margin-bottom: 5px;
}
#jan #theme .keyword_list {
    width: 100%;
}
}
@media screen and (min-width: 600px) and (max-width: 999px) {
/*おすすめの記事*/
#jan #recommend_article .article_list li a img {
    width: 210px;
    height: 87px;
}
}
@media screen and (max-width: 599px) {
#jan .mv_title {
    min-height: 170px;
}
#jan .mv_title .month_large:before {
    width: 48px;
    height: 50px;
    bottom: -25px;
    left: -35px;
}
#jan .mv_title span.tokushu:before {
    width: 49px;
    height: 51px;
    top: -38px;
    right: -38px;
}
#jan .main-img:after {
    width: 210px;
    height: 32px;
}
#jan .main-img:after {
    width: 277px;
    height: 42px;
}
#jan .mv_title span.year {
    top: 10.5%;
}
/*アンカーリンク*/
#jan .anc_area li a {
    padding: 10px 10px 10px 5px;
}
/*人気のキーワード*/
#jan #theme .keyword_list li {
    margin: 10px 3px 0 3px;
}
#jan #theme .keyword_list li a {
    font-size: 1.4rem;
    padding: 6px 8px 5px;
}
/*日付から探す*/
#calendar_area.feature h2 span {
    display: inline-block;
}
#calendar_area.feature h2 span:before {
    top: 50%;
    transform: translateY(-50%);
    left: -5px;
}
#jan .calendar_list .day_wrap {
    width: calc(100% / 4 - 10px);
    margin: 5px;
}
/*おすすめのテーマから探す*/
#jan #theme h2 {
	margin-bottom: 25px;
}
#jan #theme .bg_img {
	right: 12px;
    top: 59px;
    width: 68px;
}
#jan #theme .theme_wrap h3 {
    font-size: 1.7rem;
}
#jan #theme .theme_wrap .plan_detail {
    margin-top: 0;
}
#jan #theme .theme3 .bnr_area {
	margin: 30px 0 0;
}
/*おすすめの記事*/
#jan #recommend_article .article_list li a img {
    height: 65px;
}
}
@media screen and (max-width: 425px) {
#jan .mv_title {
    min-height: 150px;
}
#jan .mv_title .month_large:before {
    left: -34px;
    bottom: -24px;
}
#jan .mv_title span.tokushu:before {
    right: -36px;
    top: -41px;
}
#jan .main-img:after {
    width: 210px;
    height: 32px;
}
#jan .mv_title span.year {
    top: 12%;
}
}
@media screen and (max-width: 374px) {
#jan .mv_title .month_large:before {
    width: 42px;
    height: 44px;
    left: -18px;
}
#jan .mv_title span.tokushu:before {
    width: 42px;
    height: 44px;
    top: -39px;
    right: -19px;
}
}
@media screen and (max-width: 360px) {
.feature > h2 {
	font-size: 2.3rem;
}
.anc_area li a {
	font-size: 1.0rem;
}
#theme .theme_btn a {
	font-size: 1.0rem;
}
#recommend_area .recommend_area_btn a {
	font-size: 1.3rem;
}
#jan .mv_title {
	font-size: 3.2rem;
}
#jan #recommend_area .sup {
	text-align: left;
}
}
@media screen and (max-width: 340px) {
#jan #theme .bg_img {
    right: -6px;
    top: 50px;

}
}