@charset "euc-jp";
/* ----------------------
 * common
 *---------------------- */
* {
	margin: 0;
	padding: 0;
}
:root {
--mainbgcolor: #243414;
--bgcolor: #583828;
}
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.webp) no-repeat center top;
	background-attachment: fixed;
	word-break: break-all;
}
.tab-nav {
	background: linear-gradient(var(--bgcolor),var(--mainbgcolor));
	display: flex;
    justify-content: center;
    margin: 0 0 12px;
    mask-image: linear-gradient(#fff 0% 95%, #0000 100%);
}
.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: 37px;
}
.tab-text p strong {
    color: #ff0;
    font-size: 42px;
}
.padding0 {
	padding: 0 !important;
}
.padding1 {
	padding: 0 0 16px !important;
}
#contents_title,
#contents_title_nifty,
#contents_title_sonet,
#contents_title_biglobe,
#contents_title_excite,
#contents_title_rakuten {
}
.contents_bg {
	width: 100%;
	background-repeat: repeat-y;
	background-position: center top;
	background-image: url(../images/common/main_bg.png);
	overflow: hidden;
}
.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: 32px;
	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,
.header_rakuten,
h1{
	max-width: 100%;
	margin: -2px auto;
	background: url(../images/top/top_title_bg.png) center top no-repeat;
}
.header h1,
.header_excite h1,
.header_rakuten 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_rakuten h1 {background: url(../images/top/top_title_rakuten.png) center top no-repeat;}
/* ----------------------
 * header
 *---------------------- */
/* ----------------------
 * head_btn
 *---------------------- */
.head_btn_box {
	display: flex;
	width: 930px;
	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: 6px 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_bt,
.at_top,
.free_top,
.ichi_top,
.inp_balloon2_img,
.inp_balloon_img,
.inp_top_my_top,
.inp_top_you_top,
.month_bt,
.month_sub_top,
.month_top,
.new_bt,
.new_sub_top,
.new_top,
.pack_bt,
.pack_top,
.review_bt,
.review_top,
.spe2_bt,
.spe2_top {
	width: 920px;
	margin: -1px auto;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.at_bt {background-image: url('../images/top/at_bt.jpg'); height: 100px;}
.at_top {background-image: url('../images/top/at_top.jpg'); height: 503px;}
.free_top {background-image: url('../images/top/free_top.png'); height: 140px;}
.ichi_top {background-image: url('../images/top/ichi_top.jpg'); height: 759px;}
.inp_balloon2_img {background-image: url('../images/top/inp_balloon2_img.jpg'); height: 463px;}
.inp_balloon_img {background-image: url('../images/top/inp_balloon_img.jpg'); height: 463px;}
.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: 162px;}
.month_top {background-image: url('../images/top/month_top.jpg'); height: 537px;}
.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: 156px;}
.new_top {background-image: url('../images/top/new_top.jpg'); height: 759px;}
.pack_bt {background-image: url('../images/top/pack_bt.jpg'); height: 120px;}
.pack_top {background-image: url('../images/top/pack_top.jpg'); height: 502px;}
.review_bt {background-image: url('../images/top/review_bt.jpg'); height: 120px;}
.review_top {background-image: url('../images/top/review_top.jpg'); height: 273px;}
.spe2_bt {background-image: url('../images/top/spe2_bt.jpg'); height: 120px;}
.spe2_top {background-image: url('../images/top/spe2_top.jpg'); height: 501px;}
/*_no-repeat-parts_*/

/*_repeat-y-parts_*/
.at_bg,
.free_bg,
.ichi_bg,
.intro_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')}
.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 {
	padding: 0 0 20px;
}
.margin_spe2 {
	margin: -12px 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*/
.new_eff1_top {background-image: url('../images/top/new_eff1_top.png'),radial-gradient(closest-corner at center 330px,white 0%,rgba(255,255,128,1) 45%,transparent 80%); height:796px;background-size: 100% 100%, 100% 400px;}
.new_eff2_top {background-image: url('../images/top/new_eff2_top.png'),linear-gradient(transparent 50%,rgba(255,255,128,1) 70%,transparent 90%); height:796px;}

.ichi_base_top,
.new_base_top,
.inp_base_top {
    position: relative;
}
.ichi_base_top strong,
.new_base_top strong,
.inp_base_top strong{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: hard-light;
    opacity: 0;
}
.anime1.ichi_base_top strong,
.anime1.new_base_top strong,
.anime1.inp_base_top strong{
    animation: fadein2 1.5s 0.8s forwards;
}
.anime1.ichi_base_top strong:nth-of-type(2),
.anime1.new_base_top strong:nth-of-type(2),
.anime1.inp_base_top strong:nth-of-type(2){
    animation: fadein 0.3s 0.5s forwards,fadeout 1.2s 0.8s forwards;
}
.anime1.ichi_base_top strong:nth-of-type(3),
.anime1.new_base_top strong:nth-of-type(3),
.anime1.inp_base_top strong:nth-of-type(3){
    animation: fadein2 1.5s 1.9s forwards;
}
.anime1.ichi_base_top strong:nth-of-type(4),
.anime1.new_base_top strong:nth-of-type(4),
.anime1.inp_base_top strong:nth-of-type(4){
    animation: fadein 0.3s 1.5s forwards,fadeout 1.2s 1.8s forwards;
}
/* ----------------------
 * new
 *---------------------- */


 

/* ----------------------
 * attention
 *---------------------- */
.txt_menu.text2 {
	display: block;
	width: 828px;
	padding:20px;
	background: rgba(50,10,70,0.7);
	border-radius: 20px;
	margin: 22px auto 10px;
	color: #fff;
	font-size: 155%;
	line-height: 220%;
	letter-spacing: -0.03em;
	box-shadow: 0 0 2px 3px #950;
}
/* ----------------------
 * attention
 *---------------------- */



/* ----------------------
 * free
 *---------------------- */
.free_bg a img {
	width: 640px;
	height: auto;
    aspect-ratio: 64 / 25;
	margin: 0px auto -1px;
	cursor: pointer;
}
/* ----------------------
 * free
 *---------------------- */




/* ----------------------
 * month
 *---------------------- */
.month_top {
	display: flex;
	flex-flow: column;
	justify-content: flex-end;
}
.month_bg {
    background-color: var(--bgcolor);
	padding: 0 0 20px;
}
.month_bt {
    background-image: linear-gradient(var(--bgcolor),transparent);
    height:50px;
}
.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_bg .text3 {
	color: #fff;
	font-size: 125%;
	line-height: 181%;
	text-align: left;
}
.month_bg .text3 strong {
	color: #ff0;
	font-size: 135%;
	line-height: 151%;
	display: block;
	border-bottom: antiquewhite 1px solid;
	margin: 0 auto;
	text-align: left;
}
/* ----------------------
 * month
 *---------------------- */




/* ----------------------
 * spe2
 *---------------------- */
/* ----------------------
 * spe2
 *---------------------- */








/* ----------------------
 * 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: 800px;
	height: 60px;
	background: url(../images/top/cate_sp_top1.jpg) no-repeat;
	background-size: 100% 100%;
}
.cate_sp_bg1 {
	width: 800px;
	margin: -3px 0;
	background: url(../images/top/cate_sp_bg1.jpg) repeat-y;
	background-size: 100%;
}
.cate_sp_bt1 {
	width: 800px;
	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: 800px;
	height: 60px;
	background: url(../images/top/cate_sp_top2.jpg) no-repeat;
	background-size: 100% 100%;
}
.cate_sp_bg2 {
	width: 800px;
	margin: -3px 0;
	background: url(../images/top/cate_sp_bg2.jpg) repeat-y;
	background-size: 100%;
}
.cate_sp_bt2 {
	width: 800px;
	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: 800px;
	height: 60px;
	background: url(../images/top/cate_sp_top3.jpg) no-repeat;
	background-size: 100% 100%;
}
.cate_sp_bg3 {
	width: 800px;
	margin: -3px 0;
	background: url(../images/top/cate_sp_bg3.jpg) repeat-y;
	background-size: 100%;
}
.cate_sp_bt3 {
	width: 800px;
	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: 800px;
	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 {
	margin: 0 40px;
	text-align: left;
}

/* double_box------ */

.cate_list_bg1 {
	display: flex;
	flex-wrap: wrap;
    align-items: stretch;
	gap: 10px;
	width: 780px;
	margin: 0 auto;
	min-height: 100px;
	padding: 10px 0 0;
}
.cate_list_box1,
.cate_list_box2 {
    position: relative;
    flex: 1;
    border-radius: 12px;
    padding: 20px;
}
.cate_list_box1 {
    background: #fff;
}
.cate_list_box1:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 30px solid transparent;
	border-image-source: url("../images/common/res_type3_border2.png");
	border-image-slice: 60;
	border-image-repeat: repeat;
	pointer-events: none;
	box-sizing: border-box;
}
/* double_box------ */

/* single_box------ */
.cate_list_top2 {
	width: 380px;
	height: 40px;
	margin: 0 0 -2px;
	background: url(../images/top/cate_list_top1.jpg) no-repeat;
	background-size: 200% 100%;
}
.cate_list_bg2 {
	width: 380px;
	margin: 0 0 -2px;
	background: url(../images/top/cate_list_bg1.jpg) repeat-y;
	background-size: 200%;
}
.cate_list_bt2 {
	width: 380px;
	height: 40px;
	margin: 0 0 -2px;
	background: url(../images/top/cate_list_bt1.jpg) no-repeat;
	background-size: 200% 100%;
}
.cate_list_top4 {
	width: 380px;
	height: 40px;
	margin: 0 0 -2px;
	background: url(../images/top/cate_list_top3.jpg) no-repeat;
	background-size: 200% 100%;
}
.cate_list_bg4 {
	width: 380px;
	margin: 0 0 -2px;
	background: url(../images/top/cate_list_bg3.jpg) repeat-y;
	background-size: 200%;
}
.cate_list_bt4 {
	width: 380px;
	height: 40px;
	margin: 0 0 -2px;
	background: url(../images/top/cate_list_bt3.jpg) no-repeat;
	background-size: 200% 100%;
}
.cate_list_top6 {
	width: 380px;
	height: 40px;
	margin: 0 0 -2px;
	background: url(../images/top/cate_list_top5.jpg) no-repeat;
	background-size: 200% 100%;
}
.cate_list_bg6 {
	width: 380px;
	margin: 0 0 -2px;
	background: url(../images/top/cate_list_bg5.jpg) repeat-y;
	background-size: 200%;
}
.cate_list_bt6 {
	width: 380px;
	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_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
 *---------------------- */
.pack_bg .use_spe2,
.pack_bg .inp_my_top,
.spe2_bg .inp_my_top {
	display: none;
}
.spe2_bg .use_pack,
.spe2_bg .inp_my_top,
.spe2_bg .inp_you_top {
	display: none;
}
.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/top/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/top/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: 750px;
	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: 6px 0 19px 3px;
	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: 50px;
	margin: -10px 0 4px;
	background-size: 100%;
	background-repeat: no-repeat;
	float: left;
}

.inp_form_title6,.inp_form_title8 {
	width: 160px;
	height: 50px;
    margin: -10px 10px 4px -92px;
}
.inp_form_title7,.inp_form_title9 {
	width: 120px;
	height: 50px;
}

.nickname_in {
	font-size: 174%;
	width: 250px;
}
.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: auto;
}
.inp_btn2 {
	width: 540px;
	height: 210px;
}
.inp_btn3 {
	width: 540px;
	height: 160px;
}
#second_form {
	margin-bottom: 30px;
}
.pack_bg #second_form {
	margin-bottom: 0;
}
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_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;
	margin: 0 auto;
}
.inp_top_box {
	width: 900px;
	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: 200%;
	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 #f00, 0 0 20px #f00;
}



/* ----------------------
 * intro_i_balloon
 *---------------------- */
.free_scroll_box {
	/*display:none;
	overflow:hidden;*/
}
.i_info_p2 {background-image: url("../images/common/res_info_p2.jpg");}
.i_info_p2.color1 {background-image: url("../images/common/res_type2_noise1.png"),linear-gradient(rgba(0,0,100,0.4) 0%,transparent 55%),radial-gradient(#904,#004)}
.i_info_p2.color2 {background-image: url("../images/common/res_type2_noise1.png"),linear-gradient(rgba(0,0,100,0.4) 0%,transparent 55%),radial-gradient(#257,#004)}
.i_info_p2.color3 {background-image: url("../images/common/res_type2_noise1.png"),linear-gradient(rgba(0,0,100,0.4) 0%,transparent 55%),radial-gradient(#647,#004)}
.i_info_p2.color4 {background-image: radial-gradient(#507,#406,transparent)}
.i_info_p2 {
    position: relative;
    width: 890px;
    margin: 0 auto 20px;
    padding: 0 20px;
    background-repeat: repeat,no-repeat,no-repeat;
    background-position: center center;
    background-size: 128px, calc(100% + 140px) calc(100% + 140px), calc(100% + 140px) calc(100% + 140px);
    font-size: 150%;
    font-feature-settings: 'palt';
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    border: transparent 80px solid;
    border-image: url("../images/common/res_type2_border1.png") 228 stretch;
}
.i_info_p2:before,
.i_info_p2:after {
    content: "";
    display: block;
    position: absolute;
    width: 190px;
    height: 25px;
    top: -84px;
    left: 210px;
    background: url("../images/common/res_type2_border_before.png") no-repeat;
    background-size: 100% 100%;
}
.i_info_p2:after {
    width: 170px;
    height: 25px;
    top: auto;
    bottom: -84px;
    left: 220px;
    transform: scaleY(-1);
}
.i_info_p2 > strong {
    display: block;
    margin: -40px;
}
.i_info_p2 strong {
	color: #fff;
	font-size: 143%;
	line-height: 116%;
	text-shadow: 0 1px 5px #000, 0 1px 5px #000;
}
.i_info_p2 strong strong{
	color: #ff0;
	display: inline-block;
    text-shadow: none;
	background: -webkit-linear-gradient(90deg, #FFF, #EDAC06, #FF0, #FF0, #F7DE05, #cC9802, #FF0);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	filter: drop-shadow(2px 0px 0px black) drop-shadow(0px 0px 4px black);
}
.i_info_p5 {
	width: 820px;
    margin: 20px auto;
    padding: 20px;
    text-align: justify;
	color: #fff;
	font-size: 150%;
	text-shadow: 0px 0px 10px rgba(0,0,0,1);
	background: linear-gradient(rgba(100,0,30,0.9), rgba(170,50,70,1));
	background: url("../images/common/res_balloon1.png");
    background-size: 100%;
    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;
}
.i_info_p5 strong {
	color: #ff0;
	font-size:110%;
    text-shadow: 0px 0px 10px red,0px 0px 10px red;
}
.i_info_p5.frame {
    color: #fea;
    background: none;
    font-size: 30px;
    line-height: 120%;
    text-shadow: 0 0 15px #f00, 0 0 10px #f00;
    margin: -1px auto 7px;
    padding: 9px 0;
    background-image: linear-gradient(90deg, transparent, gold, white, gold, transparent),linear-gradient(90deg, transparent, gold, white, gold, transparent);
    background-size: 100% 2px;
    background-repeat: no-repeat;
    background-position: center bottom,center top;
    box-shadow: none;
    text-align: center;
    border-image: none;
}
.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: 115%;
	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 10px #f60;
}
.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
 *---------------------- */
div[id^="res_type"][id$="_bg"],
div[id^="res_type"][id$="_bg1"],
div[id^="res_type"][id$="_bg2"] {
  position: relative;
}
/* ----------------------
 * result_box
 *---------------------- */



/* ----------------------
 * result_type1
 *---------------------- */
/*sancai*/
.i_sancai_container {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	width: 100%;
	max-width: 450px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 12px 14px 45px;
	gap: 5px;
	font-size: 25px;
}
.i_sancai_block {
	flex: 3;
	display: flex;
	flex-direction: column;
	align-items: center;
	word-break: keep-all;
}
.i_sancai_arrow {
	flex: 3;
	display: flex;
	justify-content: center;
}
.i_sancai_kichi {
	flex: 6;
	display: flex;
	justify-content: center;
}
.i_sancai_label {
	font-weight: bold;
	line-height: 140%;
	text-align: center;
}
.i_sancai_box {
	border: 5px double #532;
    border-radius: 5px;
	width: 100%;
	aspect-ratio: 1 / 1;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
}
.i_sancai_gogyo1,
.i_sancai_arrow1,
.i_sancai_kichi1 {
	width: 100%;
	max-width: 90px;
	height: auto;
	display: block;
}
.i_sancai_kichi1 {
	transform: scale(1.8) translate(10px, 2%);
}
img.i_sancai_kichi1[src*="res_type1_kk101.png"]{
	transform: scaleX(1.3) scaleY(1.5) translate(10px, 2%);
}

img.i_sancai_kichi1[src*="res_type1_kk103.png"],
img.i_sancai_kichi1[src*="res_type1_kk104.png"]{
	transform: scale(1.8) translate(5px, 5%);
}
/*detail-sancai*/
.i_type2_box1 .i_sancai_container {
    max-width: 653px;
    padding: 0 0 0 23px;
	font-size: 34px;
    text-shadow: 0 0 12px #fff,0 0 12px #fff,0 0 12px #fff;
}
.i_type2_box1 .i_sancai_container img {
    max-width: 135px;
}
.i_type2_box1 .i_type2_un1 {
    transform: translateX(70px);
}


/*table*/
.i_table_container {
	width: 92%;
	margin: 0 auto;
}

.i_table_main {
	width: 100%;
	border-collapse: collapse;
	border: 3px solid #7373e2;
	font-size: 30px;
	line-height: 130%;
}

.i_table_th {
	background-color: #d8d8f7;
	color: #000;
	border: 3px solid #7373e2;
	padding: 12px;
	text-align: center;
	font-weight: bold;
    word-break: keep-all;
}

.i_table_td {
	border: 3px solid #7373e2;
	padding: 7px;
	color: #321;
    background-color: #f9f6f1;
    letter-spacing: -0.05em;
    text-align: left;
}
.i_table_main tr:nth-of-type(odd) .i_table_td {
    background-color: #E6D5EC;
}

/*comment*/
.comment1, 
.comment2, 
.comment3{
	display: flex;
	flex-flow: column;
	width: 90%;
	font-size: 30px;
	position: relative;
	box-sizing: border-box;
	line-height: 170%;
	text-align: justify;
	z-index: 10;
}
.comment3 {
	width: auto;
	min-width: auto;
}
.comment1 p,
.comment2 p,
.comment3 p {
	padding: 0 34px 12px;
}
p.padding1 {
	padding: 0 34px 34px;
}
.comment3 .head1 strong,
.comment3 .head2 strong {
	font-size: 110%;
	padding: 0 0 5px;
	color: #030;
	text-shadow: 3px 0 0 #fed,-3px 0 0 #fed,0 3px 0 #fed,0 -3px 0 #fed,0 0 12px #ff0,0 0 12px #ff0,0 0 12px #ff0;
}
.comment3 .head2 strong {
	border-bottom: 3px solid #030;
}
.comment3 .body1 strong {
    color: #880011;
}


/*bg*/
#res_type1_bg1,
#res_type1_bg2,
#res_type1_bg3{
	position: relative;
}
.i_type1_box1 {
	position: relative;
	display: flex;
    flex-direction: column;
	width: 702px;
	min-height: 567px;
	margin: 0 auto 15px;
	padding: 21px 39px 0;
    mask-image: linear-gradient(#0000 0%, #fff 1% 99%, #0000 100%);
}
.i_type1_flex1 {
	position: relative;
	display: flex;
    align-items: center;
    justify-content: center;
	width: 100%;
	margin: 0 auto 12px;
	column-gap: 39px;
}
.i_type1_flex1 > div {
    margin: 0 auto;
}
.person1 .i_type1_flex1 > div:nth-of-type(2),
.person3 .i_type1_flex1 > div:nth-of-type(2) {
    display: none;
}
.i_type1_bg_box1 {
    mask-image: linear-gradient(90deg,#fff0 0%, #fff 1% 99%, #fff0 100%);
}
.type1.person1 .i_type1_bg_box1,
.type1.person3 .i_type1_bg_box1 {
    mask-image: linear-gradient(90deg,#fff0 0%,#fff9 7%, #fff 20% 80%, #fff9 93%, #fff0 100%);
}
.person2 .i_type1_bg1:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg,transparent 0%,#fff9 5% 40%,black 50%,#fff9 51% 89%,black 99%,transparent 100%);
    mix-blend-mode: soft-light;
}
.i_type1_bg_box1,
.i_type1_bg1,
.i_type1_bg2,
.i_type1_bg3,
.i_type1_bg4,
.i_type1_bg5,
.i_type1_bg6,
.i_type1_mask{
	position: absolute;
	width: 780px;
	height: 100%;
	top: 0;
	left: 0;
	background-position: left top,left bottom, left top;
	background-size: 100%,100%,100% 100%;
	background-repeat: no-repeat;
	overflow: hidden;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.i_type1_bg1 {
	background-image:
        url("../images/common/res_type1_bg1.jpg");
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.i_type1_bg2 {
	background-image:
        url("../images/common/res_type1_top1.png"),
        url(../images/common/res_type1_bt1.png);
	background-position: left top,left bottom;
	background-size: 106px,405px;
	background-repeat: repeat-x,repeat-x;
}
.i_type1_bg3 {
	background-image:
        url("../images/common/res_type1_top2.png"),
        url(../images/common/res_type1_bt2.png);
	background-position: left top,left bottom;
	background-size: 122px,405px;
	background-repeat: repeat-x,repeat-x;
}
.color2 .i_type1_bg3 {
	background-image:
        url("../images/common/res_type1_top3.png"),
        url(../images/common/res_type1_bt3.png);
}
.person1 .i_type1_bg3,
.person3 .i_type1_bg2 {
    display: none;
}
.person2 .i_type1_bg2 {
    width: 50%;
}
.person2 .i_type1_bg3 {
    width: 50%;
    left: 50%;
}

/*kaku*/
.kaku{
	position: absolute;
	width: 72px;
	height: 72px;
	top: 54%;
	left: 270px;
	transform: translate(0px, -50%);
	z-index: 3;
}
.name1 .tenkaku{
	top: 64%;
}
.name1 .chikaku{
	top: 51%;
}
.name1 + div .naiun1{
	top: 82%;
}
.name1 + div .naiun2{
	top: 82%;
}
.name1 + .i_type1_box_center1 .jinkaku,
.name1 + .i_type1_box_center1 .gaikaku {
	top: 98%;
}
.jinkaku {transform: translate(-183px,-41px);}
.gaikaku {transform: translate(-241px,-41px);}
.naiun1 {transform: translate(-293px,-147px);}
.naiun2 {transform: translate(-293px,75px);}
.person2 .naiun1 {transform: translate(-270px,-147px);}
.person2 .naiun2 {transform: translate(-270px,75px);}
.seimei6 .name2 + div .naiun1 {top:59%}
.seimei7 .name2 + div .naiun1 {top:140%}
.person2 .seimei7 .name2 + div .naiun1 {top:58%}


.kaku > span:nth-of-type(1) {
	position: relative;
	display: block;
	width: auto;
	height: 72px;
	top: -9px;
}
.attr1,
.attr2,
.num1,
.num2,
.i_type1_box1 .border1,
.i_type1_box1 .border2,
.i_type1_box1 .border3,
.i_type1_box1 .border4,
.i_type1_box1 .border5,
.i_type1_box1 .circle1,
.i_type1_box1 .circle2,
.i_type1_box1 .circle3,
.i_type1_box1 .circle4,
.i_type1_box1 .circle5{
	display: block;
	font-size: 25px;
	text-align:center;
	text-shadow: 0px 2px 0px #fff,0px -5px 0px #fff,3px 0px 0px #fff,-3px 0px 0px #fff,0px 0px 12px #fff,0px 0px 12px #fff,0px 0px 12px #fff;
	line-height: 130%;
}

.attr1,
.attr2 {
	position: relative;
	line-height: 100%;
	transform: scaleX(0.85) translate(-23px, -5px);
	width: 108px;
	letter-spacing: -0.06em;
	z-index: 9;
}
.attr2 {
	display: none;
}
.num1,
.num2 {
	width: 52px;
	height: 39px;
	margin-left: 12px;
	background-color: rgba(255,254,222,1);
	border: 5px double #640;
	box-sizing: border-box;
	letter-spacing: -0.06em;
	position: relative;
	padding-right: 3px;
	line-height: 100%;
	word-break: keep-all;
	border-radius: 5px;
}
.circle1 .num1 {
    background-color: #ff6;
}


/*kaku line*/
.line1 {
	display: block;
	position: absolute;
	top: 32px;
	left: -5px;
	width: 18px;
	height: 3px;
	background: linear-gradient(90deg, rgba(100,50,5,1),rgba(100,50,5,1));
	z-index: 12;
}
.gaikaku .line1{
	left: 63px;
}
/*kaku keyword*/
.keyword1,
.keyword2{
	display: block;
	position: absolute;
	top: 46%;
	left: 50%;
	width: 79px;
	z-index: 3;
	transform: translateX(-50%) scaleX(0.9);
}
.keyword1 img,
.keyword2 img{
	width: 100%;
}

/*seimei*/
[class^="seimei"] {
	display: flex;
	flex-flow: column;
	width: 351px;
	min-width: 351px;
	padding: 27px 0;
	position: relative;
	line-height: 0;
}
.type1.person1 [class^="seimei"],
.type1.person3 [class^="seimei"] {
	padding: 54px 0;
	transform: scale(1.2);
}
/*tate1*/
.tate1 {
	display: flex;
	flex-flow: column;
	width: 90px;
	height: 100%;
	margin: 0 auto 0 131px;
	justify-content: center;
}
.type3 .tate1 {
	margin: 0 auto 0 77px;
}
.special1 .tate1 {
	margin: 0 auto;
}
.tate1 div {
	position: relative;
	height: 90px;
}
.tate1 p {
	font-size: 72px;
	height: 0px;
	width: 72px;
	text-align: center;
	text-shadow: 0px 0px 5px #a84, 0px 0px 3px #a84, 0px 0px 0px #000;
	line-height: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-45%, 0px);
}
.tate1 small {
	font-size: 21px;
	height: 0;
	text-align: center;
	text-shadow: 0px 0px 5px #a84, 0px 0px 3px #a84, 0px 0px 0px #000;
	line-height: 0;
	position: absolute;
	right: -18px;
	top: 55%;
	transform: scaleX(0.85);
}
.tate1 span {
	position: absolute;
	width: 12px;
	height: 12px;
	background: #fff;
	border: 3px solid #532;
	border-radius: 50%;
	display: block;
	right: -38px;
	top: calc(55% - 8px);
}
.tate1 span.dot2 {
	background: #532;
}

div.seimei3 div[class*='i_type1_box_mei'].name1 strong {background-position-y:36px}
.seimei4 .tate1 div {height: 81px;}
div.seimei4 strong {background-size: 100% 405px;background-position-y: 5px;}
div.seimei4 div[class*='i_type1_box_mei'] strong {background-position-y:-6px}
div.seimei4 div[class*='i_type1_box_mei'].name1 strong {background-position-y:41px}
.seimei6 .name1 .tate1 div,
.seimei5 .tate1 div {height: 70px;}
div.seimei5 strong {background-size: 100% 360px;}
div.seimei5 div[class*='i_type1_box_mei'] strong {background-size: 100% 338px;}
.seimei6 .tate1 div {height: 63px;}
div.seimei6 strong {background-size: 100% 315px;background-position-y: 7px;}
div.seimei6 div[class*='i_type1_box_mei'] strong {background-size: 100% 327px;background-position-y:-9px}
.name1+.i_type1_box_center1+.name5 .tate1 div,
.seimei7 .tate1 div {height: 54px;}
.name1+.i_type1_box_center1+.name5 strong,
div.seimei7 strong {background-size: 100% 270px;background-position-y: 5px;}
div.seimei7 div[class*='i_type1_box_mei'] strong {background-size: 100% 257px;background-position-y: -12px;}
div.seimei7 .name2div[class*='i_type1_box_mei'] strong {background-size: 100% 257px;background-position-y: 16px;}
div.seimei7 .name4div[class*='i_type1_box_mei'] strong {background-size: 100% 273px;background-position-y: -7px;}
div.seimei7 .name5div[class*='i_type1_box_mei'] strong {background-size: 100% 273px;background-position-y: -5px;}

.seimei8 .tate1 div {height: 50px;}
div.seimei8 strong {background-size: 100% 257px;background-position-y: 0px;}
div.seimei8 div[class*='i_type1_box_mei'] strong {background-size: 100% 257px;background-position-y: -7px;}

.seimei9 .tate1 div {height: 45px;}
div.seimei9 strong {background-size: 100% 225px;}
div.seimei9 .name5div[class*='i_type1_box_mei'] strong {background-size: 100% 228px;background-position-y: -5px;}

.seimei10 .tate1 div {height: 41px;}
div.seimei10 strong {background-size: 100% 212px;}
div.seimei10 div[class*='i_type1_box_mei'] strong {background-size: 100% 212px;background-position-y: -9px;}
div.seimei5 .tate1 p {font-size: 70px;}
div.seimei6 .tate1 p {font-size: 63px;}
.seimei6 .name1 .tate1 p,
.name1+.i_type1_box_center1+.name5 .tate1 p,
div.seimei7 .tate1 p {font-size: 54px;}
div.seimei8 .tate1 p {font-size: 50px;}
div.seimei9 .tate1 p {font-size: 45px;}
div.seimei10 .tate1 p {font-size: 41px;}
.name1 div:nth-of-type(n+2),
.name2 div:nth-of-type(n+3),
.name3 div:nth-of-type(n+4),
.name4 div:nth-of-type(n+5),
.name5 div:nth-of-type(n+6),
.name6 div:nth-of-type(n+7){display: none;}

/*sei mei center*/
.i_type1_box_sei1,
.i_type1_box_sei2,
.i_type1_box_mei1,
.i_type1_box_mei2,
.i_type1_box_center1,
.i_type1_box_center2,
.i_type1_box_bt1,
.i_type1_box_bt2{
	position: relative;
	width: auto;
}
/*center*/
.i_type1_box_center1 {
	height: 18px;
}
.seimei6 .name2 + .i_type1_box_center1,
.name1 + .i_type1_box_center1 {height: 72px;}
.name2 + .i_type1_box_center1 {height: 72px;}
.seimei4 .i_type1_box_center1 {height: 72px;}

/*top*/
.i_type1_box_top1 {
    position: relative;
    width: 100%;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	font-size: 32px;
	font-weight: bold;
	line-height: 100%;
	padding: 7px 9px 7px;
	letter-spacing: -0.05em;
    text-shadow: 0 0 5px #c00,0 0 9px #000,0 0 18px #000;
	background-image:linear-gradient(90deg,#2050 0%,#2059 15% 85%, #2050 100%);

	color: #fff;
}
.person3 .i_type1_box_top1,
.i_type1_box_top1.p2 {
	background-image:linear-gradient(90deg,#1250 0%,#1259 15% 85%, #1250 100%);
    height: auto;
}
/*bt*/
.i_type1_box_bt1 {
	display: flex;
	flex-flow: row;
	justify-content: center;
	padding: 0 0 45px;
}
.person1 .i_type1_box_bt1,
.person3 .i_type1_box_bt1 {
	padding: 0 0 61px;
	transform: scale(1.2);
}
.special1 .i_type1_box_bt1 {
	margin: -90px 0 0;
	padding: 9px 0 18px 198px;
}
.i_type1_box_bt1 div,
.i_type1_box_bt2 div {
	position: relative;
	top: 0;
	left: 0;
}
.btkaku.kaku {
	top: 54px;
	left: 9px !important;
	padding: 0 14px;
}

.i_type1_box_mei1,
.i_type1_box_mei2{
	text-align: left;
	min-height: 126px;
}
.i_type1_box_mei2{
}


/*seimei line*/
[class^="seimei"] strong {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-size: 100%;
	background-repeat: no-repeat;
}
.i_type1_box1 .i_type1_box_mei1 strong,
.i_type1_box1 .i_type1_box_mei2 strong{
	transform: rotateX(180deg);
}
.name1 strong {background-image: url(../images/common/res_type1_1_1.png);}
.name2 strong {background-image: url(../images/common/res_type1_1_2.png);}
.name3 strong {background-image: url(../images/common/res_type1_1_3.png);}
.name4 strong {background-image: url(../images/common/res_type1_1_4.png);}
.name5 strong {background-image: url(../images/common/res_type1_1_5.png);}
.type3 .name1 strong {background-image: url(../images/common/res_type3_1_1.png);}
.type3 .name2 strong {background-image: url(../images/common/res_type3_1_2.png);}
.type3 .name3 strong {background-image: url(../images/common/res_type3_1_3.png);}
.type3 .name4 strong {background-image: url(../images/common/res_type3_1_4.png);}
.type3 .name5 strong {background-image: url(../images/common/res_type3_1_5.png);}

.i_type1_box_center1 strong,
.i_type1_box_center2 strong {
	background-image: url("../images/common/res_type1_center1.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	width: 100%;
}
.type3 .i_type1_box_center1 strong,
.type3 .i_type1_box_center2 strong {
	background-image: url("../images/common/res_type3_center1.png");
	background-position-y: center;
}


/*border circle*/
.border1:after,
.circle1:before {background-image:url("../images/common/res_type1_glow1.png");}
.border2:after,
.circle2:before {background-image:url("../images/common/circle2.png");}
.border3:after,
.circle3:before {background-image:url("../images/common/circle3.png");}
.border4:after,
.circle4:before {background-image:url("../images/common/circle4.png");}
.border5:after,
.circle5:before {background-image:url("../images/common/circle5.png");}
.border1:after,
.border2:after,
.border3:after,
.border4:after,
.border5:after,
.circle1:before,
.circle2:before,
.circle3:before,
.circle4:before,
.circle5:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	box-sizing: border-box;
	transform: scale(1.3);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}



/*display*/
.border1:after,
.border2:after,
.border3:after,
.border4:after,
.border5:after,
.top2,
.type1 .i_type1_sup2,
.anime2 .i_type1_sup1,
.anime3 .i_type1_sup1,
.keyword2,
.num2 {
	display: none;
}

/*opacity*/
.type1.i_type1_box1 strong,
.type1.i_type1_box1 .kaku,
.type1.i_type1_box1 .i_sancai_container,
.type1 .circle1:before,
.type1 .circle2:before,
.type1 .circle3:before,
.type1 .circle4:before,
.type1 .circle5:before,
.type1 .keyword1,
.type1 .comment1,
.i_type1_sup2,
.special1 .i_type1_box_mei1,
.special1 .i_type1_box_bt1 {
	opacity: 0;
}
/*animation*/
.type1.anime1.i_type1_box1 strong,
.type1.anime1.i_type1_box1 .kaku {
	animation: fadein 1s linear 0s forwards;
}
.type1.anime1.i_type1_box1 .i_sancai_container {
	animation: fadein 1s linear 2s forwards;
}

.anime1.type1 .circle1:before,
.anime1.type1 .circle2:before,
.anime1.type1 .circle3:before,
.anime1.type1 .circle4:before,
.anime1.type1 .circle5:before {
	animation: fadein2 1s 2s forwards;
}
.type1.anime1.i_type1_box1 {
	animation: type1_box1 2s 1.8s forwards;
}
.type1.anime1.i_type1_box1 .keyword1 img {
	animation: type1_scale1 0.8s 1s ease-in forwards;
}
.type1.anime1.i_type1_box1.person2 .keyword1 img {
	animation: type1_scale2 0.8s 1s ease-in forwards;
}
.anime1.type1 .keyword1 {
	animation: fadein2 1s 1s forwards;
}

@keyframes type1_scale1 {
    0% {transform: scale(2);}
    10% {transform: scale(1.8);}
    100% {transform: scale(1);}
}
@keyframes type1_scale2 {
    0% {transform: scale(1.3)}
    100% {transform: scale(1)}
}
@keyframes type1_box1 {
    0% {filter: none;}
    10% {filter: brightness(150%);}
    100% {filter: none;}
}
/* ----------------------
 * result_type1
 *---------------------- */



/* ----------------------
 * 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 !important;
	position: absolute;
	width: 100%;
	height: 98%;
	top: 12px;
	left: 0;
	color: #fff;
	font-size: 36px;
	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: 495px;
	height: auto;
	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.trial1.i_type4_box1 .i_type_btn_box1,
.anime1.trial1.i_type4_box1 .i_type_btn_box1 input{
    animation: fadein_btn 1s 2s 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;
}
@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_type (common)
 *---------------------- */


/* ----------------------
 * result_type1_komidashi
 *---------------------- */
/*komidashi*/
.i_type1_detail1 {
	position: relative;
	width: 100%;
	margin: 0 auto;
}
.i_type1_detail_eff1,
.i_type1_detail_eff2 {background-image: url("../images/common/res_type1_detail_eff1.png");}
.i_type1_detail_eff1,
.i_type1_detail_eff2,
.i_type1_detail1 img,
.i_type1_detail1 .i_type1_frame4{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.i_type1_detail_eff1,
.i_type1_detail_eff2 {
	top: 7px;
	left: 0;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.i_type1_detail_eff2 {
	left: 205px;
	width: 489px;
}
.i_type1_detail1 img.i_type1_img4_1,
.i_type1_detail1 img.i_type1_img4_2{
	width: 252px;
	height: 342px;
	top: 18px;
}
.i_type1_detail1 img.i_type1_img4_1 {
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.i_type1_detail1 img.i_type1_img4_4 {
	width: 378px;
	height: 252px;
	top: 54px;
	left: auto;
	right: -9px;
}
.i_type1_detail1.bg3 {
    position: relative;
	width: 682px;
	margin: 14px auto;
    padding: 54px 23px 63px;
	background: rgb(59,79,32);
	-webkit-mask: none;
	box-sizing: border-box;
}
.i_type1_detail1.bg3:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	border: transparent 72px solid;
	border-image:url(../images/common/res_type3_border2.png) 74 round;
    box-sizing: border-box;
}
.i_type1_detail1.bg3:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image:url("../images/common/res_type2_noise2.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    mix-blend-mode: soft-light;
}
.i_type1_detail1.bg3 p.i_balloon_p {
	font-size: 36px;
	background-color: transparent;
	width: 100%;
	margin: -27px auto;
	padding: 0;
	border: none;
	text-align: center;
}
.i_type1_detail1 p.i_balloon_p > strong {
	display: block;
	font-size: 54px;
    line-height: 160%;
	text-shadow: 0 0 12px #f00,0 0 23px #f00;
}

/*opacity*/
.i_type1_frame4,
.i_type1_detail1 img,
.i_type1_detail_eff1,
.i_type1_detail_eff2{
	opacity: 0;
}
/*animation*/
.anime1 .i_type1_detail_eff1,
.anime1 .i_type1_img4_2{animation: img1 1.0s ease 0.0s forwards;}
.anime1 .i_type1_img4_1,
.anime1 .i_type1_detail_eff2{animation: img1 1.5s ease 0.5s forwards;}
.anime1 .i_type1_img4_4{animation: img1 2.0s ease 1.5s forwards;}
/* ----------------------
 * result_type1_komidashi
 *---------------------- */



/* ----------------------
 * result_type2
 *---------------------- */
.i_type2_box1 {
    position: relative;
    width: 702px;
    margin: -3px auto;
    padding: 32px 39px 45px;
    background-image: url("../images/common/res_mask_top1.png"),url("../images/common/res_mask_bt1.png"),url("../images/common/res_bg2.jpg");
    background-position: top, bottom, center;
    background-repeat: no-repeat, no-repeat, repeat-y;
    background-size: 100% 27px, 100% 27px, 100%;
    /* box-sizing: border-box; */
    mask-image: linear-gradient(#0000 0%, #fff 5% 94%, #0000 99% 100%);
}
.i_type2_box1 .comment3 {
	white-space: normal;
}

img.fill,
div.fill {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    pointer-events: none;
}
.i_type2_border1 {
    border: transparent 68px solid;
    border-image: url(../images/common/res_type2_border1.png) 180 round;
    pointer-events: none;
    z-index: 3;
}
.i_type3_bg_beige:after,
div.fill.i_type2_bg2 {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image:url("../images/common/res_type2_noise2.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    mix-blend-mode: overlay;
    z-index: 4;
}
div.fill.i_type2_bg3 {
    height: 360px;
    background-image:url("../images/common/res_type_balloon5_top1.webp");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    mask-image: linear-gradient(#000f 0% 60%, #0000 100%);
}
/* ----------------------
 * result_type2
 *---------------------- */

/* ----------------------
 * result_type2-1
 *---------------------- */
.i_type2_box1 .i_info_p5 {
    color: #000;
    text-shadow: 0 0 3px #532;
}
.i_type2_chart_container {
    position: relative;
    width: 675px;
    height: 675px;
    margin: -60px auto;
    padding: 0;
    transform: scale(0.7);
}
.sides5 .chart-box1 {background-image: url(../images/common/res_type_chart_bg5.png);}
.sides6 .chart-box1 {background-image: url(../images/common/res_type_chart_bg6.png);}
.sides7 .chart-box1 {background-image: url(../images/common/res_type_chart_bg7.png);}
.sides8 .chart-box1 {background-image: url(../images/common/res_type_chart_bg8.png);}
.sides9 .chart-box1 {background-image: url(../images/common/res_type_chart_bg9.png);}
.chart-box1 {
    position: relative;
    width: 675px;
    height: 675px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: contain;
}
.chart-num1 {background-image: url(../images/common/res_type_chart_num1.png);}

.chart-svg1 {
    position: relative;
    display: block;
    width: 675px;
    height: 675px;
    mix-blend-mode: hard-light;
    transform: scale(0);
}

.chart-svg1 polygon {
    fill: rgba(255, 255, 55, 0.2);
    stroke: rgba(112, 0, 26, 1);
    stroke-width: 3;
    filter: drop-shadow(0 0 3px #f00) drop-shadow(0 0 12px #fff) drop-shadow(0 0 3px #ff0);
}

.i_type2_chart_cate1 {
    transform: scale(1.05);
}

/*animation*/
.anime1 .chart-svg1 {
    animation: chart_scale1 1.5s 0s forwards;
}
.anime1.i_type2_box1.type2 {
    animation: fadeinout4 1.5s 1.5s forwards;
}
@keyframes chart_scale1 {
    100% {transform: scale(1)}
}
/* ----------------------
 * result_type2-1
 *---------------------- */

/* ----------------------
 * result_type2-2
 *---------------------- */
.i_type2_score_container {
    position: relative;
	width: 563px;
    padding: 13px 29px 29px;
    margin: 0 auto;
    border-radius: 14px;
    overflow: hidden;
}
.i_type2_score_container .strong {
	color: #a00;
}

.i_type2_item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
.i_type2_caption {
	padding: 0 0 8px;
	margin: -8px 0 0;
	font-size: 28px;
    letter-spacing: -0.09em;
	text-align: justify;
	background-image: linear-gradient(to right, transparent, #a68b5e 15%, #a68b5e 85%, transparent);
	background-size: 100% 3px;
	background-repeat: no-repeat;
	background-position: bottom;
}

.i_type2_label {
	font-size: 53px;
	color: #333;
	flex-shrink: 0;
}

.i_type2_arrow {
	flex-grow: 1;
	height: 3px;
	margin: 0 23px;
	position: relative;
	background-image: linear-gradient(to right, #a65b3e, #a65b3e);
	background-size: 100% 3px;
	background-repeat: no-repeat;
	background-position: center;
}

.i_type2_arrow::after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
	border-left: 14px solid #a65b3e;
}

.i_type2_score {
	font-size: 61px;
	font-weight: bold;
	flex-shrink: 0;
}

.i_type2_total {
	font-size: 36px;
	font-weight: normal;
}
/* ----------------------
 * result_type2-2
 *---------------------- */

/* ----------------------
 * result_type2-3
 *---------------------- */
/* Á´ÂÎ¥³¥ó¥Æ¥Ê */
.i_type2_badge_container {
    position: relative;
    width: 702px;
    margin: 18px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    background: #421;
    padding: 45px 23px;
    border-radius: 14px;
    overflow: hidden;
}
.i_type2_badge_subject{
    position: relative;
	color: #ff0;
	font-size: 35px;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-shadow: none;
	background: -webkit-linear-gradient(90deg, #Fd0, #FF0, #FF0, #cC9802);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	filter: drop-shadow(1px 0px 0px black) drop-shadow(0px 0px 4px black);
	word-break: auto-phrase;
	font-feature-settings: 'palt';
	font-optical-sizing: auto;
}
.i_type2_badge_line {
    position: relative;
	width: 80%;
	height: 2px;
	margin: 5px 0 20px;
	background-image: linear-gradient(90deg, #0000 0%, rgb(100,60,0) 10%, gold 30% 70%, rgb(100,60,0) 90%, #0000 100%);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center bottom;
}

/* ¾åÉôÄ¹¤¤¥×¥ì¡¼¥È */
.i_type2_badge_long {
    /* ¥í¥ó¥°¥Ð¡¼¥¸¥ç¥óÇØ·Ê²èÁü */
   /* background-image: url('../images/common/res_type2_badge1.png');
    background-size: 100% 100%;
    background-position: center;*/
    width: 100%;
    height: 180px;
    position: relative;
    margin: 0 0 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

/* ²¼Éô¥·¥ç¡¼¥È¥×¥ì¡¼¥È¹Ô */
.i_type2_badge_short_row {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.i_type2_badge_long img,
.i_type2_badge_short img {
    display: block;
    width: 100%;
    height: 100%;
}


/* ¥·¥ç¡¼¥È¥×¥ì¡¼¥È */
.i_type2_badge_short {
    /*
    background-image: url('../images/common/res_type2_badge2.png');
    background-size: 100% 100%;
    background-position: center;
    */
    margin: 0 auto;
    width: calc(50% - 3px);
    height: 144px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

/* ¥Æ¥­¥¹¥ÈÁõ¾þ (¥´¡¼¥ë¥É¥°¥é¥Ç¡¼¥·¥ç¥ó) */
.i_type2_badge_text {
    font-size: 43px;
    text-align: center;
    letter-spacing: -0.06em;
    white-space: nowrap;
    background-image: linear-gradient(to bottom, #fde4a7 0%, #dab55d 50%, #fde4a7 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    filter: drop-shadow(3px 3px 0px #000) drop-shadow(-3px -3px 0px rgba(255,255,255,0.3)) contrast(1.2);
    transform: scaleX(0.9);
}

/* ----------------------
 * result_type2-3
 *---------------------- */





/* ----------------------
 * result_type3
 *---------------------- */

.type3 div[class^="seimei"] {
	width: 279px;
    min-width: auto;
	padding: 9px 0 36px;
}

.person2.type3 div[class^="seimei"] {
	margin: 0 -32px;
}

.i_type3_flex1 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 0 9px;
}
.person2.type3 .i_type3_flex1 > div:nth-of-type(1){
    transform: translateX(-20px);
}
.person2.type3 .i_type3_flex1 > div:nth-of-type(3){
    transform: translateX(29px);
}

.i_type3_container {
    position: relative;
    width: 428px;
    margin: 0 auto 23px -45px;
}
.person2 .i_type3_container {
    width: 282px;
    margin: 0 21px 23px -37px;
}

.i_type3_grid {
	display: grid;
	grid-template-columns: 180px 68px 180px;
	align-items: stretch;
}
.person2 .i_type3_grid {
	grid-template-columns: 135px 68px 135px;
    row-gap: 7px;
}

.i_type3_box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	box-sizing: border-box;
}

.i_type3_bg_beige {
	position: relative;
	background-color: #e3cca7;
	padding: 30px 5px;
	z-index: 0;
}

.i_type3_bg_beige::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 52px solid transparent;
	border-image-source: url("../images/common/res_type3_border2.png");
	border-image-slice: 100;
	border-image-repeat: stretch;
	pointer-events: none;
	box-sizing: border-box;
	z-index: 1;
}

.i_type3_stacked_group {
	display: flex;
	flex-direction: column;
}
.i_type3_span_2,
.i_type3_span_3 {
	grid-column: 2 / 4;
	align-items: flex-start;
	justify-content: flex-end;
}
.i_type3_span_3 {
	justify-content: flex-start;
}

.i_type3_label {
	font-size: 25px;
	margin-bottom: 5px;
	line-height: 100%;
}
.i_type3_kanji {
	font-size: 41px;
	line-height: 100%;
}


.i_type3_height_short {
	height: 68px;
}

.i_type3_width_narrow {
	width: 100%;
}

.i_type3_box img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 135px;
    max-height: 135px;
    object-fit: contain;
}
/* ----------------------
 * result_type3
 *---------------------- */
/* ----------------------
 * result_type3-detail
 *---------------------- */
.i_type3_detail_container {
    position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 585px;
	margin: 0 auto;
}

.i_type3_detail_container .i_type3_box {
	width: 158px;
	height: auto;
	padding: 23px 0;
	text-align: center;
	box-sizing: border-box;
}


.i_type3_detail_label {
	font-size: 32px;
	color: #4a2d2d;
	margin-bottom: 5px;
}

.i_type3_detail_kanji {
	font-size: 54px;
	color: #1a3c61;
	line-height: 130%;
}

.i_type3_detail_arrow_wrap {
	flex: 1;
	text-align: center;
}

.i_type3_detail_arrow_text {
	font-size: 39px;
	font-weight: bold;
	white-space: nowrap;
	margin-bottom: 7px;
	padding: 0 12px;
    letter-spacing: -0.05em;
}

.i_type3_detail_arrow_img {
	width: 100%;
	height: auto;
	display: block;
}
/* ----------------------
 * result_type3-detail
 *---------------------- */



/* ----------------------
 * result_type4
 *---------------------- */
.i_type4_box1{
	position: relative;
	width: 780px;
	height: 810px;
	margin: 0 auto;
	overflow: hidden;
}
.i_type4_box1 div.i_type_btn_box1 {
	display: flex !important;
	position: absolute;
	width: 780px;
	height: 102%;
	top: 12px;
	left: -39px;
	color: #fff;
	font-size: 36px;
	line-height: 120%;
	letter-spacing: -0.05em;
	align-items: center;
	flex-flow: column;
	box-sizing: border-box;
	pointer-events: none;
}
/*name*/
div.i_type4_date1,
div.i_type4_name1,
div.i_type4_name2 {
	position: relative;
	display: flex;
	justify-content: center;
	z-index: 10;
}
.i_type4_date1{
	padding: 54px 0 32px;
	font-size: 32px;
	line-height: 0;
}
.i_type4_date1 p,
.i_type4_date1 p span {
	color: #eeeecc;
	text-shadow: 3px 0 0 #000,-3px 0 0 #000,0 3px 0 #000,0 -3px 0 #000;
}
div.i_type4_name1 {
	margin: 5px auto;
	width: 100%;
}
div.i_type4_center1 {
	width: 7px;
}
div.i_type4_center2 {
	width: 32px;
}
.i_type4_box1 .i_type4_name1 > div,
.i_type4_box1 .i_type4_name2 > div{
	position: relative;
	font-size: 32px;
	font-weight: bold;
	line-height: 100%;
	text-shadow: 0px 0px 9px #fff,0px 0px 9px #fff,0px 0px 9px #fff,0px 0px 9px #fff,0px 0px 9px #fff,0px 0px 9px #fff,0px 0px 9px #fff;
}
.i_type4_box1 .i_type4_name1 span{
	position: static;
	display: block;
}
.i_type4_box1 .i_type4_name2 span:nth-of-type(2){
	font-size: 21px;
	color: #432;
}
/*display*/
.person1 .i_type4_name1 .p2,
.person3 .i_type4_name1 .p2 {
    display: none;
}


/*graph*/
.i_type4_bg1 {background-image: url(../images/common/res_type4_bg1.jpg);}
.i_type4_bg2 {background-image: url(../images/common/res_type4_bg2.png);}
.i_type4_scale1 {background-image: url(../images/common/res_type4_scale1.png);}
.i_type4_trial1 {background-image: url(../images/common/res_type4_trial1.png);}
.i_type4_eff1 {background-image: url(../images/common/eff1.png);}
.i_type4_mask1 {background-image: url("../images/common/res_mask_bt1.png"),url("../images/common/res_mask_top1.png"); }
.i_type4_main1,
.i_type4_bg1,
.i_type4_bg2,
.i_type4_scale1,
.i_type4_trial1,
.i_type4_mask1,
.i_type4_point1,
.i_type4_graph1,
.i_type4_graph_box1{
	position: absolute;
	width: 100%;
	height: 100%;
    top: 0;
    left: 0;
	background-repeat: no-repeat, no-repeat;
	background-size: 100% 100%, 100% 100%;
}
.i_type4_main1 {
    width: 702px;
    height: 608px;
    top: 124px;
    left: 39px;
}
.i_type4_mask1 {
	z-index: 4;
	height: 100.3%;
	background-size: 100% 27px,100% 27px;
	background-position: center 100.5%, center top;
}
.i_type4_main1 div,
.i_type4_main1 img{
	display: block;
}

.i_type4_graph_box1 {
    -webkit-mask-image: linear-gradient(90deg,transparent 0%, transparent 6%, white 8%, white 95%, transparent 98%, transparent 100%);
}
.i_type4_graph_box1 img {
    position: absolute;
    width: 1296px;
    height: 468px;
    top: 27px;
    left: 9px;
}
.i_type4_graph_box1 span {
	display: block;
    position: absolute;
    width: 1296px;
    height: 468px;
    top: 0;
}
.i_type4_x1	{left: 0px;}
.i_type4_x2	{left: -54px;}
.i_type4_x3	{left: -108px;}
.i_type4_x4	{left: -162px;}
.i_type4_x5	{left: -216px;}
.i_type4_x6	{left: -270px;}
.i_type4_x7	{left: -324px;}
.i_type4_x8	{left: -378px;}
.i_type4_x9	{left: -432px;}
.i_type4_x10	{left: -486px;}
.i_type4_x11	{left: -540px;}
.i_type4_x12	{left: -594px;}

.i_type4_mask1 {
	z-index: 4;
	height: 100.3%;
	background-size: 100% 27px,100% 27px;
	background-position: center 100.5%, center top;
}
.i_type4_flex_point1 {
}
.i_type4_graph1 {
    mix-blend-mode: hard-light;
}

/*img_point*/
.i_type4_flex_point1 > div,
.i_type4_flex_point1 img {
	position: relative;
	width: 54px;
	height: 54px;
	transform: scale(1.3);
}
.i_type4_flex_point1:not(.strong) img {
    filter: brightness(0.8) contrast(1.8) hue-rotate(256deg);
}
.i_type4_flex_point1 div div.strong1 {background-image: url("../images/common/res_type4_point2.png");filter: hue-rotate(-5deg) saturate(2);}
.i_type4_flex_point1 div div.strong2 {background-image: url("../images/common/res_type4_point2.png");filter: hue-rotate(40deg) saturate(2);}
.i_type4_flex_point1 div div.strong3 {background-image: url("../images/common/res_type4_point2.png");filter: hue-rotate(60deg) saturate(2);}
.i_type4_flex_point1 div div.strong4 {background-image: url("../images/common/res_type4_point2.png");filter: hue-rotate(100deg) saturate(1.5);}
.i_type4_flex_point1 div div.strong5 {background-image: url("../images/common/res_type4_point2.png");filter: hue-rotate(180deg) brightness(1.3);}

.i_type4_flex_point1 > div > div {
    position: absolute;
	width: 54px;
	height: 54px;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: 100%;
}
.i_type4_y12	{top:36px;}
.i_type4_y11	{top:72px;}
.i_type4_y10	{top:108px;}
.i_type4_y9	{top:144px;}
.i_type4_y8	{top:180px;}
.i_type4_y7	{top:216px;}
.i_type4_y6	{top:252px;}
.i_type4_y5	{top:288px;}
.i_type4_y4	{top:324px;}
.i_type4_y3	{top:360px;}
.i_type4_y2	{top:396px;}
.i_type4_y1	{top:432px;}
.i_type4_y0	{visibility: hidden;}

div.i_type4_flex_point1,
div.i_type4_strong_box1,
div.i_type4_bar_box1,
div.i_type4_year_box1,
div.i_type4_month_box1,
div.i_type4_txt_box1 {
	display: flex;
	position: absolute;
	width: 648px;
	left: 36px;
}
div.i_type4_bar_box1 {
	top: 18px;
}
div.i_type4_year_box1 {
	top: 482px;
}
div.i_type4_month_box1 {
	top: 518px;
}
div.i_type4_txt_box1 {
	top: 556px;
	height: 113px;
}
div.i_type4_txt_box1 img {
	width: 68%;
	aspect-ratio: 1 / 2;
	margin: 0 auto 0 7px;
}
.i_type4_bar_box1 div,
.i_type4_year_box1 div,
.i_type4_month_box1 div,
.i_type4_txt_box1 div{
    position: relative;
	flex: 1;
}

.i_type4_bar_box1 div {
    height: 486px;
    background: url("../images/common/res_type4_bar_bg1.png") center center no-repeat;
    background-size: 18px 100%;
}
.i_type4_month_box1 p,
.i_type4_year_box1 p {
    color: #000;
    font-size: 26px;
    font-weight: bold;
    line-height: 100%;
    letter-spacing: -0.02em;
    transform: scaleX(0.8);
    transform-origin: right top;
    position: absolute;
    top: 0;
    left: -12px;
    width: 63px;
    text-align: center;
    text-shadow: 0px 0px 3px #000,0px 0px 9px #fff,0px 0px 9px #fff,0px 0px 9px #fff;
}
.i_type4_year_box1 p {
    font-size: 23px;
    word-break: keep-all;
}
.year1 .i_type4_year_box1 p {
    font-size: 24px;
    transform: scaleX(0.9);
    word-break:break-all;
}
.year1 .i_type4_month_box1 {
    display: none;
}


/*opacity*/
.i_type4_flex_point1.strong,
.i_type4_flex_point1 img,
.i_type4_graph_box1,
.i_type4_strong_box1,
.i_type4_btn_box1,
.i_type4_bar_box1,
.i_type4_txt_box1,
.i_type4_trial1,
.i_type4_point1,
.i_type4_graph1 {
    opacity: 0;
}
/*animation*/
.anime1 .i_type4_flex_point1 img:nth-of-type(1){animation: fadein 1s 0s forwards;}
.anime1 .i_type4_flex_point1 img:nth-of-type(2){animation: fadein 1s 0.2s forwards;}
.anime1 .i_type4_flex_point1 img:nth-of-type(3){animation: fadein 1s 0.4s forwards;}
.anime1 .i_type4_flex_point1 img:nth-of-type(4){animation: fadein 1s 0.6s forwards;}
.anime1 .i_type4_flex_point1 img:nth-of-type(5){animation: fadein 1s 0.8s forwards;}
.anime1 .i_type4_flex_point1 img:nth-of-type(6){animation: fadein 1s 1.0s forwards;}
.anime1 .i_type4_flex_point1 img:nth-of-type(7){animation: fadein 1s 1.2s forwards;}
.anime1 .i_type4_flex_point1 img:nth-of-type(8){animation: fadein 1s 1.4s forwards;}
.anime1 .i_type4_flex_point1 img:nth-of-type(9){animation: fadein 1s 1.6s forwards;}
.anime1 .i_type4_flex_point1 img:nth-of-type(10){animation: fadein 1s 1.8s forwards;}
.anime1 .i_type4_flex_point1 img:nth-of-type(11){animation: fadein 1s 1.9s forwards;}
.anime1 .i_type4_flex_point1 img:nth-of-type(12){animation: fadein 1s 2.0s forwards;}
.anime1 .i_type4_flex_point1.strong {animation: fadein 1.5s 2.7s forwards;}
.anime1 .i_type4_bar_box1,
.anime1 .i_type4_point1 {
    animation: fadein2 1s 0s forwards;
}
.anime1 .i_type4_graph1 {
    animation: fadein2 1s 1s forwards;
}
.anime1 .i_type4_strong_box1,
.anime1 .i_type4_txt_box1 {
    animation: fadein2 1s 3s forwards;
}
.anime1.i_type4_box1 {
    animation: fadeinout4 1s 2.7s forwards;
}
.anime1 .i_type4_graph_box1 {
    animation: fadein 2s 1s forwards;
}
.anime1 .i_type4_graph_box1 > .i_type4_graph_box1 {
    animation: graph_scale1 2s 1s forwards;
}

.anime1 .i_type4_txt_box1 .strong {
    animation: graph_strong1 1s 2s forwards;
}

/*animation-trial*/
.anime1 .i_type4_trial1 {
    animation: fadein2 1s 1s forwards;
}

@keyframes graph_scale1 {
    0% {opacity: 0; width: 0;}
    100% {opacity: 1; width: 100%;}
}

@keyframes graph_strong1 {
    100% {
        filter: sepia(1) saturate(1000%) hue-rotate(-15deg);
        transform: scale(1.2);
    }
}

/* ----------------------
 * result_type4
 *---------------------- */






/* ----------------------
 * result_balloon_anime
 *---------------------- */
/*opacity*/
.i_balloon1.anime div p > strong,
.i_balloon2.anime div p > strong {
	opacity: 0;
}
/*animation*/
.anime1 .i_balloon1.anime div p > strong,
.anime1 .i_balloon2.anime div p > strong  {
	animation: fadein2 2.0s ease 0s 1 forwards;
}
/* ----------------------
 * result_balloon_anime
 *---------------------- */





/* ----------------------
 * result_keyframes
 *---------------------- */
/*type1*/
@keyframes type1_bg2_1 {
	0% {transform: translateY(-540px); opacity: 0;}
	100% {transform: translateY(-180px); opacity: 1;}
}
@keyframes type1_bg2_2 {
	0% {transform: translateY(-180px); opacity: 1;}
	100% {transform: translateY(0px); opacity: 1;}
}
@keyframes type1_bg3 {
	0% {transform: translateY(-720px); opacity: 0;}
	100% {transform: translateY(0px); opacity: 1;}
}
/*type1_komidashi*/
@keyframes img1 {0% {opacity: 0;}100% {opacity: 1;}}
@keyframes img2 {0% {opacity: 1;}100% {opacity: 0;}}
@keyframes img3 {0% {opacity: 0;}100% {opacity: 1;}}
@keyframes img4 {0% {opacity: 1;}100% {opacity: 0;}}
/*type2*/
@keyframes type2_bg1 {
	0% {transform: translateY(-270px)}
	100% {transform: translateY(0px)}
}
@keyframes type2_bg2 {
	0% {transform: translateY(-720px)}
	100% {transform: translateY(0px)}
}
@keyframes type2_p_box1 {
	0% {transform: translateY(-450px)}
	100% {transform: translateY(0px);}
}
@keyframes type2_span1 {
	0% {color: #fff;}
	100% {color: #000;}
}
@keyframes type2_span2 {
	0% {color: #fff;}
	100% {color: #22A26C;}
}
/*common*/
@keyframes height0 {
	0% {height: 100%;}
	100% {height: 0;}
}
@keyframes height1 {
	0% {height: 0;}
	100% {height: 100%;}
}
@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;}
	100% {opacity: 0.5;}
}
@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;filter: brightness(100%);}
    100% {opacity: 0;filter: brightness(330%);}
}
@keyframes fadeinout {
    0% {opacity: 0;}
    50% {opacity: 1;}
    100% {opacity: 0;}
}
@keyframes fadeinout2 {
    0% {opacity: 0;}
    30% {opacity: 1;}
    70% {opacity: 1;}
    100% {opacity: 0;}
}
@keyframes fadeinout3 {
    0% {}
    50% {filter: brightness(130%);}
    100% {}
}
@keyframes fadeinout4 {
    0% {}
    50% {filter: brightness(150%);}
    100% {}
}
@keyframes fadeinout5 {
    0% {opacity: 0.5;}
    50% {opacity: 0.0;}
    100% {opacity: 0.5;}
}
@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 glow2 {
    0% {opacity: 0; transform: scale(0)}
    50% {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}
}
/* ----------------------
 * result_keyframes
 *---------------------- */

 
.i_sample_container p {
    padding: 0 13px 31px;
    margin-top: -25px;
    font-size: 129%;
    line-height: 140%;
    text-align: justify;
}
.i_type2_border1 {
    filter: brightness(1.3);
}

.i_type_motif_box1 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	width: 800px;
	box-sizing: border-box;
}


.i_type_motif_box1 .motif_box1 {
    width: 400px;
    height: 400px;
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    transform: scale(0.55) translate(-188px, -14px);
}

.i_type_motif_box1 .motif_box2 {
	grid-column: 2 / 3;
	grid-row: 1 / 2;
	transform: scale(0.55);
	margin: -156px -165px -177px;
	width: 587px;
}
.i_type_motif_box1 .i_type2_badge_container {
    padding: 25px;
}
.i_type_motif_box1 .i_type2_badge_long {
    margin: 0;
}

.i_type_motif_box1 .motif_box3 {
	grid-column: 1 / 3;
	grid-row: 2 / 3;
	margin: 0 0 -24px;
	transform: scale(0.85);
}

/*opacity*/
.i_sample_container,
.i_type_motif_box1 .motif_box2,
.i_type_motif_box1 .motif_box3 {
    opacity: 0;
}
/*animation*/
.anime1 .i_sample_container,
.anime1.i_type_motif_box1 .motif_box2,
.anime1.i_type_motif_box1 .motif_box3 {
    animation: fadein 2s 2s forwards;
}