@charset "utf-8";
/* CSS INFORMATION -====================================================
File name : orimokkori.css
Description : オリモッコリページCSS
===================================================================== */


/* =====================================================================
*    コンテンツ
* =================================================================== */
#orimokkori #main .inner {
	padding-top: 15.625%;
}

@media screen and (min-width:700px){
	#orimokkori #main .inner {
		padding-top: 90px;
	}
}

/*-------------------------------------
    プロフィール
-------------------------------------*/
#orimokkori #main .profile {
	position: relative;
	z-index: 100000;
}

#orimokkori #main .profile h1 {
	font-size: 1.8rem;
	line-height: 1.2em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 7.1428%;
}

#orimokkori #main .profile h1 span {
	display: block;
	font-size: 1.0rem;
	line-height: 1.2em;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
}

#orimokkori #main .profile .photo {
	width: 85.7143%;
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.1) 0 5px 5px;
	overflow: hidden;
	margin-bottom: 5.3572%;
	margin-left: auto;
	margin-right: auto;
}

/* 機能説明ボタン */
#orimokkori #main .profile .attribute_btn {
	text-align: center;
	letter-spacing: -.40em;
	margin-bottom: 7.1429%;
}

#orimokkori #main .profile .attribute_btn li {
	width: 75px;
	display: inline-block;
	letter-spacing: normal;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

#orimokkori #main .profile .attribute_btn li > a {
	display: block;
	text-decoration: none;
	color: #000;
	border-radius: 7px;
	overflow: hidden;
}

#orimokkori #main .profile .attribute_btn li.blue > a {
	border: 2px solid #2b6eb7;
}

#orimokkori #main .profile .attribute_btn li.pink > a {
	border: 2px solid #e4448a;
}

#orimokkori #main .profile .attribute_btn .popup_box {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 100000;
	overflow-y: scroll;
	box-sizing: border-box;
	padding: 75px 10.9375%;
}

#orimokkori #main .profile .attribute_btn .popup_box .btn {
	width: 100px;
	margin-left: auto;
	margin-bottom: 10px;
}

#orimokkori #main .profile .attribute_btn .popup_box .btn a {
	max-width: 100%;
}

#orimokkori #main .profile .attribute_btn .popup_box .popup_img {
	box-shadow: rgba(0, 0, 0, 0.1) 0 5px 5px;
	margin-bottom: 8%;
}

#orimokkori #main .profile .attribute_btn .popup_box h2 {
	font-size: 1.4rem;
	line-height: 1.2em;
	letter-spacing: 0.05em;
	font-weight: bold;
	text-align: left;
	margin-bottom: 4%;
}

#orimokkori #main .profile .attribute_btn li.blue .popup_box h2 {
	color: #2b6eb7;
}

#orimokkori #main .profile .attribute_btn li.pink .popup_box h2 {
	color: #e4448a;
}

#orimokkori #main .profile .attribute_btn .popup_box p {
	font-size: 1.4rem;
	line-height: 1.5em;
	letter-spacing: 0.05em;
	text-align: left;
}

/* プロフィール */
#orimokkori #main .profile .prof_text {
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.65em;
	position: relative;
	overflow: hidden;
	padding-top: 8.9286%;
	padding-bottom: 17.8572%;
}

#orimokkori #main .profile .prof_text > * {
	position: relative;
	z-index: 2;
}

#orimokkori #main .profile .prof_text::before {
	content: "";
	width: 39.2858%;
	height: 0;
	padding-top: 40%;
	display: block;
	background: url(../images/orimokkori/bg_profile_right.jpg) no-repeat center top;
	background-size: 100% auto;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: 16.7858%;
}

#orimokkori #main .profile .prof_text::after {
	content: "";
	width: 39.2858%;
	height: 0;
	padding-top: 40%;
	display: block;
	background: url(../images/orimokkori/bg_profile_left.jpg) no-repeat center top;
	background-size: 100% auto;
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-right: 16.0715%;
}

#orimokkori #main .profile .prof_text h2 {
	font-weight: bold;
	padding-bottom: 3.5715%;
}

@media screen and (min-width:700px){
	#orimokkori #main .profile {
	}

	#orimokkori #main .profile h1 {
		font-size: 2.8rem;
		line-height: 1.2em;
		margin-bottom: 25px;
	}

	#orimokkori #main .profile h1 span {
		font-size: 1.4rem;
		line-height: 1.2em;
	}

	#orimokkori #main .profile .photo {
		width: 80.393%;
		box-shadow: rgba(0, 0, 0, 0.1) 0 10px 10px;
		border-radius: 15px;
		margin-bottom: 2.9412%;
	}

	#orimokkori #main .profile .photo img {
		display: none;
	}

	#orimokkori #main .profile .photo::before {
		content: "";
		width: 100%;
		height: 0;
		display: block;
		padding-top: 93.9025%;
		background: url(../images/orimokkori/img_profile_pc.jpg) no-repeat center top #f0f0eb;
		background-size: 100% auto;
	}

	/* 機能説明ボタン */
	#orimokkori #main .profile .attribute_btn {
	text-align: center;
	letter-spacing: -.40em;
		margin-bottom: 5.8824%;
	}

	#orimokkori #main .profile .attribute_btn li {
		width: 25.4902%;
		height: 0;
		padding-top: 8.8236%;
		position: relative;
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 10px;
	}

	#orimokkori #main .profile .attribute_btn li > a {
		width: 100%;
		height: 100%;
		box-sizing: border-box;
		position: absolute;
		top: 0;
		left: 0;
		border-radius: 15px;
	}

	#orimokkori #main .profile .attribute_btn li a::before {
		content: "";
		width: 100%;
		height: 100%;
		display: block;
		position: relative;
	}

	#orimokkori #main .profile .attribute_btn li.popup_01 a::before {
		background: url(../images/orimokkori/btn_profile_att01_pc.jpg) no-repeat center center;
		background-size: 104% auto;
	}

	#orimokkori #main .profile .attribute_btn li.popup_02 a::before {
		background: url(../images/orimokkori/btn_profile_att02_pc.jpg) no-repeat center center;
		background-size: 104% auto;
	}

	#orimokkori #main .profile .attribute_btn li.popup_03 a::before {
		background: url(../images/orimokkori/btn_profile_att03_pc.jpg) no-repeat center center;
		background-size: 104% auto;
	}

	#orimokkori #main .profile .attribute_btn li.popup_04 a::before {
		background: url(../images/orimokkori/btn_profile_att04_pc.jpg) no-repeat center center;
		background-size: 104% auto;
	}

	#orimokkori #main .profile .attribute_btn li.popup_05 a::before {
		background: url(../images/orimokkori/btn_profile_att05_pc.jpg) no-repeat center center;
		background-size: 104% auto;
	}

	#orimokkori #main .profile .attribute_btn li.popup_06 a::before {
		background: url(../images/orimokkori/btn_profile_att06_pc.jpg) no-repeat center center;
		background-size: 104% auto;
	}

	#orimokkori #main .profile .attribute_btn li.popup_07 a::before {
		background: url(../images/orimokkori/btn_profile_att07_pc.jpg) no-repeat center center;
		background-size: 104% auto;
	}

	#orimokkori #main .profile .attribute_btn li > a img {
		display: none;
	}

	#orimokkori #main .profile .attribute_btn li.blue > a {
		border: 5px solid #2b6eb7;
	}

	#orimokkori #main .profile .attribute_btn li.pink > a {
		border: 5px solid #e4448a;
	}

	#orimokkori #main .profile .attribute_btn .popup_box {
	    width: 640px;
	    height: 540px;
	    display: none;
		bottom: 0;
		right: 0;
		overflow: hidden;
		border-radius: 15px;
		box-sizing: border-box;
		padding: 30px;
		margin: auto;
	}

	#orimokkori #main .profile .attribute_btn .popup_box .btn {
		width: 90px;
		height: 30px;
	margin-left: auto;
	margin-bottom: 10px;
	}

	#orimokkori #main .profile .attribute_btn .popup_box .btn a {
		max-width: 90px;
		min-width: 90px;
		padding-top: 5px;
		padding-bottom: 5px;
	}

	#orimokkori #main .profile .attribute_btn .popup_box .btn a::before {
		display: none;
	}

	#orimokkori #main .profile .attribute_btn .popup_box .popup_img {
		width: 400px;
		box-shadow: rgba(0, 0, 0, 0.1) 0 10px 10px;
		margin-bottom: 20px;
		margin-left: auto;
		margin-right: auto;
	}

	#orimokkori #main .profile .attribute_btn .popup_box h2 {
		font-size: 1.6rem;
		line-height: 2.0em;
		letter-spacing: 0.05em;
		margin-bottom: 0;
		margin-left: 50px;
		margin-right: 50px;
	}

	#orimokkori #main .profile .attribute_btn .popup_box p {
		height: 110px;
		font-size: 1.6rem;
		line-height: 1.5em;
		letter-spacing: 0.05em;
		overflow-y: scroll;
		margin-left: 50px;
		margin-right: 50px;
	}

	/* プロフィール */
	#orimokkori #main .profile .prof_text {
		font-size: 1.8rem;
		line-height: 2em;
		padding-top: 0;
		padding-bottom: 70px;
	}

	#orimokkori #main .profile .prof_text::before {
		width: 220px;
		padding-top: 224px;
		margin-left: 190px;
	}

	#orimokkori #main .profile .prof_text::after {
		width: 220px;
		padding-top: 224px;
		margin-right: 190px;
	}

	#orimokkori #main .profile .prof_text h2 {
		padding-bottom: 15px;
	}
}

/*-------------------------------------
    機能説明
-------------------------------------*/
#orimokkori #main .attribute {
	margin-top: 5.3572%;
}

#orimokkori #main .attribute h1 {
	height: 54px;
	position: relative;
}

#orimokkori #main .attribute h1::before {
	content: "";
	width: 100%;
	height: 2px;
	background-color: #e4448a;
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 22px;
}

#orimokkori #main .attribute h1 span {
	width: 100%;
	height: 45px;
	display: block;
	font-size: 1.7rem;
	line-height: 45px;
	font-weight: bold;
	text-align: center;
	background: url(../images/orimokkori/bg_attribute_ttl.jpg) no-repeat center top;
	background-size: auto 100%;
	position: relative;
	z-index: 1;
	padding-bottom: 9px;
}

#orimokkori #main .attribute .att_wrap {
	width: 89.2858%;
	box-sizing: border-box;
	padding-left: 5.3572%;
	margin-top: 7.1429%;
	margin-left: auto;
	margin-right: auto;
}

#orimokkori #main .attribute .att_wrap li {
	position: relative;
	overflow: hidden;
	padding-bottom: 8.5107%;
}

#orimokkori #main .attribute .att_wrap li > * {
	vertical-align: top;
}

#orimokkori #main .attribute .att_wrap li .att_icon {
	width: 21.2766%;
	margin-right: auto;
}

#orimokkori #main .attribute .att_wrap li p {
	height: 100%;
	font-size: 1.4rem;
	line-height: 1.5em;
	letter-spacing: 0.05em;
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 25.532%;
}

#orimokkori #main .attribute .att_wrap li p span {
	font-size: 1.8rem;
	line-height: 1.5em;
	font-weight: bold;
	color: #e4448a;
}

/* 追加機能 */
#orimokkori #main .attribute .tsuika {
	padding-top: 5.3572%;
}

#orimokkori #main .attribute .tsuika h1 {
	height: 43px;
	position: relative;
}

#orimokkori #main .attribute .tsuika h1::before {
	height: 0px;
	background-color: transparent;
	border-bottom: 1px dotted #2b6eb7;
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 17px;
}

#orimokkori #main .attribute .tsuika:nth-child(2n) h1::before {
	border-bottom: 1px dotted #e4448a;
}

#orimokkori #main .attribute .tsuika h1 span {
	width: 180px;
	height: 43px;
	background: none;
	position: relative;
	z-index: 1;
	padding-bottom: 9px;
	margin-left: auto;
	margin-right: auto;
}

#orimokkori #main .attribute .tsuika .att_wrap li p {
	height: 100%;
	font-size: 1.4rem;
	line-height: 1.5em;
	position: absolute;
	top: 20px;
	left: 0;
	margin-left: 25.532%;
}

#orimokkori #main .attribute .tsuika .att_wrap li p.tsuika_no {
	width: 60px;
	height: 15px;
	font-size: 1.0rem;
	line-height: 1.5em;
	color: #FFF;
	background-color: #000;
	text-align: center;
	border-radius: 20px;
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 25.532%;
}

#orimokkori #main .attribute .tsuika .att_wrap li p span {
	line-height: 1.0em;
	font-weight: bold;
	color: #2b6eb7;
}

#orimokkori #main .attribute .tsuika:nth-child(2n) .att_wrap li p span {
	color: #e4448a;
}


@media screen and (min-width:700px){
	#orimokkori #main .attribute {
		width: 80.3922%;
		margin-top: 20px;
		margin-left: auto;
		margin-right: auto;
	}

	#orimokkori #main .attribute h1 {
		height: 90px;
	}

	#orimokkori #main .attribute h1::before {
		height: 3px;
		margin-top: 37px;
	}

	#orimokkori #main .attribute h1 span {
		height: 76px;
		font-size: 2.8rem;
		line-height: 76px;
		padding-bottom: 14px;
	}

	#orimokkori #main .attribute .att_wrap {
		width: 100%;
		padding-left: 0;
		margin-top: 30px;
	}

	#orimokkori #main .attribute .att_wrap ul {
		letter-spacing: -.40em;
		text-align: center;
	}

	#orimokkori #main .attribute .att_wrap li {
		width: 270px;
		display: inline-block;
		letter-spacing: normal;
		padding-bottom: 40px;
	}

	#orimokkori #main .attribute .att_wrap li .att_icon {
		width: 70px;
		margin-left: auto;
	}

	#orimokkori #main .attribute .att_wrap li p {
		height: auto;
		font-size: 1.8rem;
		line-height: 1.5em;
		position: relative;
		left: auto;
		margin-top: 5px;
		margin-left: 0;
	}

	#orimokkori #main .attribute .att_wrap li p span {
		font-size: 2.4rem;
		line-height: 1.5em;
	}

	/* 追加機能 */
	#orimokkori #main .attribute .tsuika {
		padding-top: 0;
	}

	#orimokkori #main .attribute .tsuika h1 {
		height: 62px;
	}

	#orimokkori #main .attribute .tsuika h1::before {
	height: 0px;
	background-color: transparent;
	border-bottom: 1px dotted #2b6eb7;
	position: absolute;
	top: 0;
	left: 0;
		margin-top: 24px;
	}

	#orimokkori #main .attribute .tsuika:nth-child(2n) h1::before {
		border-bottom: 1px dotted #e4448a;
	}

	#orimokkori #main .attribute #tsuika01.tsuika h1 span {
		width: 260px;
		height: 62px;
		background: url(../images/orimokkori/img_attribute_tsuika01_title_pc.jpg) no-repeat center top;
		background-size: 100% auto;
		padding-bottom: 0;
	}

	#orimokkori #main .attribute #tsuika02.tsuika h1 span {
		width: 260px;
		height: 62px;
		background: url(../images/orimokkori/img_attribute_tsuika02_title_pc.jpg) no-repeat center top;
		background-size: 100% auto;
		padding-bottom: 0;
	}

	#orimokkori #main .attribute .tsuika h1 span img {
		display: none;
	}

	#orimokkori #main .attribute .tsuika .att_wrap li {
		vertical-align: top;
	}

	#orimokkori #main .attribute .tsuika .att_wrap li p {
		font-size: 1.8rem;
		line-height: 1.5em;
		position: relative;
		top: auto;
		left: auto;
		margin-top: 5px;
		margin-left: 0;
	}

	#orimokkori #main .attribute .tsuika .att_wrap li p.tsuika_no {
		width: 90px;
		height: 25px;
		font-size: 1.4rem;
		line-height: 2.5rem;
		position: relative;
		top: auto;
		left: auto;
		margin-left: auto;
		margin-right: auto;
	}

	#orimokkori #main .attribute .tsuika .att_wrap li p span {
		line-height: 1.0em;
		font-weight: bold;
		color: #2b6eb7;
	}

	#orimokkori #main .attribute .tsuika:nth-child(2n) .att_wrap li p span {
		color: #e4448a;
	}
}