@charset "utf-8";
/***** 撮影の基礎知識　TOP *****/

p { margin: 0; }

article {
    max-width: 1200px !important;
    margin: 0 auto;
}

.h2ttl {
	width: 320px;
	margin: 0 auto 50px;
}
.h2ttl h2 {
    --x-gradient: linear-gradient(90deg, #300C0C 0 20px, transparent 0 calc(100% - 20px), #300C0C calc(100% - 20px));
    --y-gradient: linear-gradient(#300C0C 0 20px, transparent 0 calc(100% - 20px), #300C0C calc(100% - 20px));
    position: relative;
    padding: 1rem;
    margin-bottom: 0.2rem;
    background-image:
        var(--x-gradient),
        var(--y-gradient),
        var(--x-gradient),
        var(--y-gradient);
    background-repeat: no-repeat;
    background-size: 100% 2px, 2px 100%, 100% 2px, 2px 100%;
    background-position: top, right, bottom, left;
    font-weight: normal;
    font-size: 1.6rem;
    text-align: center;
	letter-spacing: 0.1em;
	color: #210101;
}


/***************************
mainvisual
****************************/
.top-mainttl {
	background-image:url("/support/ichigan/enjoy/photo/word/images/topimg/top-bg-header.png");
	background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto 50px;
    width: 100%;
    min-height: 160px;
	text-align: center;
	padding-top: 28px;
	display: flex;
	align-items: center;
    justify-content: center;
}

.top-mainttl .imgcamela {
	width: 120px;
	margin: 0 15px 15px 0;
}
.top-mainttl .blkright {
	padding-right: 50px;
}
.top-mainttl h1 {
	font-size: 2.6rem;
	font-weight: normal;
	line-height: 1em;
	padding: 0 10px 5px;
	margin: 0;
	color: #300C0C;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #42271E;
}
.top-mainttl .imgalp {
	width: 270px;
	margin-top: 8px;
}

.mainlead {
	font-size: 1.2rem;
	margin: 30px auto 70px;
    max-width: 1000px;
	padding: 0 1em;
}

@media screen and (max-width: 640px) {
	.top-mainttl {
		flex-direction: column;
		height: 100%;
		background-position-y: bottom;
	}
	.top-mainttl .blkright {
		padding-right: 0;
	}
	.top-mainttl h1 {
		font-size: 2rem;
	}
	.top-mainttl .imgalp {
		width: 200px;
	}
	.mainlead {
		font-size: 1rem;
	}
}



/***************************
sect01
****************************/
#sect01 .blk01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 70px;
}
#sect01 .blk01 .blkparts {
	background-color: #f9f8ed;
	/*width: 375px;
	margin: 10px;*/
	width: 48%;
    max-width: 380px;
	margin: 0.5%;
	font-size: 0; /* hac */
	box-shadow: 3px 3px 4px 3px #e7e5e5;
}
#sect01 .blk01 .blkparts:hover {
	transition: .3s;
	box-shadow: 3px 3px 4px 3px #666;
}
#sect01 .blk01 .blkparts div {
	display: inline-block;
	vertical-align: top;
}
#sect01 .blk01 .blkparts div.th {
	width: 40%;
	height: 100%;
}
#sect01 .blk01 .blkparts div.th img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#sect01 .blk01 .blkparts div.__txt1 {
	background:url("/support/ichigan/enjoy/photo/word/images/topimg/thumb1/bg1.png") no-repeat;
}
#sect01 .blk01 .blkparts div.__txt2 {
	background:url("/support/ichigan/enjoy/photo/word/images/topimg/thumb1/bg2.png") no-repeat;
}
#sect01 .blk01 .blkparts div.__txt3 {
	background:url("/support/ichigan/enjoy/photo/word/images/topimg/thumb1/bg3.png") no-repeat;
}
#sect01 .blk01 .blkparts div.txt {
	position: relative;
	width: 60%;
	height: 100%;
	background-color: rgb(255 255 255 / 50%);
    background-blend-mode: lighten;
	background-size: 100%;
}

#sect01 .blk01 .blkparts h3 {
	margin: 1.1em 0 0;
	height: 45px;
    text-align: center;
	font-size: 1.1rem;
	line-height: 1.4em;
	color: #372929;
}
#sect01 .blk01 .blkparts h3.h3ex {
	margin: 0.4em 0 0;
	height: 57px;
}
#sect01 .blk01 .blkparts p {
	font-size: 0.9rem;
	padding: 0 3px 5px 7px;
	line-height: 1.4em;
	color: #372929;
}

.hiddenclass {
	height: 0;
	border: none !important;
	box-shadow: unset !important;
}

@media screen and (max-width: 780px) {
	#sect01 .blk01 .blkparts h3 {
		font-size: 1rem;
	}
}
@media screen and (max-width: 690px) {
	#sect01 .blk01 .blkparts {
		width: 100%;
		margin: 5px 0;
	}
}



/*******************************
    背景グレー
********************************/
.bggray {
    background-color: #f1f1ee;
    margin: 0 calc(50% - 50vw);
    width: 99.9vw;
    padding: 30px 0;
}

/***************************
sect02
****************************/
#sect02 {
	max-width: 1200px;
	margin: 30px auto;
}
#sect02 .blk02 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0 30px;
}
#sect02 .blk02 .blktip {
	width: 300px;
	margin: 10px;
	font-size: 0; /* hac */
	box-shadow: 3px 3px 4px 3px #E7E7E7;
}
#sect02 .blk02 .blktip .ttl {
	font-size: 18px;
	padding: 1em 0;
	background-color: #3b3434;
	text-align: center;
}
#sect02 .blk02 .blktip h3 {
	color: #FFF;
	line-height: 1em;
	margin: 0 auto;
	position: relative;
	font-weight: normal;
}
#sect02 .blk02 .blktip .__ttlex {
	font-size: 16px;
    padding: 1.25em 0 1.15em 0.7em;
	text-align: left;
}
#sect02 .blk02 .blktip .__ttlex h3 {

}
#sect02 .blk02 .blktip h3::after {
	content: "";
	display: block;
    width: 20px;
	height: 8px;
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
	transform: skew(45deg);
	position: absolute;
	top: 3px;
    right: 20px;
}
#sect02 .blk02 .blktip:hover {
	transition: .3s;
	box-shadow: 3px 3px 4px 3px #666;
}
#sect02 .blk02 .blktip a:hover {
	text-decoration: none;
}

@media screen and (max-width: 700px) {
	#sect02 .blk02 .blktip a {
		display: flex;
		align-items: center;
	}
	#sect02 .blk02 .blktip {
		width: 100%;
		max-width: 500px;
	}
	#sect02 .blk02 .blktip .th {
		width: 100px;
	}
	#sect02 .blk02 .blktip .th img {
		max-width: unset;
        height: 71px;
	}
	#sect02 .blk02 .blktip .ttl {
        width: calc(100vw - 100px);
        text-align: left;
        padding: 25px 10px;
	}
	#sect02 .blk02 .blktip .__ttlex {
		font-size: 18px;
	}
}

@media screen and (max-width: 480px) {
	#sect02 .blk02 .blktip .ttl h3 span::after {
		content: "\A"; 
  		white-space: pre;
	}
	#sect02 .blk02 .blktip .__ttlex,
	#sect02 .blk02 .blktip .__ttlsm {
		padding: 13px 10px;
		font-size: 16px;
	}
	#sect02 .blk02 .blktip .__ttlex h3 ,
	#sect02 .blk02 .blktip .__ttlsm h3 {
		line-height: 1.2em;
	}
	#sect02 .blk02 .blktip .__ttlex h3::after,
	#sect02 .blk02 .blktip .__ttlsm  h3::after {
		top: 16px;
	}
}

/***************************
sect03
****************************/
#sect03 {
	display: flex;
	margin: 30px auto 70px;
}

/*** OtherLinkArea ***/
.bnrdiv {
	width: 48%;
	margin: 30px 1%;
	box-shadow: 3px 3px 4px 3px #FFF;
}
.bnrdiv a {
	display: flex;
	align-items: center;
}
.bnrdiv h3 {
	font-size: 1.5rem;
	line-height: 1.4em;
	margin: 0;
}
.bnrdiv .txt p {
	font-size: 0.9rem;
	line-height: 1.4em;
	min-height: 4.5em;
}
.bnrdiv img {
	max-width: 200px;
	width: 100%;
}
.bnrdiv a .txt {
	width: 70%;
	padding: 1em;
}
.bnrdiv a .th {
	width: 30%;
}
.bnrdiv a .th img {
	vertical-align: middle;
}
.bnrdiv hr {
	border-bottom: 2px solid #fff;
	width: 50%;
    margin: 10px 0;
}
.iconarrow {
	height: calc(tan(60deg) * 30px / 2);
	width: 25px;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	margin: 0 10px 0 20px;
}

.bnrdiv:hover {
	box-shadow: 3px 3px 4px 3px #666;
	transition: .3s;
}
.bnrdiv a:hover {
	text-decoration: none;
}


/***** bnrLenstips **/
.wrapOrigin {
	margin: 70px auto;
}
.__bnrL {
	background-color: #FFF;
	border: 1px solid #C4C3C3;
	box-shadow: 3px 3px 4px 3px #E7E7E7;
	margin: 0 auto;
	width: 700px;
}
.__bnrL .iconarrow {
	background: #f44f45;
}
.__bnrL h3,
.__bnrL .txt p {
	color: #433633;
}
.__bnrL hr {
	border-image: linear-gradient(to right, #F44336 0%, #f5d4e1 100%) 1;
}

/***** bnrFlash **/
.__bnrF h3,
.__bnrF .txt p {
	color: #FFF;
}
.__bnrF {
	background-color: #000;
	border: 1px solid #000;
}
.__bnrF .iconarrow {
	background: #ddc0cc;
}
.__bnrF hr {
	border-image: linear-gradient(to right, #733842 0%, #ddc0cc 100%) 1;
}

/***** bnrMovie **/
.__bnrM h3,
.__bnrM .txt p
{
	color: #FFF;
}
.__bnrM h3 span {
	font-size: 120%;
}
.__bnrM {
	background-color: #2f2f2f;
	border: 1px solid #2f2f2f;
}
.__bnrM .iconarrow {
	background: #99f7db;
}
.__bnrM hr {
	border-image: linear-gradient(to right, #2e7545 0%, #99f7db 100%) 1;
}

@media screen and (max-width: 819px) {
	#sect03 {
		flex-direction: column;
	}
	.bnrdiv {
		width: 100%;
		margin: 0 0 30px;
	}
	.wrapOrigin {
        padding: 0 30px;
        margin: 70px auto;
	}
}

@media screen and (max-width: 640px) {
	.wrapOrigin {
			padding: 0 20px;
	}
}

@media screen and (max-width: 429px) {
	.bnrdiv h3 {
		font-size: 1.3rem;
	}
	.bnrdiv a {
    	flex-wrap: wrap;
	}
	.bnrdiv a .txt {
		width: 100%;
	}
	.bnrdiv .txt p {
		font-size: 0.9rem;
	}
	.bnrdiv a .th {
		margin-left: calc(100vw - 280px);
		margin-bottom: 10px;
		width: 40%;
	}
}



/***********************
anqer link  menu
***********************/

#sect_anqmenu {
	display: none;
}
#sect_anqmenu .bg1 {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 150px;
	background: repeating-linear-gradient(-45deg, #ebe6b5, #efebc6 6px, #dbd7b0 4px, #ddd9b2 10px);
}
#sect_anqmenu .bg2 {
	position: absolute;
	top: -10px;
	left: -10px;
	width: 100%;
	height: 150px;
	background-color: #f5f6f7;
	opacity: 0.8;
	border: 1px solid #e1e1e1;
}
#sect_anqmenu ul {
	margin: 0;
    padding: 20px 0 15px 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#sect_anqmenu ul li {
	font-size: 1.2rem;
	width: 270px;
	text-indent: -42px;
	margin: 0 0 10px 42px;
    line-height: 1em;
}
#sect_anqmenu ul li.li05 span {
	border: 1px solid #ababaf;
    font-size: 0.9em;
    border-radius: 14px;
    padding: 0 12px;
    background-color: #FFF;
}

#sect_anqmenu ul li::before {
	content: "";
    vertical-align: middle;
    display: inline-block;
	width: 36px;
    height: 36px;
    margin: 0 7px 3px 0;
	transform: rotate(90deg);
}
#sect_anqmenu ul li.li01::before {
	background:url("../images/topimg/icon_arrow_01.png") no-repeat;
}
#sect_anqmenu ul li.li02::before {
	background:url("../images/topimg/icon_arrow_02.png") no-repeat;
}
#sect_anqmenu ul li.li03::before {
	background:url("../images/topimg/icon_arrow_03.png") no-repeat;
}
#sect_anqmenu ul li.li04::before {
	background:url("../images/topimg/icon_arrow_04.png") no-repeat;
}
#sect_anqmenu ul li.li05::before {
	background:url("../images/topimg/icon_arrow_05.png") no-repeat;
}


@media screen and (max-width: 690px) {
	#sect_anqmenu {
		display: block;
		margin: 70px auto;
	}
	#sect_anqmenu .bg2,
	#sect_anqmenu .bg1 {
		width: 320px;
		height: 240px;	
	}
	#sect_anqmenu ul {
		display: block;
	}
	#sect_anqmenu ul li {
		width: unset;
		text-indent: 0;
		margin: 10px auto;
		font-size: 1rem;
	}
	#sect_anqmenu ul li br {
		display: none;
	}
	.mainlead {
    	margin: 40px auto;
	}
}
