@charset "UTF-8";

body {
	position: relative;
	line-height: 1.8em;
	font-family: 'Noto Sans JP', sans-serif;
}
.all {
    position: relative;
    z-index: 1;
}
.body_bk {
	overflow: hidden;
}

.obi {
	font-size: 1.2em;
	background: #ffff;
	color: #2d2d37;
	padding: 18px 14px;
	line-height: 1.5em;
	position: relative;
	z-index: 1;
	text-align: center;
	font-weight: 600;
}

.str_haikei {
	width: 100%;
	position: relative;
	background: #2d2d37;
	color: #fff;
}
.str_haikei:before {
	content: '';
	width: 70%;
	height: 100%;
	background: linear-gradient(-90deg,rgba(45, 45, 55, 1) 0%, rgba(27, 48, 77, 1) 14%, rgba(81, 110, 172, 1) 28%, rgba(156, 194, 215, 1) 40%, rgba(156, 194, 215, 1) 60%, rgba(81, 110, 172, 1) 72%, rgba(27, 48, 77, 1) 86%, rgba(45, 45, 55, 1) 100%);
	opacity: 0.7;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.str_haikei .str {
	background: url(../../img/star.svg);
	background-position: center top;
	background-repeat: repeat;
}

.header .in {
	position: relative;
	width: 90%;
	max-width: 1120px;
	margin: auto;
	padding: 60px 0 0;
	z-index: 2;
}
.header .starflyer {
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin: auto;
	padding: 0 0 0;
}
.header .starflyer p {
	font-size: 0.9em;
	line-height: 1.5em;
	text-align: right;
}
.header .sfj_logo {
	position: relative;
	z-index: 2;
	margin: 3% 0 0 5%;
	width: 34%;
	max-width: 336px;
}
.contents {
	position: relative;
}
.tour_novelty .in {
	width: 90%;
	max-width: 1210px;
	margin: auto;
	padding: 60px 0 80px;
}
.novelty_ttl {
	text-align: center;
	margin-bottom: 14px;
}
.novelty_ttl_ch {
	font-size: 1.2em;
	line-height: 1.5em;
	text-align: center;
	font-weight: 600;
}
.novelty_info {
	margin: 40px 0;
	position: relative;
}
.novelty_info dl {
	padding: 30px 0;
}
.novelty_info dt {
	font-size: 1.6em;
	line-height: 1.5em;
	text-align: center;
	font-weight: 600;
}
.star_line {
	position: relative;
    width: calc( 100% - 36px - 8px );
    height: 1px;
    background: #fff;
    margin: auto;
}
.star_line:before {
	content: '';
	width: 18px;
	height: 18px;
	background: url(../../img/star_icon.svg);
	background-repeat: no-repeat;
	position: absolute;
	top: -9px;
	left: -22px;
}
.star_line:after {
	content: '';
	width: 18px;
	height: 18px;
	background: url(../../img/star_icon.svg);
	background-repeat: no-repeat;
	position: absolute;
	top: -9px;
	right: -22px;
}
.txt_novelty_icon {
	font-size: 1.6em;
	line-height: 1.5em;
	text-align: center;
	font-weight: 600;
	display: inline-block;
	margin: auto;
	color: #2e3192;
	padding: 14px 24px;
	background: #fcee21;
	border-radius: 4px;
	transform: skew(-24deg);
}
.txt_novelty_icon .skew_cler {
	display: inline-block;
	transform: skew(24deg);
}
.novelty_info dd {
	padding: 14px;
}
.novelty_info dd .c2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 24px 0;
}
.novelty_info dd .c2 .ph {
	max-width: calc( 49% - 12px );
	background: #fff;
	border-radius: 4px;
	margin-left: 24px;
}
.novelty_info dd .c2 .ph:first-of-type {
	margin-left: 0;
}
.more_over .novelty_info dd .c2 .ph {
	max-width: calc( 66.6% - 24px );
	background: #fff;
	border-radius: 4px;
	margin-left: 24px;
}
.more_over .novelty_info dd .c2 .ph:first-of-type {
	max-width: 33.3%;
	margin-left: 0;
}
.novelty_info dd .cp {
	text-align: right;
	font-size: 0.9em;
}
.novelty_info dd .indent_ul li {
	text-indent: -1em;
	margin-left: 1em;
	margin-top: 4px;
}
.novelty_info dd .indent_ul li:first-of-type {
	margin-top: 0;
}
.more_over {
	position: relative;
	padding: 34px;
    margin-top: 80px;
}
.more_over:before {
	content: '';
	width: 100%;
	height: 100%;
	border-radius: 12px;
    background-color: #516eac;
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    left: 0;
}

.more_over_ch {
	font-size: 1.45em;
	line-height: 1.5em;
	text-align: center;
	font-weight: 600;
	padding-top: 14px;
	position: relative;
}
.more_over_ch .s_txt{
	font-size: 0.8em;
	display: inline-block;
	line-height: 1.5em;
}
.more_over_ch .st{
	font-size: 1.2em;
	color: #fcee21;
}

.midashi01 {
	padding: 10px 18px 18px 24px;
	font-size: 1.25em;
	line-height: 1.5em;
	position: relative;
	border-bottom: 1px solid #e4e4e4;
	margin: 0 0 16px;
	color: #2e3192;
	font-weight: 500;
}
.midashi01:after {
	content: '';
    position: absolute;
    width: 6px;
    height: 100%;
    left: 0;
    top: -2px;
    background: #2e3192;
    border-radius: 12px;
}
.midashi02 {
	padding: 10px 24px;
	font-size: 1.15em;
	line-height: 1.5em;
	color: #2e3192;
	font-weight: 500;
	background: #f5f5f5;
	border-radius: 4px;
	margin: 0 0 16px;
}

.novelty_annai .in {
	width: 90%;
	max-width: 1210px;
	margin: auto;
	padding: 60px 0;
}
.indent_p {
	text-indent: -1em;
	margin-left: 1em;
}
.novelty_annai .info_block {
	margin-top: 30px;
}
.novelty_annai .info_block:first-of-type {
	margin-top: 0;
}
.novelty_annai .info_block .indent_ul li {
	text-indent: -1em;
	margin: 7px 0;
	margin-left: 1em;
	text-align: left;
}

.novelty_annai .novelty_annai_block {
	margin-top: 50px;
}
.novelty_annai .novelty_annai_block:first-of-type {
	margin-top: 0;
}
.novelty_annai .kikan {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 1.45em;
	line-height: 1.5em;
	font-weight: 600;
	margin: 12px 0;
}
.novelty_annai .kikan dt {
	font-size: 0.7em;
	line-height: 1.5em;
	color: #2e3192;
	font-weight: 500;
}

a.btn {
	background: #4A5EC8;
	background: linear-gradient(90deg,rgba(74, 94, 200, 1) 0%, rgba(10, 0, 225, 1) 100%);
	font-size: 1.35em;
	font-weight: 600;
	line-height: 1.5em;
	padding: 34px 0;
	display: block;
	position: relative;
	text-align: center;
	border-radius: 4px;
	color: #fff;
} 
a.btn:after {
	content: '';
	width:0;
	height:0;
	border-style:solid;
	border-width: 7px 0 7px 7px;
	border-color: transparent transparent transparent #FFFFFF;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
} 

.footer {
	background: #f5f5f5;
	padding: 50px 0 30px;
	font-size: 0.9em;
	line-height: 1.5em;
	font-family: 'Noto Sans JP', sans-serif;
}
.footer ._in {
	width: 90%;
	margin: auto;
	text-align: center;
}
.footer ._in .txt {
	display: block;
	margin-bottom: 7px;
}
.footer ._in h2 {
	max-width: 236px;
	display: inline-block;
	margin-bottom: 14px;
}
.footer ._in h3 {
	display: inline-block;
	font-size: 1.2em;
	line-height: 1.5em;
}
.footer ._in .data {
	display: inline-block;
}
.footer ._in .f_nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 44px;
}
.footer ._in .f_nav li {
	margin: 0 14px;
}






