@charset "UTF-8";

.sotsufit__ttl {
	display: table;
	width: 100%;
	background: bisque;
	height: 120px;
}
.sotsufit__ttl__icon,
.sotsufit__ttl__txt {
	display: table-cell;
	vertical-align: middle;
}
.sotsufit__ttl__txt {
	font-weight: 600;
}
.sotsufit__ttl__icon {
	width: 120px;
	overflow: hidden;
	position: relative;
}
.sotsufit__ttl__icon img {
	position: absolute;
	top: 0;
	left: 0;
}
.sotsufit__ttl__txt {
	padding-right: 120px;
	color: #fff;
	font-size: 32px;
	line-height: 1.15625;
	text-align: center;
}
.sotsufitRibbon {
	display: inline-block;
	position: relative;
	height: 80px;
	vertical-align: middle;
	text-align: center;
	box-sizing: border-box;
}
.sotsufitRibbon:before,
.sotsufitRibbon:after {
	content: '';
	position: absolute;
	width: 10px;
    bottom: -20px;
}
.sotsufitRibbon:before {/*左側のリボン端*/
    left: -40px;
	border: 40px solid #164e68;
	border-left-color: transparent;/*山形に切り抜き*/
    border-left-width: 20px;
    border-right-width: 60px;
}
.sotsufitRibbon:after {/*右側のリボン端*/
	right: -40px;
	border: 40px solid #164e68;
	border-right-color: transparent;/*山形に切り抜き*/
    border-right-width: 20px;
    border-left-width: 60px;
}  
.sotsufitRibbon .sotsufitRibbon_ttl {
	display: inline-block;
	position: relative;
	margin: 0;
    padding: 0 80px;
    line-height: 80px;
	font-size: 36px;
	color: #FFF;
	background: #18668a;/*真ん中の背景色*/
	z-index: 1;
	font-weight: 600;
}
.sotsufitRibbon .sotsufitRibbon_ttl:before,
.sotsufitRibbon .sotsufitRibbon_ttl:after {
	position: absolute;
	content: '';
	top: 100%;
	border: none;
}
.sotsufitRibbon .sotsufitRibbon_ttl:before {
	left: 0;
    border-bottom: solid 20px transparent;
    border-right: solid 40px #1a2d58;/*左の折り返し部分*/
}
.sotsufitRibbon .sotsufitRibbon_ttl:after {
	right: 0;
	border-bottom: solid 20px transparent;
	border-left: solid 40px #1a2d58;/*右の折り返し部分*/
}
.sotsufit__dl {
	margin-top: 24px;
    line-height: 1.75;
}
.sotsufit__dl dt {
	font-weight: 600;
	font-size: 20px;
}
.sotsufit__dl dd {
	font-size: 16px;
	padding-left: 25px;
    margin-top: 10px;
}
.sotsufit__dl .red {
	color: #d75e5e;
}
.sotsufit__dl .bold {
	font-weight: 700;
}
.sotsufit__dl .underline {
	position: relative;
}
.sotsufit__dl .underline:after {
	background: #000;
}
.sotsufit_tokyo_area{
	width: 100%;
	padding: 40px 0;
	text-align: center;
	background-color: #fff;
	border-radius: 16px;
	margin-top: 63px;
}
.sotsufit_tokyo_area_txt{
	color: #505050;
	font-weight: bold;
	font-size: 28px;
	line-height: 1;
	letter-spacing: 0.1em;
	margin-bottom: 24px;
}
.sotsufit_tokyo_area_txt span{
	color: #f27fa2;
	font-size: 40px;
}
.sotsufit_tokyo_area_txt_note {
	font-size: 16px;
	color: #d75e5e;
	font-weight: 700;
	margin-bottom: 24px;
}
.sotsufit_tokyo_area .sotsufitLineup_planlist_btn{
	margin-top: 0;
}
.sotsufit_tokyo_area .sotsufitLineup_planlist_btn{
	border-color: #f27fa2;
}
.sotsufit_tokyo_area .sotsufitLineup_planlist_btn.btnAnime:before{
	background-color: #f27fa2;
}

@media screen and (max-width: 640px){
	.sotsufit__ttl {
		height: 68px;
		height: 21.25vw;
	}
	.sotsufit__ttl__icon {
		width: 68px;
		width: 21.25vw;
	}
	.sotsufit__ttl__icon img {
		width: 100%;
	}
	.sotsufit__ttl__txt {
		padding-left: 20px;
		padding-left: 6.25vw;
		padding-right: 0;
		font-size: 16px;
		font-size: 5vw;
		text-align: left;
		letter-spacing: 0.2em;
	}
	.sotsufitRibbon {
		height: 40px;
		height: 12.5vw;
	}
	.sotsufitRibbon:before,
	.sotsufitRibbon:after {
		width: 5px;
		width: 1.5625vw;
		bottom: -10px;
		bottom: -3.125vw;
	}
	.sotsufitRibbon:before {/*左側のリボン端*/
		left: -20px;
		left: -6.25vw;
		border: 20px solid #164e68;
		border: 6.25vw solid #164e68;
		border-left-width: 10px;
		border-left-width: 3.125vw;
		border-right-width: 30px;
		border-right-width: 9.375vw;
		border-left-color: transparent;
	}
	.sotsufitRibbon:after {/*右側のリボン端*/
		right: -20px;
		right: -6.25vw;
		border: 20px solid #164e68;
		border: 6.25vw solid #164e68;
		border-right-width: 10px;
		border-right-width: 3.125vw;
		border-left-width: 30px;
		border-left-width: 9.375vw;
		border-right-color: transparent;
	}  
	.sotsufitRibbon .sotsufitRibbon_ttl {
		padding: 0 30px;
		padding: 0 9.375vw;
		line-height: 40px;
		line-height: 12.5vw;
		font-size: 20px;
		font-size: 6.25vw;
	}
	.sotsufitRibbon .sotsufitRibbon_ttl:before {
		border-bottom-width: 10px;
		border-bottom-width: 3.125vw;
		border-right-width: 20px;
		border-right-width: 6.25vw;
	}
	.sotsufitRibbon .sotsufitRibbon_ttl:after {
		border-bottom-width: 10px;
		border-bottom-width: 3.125vw;
		border-left-width: 20px;
		border-left-width: 6.25vw;
	}
	.sotsufit__dl dt {
		font-size: 12px;
		font-size: 3.75vw;
	}
	.sotsufit__dl dd {
		font-size: 9px;
		font-size: 2.8125vw;
		padding-left: 11px;
		padding-left: 3.4375vw;
		margin-top: 9px;
		margin-top: 2.8125vw;
	}
	.sotsufit_tokyo_area{
		padding: 20px 0;
		padding: 6.25vw 0;
		border-radius: 8px;
		margin-top: 32px;
		margin-top: 10vw;
	}
	.sotsufit_tokyo_area_txt{
		font-size: 14px;
		font-size: 4.375vw;
		margin-bottom: 11px;
		margin-bottom: 3.59375vw;
		line-height: 1.4;
	}
	.sotsufit_tokyo_area_txt span{
		font-size: 20px;
		font-size: 6.25vw;
	}
	.sotsufit_tokyo_area_txt_note {
		font-size: 12px;
		font-size: 3.75vw;
		margin-bottom: 11px;
		margin-bottom: 3.59375vw;
	}
}

/* sotsufitMv */
.sotsufitMv {
	background-color: #9cd8f0;
	background-image: url(../images/sotsufit/mv_bg2.jpg),url(../images/sotsufit/mv_bg.jpg);
	background-repeat:no-repeat,repeat;
	background-position: center 0,center 0;
	background-size: auto 100%,contain;
	text-align: center;
	overflow: hidden;
}
.sotsufitMv .sotsufit__inner {
	position: relative;
	height: 660px;
	width: 1025px;
}
.mv_home {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -224px;
	z-index: 10;
}
.sotsufitMv__txt {
	font-size: 24px;
	color: #fff;
	text-align: center;
	border: 4px solid #fff;
	padding: 3px 15px;
	display: inline-block;
	margin-top: 40px;
	font-weight: 500;
	position:relative;
	z-index:10;
}
.sotsufitMv__ttl {
	margin-top: 9px;
	font-size: 60px;
	color: #1a2d58;
	font-weight: 600;
	letter-spacing: 0.05em;
	position:relative;
	z-index:10;
}
.sotsufitMv .sotsufitBtn {
	margin-top: 20px;
	position:relative;
	z-index:10;
	width: 410px;
}
.sotsufitMv .sotsufitBtn.disable .sotsufitBtn_in {
	padding-left: 0;
	padding-right: 0;
}
.sotsufitMv_icon_wrap {
	position: absolute;
}
.sotsufitMv_icon {
	position: relative;
	z-index: 10;
	width: 100%;
	height: 100%;
	 -webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.sotsufitMv__box {
	width: 1050px;
	margin-top: 36px;
	margin-inline: auto;
	padding-top: 16px;
	font-feature-settings: "palt";
	text-align: center;
	color: #1a2d58;
	border-radius: 16px;
	background-color: #ebf5f9;
	position: relative;
}
.sotsufitMv__box_end {
    width: calc(100% + 128px);
    height: calc(100% + 20px);
    margin: -10px -64px;
    font-weight: 700;
    font-size: 36px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    inset: 0;
    z-index: 11;
}
.sotsufitMv__box_ttl {
	margin-inline: -20px;
	position: relative;
}
.sotsufitMv__box_ttl::before,
.sotsufitMv__box_ttl::after {
	content: '';
	border-style: solid;
	position: absolute;
	bottom: -20px;
}
.sotsufitMv__box_ttl::before {
	left: -32px;
	border-width: 32px 32px 32px 20px;
	border-color: #164e68 #164e68 #164e68 transparent;
}
.sotsufitMv__box_ttl::after {
	right: -32px;
	border-width: 32px 20px 32px 32px;
	border-color: #164e68 transparent #164e68 #164e68;
}
.sotsufitMv__box_ttl_inner {
	padding-block: 8px;
	font-weight: 600;
	font-size: 32px;
	color: #fff;
	background-color: #18668a;
	display: block;
	position: relative;
	z-index: 1;
}
.sotsufitMv__box_ttl_inner::before,
.sotsufitMv__box_ttl_inner::after {
	content: '';
	border-style: solid;
	position: absolute;
	top: 100%;
}
.sotsufitMv__box_ttl_inner::before {
	left: 0;
	border-width: 10px 10px 10px 10px;
	border-color: #1a2d58 #1a2d58 transparent transparent;
}
.sotsufitMv__box_ttl_inner::after {
	right: 0;
	border-width: 10px 10px 10px 10px;
	border-color: #1a2d58 transparent transparent #1a2d58;
}
.sotsufitMv__box_txt1 {
	margin-top: 26px;
	font-weight: 700;
	font-size: 34px;
	line-height: 1;
	display: inline-block;
	position: relative;
}
.sotsufitMv__box_txt1::before,
.sotsufitMv__box_txt1::after {
	content: '';
	width: 4px;
	height: 100%;
	background-color: #1a2d58;
	display: block;
	position: absolute;
	bottom: 0;
}
.sotsufitMv__box_txt1::before {
	left: -27px;
	rotate: -20deg;
}
.sotsufitMv__box_txt1::after {
	right: -27px;
	rotate: 20deg;
}
.sotsufitMv__box_txt2 {
	margin-top: 19px;
	font-weight: 700;
	font-size: 20px;
	line-height: 1;
}
.sotsufitMv__box_txt2_bg_pc {
	padding: 4px;
	background-color: #fffe8a;
	display: inline-block;
}
.sotsufitMv__box_txt3 {
	font-weight: 700;
	font-size: 36px;
	line-height: 1;
}
.sotsufitMv__box_txt3_num {
	font-size: 48px;
}
.sotsufitMv__box_txt3_en {
	font-size: 31px;
}
.sotsufitMv__box_txt3_s {
	font-size: 32px;
}
.sotsufitMv__box_note {
	margin-top: 20px;
	padding-block: 13px;
	font-weight: 600;
	font-size: 16px;
	background-color: #cafcac;
	border-radius: 0 0 16px 16px;
}
.sotsufitMv__box_icon {
	width: 110px;
	height: 110px;
	font-weight: 700;
	font-size: 18px;
	line-height: 1;
	border: 4px solid #18668a;
	border-radius: 500px;
	background-color: #fffe8a;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 30px;
	right: 28px;
	z-index: 5;
}
.sotsufitMv__box_icon_num {
	font-size: 28px;
	letter-spacing: 0;
}
.sotsufitMv__box_icon1 {
	position: absolute;
	top: -7px;
	left: 30px;
	z-index: 2;
}
.sotsufitMv__box_icon2 {
	position: absolute;
	top: 97px;
	left: 35px;
	z-index: 2;
}
.sotsufitMv__box .sotsufitBtn {
	width: 226px;
	margin-top: 0;
	font-size: 16px;
	position: absolute;
	top: 172px;
	right: 27px;
	letter-spacing: 0.05em;
	line-height: 1.3;
}
.sotsufitMv__box .sotsufitBtn_in {
	padding: 10px 25px 10px 25px;
}
.sotsufitMv__box .sotsufitBtn_ico {
	width: 10px;
	height: 10px;
	right: 15px;
	animation: MvBtnAnime 1.3s infinite;
}
.sotsufitMv_iconBottom1 {
	bottom: 3%;
	z-index:4;
}
.sotsufitMv_iconBottom2 {
	bottom: 9.4%;
	z-index:3;
}
.sotsufitMv_iconBottom3 {
	bottom: 18.4%;
	z-index:2;
}
.sotsufitMv_iconBottom4 {
	bottom: 26.2%;
	z-index:1;
}
.sotsufitMv_icon1 {left: 23%;}
.sotsufitMv_icon2 {left: 90.2%;}
.sotsufitMv_icon3 {left: 15.5%;}
.sotsufitMv_icon4 {left: 72.8%;}
.sotsufitMv_icon5 {left: 33.6%;}
.sotsufitMv_icon6 {left: 80.4%;}
.sotsufitMv_icon7 {left: 3.5%;}
.sotsufitMv_icon8 {left: 75.3%;}
.sotsufitMv_icon9 {left: 41.6%;}
.sotsufitMv_icon10 {left: 68%;}
.sotsufitMv_icon11 {left: 85.4%;}
.sotsufitMv_icon12 {left: 24.9%;}
.sotsufitMv_icon13 {left: 10%;}
.sotsufitMv_icon14 {left: 53.5%;}
.sotsufitMv_icon15 {left: 61%;}
.sotsufitMv_icon16 {left: 48.3%;}
.sotsufitMv_icon17 {left: 7%;}
.sotsufitMv_icon18 {left: 28.9%;}
.sotsufitMv_icon19 {left: 83%;}
.sotsufitMv_icon20 {left: 79.4%;}
.sotsufitMv_icon21 {left: 20.5%;}
.sotsufitMv_icon22 {left: 60.5%;}
.sotsufitMv_icon23 {left: 88.8%;}
.sotsufitMv_icon24 {left: -0.5%;}
.sotsufitMv_icon25 {left: 35.6%;}
.sotsufitMv_icon26 {left: 54.5%;}
.sotsufitMv_icon27 {left: 66.7%;}
.sotsufitMv_icon28 {left: 10.4%;}
.sotsufitMv_icon29 {left: 38.2%;}
.sotsufitMv_icon30 {left: 74%;}
.sotsufitMv_icon31 {left: 86.7%;}
.sotsufitMv_icon32 {left: 16%;}
.sotsufitMv_icon_wrap {
	opacity:0;
}
.animation_load .sotsufitMv_icon_wrap {
	-webkit-animation: sotsufitMv_icon-opacity 10s 0s infinite linear;
	animation: sotsufitMv_icon-opacity 10s 0s infinite linear;
}
.animation_load .sotsufitMv_iconBottom1 .sotsufitMv_icon {
	-webkit-animation: sotsufitMv_iconBottom1 10s 0s infinite linear;
	animation: sotsufitMv_iconBottom1 10s 0s infinite linear;
}
.animation_load .sotsufitMv_iconBottom2 .sotsufitMv_icon {
	-webkit-animation: sotsufitMv_iconBottom2 10s 0s infinite linear;
	animation: sotsufitMv_iconBottom2 10s 0s infinite linear;
}
.animation_load .sotsufitMv_iconBottom3 .sotsufitMv_icon {
	-webkit-animation: sotsufitMv_iconBottom3 10s 0s infinite linear;
	animation: sotsufitMv_iconBottom3 10s 0s infinite linear;
}
.animation_load .sotsufitMv_iconBottom4 .sotsufitMv_icon {
	-webkit-animation: sotsufitMv_iconBottom4 10s 0s infinite linear;
	animation: sotsufitMv_iconBottom4 10s 0s infinite linear;
}
.sotsufitMv_icon_size0 {
	width: 55px;
	height: 84px;
}
.sotsufitMv_icon_size1 {
	width: 38px;
	height: 55px;
}
.sotsufitMv_icon_size2 {
	width: 93px;
	height: 139px;
}
.sotsufitMv_icon_size3 {
	width: 69px;
	height: 102px;
}
.sotsufitMv_icon_size4 {
	width: 74px;
	height: 111px;
}
.animation_load .sotsufitMv_icon_wrap.sotsufitMv_icon1,
.animation_load .sotsufitMv_icon1 .sotsufitMv_icon{
   -webkit-animation-delay: 0s;
   animation-delay: 0s;
}
.animation_load .sotsufitMv_icon_wrap.sotsufitMv_icon2,
.animation_load .sotsufitMv_icon2 .sotsufitMv_icon{
	-webkit-animation-delay: -0.2s;
   animation-delay: -0.2s;
}
.animation_load .sotsufitMv_icon_wrap.sotsufitMv_icon3,
.animation_load .sotsufitMv_icon3 .sotsufitMv_icon {
	-webkit-animation-delay: -2.1s;
	animation-delay: -2.1s;
}
.animation_load .sotsufitMv_icon_wrap.sotsufitMv_icon4,
.animation_load .sotsufitMv_icon4 .sotsufitMv_icon {
	-webkit-animation-delay: -3s;
	animation-delay: -3s;
}
.animation_load .sotsufitMv_icon_wrap.sotsufitMv_icon5,
.animation_load .sotsufitMv_icon5 .sotsufitMv_icon {
	-webkit-animation-delay: -1.3s;
	animation-delay: -1.3s;
} 
.animation_load .sotsufitMv_icon_wrap.sotsufitMv_icon6,
.animation_load .sotsufitMv_icon6 .sotsufitMv_icon {
	-webkit-animation-delay: -1.4s;
	animation-delay: -1.4s;
} 
.animation_load .sotsufitMv_icon_wrap.sotsufitMv_icon7,
.animation_load .sotsufitMv_icon7 .sotsufitMv_icon {
	-webkit-animation-delay: -2s;
	animation-delay: -2s;
} 
.animation_load .sotsufitMv_icon_wrap.sotsufitMv_icon8,
.animation_load .sotsufitMv_icon8 .sotsufitMv_icon {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}
.animation_load .sotsufitMv_icon_wrap.sotsufitMv_icon9,
.animation_load .sotsufitMv_icon9 .sotsufitMv_icon {
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s;
}
.animation_load .sotsufitMv_icon_wrap.sotsufitMv_icon10,
.animation_load .sotsufitMv_icon10 .sotsufitMv_icon {
	-webkit-animation-delay: -3s;
	animation-delay: -3s;
}
.animation_load .sotsufitMv_icon_wrap.sotsufitMv_icon11,
.animation_load .sotsufitMv_icon11 .sotsufitMv_icon {
	-webkit-animation-delay: -0.1s;
	animation-delay: -0.1s;
} 
.animation_load .sotsufitMv_icon_wrap.sotsufitMv_icon12,
.animation_load .sotsufitMv_icon12 .sotsufitMv_icon {
	-webkit-animation-delay: -4s;
	animation-delay: -4s;
} 
.animation_load .sotsufitMv_icon_wrap.sotsufitMv_icon13,
.animation_load .sotsufitMv_icon13 .sotsufitMv_icon {
	-webkit-animation-delay: -1.5s;
	animation-delay: -1.5s;
} 
.animation_load .sotsufitMv_icon_wrap.sotsufitMv_icon14,
.animation_load .sotsufitMv_icon14 .sotsufitMv_icon {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
} 
.animation_load .sotsufitMv_icon_wrap.sotsufitMv_icon15,
.animation_load .sotsufitMv_icon15 .sotsufitMv_icon {
	-webkit-animation-delay: -.2s;
	animation-delay: -.2s;
} 
.animation_load .sotsufitMv_icon_wrap.sotsufitMv_icon16,
.animation_load .sotsufitMv_icon16 .sotsufitMv_icon {
	-webkit-animation-delay: -1.6s;
	animation-delay: -1.6s;
}
.animation_load .sotsufitMv_icon_wrap.sotsufitMv_icon17,
.animation_load .sotsufitMv_icon17 .sotsufitMv_icon{
	-webkit-animation-delay: -4s;
   animation-delay: -4s;
}
.animation_load .sotsufitMv_icon_wrap.sotsufitMv_icon18,
.animation_load .sotsufitMv_icon18 .sotsufitMv_icon{
	-webkit-animation-delay: -6s;
   animation-delay: -6s;
}
.animation_load .sotsufitMv_icon_wrap.sotsufitMv_icon19,
.animation_load .sotsufitMv_icon19 .sotsufitMv_icon {
	-webkit-animation-delay: -4.2s;
	animation-delay: -4.2s;
}
.animation_load .sotsufitMv_icon_wrap.sotsufitMv_icon20,
.animation_load .sotsufitMv_icon20 .sotsufitMv_icon {
	-webkit-animation-delay: -7s;
	animation-delay: -7s;
}
.animation_load .sotsufitMv_icon_wrap.sotsufitMv_icon21,
.animation_load .sotsufitMv_icon21 .sotsufitMv_icon {
	-webkit-animation-delay: -5.7s;
	animation-delay: -5.7s;
} 
.animation_load .sotsufitMv_icon_wrap.sotsufitMv_icon22,
.animation_load .sotsufitMv_icon22 .sotsufitMv_icon {
	-webkit-animation-delay: -9s;
	animation-delay: -9s;
} 
.animation_load .sotsufitMv_icon_wrap.sotsufitMv_icon23,
.animation_load .sotsufitMv_icon23 .sotsufitMv_icon {
	-webkit-animation-delay: -6s;
	animation-delay: -6s;
} 
.animation_load .sotsufitMv_icon_wrap.sotsufitMv_icon24,
.animation_load .sotsufitMv_icon24 .sotsufitMv_icon {
	-webkit-animation-delay: -8.6s;
	animation-delay: -8.6s;
}
.animation_load .sotsufitMv_icon_wrap.sotsufitMv_icon25,
.animation_load .sotsufitMv_icon25 .sotsufitMv_icon {
	-webkit-animation-delay: -5.6s;
	animation-delay: -5.6s;
}
.animation_load .sotsufitMv_icon_wrap.sotsufitMv_icon26,
.animation_load .sotsufitMv_icon26 .sotsufitMv_icon {
	-webkit-animation-delay: -5s;
	animation-delay: -5s;
}
.animation_load .sotsufitMv_icon_wrap.sotsufitMv_icon27,
.animation_load .sotsufitMv_icon27 .sotsufitMv_icon {
	-webkit-animation-delay: -5.1s;
	animation-delay: -5.1s;
} 
.animation_load .sotsufitMv_icon_wrap.sotsufitMv_icon28,
.animation_load .sotsufitMv_icon28 .sotsufitMv_icon {
	-webkit-animation-delay: -7.1s;
	animation-delay: -7.1s;
} 
.animation_load .sotsufitMv_icon_wrap.sotsufitMv_icon29,
.animation_load .sotsufitMv_icon29 .sotsufitMv_icon {
	-webkit-animation-delay: -5.5s;
	animation-delay: -5.5s;
} 
.animation_load .sotsufitMv_icon_wrap.sotsufitMv_icon30,
.animation_load .sotsufitMv_icon30 .sotsufitMv_icon {
	-webkit-animation-delay: -6.2s;
	animation-delay: -6.2s;
} 
.animation_load .sotsufitMv_icon_wrap.sotsufitMv_icon31,
.animation_load .sotsufitMv_icon31 .sotsufitMv_icon {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
} 
.animation_load .sotsufitMv_icon_wrap.sotsufitMv_icon32,
.animation_load .sotsufitMv_icon32 .sotsufitMv_icon {
	-webkit-animation-delay: -9.2s;
	animation-delay: -9.2s;
}
.sotsufitMv_icon .face {
	background: url(../images/sotsufit/ico_denkyu_a.png?v=1) no-repeat;
	background-size: 100% auto;
}
.sotsufitMv_icon .face_waon {
	background: url(../images/sotsufit/ico_denkyu_w.png) no-repeat;
	background-size: 100% auto;
}
.sotsufitMv_icon .face_money {
	background: url(../images/sotsufit/ico_denkyu_m.png) no-repeat;
	background-size: 100% auto;
}
.sotsufitMv_icon .back {
	background: url(../images/sotsufit/ico_denkyu.png) no-repeat;
	background-size: 100% auto;
    transform: rotateY(-180deg);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) { 
	.sotsufitMv_icon .face {
		background: url(../images/sotsufit/ico_denkyu_a-2x.png?v=1) no-repeat;
		background-size: 100% auto;
	}
	.sotsufitMv_icon .face_waon {
		background: url(../images/sotsufit/ico_denkyu_w-2x.png) no-repeat;
		background-size: 100% auto;
	}
	.sotsufitMv_icon .face_money {
		background: url(../images/sotsufit/ico_denkyu_m-2x.png) no-repeat;
		background-size: 100% auto;
	}
	.sotsufitMv_icon .back {
		background: url(../images/sotsufit/ico_denkyu-2x.png) no-repeat;
		background-size: 100% auto;
		transform: rotateY(-180deg);
	}
}
.sotsufitMv_icon .face,
.sotsufitMv_icon .back {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden; 
}
@-webkit-keyframes sotsufitMv_iconBottom1 {
	0%   {-webkit-transform: translateY(0) rotateY(-180deg);}
	50%  {-webkit-transform: translateY(0) rotateY(-180deg);}
	75%  {-webkit-transform:translateY(-120px) rotateY(0deg);}
	100% {-webkit-transform:translateY(-240px) rotateY(0deg);}
}
@keyframes sotsufitMv_iconBottom1 {
	0%   {transform: translateY(0) rotateY(-180deg);}
	50%  {transform: translateY(0) rotateY(-180deg);}
	75%  {transform:translateY(-120px) rotateY(0deg);}
	100% {transform:translateY(-240px) rotateY(0deg);}
}

@-webkit-keyframes sotsufitMv_iconBottom2 {
	0%   {-webkit-transform: translateY(0) rotateY(-180deg);}
	50%  {-webkit-transform: translateY(0) rotateY(-180deg);}
	75%  {-webkit-transform:translateY(-95px) rotateY(0deg);}
	100% {-webkit-transform:translateY(-190px) rotateY(0deg);}
}
@keyframes sotsufitMv_iconBottom2 {
	0%   {transform: translateY(0) rotateY(-180deg);}
	50%  {transform: translateY(0) rotateY(-180deg);}
	75%  {transform:translateY(-95px) rotateY(0deg);}
	100% {transform:translateY(-190px) rotateY(0deg);}
}

@-webkit-keyframes sotsufitMv_iconBottom3 {
	0%   {-webkit-transform: translateY(0) rotateY(-180deg);}
	50%  {-webkit-transform: translateY(0) rotateY(-180deg);}
	75%  {-webkit-transform:translateY(-80px) rotateY(0deg);}
	100% {-webkit-transform:translateY(-160px) rotateY(0deg);}
}
@keyframes sotsufitMv_iconBottom3 {
	0%   {transform: translateY(0) rotateY(-180deg);}
	50%  {transform: translateY(0) rotateY(-180deg);}
	75%  {transform:translateY(-80px) rotateY(0deg);}
	100% {transform:translateY(-160px) rotateY(0deg);}
}

@-webkit-keyframes sotsufitMv_iconBottom4 {
	0%   {-webkit-transform: translateY(0) rotateY(-180deg);}
	50%  {-webkit-transform: translateY(0) rotateY(-180deg);}
	75%  {-webkit-transform:translateY(-60px) rotateY(0deg);}
	100% {-webkit-transform:translateY(-120px) rotateY(0deg);}
}
@keyframes sotsufitMv_iconBottom4 {
	0%   {transform: translateY(0) rotateY(-180deg);}
	50%  {transform: translateY(0) rotateY(-180deg);}
	75%  {transform:translateY(-60px) rotateY(0deg);}
	100% {transform:translateY(-120px) rotateY(0deg);}
}

@-webkit-keyframes sotsufitMv_iconBottom1_sp {
	0%   {-webkit-transform: translateY(0) rotateY(-180deg);}
	50%  {-webkit-transform: translateY(0) rotateY(-180deg);}
	75%  {-webkit-transform:translateY(-40px) rotateY(0deg);}
	100% {-webkit-transform:translateY(-80px) rotateY(0deg);}
}
@keyframes sotsufitMv_iconBottom1_sp {
	0%   {transform: translateY(0) rotateY(-180deg);}
	50%  {transform: translateY(0) rotateY(-180deg);}
	75%  {transform:translateY(-40px) rotateY(0deg);}
	100% {transform:translateY(-80px) rotateY(0deg);}
}

@-webkit-keyframes sotsufitMv_iconBottom2_sp {
	0%   {-webkit-transform: translateY(0) rotateY(-180deg);}
	50%  {-webkit-transform: translateY(0) rotateY(-180deg);}
	75%  {-webkit-transform:translateY(-27.5px) rotateY(0deg);}
	100% {-webkit-transform:translateY(-60px) rotateY(0deg);}
}
@keyframes sotsufitMv_iconBottom2_sp {
	0%   {transform: translateY(0) rotateY(-180deg);}
	50%  {transform: translateY(0) rotateY(-180deg);}
	75%  {transform:translateY(-27.5px) rotateY(0deg);}
	100% {transform:translateY(-60px) rotateY(0deg);}
}

@-webkit-keyframes sotsufitMv_iconBottom3_sp {
	0%   {-webkit-transform: translateY(0) rotateY(-180deg);}
	50%  {-webkit-transform: translateY(0) rotateY(-180deg);}
	75%  {-webkit-transform:translateY(-25px) rotateY(0deg);}
	100% {-webkit-transform:translateY(-50px) rotateY(0deg);}
}
@keyframes sotsufitMv_iconBottom3_sp {
	0%   {transform: translateY(0) rotateY(-180deg);}
	50%  {transform: translateY(0) rotateY(-180deg);}
	75%  {transform:translateY(-25px) rotateY(0deg);}
	100% {transform:translateY(-50px) rotateY(0deg);}
}

@-webkit-keyframes sotsufitMv_iconBottom4_sp {
	0%   {-webkit-transform: translateY(0) rotateY(-180deg);}
	50%  {-webkit-transform: translateY(0) rotateY(-180deg);}
	75%  {-webkit-transform:translateY(-20px) rotateY(0deg);}
	100% {-webkit-transform:translateY(-40px) rotateY(0deg);}
}
@keyframes sotsufitMv_iconBottom4_sp {
	0%   {transform: translateY(0) rotateY(-180deg);}
	50%  {transform: translateY(0) rotateY(-180deg);}
	75%  {transform:translateY(-20px) rotateY(0deg);}
	100% {transform:translateY(-40px) rotateY(0deg);}
}

@-webkit-keyframes sotsufitMv_icon-opacity {
	0% {opacity: 0;}
	50% {opacity: 0;}
	60% {opacity: 1;}
	95% {opacity: 1;}
	100% {opacity: 0;}
}
@keyframes sotsufitMv_icon-opacity {
	0% {opacity: 0;}
	50% {opacity: 0;}
	60% {opacity: 1;}
	95% {opacity: 1;}
	100% {opacity: 0;}
}

@-webkit-keyframes sotsufitMv_icon-opacity_sp {
	0% {opacity: 0;}
	50% {opacity: 0;}
	60% {opacity: 1;}
	95% {opacity: 1;}
	100% {opacity: 0;}
}
@keyframes sotsufitMv_icon-opacity_sp {
	0% {opacity: 0;}
	50% {opacity: 0;}
	60% {opacity: 1;}
	95% {opacity: 1;}
	100% {opacity: 0;}
}


@media screen and (max-width: 640px){
	.sotsufitMv {
		background: #9cd8f0 url(../images/sotsufit/mv_bg_sp.jpg) repeat center 0;
		background-size: auto 100%;
	}
	.sotsufitMv .sotsufit__inner {
		height: 410px;
		height: 128.125vw;
		width: 100%;
		background: #9cd8f0 url(../images/sotsufit/mv_bg2_sp.jpg) no-repeat center 100%;
		background-size: auto 100% ;
	}
	.sotsufitMv__txt {
		font-size: 16px;
		font-size: 5vw;
		line-height: 1.1875;
		margin-top: 24px;
		margin-top: 7.5vw;
	}
	.sotsufitMv__ttl {
		font-size: 32px;
		font-size: 10vw;
		line-height: 1.4025;
		margin-top: 3px;
		margin-top: 0.9375vw;
	}
	.sotsufitMv .sotsufitBtn {
		margin-top: 5px;
		margin-top: 1.5625vw;
		width: 230px;
		width: 71.875vw;
	}
	.mv_home {
		left: 24%;
		margin-left: 0;
		width: 51.5%;
	}
	.sotsufitMv_icon_size0 {
		width: 27px;
		width: 8.4375vw;
		height: 42px;
		height: 13.125vw;
	}
	.sotsufitMv_icon_size1 {
		width: 19px;
		width: 5.9375vw;
		height: 27px;
		height: 8.4375vw;
	}
	.sotsufitMv_icon_size2 {
		width: 46px;
		width: 14.375vw;
		height: 67px;
		height: 20.9375vw;
	}
	.sotsufitMv_icon_size3 {
		width: 34px;
		width: 10.625vw;
		height: 51px;
		height: 15.9375vw;
	}
	.sotsufitMv_icon_size4 {
		width: 37px;
		width: 11.5625vw;
		height: 55px;
		height: 17.1875vw;
	}
	.sotsufitMv__box {
		width: 343px;
		width: 91.466vw;
		margin-top: 9vw;
		padding-top: 4.66vw;
		border-radius: 2.133vw;
	}
    .sotsufitMv__box_end {
        width: calc(100% + 10vw);
        height: calc(100% + 5.33vw);
        margin: -5.33vw -5vw 0;
        font-size: 4.5vw;
    }
	.sotsufitMv__box_ttl {
		margin-inline: 20px;
		margin-inline: 2.66vw;
	}
	.sotsufitMv__box_ttl::before,
	.sotsufitMv__box_ttl::after {
		bottom: -20px;
		bottom: -2.66vw;
	}
	.sotsufitMv__box_ttl::before {
		left: -40px;
		left: -5.33vw;
		border-width: 55px 60px 55px 20px;
		border-width: 7.33vw 8vw 7.33vw 2.66vw;
	}
	.sotsufitMv__box_ttl::after {
		right: -40px;
		right: -5.33vw;
		border-width: 55px 20px 55px 60px;
		border-width: 7.33vw 2.66vw 7.33vw 8vw;
	}
	.sotsufitMv__box_ttl_inner {
		padding-block: 8px;
		padding-block: 1.86vw;
		font-size: 4.8vw;
		line-height: 1.2;
	}
	.sotsufitMv__box_ttl_inner::before,
	.sotsufitMv__box_ttl_inner::after {
		border-width: 10px 20px 10px 20px;
		border-width: 1.33vw 2.66vw 1.33vw 2.66vw;
	}
	.sotsufitMv__box_txt1 {
		margin-top: 30px;
		margin-top: 3.56vw;
		font-size: 34px;
		font-size: 4.53vw;
	}
	.sotsufitMv__box_txt1::before,
	.sotsufitMv__box_txt1::after {
		width: 0.53vw;
	}
	.sotsufitMv__box_txt1::before {
		left: -27px;
		left: -2.5vw;
	}
	.sotsufitMv__box_txt1::after {
		right: -27px;
		right: -2vw;
	}
	.sotsufitMv__box_txt2 {
		margin-top: 20px;
		margin-top: 1.33vw;
		padding-inline: 24px;
		padding-inline: 3.2vw;
		font-size: 24px;
		font-size: 3.2vw;
		line-height: 1.5;
		text-align: left;
	}
	.sotsufitMv__box_txt2_bg_pc {
		padding: 0;
		background-color: transparent;
		display: inline-block;
	}
	.sotsufitMv__box_txt2_bg_sp {
		padding: 4px;
		padding: 0 0.26vw;
		background-color: #fffe8a;
		display: inline-block;
	}
	.sotsufitMv__box_txt3 {
		margin-top: 10px;
		margin-top: 0;
		padding-inline: 24px;
		padding-inline: 3.2vw;
		font-size: 36px;
		font-size: 4.8vw;
		text-align: left;
	}
	.sotsufitMv__box_txt3_num {
		font-size: 48px;
		font-size: 6.4vw;
	}
	.sotsufitMv__box_txt3_en {
		font-size: 31px;
		font-size: 4.13vw;
	}
	.sotsufitMv__box_txt3_s {
		font-size: 32px;
		font-size: 4.26vw;
	}
	.sotsufitMv__box_note {
		margin-top: 15px;
		margin-top: 2.13vw;
		padding: 24px;
		padding: 3.2vw;
		font-size: 2.4vw;
		letter-spacing: 0;
		text-align: left;
		border-radius: 0 0 16px 16px;
		border-radius: 0 0 2.133vw 2.133vw;
	}
	.sotsufitMv__box_note_inner {
		width: 39.73vw;
		display: block;
	}
	.sotsufitMv__box_icon {
		width: 120px;
		width: 16vw;
		height: 120px;
		height: 16vw;
		font-size: 18px;
		font-size: 2.4vw;
		border: 0.53vw solid #18668a;
		top: -5.33vw;
		right: -0.66vw;
	}
	.sotsufitMv__box_icon_num {
		font-size: 28px;
		font-size: 3.733vw;
	}
	.sotsufitMv__box_icon1 {
		width: 10.26vw;
		top: 7.33vw;
		left: 3.73vw;
	}
	.sotsufitMv__box_icon2 {
		width: 44.26vw;
		top: 28.4vw;
		left: auto;
		right: 1.6vw;
	}
	.sotsufitMv__box .sotsufitBtn {
		width: 41.86vw;
		font-size: 2.66vw;
		line-height: 1.2;
		top: auto;
		right: 3.73vw;
		bottom: 2.76vw;
	}
	.sotsufitMv__box .sotsufitBtn_in {
		padding: 2vw 5.33vw 2vw 5.33vw;
	}
	.sotsufitMv__box .sotsufitBtn_ico {
		width: 2vw;
		height: 2vw;
		right: 9px;
		animation: MvBtnAnimeSp 1.3s infinite;
	}
	.animation_load .sotsufitMv_icon_wrap {
		-webkit-animation: sotsufitMv_icon-opacity_sp 10s 0s infinite linear;
		animation: sotsufitMv_icon-opacity_sp 10s 0s infinite linear;
	}
	.animation_load .sotsufitMv_iconBottom1 .sotsufitMv_icon {
		-webkit-animation-name: sotsufitMv_iconBottom1_sp;
		animation-name: sotsufitMv_iconBottom1_sp;
	}
	.animation_load .sotsufitMv_iconBottom2 .sotsufitMv_icon {
		-webkit-animation-name: sotsufitMv_iconBottom2_sp;
		animation-name: sotsufitMv_iconBottom2_sp;
	}
	.animation_load .sotsufitMv_iconBottom3 .sotsufitMv_icon {
		-webkit-animation-name: sotsufitMv_iconBottom3_sp;
		animation-name: sotsufitMv_iconBottom3_sp;
	}
	.animation_load .sotsufitMv_iconBottom4 .sotsufitMv_icon {
		-webkit-animation-name: sotsufitMv_iconBottom4_sp;
		animation-name: sotsufitMv_iconBottom4_sp;
	}
}

/* sotsufitIntro */
.sotsufitIntro {
    padding-top: 54px;
	text-align: center;
}
.sotsufitIntro_txt {
	font-size: 24px;
	font-weight: bold;
    line-height: 1.75;
}
.sotsufitIntro_image {
	position: relative;
	width: 722px;
	height: 179px;
	margin:23px auto 0;
}
.intro_ico1 {
	position: absolute;
	top: 0;
	left: 0;
}
.intro_ico2 {
	position: absolute;
	top: 0;
	right: 160px;
}
.intro_ico3 {
	position: absolute;
	top: 0;
	right: 0;
}
.sotsufitIntro_denki {
	position: absolute;
    left: 190px;
	width: 144px;
    height: 83px;
    top: 15px;
}
.sotsufitIntro_denki > p {
	font-size: 30px;
	color: #28aae7;
	line-height: 1;
	text-align: center;
}
.sotsufitIntro_denki .arrow:before,
.sotsufitIntro_denki .arrow:after,
.sotsufitIntro_point .arrow:before,
.sotsufitIntro_point .arrow:after {
	content: '';
	display: block;
	position: absolute;
}
.sotsufitIntro_denki .arrow:before {
	width: 34px;
	height: 68px;
	background: url(../images/sotsufit/intro_denki.png);
	bottom: 0;
	right: -35px;
}
.sotsufitIntro_denki .arrow:after {
	width: 144px;
	height: 20px;
	background: url(../images/sotsufit/intro_denki.jpg);
	bottom: 23px;
	right: 0;
	-webkit-animation: introArrowBg 1s infinite linear;
	animation: introArrowBg 1s infinite linear;
}
.sotsufitIntro_point {
	position: absolute;
    top: 83px;
    left: 225px;
    width: 144px;
    height: 99px;
}
.sotsufitIntro_point .arrow:before {
	width: 34px;
	height: 68px;
	background: url(../images/sotsufit/intro_point.png);
	bottom: 33px;
	left: -35px;
}
.sotsufitIntro_point .arrow:after {
	width: 144px;
	height: 20px;
	background: url(../images/sotsufit/intro_point.jpg);
	bottom: 56px;
	left: 0;
	-webkit-animation: introArrowBg 1s infinite reverse linear;
	animation: introArrowBg 1s infinite reverse linear;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	.sotsufitIntro_denki .arrow:before {
		background: url(../images/sotsufit/intro_denki-2x.png);
		background-size: 34px auto;
	}
	.sotsufitIntro_denki .arrow:after {
		background: url(../images/sotsufit/intro_denki-2x.jpg);
		background-size: 22px auto;
	}
	.sotsufitIntro_point .arrow:before {
		background: url(../images/sotsufit/intro_point-2x.png);
		background-size: 34px auto;
	}
	.sotsufitIntro_point .arrow:after {
		background: url(../images/sotsufit/intro_point-2x.jpg);
		background-size: 22px auto;
	}
}
.sotsufitIntro_point_en {
	position: absolute;
	bottom: 0;
	left: 16px;
}
.sotsufitIntro_point_point {
	position: absolute;
	bottom: 0;
	left: 73px;
}

@media screen and (max-width: 640px){
	.sotsufitIntro {
		padding-top: 35px;
		padding-top: 10.9375vw;
		text-align: left;
	}
	.sotsufitIntro_txt {
		font-size: 12px;
		font-size: 3.75vw;
	}
	.sotsufitIntro_image {
		width: 100%;
		height: 22.5vw;
	}
	.intro_ico1,
	.intro_ico2,
	.intro_ico3 {
		width: 25%;
	}
	.intro_ico2 {
		right: 22%;
	}
	.sotsufitIntro_denki {
		top: 7%;
		left: 27%;
		width: 17.8125vw;
		height: 10.3125vw;
	}
	.sotsufitIntro_denki > p {
		font-size: 12px;
		font-size: 3.75vw;
	}
	.sotsufitIntro_denki .arrow:before {
		width: 4.21875vw;
		height: 8.4375vw;
		right: -5vw;
		background-size: auto 100%;
	}
	.sotsufitIntro_denki .arrow:after {
		width: 17.8125vw;
		height: 2.5vw;
		bottom: 3vw;
		background-size: auto 100%;
		-webkit-animation-duration: 2s;
		animation-duration: 2s;
	}
	.sotsufitIntro_point {
		top: 44%;
		left: 32%;
		width: 17.8125vw;
		height: 12.34375vw;
	}
	.sotsufitIntro_point .arrow:before {
		width: 4.21875vw;
		height: 8.4375vw;
		bottom: 5vw;
		left: -5vw;
		background-size: auto 100%;
	}
	.sotsufitIntro_point .arrow:after {
		width: 17.8125vw;
		height: 2.5vw;
		bottom: 7.7vw;
		background-size: auto 100%;
		-webkit-animation-duration: 2s;
		animation-duration: 2s;
	}
	.sotsufitIntro_point_en {
		left: 5%;
		width: 35.1%;
	}
	.sotsufitIntro_point_point {
		left: 44%;
		width: 35.1%;
	}
}

/* sotsufitLineup */
.sotsufitLineup {
	text-align: center;
	margin-top: 65px;
}
.sotsufitLineup_txt {
	font-size: 20px;
	line-height: 1.85;
	text-align: center;
    margin-top: 33px;
}
.sotsufitLineup_planlist {
	text-align: center;
	margin-top: -7px;
	position: relative;
}
.sotsufitLineup_plan_genre {
	font-size: 20px;
	margin-top: 44px;
	font-weight: 600;
} 
.sotsufitLineup_planlist .sotsufitLineup_plan_genre {
	margin-top: 27px;
    margin-bottom: 27px;
}
.sotsufitLineup_plan_genre.line2 > span {
	display: inline-block;
	position: relative;
}
.sotsufitLineup_plan_genre.line2 > span:before {
	content: '＜';
}
.sotsufitLineup_plan_genre.line2 > span:after {
	content: '＞';
}
.sotsufitLineup_plan_genre.left {
	text-align: left;
    font-size: 16px;
}
.sotsufitLineup_planlist li {
    margin-top: 33px;
    width: 400px;
}
.sotsufitLineup_planlist_cont {
	padding: 24px 8px 16px;
}
.sotsufitLineup_planlist_f {
	position: absolute;
    top: 203px;
    left: -30px;
	font-size: 18px;
	line-height: 1.222;
	background: #d57aba;
	color: #fff;
	text-align: center;
	font-weight: 700;
    width: 190px;
    height: 150px;
    box-sizing: border-box;
    padding-top: 26px;
    border-radius: 50%;
    -webkit-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-transform-origin: 90% 100%;
    transform-origin: 90% 100%;
}
.sotsufitLineup_planlist_f .large {
	font-size: 24px;
}
.sotsufitLineup_planlist_f:after {
	content: '';
	display: block;
	position: absolute;
    bottom: 4px;
    right: 18px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 20px solid #d57aba;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.sotsufitLineup_planlist.animated .sotsufitLineup_planlist_f {
    -webkit-animation: scaleIn .5s .3s forwards;
    animation: scaleIn .5s .3s forwards;
}
.premium .sotsufitLineup_planlist_txt_inner,
.amazon .sotsufitLineup_planlist_txt_inner {
	height: 48px;
}
.premium .sotsufitLineup_planlist_num_inner,
.amazon .sotsufitLineup_planlist_num_inner {
    height: 60px;
}
.sotsufitLineup_planlist_num {
	font-size: 36px;
	display: table;
	width: 100%;
	margin-top: 10px;
}
.sotsufitLineup_planlist_num_inner {
	display: table-cell;
	vertical-align: middle;
    height: 120px;
    line-height: 1;
}
.sotsufitLineup_planlist_num .large {
	font-size: 60px;	
}
.premium .sotsufitLineup_planlist_num {
	color: #75b2ed;
}
.amazon .sotsufitLineup_planlist_num {
	color: #6db6ae;	
}
.waon .sotsufitLineup_planlist_num {
	color: #d57aba;		
}
.smart .sotsufitLineup_planlist_num {
	color: #ec793a;		
}
.sotsufitLineup_planlist_copy {
	background: #ebf5f9;
	font-size: 20px;
	margin-top: 26px;
	padding: 5px 0;
}
.sotsufitLineup_planlist_note {
	font-size: 16px;
	text-align: left;
	letter-spacing: 0;
    line-height: 1.5;
}
.sotsufitLineup_planlist_note .small {
	font-size: 14px;
	color: #838383;
	display: block;
	padding-left: 1em;
	text-indent: -1em;
}
.sotsufitLineup .sotsufitNote {
	margin-top: 20px;
}
.sotsufitLineup .sotsufitNote li {
	padding-left: 1em;
	text-indent: -1em;
}
@media screen and (max-width: 640px){
	.sotsufitLineup {
		margin-top: 30px;
		margin-top: 9.375vw;
	}
	.sotsufitLineup_txt {
		font-size: 12px;
		font-size: 3.75vw;
		margin-top: 20px;
		margin-top: 6.25vw;
	}
	.sotsufitLineup_planlist {
		margin-top: -5px;
		margin-top: -1.5625vw;
	}
	.sotsufitLineup_plan_genre {
		font-size: 12px;
		font-size: 3.75vw;
		margin-top: 20px;
		margin-top: 6.25vw;
	}
	.sotsufitLineup_planlist .sotsufitLineup_plan_genre {
		margin-top: 7px;
		margin-top: 2.1875vw;
		margin-bottom: 12px;
		margin-bottom: 3.75vw;
	}
	.sotsufitLineup_plan_genre.line2 > span {
		padding: 0 15px;
		padding: 0 4.6875vw;
	}
	.sotsufitLineup_plan_genre.line2 > span:before,
	.sotsufitLineup_plan_genre.line2 > span:after {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		width: 25px;
		width: 7.8125vw;
		height: 25px;
		height: 7.8125vw;
		margin: auto;
		border-top: 1px solid #505050;
		border-left: 1px solid #505050;
	}
	.sotsufitLineup_plan_genre.line2 > span:before {
		left: -5px;
		left: -1.5625vw;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.sotsufitLineup_plan_genre.line2 > span:after {
		right: -2px;
		right: -0.625vw;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	.sotsufitLineup_plan_genre.left {
		font-size: 9px;
		font-size: 2.8125vw;
		line-height: 1.55;
	}
	.sotsufitLineup_planlist li {
		margin-top: 15px;
		margin-top: 4.6875vw;
		width: 48%;
	}
	.sotsufitLineup_planlist_cont {
		padding: 12px 3px 7px;
		padding: 3.75vw 0.9375vw 2.1875vw;
	}

	.sotsufitLineup_planlist_f {
		position: relative;
		top: 0;
		left: 7.5%;
		font-size: 3.4375vw;
		width: 85%;
		height: auto;
		padding-top: 1.875vw;
		padding-bottom: 2.8125vw;
		border-radius: 5px;
		margin-top: 4.375vw;
		-webkit-transform-origin: 50% 0%;
		transform-origin: 50% 0%;
		letter-spacing: 0.06em;
	}
	.sotsufitLineup_planlist_f .large {
		font-size: 4.375vw;
	}
	.sotsufitLineup_planlist_f:after {
		bottom: 100%;
		right: 50%;
		border-top-width: 0px;
		margin-right: -5px;
		border-bottom: 10px solid #d57aba;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	.sotsufitLineup_planlist_num {
		font-size: 12px;
		font-size: 3.75vw;
		margin-top: 5px;
		margin-top: 1.5625vw;
	}
	.sotsufitLineup_planlist_num .large {
		font-size: 20px;
		font-size: 6.25vw;
	}
	.sotsufitLineup_planlist_num_inner {
		height: 40px;
		height: 12.5vw;
	}
	.sotsufitLineup .sotsufitNote {
		margin-top: 15px;
		margin-top: 4.6875vw;
	}
	.sotsufitLineup_planlist_btn {
		width: 90px;
		width: 28.125vw;
		margin-top: 7px;
		margin-top: 2.1875vw;
	}
	.premium .sotsufitLineup_planlist_txt_inner,
	.amazon .sotsufitLineup_planlist_txt_inner {
		height: 28px;
		height: 8.75vw;
	}
	.premium .sotsufitLineup_planlist_num_inner,
	.amazon .sotsufitLineup_planlist_num_inner {
		height: 20px;
		height: 6.25vw;
	}
	.waon .sotsufitLineup_planlist_txt_inner,
	.smart .sotsufitLineup_planlist_txt_inner {
		height: 56px;
		height: 17.5vw;
	}
	.sotsufitLineup_planlist_copy {
		font-size: 10px;
		font-size: 3.125vw;
		margin-top: 6px;
		margin-top: 1.875vw;
	}
	.smart .sotsufitLineup_planlist_copy {
		letter-spacing: 0;
	}
	.sotsufitLineup_planlist_note,
	.sotsufitLineup_planlist_note .small {
		font-size: 9px;
		font-size: 2.8125vw;
		line-height: 1.55;
	}
	.sotsufitLineup_planlist_note .small {
		margin-top: 3px;
		margin-top: 0.9375vw;
		display: block;
	}
	.sotsufitLineup_planlist_note {
		margin-top: 2px;
		margin-top: 0.625vw;
	}
}

/* sotsufitCase */
.sotsufitCase {
	margin-top: 59px;
}
.sotsufitCase .sotsufit__ttl {
	background-color: #d57aba;
}
.sotsufitCase .sotsufit__ttl__icon {
	background-color: #e983cb;
}
.sotsufitCase_txt {
	font-size: 20px;
	line-height: 1.85;
	text-align: center;
    margin-top: 23px;
}
.sotsufitCase_table_wrap {
	position: relative;
	padding-top: 60px;
	margin-top: 20px;
}
.sotsufitCase .fukidashiArrow_table {
	position: absolute;
    top: -5px;
	right: 100px;
    width: 190px;
    height: auto;
	text-align: center;
}
.sotsufitCase .fukidashiArrow_table svg {
	width: 178px;
	height: 58px;
}
.fukidashiArrow_ttl {
    position: absolute;
    top: 5px;
    left: 0;
    width: 100%;
    font-size: 24px;
    color: #fff;
	letter-spacing: 0.1em;
}
.fukidashiArrow_table .arrow_main,
.fukidashiArrow_table .arrow_bottom {
	fill: #d57aba;
}
.fukidashiArrow_table .arrow_left_in,
.fukidashiArrow_table .arrow_right_in {
	fill: #d9a5ca;
}
.fukidashiArrow_table .arrow_left_out,
.fukidashiArrow_table .arrow_right_out {
	fill: #e9c2de;
}
.sotsufitCase_table {
	width: 100%;
	border: 1px solid #e983cb;
	border-top: none;
	border-right: none;
	background: #fff;
	text-align: center;
	position: relative;
	border-collapse: separate;
	border-spacing:0;
}
.sotsufitCase_table th,
.sotsufitCase_table td {
	font-weight: 500;
	border-top: 1px solid #e983cb;
	border-right: 1px solid #e983cb;
	padding: 15px 0;
    font-size: 20px;
}
.sotsufitCase_table th .small {
	font-size: 18px;
}
.sotsufitCase_table_img {
	display: block;
    margin: 0 auto 8px;
}
.sotsufitCase_table td {
	position: relative;
}
.sotsufitCase_table_icon {
	position: absolute;
    top: 10px;
    left: 12px;
    line-height: 28px;
    padding: 1px 5px;
}
.sotsufitCase_table_icon.shiharai {
	background: #9e9e9e;
	color: #fff;
}
.sotsufitCase_table_icon.syunyu {
    background: #ee4059;
	color: #fff;
}
.sotsufitCase_table_ttl {
	background: #fbecd1;
}
.sotsufitCase_table_ttl:first-child {
    width: 245px;
}
.sotsufitCase_table_recommend {
	background: #fae8f5;
}
.sotsufitCase .sotsufitNote {
    margin-top: 22px;
}
.sotsufitCase .sotsufitNote li {
    padding-left: 2.4em;
    text-indent: -2.4em;
}
@media screen and (max-width: 640px){
	.sotsufitCase {
		margin-top: 30px;
		margin-top: 9.375vw;
	}
	.sotsufitCase_txt {
		font-size: 12px;
		font-size: 3.75vw;
		text-align: left;
		line-height: 1.54;
		margin-top: 10px;
		margin-top: 3.125vw;
	}
	.sotsufitCase_table_wrap {
		margin-top: 13px;
		margin-top: 4.0625vw;
		padding-top: 30px;
		padding-top: 9.375vw;
	}
	.sotsufitCase .fukidashiArrow_table {
		top: 0;
		right: 4%;
		width: 89px;
		width: 27.8125vw;
	}
	.sotsufitCase .fukidashiArrow_table svg {
		width: 100%;
		height: auto;
	}
	.fukidashiArrow {
		width: 110px;
		width: 34.375vw;
		font-size: 10px;
		font-size: 3.125vw;
	}
	.fukidashiArrow_ttl {
		font-size: 12px;
		font-size: 3.75vw;
		top: 1px;
		top: 0.3125vw;
	}
	.amazon .fukidashiArrow {
		letter-spacing: 0;
	}
	.smart .fukidashiArrow {
		letter-spacing: 0;
	}
	.sotsufitCase_table th,
	.sotsufitCase_table td {
		font-size: 10px;
		padding: 6px 0;
	}
	.sotsufitCase_table th .small {
		font-size: 9px;
	}
	.sotsufitCase_table_icon { 
		line-height: 15px;
		top: 4px;
		left: 4px;
	}
	.sotsufitCase_table td sup {
		font-size: 55%;
		top: -1em;
	}
	.sotsufitCase_table_ttl:first-child {
		width: 70px;
	}
	.sotsufitCase_otoku_txt {
		font-size: 19px;
	}
	.sotsufitCase_otoku_txt .large {
		font-size: 28px;
	}
	.sotsufitCase_otoku_txt1,
	.sotsufitCase_otoku_txt2 {
		background-size:288px auto;
	}
	.sotsufitCase_otoku_txt2_inner {
		display: block;
		padding: 0;
	}
	.sotsufitCase_otoku_txt2:before {
		margin-left: -162px;
		width: 45px;
		height: 41px;
	}
	.sotsufitCase_otoku_txt2:after {
		margin-right: -165px;
		width: 45px;
		height: 41px;
	}
	.sotsufitCase_otoku_txt2:before,
	.sotsufitCase_otoku_txt2:after {
		background-size: 45px auto;
		top: 13px;
	}
	.sotsufitCase_otoku_sarani {
		font-size: 12px;
		padding: 8px 10px;
		margin-top: 5px;
	}
	.sotsufitCase .sotsufitNote p {
		font-size: 9px;
	}
	.sotsufitCase .sotsufitNote ol {
		margin-top: 5px;
	}
}

/* sotsufitCondition */
.sotsufitCondition {
	margin-top: 61px;
}
.sotsufitCondition .sotsufit__ttl {
	background-color: #6db6ae;
}
.sotsufitCondition .sotsufit__ttl__icon {
	background-color: #5bcabc;
}
.sotsufitCondition .sotsufitNote2 {
    margin-top: 31px;
}
@media screen and (max-width: 640px){
	.sotsufitCondition {
		margin-top: 30px;
		margin-top: 9.375vw;
	}
	.sotsufitCondition .sotsufitNote2 {
		margin-top: 15px;
		margin-top: 4.6875vw;
	}
	.sotsufitCondition .sotsufitNote2 a{
		border-bottom: 1px solid #28aae7;
	}
	.sotsufitCondition .sotsufitNote2 a:after{
		display: none;
	}
}

/* sotsufitFlow */
.sotsufitFlow {
    margin-top: 59px;
    background-color: #d7e5f1;
    padding: 64px 0;
}
.sotsufitFlow .sotsufit__ttl {
	background-color: #75b2ed;
}
.sotsufitFlow .sotsufit__ttl__icon {
	background-color: #86c1fb;
}
.sotsufitFlow_list {
	margin-top: 27px;
}
.sotsufitFlow_list > li {
	width: 312px;
	float: left;
	text-align: center;
	position: relative;
}
.sotsufitFlow_list > li + li {
	margin-left: 32px;
}
.sotsufitFlow_list > li + li:before,
.sotsufitFlow_list > li + li:after {
	content: '';
	display: block;
	position: absolute;
}
.sotsufitFlow_list > li + li:before {
	top: 50%;
	left: -33px;
	width: 20px;
	height: 20px;
	border-top: 4px solid #505050;
	border-right: 4px solid #505050;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
    margin-top: -19px;
}
.sotsufitFlow_list > li + li:after {
	top: 50%;
	left: -32px;
    width: 10px;
    height: 30px;
    background: #d7e5f1;
    margin-top: -25px;
}
.sotsufitFlow_list_step {
	background: #75b2ed;
	color: #fff;
	width: 136px;
	font-size: 20px;
	font-weight: 600;
	border-radius: 16px 16px 0 0;
	padding: 8px 0;
}
.sotsufitFlow_list_cont {
	background: #fff;
	border-radius: 0 16px 16px 16px;
	padding-top: 25px;
	height: 376px;
}
.sotsufitFlow_list_img {
	background: #c5ddf4;
	width: 158px;
	height: 158px;
	border-radius: 50%;
	margin: auto;
	overflow: hidden;
	z-index: 1;
	position: relative;
}
.sotsufitFlow_list_txtwrap {
    letter-spacing: 0;
}
.sotsufitFlow_list_txt {
	display: table;
	width: 100%;
	height: 96px;
	margin-top: 18px;
	font-size: 20px;
	line-height: 1.6;
}
.sotsufitFlow_list_txtinner {
	display: table-cell;
	vertical-align: top;
}
.sotsufitFlow_list_txt .small {
	font-size: 16px;
}
.sotsufitFlow_list_cont .linktxt {
	font-size: 14px;
    margin-top: 10px;
	display: inline-block;
	cursor: pointer;
}
.sotsufitFlow_txt {
	margin-top: 13px;
	font-size: 14px;
}
.sotsufitFlow .sotsufitNote {
	margin-top: 24px;
}

@media screen and (max-width: 640px){
	.sotsufitFlow {
		margin-top: 30px;
		margin-top: 9.375vw;
		padding: 30px 0;
		padding: 9.375vw 0;
	}
	.sotsufitFlow_list > li {
		width: 100%;
		float: none;
	}
	.sotsufitFlow_list > li + li {
		margin-left: 0;
		margin-top: 20px;
		margin-top: 6.25vw;
		/* margin-top: 1.875vw; */
	}
	.sotsufitFlow_list > li + li:before {
		top: 0;
		left: 26px;
		left: 8.125vw;
		width: 15px;
		width: 4.6875vw;
		height: 15px;
		height: 4.6875vw;
		border-top-width: 2px;
		border-top-width: 0.625vw;
		border-right-width: 2px;
		border-right-width: 0.625vw;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
		margin-top: -5.9375vw;
		/* margin-top: -22px;
		margin-top: -6.875vw; */
	}
	.sotsufitFlow_list > li + li:after {
		top: 0;
		left: 0;
		width: 100%;
		height: 4px;
		height: 1.25vw;
		margin-top: 0;
	}
	.sotsufitFlow_list_step {
		width: 68px;
		width: 21.25vw;
		font-size: 12px;
		font-size: 3.75vw;
		border-radius: 8px 8px 0 0;
		border-radius: 2.5vw 2.5vw 0 0;
		padding: 3px 0;
		padding: 0.9375vw 0;
	}
	.sotsufitFlow_list_cont {
		display: table;
		width: 100%;
		height: auto;
		padding: 9px 12px 12px 12px;
		padding: 2.8125vw 3.75vw 3.75vw 3.75vw;
		border-radius: 0 8px 8px 8px;
		border-radius: 0 2.5vw 2.5vw 2.5vw;
	}
	.sotsufitFlow_list_imgwrap,
	.sotsufitFlow_list_txtwrap {
		display: table-cell;
		vertical-align: top;
		text-align: left;
	}
	.sotsufitFlow_list_txtwrap {
		padding-left: 14px;
		padding-left: 4.375vw;
	}
	.sotsufitFlow_list_imgwrap {
		width: 42px;
		width: 13.125vw;
	}
	.sotsufitFlow_list_img {
		width: 42px;
		width: 13.125vw;
		height: 42px;
		height: 13.125vw;
	}
	.sotsufitFlow_list_txt {
		font-size: 12px;
		font-size: 3.75vw;
		line-height: 1.54;
		height: auto;
		margin-top: 0;
	}
	.sotsufitFlow_list_txt .small {
		font-size: 10px;
		font-size: 3.125vw;
	}
	.sotsufitFlow_list_cont .linktxt {
		font-size: 10px;
		font-size: 3.125vw;
		margin-top: 0;
	}
	.sotsufitFlow_txt {
		text-align: right;
		font-size: 9px;
		font-size: 2.8125vw;
		margin-top: 5px;
		margin-top: 1.5625vw;
	}
	.sotsufitFlow .sotsufitNote {
		margin-top: 16px;
		margin-top: 5vw;
	}
}

/* sotsufitOption */
.sotsufitOption {
    padding: 79px 0 64px;
}
.sotsufitOption .sotsufitBtn {
	width: 516px;
    text-align: center;
}
.sotsufitOption .sotsufitBtn_in {
    padding: 20px 0;
}
.sotsufitOption .sotsufitBtn2 .sotsufitBtn_in {
	padding: 8px 0 12px;
}
.sotsufitOption_note {
	margin-top: 20px;
	font-size: 16px;
	text-align: center;
	color: #838383;
}
.sotsufitBtn_after_box {
	margin-top: 70px;
}
.sotsufitOption_ttl {
	background: #75b2ed;
	padding: 4px;
	color: #fff;
	text-align: center;
	position: relative;
	height: 120px;
	box-sizing: border-box;
	margin-top: 80px;
}
.sotsufitOption_ttl:before,
.sotsufitOption_ttl:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	width: 24px;
	height: 100%;
}
.sotsufitOption_ttl:before {
	left: 0;
	background: url(../images/sotsufit/option_ttl_l.gif);
}
.sotsufitOption_ttl:after {
	right: 0;
	background: url(../images/sotsufit/option_ttl_r.gif);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) { 
	.sotsufitOption_ttl:before {
		background: url(../images/sotsufit/option_ttl_l-2x.gif);
		background-size: 24px auto;
	}
	.sotsufitOption_ttl:after {
		background: url(../images/sotsufit/option_ttl_r-2x.gif);
		background-size: 24px auto;
	}
}
 .sotsufitOption_ttl_arrow {
	height: 100%;
	position: relative;
    margin: 0 19px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.sotsufitOption_ttl_main {
	font-size: 32px;
	font-weight: 600;
    padding-top: 15px;
	white-space: nowrap;
}
.sotsufitOption_ttl_main .small {
	display: block;
	font-size: 14px;
	margin-top: 5px;
	font-weight: 500;
    letter-spacing: 0;
}
.sotsufitOption_ttl_year {
	position: absolute;
	top: -21px;
	left: 0;
	color: #505050;
	background: #ff9600;
    padding: 5px 11px;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1.2;
}
.sotsufitOption_ttl_year .large {
	font-size: 24px;
	letter-spacing: 0.02em;
}
.sotsufitOption_ttl_year:before {
	content: '';
	display: block;
	position: absolute;
	bottom: -20px;
	left: 0;
	border-right: 60px solid #ff9600;
	border-left: 60px solid #ff9600;
	border-bottom: 20px solid transparent;
}
.sotsufitOption_ttl_year:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: -6px;
	width: 0;
	height: 0;
    border-top: 8px solid transparent;
    border-right: 3px solid transparent;
    border-left: 3px solid #966844;
    border-bottom: 8px solid #966844;
}
.sotsufitOption_cont {
	border-radius: 16px;
	overflow: hidden;
	background: #fff;
	margin-top: 32px;
	text-align: center;
}
.sotsufitOption_cont_ttl {
	background: #75b2ed;
	color: #fff;
	font-size: 28px;
	padding: 10px 0;
	font-weight: 600;
}
.sotsufitOption_cont_inner {
	padding: 20px;
}
.sotsufitOption_image {
	position: relative;
	width: 348px;
	height: 210px;
	margin: auto;
	background: url(../images/sotsufit/option_arrow.gif) no-repeat center 31px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) { 
	.sotsufitOption_image {
		background-image: url(../images/sotsufit/option_arrow-2x.gif);
		background-size: 112px;
	}
}
.sotsufitOption_illust_1 {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #fff;
	border-radius: 50%;
}
.sotsufitOption_illust_2 {
	position: absolute;
	bottom: 0;
	right: 0;
}
.option_ico_yen {
	position: absolute;
    top: 5%;
	left: 33%;
    -webkit-transform-origin: 100% 170%;
    transform-origin: 100% 170%;
	-webkit-animation: optionIconAnime 2s linear infinite;
	animation: optionIconAnime 2s linear infinite;
}
.option_ico_yen img {
	-webkit-animation: optionIconAnime-reverse 2s linear infinite;
	animation: optionIconAnime-reverse 2s linear infinite;
}
.sotsufitOption_txt {
	line-height: 1.6;
	font-size: 20px;
	margin-top: 33px;
}
.sotsufitOption_btn {
	display: inline-block;
	border: 1px solid #75b2ed;
	border-radius: 20px;
    padding: 7px 25px;
	font-size: 16px;
	box-sizing: border-box;
	letter-spacing: 0;
	margin-top: 34px;
	cursor: pointer;
	overflow: hidden;
}
.sotsufitOption_btn.btnAnime:before {
    background: #75b2ed;
	border-radius: 20px;
}
.sotsufitOption_btn.btnAnime:after {
	border-radius: 20px;
}

@media screen and (max-width: 640px){
	.sotsufitOption {
		padding: 35px 0;
		padding: 10.9375vw 0;
	}
	.sotsufitOption .sotsufitBtn {
		width: 100%;
	}
	.sotsufitOption .sotsufitBtn_in {
		padding: 8px 0;
		padding: 2.5vw 0;
	}
	.sotsufitOption .sotsufitBtn2 .sotsufitBtn_in {
		padding: 1.46vw 0;
	}
	.sotsufitOption_note {
		margin-top: 2.66vw;
		font-size: 2.66vw;
		line-height: 1.4;
	}
	.sotsufitBtn_after_box {
		margin-top: 9.33vw;
	}
	.sotsufitOption_ttl {
		height: 60px;
		height: 18.75vw;
		padding: 2px;
		padding: 0.625vw;
		margin-top: 40px;
		margin-top: 12.5vw;
	}
	.sotsufitOption_ttl:before,
	.sotsufitOption_ttl:after {
		width: 12px;
		width: 3.75vw;
		background-size: auto 100%;
	}
	.sotsufitOption_ttl_arrow {
		margin: 0 10px;
		margin: 0 3.125vw;
	}
	.sotsufitOption_ttl_main {
		font-size: 20px;
		font-size: 6.25vw;
		padding-top: 0;
		padding-left: 60px;
		padding-left: 19.75vw;
	}
	.sotsufitOption_ttl_main .small {
		font-size: 9px;
		font-size: 2.8125vw;
		margin-left: -64px;
		margin-left: -20vw;
		text-align: left;
		margin-top: 0;
	}
	.sotsufitOption_ttl_year {
		font-size: 9px;
		font-size: 2.8125vw;
		width: 60px;
		width: 18.75vw;
		padding: 5px 0;
		padding: 1.5625vw 0;
		top: -19px;
		top: -5.9375vw;
	}
	.sotsufitOption_ttl_year .large {
		font-size: 12px;
		font-size: 3.75vw;
	}
	.sotsufitOption_ttl_year:before {
		bottom: -10px;
		bottom: -2.825vw;
		border-right-width: 30px;
		border-right-width: 9.375vw;
		border-left-width: 30px;
		border-left-width: 9.375vw;
		border-bottom-width: 10px;
		border-bottom-width: 3.125vw;
	}
	.sotsufitOption_list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.sotsufitOption_list:after {
		display: none;
	}
	.sotsufitOption_cont {
    	width: 100%;
		border-radius: 8px;
		border-radius: 2.5vw;
		margin-top: 15px;
		margin-top: 4.6875vw;
	}
	.sotsufitOption_cont_ttl {
		font-size: 16px;
		font-size: 5vw;
		padding: 7px 0;
		padding: 2.1875vw 0;
	}
	.sotsufitOption_cont_inner {
		padding: 11px 0;
		padding: 3.4375vw 0;
	}
	.sotsufitOption_image {
		width: 50%;
		height: 21.25vw;
		padding: 0 3.4375vw;
		background-size: 30% auto;
		background-position: center 0;
	}
	.sotsufitOption_illust_1,
	.sotsufitOption_illust_2 {
		width: 36.15%;
	}
	.sotsufitOption_illust_1 {
		left: 3.4375vw;
	}
	.sotsufitOption_illust_2 {
		right: 3.4375vw;
	}
	.option_ico_yen {
		width: 12%;
		top: -12%;
		left: 38%;
	}
	.sotsufitOption_txt {
		font-size: 12px;
		font-size: 3.75vw;
		line-height: 1.33;
		margin-top: 15px;
		margin-top: 4.6875vw;
	}
	.sotsufitOption_btn {
		font-size: 10px;
		font-size: 3.125vw;
		border-radius: 16px;
		border-radius: 5vw;
		margin-top: 8px;
		margin-top: 2.5vw;
		padding: 8px 22px;
		padding: 2.5vw 6.875vw;
	}
	.sotsufitOption_btn:hover {
		color: #505050;
	}
	.sotsufitOption_btn.btnAnime:before,
	.sotsufitOption_btn.btnAnime:after {
		border-radius: 16px;
		border-radius: 5vw;
	}
}

/* sotsufitEco */
.sotsufitEco {
    padding: 65px 0 63px;
	background-color: #d7e5f1;
}
.sotsufitEco .sotsufit__ttl {
	background-color: #ff9600;
}
.sotsufitEco .sotsufit__ttl__icon {
	background-color: #fcb043;
}
.sotsufitEco_txt {
	text-align: center;
	font-size: 20px;
    margin-top: 27px;
}
.sotsufitEco_image {
	position: relative;
	height: 494px;
	margin-top: 27px;
	background: url(../images/sotsufit/eco_image.jpg) no-repeat center bottom;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) { 
	.sotsufitEco_image {
		background: url(../images/sotsufit/eco_image-2x.jpg) no-repeat center bottom;
		background-size: 536px;
	}
}
.sotsufitEco_f1 {
	position: absolute;
    top: 80px;
    left: 50%;
    margin-left: -410px;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
.sotsufitEco_f2 {
	position: absolute;
    top: 78px;
    right: 50%;
    margin-right: -412px;
	-webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
}

@media screen and (max-width: 640px){
	.sotsufitEco {
		padding: 30px 0;
		padding: 9.375vw 0;
	}
	.sotsufitEco_txt {
		text-align: left;
		font-size: 12px;
		font-size: 3.75vw;
		margin-top: 13px;
		margin-top: 4.0625vw;
	}
	.sotsufitEco_image {
		height: 247px;
		height: 77.1875vw;
		margin-top: 15px;
		margin-top: 4.6875vw;
		background-size: 268px auto;
		background-size: 83.75vw auto;
	}
	.sotsufitEco_f1 {
		width: 85px;
		width: 26.5625vw;
		margin-left: -148px;
		margin-left: -46.25vw;
		top: 65px;
		top: 20.3125vw;
	}
	.sotsufitEco_f2 {
		top: 38px;
		top: 11.875vw;
		margin-right: -148px;
		margin-right: -46.25vw;
		width: 92px;
		width: 28.75vw;
	}
}

/* sotsufitConversion */
.sotsufitConversion {
	padding: 64px 0;
}
.sotsufitConversion .sotsufitBtn {
    width: 516px;
    display: block;
    margin: 66px auto 0;
    text-align: center;
    text-indent: 1em;
}
.sotsufitConversion .sotsufitBtn_in {
    padding: 18px 75px 18px 50px;
}
.sotsufitConversion .sotsufitBtn2 {
	margin: 24px auto 0;
}
.sotsufitConversion .sotsufitBtn2 .sotsufitBtn_in {
	padding: 8px 0 12px;
}
@media screen and (max-width: 640px){
	.sotsufitConversion {
		padding: 30px 0;
		padding: 9.375vw 0;
	}
	.sotsufitConversion .sotsufitBtn {
		width: 100%;
		margin-top: 30px;
		margin-top: 9.375vw;
	}
	.sotsufitConversion .sotsufitBtn + .sotsufitBtn {
		margin-top: 30px;
		margin-top: 3.2vw;
	}
	.sotsufitConversion .sotsufitBtn_in {
		padding: 8px 40px 8px 30px;
		padding: 2.5vw 12.5vw 2.5vw 9.375vw;
	}
}

.sotsufitNotice {
	margin-top: 66px;
	background: #c1d5dd;
	border-radius: 16px;
	overflow: hidden;
	border: 1px solid #c1d5dd;/*IE bug fix*/
}
.sotsufitNotice_ttl {
	cursor: pointer;
	background: url(../images/sotsufit/notes_ico.png) no-repeat 24px 50%;
	font-size: 20px;
	padding: 15px 0 15px 80px;
	position: relative;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) { 
	.sotsufitNotice_ttl {
		background-image: url(../images/sotsufit/notes_ico-2x.png);
		background-size: 34px auto;
	}
}
.sotsufitNotice_cont {
	display: none;
}
.sotsufitNotice_cont_inner {
	padding: 0 20px 20px;
	letter-spacing: 0.1em;
}
.sotsufitNotice_cont_inner  ul  + .ttl {
	margin-top: 20px;
}
.sotsufitNotice_cont_inner > ul > li {
    padding-left: 1.4em;
    text-indent: -1.4em;
}
.sotsufitNotice_cont_inner > ul > li > ol > li {
	padding-left: 1em;
	text-indent: -1em;
}
.sotsufitNotice_cont_inner a {
	/* color: #164e68; */
	text-decoration: underline;
}
.sotsufitNotice_ttl:before,
.sotsufitNotice_ttl:after {
	content: '';
	display: block;
	position: absolute;
	background: #5c5f61;
}
.sotsufitNotice_ttl:before {
	width: 2px;
	height: 15px;
	top: 50%;
	right: 34px;
    margin-top: -7px;
}
.sotsufitNotice_ttl.is_open:before {
	display: none;
}
.sotsufitNotice_ttl:after {
	width: 15px;
	height: 2px;
	top: 50%;
	right: 28px;
    margin-top: -1px;
}
.waon_limit {
    width: 430px;
    text-align: center;
    border: 1px solid #000;
    margin-top: 6px;
    margin-bottom: 6px;
    background: #fff;
}
.waon_limit tr {
	border-bottom: 1px dotted #000;
}
.waon_limit th,
.waon_limit td {
	padding: 5px 0;
}
.waon_limit th {
	background: #eee;
}
.waon_limit_ttl {
	position: relative;
	display: block;
}
.waon_limit_ttl:before,
.waon_limit_ttl:after {
	content: '';
	display: block;
	position: absolute;
}
.waon_limit_ttl:before {
	top: 0;
	bottom: 0;
	margin: auto;
	right: 15px;
	width: 15px;
	height: 1px;
	border-top: 1px solid #000;
}
.waon_limit_ttl:after {
	top: 0;
	bottom: 0;
	margin: auto;
	right: 15px;
	width: 5px;
	height: 5px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(45deg);
}
@media screen and (max-width: 640px){
	.sotsufitNotice {
		margin-top: 30px;
		margin-top: 9.375vw;
		border-radius: 8px;
		border-radius: 2.5vw;
	}
	.sotsufitNotice_ttl {
		font-size: 14px;
		font-size: 4.375vw;
		background-position: 12px 50%;
		background-position: 3.75vw 50%;
		background-size: 20px auto;
		background-size: 6.25vw auto;
		padding: 10px 0 10px 40px;
		padding: 3.125vw 0 3.125vw 12.5vw;
	}
	.sotsufitNotice_ttl:before {
		right: 12px;
		right: 4vw;
		height: 11px;
		height: 3.4375vw;
		margin-top: -4px;
		margin-top: -1.71875vw;
	}
	.sotsufitNotice_ttl:after {
		right: 8px;
		right: 2.5vw;
		width: 11px;
		width: 3.4375vw;
		margin-top: -0.3125vw;
	}
	.sotsufitNotice_cont_inner {
		padding: 0 10px 10px;
		padding: 0 3.125vw 3.125vw;
		font-size: 10px;
		font-size: 3.125vw;
	}
	.sotsufitNotice_cont_inner  ul  + .ttl {
		margin-top: 10px;
		margin-top: 3.125vw;
	}

	.waon_limit {
		width: 100%;
		margin-top: 3px;
		margin-bottom: 3px;
	}
	.waon_limit th,
	.waon_limit td {
		padding: 3px 0;
	}
	.waon_limit_ttl:before {
		right: 10px;
		width: 10px;
	}
	.waon_limit_ttl:after {
		right: 10px;
		width: 4px;
		height: 4px;
	}
}

.sotsufitQA {
	margin-top: 60px;
}
.sotsufitQA_ttl {
	text-align: center;
}
.sotsufitQA_ttl > span {
	display: block;
	font-size: 20px;
    margin-top: 7px;
}
.sotsufitQA_question_list {
	margin-top: 30px;
}
.sotsufitQA_question {
	display: table;
	width: 100%;
	border-radius: 16px;
	margin-top: 8px;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	background-color: #fff;
}
.sotsufitQA_icon,
.sotsufitQA_txt {
	display: table-cell;
}
.sotsufitQA_txt {
vertical-align: middle;
}
.sotsufitQA_icon {
	width: 56px;
	text-align: center;
	vertical-align: top;
}
.sotsufitQA_question_icon {
	border-radius: 16px 0 0 16px;
	background: #d57aba url(../images/sotsufit/question_ico.png) no-repeat 50% 50%;
	background-size: 37px auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) { 
	.sotsufitQA_question_icon {
		background-image: url(../images/sotsufit/question_ico-2x.png);
		background-size: 36px auto;
	}
}
.sotsufitQA_answer_icon {
    padding-top: 24px;
    padding-bottom: 24px;
}
.sotsufitQA_question_txt {
	position: relative;
    padding: 18px 50px 18px 15px;
}
.sotsufitQA_question_txt:after,
.sotsufitQA_question_txt:before {
	content: '';
	display: block;
	background: #d57aba;
	position: absolute;
}
.sotsufitQA_question_txt:after {
	width: 15px;
	height: 2px;
	top: 50%;
	right: 28px;
	margin-top: -1px;
}
.sotsufitQA_question_txt:before {
	width: 2px;
	height: 15px;
	top: 50%;
	right: 34px;
    margin-top: -7px;
}
.sotsufitQA_question.is_open .sotsufitQA_question_txt:before {
	display: none;
}
.sotsufitQA_answer {
	display: none;
}
.sotsufitQA_answer_txt {
	line-height: 1.75;
	padding: 20px 0 20px 20px;
}
.sotsufitQA_answer_txt a {
	text-decoration: underline;
}
@media screen and (max-width: 640px){
	.sotsufitQA {
		margin-top: 30px;
		margin-top: 9.375vw;
	}
	.sotsufitQA_ttl img {
		width: 47px;
		width: 14.6875vw;
	}
	.sotsufitQA_ttl > span {
		font-size: 14px;
		font-size: 4.375vw;
		margin-top: 2px;
		margin-top: 0.625vw;
	}
	.sotsufitQA_question_list {
		margin-top: 15px;
		margin-top: 4.6875vw;
	}
	.sotsufitQA_question {
		border-radius: 8px;
		border-radius: 2.5vw;
		margin-top: 4px;
		margin-top: 1.25vw;
	}
	.sotsufitQA_icon {
		width: 28px;
		width: 8.75vw;
	}
	.sotsufitQA_question_icon {
		border-radius: 8px 0 0 8px;
		border-radius: 2.5vw 0 0 2.5vw;
		background-size: 18px auto;
		background-size: 5.625vw auto;
	}
	.sotsufitQA_answer_icon {
		padding-top: 12px;
		padding-top: 3.75vw;
		padding-bottom: 12px;
		padding-bottom: 3.75vw;
	}
	.sotsufitQA_question_txt {
		font-size: 10px;
		font-size: 3.125vw;
		line-height: 1.4;
		padding: 6px 25px 6px 10px;
		padding: 1.875vw 7.8125vw 1.875vw 3.125vw;
		height: 40px;
		height: 12.5vw;
	}
	.sotsufitQA_question_txt:before {
		right: 12px;
		right: 3.9vw;
		height: 11px;
		height: 3.4375vw;
		margin-top: -4px;
		margin-top: -1.71875vw;
	}
	.sotsufitQA_question_txt:after {
		right: 8px;
		right: 2.5vw;
		width: 11px;
		width: 3.4375vw;
		margin-top: -0.3125vw;
	}
	.sotsufitQA_answer_txt {
		line-height: 1.6;
		padding: 10px 0 10px 10px;
		padding: 3.125vw 0 3.125vw 3.125vw;
		font-size: 10px;
		font-size: 3.125vw;
	}
}

.modal_option_ttl {
	display: table;
	width: 100%;
	table-layout: fixed;
	border: 4px solid #75b2ed;
	color: #75b2ed;
	background: #fff;
	border-radius: 16px 16px 0 0;
    letter-spacing: 0.1em;
}
.modal_option_ttl .sub,
.modal_option_ttl .main {
	display: table-cell;
	vertical-align: middle;
}
 .modal_option_ttl .sub {
	width: 156px;
	border-right: 4px solid #75b2ed;
	font-size: 20px;
	text-align: center;
}
.modal_option_ttl .main {
	font-size: 32px;
	font-weight: 500;
}
.modal_option1_cont {
	text-align: left;
}
.modal_option1_cont_inner{
	padding: 55px 35px;
}
.modal_option1_txt {
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0.1em;
}
.modal_option1_tokucho {
	font-size: 20px;
	line-height: 1.85;
	color: #505050;
	letter-spacing: 0.1em;
}
.modal_option1_tokucho .icon {
	color: #75b2ed;
}
/* option1 */
#modal_option1 .modal_option_ttl .main {
    padding: 26px 20px;
}
.modal_option1_img {
    margin: 25px auto 0;
    display: block;
}
.modal_option1_cont .sotsufitNote {
	margin-top: 20px;
	letter-spacing: 0.1em;
}
.modal_option1_tokucho {
	margin-top: 55px;
	line-height: 2;
}
/* menu */
.modal_menu .modal_scroll_center {
    width: 751px;
}
@media screen and (max-width: 640px){
	/* option1 */
	.modal_option_ttl {
		border: 2px solid #75b2ed;
		border: 0.625vw solid #75b2ed;
		border-radius: 8px 8px 0 0;
		border-radius: 2.5vw 2.5vw 0 0;
	}
	.modal_option_ttl .sub {
		width: 80px;
		width: 25vw;
		border-right-width: 2px;
		border-right-width: 0.625vw;
		font-size: 10px;
		font-size: 3.125vw;
	}
	.modal_option_ttl .main {
		font-size: 16px;
		font-size: 5vw;
	}
	.modal_option_ttl .main .small {
		font-size: 12px;
		font-size: 3.75vw;
	}
	.modal_option1_cont_inner {
		padding: 15px 12px 30px;
		padding: 4.6875vw 3.75vw 9.375vw;
	}
	.modal_option1_txt {
		font-size: 12px;
		font-size: 3.75vw;
	}
	#modal_option1 .modal_option_ttl .main {
		padding: 13px 10px;
		padding: 4.0625vw 3.125vw;
	}
	.modal_option1_img {
		margin: 15px auto 0;
		margin: 4.6875vw auto 0;
		width: 100%;
	}
	.modal_option1_tokucho{
		font-size: 12px;
		font-size: 3.75vw;
		line-height: 1.54;
		margin-top: 20px;
		margin-top: 6.25vw;
	}
	.modal_option1_tokucho li {
		padding-left: 1em;
		text-indent: -1em;
	}
	.modal_option1_tokucho li + li {
		margin-top: 5px;
		margin-top: 1.5625vw;
	}
	.modal_option1_cont .sotsufitNote {
		margin-top: 10px;
		margin-top: 3.125vw;
	}
	.modal_menu .modal_scroll_center {
		width: 90%;
		width: calc(100% - 32px);
		width: calc(100% - 10vw);
	}
}

/* animation */
.sotsufitCase_table_wrap.animated .fukidashiArrow_table {
	-webkit-animation: fukidashiArrow .5s forwards;
	animation: fukidashiArrow .5s forwards;
}
.sotsufit__ttl .sotsufit__ttl__icon img {
	-webkit-transform: translateY(150%);
	transform: translateY(150%);
}
.sotsufit__ttl.animated .sotsufit__ttl__icon img {
	-webkit-animation: nyoki 1s forwards;
	animation: nyoki 1s forwards;
}
.sotsufitFlow_list_img img {
	-webkit-transform: translateY(150%);
	transform: translateY(150%);
}
.sotsufitFlow_list .animated .sotsufitFlow_list_img img {
	-webkit-animation: nyoki 1s forwards;
	animation: nyoki 1s forwards;
}
.sotsufitFlow_list li:nth-child(2).animated .sotsufitFlow_list_img img {
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
}
.sotsufitFlow_list li:nth-child(3).animated .sotsufitFlow_list_img img {
	-webkit-animation-delay: .4s;
	animation-delay: .4s;
}
.sotsufitEco_f1, 
.sotsufitEco_f2 { 
	-webkit-transform: scale(0,0);
	transform: scale(0,0);
}
.sotsufitEco_image.animated .sotsufitEco_f1 { 
    -webkit-animation: scaleIn .5s forwards;
    animation: scaleIn .5s forwards;
}
.sotsufitEco_image.animated .sotsufitEco_f2 { 
    -webkit-animation: scaleIn .5s .2s forwards;
    animation: scaleIn .5s .2s forwards;
}
@-webkit-keyframes nyoki {
	0% {
		opacity: 0;
		-webkit-transform: translate(0%,150%);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
	}
	50% {
		opacity: 1;
		-webkit-transform: translate(0%,0%);
	}
	100% {
		-webkit-transform: translate(0%,0%);
	}
}
@keyframes nyoki {
	0% {
		opacity: 0;
		transform: translate(0%,150%);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
	}
	50% {
		opacity: 1;
		transform: translate(0%,0%);
	}
	100% {
		transform: translate(0%,0%);
	}
}

@-webkit-keyframes optionIconAnime {
	0% {
		-webkit-transform: rotate(-60deg);
	}
	70% {
		-webkit-transform: rotate(130deg);
	}
	100% {
		-webkit-transform: rotate(130deg);
	}
}
@keyframes optionIconAnime {
	0% {
		transform: rotate(-60deg);
	}
	70% {
		transform: rotate(130deg);
	}
	100% {
		transform: rotate(130deg);
	}
}
@-webkit-keyframes optionIconAnime-reverse {
	0% {
		-webkit-transform: rotate(60deg);
	}
	70% {
		-webkit-transform: rotate(-130deg);
	}
	100% {
		-webkit-transform: rotate(-130deg);
	}
}
@keyframes optionIconAnime-reverse {
	0% {
		transform: rotate(60deg);
	}
	70% {
		transform: rotate(-130deg);
	}
	100% {
		transform: rotate(-130deg);
	}
}

@-webkit-keyframes introArrowBg {
	0%{
		background-position-x: 0;
	}
	100%{
		background-position-x: 44px;
	}
}
@keyframes introArrowBg {
	0%{
		background-position-x: 0;
	}
	100%{
		background-position-x: 44px;
	}
}

@-webkit-keyframes scaleIn {
	0% {
		-webkit-transform: scale(0,0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
	}
	100% {
		-webkit-transform: scale(1,1);
	}
}
@keyframes scaleIn {
	0% {
		transform: scale(0,0);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
	}
	100% {
		transform: scale(1,1);
	}
}

/* tokyoarea_notice */
.tokyoarea_notice{
	text-align: left;
	width: 100%;
	background: #fff;
	box-sizing: border-box;
	padding: 20px 30px 40px;
	border: 1px solid #9e9e9e;
	border-radius: 10px;
	margin: 10px auto 54px;
}
.tokyoarea_notice .notice_ttl{
	font-size: 30px;
	font-weight: bold;
	letter-spacing: .05em;
	margin-bottom: 19px;
}
.tokyoarea_notice .notice_txt{
	line-height: 2.5;
}
.tokyoarea_notice .notice_txt_list > li + li {
	margin-top: 8px;
}
.tokyoarea_notice .notice_txt_list > li {
	padding-left: 1.5em;
	position: relative;
}
.tokyoarea_notice .notice_link{
	color: #28aae7;
	font-size: 20px;
	line-height: 1.2;
	font-weight: bold;
	letter-spacing: .05em;
	padding-bottom: 1px;
	border-bottom: 2px solid #28aae7;
	cursor: pointer;
}
.tokyoarea_notice .notice_txt_list > li:before {
	content: '＞';
	color: #28aae7;
	font-size: 20px;
	position: absolute;
    top: -5px;
    left: 0;
	font-weight: bold;
}
@media screen and (max-width: 640px){
	.tokyoarea_notice .notice_txt_list > li:before {
		font-size: 10px;
		font-size: 3.13vw;
		top: 3px;
	}
}
/* modal_tokyoarea */
.modal_tokyoarea .modal_tokyoarea_cont{
	width: 1000px;
	background: #ebf5f9;
	box-sizing: border-box;
	padding: 55px 0;
	border-radius: 16px;
	margin: 0 auto;
}
.modal_tokyoarea .modal_tokyoarea_txt{
	font-size: 24px;
	font-weight: bold;
	line-height: 37px;
	letter-spacing: .1em;
}
.modal_tokyoarea .modal_tokyoarea_txt .modal_tokyoarea_link{
	color: #28aae7;
	border-bottom: 1px solid #28aae7;
}
/* modal_content_left */
.modal_content_left .modal_tokyoarea_cont{
	padding: 35px;
}
.modal_content_left .modal_tokyoarea_txt{
	text-align: left;
	font-weight: 400;
}
.modal_content_left .modal_tokyoarea_link{
	font-weight: 700;
}
.modal_content_bold{
	font-weight: 700;
}
@media screen and (max-width: 640px){
	.tokyoarea_notice{
		padding: 10px 0 18px;
		padding: 3.13vw 4.69vw 5.63vw;
		border-radius: 5px;
		border-radius: 1.56vw;
		margin: 0 auto 33px;
		margin: 0 auto 10.31vw;
	}
	.tokyoarea_notice .notice_ttl{
		font-size: 15px;
		font-size: 4.69vw;
		margin-bottom: 7px;
		margin-bottom: 2.19vw;
	}
	.tokyoarea_notice .notice_txt {
		line-height: 1.5;
		font-size: 2.75vw;
	}
	.tokyoarea_notice .notice_link{
		font-size: 10px;
		font-size: 3.13vw;
		padding-bottom: 2px;
		padding-bottom: .63vw;
		border-bottom: 1px solid #28aae7;
		line-height: 2;
	}
	/* modal_tokyoarea */
	.modal_tokyoarea{
		width: 100%;
	}
	.modal_tokyoarea .modal_tokyoarea_cont{
		width: 100%;
		padding: 28px 0;
		padding: 8.75vw 0;
		border-radius: 8px;
		border-radius: 2.5vw;
	}
	.modal_tokyoarea .modal_tokyoarea_txt{
		font-size: 12px;
		font-size: 3.75vw;
		line-height: 1.55;
	}
	/* modal_content_left */
	.modal_content_left .modal_tokyoarea_cont{
		padding: 20px;
	}
}
