@charset "euc-jp";
/* ----------------------
 * common
 *---------------------- */
* {
	margin: 0;
	padding: 0;
}
img {
	border: 0px;
	vertical-align: bottom;
}
body {
	color: #170900;
	text-align: center;
	font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	background: #000 url(../images/common/top_title_bg2.jpg) no-repeat center top;
	background-attachment: fixed;
	word-break: break-all;
}
.tab-nav {
	display: flex;
    justify-content: center;
}
.tab-item {
	width: 390px;
	height: 180px;
	background: none;
	border: none;
	cursor: pointer;
	outline: none;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.tab-item.active {
    pointer-events: none;
}
.tab-item:nth-of-type(1) { background-image: url('../images/top/tab1-bg-inactive.png'); }
.tab-item:nth-of-type(1).active { background-image: url('../images/top/tab1-bg-active.png'); }
.tab-item:nth-of-type(2) { background-image: url('../images/top/tab2-bg-inactive.png'); }
.tab-item:nth-of-type(2).active { background-image: url('../images/top/tab2-bg-active.png'); }
.tab-panel[hidden] {
	display: none;
}
.tab-item:hover { filter: brightness(1.3); }
.tab-item.active:hover {
    filter: none;
}
.tab-panel {
    margin: 10px 38px 30px;
    background: #fff;
    box-sizing: border-box;
    border: transparent 56px solid;
    border-image: url("../images/common/res_type2_border1.png") 235 stretch;
    box-shadow: 0 0 7px 20px #fff,0 0 20px 14px #c80;
    overflow: hidden;
    border-image-outset: 18px;
}
.tab-text {
    clear: both;
    padding: 11px 0 0;
    background-image: linear-gradient(transparent 5%,var(--bgcolor) 100%);
}
.tab-text p {
    font-size: 30px;
}
.padding0 {
	padding: 0 !important;
}
.padding1 {
	padding: 0 0 16px !important;
}
#contents_title,
#contents_title_excite {
}
.contents_bg {
	width: 100%;
	background-repeat: repeat-y;
	background-position: center top;
	background-image: url(../images/common/main_bg.png);
	overflow: hidden;
}
.contents_bg * {
    box-sizing: border-box;
}
.wrapper {
	width: 920px;
	margin: 0 auto;
}
.footer_img {
	height: 60px;
}
.link_box {
	width: 520px;
	float: left;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 10px;
}
.link_box2 {
	width: 390px;
	float: left;
	margin-bottom: 10px;
}
.link_box3 {
	width: 535px;
	float: left;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-left: 5px;
}
.link_box4 {
	width: 535px;
	float: left;
	text-align: left;
	margin-bottom: 10px;
	padding-left: 5px;
	margin-top: 5px;
}
.menu_img {
	display: block;
	width: 610px;
	min-height: 60px;
	float: left;
	padding: 0 0 10px 10px;
	font-size: 140%;
}
.cate_main_box .menu_img {
	width: 580px;
}
.i_sub7_menu_bg .menu_img,
.i_menu_bg .menu_img{
	width: 560px;
}
.inp_menu_bg .menu_img {
	width: 580px;
}
.cate_gototop {
	width: 820px;
	text-align: right;
	margin: 0 0 20px;
}
/* ----------------------
 * common
 *---------------------- */

/* ----------------------
 * pankuzu
 *---------------------- */
.pan_box {
	text-align: left;
	padding-left: 40px;
	margin-top: 22px;
	padding-right: 40px;
}
.pan_box2 {
	text-align: left;
	padding-left: 40px;
	margin-bottom: 10px;
	padding-right: 40px;
}
ol.pan_list li{
	display: inline;
}
/* ----------------------
 * pankuzu
 *---------------------- */

/* ----------------------
 * background
 *---------------------- */
.top_bg {
	width: 100%;
	margin: -1px auto;
	background: url(../images/top/top_bg.png) center top no-repeat;
}
.top_bg2 {
	width: 100%;
	margin: -1px auto;
	background: url(../images/top/top_bg.png) center top no-repeat;
}
/* ----------------------
 * background
 *---------------------- */



/* ----------------------
 * header
 *---------------------- */
.header,
.header_excite {
	max-width: 100%;
	margin: -2px auto;
	background: url(../images/top/top_title_bg.png) center top no-repeat;
}
.header h1,
.header_excite h1 {
	max-width: 990px;
	margin: 0 auto;
}
.header h1 {background: url(../images/top/top_title.png) center top no-repeat;}
.header_excite h1 {background: url(../images/top/top_title_excite.png) center top no-repeat;}
/* ----------------------
 * header
 *---------------------- */
/* ----------------------
 * head_btn
 *---------------------- */
.head_btn_box {
	display: flex;
	width: 990px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
.head_btn_box a {
	display: flex;
	width: 33.33333%;
}
.head_btn1 {
	display: block;
	width: 100%;
	height: 160px;
}
/* ----------------------
 * head_btn
 *---------------------- */


 
/* ----------------------
 * title
 *---------------------- */
.top_title, .top_title_nifty, .top_title_sonet, .top_title_biglobe, .top_title_rakuten {
	width: 990px;
	height: 500px;
	margin: 0 auto;
	text-align:	center;
}
.top_title span,
.top_title_nifty span,
.top_title_sonet span,
.top_title_biglobe span,
.top_title_rakuten span {
	position:relative;
	z-index:-1;
	font-size: 0;
}
/* ----------------------
 * title
 *---------------------- */



/* ----------------------
 * images
 *---------------------- */
.top_img1 {
}
/* ----------------------
 * images
 *---------------------- */



/* ----------------------
 * icon
 *---------------------- */
.icon0 {background-image: url(../images/common/icon0.png)}
.icon1 {background-image: url(../images/common/icon1.png)}
.icon2 {background-image: url(../images/common/icon2.png)}
.icon3 {background-image: url(../images/common/icon3.png)}
.icon4 {background-image: url(../images/common/icon4.png)}
.icon5 {background-image: url(../images/common/icon5.png)}
.icon6 {background-image: url(../images/common/icon6.png)}
.icon7 {background-image: url(../images/common/icon7.png)}
.icon8 {background-image: url(../images/common/icon8.png)}
.icon9 {background-image: url(../images/common/icon9.png)}
.icon10 {background-image: url(../images/common/icon10.png)}
.icon11 {background-image: url(../images/common/icon11.png)}
.icon12 {background-image: url(../images/common/icon12.png)}
.icon13 {background-image: url(../images/common/icon13.png)}
.icon14 {background-image: url(../images/common/icon14.png)}
.icon15 {background-image: url(../images/common/icon15.png)}
.icon16 {background-image: url(../images/common/icon16.png)}
.icon17 {background-image: url(../images/common/icon17.png)}
.icon18 {background-image: url(../images/common/icon18.png)}
.icon19 {background-image: url(../images/common/icon19.png)}
.icon20 {background-image: url(../images/common/icon20.png)}
.icon21 {background-image: url(../images/common/icon21.png)}
.icon22 {background-image: url(../images/common/icon22.png)}
.icon23 {background-image: url(../images/common/icon23.png)}
.icon24 {background-image: url(../images/common/icon24.png)}
.icon25 {background-image: url(../images/common/icon25.png)}
.icon26 {background-image: url(../images/common/icon26.png)}
.icon27 {background-image: url(../images/common/icon27.png)}
.icon28 {background-image: url(../images/common/icon28.png)}
.icon29 {background-image: url(../images/common/icon29.png)}
.icon30 {background-image: url(../images/common/icon30.png)}
.icon31 {background-image: url(../images/common/icon31.png)}
.icon32 {background-image: url(../images/common/icon32.png)}
.icon33 {background-image: url(../images/common/icon33.png)}
.icon34 {background-image: url(../images/common/icon34.png)}
.icon35 {background-image: url(../images/common/icon35.png)}
.icon36 {background-image: url(../images/common/icon36.png)}
.icon37 {background-image: url(../images/common/icon37.png)}
.icon38 {background-image: url(../images/common/icon38.png)}
.icon39 {background-image: url(../images/common/icon39.png)}
.icon40 {background-image: url(../images/common/icon40.png)}

[class^="icon"]{
	width: 90px;
	height: 90px;
	background-size: 80px;
	background-repeat: no-repeat;
	float: left;
}
/* ----------------------
 * icon
 *---------------------- */



/* ----------------------
 * price
 *---------------------- */
.price_box {
	text-align: right;
	clear: both;
}
.price_box2 {
	text-align: right;
}
.price_box3 {
	text-align: right;
	margin-bottom: 10px;
}
/* ----------------------
 * price
 *---------------------- */



/* ----------------------
 * menu_button
 *---------------------- */
.Layer1,.Layer2,.Layer3 {
	width: 280px;
	height: 50px;
	float: left;
}
.Layer4 {
	display: none;
}
.btn_box {
	width: 840px;
	height: 50px;
	margin: 0 auto;
	padding: 0 0 3px;
	text-align:	center;
}
/* ----------------------
 * menu_button
 *---------------------- */



/* ----------------------
 * free_info
 *---------------------- */
.free_info_top {
	width: 600px;
	height: 50px;
	margin: 30px auto 0;
	background: url(../images/top/free_info_top.gif) no-repeat;
}
.free_info_bg {
}
.free_info_box {
	width: 780px;
	margin: 20px auto 0;
	text-align: center;
	display: none;
}
.free_menu1.free_info_box {
    display: block;
    padding: 8px 0 0;
}
.free_menu1.free_info_box a.link_free_top {
    color:#df9;
    display: block;
}
.free_menu1.free_info_box a.link_free_top:hover {
    color:#fff;
}

.free_menu2.free_info_box {
    display: block;
    padding: 8px 0 0;
	position: relative;
	z-index: 2;
}
.free_menu2.free_info_box strong {
	display: block;
	font-size: 156%;
	padding: 16px 0 0;
	color: #df0;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
.free_menu2.free_info_box a.link_free_top {
    color:#ff6;
    display: inline-block;
}
.free_menu2.free_info_box a.link_free_top:hover {
    color:#fff;
}
.second_menu > .free_info_box {
	margin: 0 auto;
}
.text_menu {
	margin: -16px 0 0;
}
.text_menu > .free_info_box {
	margin: 8px auto;
	display: block;
}
/* ----------------------
 * free_info
 *---------------------- */
 
 

/* ----------------------
 * head_info
 *---------------------- */
.head_info {
}
.head_info2 {
	width: 960px;
	height: 160px;
	margin: -10px -60px 0;
	background: url(../images/top/head_info2.png) no-repeat;
	display: none;
}
/* ----------------------
 * head_info
 *---------------------- */

 
 /* ----------------------
 * spe_info
 *---------------------- */
.spe_info_box {
	margin: 30px 60px 0;
	text-align: center;
	font-weight: bold;
	font-size: 125%;
}
/* ----------------------
 * spe_info
 *---------------------- */



/* ----------------------
 * Yahoo
 *---------------------- */
.ya_info_top {
	width: 638px;
	height: 40px;
	margin: 28px auto 6px;
	background: url(../images/top/ya_info_top.gif) no-repeat;
}
.ya_info_box {
	text-align: left;
	margin: 0 90px -2px;
}
.ya_text_box {
	width: 740px;
	text-align: center;
	margin: 0 auto;
}
/* ----------------------
 * Yahoo
 *---------------------- */



/* ----------------------
 * discount_info
 *---------------------- */
.discount_info_box {
	margin: 24px 20px 10px;
	text-align: center;
	clear: both;
}
.discount_text {
	display: block;
	width: 340px;
	height: 40px;
	margin: 0 auto -5px;
	background: url(../images/top/discount_info_top.gif) no-repeat;
}
/* ----------------------
 * discount_info
 *---------------------- */


/* ----------------------
 * signboard
 *---------------------- */
/*_no-repeat-parts_*/
.at_top,
.free_top,
.ichi2_top,
.ichi_top,
.inp_balloon2_img,
.inp_balloon_img,
.inp_top_my_top,
.inp_top_you_top,
.month_bt,
.month_sub_top,
.month_top,
.new2_bt,
.new2_top,
.new_anim1_top,
.new_bt,
.new_sub_top,
.new_top,
.pack_bt,
.pack_top,
.review_bt,
.review_top,
.spe2_bt,
.spe2_sub_top,
.spe2_top,
.spe_top,
.tab_sub_top,
.tab_top {
	width: 920px;
	margin: -1px auto;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.at_top {background-image: url('../images/top/at_top.jpg'); height: 744px;}
.free_top {background-image: url('../images/top/free_top.png'); height: 140px;}
.ichi2_top {background-image: url('../images/top/ichi2_top.jpg'); height: 249px;}
.ichi_top {background-image: url('../images/top/ichi_top.jpg'); height: 249px;}
.inp_balloon2_img {background-image: url('../images/top/inp_balloon2_img.jpg'); height: 470px;}
.inp_balloon_img {background-image: url('../images/top/inp_balloon_img.jpg'); height: 470px;}
.inp_top_my_top {background-image: url('../images/top/inp_top_my_top.jpg'); height: 90px;}
.inp_top_you_top {background-image: url('../images/top/inp_top_you_top.jpg'); height: 90px;}
.month_bt {background-image: url('../images/top/month_bt.jpg'); height: 50px;}
.month_sub_top {background-image: url('../images/top/month_sub_top.jpg'); height: 310px;}
.month_top {background-image: url('../images/top/month_top.jpg'); height: 733px;}
.new2_bt {background-image: url('../images/top/new2_bt.jpg'); height: 110px;}
.new2_top {background-image: url('../images/top/new2_top.jpg'); height: 249px;}
.new_anim1_top {background-image: url('../images/top/new_anim1_top.png'); height: 767px;}
.new_bt {background-image: url('../images/top/new_bt.jpg'); height: 110px;}
.new_sub_top {background-image: url('../images/top/new_sub_top.jpg'); height: 134px;}
.new_top {background-image: url('../images/top/new_top.jpg'); height: 249px;}
.pack_bt {background-image: url('../images/top/pack_bt.jpg'); height: 120px;}
.pack_top {background-image: url('../images/top/pack_top.jpg'); height: 700px;}
.review_bt {background-image: url('../images/top/review_bt.jpg'); height: 120px;}
.review_top {background-image: url('../images/top/review_top.jpg'); height: 329px;}
.spe2_bt {background-image: url('../images/top/spe2_bt.jpg'); height: 120px;}
.spe2_sub_top {background-image: url('../images/top/spe2_sub_top.jpg'); height: 150px;}
.spe2_top {background-image: url('../images/top/spe2_top.jpg'); height: 700px;}
.spe_top {background-image: url('../images/top/spe_top.jpg'); height: 302px;}
.tab_sub_top {background-image: url('../images/top/tab_sub_top.png'); height: 228px;}
.tab_top {background-image: url('../images/top/tab_top.jpg'); height: 778px;}
/*_no-repeat-parts_*/

/*_repeat-y-parts_*/
.at_bg,
.free_bg,
.ichi_bg,
.intro_bg,
.month_bg,
.new_bg,
.pack_bg,
.review_bg,
.spe2_bg {
	width: 920px;
	margin: -3px auto;
	background-repeat: repeat-y;
	background-size: 100%;
}
.at_bg {background-image: url('../images/top/at_bg.jpg')}
.intro_bg {background-image: url('../images/top/intro_bg.jpg')}
.month_bg {background-image: url('../images/top/month_bg.jpg')}
.new_bg {background-image: url('../images/top/new_bg.jpg')}
.pack_bg {background-image: url('../images/top/pack_bg.jpg')}
.review_bg {background-image: url('../images/top/review_bg.jpg')}
.spe2_bg {background-image: url('../images/top/spe2_bg.jpg')}
/*_repeat-y-parts_*/

/*margin & padding*/
.padding1,
.month_bg {
	padding: 0 0 20px;
}
.margin_spe2 {
	margin: -2px 0 0;
}
.new_sub_top {
    margin: 0 0 10px;
}
/* ----------------------
 * signboard
 *---------------------- */



/* ----------------------
 * pack
 *---------------------- */
.pack_small {
	display:block;
	margin:-4px 0 20px;
	text-align:left;
}
.pack_btn_box1 {
	width: 750px;
	display: flex;
	margin: 0 auto;
	flex-wrap: wrap;
}
.pack_btn_box1 img{
	width: 250px;
	height: 160px;
}
.pack_btn_box1 div:nth-of-type(1) img{
	width: 750px;
	height: 228px;
}
/* ----------------------
 * pack
 *---------------------- */



/* ----------------------
 * new
 *---------------------- */
.new_box {
	width: 710px;
	margin: 0 auto;
	padding: 0 0 20px;
	text-align: left;
}

/*top_animation*/
.ichi_base1_top,
.new_base1_top,
.inp_base1_top {
    position: relative;
}
.ichi_base1_top strong,
.new_base1_top strong,
.inp_base1_top strong{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
}
.anime1.ichi_base1_top strong:nth-of-type(1),
.anime1.new_base1_top strong:nth-of-type(1),
.anime1.inp_base1_top strong:nth-of-type(1){
    animation: fadein 1.0s 0.7s forwards;
}
.anime1.ichi_base1_top strong:nth-of-type(2),
.anime1.new_base1_top strong:nth-of-type(2),
.anime1.inp_base1_top strong:nth-of-type(2){
    animation: glow1 2.5s linear 0.3s forwards;
}
.anime1.ichi_base1_top strong:nth-of-type(3),
.anime1.new_base1_top strong:nth-of-type(3),
.anime1.inp_base1_top strong:nth-of-type(3){
    animation: fadein 1.0s 0.1s forwards;
}
/* ----------------------
 * new
 *---------------------- */


 

/* ----------------------
 * attention
 *---------------------- */
.txt_menu {
	margin:-17px 0 0;
	padding:20px;
	background: linear-gradient(90deg,transparent 0%,rgba(0,0,0,0.5) 20%,rgba(0,0,0,0.5) 80%,transparent 100%);
}
/* ----------------------
 * attention
 *---------------------- */



/* ----------------------
 * free
 *---------------------- */
.free_bg a img {
	width: 100%;
    max-width: 640px;
	margin: 0 auto;
	display: block;
	height: auto;
    aspect-ratio: 64 /25;
}
/* ----------------------
 * free
 *---------------------- */




/* ----------------------
 * month
 *---------------------- */
.month_top {
	display: flex;
	flex-flow: column;
	justify-content: flex-end;
    /*
	padding: 140px 0 0;
	background-image: url(../images/common/res_balloon_mask1.png),url(../images/top/month_top.jpg);
	background-position: center 101%, center top;
	background-repeat: no-repeat, no-repeat;
	background-size: 100%, 100%;
    */
}
.index_balloon1,.index_balloon2,.index_balloon4 {
	padding: 10px;
	text-shadow: 0px 0px 10px rgba(0,0,0,1);
	background: rgba(60,100,20,0.82);
    border-image: url(../images/common/res_balloon_border1.png) stretch;
	border-image-slice: 45 fill;
	border-image-width: 38px;
	border-radius: 14px;
	box-shadow: 0px 0px 10px 4px #fff,0px 0px 10px 4px #ff0;
	box-sizing: border-box;
}
.index_balloon1,.index_balloon4 {
	width: 580px;
	margin: 0 auto 10px 36px;
}
.index_balloon4 {
	display: none;
	position: relative;
	float: none;
	width: 600px;
	margin: 0 20px 0 auto;
}

.index_balloon_p {
	display: block;
	color: #fff;
	font: 26px/160% "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HGP明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	padding: 14px;
	text-indent: -1px;
	text-shadow: 0px 1px 10px #009,0px 1px 10px #009;
	text-align: justify;
}
.index_balloon_p strong {
	font-size: 120%;
    color: #cf9;
}
.month_sub_top {
	margin: 0 0 -10px;
}
.under_line{
	text-decoration: underline;
}
/* ----------------------
 * month
 *---------------------- */




/* ----------------------
 * spe
 *---------------------- */
.spe_bg {
    position: relative;
    width: 920px;
    height: 590px;
    background: url("../images/top/spe_bg.jpg") no-repeat;
    background-size: 100% 100%;
}
.spe_btn_box1,
.spe_btn_box2,
.spe_btn_box3 {
    position: absolute;
    width: 100%;
    top: 10px;
    left: 0;
    display: grid;
    grid-template-columns: 1fr 1fr; /* 均等な2列作成 */
    gap: 20px 160px; /* 上下の間隔 左右の間隔 */
    margin: 0 15px;
	pointer-events: none;
    opacity: 0;
}
.spe_btn_box1.show,
.spe_btn_box2.show,
.spe_btn_box3.show {
    pointer-events: auto;
    opacity: 1;
    animation: fadein_btn 1s forwards;
}
.spe_bg .button {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 8px 0px 8px;
    width: 350px;
    min-height: 125px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0px 0px 0px #000, 0 0 10px #f0f;
    font-size: 38px;
    line-height: 133%;
    letter-spacing: -0.05em;
    border: 2px solid rgba(255,255,255,0.5);
    border-radius: 28px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.29), inset 0px 0px 0px rgba(255, 255, 255, 0.44), 0 0 10px #fff, 0 0 20px 5px #0ff;
    transition: all 0.15s ease;
    cursor: pointer;
    transform: scaleX(0.9);
}
.spe_bg .button:hover {
    filter: brightness(1.5);
}

.spe_bg .cate1 {background: linear-gradient(to bottom, #b489 0%, #724 100%);}
.spe_bg .cate2 {background: linear-gradient(to bottom, #3a99 0%, #386 100%);}
.spe_bg .cate3 {background: linear-gradient(to bottom, #63d9 0%, #329 100%);}
.spe_bg .cate4 {background: linear-gradient(to bottom, #47d9 0%, #359 100%);}
.spe_bg .cate5 {background: linear-gradient(to bottom, #84b9 0%, #629 100%);}
.spe_bg .cate6 {background: linear-gradient(to bottom, #b419 0%, #621 100%);}
.spe_bg .next {background: linear-gradient(to bottom, #36c9 0%, #248 100%);}

/* ----------------------
 * spe
 *---------------------- */








/* ----------------------
 * category_button
 *---------------------- */
a.navi1 {
	background: url(../images/top/navi1.jpg) no-repeat;
	float: left;
	width: 260px;
	height: 90px;
}
a.navi2 {
	background: url(../images/top/navi2.jpg) no-repeat;
	float: left;
	width: 260px;
	height: 90px;
}
a.navi3 {
	background: url(../images/top/navi3.jpg) no-repeat;
	float: left;
	width: 260px;
	height: 90px;
}
/*-----------------------*/
a.navi1:hover, a.navi2:hover, a.navi3:hover, a.navi4:hover {
	background-position: bottom;
}
/*-----------------------*/

.Layer5 {
	width: 260px;
	height: 90px;
	float: left;
}
.Layer6 {
	width: 260px;
	height: 90px;
	float: left;
}
.Layer7 {
	width: 260px;
	height: 90px;
	float: left;
}
.navi_box {
	width: 780px;
	height: 100px;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 0px;
	text-align: center;
}
.navi_box2 {
	width: 840px;
	height: 100px;
	margin: 0 auto;
	text-align: center;
}
/* ----------------------
 * category_button
 *---------------------- */



/* ----------------------
 * category 1
 *---------------------- */
.cate_top1 {
	width: 920px;
	height: 210px;
	margin: 0 0 -1px;
	background: url(../images/top/cate_top1.jpg) no-repeat;
	background-size: 100% 100%;
}
.cate_sp_top1 {
	width: 920px;
	height: 60px;
	background: url(../images/top/cate_sp_top1.jpg) no-repeat;
	background-size: 100% 100%;
}
.cate_sp_bg1 {
	width: 920px;
	margin: -3px 0;
	background: url(../images/top/cate_sp_bg1.jpg) repeat-y;
	background-size: 100%;
}
.cate_sp_bt1 {
	width: 920px;
	height: 50px;
	background: url(../images/top/cate_sp_bt1.jpg) no-repeat;
	background-size: 100% 100%;
}
.cate_bg1 {
	width: 920px;
	margin: -3px auto;
	background: url(../images/top/cate_bg1.jpg) repeat-y;
	background-size: 100%;
}
.cate_bt1 {
	width: 920px;
	height: 120px;
	background: url(../images/top/cate_bt1.jpg) no-repeat;
	background-size: 100% 100%;
}
/* ----------------------
 * category 1
 *---------------------- */



/* ----------------------
 * category 2
 *---------------------- */
.cate_top2 {
	width: 920px;
	height: 210px;
	margin: 0 0 -1px;
	background: url(../images/top/cate_top2.jpg) no-repeat;
	background-size: 100% 100%;
}
.cate_sp_top2 {
	width: 920px;
	height: 60px;
	background: url(../images/top/cate_sp_top2.jpg) no-repeat;
	background-size: 100% 100%;
}
.cate_sp_bg2 {
	width: 920px;
	margin: -3px 0;
	background: url(../images/top/cate_sp_bg2.jpg) repeat-y;
	background-size: 100%;
}
.cate_sp_bt2 {
	width: 920px;
	height: 50px;
	background: url(../images/top/cate_sp_bt2.jpg) no-repeat;
	background-size: 100% 100%;
}
.cate_bg2 {
	width: 920px;
	margin: -3px auto;
	background: url(../images/top/cate_bg2.jpg) repeat-y;
	background-size: 100%;
}
.cate_bt2 {
	width: 920px;
	height: 120px;
	background: url(../images/top/cate_bt2.jpg) no-repeat;
	background-size: 100% 100%;
}
/* ----------------------
 * category 2
 *---------------------- */



/* ----------------------
 * category 3
 *---------------------- */
.cate_top3 {
	width: 920px;
	height: 210px;
	margin: 0 0 -1px;
	background: url(../images/top/cate_top3.jpg) no-repeat;
	background-size: 100% 100%;
}
.cate_sp_top3 {
	width: 920px;
	height: 60px;
	background: url(../images/top/cate_sp_top3.jpg) no-repeat;
	background-size: 100% 100%;
}
.cate_sp_bg3 {
	width: 920px;
	margin: -3px 0;
	background: url(../images/top/cate_sp_bg3.jpg) repeat-y;
	background-size: 100%;
}
.cate_sp_bt3 {
	width: 920px;
	height: 50px;
	background: url(../images/top/cate_sp_bt3.jpg) no-repeat;
	background-size: 100% 100%;
}
.cate_bg3 {
	width: 920px;
	margin: -3px 0;
	background: url(../images/top/cate_bg3.jpg) repeat-y;
	background-size: 100%;
}
.cate_bt3 {
	width: 920px;
	height: 120px;
	background: url(../images/top/cate_bt3.jpg) no-repeat;
	background-size: 100% 100%;
}
/* ----------------------
 * category 3
 *---------------------- */
 

 


/* ----------------------
 * category_common
 *---------------------- */
.cate_main_box {
	width: 100%;
	text-align: left;
	margin: 0 auto;
}
.cate_main_box h4 {
	margin: 0 0 14px;
}
.cate_sp_box {
	margin: 0 120px;
	text-align: left;
}
.cate_sp_box2 {
    width: 680px;
	margin: 0 auto;
	text-align: left;
}
.cate_list_box1 {
	width: 420px;
	text-align: left;
	padding-left: 107px;
	float: left;
}
.cate_list_box2 {
	width: 404px;
	text-align: left;
	padding-left: 80px;
	float: left;
}
.space_img1 {
}
.cate_list_box1 p, .cate_list_box2 p, .cate_list_box3 p, .cate_list_box4 p, .cate_list_box5 p, .cate_list_box6 p {
	margin-right: 5px;
}
/* double_box------ */
.cate_list_top1 {
	width: 920px;
	height: 40px;
	margin: 0 0 -2px;
	background: url(../images/top/cate_list_top1.jpg) no-repeat;
	background-size: 100% 100%;
}
.cate_list_bg1 {
	width: 920px;
	margin: 0 auto -2px;
	background: url(../images/top/cate_list_bg1.jpg) repeat-y;
	background-size: 100%;
}
.cate_list_bt1 {
	width: 920px;
	height: 40px;
	background: url(../images/top/cate_list_bt1.jpg) no-repeat;
	background-size: 100% 100%;
}
.cate_list_top3 {
	width: 920px;
	height: 40px;
	margin: 0 0 -2px;
	background: url(../images/top/cate_list_top3.jpg) no-repeat;
	background-size: 100% 100%;
}
.cate_list_bg3 {
	width: 920px;
	margin: 0 auto -2px;
	background: url(../images/top/cate_list_bg3.jpg) repeat-y;
	background-size: 100%;
}
.cate_list_bt3 {
	width: 920px;
	height: 40px;
	background: url(../images/top/cate_list_bt3.jpg) no-repeat;
	background-size: 100% 100%;
}
.cate_list_top5 {
	width: 920px;
	height: 40px;
	margin: 0 0 -2px;
	background: url(../images/top/cate_list_top5.jpg) no-repeat;
	background-size: 100% 100%;
}
.cate_list_bg5 {
	width: 920px;
	margin: 0 auto -2px;
	background: url(../images/top/cate_list_bg5.jpg) repeat-y;
	background-size: 100%;
}
.cate_list_bt5 {
	width: 920px;
	height: 40px;
	background: url(../images/top/cate_list_bt5.jpg) no-repeat;
	background-size: 100% 100%;
}
/* double_box------ */

/* single_box------ */
.cate_list_top2 {
	width: 460px;
	height: 40px;
	margin: 0 0 -2px;
	background: url(../images/top/cate_list_top1.jpg) no-repeat;
	background-size: 200% 100%;
}
.cate_list_bg2 {
	width: 460px;
	margin: 0 auto -2px 0;
	background: url(../images/top/cate_list_bg1.jpg) repeat-y;
	background-size: 200%;
}
.cate_list_bt2 {
	width: 460px;
	height: 40px;
	margin: 0 0 -2px;
	background: url(../images/top/cate_list_bt1.jpg) no-repeat;
	background-size: 200% 100%;
}
.cate_list_top4 {
	width: 460px;
	height: 40px;
	margin: 0 0 -2px;
	background: url(../images/top/cate_list_top3.jpg) no-repeat;
	background-size: 200% 100%;
}
.cate_list_bg4 {
	width: 460px;
	margin: 0 auto -2px 0;
	background: url(../images/top/cate_list_bg3.jpg) repeat-y;
	background-size: 200%;
}
.cate_list_bt4 {
	width: 460px;
	height: 40px;
	margin: 0 0 -2px;
	background: url(../images/top/cate_list_bt3.jpg) no-repeat;
	background-size: 200% 100%;
}
.cate_list_top6 {
	width: 460px;
	height: 40px;
	margin: 0 0 -2px;
	background: url(../images/top/cate_list_top5.jpg) no-repeat;
	background-size: 200% 100%;
}
.cate_list_bg6 {
	width: 460px;
	margin: 0 auto -2px 0;
	background: url(../images/top/cate_list_bg5.jpg) repeat-y;
	background-size: 200%;
}
.cate_list_bt6 {
	width: 460px;
	height: 40px;
	margin: 0 0 -2px;
	background: url(../images/top/cate_list_bt5.jpg) no-repeat;
	background-size: 200% 100%;
}
/* single_box------ */
/* ----------------------
 * category_common
 *---------------------- */



/* ----------------------
 * campaign
 *---------------------- */
.campaign_tokuten_box {
	margin: 0 110px;
	text-align: center;
}
/* ----------------------
 * campaign
 *---------------------- */

/*---------------------------
 * review
 *---------------------------*/
.review_top {
	width: 920px;
	height: 329px;
	margin: 0 auto -2px;
	background: url(../images/top/review_top.jpg) no-repeat;
	background-size: 100% 100%;
}
.review_bg {
	width: 920px;
	margin: 0 auto -2px;
	background: url(../images/top/review_bg.jpg) repeat-y;
	background-size: 100%;
	line-height: 180%;
}
.review_bt {
	width: 920px;
	height: 100px;
	margin: -20px auto -1px;
	background: url(../images/top/review_bt.jpg) no-repeat;
	background-size: 100% 100%;
}
.review_text {
	font: 100%/150% "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	margin: 10px 0 0;
	text-align: left;
}
.review_text2 {
	font: 120%/160% "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	display: block;
	color: #993377;
	font-weight: 500;
	margin: 0 100px;
	letter-spacing: -0.05em;
	text-align: left;
}
.review_text2:nth-of-type(odd) {
	color: #B70066;
}
.review_text3 {
	font: bold 130%/200% "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-weight:  bold;
	text-align: left;
	margin: 0 100px;
    padding: 0 0 16px;
}
.review_text3 a:hover {
	text-decoration: none;
}
/*---------------------------
 * review
 *---------------------------*/





/* ----------------------
 * intro
 *---------------------- */
.intro_top {
	width: 920px;
	height: 278px;
    margin: 0 auto -1px;
	background: url(../images/common/intro_top.jpg) no-repeat;
	background-size: 100% 100%;
}
.intro_bg {
	width: 840px;
	background: url(../images/common/intro_bg.jpg) repeat-y;
	background-size: 100%;
	margin: 0 auto -2px;
	text-align: left;
}
.intro_bt {
	width: 840px;
	height: 60px;
	background: url(../images/common/intro_bt.jpg) no-repeat;
	background-size: 100% 100%;
	margin: 18px auto -1px;
	clear: both;
}
.intro_top2 {
	width: 780px;
	height: 150px;
	margin: 0 auto -1px;
	background: url(../images/common/intro_top2.jpg) no-repeat;
	background-size: 100% 100%;
}
.intro_top3 {
	width: 780px;
	height: 150px;
	margin: 0 auto -1px;
	background: url(../images/common/intro_top3.jpg) no-repeat;
	background-size: 100% 100%;
	display: block;
}
.intro_top4 {
	width: 780px;
	height: 150px;
	margin: 10px auto -1px;
	background: url(../images/common/intro_top4.jpg) no-repeat;
	background-size: 100% 100%;
	display: block;
}
.intro_box {
	margin: 0 60px;
}
.intro_box2 {
	margin: 0 auto;
	width: 720px;
}
.intro_box3 {
	margin: 0;
	float: left;
	width: 350px;
	padding-top: 20px;
}
.intro_img1 {
	display: block;
	width: 780px;
	margin: 0 auto;
}
.intro_img2 {
	display: block;
	width: 780px;
	margin: 0 auto;
}
.intro_img3 {
	display: block;
	width: 780px;
	margin: 0 auto;
}
.intro_img4 {
	display: block;
	width: 840px;
	height: 482px;
	margin: 0 auto;
}
.intro_img5 {
	display: block;
	width: 420px;
	height: 358px;
	margin: 0 auto;
	float: left;
}
.intro_img6 {
	float: left;
	width: 430px;
	height: 340px;
}
.intro_menu_box {
	width: 600px;
	margin: 0 auto;
	padding: 20px 0;
}
/* ----------------------
 * intro
 *---------------------- */




/* ----------------------
 * intro2
 *---------------------- */
.intro2_img {
	display: none;
}
/* ----------------------
 * intro2
 *---------------------- */
 





/* ----------------------
 * form
 *---------------------- */
.inp_my_top {
	width: 920px;
	height: 170px;
	display: block;
	background: url(../images/common/inp_my_top.jpg) no-repeat;
	background-size: 100% 100%;
	margin: 0 auto -1px;
}
.tab-panel .inp_my_top,
.spe2_bg .inp_my_top,
.pack_bg .inp_my_top {
	display: block;
	width: 560px;
	height: 90px;
	margin: -1px auto 16px;
	background: url(../images/common/inp_top_my_top.jpg) no-repeat;
	background-size: 100% 100%;
}
.inp_you_top {
	width: 920px;
	height: 130px;
	display: block;
	background: url(../images/common/inp_you_top.jpg) no-repeat;
	background-size: 100% 100%;
	margin: 0 auto 18px;
}

.tab-panel .inp_you_top,
.spe2_bg .inp_you_top,
.pack_bg .inp_you_top {
	display: block;
	width: 560px;
	height: 90px;
	margin: -1px auto 16px;
	background: url(../images/common/inp_top_you_top.jpg) no-repeat;
	background-size: 100% 100%;
}
.inp_form_bg {
	width: 920px;
	margin: 0 0 -1px;
	background: url(../images/common/inp_form_bg.jpg) repeat-y;
}
.inp_form_bt {
	width: 920px;
	height: 130px;
	margin: 0 0 30px;
	background: url(../images/common/inp_form_bt.jpg) no-repeat;
	background-size: 100% 100%;
}
.inp_form_box {
	width: 650px;
	margin: 0 auto;
	text-align: left;
	margin-bottom: 10px;
}
.inp_form_box1 {
	margin: 0 80px 30px;
	text-align: left;
	width: 710px;
}
.inp_form_box2 {
	width: 710px;
	float: left;
	text-align: left;
}
.inp_form_box3 {
	text-align: left;
	margin: 0px 0 0 120px;
	float: left;
}
.nickname_box1 {
    width: 160px;
    float: left;
}
.nickname_box2 {
    width: 480px;
    text-align: left;
    float: left;
}
.birth_box1 {
    width: 160px;
    float: left;
}
.birth_box2 {
    width: 470px;
    text-align: left;
    float: left;
}

.inp_form_title1 {background-image: url(../images/common/inp_form_title1.png)}
.inp_form_title2 {background-image: url(../images/common/inp_form_title2.png)}
.inp_form_title3 {background-image: url(../images/common/inp_form_title3.png)}
.inp_form_title4 {background-image: url(../images/common/inp_form_title4.png)}
.inp_form_title5 {background-image: url(../images/common/inp_form_title5.png)}
.inp_form_title6 {background-image: url(../images/common/inp_form_title6.png)}
.inp_form_title7 {background-image: url(../images/common/inp_form_title7.png)}
.inp_form_title8 {background-image: url(../images/common/inp_form_title8.png)}
.inp_form_title9 {background-image: url(../images/common/inp_form_title9.png)}
[class^="inp_form_title"]{
	width: 160px;
	height: 40px;
	margin: -4px 0 0;
	background-size: 100%;
	background-repeat: no-repeat;
	float: left;
}

.inp_form_title6,.inp_form_title8 {
	width: 120px;
	height: 40px;
}
.inp_form_title7,.inp_form_title9 {
	width: 120px;
	height: 40px;
}

.nickname_in {
	font-size: 174%;
	width: 300px;
}
.yymmdd_in {
	font-size: 124%;
	width: 160px;
	height: 32px;
}
.yymmdd_in2 {
	font-size: 124%;
	height: 32px;
}
.m_year {
	width: 160px;
}
.m_month,.m_day {
	width: 100px;
}
.hhmm_in {
	font-size: 124%;
	width: 100px;
	height: 32px;
}
.birthplace_in {
	font-size: 124%;
	width: 140px;
	height: 32px;
}
.inp_gender_box {
	float: left;
	width: 150px;;
	margin: 5px 0 0 10px;
}
.gender_in {
	font-size: 124%;
	width: 170px;
	height: 32px;
	margin: 0 0 10px;
}
/* ----------------------
 * form
 *---------------------- */




/* ----------------------
 * button
 *---------------------- */
.inp_btn, .inp_btn_free {
	width: 360px;
	height: 180px;
}
.inp_btn2 {
	width: 540px;
	height: 210px;
}
#second_form {
	margin-bottom: 30px;
}
img.inp_top_btn_free, img.inp_top_btn {
	width: 300px;
	height: auto;
}
.inp_top_btn_free {
	float: left;
	margin-bottom: 20px;
}
.inp_top_btn {
	float: right;
	margin-bottom: 20px;
}
.inp_btn_box {
	width: 640px;
	margin: 20px auto 0 auto;
}
.inp_top_box .inp_btn_box,
.inp_form_bg .inp_btn_box {
	float: left;
	width: 360px;
	height: 180px;
}
.inp_btn_box2 {
	max-width: 760px;
	margin: 0 auto;
	clear: both;
}
.inp_form_bg .inp_btn_box2 {
	margin: 0px 70px;
}
.inp_btn_box3 {
	margin: 10px auto -1px auto;
	text-align: center;
}
.i_rec_bg .inp_btn_box3 {
	margin: 0;
	padding: 40px 0 0;
	text-align: center;
}
.inp_btn_box4 {
	margin: 20px 100px;
	text-align: center;
}
.res_rec_bg .inp_btn_box4 {
	margin: 20px 100px 0;
	text-align: center;
}
.inp_btn_box5 {
	margin-top: 20px;
}
.inp_btn_box6 {
	margin-left: 100px;
}
.inp_btn_box7 {
	width: 540px;
	height: 210px;
	margin: 0 auto;
}
.inp_top_box {
	margin: 0 auto;
}
/* ----------------------
 * button
 *---------------------- */





/* ----------------------
 * motif_sample
 *---------------------- */
.res_type_none,
.i_type_none{
	display: none;
}
div.i_type2_sample1,
div.i_type2_sample2,
div.i_type2_sample3 {
	display: block;
    position: absolute;
	width: 100%;
	height: 600px !important;
	top: 0 !important;
	left: 0;
	opacity: 1 !important;
	z-index: 9;
	background: url(../images/top/intro_type5_sample.png) center top no-repeat;
	background-size: 600px !important;
}
div.i_type2_sample2{
	width: 780px;
	top: -24px !important;
}

.i_info_p4,
.i_info_p5 {
	width: 740px;
	color: #fea;
	background: none;
	font-size: 150%;
	line-height: 150%;
	margin: 0 auto;
	padding: 14px 0 4px;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HGP明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	/*text-shadow: 0 0 25px #f0f, 0 0 20px #f0f;*/
}
.i_info_p5 strong,
.i_info_p5 span{
	color: #ff3;
	font-size:120%;
	font-weight: inherit;
	text-shadow: 0 0 10px #f00,0 0 10px #f00,0 0 10px #f00;
}







/* ----------------------
 * intro_i_balloon
 *---------------------- */
.free_scroll_box {
	display:none;
	overflow:hidden;
}
.i_info_p2 {background-image: url("../images/common/res_info_p2_left.png"), url("../images/common/res_info_p2_right.png"),url("../images/common/res_info_p2.jpg");}
.i_info_p2.color2 {background-image: url("../images/common/res_info_p2_left.png"), url("../images/common/res_info_p2_right.png"),url("../images/common/res_info_p2_color2.jpg");}
.i_info_p2.color3 {background-image: url("../images/common/res_info_p2_left.png"), url("../images/common/res_info_p2_right.png"),url("../images/common/res_info_p2_color3.jpg");}
.i_info_p2 {
	width: 840px;
	margin: 0 auto -1px;
	padding: 40px 60px 34px;
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-position: left center, right center, center center;
	background-size: auto 100%, auto 100%, 100% 100%;
    font-size: 150%;
	font-feature-settings: 'palt';
	box-sizing: border-box;
	min-height: 160px;
	display: flex;
	align-items: center;
	justify-content: center;
    word-break: auto-phrase;
}
.i_info_p2 strong {
	color: #fff;
	font-size: 155%;
	line-height: 116%;
	text-shadow: 0 0 10px #c0a, 0 0 10px #c0a, 0 0 10px #c0a, 0 0 10px #c0a, 0 0 10px #c0a;
}
.i_info_p2.free_result_title1 {
	position: relative;
	padding: 34px 20px 34px;
	background-position: center -18%, center 118%, center center;
	background-size: 100% auto, 100% auto, 100% calc(100% - 30px);
}
.i_info_p2 strong strong{
	color: #ff0;
	display: block;
}
.i_info_p5 {
	width: 790px;
	color: #fff;
	background: none;
	font-size: 140%;
	line-height: 138%;
	margin: 10px auto 20px;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HGP明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	text-shadow: 0 0 5px #f6f, 0 0 10px #069, 0 0 20px #069;
	text-align: justify;
	box-shadow: 0px 0px 10px #c6f;
	border-radius: 14px;
	padding: 10px;
	background: rgba(80,30,120,0.5);
}
.i_info_p5 strong {
	color: #ff0;
	font-size:110%;
}
.i_info_sub1 {
	display: block;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	color: #eef;
	width: 840px;
	min-height: 30px;
	margin: 0px auto -5px;
	text-align: center;
	letter-spacing: -0.05em;
	font-size: 180%;
	padding: 60px 20px 54px;
	background-image: linear-gradient(90deg,rgba(0,0,0,1),rgba(0,0,0,0),rgba(0,0,0,0),rgba(0,0,0,1)),url(../images/common/res_info_p1_before.jpg), url(../images/common/res_info_p1_after.jpg),url(../images/common/res_info_p1.jpg);
    background-repeat: no-repeat, no-repeat, no-repeat, repeat-y;
    background-position: center top, center top, center 102%, center top;
    background-size: 100%,100% auto, 100% auto, 100% auto;
	overflow: hidden;
	text-shadow: 0px 0px 10px #909, 0px 0px 10px #909;
}

.i_balloon_img1 {background-image: url(../images/common/res_balloon_mask1.png), url(../images/common/res_balloon_img6.png), url(../images/common/res_balloon_img_bg2.jpg), url(../images/common/res_balloon_img_bg1.jpg);}
.i_balloon_img1 {
	position: relative;
	width: 920px;
    padding: 40px 20px 10px 50px;
	margin: 0 auto;
	background-position: left 101%, right top, left top, left top;
	background-repeat: no-repeat, no-repeat, no-repeat, repeat-y;
	background-size: 100%, 100%, 100%, 100%;
	box-sizing: border-box;
	height: auto;
	min-height: 460px;
	font-size: 180%;
	overflow: hidden;
}
.i_balloon_img1:before {
    display: block;
    content: "";
    width: 256px;
    height: 350px;
    float: left;
}
.i_balloon1 {
	width: 580px;
	text-shadow: 0px 0px 10px rgba(0,0,0,1);
	background: linear-gradient(rgba(100,50,0,0.9), rgba(170,70,50,1));
    border-image: url(../images/common/res_balloon_border1.png) stretch;
	border-image-slice: 45 fill;
	border-image-width: 38px;
	border-radius: 14px;
	box-shadow: 0px 0px 10px 4px #fff,0px 0px 10px 4px #ff0;
	box-sizing: border-box;
	margin: 10px 30px 10px;
}

.i_balloon_p strong, .i_balloon_p span{
	color: #ff3;
	font-weight: bold;
	letter-spacing: 0;
	font-size: 120%;
	text-shadow: 0px 0px 4px #06c,0px 0px 4px #06c,0px 0px 4px #06c;
}
.i_balloon_p span {
	color: #fcf;
}
.i_balloon5_bg {
	width: 840px;
	padding: 10px;
	margin: -10px auto 0px;
	text-shadow: 0px 0px 10px rgba(0,0,0,1);
	background: rgba(60,100,20,0.82);
    background-image: url(../images/common/res_balloon_mask2.png), url(../images/common/res_balloon_mask1.png), url(../images/common/res_balloon5_bg4.jpg);
	background-size: 100% 50px, 100%, 100%;
    background-position: center top, center 101%, center 0px, center top;
    background-repeat: no-repeat, no-repeat,repeat-y;
}
.i_type1_p1 p {
    line-height: 105%;
    text-shadow: 0px 0px 10px #06c, 0px 0px 10px #06c, 0px 0px 20px #06c;
}
.i_balloon5_bg .i_balloon_p {
	font-size: 32px;
	letter-spacing: -0.06em;
}
.i_balloon5_bg .i_info_p5 {
	font-size: 20px;
	line-height: 150%;
	text-align: justify;
	text-shadow: none;
}
.i_balloon_p {
	display: block;
	color: #fff;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HGP明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 155%;
	line-height: 145%;
	padding: 14px;
	text-align: justify;
	text-shadow: 0px 1px 4px #000,0px 1px 4px #000,0px 1px 4px #000;
}
.i_balloon_p strong {
	color: #ff3;
	letter-spacing: 0;
	font-size: 110%;
	text-shadow: 0px 1px 4px #c00,0px 1px 4px #c00,0px 1px 4px #c00;
}
.i_balloon_p strong.color1 {
	text-shadow: 0px 1px 10px #c0f,0px 1px 10px #c0f,0px 1px 10px #c0f;
}
.i_balloon_p strong.color2 {
	text-shadow: 0px 1px 10px #f00,0px 1px 10px #f00,0px 1px 10px #f00;
	color: #ff0;
}
.i_balloon_p strong.color3 {
	text-shadow: 0px 1px 10px #c09,0px 1px 10px #c09,0px 1px 10px #c09;
}

img.i_type2_sample{
	display: block;
    position: absolute;
	width: 100%;
	top: 0px;
	left: 0;
	opacity: 1 !important;
	z-index: 9;
 }




/* ----------------------
 * osusume
 *---------------------- */
.osusume_bg {
    width: 920px;
    margin: 0 auto -1px;
}
.osusume_box1 {
	width: 800px;
	margin: 0 0 15px 70px;
}
.osusume_box2 {
	width:380px;
	margin-right: 20px;
	text-align:left;
	float: left;
}
.osusume_box2 a:link{color: #ff3; text-decoration: underline;}
.osusume_box2 a:visited{color: #ff3; text-decoration: underline;}
.osusume_box2 a:hover{color: #fff; text-decoration: none;}
.osusume_box2 a:active{color: #fff; text-decoration: underline;}
.osusume_box2 a div {
	display: table-cell;
	vertical-align: middle;
}
.osusume_banner {
	width: 36px;
	height: 36px;
	border: none;
}
.osusume_title {
	font-size: 10pt;
	padding-left: 7px;
	font-weight:bold;
}
.osusume_hikiku {
	font-size:10pt;
	color:#eee;
	font-weight:normal;
	line-height:normal;
	margin-top: 5px;
}
.osusume_top{
	width: 920px;
	height: 140px;
	background: url(../images/common/osusume_top.png) no-repeat;
	background-size: 100% 100%;
	margin: 0 auto 10px;
}
/* ----------------------
 * osusume
 *---------------------- */
/*---------------------------
 * clearfix
 *---------------------------*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
/*---------------------------
 * clearfix
 *---------------------------*/

/*firefox select box*/
_:lang(x)::-moz-placeholder, select {
	/*box-shadow: 0px 1px 1px rgba(0,0,0,0.3);*/
	border-radius: 4px;
	border: 1px solid #aaa;
}

input[type="radio"] {
	transform: scale(2.0);
	-webkit-transform: scale(2.0);
	-moz-transform: scale(1.0) translateY(4px);
	display: block;
	float: left;
	margin: 0 16px 0 0;
}
button {font-size: 132%;border: 1px solid whitesmoke;border-radius:4px;background:#222;color:#fff;padding:4px;cursor: pointer;}

br {letter-spacing: 0;}

p, li, h3 {
    background: url(../images/common/spacer.gif);
}
.use_sp {
	display: none !important;
}


/* ----------------------
 * result_box
 *---------------------- */
[id^="rec_type"][id$="_bg"],
[id^="res_type"][id$="_bg"],
[id^="res_type"][id$="_bg1"],
[id^="res_type"][id$="_bg2"] {
  position: relative;
}
/* ----------------------
 * result_box
 *---------------------- */


/* ----------------------
 * result_type1
 *---------------------- */
.i_type1_box1:after {
    content:"";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg,#000 0%,#0000 5% 95%,#000 100%);
    background-repeat: no-repeat;
}
[id^="res_type"][id$="_bg"],
[id^="res_type"][id$="_bg1"],
[id^="res_type"][id$="_bg2"] {
  position: relative;
}
.tarot1.i_type1_box1 {
	height: 990px;
}
.type1.i_type1_box1 {
	height: 850px;
}
.type1.i_type1_box1 div.i_type1_label1{
	top: 60px;
}
.type1.i_type1_box1 div.i_type1_box2 {
	top: 110px;
}
.type1.i_type1_box1 div.chakra-container {
	top: 53px;
}
.type1.free1.i_type1_box1 {
	height: 770px;
}
.type1.free1.i_type1_box1 div.i_type1_box2,
.type1.free1.i_type1_box1 div.chakra-container {
	top: 37px;
}
.type1.free1.i_type1_box1 div.i_type1_label1 {
	top: 7px;
}
.i_type1_box1{
	position: relative;
	width: 780px;
	height: 780px;
	margin: 0px auto;
	text-align: center;
	letter-spacing: -0.05em;
	color: #fff;
    overflow: hidden;
	-webkit-mask-image: linear-gradient(transparent 0%, white 3% 97%, transparent 100%);
}
.i_type1_box1 img {
    position: absolute;
}

.i_type1_eff1 {background-image: url(../images/common/res_type1_eff1.png); mix-blend-mode: screen;}
.i_type1_eff2 {background-image: url("../images/common/eff1.png"); mix-blend-mode: overlay;}
.i_type1_sup1 {background-image: url(../images/common/res_type1_sup1.png);pointer-events: none;}
.i_type1_sup2 {background-image: url(../images/common/res_type1_sup2.png);pointer-events: none;}
.i_type1_sil1 {background-image: url(../images/common/res_type1_sil1.png);}
.person3 .i_type1_sil1,
.p2 .i_type1_sil1 {background-image: url(../images/common/res_type1_sil2.png);}
.i_type1_label1 {background-image: url(../images/common/res_type1_label1.png)}
.i_type1_box_sil2 .i_type1_label1{background-image: url(../images/common/res_type1_label2.png)}
.i_type1_bg1 {background-image: url(../images/common/res_type1_bg1.jpg);}
.i_type1_bg2 {background-image: url(../images/common/res_type1_bg2.jpg);}
.i_type1_bg3 {background-image: url(../images/common/res_type1_bg2.jpg);}
.i_type1_line4 {background-image: url("../images/common/res_type1_line1_4.png");}
.i_type1_line5 {background-image: url("../images/common/res_type1_line1_5.png");}
.i_type1_line6 {background-image: url("../images/common/res_type1_line1_6.png");}
.person2 .i_type1_line4 {background-image: url("../images/common/res_type1_line2_4.png");}
.person2 .i_type1_line5 {background-image: url("../images/common/res_type1_line2_5.png");}
.person2 .i_type1_line6 {background-image: url("../images/common/res_type1_line2_6.png");}
.i_type1_mask1 {background-image: url("../images/common/res_mask_bt1.png"),url("../images/common/res_mask_top1.png");pointer-events: none;}

.i_type1_box_soul1,
.i_type1_label1,
.i_type1_flow1,
.i_type1_box2 .i_type1_box_aura1 img,
.i_type1_box2,
.i_type1_box_sil1,
.i_type1_box_sil2,
.i_type1_box_aura1,
.i_type1_aura1,
.i_type1_line4,
.i_type1_line5,
.i_type1_line6,
.i_type1_sup1,
.i_type1_sup2,
.i_type1_bg1,
.i_type1_bg2,
.i_type1_bg3,
.i_type1_eff1,
.i_type1_eff2,
.i_type1_sil1,
.i_type1_sil2,
.i_type1_soul1,
.i_type1_label1,
.i_type1_mask1,
.i_type1_light_box1,
.i_type1_img_box1,
.i_type1_ball_box1,
.i_type1_img_box1 > span{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
    background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
    margin: 0;
}
.i_type1_mask1 {
    height: 100.3%;
    background-position: center 100.3%, center top;
    background-size: 100%, 100%;
    pointer-events: none;
}
.i_type1_sil1,
.i_type1_aura1 {
    transform: scale(1.35) translateY(106px);
}
.tarot1 .i_type1_bg1,
.tarot1 .i_type1_bg2 {
    background-size: 120%;
}
.i_type1_bg1 {
    background-size: 100% 100%;
}

/*label*/
.i_type1_label1 {background-image: url("../images/common/res_type_label_301.png");}
.person3 .i_type1_label1 {background-image: url("../images/common/res_type_label_302.png");}
.type2 .i_type1_label1 {background-image: url("../images/common/res_type_label_101.png");}
.type2.person3 .i_type1_label1 {background-image: url("../images/common/res_type_label_102.png");}
.person2 .i_type1_label1 {background-image: url("../images/common/res_type_label_201.png"),url("../images/common/res_type_label_202.png");}
.type2.person2 .i_type1_label1 {background-image: url("../images/common/res_type_label_101.png"),url("../images/common/res_type_label_102.png");}
.i_type1_label1 {
    background-size: 225px;
    background-position: 50% 5%;
    z-index: 3;
}
.person2 .i_type1_label1 {
    background-size: 220px;
    background-position: 2.5% 2.3%,97.5% 2.3%;
}
.type2 .i_type1_label1 {
    background-position: 50% 1%;
}
.person2.type2 .i_type1_label1 {
    background-size: 220px;
    background-position: 21% 1%,80% 1%;
}
.i_type5_box1.person1 .i_type1_box2:after,
.i_type1_box1.person1.tarot1 .i_type1_box2:after,
.i_type1_box1.person1.time1 .i_type1_box2:after,
.i_type1_detail1.person1.free1 .i_type1_box2:after{background-image: url("../images/common/res_type_label_101.png");background-position: 50% 2.3%;}
.i_type5_box1.person3 .i_type1_box2:after,
.i_type1_box1.person3.tarot1 .i_type1_box2:after,
.i_type1_box1.person3.time1 .i_type1_box2:after,
.i_type1_detail1.person3.free1 .i_type1_box2:after{background-image: url("../images/common/res_type_label_102.png");background-position: 50% 2.3%;}
.i_type5_box1.person2 .i_type1_box2:after,
.i_type1_box1.person2.time1 .i_type1_box2:after,
.i_type1_detail1.person2.free1 .i_type1_box2:after{background-image: url("../images/common/res_type_label_101.png"),url("../images/common/res_type_label_102.png");background-position: 2% 2.3%,100% 2.3%;}
.i_type5_box1 .i_type1_box2:after,
.i_type1_box1.tarot1 .i_type1_box2:after,
.i_type1_box1.time1 .i_type1_box2:after,
.i_type1_detail1.free1 .i_type1_box2:after{
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: 300px;
}
.i_type1_box1.tarot1 .i_type1_box2:after {
    background-size: 180px;
}
.i_type5_box1.person2 .i_type1_box2:after {
    background-position: 21% 2.3%,79.5% 2.3%;
}
.i_type1_box1.time1 .i_type1_box2:after {
    top: -18px;
    background-size: 264px;
}
.i_type1_box1.time1.person2 .i_type1_box2:after {
    background-position: 0% 2.3%,29% 2.3%;
}

/*opacity*/
.type1 .i_type1_label1 {
    opacity: 0;
}
.anime1.type1.i_type1_box1 .i_type1_label1 {
    animation: fadein 1.5s 2s forwards;
}
.anime1.i_type1_box1.tarot1 .i_type1_box2:after {
    animation: fadeout 1s 2s forwards;
}


/*sil*/
.i_type1_label1,
div.chakra-container,
.i_type1_box2 {
    top: 48px;
    transform-origin: center top;
}
.tarot1 .i_type1_box2 {
    transform: scale(1.3);
    filter: contrast(0.4) brightness(1.6);
}
.type2 .chakra-container,
.type2 .i_type1_box2 {
    transform: scale(0.7) translateY(41px);
}
.i_type1_box_sil1,
.i_type1_box_aura1 {
    width: 702px;
    height: 923px;
    top: 5px;
    left: 36px;
}
.person2 .i_type1_box_sil1,
.person2 .i_type1_box_aura1 {
    left: -198px;
}
.person2 .i_type1_box_sil1.p2,
.person2 .i_type1_box_aura1.p2 {
    display: block; 
    left: 274px;
}

/*display*/
.txt-col.p2,
.chakra-col.p2,
.i_type1_box_aura1.p2,
.i_type1_box_sil1.p2 {
    display: none;
}
.person2 .txt-col.p2,
.person2 .chakra-col.p2 {
    display: block;
}


/*table*/
.i_type1_table_box1 {
    position: relative;
    width: 752px;
    padding: 13px 0px 5px;
    margin: -180px auto 23px;
    background-color: rgba(100,20,100,0.7);
    color: #fff;
    font-size: 29px;
    text-shadow: 0 0 9px white, 0 0 9px #000, 0 0 9px #000;
    font-weight: bold;
    border-radius: 14px;
    box-shadow: 0 0 5px 7px #fff,0 0 7px 5px #96c inset;
    /*background: url("../images/common/res_type1_table_box1.jpg") no-repeat;*/
    background-size: 100% 100%;
}
.i_type1_table_box1 h3 {
    font-size: 30px;
    border-bottom: 3px solid #f3f9;
    border-top: 3px solid #f3f9;
    padding: 5px 0 7px;
    background-color: #9099;
    margin: 1px 0 -3px;
}
.i_type1_table_box1 > p {
    display: flex;
    flex-wrap: wrap;
    letter-spacing: -0.05em;
    padding: 5px 10px 10px;
}
.i_type1_table_box1 > p > span {
    width: 293px;
    text-align: right;
    padding: 5px 0;
}
.i_type1_table_box1 > p > strong {
    width: 363px;
    color: #fff;
    text-align: left;
    padding: 5px 0;
}

/*opacity*/
.i_type1_table_box1,
.i_type1_eff1,
.i_type1_eff2,
.i_type1_txt4,
.i_type1_txt5,
.i_type1_txt6,
.i_type1_box1 .i_type1_flow1,
.i_type1_box1 .i_type1_soul1,
.i_type1_box1 .i_type1_box_aura1,
.i_type1_box1 .i_type1_flex1,
.i_type1_box1 .i_type1_box_soul1,
.i_type1_line4,
.i_type1_line5,
.i_type1_line6
{
    opacity: 0;
}

/*animation*/
.anime1.i_type1_box1 + .i_type1_table_box1 {
    animation: fadein 1s 5s forwards;
}
.anime1 .i_type1_sup1 {
    animation: fadeout 1s 0.5s forwards;
}
.anime1.i_type1_box1 .i_type1_box_aura1,
.anime1.i_type1_box1 .i_type1_label1,
.anime1.i_type1_box1 .i_type1_flex1 {
    animation: fadein 1s 3.5s forwards;
}
.anime1.i_type1_box1 .i_type1_flow1,
.anime1.i_type1_box1 .i_type1_soul1 {
    animation: fadein 1s 4s forwards;
}
.anime1 .i_type1_line4,
.anime1 .i_type1_line5,
.anime1 .i_type1_line6,
.anime1 .i_type1_txt4,
.anime1 .i_type1_txt5,
.anime1 .i_type1_txt6 {
    animation: fadein 1s 4.5s forwards;
}
.anime1 .i_type1_eff1 {
    animation: type1_eff1 2.5s 1.7s forwards;
}
.anime1 .i_type1_eff2 {
    animation: glow1 2.5s 3.2s linear forwards;
}
/*type2-animation*/
.anime1.type2 .i_type1_sil1 {
    animation: type2_sil1 1.5s 3.2s linear forwards;
}
.anime1.type2 .chakra-container {
    animation: fadeout 1.5s 3.2s linear forwards;
}
.anime1.type2 .i_type1_sil1 {
    animation: type2_sil1 1.5s 3.2s linear forwards;
}
.anime1.type2 .i_type1_label1 {
    animation: none;
}
@keyframes type1_eff1 {
	0% {transform:translateY(-270px) scaleY(0.2); opacity: 1;}
	100% {transform:translateY(720px) scaleY(1.5); opacity: 1;}
}
@keyframes scale1 {
    100% {transform: scale(0.55) translateY(63px);}
}
@keyframes type2_sil1 {
    0% {filter: contrast(1) brightness(1);}
    100% {filter: contrast(0.4) brightness(1.6);}
}


/*debug*/
.anime_end.anime1.i_type1_box1 div,
.anime_end.anime1.i_type1_box1 img,
.anime_end.anime1.i_type1_box1 + div {
    animation-delay: 0s !important;
    animation-duration: 0s !important;
    animation-iteration-count: 1;
}
/* ----------------------
 * result_type1
 *---------------------- */


/* ----------------------
 * result_time_box
 *---------------------- */
.time1.i_type1_box1 {
    height: auto;
    min-height: 800px;
}
.time1 .i_type1_box2,
.time1 .chakra-container {
    transform: scale(0.7) translate(-425px, 125px);
}
.person2.time1 .i_type1_box2,
.person2.time1 .chakra-container {
    transform: scale(0.6) translate(-305px, 150px);
}
.person2.time1 .chakra-container {
    left: -110px;
    gap: 58px;
}
.person2.time1 .i_type1_box_sil1.p2 {
    display: block;
    left: -77px;
}
.person2.time1 .i_type1_box_sil1.p2 .i_type1_sil1 {
    mask-image: linear-gradient(270deg,white 0% 40%,transparent 70% 100%);
}
.date-container {
    position: relative;
    top: 150px;
    left: 275px;
    width: 325px;
    margin: 0 0 52px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-family: "Times New Roman", serif;
    color: #ffffff;
    text-shadow: 2px 2px 0px #000;
}
.date-container .scale1 {
    position: absolute;
    background-image: linear-gradient(#fff0 0%,#fff 10%,#ff0 100%);
    top: 0;
    left: -25px;
    height: calc(100% - 25px);
    width: 12px;
    filter: drop-shadow(0px 0px 5px white) drop-shadow(0px 0px 10px white);
}
.date-container .triangle {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 12px);
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 30px solid yellow;
}
.date-container .now {background-image: url("../images/common/res_type_time_now1.png");top: 12px;}
.date-container .future {background-image: url("../images/common/res_type_time_future1.png");bottom: -15px;}
.date-container .now,
.date-container .future {
    position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	width: 42px;
	height: auto;
    aspect-ratio: 1 / 2;
	left: -60px;
}

.date-container .normal,
.date-container .strong {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 0px 12px;
    /* min-height: 90px; */
    box-sizing: border-box;
}

.date-container .normal,
.date-container .strong {
	background-image: linear-gradient(90deg,#0000 0%, #203F85aa 10% 90%, #0000 100%);
}

.date-container .strong:before {
	content: "";
	position: absolute;
	background-image: linear-gradient(90deg,#0000 0%, #b03Fa5aa 10% 90%, #0000 100%);
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	pointer-events: none;
}
.date-container .strong:after {
	content: "";
	position: absolute;
	background-image: url("../images/common/res_type_time_arrow1.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 188px;
	height: 150px;
	right: -170px;
	top: 50%;
	transform: translateY(-50%) scale(1.2);
	pointer-events: none;
}

.date-container .date-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    flex: 1;
    min-height: 95px;
}

.date-container .year {
	font-size: 30px;
	display: block;
	line-height: 118%;
	margin: 5px 0 -10px;
}

.date-container .day {
	font-size: 43px;
	font-weight: bold;
	line-height: 130%;
}

.date-container .separator {
    position: relative;
	font-size: 50px;
    margin: 0 -10px;
	line-height: 100%;
}

/*opacity*/
.date-container .strong:before,
.date-container > div:after,
.date-container > div:nth-of-type(n+2){
    opacity: 0;
}
/*animation*/
.anime1 .date-container > div:nth-of-type(2){animation: fadein 1s 0s forwards;}
.anime1 .date-container > div:nth-of-type(3){animation: fadein 1s 0.3s forwards;}
.anime1 .date-container > div:nth-of-type(4){animation: fadein 1s 0.6s forwards;}
.anime1 .date-container > div:nth-of-type(5){animation: fadein 1s 0.9s forwards;}
.anime1 .date-container > div:nth-of-type(6){animation: fadein 1s 1.1s forwards;}
.anime1 .date-container > div:nth-of-type(7){animation: fadein 1s 1.3s forwards;}
.anime1 .date-container > div.strong:before,
.anime1 .date-container > div.strong:after{animation: fadein2 2s 1.5s forwards;}

.anime1.time1.i_type1_box1{animation: fadeinout4 2s 1.5s forwards;}
/* ----------------------
 * result_time_box
 *---------------------- */


/* ----------------------
 * result_chakra_box
 *---------------------- */
.tarot1 .chakra-container {
    transform: scale(1.3) translateY(-110px);
}
.chakra-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
    transform-origin: center top;
}
.chakra-container.ring {
    mix-blend-mode: screen;
}
.column {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

/* 左右の列の幅 */
.txt-col {
	flex: 1;
	max-width: 293px;
    mix-blend-mode: hard-light;
}
.person2 .txt-col {
	flex: 2;
	margin: 0 45px;
}

/* 中央の画像列の幅 */
.chakra-col {
	flex: 0 0 135px;
}
.chakra-container.ring.anim {
    mix-blend-mode: screen;
}
.ring-col {
	width: 100%;
}

/* 各ボックス */
.anim .chakra-ring101 {background-image: url("../images/common/res_type1_ring_anim101.png")}
.anim .chakra-ring102 {background-image: url("../images/common/res_type1_ring_anim102.png")}
.anim .chakra-ring103 {background-image: url("../images/common/res_type1_ring_anim103.png")}
.anim .chakra-ring104 {background-image: url("../images/common/res_type1_ring_anim104.png")}
.anim .chakra-ring105 {background-image: url("../images/common/res_type1_ring_anim105.png")}
.anim .chakra-ring106 {background-image: url("../images/common/res_type1_ring_anim106.png")}
.anim .chakra-ring107 {background-image: url("../images/common/res_type1_ring_anim107.png")}
.chakra-ring101 {background-image: url("../images/common/res_type1_ring101.png")}
.chakra-ring102 {background-image: url("../images/common/res_type1_ring102.png")}
.chakra-ring103 {background-image: url("../images/common/res_type1_ring103.png")}
.chakra-ring104 {background-image: url("../images/common/res_type1_ring104.png")}
.chakra-ring105 {background-image: url("../images/common/res_type1_ring105.png")}
.chakra-ring106 {background-image: url("../images/common/res_type1_ring106.png")}
.chakra-ring107 {background-image: url("../images/common/res_type1_ring107.png")}
.chakra-txt101 {background-image: url("../images/common/res_type1_txt101.png")}
.chakra-txt102 {background-image: url("../images/common/res_type1_txt102.png")}
.chakra-txt103 {background-image: url("../images/common/res_type1_txt103.png")}
.chakra-txt104 {background-image: url("../images/common/res_type1_txt104.png")}
.chakra-txt105 {background-image: url("../images/common/res_type1_txt105.png")}
.chakra-txt106 {background-image: url("../images/common/res_type1_txt106.png")}
.chakra-txt107 {background-image: url("../images/common/res_type1_txt107.png")}
.chakra-txt201 {background-image: url("../images/common/res_type1_txt201.png")}
.chakra-txt202 {background-image: url("../images/common/res_type1_txt202.png")}
.chakra-txt203 {background-image: url("../images/common/res_type1_txt203.png")}
.chakra-txt204 {background-image: url("../images/common/res_type1_txt204.png")}
.chakra-txt205 {background-image: url("../images/common/res_type1_txt205.png")}
.chakra-txt206 {background-image: url("../images/common/res_type1_txt206.png")}
.chakra-txt207 {background-image: url("../images/common/res_type1_txt207.png")}
.ring-box,
.txt-box,
.txt-col > div {
	width: 100%;
	border-radius: 18px;
	text-align: center;
	margin: 0px 0;
	height: 180px;
	display: flex;
	justify-content: center;
	align-items: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: scale(1.1);
}
.person2 .txt-box,
.person2 .txt-col > div {
    height: 90px;
}
.ring-box {
    height: 86px;
    transform: scaleX(1.2) scaleY(1.4);
}
.ring .ring-box {
    height: 86px;
}
.person2 .ring-box {
    transform: scaleX(2.4) scaleY(1.6);
    height: 95px;
}
.ring.anim .ring-box {
    transform: scale(0);
}

.chakra-col {
	flex: 0 0 90px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.chakra-col > div {
	position: relative;
	width: 90px;
	height: 90px;
}
/*detail*/
.i_type1_detail_box1 > .chakra-col {
	flex-direction: row;
	position: relative;
	top: 23px;
}
.i_type1_detail_box1 > .chakra-col > div {
	width: 270px;
	height: 270px;
}
.person1 .i_type1_detail_box1 > .chakra-col > div:nth-of-type(2),
.person3 .i_type1_detail_box1 > .chakra-col > div:nth-of-type(1) {
	display: none;
}
.i_type1_detail_box1 > .chakra-col > div .chakra1 {
	width: 270px;
	height: 270px;
}
.i_type1_detail_box1 > .chakra-col > div .planet1 {
	width: 158px;
	height: 158px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/*type4*/
.i_type4_chakra_box1 .chakra-col > div {
    position: absolute;
    width: 270px;
    height: 270px;
    top: 12%;
    left: 47%;
    mix-blend-mode: lighten;
}
.i_type4_chakra_box1 .person2 .chakra-col > div:nth-of-type(1) {
    top: 5%;
    left: 35%;
}
.i_type4_chakra_box1 .person2 .chakra-col > div:nth-of-type(2) {
    top: 30%;
    left: 56%;
}
.i_type4_chakra_box1 .chakra-col > div .chakra1 {
	width: 270px;
	height: 270px;
}

.chakra-col > div.large {
    transform: scale(1.3);
}
.chakra-col > div.small {
    transform: scale(0.7);
}
.type1 .chakra-col > div.large,
.type1 .chakra-col > div.small {
    transform: none;
}
.chakra-col > div.strong {
    z-index: 2;
}
.strong .color7 .card1 img {box-shadow: 0 0 7px 7px #fff,0 0 12px 12px #c8f;}
.strong .color6 .card1 img {box-shadow: 0 0 7px 7px #fff,0 0 12px 12px #99f;}
.strong .color5 .card1 img {box-shadow: 0 0 7px 7px #fff,0 0 12px 12px #6ff;}
.strong .color4 .card1 img {box-shadow: 0 0 7px 7px #fff,0 0 12px 12px #bf9;}
.strong .color3 .card1 img {box-shadow: 0 0 7px 7px #fff,0 0 12px 12px #ff6;}
.strong .color2 .card1 img {box-shadow: 0 0 7px 7px #fff,0 0 12px 12px #f95;}
.strong .color1 .card1 img {box-shadow: 0 0 7px 7px #fff,0 0 12px 12px #f67;}
.card1,
.planet1,
.chakra1 {
	position:absolute;
	display: block;
	top: 0;
	left: 0;
	width: 90px;
	height: 90px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
    background-position: center;
}
.card1 {
    background-size: auto 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card1 img {
    width: auto;
    height: 100%;
    border-radius: 4px;
}
.neon-box .chakra1 {
    top: -25px;
    left: -12px;
    z-index: 2;
    width: 70px;
    height: 70px;
    aspect-ratio: 1;
}
.card1 {background-image: url("../images/common/res_anime_card_back.png");}
.color1 .chakra1 {background-image: url(../images/common/res_type1_101.png);}
.color2 .chakra1 {background-image: url(../images/common/res_type1_102.png);}
.color3 .chakra1 {background-image: url(../images/common/res_type1_103.png);}
.color4 .chakra1 {background-image: url(../images/common/res_type1_104.png);}
.color5 .chakra1 {background-image: url(../images/common/res_type1_105.png);}
.color6 .chakra1 {background-image: url(../images/common/res_type1_106.png);}
.color7 .chakra1 {background-image: url(../images/common/res_type1_107.png);}
.color1 .planet1 {background-image: url(../images/common/res_type1_planet101.png);}
.color2 .planet1 {background-image: url(../images/common/res_type1_planet102.png);}
.color3 .planet1 {background-image: url(../images/common/res_type1_planet103.png);}
.color4 .planet1 {background-image: url(../images/common/res_type1_planet104.png);}
.color5 .planet1 {background-image: url(../images/common/res_type1_planet105.png);}
.color6 .planet1 {background-image: url(../images/common/res_type1_planet106.png);}
.color7 .planet1 {background-image: url(../images/common/res_type1_planet107.png);}
/*duo*/
/* 全体のコンテナ */
.chakra-duo-container {
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	color: #fff;
}

/* 1行分の設定 */
.chakra-row {
	display: flex;
	align-items: center;
	justify-content: center;
}

/* 中央の説明ボックス */
.chakra-info-box {
	flex: 0 0 405px;
	height: 135px;
	border: 3px solid #ccc;
	border-radius: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

/* 小見出し */
.i_type1_detail_chakra1 {
    width: 100%;
    position: relative;
}

/*opacity*/
.card1,
.card1 img,
.type1 + .neon-container,
.type1 .i_type1_bg2,
.type1 .txt-col,
.type1 .planet1,
.type1 .chakra-container.ring,
.free1.type1 .chakra-container {
    opacity: 0;
}
/*type1-animation*/
.anime1.type1 .i_type1_eff2 {
    animation: glow1 2.5s 2s linear forwards;
}
.anime1.type1 .i_type1_bg2,
.anime1.type1 .chakra-container.ring {
    animation: fadein 1.5s 2s forwards;
}
.anime1.type1 .planet1 {
    animation: fadein 1.5s 3s forwards;
}
.anime1.type1 .txt-col {
    animation: fadein 1.5s 4s forwards;
}
.anime1.type1 .type1_step1 {
    animation: fadeout 1.5s 2s forwards;
}
.anime1.type1.i_type1_box1 {
    animation: fadeinout4 2s 4s forwards;
}
.anime1.type1 .chakra-col > div.large {
    animation: type1_large1 1.5s 4s forwards;
}
.anime1.type1 .chakra-col > div.small {
    animation: type1_small1 1.5s 4s forwards;
}
.anime1.type1 + .neon-container {
    animation: fadein 1.5s 3.5s forwards;
}
/*free1-animation*/
.anime1.free1.type1 .i_type1_eff2 {
    animation: glow1 2.5s 1.5s linear forwards;
}
.anime1.free1.type1 .i_type1_bg2,
.anime1.free1.type1 .chakra-container {
    animation: fadein 1.5s 2s forwards;
}
.anime1.free1.type1 .planet1,
.anime1.free1.type1 .txt-col {
    animation: fadein 1.5s 3s forwards;
}
.anime1.free1.type1 .chakra-col > div.large {
    animation: type1_large1 1.5s 3s forwards;
}
.anime1.free1.type1.i_type1_box1 {
    animation: fadeinout4 2s 3s forwards;
}

/*animation*/
.anime1 .anim.ring .ring-box {
    mix-blend-mode: color-dodge;
}

/*tarot-animation*/
.anime1 .chakra-img > div:nth-of-type(1) .card1 {animation: fadein2 1s 1.5s forwards;}
.anime1 .chakra-img > div:nth-of-type(2) .card1 {animation: fadein2 1s 1.7s forwards;}
.anime1 .chakra-img > div:nth-of-type(3) .card1 {animation: fadein2 1s 1.9s forwards;}
.anime1 .chakra-img > div:nth-of-type(4) .card1 {animation: fadein2 1s 2.1s forwards;}
.anime1 .chakra-img > div:nth-of-type(5) .card1 {animation: fadein2 1s 2.3s forwards;}
.anime1 .chakra-img > div:nth-of-type(6) .card1 {animation: fadein2 1s 2.5s forwards;}
.anime1 .chakra-img > div:nth-of-type(7) .card1 {animation: fadein2 1s 2.6s forwards;}
.anime1 .chakra-img > div.strong:nth-of-type(1) .card1 {animation: fadein2 1s 1.5s forwards, card_strong1 1.5s 4.3s forwards;}
.anime1 .chakra-img > div.strong:nth-of-type(2) .card1 {animation: fadein2 1s 1.7s forwards, card_strong1 1.5s 4.3s forwards;}
.anime1 .chakra-img > div.strong:nth-of-type(3) .card1 {animation: fadein2 1s 1.9s forwards, card_strong1 1.5s 4.3s forwards;}
.anime1 .chakra-img > div.strong:nth-of-type(4) .card1 {animation: fadein2 1s 2.1s forwards, card_strong1 1.5s 4.3s forwards;}
.anime1 .chakra-img > div.strong:nth-of-type(5) .card1 {animation: fadein2 1s 2.3s forwards, card_strong1 1.5s 4.3s forwards;}
.anime1 .chakra-img > div.strong:nth-of-type(6) .card1 {animation: fadein2 1s 2.5s forwards, card_strong1 1.5s 4.3s forwards;}
.anime1 .chakra-img > div.strong:nth-of-type(7) .card1 {animation: fadein2 1s 2.6s forwards, card_strong1 1.5s 4.3s forwards;}
.anime1 .chakra-img div.strong + div.strong:nth-of-type(1) .card1 {animation: fadein2 1s 1.5s forwards, card_strong2 1.5s 4.3s forwards;}
.anime1 .chakra-img div.strong + div.strong:nth-of-type(2) .card1 {animation: fadein2 1s 1.7s forwards, card_strong2 1.5s 4.3s forwards;}
.anime1 .chakra-img div.strong + div.strong:nth-of-type(3) .card1 {animation: fadein2 1s 1.9s forwards, card_strong2 1.5s 4.3s forwards;}
.anime1 .chakra-img div.strong + div.strong:nth-of-type(4) .card1 {animation: fadein2 1s 2.1s forwards, card_strong2 1.5s 4.3s forwards;}
.anime1 .chakra-img div.strong + div.strong:nth-of-type(5) .card1 {animation: fadein2 1s 2.3s forwards, card_strong2 1.5s 4.3s forwards;}
.anime1 .chakra-img div.strong + div.strong:nth-of-type(6) .card1 {animation: fadein2 1s 2.5s forwards, card_strong2 1.5s 4.3s forwards;}
.anime1 .chakra-img div.strong + div.strong:nth-of-type(7) .card1 {animation: fadein2 1s 2.6s forwards, card_strong2 1.5s 4.3s forwards;}
.anime1 .chakra-img > div .card1 img {animation: fadein2 1s 3s forwards;}
.anime1.tarot1 .i_type1_eff2 {animation: glow1 1.2s 3s linear forwards;}
.anime1.tarot1.i_type1_box1 {animation: fadeinout4 2s 4.3s linear forwards;}
.anime1.tarot1.top1 .type1_step1 {animation: fadeout 1.5s 1.3s linear forwards;}

.anime1.type2 .chakra-col .color7,
.anime1.type2 .ring .chakra-ring107 {animation: fadeout 1.5s 1s linear forwards;}
.anime1.type2 .chakra-col .color6,
.anime1.type2 .ring .chakra-ring106 {animation: fadeout 1.5s 1.3s linear forwards;}
.anime1.type2 .chakra-col .color5,
.anime1.type2 .ring .chakra-ring105 {animation: fadeout 1.5s 1.6s linear forwards;}
.anime1.type2 .chakra-col .color4,
.anime1.type2 .ring .chakra-ring104 {animation: fadeout 1.5s 1.9s linear forwards;}
.anime1.type2 .chakra-col .color3,
.anime1.type2 .ring .chakra-ring103 {animation: fadeout 1.5s 2.2s linear forwards;}
.anime1.type2 .chakra-col .color2,
.anime1.type2 .ring .chakra-ring102 {animation: fadeout 1.5s 2.4s linear forwards;}
.anime1.type2 .chakra-col .color1,
.anime1.type2 .ring .chakra-ring101 {animation: fadeout 1.5s 2.6s linear forwards;}
.anime1.type2 .anim.ring .chakra-ring107 {animation: ring_anim1 1.5s 1s linear forwards;}
.anime1.type2 .anim.ring .chakra-ring106 {animation: ring_anim1 1.5s 1.3s linear forwards;}
.anime1.type2 .anim.ring .chakra-ring105 {animation: ring_anim1 1.5s 1.6s linear forwards;}
.anime1.type2 .anim.ring .chakra-ring104 {animation: ring_anim1 1.5s 1.9s linear forwards;}
.anime1.type2 .anim.ring .chakra-ring103 {animation: ring_anim1 1.5s 2.2s linear forwards;}
.anime1.type2 .anim.ring .chakra-ring102 {animation: ring_anim1 1.5s 2.4s linear forwards;}
.anime1.type2 .anim.ring .chakra-ring101 {animation: ring_anim1 1.5s 2.6s linear forwards;}
@keyframes ring_anim1 {
    50% {transform: scale(4);opacity: 1;}
    100% {transform: scale(8);opacity: 0;}
}
@keyframes type1_large1 {
    100% {transform: scale(1.3);}
}
@keyframes type1_small1 {
    100% {transform: scale(0.7);}
}
@keyframes card_strong1 {
    100% {
        opacity: 1;
        transform: scale(1.2);
    }
}
@keyframes card_strong2 {
    100% {
        opacity: 1;
        transform: scale(1.1) translateY(14px);
    }
}
/* ----------------------
 * result_chakra_box
 *---------------------- */
/* ----------------------
 * result_neon_box
 *---------------------- */
.neon-box.color1 { --neon: #d22; }
.neon-box.color2 { --neon: #f90; }
.neon-box.color3 { --neon: #fe0; }
.neon-box.color4 { --neon: #9f0; }
.neon-box.color5 { --neon: #6ff; }
.neon-box.color6 { --neon: #68f; }
.neon-box.color7 { --neon: #d6f; }

.color1 .neon-box { --neon: #d22; }
.color2 .neon-box { --neon: #f90; }
.color3 .neon-box { --neon: #fe0; }
.color4 .neon-box { --neon: #9f0; }
.color5 .neon-box { --neon: #6ff; }
.color6 .neon-box { --neon: #68f; }
.color7 .neon-box { --neon: #d6f; }

.neon-box {
    position: relative;
    width: 700px;
    height: auto;
    margin: 40px auto;
    padding: 45px 23px 8px;
    box-sizing: border-box;
    border-radius: 16px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    box-shadow:
    0 0 12px rgba(255,255,255,0.4),
    0 0 5px var(--neon),
    0 0 12px var(--neon),
    inset 0 0 12px #fff9,
    inset 0 0 3px var(--neon),
    inset 0 0 5px var(--neon);
    color: #fff;
    text-align: left;
    font-size: 26px;
    letter-spacing: -0.03em;
}
.strong .neon-box,
.strong .neon-label {
    color: #ff0;
    text-shadow: 0 3px 3px #000,0 0 23px var(--neon),0 0 23px var(--neon);
	box-shadow:
        0 0 7px 7px #fff,
		0 0 23px 7px var(--neon),
		0 0 45px 7px var(--neon);
}

.neon-box p,
.neon-box img {
    position: relative;
    margin: 7px 0;
}
.neon-container .neon-box img {
    width: 430px;
    height: auto;
    aspect-ratio: 15 / 2;
    position: absolute;
    right: 20px;
    top: 31px;
}
.neon-container .strong .neon-box img {
    filter: brightness(1.3) contrast(1.1);
}
.color1 .neon-box:before {background-image: url("../images/common/res_type_neon_bg1.jpg");}
.color2 .neon-box:before {background-image: url("../images/common/res_type_neon_bg2.jpg");}
.color3 .neon-box:before {background-image: url("../images/common/res_type_neon_bg3.jpg");}
.color4 .neon-box:before {background-image: url("../images/common/res_type_neon_bg4.jpg");}
.color5 .neon-box:before {background-image: url("../images/common/res_type_neon_bg5.jpg");}
.color6 .neon-box:before {background-image: url("../images/common/res_type_neon_bg6.jpg");}
.color7 .neon-box:before {background-image: url("../images/common/res_type_neon_bg7.jpg");}
.neon-box:before {
    content:"";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.7;
    background-size: cover;
    background-position: center;
	border-radius: 16px;
}
.strong .neon-box:before {
    opacity: 1;
    filter: brightness(1.3) contrast(1.3);
    box-shadow:
		inset 0 0 12px #fff,
		inset 0 0 12px var(--neon),
		inset 0 0 16px var(--neon);
}

.color1 .neon-label {background-image: url("../images/common/res_type1_neon_label101.png");}
.color2 .neon-label {background-image: url("../images/common/res_type1_neon_label102.png");}
.color3 .neon-label {background-image: url("../images/common/res_type1_neon_label103.png");}
.color4 .neon-label {background-image: url("../images/common/res_type1_neon_label104.png");}
.color5 .neon-label {background-image: url("../images/common/res_type1_neon_label105.png");}
.color6 .neon-label {background-image: url("../images/common/res_type1_neon_label106.png");}
.color7 .neon-label {background-image: url("../images/common/res_type1_neon_label107.png");}
.person2 .color1 .neon-label {background-image: url("../images/common/res_type1_neon_label201.png");}
.person2 .color2 .neon-label {background-image: url("../images/common/res_type1_neon_label202.png");}
.person2 .color3 .neon-label {background-image: url("../images/common/res_type1_neon_label203.png");}
.person2 .color4 .neon-label {background-image: url("../images/common/res_type1_neon_label204.png");}
.person2 .color5 .neon-label {background-image: url("../images/common/res_type1_neon_label205.png");}
.person2 .color6 .neon-label {background-image: url("../images/common/res_type1_neon_label206.png");}
.person2 .color7 .neon-label {background-image: url("../images/common/res_type1_neon_label207.png");}
.strong .color1 .neon-label {background-image: url("../images/common/res_type1_neon_label_strong101.png");}
.strong .color2 .neon-label {background-image: url("../images/common/res_type1_neon_label_strong102.png");}
.strong .color3 .neon-label {background-image: url("../images/common/res_type1_neon_label_strong103.png");}
.strong .color4 .neon-label {background-image: url("../images/common/res_type1_neon_label_strong104.png");}
.strong .color5 .neon-label {background-image: url("../images/common/res_type1_neon_label_strong105.png");}
.strong .color6 .neon-label {background-image: url("../images/common/res_type1_neon_label_strong106.png");}
.strong .color7 .neon-label {background-image: url("../images/common/res_type1_neon_label_strong107.png");}
.person2 .strong .color1 .neon-label {background-image: url("../images/common/res_type1_neon_label_strong201.png");}
.person2 .strong .color2 .neon-label {background-image: url("../images/common/res_type1_neon_label_strong202.png");}
.person2 .strong .color3 .neon-label {background-image: url("../images/common/res_type1_neon_label_strong203.png");}
.person2 .strong .color4 .neon-label {background-image: url("../images/common/res_type1_neon_label_strong204.png");}
.person2 .strong .color5 .neon-label {background-image: url("../images/common/res_type1_neon_label_strong205.png");}
.person2 .strong .color6 .neon-label {background-image: url("../images/common/res_type1_neon_label_strong206.png");}
.person2 .strong .color7 .neon-label {background-image: url("../images/common/res_type1_neon_label_strong207.png");}

.neon-label {
	position: absolute;
	top: -14px;
	left: 58px;
	width: 247px;
	height: 48px;
	background-color: #000;
	background-size: 219px;
	background-repeat: no-repeat;
	background-position: center;
	padding: 9px 0;
	border-radius: 9px;
	white-space: nowrap;
	box-shadow: 0 0 10px 2px var(--neon),0 0 5px 3px var(--neon) inset;
	color: #fff;
}
.color1 .planet-label {background-image: url("../images/common/res_type1_planet_label101.png")}
.color2 .planet-label {background-image: url("../images/common/res_type1_planet_label102.png")}
.color3 .planet-label {background-image: url("../images/common/res_type1_planet_label103.png")}
.color4 .planet-label {background-image: url("../images/common/res_type1_planet_label104.png")}
.color5 .planet-label {background-image: url("../images/common/res_type1_planet_label105.png")}
.color6 .planet-label {background-image: url("../images/common/res_type1_planet_label106.png")}
.color7 .planet-label {background-image: url("../images/common/res_type1_planet_label107.png")}
.strong .color1 .planet-label {background-image: url("../images/common/res_type1_planet_label_strong101.png")}
.strong .color2 .planet-label {background-image: url("../images/common/res_type1_planet_label_strong102.png")}
.strong .color3 .planet-label {background-image: url("../images/common/res_type1_planet_label_strong103.png")}
.strong .color4 .planet-label {background-image: url("../images/common/res_type1_planet_label_strong104.png")}
.strong .color5 .planet-label {background-image: url("../images/common/res_type1_planet_label_strong105.png")}
.strong .color6 .planet-label {background-image: url("../images/common/res_type1_planet_label_strong106.png")}
.strong .color7 .planet-label {background-image: url("../images/common/res_type1_planet_label_strong107.png")}
.planet-label {
    display: inline-block;
    width: 210px;
    aspect-ratio: 40 / 6;
    background-size: 100%;
    background-repeat: no-repeat;
}
/* ----------------------
 * result_neon_box
 *---------------------- */


/* ----------------------
 * result_hand
 *---------------------- */
/*hand*/
.i_type1_hand_box1,
.i_type4_hand_box1{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-mask-image: linear-gradient( 90deg,rgba(0, 0, 0, 0), white 3% 97%, rgba(0, 0, 0, 0) 100%);
    z-index: 9;
    pointer-events: none;
}
.i_type1_hand1,
.i_type4_hand1 {background-image: url("../images/common/res_type1_hand1.png");}
.i_type1_hand1,
.i_type4_hand1 {
	position: absolute;
	width: auto;
	height: 100%;
	max-height: 432px;
	aspect-ratio: 512 / 640;
	top: 10%;
	left: 30%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
}
/*opacity*/
.i_type1_hand_box1 {
    opacity: 0;
}
/*animation*/
.anime1 .i_type1_hand_box1 {
    animation:
        fadein 0.8s 0s forwards,
        fadeout 0.8s 1.5s forwards;
}
.anime1 .i_type1_hand1 {
    animation: hand1 1.8s 0.5s forwards;
}
/*tarot-animation*/
.tarot1.anime1 .i_type1_hand1 {
    animation: tarot_hand1 2.5s 0.5s forwards;
}
@keyframes hand1 {
    100% {
    transform: translateY(120%);
    }
}
@keyframes tarot_hand1 {
    100% {
    transform: translateY(170%);
    }
}
/* ----------------------
 * result_hand
 *---------------------- */


/* ----------------------
 * result_bend_box (for type2)
 *---------------------- */
.bend-container {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.bend-container {
    gap: 518px;
}
.bend-box {
    position: relative;
    width: 180px;
    height: 270px;
    overflow: hidden;
    top: 72px;
    left: 180px;
}
.person2 .bend-box {
    width: 113px;
    left: 0;
}
.bend-box.flip {
    display: none;
    transform: scaleX(-1);
}
.person2 .bend-box.flip {
    display: block;
}
.bend {
    width: 0;
    height: 0;
    margin: 23px -23px;
    border-radius: 0 14px;
    border-top: 7px solid #fff;
    border-right: 7px solid #fff;
    filter: drop-shadow(0 0 12px white) drop-shadow(0 0 12px white);
}
/*animation*/
.anime1 .bend {
    animation:line-bend 1.3s 4s forwards;
}
@keyframes line-bend {
    0% {width: 0; height: 0;}
    50% {width: 100%; height: 0;}
    100% {width: 100%; height: 100%;}
}
/* ----------------------
 * result_bend_box (for type2)
 *---------------------- */



/* ----------------------
 * result_type (common)
 *---------------------- */
/*system-text(comment,p,btn)*/
.i_type_p_box1 strong,
.i_type_comment_box1 strong,
.i_type_btn_box1 strong{
	color: yellow;
}
div.i_type_p_box1,
div.i_type_comment_box1,
div.i_type_btn_box1 {
	display: flex;
	position: absolute;
	width: 100%;
	height: 98%;
	top: 5px;
	left: 0;
	color: #fff;
	font-size: 34px;
	line-height: 120%;
	letter-spacing: -0.05em;
	align-items: center;
	flex-flow: column;
	box-sizing: border-box;
    pointer-events: none;
}
div.i_type_p_box1 {
	font-size: 34px;
}
div.i_type_comment_box1 {
	justify-content: center;
}
div.i_type_p_box1.bottom {
	justify-content: flex-end;
}
div.i_type_comment_box1.type5 {
	padding: 117px 0 0;
}
div.i_type_comment_box1.size2 {
	font-size: 93px;
}
.i_type_p_box1 p,
.i_type_comment_box1 p,
.i_type_btn_box1 p{
	width: 100%;
	padding: 18px 9px;
	text-shadow: 0px 0px 9px #fc0,0px 0px 18px #c0c,0px 0px 18px #c0c,0px 0px 9px #c0c,0px 0px 9px #c0c;
	box-sizing: border-box;
}
.i_type_p_box1 p{
	text-shadow: 0px 0px 9px #08c,0px 0px 18px #00c,0px 0px 18px #00c;
	align-items: flex-start;
    letter-spacing: -0.05em;
}
.i_type_p_box1.bottom p {
	align-items: flex-end;
}
.i_type_p_box1 p,
.i_type_btn_box1 p {
	background: url("../images/common/res_type_p_box1.png") center center no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.i_type_p_box1 p img {
	position: relative;
	width:90px;
}
/*trial_btn*/
.i_type_btn_box1 {
	display: flex;
    color: #60c;
    font-size: 57px;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HGP明朝E", "ＭＳ 明朝", "MS Mincho", "MS 明朝", serif;
    line-height: 150%;
    letter-spacing: 0;
	overflow: hidden;
	align-items: center;
	justify-content: center;
	flex-flow: column;
	background-image: linear-gradient(transparent, rgba(0,60,160,0.5), transparent);
	pointer-events: none;
	visibility: hidden;
	z-index: 3;
	backdrop-filter: blur(3px);
}
.i_type_btn_box1 img,
.i_type_btn_box1 input {
	width: 500px;
	cursor: pointer;
    pointer-events: none;
}
/*opacity*/
.i_type_btn_box1 {
    opacity: 0;
}
/*animation-type2-btn*/
.trial1.anime1.i_type5_box1 .i_type_btn_box1,
.trial1.anime1.i_type5_box1 .i_type_btn_box1 input{
    animation: fadein_btn 1s 4s forwards;
}
/*animation-type4-btn*/
.anime1.i_type4_box1 .i_type_btn_box1,
.anime1.i_type4_box1 .i_type_btn_box1 input{
    animation: fadein_btn 1s 5s forwards;
}
/*animation-type6-btn*/
.anime1.i_type6_box1 .i_type_btn_box1,
.anime1.i_type6_box1 .i_type_btn_box1 input{
    animation: fadein_btn 1s 2.4s forwards;
}
/* ----------------------
 * result_type (common)
 *---------------------- */




/* ----------------------
 * result_type1_komidashi
 *---------------------- */
/*komidashi*/
.i_type1_detail_bg1 {background-image: url("../images/common/res_type1_bg1.jpg");}
.i_type1_detail1.word1 {background-image: url("../images/common/res_type3_bg2.jpg");}
.i_type1_detail1.scene1 {background-image: url("../images/common/res_type5_bg1.jpg");}
.i_type1_detail1.scene2 {background-image: url("../images/common/res_type2_bg1.jpg");}
.i_type1_detail1.scene3 {background-image: url("../images/common/res_type2_bg1.jpg");min-height:360px;}
.i_type1_detail1.bg1 {background-image: url("../images/common/res_type1_bg1.jpg");}
.i_type1_detail1.bg2 {background-image: url("../images/common/res_type1_bg2.jpg");}
.i_type1_detail1.bg3 {background-image: url("../images/common/res_type3_bg2.jpg");}

.i_type1_detail1 {
	position: relative;
	width: 780px;
	min-height: 324px;
	padding: 0 0 18px;
	box-sizing: border-box;
	margin: -21px -40px;
	text-align: center;
    background-position: center center;
    background-size: 100%;
    -webkit-mask-image: linear-gradient(white 0% 95%, transparent 100%);
    -webkit-mask-position:center;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
}

.i_type1_detail1.person1 .i_type1_box2,
.i_type1_detail1.person3 .i_type1_box2 {
    transform: translate(-180px,-72px);
}
.i_type1_detail1.person2 .i_type1_box2 {
    transform: translate(-171px,-36px) scale(0.7);
}
/*free1*/
.i_type1_detail1.free1 .i_type1_detail_box1 {
    min-height: 360px;
}
.i_type1_detail1.person1.free1 .i_type1_box2,
.i_type1_detail1.person2.free1 .i_type1_box2,
.i_type1_detail1.person3.free1 .i_type1_box2 {
    transform: scale(0.7) translateY(-45px);
}

.i_type1_detail_eff1 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 7px;
	left: 0;
    background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 80%;
    mix-blend-mode: overlay;
}
.i_type1_detail1 img{
	width: 360px;
	height: 270px;
}

p.i_type1_free_txt1,
p.i_type1_detail_txt1,
p.i_info_p4 {
	position: relative;
	padding: 9px !important;
	color: white;
	width: 38%;
	min-width: 450px;
	white-space: nowrap;
	margin: 5px auto 0;
	font-weight: 500;
	text-align: center;
	background-image: linear-gradient(90deg, transparent, gold, white, gold, transparent),linear-gradient(90deg, transparent, gold, white, gold, transparent),linear-gradient(90deg,transparent,rgba(120,80,210,1),rgba(120,80,210,1),transparent);
	background-size: 100% 5px,100% 5px,100%;
	background-position: left top,left bottom,left top;
	background-repeat: no-repeat,no-repeat,no-repeat;
}
p.i_info_p4 {
	display: block;
	white-space: normal;
	width: 630px;
}
p.i_info_p4 span {
	display: inline-block;
	padding: 0 36px;
}
p.i_type1_free_txt1 {
	color: #fff;
	font-size: 130%;
	background: none;
}

.i_type1_detail_base1 {
	position: absolute;
	width: 100%;
    height: 100%;
	top: 0;
	left: 0;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	-webkit-perspective-origin: center;
	perspective-origin: center;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
    mix-blend-mode: screen;
}
.i_type1_detail_rotate1 {
	position: absolute;
	width: 540px;
	height: 360px;
	top: 0;
	left: 81px;
	transform: rotateX(153deg) rotateZ(0deg) translateZ(90px);
}
.i_type1_detail_rotate1 div {
    width: 540px;
    height: 360px;
    background-size: 100% 100%;
}
.i_type1_detail_box1 img {
	width: auto;
	height: 103%;
	margin: 14px auto;
}

/*img*/
.i_type1_detail_bg1,
.i_type1_detail_box1 {
    position: relative;
    width: 100%;
    min-height: 315px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.i_type1_detail_box2 {
    position: relative;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}
.i_type1_detail_bg1,
.i_type1_detail_box1.before1,
.i_type1_detail_box1.after1,
.i_type1_detail_box1.after2 {
    position: absolute;
    top: 0;
    left: 0;
}
.i_type1_detail_bg1 {
    width: 100%;
    height: 100%;
    background-size: 100%;
}
.i_type1_detail_box1 img:not(.i_type1_aura1){
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    transform: translate(-50%,-50%);
}



.i_type1_detail_box1 img.soul1,
.i_type1_detail_box1 img.high1{
    transform: translate(-50%,-45%) scale(1.3);
}
.i_type1_detail_box1 img.word1{
    transform: translate(-50%,-46%) scale(1.1);
}
.i_type1_detail_box1 img.type5_scene1{
    height: 103%;
    transform: translate(-50%,-50%);
}
.i_type1_detail_box1 img.type5_word1{
    height: 103%;
    transform: translate(-50%,-45%) scale(0.8);
}
.i_type1_detail_box1.before1 {
    background-image: linear-gradient(transparent,rgba(0,0,50,0.5),rgba(0,0,50,0.6),rgba(0,0,50,0.5),transparent);
}
.i_type1_detail_box1.before1 + .i_type1_detail_box1 {
	height:360px;
	margin: -18px auto -36px;
}

.soul1 .i_type1_detail_box1 img{
    transform: translate(-50%,-44%) scale(1.2);
}

/*time*/
.i_type1_detail_box1 img.time1{
    position: relative;
    width: 55%;
    height: auto;
    top: 0;
    left: 0;
    transform: none;
    margin: -54px auto -63px;
}
.i_type1_detail_p1 {
    position: relative;
	display: inline-block;
    padding: 27px 0 27px;
	color: #906;
	font-size: 41px;
	line-height: 120%;
	transform: scaleX(0.99);
    text-shadow: 0px 0px 3px #906,0px 0px 9px yellow,0px 0px 9px yellow,0px 0px 9px yellow,0px 0px 9px yellow;
}
.i_type1_detail_p1,
.i_type1_detail_p2{
    display: block;
}
.i_type1_detail_p1.p_time1 {
	font-size: 52px;
	line-height: 120%;
    color: #ff8;
    text-shadow: 0px 0px 3px #06f,0px 0px 9px #06f,0px 0px 9px #06f,0px 0px 9px #06f,0px 0px 9px #06f;
}

/*card*/
.bg2 .i_type1_detail_box1 {
    min-height: 428px;
}
.card-img {
    position: absolute;
    width: 243px;
    height: 356px;
    border-radius: 12px;
    box-shadow: 0 0 23px 12px #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.color1 .card-img {box-shadow: 0 0 12px 12px #fff, 0 0 23px 23px #f89;}
.color2 .card-img {box-shadow: 0 0 12px 12px #fff, 0 0 23px 23px #fa6;}
.color3 .card-img {box-shadow: 0 0 12px 12px #fff, 0 0 23px 23px #ff6;}
.color4 .card-img {box-shadow: 0 0 12px 12px #fff, 0 0 23px 23px #af9;}
.color5 .card-img {box-shadow: 0 0 12px 12px #fff, 0 0 23px 23px #6ff;}
.color6 .card-img {box-shadow: 0 0 12px 12px #fff, 0 0 23px 21px #baf, 0 0 25px 25px #09f;}
.color7 .card-img {box-shadow: 0 0 12px 12px #fff, 0 0 23px 23px #a7f;}
.i_type1_detail_box1 .card-img img {
    width: 102%;
    height: 102%;
}

/*opacity*/
.motif-img,
.scroll_box2,
.i_type1_detail_box1,
.i_type1_detail_rotate1,
.i_type1_detail_bg1,
.i_type1_detail1 + .scroll_box2,
.i_type1_detail1 .scroll_box2,
.i_type1_detail_eff1,
.i_type1_detail_txt1{
	opacity: 0;
}

/*animation*/
.anime_komi .scroll_box2,
.anime_komi + .img_komi2 .scroll_box2,
.anime_komi + .img_komi2 + .img_komi2 .scroll_box2,
.anime_komi + .img_komi2 + .img_komi2 + .img_komi2 .scroll_box2,
.anime_komi + .img_komi2 + .img_komi2 + .img_komi2 + .img_komi2 .scroll_box2,
.anime_komi + .img_komi2 + .img_komi2 + .img_komi2 + .img_komi2 + .img_komi2 .scroll_box2,
.anime_komi + .img_komi2 + .img_komi2 + .img_komi2 + .img_komi2 + .img_komi2 + .img_komi2 .scroll_box2,
.anime_komi + .img_komi2 + .img_komi2 + .img_komi2 + .img_komi2 + .img_komi2 + .img_komi2 + .img_komi2 .scroll_box2,
.anime_komi + .img_komi2 + .img_komi2 + .img_komi2 + .img_komi2 + .img_komi2 + .img_komi2 + .img_komi2 + .img_komi2 .scroll_box2,
.anime_komi + .img_komi2 + .img_komi2 + .img_komi2 + .img_komi2 + .img_komi2 + .img_komi2 + .img_komi2 + .img_komi2 + .img_komi2 .scroll_box2,
.anime_komi + .img_komi2 + .img_komi2 + .img_komi2 + .img_komi2 + .img_komi2 + .img_komi2 + .img_komi2 + .img_komi2 + .img_komi2 + .img_komi2 .scroll_box2,
.anime_komi + .img_komi2 + .img_komi2 + .img_komi2 + .img_komi2 + .img_komi2 + .img_komi2 + .img_komi2 + .img_komi2 + .img_komi2 + .img_komi2 + .img_komi2 .scroll_box2
{animation: fadein 1.0s ease 0.0s forwards;}

.anime_komi .scroll_box2 .motif-img,
.anime_komi + .img_komi2 .scroll_box2 .motif-img,
.anime_komi + .img_komi2 + .img_komi2 .scroll_box2 .motif-img,
.anime_komi + .img_komi2 + .img_komi2 + .img_komi2 .scroll_box2 .motif-img,
.anime_komi + .img_komi2 + .img_komi2 + .img_komi2 + .img_komi2 .scroll_box2 .motif-img,
.anime_komi + .img_komi2 + .img_komi2 + .img_komi2 + .img_komi2 + .img_komi2 .scroll_box2 .motif-img
{animation: fadein 1.0s ease 1.0s forwards;}
/* ----------------------
 * result_type1_komidashi
/* ----------------------




/* ----------------------
 * result_type4
 *---------------------- */
.i_type4_box1{
	position: relative;
	width: 780px;
	height: 540px;
	margin: 0px auto;
	text-align: center;
	letter-spacing: -0.05em;
	font-size: 30px;
	font-weight: 700;
	overflow: hidden;
	-webkit-mask-image: linear-gradient(rgba(255,255,255,0) 0%, rgba(255,255,255,1) 3%, rgba(255,255,255,1) 85%, rgba(255,255,255,0) 100%);
	-webkit-mask-position:center;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
}
.i_type4_sup1 {background-image: url("../images/common/res_type4_sup1.png");}
.i_type4_bg1 {background-image: url("../images/common/res_type4_bg1.jpg");}
.i_type4_bg2 {background: rgba(0,0,0,0.8);mix-blend-mode: overlay;}
.i_type4_eff1 {background-image: url("../images/common/res_type4_eff1.jpg"); mix-blend-mode: screen;}
.i_type4_eff2 {background-image: url("../images/common/res_type4_eff2.jpg"); mix-blend-mode: screen;}
.i_type4_txt1 {background-image: url("../images/common/res_type4_txt1.png");}
.i_type4_txt2 {background-image: url("../images/common/res_type4_txt2.png");}
.i_type4_chakra_box1,
.i_type4_balloon1,
.i_type4_soul1,
.i_type4_sup1,
.i_type4_bg1,
.i_type4_bg2,
.i_type4_eff1,
.i_type4_eff2,
.i_type4_txt1,
.i_type4_txt2{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-size: 100%;
}
.i_type4_soul1 {
    mix-blend-mode: screen;
}
.i_type4_balloon1 {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
}
.i_type4_balloon1 {
    margin: 0 0 0 33%;
    width: 64%;
}
[class*="type7"] .i_type4_balloon1 {
    margin: 0 auto;
    width: 100%;
}
.i_type4_balloon1 p.i_balloon_p {
    padding: 1em 0.2em;
}
.i_type4_balloon1 p.i_balloon_p,
.i_type4_balloon1 p.i_balloon_p strong {
    font-size: 50px;
    line-height: 146%;
    text-shadow: 0px 0px 15px #c2f,0px 0px 15px #c2f,0px 0px 15px #c2f,0px 0px 10px #68f,0px 0px 15px #108,0px 0px 25px #92c,0px 0px 25px #818,0px 0px 50px rgba(50,150,250,1),0px 0px 50px rgba(50,150,250,1);
    filter: contrast(1.5);
}
.i_type4_balloon1 p.i_balloon_p strong {
    font-size: 60px;
    display: inline-block;
    margin: 5px 10px;
}

/*scene*/
.i_type4_scene1,
.i_type4_scene2{
	position: absolute;
	width: 390px;
	height: 270px;
	top: 40px;
	left: 20px;
}
.i_type4_scene1.pos2,
.i_type4_scene2.pos2 {
	top: 200px;
	left: 370px;
}
.trial1 .i_type4_scene1,
.trial1 .i_type4_scene2{
	top: 10px;
	left: 0;
}
.trial1 .i_type4_scene1.pos2,
.trial1 .i_type4_scene2.pos2 {
	top: 260px;
	left: 400px;
}
.i_type4_scene1 {
	filter: brightness(90%) contrast(0.8);
}
.i_type4_box1.scene1 .pos1 {
	width: 455px;
	height: 315px;
	top: 130px;
	left: 150px;
}
.i_type4_box1.scene1 .pos2 {
    display: none;
}


/*opacity*/
.i_type4_chakra_box1,
.i_type4_box1 + div .i_text_box,
.i_type4_eff1,
.i_type4_soul1,
.i_type4_eff2,
.i_type4_balloon1,
.i_type4_step2,
.i_type4_hand1{
	opacity: 0;
}
/*animation*/
.anime1 .i_type4_eff2 {
	animation:
        fadein 1.0s 0.0s forwards,
        fadeout 1.0s 1.3s forwards;
}
.anime1 .i_type4_soul1 {
	animation:type4_soul1 2.5s 1.0s forwards;
}
.anime1 .i_type4_chakra_box1 {
	animation:fadein 1.5s 2.0s forwards;
}
.anime1 .i_type4_balloon1 {
	animation:fadein2 1.5s 2.5s forwards;
}
.type7.anime1 .i_type4_balloon1 {
	animation:fadein2 1.5s 1.5s forwards;
}
.anime1 .i_type4_eff1 {
	animation:glow1 3.0s linear 1.0s forwards;
}
.anime1.i_type4_box1 {
	animation:fadeinout4 2.0s 3.0s forwards;
}
.anime1 .i_type4_step1 {
	animation:fadeout 1.2s 1.9s forwards;
}
.anime1 .i_type4_step2 {
	animation:
        fadein 1.2s 1.9s forwards,
        fadeout 1.5s 4.5s forwards;
}
.anime1.i_type4_box1 + div .i_text_box {
    animation: fadein 1s 3s forwards;
}

/*type7*/
.type7.anime1 .i_type4_bg2 {
	animation:fadeout 2.0s 0s forwards;
}
.type7.anime1 .i_type4_eff2 {
	animation:fadein 2.0s 0.0s forwards;
    transform: translateY(70px);
}
.type7.anime1 .i_type4_eff1 {
	animation:glow1 3.0s linear 0.0s forwards;
}

@keyframes type4_soul1 {
    0% {opacity: 0; transform: scale(0);}
    100% {opacity: 1; transform: scale(1);}
}

/* ----------------------
 * result_type4
 *---------------------- */





/* ----------------------
 * result_type5
 *---------------------- */
.i_type5_box1{
	position: relative;
	width: 780px;
	height: 640px;
	margin: 0px auto;
	text-align: center;
	letter-spacing: -0.05em;
	overflow: hidden;
	-webkit-mask-image: linear-gradient(rgba(255,255,255,0) 0%, rgba(255,255,255,1) 3%, rgba(255,255,255,1) 95%, rgba(255,255,255,0) 100%);
	-webkit-mask-position:center;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
}
.i_type5_box1 .chakra-container {
    transform: scale(0.7) translateY(150px);
}
.i_type5_box1 .i_type1_box2 {
    transform: scale(0.7) translateY(50px);
}
.i_type5_bg1 {background-image: url("../images/common/res_type5_bg1.jpg");}
.i_type5_bg2 {background-image: url("../images/common/res_type5_bg1.jpg");mix-blend-mode: screen;}
.i_type5_eff1 {background-image: url("../images/common/res_type4_eff1.jpg");mix-blend-mode: screen;}
.i_type5_sup1 {background-image: url("../images/common/res_type5_sup1.png");}
.i_type5_sup2 {background-image: url("../images/common/res_type5_sup2.png");}

.i_type5_img_box1,
.i_type5_bg1,
.i_type5_bg2,
.i_type5_soul1,
.i_type5_eff1,
.i_type5_sup1,
.i_type5_sup2{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
    background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.i_type5_soul1 {
    mix-blend-mode: screen;
}
/*sil*/
.i_type5_box1 .i_type1_sil1 {
    filter: contrast(0.2) brightness(1.8);
}
.i_type5_box1.person2 .i_type1_box_sil1,
.i_type5_box1.person2 .i_type1_box_aura1 {
    left: -104px;
}
.i_type5_box1.person2 .i_type1_box_sil1.p2,
.i_type5_box1.person2 .i_type1_box_aura1.p2 {
    display: block;
    left: 176px;
}
.i_type5_box1.person2 .txt-col {
    max-width: 100px;
}
/*img*/
.i_type5_img_box1 img {
    position: absolute;
    width: 315px;
    height: auto;
}
.i_type5_img_box1.step2 img {
    transform: scale(1.2);
}
.i_type5_img_box1 .pos1 {top: 28px;left: -12px;}
.i_type5_img_box1 .pos2 {top: 52px;left: 470px;}
.i_type5_img_box1 .pos3 {top: 315px;left: 12px;}
.img_a .i_type5_img_box1 .pos1 {top: 130px;left: 0px;}
.img_a .i_type5_img_box1 .pos2 {top: 232px;left: 448px;}
.img_a .i_type5_img_box1 .pos3 {top: 355px;left: 120px;}
.img_b .i_type5_img_box1 .pos1 {top: 190px;left: 0px;width: 330px;}
.img_b .i_type5_img_box1 .pos2 {top: 332px;left: 448px;}
.img_c .i_type5_img_box1 .pos1 {top: 195px;left: 180px;width: 400px;}
/*display*/
.img_b .i_type5_img_box1 .pos3,
.img_c .i_type5_img_box1 .pos2,
.img_c .i_type5_img_box1 .pos3 {
    display: none;
}
/*opacity*/
.i_type5_box1 .i_type1_label1,
.i_type5_img_box1,
.i_type5_bg2,
.i_type5_eff1,
.i_type5_sup1,
.i_type5_sup2 {
    opacity: 0;
}

/*opacity-type2(free)*/
.type2 .i_type1_soul_bg1,
.type2 .i_type1_soul1 {
    opacity: 1;
}

/*animation*/
.anime1 .i_type1_name_box1.type2 {animation:fadein 1s 1s forwards,fadeout 2s 3.5s forwards;}
.anime1 .i_type5_sup1 {animation:fadein 1s 0.5s forwards,fadeout 2s 1.5s forwards;}
.anime1 .i_type5_sup2 {animation:fadein 1.5s 1.5s forwards,fadeout 1s 3s forwards;}
.anime1 .i_type5_eff1 {animation:glow1 3s 3.5s forwards;}
.anime1 .i_type5_bg1 {animation:fadein 1.5s 2.2s forwards;}
.anime1 .i_type5_bg2 {animation:fadein 4s 3.5s forwards;}
.anime1.i_type5_box1 {animation:fadeinout4 2s 5.6s forwards;}

.anime1 .i_type5_img_box1.step1 {animation: fadein 1s 5.5s forwards;}
.anime1 .i_type5_img_box1.step2 {animation:type5_imgbox1 3s ease-in 3.6s forwards;}

.anime1.i_type5_box1 .p_step1 {animation:fadeout 1s 2.5s forwards;}
.anime1.i_type5_box1 .i_type1_box2 {animation:type5_scale2 1s 3s forwards;}
.anime1.i_type5_box1 .chakra-container {animation:type5_scale3 1s 3s forwards;}
.anime1.i_type5_box1 .i_type1_label1 {animation:fadein 1s 4s forwards;}


/*trial*/
.trial1.i_type5_box1 .p_step3 {display: none;}

@keyframes type5_imgbox1 {
    0% {filter: brightness(0) saturate(0); opacity: 0;}
    50% {filter: brightness(2) saturate(0); opacity: 0.3;}
    100% {filter: brightness(1) saturate(1); opacity: 1;}
}
@keyframes type5_scale1 {
    100% {transform: scale(1); opacity: 1;}
}
@keyframes type5_scale2 {
    100% {transform: scale(0.55) translateY(40px);}
}
@keyframes type5_scale3 {
    100% {transform: scale(0.55) translateY(140px);}
}
/* ----------------------
 * result_type5
 *---------------------- */






/* ----------------------
 * result_balloon_anime
 *---------------------- */
/*opacity*/
.i_balloon1.anime,
.i_balloon2.anime {
	opacity: 0;
}
/*animation*/
.anime1 .i_balloon1.anime,
.anime1 .i_balloon2.anime {animation: fadein2 2.0s ease 0s 1 forwards;}

/* ----------------------
 * result_balloon_anime
 *---------------------- */





/* ----------------------
 * result_keyframes
 *---------------------- */
/*type1*/
@keyframes type1_strong1 {
    0% {opacity:1;filter: none;}
    100% {opacity:1;filter:brightness(120%) drop-shadow(0px 0px 5px #ffd900) drop-shadow(0px 0px 9px #ffd900) drop-shadow(0px 0px 9px #ffd900);}
}
/*common*/
@keyframes height0 {
	0% {height: 100%;}
	100% {height: 0;}
}
@keyframes height1 {
	0% {height: 0;}
	100% {height: 100.5%;}
}
@keyframes word1 {
	0% {opacity: 0; transform: scale(2)}
	100% {opacity: 1; transform: scale(1)}
}
@keyframes fadein {
    100% {opacity: 1;}
}
@keyframes fadein2 {
    0% {opacity: 0;filter: brightness(330%);}
    100% {opacity: 1;filter: brightness(100%);}
}
@keyframes fadein3 {
	0% {opacity: 0;-webkit-filter: brightness(0) invert(1);filter: brightness(0) invert(1);}
	50% {opacity: 1;-webkit-filter: brightness(0) invert(1);filter: brightness(0) invert(1);}
	100% {opacity: 1;}
}
@keyframes fadein_trial_box {
	0% {opacity: 0; height: 0}
	1% {opacity: 0; height: 540px}
	100% {opacity: 1; height: 540px}
}
@keyframes fadeout {
    0% {opacity: 1;}
    100% {opacity: 0;}
}
@keyframes fadeout2 {
    0% {opacity: 1;}
    100% {opacity: 0.3;}
}
@keyframes fadeout3 {
	0% {opacity: 1;}
	50% {opacity: 1;-webkit-filter: brightness(0) invert(1);filter: brightness(0) invert(1);}
	100% {opacity: 0;-webkit-filter: brightness(0) invert(1);filter: brightness(0) invert(1);}
}
@keyframes fadeinout {
    0% {opacity: 0;}
    30% {opacity: 1;}
    70% {opacity: 1;}
    100% {opacity: 0;}
}
@keyframes fadeinout2 {
    0% {opacity: 1;}
    50% {opacity: 0;}
    100% {opacity: 1;}
}
@keyframes fadeinout3 {
    0% {opacity: 1;}
    33% {opacity: 0;}
    66% {opacity: 1;}
    100% {opacity: 0;}
}
@keyframes fadeinout4 {
    0% {}
    50% {filter: brightness(130%);}
    100% {}
}
@keyframes fadeinout5 {
    0% {}
    30% {filter: brightness(260%);}
    100% {}
}
@keyframes glow1 {
    0% {opacity: 0; transform: scale(0)}
    20% {opacity: 1; transform: scale(1.5)}
    99.9% {opacity: 0; transform: scale(3)}
    100% {opacity: 0; transform: scale(0)}
}

@keyframes center1 {
    20% {transform: translate(0px,0px);}
    80% {transform: translate(0px,0px);}
}
@keyframes eff1 {
    0% {opacity: 0}
    50% {opacity: 1}
    100% {opacity: 0}
}
@keyframes eff2 {
    0% {opacity: 0}
    100% {opacity: 1}
}
@keyframes fadein_btn {
	0% {
		opacity: 0;
		pointer-events: none;
		visibility: visible;
	}
	100% {
		opacity: 1;
		pointer-events: auto;
		visibility: visible;
	}
}
@keyframes fadeout_btn {
	0% {
		opacity: 1;
		pointer-events: none;
		visibility: visible;
	}
	99% {
		opacity: 0;
		pointer-events: none;
		visibility: visible;
	}
	100% {
		opacity: 0;
		pointer-events: none;
		visibility: hidden;
	}
}
/* ----------------------
 * result_keyframes
 *---------------------- */


/*top-animation*/
.i_type1_box1.person2 .i_type1_box2,
.i_type1_box1.person2.type1 {
    width: 720px;
}
.person2 .i_type1_box_sil1,
.person2 .i_type1_box_aura1 {
    left: -230px;
}
.person2 .i_type1_box_sil1.p2,
.person2 .i_type1_box_aura1.p2 {
    display: block;
    left: 243px;
}

/*top-tarot-animation*/
.free_scroll_box .i_type1_detail1 {
    min-height: auto;
    margin: 0 auto 22px;
    padding: 9px;
    border-radius: 16px;
    background: url("../images/common/res_type1_table_box1.jpg") no-repeat;
    background-position: center;
    background-size: cover;
    box-shadow: 0 0 9px 7px #f9f inset, 0 0 11px 2px #f9f;
    -webkit-mask-image: none;
    mask-image: none;
}
.free_scroll_box .scroll_box2 {
    opacity: 1;
}
.i_type_btn_box1,
.i_type_btn_box1 img {
    visibility: visible;
    opacity: 1;
    backdrop-filter: none;
    cursor: pointer;
    z-index: 10;
    pointer-events: auto;
}
.anime1 .i_type_btn_box1,
.anime1 .i_type_btn_box1 img {
    animation: fadeout_btn 1s 0s forwards;
}

/*top-neon-box*/
.i_type1_box1 + .neon-container {
    margin: 0 0 -10px;
}
.month_bg .neon-box {
    position: relative;
    width: 610px;
    height: auto;
    margin: 34px auto;
    padding: 30px 20px 10px;
    font-size: 22px;
    letter-spacing: -0.05em;
}
.month_bg .neon-box .chakra1 {
    top: -26px;
    left: -10px;
    z-index: 2;
    width: 66px;
    height: 66px;
}
.month_bg .neon-label {
	top: -14px;
	left: 60px;
	width: 262px;
	height: 40px;
}
.month_bg .planet-label {
    width: 220px;
    margin: 10px 0 0;
}
.month_bg .neon-container .neon-box img {
    width: 336px;
    top: 28px;
}

/*top-type2*/
.month_bg .bend-box {
    top: 76px;
}
.type2 .chakra-container,
.type2 .i_type1_box2 {
    overflow: visible;
    mask-image: none;
}