@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Akshar&family=Noto+Sans+JP:wght@100..900&display=swap');
  

/********** font **********/

:root{
    --font-jp: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
    --font-en: "Akshar", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}
body, .font_sans-serif, .font_jp{
    font-family: var(--font-jp);
}
a{
	color: currentColor;
}
.font_en{
    font-family: var(--font-en);
}


/********** color **********/

:root{
    --color1: #1A1B1E;
    --color2: #f7f7f7;
    --color3: #bbb;
    --color4: #efefef;
	--color5: #0095a8;
    --black: #222;
}

/*** 全ページ ***/

*:focus {outline:none;}
html{
	font-size:14px;
}
body{
	-webkit-text-size-adjust: 100%;
	line-height: 1.5;
	background-color: var(--color2);
}
#wrap{
	transition: opacity 0.5s;
}

#page-top a{
	width: 50px;
	height: 50px;
	border-radius: 50%;
}
#page-top a:hover{
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
}

img{
	pointer-events: none;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-touch-callout:none;
    -moz-user-select:none;
    user-select:none;
}


/********** custom **********/

.font_60{font-size: 60px;}
.font_70{font-size: 70px;}
.font_80{font-size: 80px;}
.font_90{font-size: 90px;}

.motion02s{transition: 0.2s;}

.pd_15px{padding: 15px;}
.pd_l-60px{padding-left: 60px;}
.pd_l-70px{padding-left: 70px;}
.pd_l-80px{padding-left: 80px;}
.pd_l-90px{padding-left: 90px;}

.width_15{width: 15px;}
.width_25{width: 25px;}
.width_35{width: 35px;}
.width_45{width: 45px;}
.width_60{width: 60px;}
.width_70{width: 70px;}
.width_80{width: 80px;}
.width_90{width: 90px;}
.width_250{width: 250px;}
.n_width_900{width: calc(100% - 900px);}
.n_width_800{width: calc(100% - 800px);}
.n_width_700{width: calc(100% - 700px);}
.n_width_600{width: calc(100% - 600px);}
.n_width_500{width: calc(100% - 500px);}
.n_width_400{width: calc(100% - 400px);}
.n_width_300{width: calc(100% - 300px);}
.n_width_250{width: calc(100% - 250px);}
.n_width_200{width: calc(100% - 200px);}
.n_width_150{width: calc(100% - 150px);}
.n_width_100{width: calc(100% - 100px);}
.n_width_90{width: calc(100% - 90px);}
.n_width_80{width: calc(100% - 80px);}
.n_width_70{width: calc(100% - 70px);}
.n_width_60{width: calc(100% - 60px);}
.n_width_50{width: calc(100% - 50px);}
.n_width_40{width: calc(100% - 40px);}
.n_width_30{width: calc(100% - 30px);}
.n_width_25{width: calc(100% - 25px);}
.n_width_20{width: calc(100% - 20px);}
.n_width_15{width: calc(100% - 15px);}
.n_width_10{width: calc(100% - 10px);}
.n_width_5{width: calc(100% - 5px);}

.width_15, .width_25, .width_30, .width_35, .width_45, .width_60, .width_70, .width_80, .width_90, .width_250, .n_width_900, .n_width_800, .n_width_700, .n_width_600, .n_width_500, .n_width_400, .n_width_300, .n_width_250, .n_width_200, .n_width_150, .n_width_100, .n_width_90, .n_width_80, .n_width_70, .n_width_60, .n_width_50, .n_width_40, .n_width_30, .n_width_25, .n_width_20, .n_width_15, .n_width_10, .n_width_5{
	box-sizing: border-box;
}

.height_50{height: 50px;}
.height_100{height: 100px;}
.height_150{height: 150px;}
.height_200{height: 200px;}
.height_250{height: 250px;}
.height_300{height: 300px;}
.height_400{height: 400px;}
.height_500{height: 500px;}
.height_600{height: 600px;}

.height_100-max{max-height: 100px;}
.height_200-max{max-height: 200px;}
.height_300-max{max-height: 300px;}
.height_400-max{max-height: 400px;}
.height_500-max{max-height: 500px;}

.over_auto{overflow: auto;}
.over_auto-x{overflow-x: auto;}
.over_auto-y{overflow-y: auto;}

.square_box{
	aspect-ratio: 1;
}

.tb_center{
	top: 0;
	bottom: 0;
	margin: auto;
}
.lr_center{
	left: 0;
	right: 0;
	margin: auto;
}

.top_0{top: 0px;}
.top_5{top: 5px;}
.top_10{top: 10px;}
.top_15{top: 15px;}
.top_20{top: 20px;}
.top_25{top: 25px;}
.top_30{top: 30px;}

.bottom_0{bottom: 0px;}
.bottom_5{bottom: 5px;}
.bottom_10{bottom: 10px;}
.bottom_15{bottom: 15px;}
.bottom_20{bottom: 20px;}
.bottom_25{bottom: 25px;}
.bottom_30{bottom: 30px;}

.left_0{left: 0px;}
.left_5{left: 5px;}
.left_10{left: 10px;}
.left_15{left: 15px;}
.left_20{left: 20px;}
.left_25{left: 25px;}
.left_30{left: 30px;}

.right_0{right: 0px;}
.right_5{right: 5px;}
.right_10{right: 10px;}
.right_15{right: 15px;}
.right_20{right: 20px;}
.right_25{right: 25px;}
.right_30{right: 30px;}

.rotate_-90{transform: rotate(-90deg);}
.rotate_-45{transform: rotate(-45deg);}
.rotate_45{transform: rotate(45deg);}
.rotate_90{transform: rotate(90deg);}
.rotate_180{transform: rotate(180deg);}

.border_rad100{border-radius: 100px!important;}
.pointer_none{pointer-events: none;}
.cursor_p{cursor: pointer;}
.shadow-s{box-shadow: 0 0 10px rgba(0,0,0,0.08);}


/*** search ***/

#search{
	position: -webkit-sticky;
	position: sticky;
	top: 50px;
	height: calc(100vh - 200px);
}
#search .search_clear{
	cursor: pointer;
}
#search .search_wrap{
	height: 100%;
	overflow-y: auto;
	box-sizing: border-box;
	padding-bottom: 80px;
}
#search .search_wrap::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 90px;
	left: 0;
	bottom: 0;
	border-radius: 0 0 10px 10px;
	background-image: linear-gradient(to bottom, rgb(255 255 255 / 0), rgb(255 255 255 / 0.7) 30px);
}
#search .search_wrap::-webkit-scrollbar{
	width: 9px;
	height: 9px;
}
#search .search_wrap::-webkit-scrollbar-track{
	background-color: transparent;
}
#search .search_wrap::-webkit-scrollbar-thumb{
	border-radius: 20px;
	scrollbar-width: thin;
    border: 3px solid transparent;
	background-color: var(--color3);
    background-clip: content-box;
}
#search .search_wrap::-webkit-scrollbar-thumb:hover{
	background-color: #666;
}
#search li a.active{
	background-color: var(--color1);
	color: #fff;
}
#search .search_bt{
	width: calc(100% - 40px);
	left: 20px;
	bottom: 20px;
	cursor: pointer;
}
#search .search_bt:hover{
	transform: scale(1.05);
}
#search .close_bt span::before, #search .close_bt span::after{
	position: absolute;
	content: "";
	width: 10px;
	height: 1px;
	background-color: currentColor;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
#search .close_action:hover .close_bt{
	opacity: 0.8;
}
#search .close_action.close .close_bt span::after{
	transform: rotate(90deg);
}

.radio_wrap label::before, .radio_wrap label::after, .check_wrap label::before, .check_wrap label::after {
	content: "";
	display: block; 
	position: absolute;
}
.radio_wrap label::before, .radio_wrap label::after, .check_wrap label::before{
	transform: translateY(-50%);
	top: 50%;
}

.radio_wrap label::before{
	border-radius: 50%;
	border: solid 1px var(--color4);
	background-color: var(--color4);
	width: 20px;
	height: 20px;
	left: 0;
	transition: 0.2s;
}
.check_wrap label::before {
	border: none;
	background-color: var(--color4);
	width: 20px;
	height: 20px;
	left: 0;
	transition: 0.2s;
	border-radius: 2px;
}

.radio_wrap label::after {
	border-radius: 50%;
	background-color: var(--color2);
	opacity: 0;
    width: 14px;
    height: 14px;
    left: 4px;
	transition: 0.2s;
}
.check_wrap label::after{
    opacity: 0;
    width: 10px;
    height: 5px;
    left: 5px;
    transition: 0.2s;
}
.check_wrap label::after {
    border-left: solid 2px #fff;
    border-bottom: solid 2px #fff;
    top: 6px;
    transform: translateY(-50%) rotate(-45deg);
}
.check_wrap.custom label::after {
    top: calc(50% - 2px);
}
.check_wrap:not(.custom) label.pd_l-40px::before{
	left: 12px;
}
.check_wrap:not(.custom) label.pd_l-40px::after{
    top: calc(50% - 2px);
    left: 16px;
}

.check_wrap:not(.custom) input:checked + label{
	color: #fff;
	background-color: var(--color1);
}
.check_wrap.result_wrap:not(.custom) input:checked + label, #scenario_list_add.check_wrap:not(.custom) input:checked + label, #added_scenario_list .check_wrap:not(.custom) input:checked + label, #tag_list_add .check_wrap:not(.custom) input:checked + label, #added_list .check_wrap:not(.custom) input:checked + label{
	background-color: var(--color5);
}
.radio_wrap input:checked + label::before{
	background-color: transparent;
	border-color: var(--color5);
}
.check_wrap:not(.custom) input:checked + label::before {
	opacity: 0.2;
}
.check_wrap.custom input:checked + label::before{
	background-color: var(--color5);
	border-color: var(--color5);
}
.radio_wrap input:checked + label::after, .check_wrap input:checked + label::after {
	opacity: 1;
}
.radio_wrap input:checked + label, .check_wrap input:checked + label {
	color: var(--color5)
}

.radio_wrap .visually-hidden, .check_wrap .visually-hidden {
	display: none;
}


/*** cate ***/

#design_list .cate_box{
	min-width: 250px;
	max-width: 400px;
}
#design_list .cate_box .box_name_title{
	border-radius: 5px 5px 0 0;
}
#design_list .cate_box .pre_btn{
	border-radius: 0 10px 10px 10px;
}
#design_list .cate_box .pre_btn:hover{
	box-shadow: 0 0 20px var(--color3)
}


/*** preview ***/

#preview_bg{
	top: 0;
	left: 0;
	background-image: linear-gradient(to bottom, color-mix(in srgb, var(--color2) 60%, transparent), color-mix(in srgb, var(--color2) 60%, transparent));
	backdrop-filter: blur(5px);
	cursor: pointer;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.2s;
}
#preview_bg.active{
	opacity: 1;
	pointer-events: auto;
}

#preview{
	--scrBerW: 9px;
	top: 0;
	right: -500px;
	z-index: 1;
	border-radius: 30px 0 0 30px;
	transition: right 0.2s;
	background-color: rgba(255,255,255,0.9);
	backdrop-filter: blur(5px);
}
#preview.active{
	right: 0;
}
#preview.active .on{
	display: none;
}
#preview.active .off{
	display: block;
}
#preview #prePage {
    flex: 1;
    aspect-ratio: 375 / 667;
	transform-origin: top left;
    box-sizing: content-box;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
	overflow-y: auto;
}
#preview #prePage::-webkit-scrollbar{
	width: 9px;
	height: 9px;
}
#preview #prePage::-webkit-scrollbar-track{
	background-color: transparent;
}
#preview #prePage::-webkit-scrollbar-thumb{
	border-radius: 20px;
	scrollbar-width: thin;
    border: 3px solid transparent;
	background-color: var(--color3);
    background-clip: content-box;
}
#preview #prePage::-webkit-scrollbar-thumb:hover{
	background-color: #666;
}
#preview .pre_title, #preview .pre_txt, #preview .pre_txt2{
    width: calc(375px + var(--scrBerW));
	box-sizing: border-box;
}
#preview .close{
	top: 0;
	bottom: 0;
	right: 100%;
	margin: auto;
	border-radius: 10px 0 0 10px;
}
#preview .close span{
	transform: translate(-50%, -50%) rotate(90deg);
}
#preview .close::before{
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	border-bottom: solid 1px #fff;
	border-left: solid 1px #fff;
	transform: rotate(45deg);
	top: 20px;
	left: 3px;
	right: 0;
	margin: auto;
}
#preview.active .close::before{
	transform: rotate(225deg);
	left: 0;
	right: 3px;
}


/*** wire_wrap ***/

.wire_bt::before, .index_bt::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-top: solid 1px var(--color3);
    border-right: solid 1px var(--color3);
	top: 0;
	bottom: 0;
    margin: auto;
}
.wire_bt::before {
    transform: rotate(45deg);
    right: 20px;
}
.index_bt::before {
    transform: rotate(225deg);
    left: 20px;
}

.wire_list_wrap{
	position: -webkit-sticky;
	position: sticky;
	top: 50px;
}

#wire_wrap{
	--scrBerW: 9px;
}
#wire_wrap .cate_item{
	counter-reset: number 0;
	box-sizing: border-box;
    width: calc(100% - (375px + var(--scrBerW)));
}
#wire_wrap .prePage {
    width: calc(375px + var(--scrBerW));
    height: 667px;
	transform-origin: top left;
    box-sizing: content-box;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
	overflow-y: auto;
}
#wire_wrap .prePage::-webkit-scrollbar{
	width: 9px;
	height: 9px;
}
#wire_wrap .prePage::-webkit-scrollbar-track{
	background-color: transparent;
}
#wire_wrap .prePage::-webkit-scrollbar-thumb{
	border-radius: 20px;
	scrollbar-width: thin;
    border: 3px solid transparent;
	background-color: var(--color3);
    background-clip: content-box;
}
#wire_wrap .prePage::-webkit-scrollbar-thumb:hover{
	background-color: #666;
}
#wire_wrap .cate_title::before{
	position: absolute;
	content: "";
	width: 5px;
	height: 100%;
	background-color: currentColor;
	left: 0;
	top: 0;
	border-radius: 100px;
}
#wire_wrap .box_wrap{
	background-image: linear-gradient(to bottom, var(--color1) 50%, transparent 50%);
	background-size: 1px 6px;
	background-position: top left 15px;
	background-repeat: repeat-y;
}
#wire_wrap .cate_box{
    align-items: baseline;
}
#wire_wrap .cate_box:last-of-type{
	background-color: var(--color2);
}
#wire_wrap .cate:last-of-type{
	margin-bottom: 0;
}
#wire_wrap .box_no{
    counter-increment: number 1;
    width: 31px;
    height: 31px;
    line-height: 33px;
}
#wire_wrap .box_no::before{
	content: counter(number);
	display: block;
}
#wire_wrap .box_title1{
	width: calc(100% - 31px);
	box-sizing: border-box;
}