@charset "utf-8";
/* PhotoMagazine　星空編 page */

.fontX {
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
}

/***********************
reset
***********************/
p { margin: 0;}
section { margin-bottom: 0; }

/***********************
共通
***********************/
article {
	width: 100%;
	max-width: 1000px;
	margin: 20px auto;
}

.mt00 { margin-top: 0 !important; }
.mt50 { margin-top: 50px !important; }
.mb20 { margin-bottom: 20px; }
.mb00 { margin-bottom: 0 !important; }

.cafetxt {
	font-size: 0.9rem;
	text-align: right;
	margin: 5px 0;
}
.cafetxt span {
	display: inline-block;
}


/** 関連リンクボックス **/
.contLink {
	position: relative;
    border: 1px solid #c2c2c3;
	background-color: #fbfaf1;
    max-width: 520px;
	width: 92%;
    margin: 60px auto 40px;
	padding: 5px 0;
}
.contLink::before {
	font-size: 0.9rem;
    position: absolute;
    top: -22px;
    left: -1px;
    height: 22px;
    padding: 0 1em;
    content: '関連リンク';
    color: #FFF;
    border-radius: 0 10px 0 0;
    background: #5A5477;
}
.contLink .pagelink {
	margin: 5px 10px;
}
.contLink .pagelink a {
    display: inline-block;
	font-size: 1rem;
	padding-left: 0.5em;
}
.contLink .pagelink a:hover {
	/*text-decoration: none;
	background-color: #5A5477;
	color: #FFF;*/
	transition: .3s;
}



/** フラグボックス **/
.flagbox {
    border: 1px solid #cfcdcd;
	padding: 20px;
	margin: 50px auto;
	width: 70%;
	position:relative
}
.flagbox div {
	background-color: rgb(248 251 212);
	border-left: 2px dotted rgba(0,0,0,.1);
	border-right: 2px dotted rgba(0,0,0,.1);
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	transform: rotate(-2deg);
	font-size: 1.15rem;
	color: #000;
	padding: 5px 20px;
	line-height: 1;
	position:absolute;
	top: -15px;
	left: 20px;
}
.flagbox p {
	font-size: 1rem;
	line-height: 1.6em;
}
.flagbox .txtind {
	color: #2f353d;
	text-indent: -1.5em;
    margin-left: 1em;
}
.flagbox.__fb01 { background-color: #F6F5FB; }
.flagbox.__fb02 { background-color: #eef2f7; }
.flagbox.__fb03 { background-color: #eef2f7; }
.flagbox.__fb04 { background-color: #e5f9ef; }

.modalCaption {
	display: none;
}
.hrstyle {
	border-bottom: 4px dotted #b5b4b4;
	margin: 30px auto;
}

@media screen and (max-width: 640px) {
	.flagbox {
		width: 80%;
	}
}

/***********************
main visual
***********************/
#sect_mv .wrap {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	background-color: #000;
	font-size: 0; /* hac */
}

#sect_mv .wrap .mvimg {
	width: 70%;
}
#sect_mv .wrap .mvimg img {
	width: 100%;
}
#sect_mv .wrap .ttl {
	width: 30%;
	background-color: #000;
	text-align: right;
	padding-right: 20px;
	position: relative;
}
#sect_mv .wrap .ttl h1 {
	font-size: 1.8rem;
	color: #fff;
	letter-spacing: 0.05em;
	font-weight: normal;
}
#sect_mv .wrap .ttl h1 span {
	font-size: 1.5em;
}
#sect_mv .wrap .ttl .border {
	border-bottom: 3px solid #0401b7;
    border-image: linear-gradient(to right, #0401b7 0%, #65cad3 100%) 1;
	width: 250px;
	position: absolute;
	top: 35%;
    right: 20px;
}
.mainlead {
	font-size: 1rem;
	margin: 80px auto;
    max-width: 49em;
}

@media screen and (max-width: 810px) {
	#sect_mv .wrap .mvimg {
		width: 60%;
	}
	#sect_mv .wrap .ttl {
		width: 40%;
	}
}

@media screen and (max-width: 640px) {
	#sect_mv .wrap {
		display: block;
		padding-top: 10px;
	}
	#sect_mv .wrap .mvimg {
		width: unset;
	}
	#sect_mv .wrap .ttl {
		width: unset;
		padding-right: 0;
		text-align: center;
	}
	#sect_mv .wrap .ttl .border {
		right: 0;
		left: 0;
	}
}

/***********************
anqer link  menu
***********************/

#sect_anqmenu {
	margin-bottom: 150px;
}
#sect_anqmenu .bg1 {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 120px;
	background: repeating-linear-gradient(-45deg, #dce1ec , #dce1ec 6px, #d7f4f5 4px, #d7f4f5 10px);
}
#sect_anqmenu .bg2 {
	position: absolute;
	top: -10px;
	left: -10px;
	width: 100%;
	height: 120px;
	background-color: #f5f6f7;
	opacity: 0.8;
	border: 1px solid #e1e1e1;
}
#sect_anqmenu ul {
	margin: 0;
    padding: 30px;
	display: flex;
}
#sect_anqmenu ul li {
	font-size: 1.2rem;
	width: 25%;
	text-indent: -42px;
	margin: 0 0 0 42px;
    line-height: 1em;
}
#sect_anqmenu ul li::before {
	content: "";
    vertical-align: middle;
    display: inline-block;
	width: 36px;
    height: 36px;
    margin: 0 7px 3px 0;
}
#sect_anqmenu ul li.li01::before {
	background:url("https://www.sony.jp/support/ichigan/enjoy/magazine/star/images/icon_arrow01.png") no-repeat;
}
#sect_anqmenu ul li.li02::before {
	background:url("https://www.sony.jp/support/ichigan/enjoy/magazine/star/images/icon_arrow02.png") no-repeat;
}
#sect_anqmenu ul li.li03::before {
	background:url("https://www.sony.jp/support/ichigan/enjoy/magazine/star/images/icon_arrow03.png") no-repeat;
}
#sect_anqmenu ul li.li04::before {
	background:url("https://www.sony.jp/support/ichigan/enjoy/magazine/star/images/icon_arrow04.png") no-repeat;
}

@media screen and (max-width: 890px) {
	#sect_anqmenu .bg2,
	#sect_anqmenu .bg1 {
		width: 400px;
		height: 270px;	
	}
	#sect_anqmenu ul {
		display: block;
	}
	#sect_anqmenu ul li {
		width: unset;
		text-indent: 0;
		margin: 10px auto;
	}
	#sect_anqmenu ul li br {
		display: none;
	}
}
@media screen and (max-width: 640px) {
	#sect_anqmenu .bg1,
	#sect_anqmenu .bg2 {
		width: 88vw;
		max-width: 400px;
	}
}
@media screen and (max-width: 520px) {
	#sect_anqmenu ul {
		padding: 1rem;
	}
	#sect_anqmenu ul li {
		font-size: 1rem;
	}
	#sect_anqmenu .bg1,
	#sect_anqmenu .bg2 {
		height: 240px;
	}
}


/*  ほじ
#sect_anqmenu {
	margin-bottom: 150px;
}
#sect_anqmenu .bg1 {
	position: relative;
	margin: 0 auto;
	width: 400px;
	height: 270px;
	background: repeating-linear-gradient(-45deg, #dce1ec , #dce1ec 6px, #d7f4f5 4px, #d7f4f5 10px);
}
#sect_anqmenu .bg2 {
	position: absolute;
	top: -10px;
	left: -10px;
	width: 400px;
	height: 270px;
	background-color: #f5f6f7;
	opacity: 0.8;
	border: 1px solid #e1e1e1;
}
#sect_anqmenu ul {
	margin: 0;
    padding: 30px;
}
#sect_anqmenu ul li {
	font-size: 1.2rem;
	margin: 10px 0;
}
#sect_anqmenu ul li::before {
	content: "";
    vertical-align: middle;
    display: inline-block;
	width: 36px;
    height: 36px;
    margin: 0 7px 3px 0;
}
#sect_anqmenu ul li.li01::before {
	background:url("https://www.sony.jp/support/ichigan/enjoy/magazine/star/images/icon_arrow01.png") no-repeat;
}
#sect_anqmenu ul li.li02::before {
	background:url("https://www.sony.jp/support/ichigan/enjoy/magazine/star/images/icon_arrow02.png") no-repeat;
}
#sect_anqmenu ul li.li03::before {
	background:url("https://www.sony.jp/support/ichigan/enjoy/magazine/star/images/icon_arrow03.png") no-repeat;
}
#sect_anqmenu ul li.li04::before {
	background:url("https://www.sony.jp/support/ichigan/enjoy/magazine/star/images/icon_arrow04.png") no-repeat;
}

@media screen and (max-width: 640px) {
	#sect_anqmenu .bg1,
	#sect_anqmenu .bg2 {
		width: 88vw;
		max-width: 400px;
	}
}
@media screen and (max-width: 520px) {
	#sect_anqmenu ul {
		padding: 1rem;
	}
	#sect_anqmenu ul li {
		font-size: 1rem;
	}
	#sect_anqmenu .bg1,
	#sect_anqmenu .bg2 {
		height: 240px;
	}
}
*/

/***********************
subsection
***********************/
#sect_01 .sectttl {
	background: url("https://www.sony.jp/support/ichigan/enjoy/magazine/star/images/ttlbg-pc-01.png") no-repeat;
	background-size: contain;
}
#sect_02 .sectttl {
	background: url("https://www.sony.jp/support/ichigan/enjoy/magazine/star/images/ttlbg-pc-02.png") no-repeat;
	background-size: contain;
}
#sect_03 .sectttl {
	background: url("https://www.sony.jp/support/ichigan/enjoy/magazine/star/images/ttlbg-pc-03.png") no-repeat;
	background-size: contain;
}
#sect_04 .sectttl {
	background: url("https://www.sony.jp/support/ichigan/enjoy/magazine/star/images/ttlbg-pc-04.png") no-repeat;
	background-size: contain;
}
.sectttl {
	position: absolute;
	top: 0;
  	left: 50%;
  	transform:translate(-50%,-50%);
	text-align: center;
	width: 460px;
	height: 59px;
}
.sectttl h2 {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    font-weight: normal;
	color: #FFF;
	padding-top: 12px;
}

@media screen and (max-width: 640px) {
	#sect_01 .sectttl {
		background: url("https://www.sony.jp/support/ichigan/enjoy/magazine/star/images/ttlbg-sp-01.png") no-repeat;
		background-size: contain;
	}
	#sect_02 .sectttl {
		background: url("https://www.sony.jp/support/ichigan/enjoy/magazine/star/images/ttlbg-sp-02.png") no-repeat;
		background-size: contain;
	}
	#sect_03 .sectttl {
		background: url("https://www.sony.jp/support/ichigan/enjoy/magazine/star/images/ttlbg-sp-03.png") no-repeat;
		background-size: contain;
	}
	#sect_04 .sectttl {
		background: url("https://www.sony.jp/support/ichigan/enjoy/magazine/star/images/ttlbg-sp-04.png") no-repeat;
		background-size: contain;
	}
	.sectttl {
	    width: 292px;
    	height: 72px;
	}
	.sectttl h2 span::before {
		content: "\A";
		white-space: pre;
	}
	.sectttl h2 {
		font-size: 1.4rem;
		padding-top: 10px;
		line-height: 1.2em;
	}
	.sectttl h2.__ptX {
		padding-top: 22px;
	}
}


.wrap1 {
	position: relative;
	background-color: #DCE1EC;
	padding: 10px;
	margin-bottom: 120px;
}
.wrap2 {
	background-color: #fff;
	padding: 20px;
	margin-top: 50px;
}

/* サブタイトル */
.subttl {
    padding: 0.2em;
    margin-bottom: 1em;
    font-weight: bold;
    font-size: 1.5rem;
    display: inline-block;
    color: #3b3636;
}

.__c01 {
	background: linear-gradient(transparent 60%, #c2b5c9 40%);
}
.__c02 {
	background: linear-gradient(transparent 60%, #abbaef 40%);
}
.__c03 {
	background: linear-gradient(transparent 60%, #a0cde7 40%);
}
.__c04 {
	background: linear-gradient(transparent 60%, #91d9d2 40%);
}

.subunderttl {
	font-size: 1.4rem;
	font-weight: bold;
	margin: 0;
	line-height: 1.2em;
}
.subunderttl span {
	display: inline-block;
}
.txtbox {
	margin: 10px 0;
	font-size: 1rem;
	line-height: 1.6em;
}
.txtbox p {
	margin-bottom: 1em;
}
.txtblue {
	color: #0801AA;
	margin-left: 1em;
}

.col2 {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.col2 .colR {
	padding: 0 20px;
    display: inline-flex;
    flex-direction: column;
}

dl.situation {
	font-size: 0.9rem;
	background-color: #F5F2F2;
	padding: 15px;
	margin: 0;
}
.situation dt {
	float: left;
	width: 9em;
	font-weight: bold;
	border-bottom: 1px dotted #e9bdad;
}
.situation dd {
	margin-left: 9em;
	border-bottom: 1px dotted #e9bdad;
}
.situation dt:nth-last-child(2),
.situation dd:last-child {
	border-bottom: none;
}


/* 基本の撮影設定 */
.setBox {
	position: relative;
	margin: 40px auto;
	width: 100%;
	max-width: 700px;
	background: repeating-linear-gradient(-45deg, #f9d7e6 , #f9d7e6 6px, #f9efed 4px, #f9efed 10px);
}
.setBox::before {
    position: absolute;
    top: -8px;
    left: -8px;
    width: 100%;
    height: 100%;
    content: '';
    border: 1px solid #c9c7c7;
    background-color: #ffffff;
    opacity: 0.8;
}
.setBox .set_cont {
	position: relative;
    font-size: 1rem !important;
    padding: 15px;
	margin: 0;
}
.setBox .set_ttl {
	position: relative;
    padding: 10px 20px 0 10px;
    font-size: 1.2rem;
	font-weight: bold;
}
.setBox .set_ttl p::before {
	content: "";
    vertical-align: middle;
    display: inline-block;
	width: 70px;
    height: 45px;
    margin: 0;
	background:url("https://www.sony.jp/support/ichigan/enjoy/magazine/star/images/img_camera.png") no-repeat;
	background-size: contain;
}

.warningtxt {
    font-size: 0.9rem;
    padding: 0 20px 10px 0;
    position: relative;
    text-align: right;
}
.set_cont dt {
	float: left;
	width: 11em;
	font-weight: bold;
	border-bottom: 1px dotted #e980a4;
	padding: 3px 0;
}
._set_cont2 dt {
	width: 21em !important;
}
._set_cont2 dd {
	margin-left: 21em !important;
}
.set_cont dt::before {
	content: "▶";
	margin: 0 4px 0 0;
    color: #a0a1a3;
}
.set_cont dd {
	margin-left: 11em;
	border-bottom: 1px dotted #e980a4;
	padding: 3px 0;
}
.set_cont dt:nth-last-child(2),
.set_cont dd:last-child {
	border-bottom: none;
}



.lookbtn {
    font-size: 0.95rem;
	margin-top: 60px;
	text-align: right;
}
.lookbtn span {
	display: inline-block;
}
.lookbtn img {
	border-radius: 10px;
}
.lookbtn a:hover {
	opacity: 0.6;
	transition: .3s;
}

.photoPL {
	display: flex;
	justify-content: space-evenly;
	margin-top: 30px;
}
.photoPL div {
	width: 50%;
	max-width: 350px;
}
.photoPL .ph01 p {
	font-size:0.9rem;
	line-height: 1.2em;
	max-width: 23em;
}
.photoPL .ph01 img,
.photoPL .ph02 img {
	width: 100%;
	max-width: 350px;
}

.kakomitxt {
	border: 1px solid #999;
	padding: 3px 9px;
	font-size: 1.1rem;
	display: inline-block;
	margin-bottom: 0.5em !important;
}
.uldisc {
	margin: 0;
}
.uldisc li {
	font-size: 1rem;
	list-style: disc;
	margin-bottom: 0.5em;
	margin-left: -1em;
}
/*
.twinPL {
	display: flex;
}
.twinPL div img {
	width: 100%;
	max-width: 400px;	
}
*/

.pintImg {
    margin: 0 auto;
    text-align: center;
}
.pintImg img {
	width: 100%;
}
.pintImg .forPc {
	max-width: 875px;
}
.pintImg .forSp {
	display: none;
	max-width: 400px;
}
.pintCaption {
	display: flex;
	justify-content: space-around;
	font-size: 0.9rem;
}
.pintCaption p {
	max-width: 400px;
	text-align: left;
}
.pintCaption p:nth-child(1) {
	padding-right: 60px;
}


.britePL {
	display: flex;
	justify-content: space-around;
	margin-top: 30px;
}
.britePL div {
	margin: 0 10px;
	width: 50%;
	max-width: 400px;
}
.britePL div img{
	width: 100%;
	max-width: 400px;
}
.britePL div p {
	font-size: 1rem;
	line-height: 1.4em;
	min-height: 4.5em;
}
._britePL2 div p {
	min-height: 5.5em !important;	
}
.britePL .bstyle_1 {
	background-color: #dcc3ef;
    padding: 0 5px;
}
.britePL .bstyle_2 {
	background-color: #94f7c8;
    padding: 0 5px;
}

.imgX {
	text-align: center !important;
}
.imgRimocon {
	width: 100%;
	max-width: 230px;
	margin-top: 20px;
}
.txtsmall {
	font-size: 0.85rem !important;
	text-align: center;
}

@media screen and (max-width: 950px) {
	.col2 {
		flex-direction: column;
		align-items: center;
	}
	.col2 .colR {
		margin-top: 30px;
		padding: 0;
	}
	.lookbtn {
		margin-top: 30px;
	}
	._set_cont2 dt,
	._set_cont2 dd {
		font-size: 0.9rem;
	}
}
@media screen and (max-width: 760px) {
	.set_cont dt,
	.set_cont dd {
		font-size: 0.9rem;
	}
	.set_cont dt {
		float: none;
		width: unset;
		border-bottom: unset;
		padding: 0;
	}
	.set_cont dd {
		margin-left: unset;
		padding: 0 0 0 1em;
	}
	.setBox {
		width: 95%;
		max-width: 440px;
		/*margin: 40px 0 40px 4%;*/
		margin: 40px auto;
	}
	.setBox .set_ttl p::before {
		width: 45px;
		height: 30px;
	}
	.setBox .set_ttl {
		font-size: 1rem;
	}
	.setBox .set_ttl p {
		text-indent: -45px;
		margin-left: 45px;
		line-height: 1.2em;
	}
	.setBox .set_ttl p span::before {
		content: "\A";
		white-space: pre;
	}
	/*
	._set_cont2 dt,
	._set_cont2 dd {
		font-size: 0.9rem;
	}*/
	._set_cont2 dt {
		float: none;
		width: unset !important;
		border-bottom: unset;
		padding: 0;
	}
	._set_cont2 dd {
		margin-left: unset !important;
		padding: 0 0 0 1em;
	}
}

@media screen and (max-width: 740px) {
	.britePL {
		flex-direction: column;
		align-items: center;		
	}
	.britePL div {
		width: 100%;
		margin: 0 0 20px;
	}
	.britePL div p {
		min-height: unset;
		margin-bottom: 0.5em;
	}
	.pintImg .forSp {
		display: inline-block;
	}
	.pintImg .forPc {
		display: none;
	}
	.pintCaption {
		display: none;
	}

}
@media screen and (max-width: 640px) {
	.wrap2 {
		padding: 10px;
	}
	.subttl {
		font-size: 1.4rem;
	}
	.subunderttl {
		font-size: 1.3rem;
	}
	.photoPL {
		flex-direction: column;
    	align-items: center;
	}
	.photoPL div {
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
	}
	.photoPL .ph02 img {
		width: 80%;
		max-width: 250px;
	}
}

@media screen and (max-width: 430px) {
	.subttl.__spX span::before {
		content: "\A";
		white-space: pre;
	}
	.subttl.__spX {
		line-height: 1.2em;
	}
	.__c01.__spX {
		background: linear-gradient(transparent 75%, #c2b5c9 50%);
	}
	.__c02.__spX {
		background: linear-gradient(transparent 75%, #abbaef 50%);
	}
	.__c03.__spX {
		background: linear-gradient(transparent 75%, #a0cde7 50%);
	}
	.__c04.__spX {
		background: linear-gradient(transparent 75%, #91d9d2 50%);
	}
}