﻿@charset "utf-8";
/* CSS Document */


p { margin: 0; }
section { margin-bottom: 0; }


/********************************

*********************************/
article {
	max-width: 1000px;
	margin: 0 auto;
}


/********************************
	main visual
*********************************/
#sect_mv {
	position: relative;
}
#sect_mv .mvttl {
	text-align: center;
	background-color: #FFF;
	display: inline-block;
	padding: 20px 30px;
	position: absolute;
	top: 50px;
	left: 0;
	
	/* かぎかっこ */
    --x-gradient: linear-gradient(90deg, #E91E63 0 30px, transparent 0 calc(100% - 30px), #E91E63 calc(100% - 30px));
    --y-gradient: linear-gradient(#E91E63 0 30px, transparent 0 calc(100% - 30px), #E91E63 calc(100% - 30px));
    /*position: relative;*/
    background-image:
        var(--x-gradient),
        var(--y-gradient),
        var(--x-gradient),
        var(--y-gradient);
    background-repeat: no-repeat;
    background-size: 100% 3px, 3px 100%, 100% 3px, 3px 100%;
    background-position: top, right, bottom, left;
}

#sect_mv .ttlh1 {
	font-size: 2rem;
	margin-bottom: 10px;
	letter-spacing: 2px;
}
#sect_mv .ttlh1 span,
#sect_mv .ttlh2 span {
	display: inline-block;
}
#sect_mv img {
	width: 100%;
}
img.forPc {
	width: 100%;
	height: 230px;
	object-fit: cover;
}
img.forSp {
	display: none;
}


@media screen and (max-width: 680px) {
	#sect_mv .mvttl {
		position: unset;
		display: block;
		margin: 0 0 30px 0;
	}
	.headlead {
		margin: 20px auto 40px;
	}
	img.forPc {
		display: none;
	}
	img.forSp {
		display: block;
		width: 100%;
	}	
}
@media screen and (max-width: 320px) {
	#sect_mv .ttlh1 {
		font-size: 1.8rem;
	}
}

#sect_mainlead {
	margin: 30px auto 60px;
}
#sect_mainlead .s5-p1 {
	line-height: 1.8em;
}
#sect_mainlead .s5-p2 {
	margin-top: 1em;
}

/********************************
	icon
*********************************/
p em {
	font-style: normal;
}
.icon-01::before {
    content: "";
    background: url("/support/handycam/enjoy/photo/hanabi/images/ic_i_s1284.png") no-repeat;
    vertical-align: middle;
    display: inline-block;
	width: 35px;
    height: 35px;
    margin: 0 0 0 10px;
}
.icon-02::before {
    content: "";
    background: url("/support/handycam/enjoy/photo/hanabi/images/cE070.png") no-repeat;
    vertical-align: middle;
    display: inline-block;
	width: 45px;
    height: 35px;
    margin: 0 5px;
}
.icon-03::before {
    content: "";
    background: url("/support/handycam/enjoy/photo/hanabi/images/cE08B.png") no-repeat;
    vertical-align: middle;
    display: inline-block;
	width: 45px;
    height: 35px;
    margin: 0 5px;
}
.icon-04::before {
    content: "";
    background: url("/support/handycam/enjoy/photo/hanabi/images/cE526.png") no-repeat;
    vertical-align: middle;
    display: inline-block;
	width: 50px;
    height: 35px;
    margin: 0 5px;
}
.icon-05::before {
    content: "";
    background: url("/support/handycam/enjoy/photo/hanabi/images/cE45D.png") no-repeat;
    vertical-align: middle;
    display: inline-block;
	width: 45px;
    height: 35px;
    margin: 0 5px;
}


/********************************
	pointBOX
*********************************/
.sect_point {
	margin-bottom: 60px;
}
.sect_point .wrap {
	position: relative;
	padding: 50px;
	background-color: #f0f0f0;
}
#sect_point_2 .wrap{
	padding: 50px 0 !important;
}
.plr50 {
	padding: 0 50px !important;
}
.sect_point .wrap .sign {
	position: absolute;
	top: -70px;
	left:0;
	color: #FFF;
	font-size: 1.5em;
	line-height: 1.2em;
	text-align: center;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	
	/* 上下中央配置 */
	display: flex;
	align-items: center;
	justify-content: center;
}

.__01 {
	background-color: #DF0D92;	
}
.__02 {
	background-color: #C90366;	
}
.__03 {
	background-color: #840846;	
}
.__04 {
	background-color: #430323;	
}

.sect_point .ttlh3 {
	margin: 0 0 10px 120px;
	font-size: 1.5em;
}
.sect_point .ttlh3 span {
	display: inline-block;
}
.imgCol {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: center;
	margin: 50px 0 0 0;
}
.imgCol div {
	margin: 15px;
}
.imgCol div p {
	text-align: center;
	line-height: 1.4em;
}
.imgCol img {
	width: 100%;
	max-width: 320px;
}
.imgCol .arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    /*border-left: 20px solid #DF0D92;*/
    border-right: 0;
	margin-top: 95px;
}
#sect_point_1 .imgCol .arrow {
    border-left: 20px solid #DF0D92;	
}
#sect_point_3 .imgCol .arrow {
    border-left: 20px solid #840846;	
}
.imgCol .hiddenclass {
	width: 20px;
}

.photoCol {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	margin: 0 10px 50px;
}
.photoCol div {
	width: 31%;
	margin:  0 1% 15px;
}
.photoCol img {
	width: 100%;
}
.photoCol div p {
	text-align: center;
	line-height: 1.4em;
}
.photoCol div p span {
	display: inline-block;
}

.flagbox {
	background-color: #ffffff;
    border: 1px solid #b5b4b4;
	padding: 20px;
	margin: 50px auto 0;
	width: 80%;
	position:relative
}
.flagbox div {
	background-color: #f9f9b8de;
	/*border-left: 2px solid rgba(0,0,0,.1);
	border-right: 2px solid rgba(0,0,0,.1);*/
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	/*transform: rotate(-2deg);*/
	padding: 5px 20px;
	line-height: 1;
	position:absolute;
	top: -15px;
	left: 15px;
	font-weight: bold;
}
.flagbox p {
	color: #2f353d;
}

.ill {
    margin: 30px auto 0;
    text-align: center;
	padding: 0 15px;
}
.ill img {
	width: 100%;
	max-width: 620px;
}

.ill .imgforSp {
	display: none;
}

#sect_point_4 .lead_p4 {
	margin-top: 70px;
}
#sect_point_4 .lead_p4 p {
	margin-bottom: 1.5em;
}
.mbX {
	margin-bottom: 1.5em;
}
.mtX {
	margin-top: 1.5em;
}
.ttlh4 {
	border: 1px solid #636465;
	padding: 0.3em 1em;
	display: inline-block;
	background-color: #e2f7f7;
	font-weight: bold;
    font-size: 1em;
    margin: 15px 0;
}
.mark-tejyun {
    border: 1px solid #737272;
    padding: 3px 12px;
    border-radius: 20px;
    background-color: #fff;
    margin-right: 10px;
}
.wrapX {
	padding: 0 50px;
    margin: 30px 0 0;
}

@media screen and (max-width: 980px) {
	.imgCol {
		flex-direction: column;
		align-items: center;
	}
	.imgCol .arrow {
		border-right: 10px solid transparent;
		border-left: 10px solid transparent !important;
		/*border-top: 20px solid #DF0D92;*/
		border-bottom: 0;
		margin: 0;
	}
	#sect_point_1 .imgCol .arrow {
		border-top: 20px solid #DF0D92;
	}
	#sect_point_3 .imgCol .arrow {
		border-top: 20px solid #840846;
	}
	.imgCol div {
    	margin: 15px 0;
	}
}

@media screen and (max-width: 900px) {
	.photoCol {
		flex-direction: column;
		align-items: center;
	}
	.photoCol div {
		width: 96%;
		max-width: 320px;
	}
}
@media screen and (max-width: 560px) {
	.sect_point .wrap {
		padding: 50px 15px;
	}
	.plr50, .wrapX {
		padding: 0 15px !important;
	}
	.sect_point .ttlh3 {
		font-size: 1.2em;
		line-height: 1.4em;
		margin: 0 0 5px 90px;
	}
	.sect_point .wrap .sign {
		top: -65px;
		left: -5px;
		font-size: 1.2em;
		width: 80px;
		height: 80px;
	}
}
@media screen and (max-width: 480px) {
	.ill .imgforPc {
		display: none;
	}
	.ill .imgforSp {
		display: block;
	}	
}

/********************************
	LinkBOX
*********************************/
.contLink {
	position: relative;
    border: 1px solid #c2c2c3;
	background-color: #fbf6f9;
    max-width: 700px;
	width: 96%;
    margin: 80px auto;
	padding: 5px 0;
}
.contLink::before {
	font-size: 1em;
    position: absolute;
    top: -33px;
    left: -1px;
    height: 26px;
    padding: 0.2em 1em;
    content: '関連リンク';
    color: #FFF;
    border-radius: 0 10px 0 0;
    background: #430323;
}
.pagelink {
	margin: 10px;
}
.pagelink a {
    display: inline-block;
	font-size: 1em;
	padding-left: 0.5em;
	line-height: 1.3em;

}
.pagelink a:hover {
	/*text-decoration: none;
	background-color: #A34F79;*/
	color: #000;
	transition: .3s;
}

/********************************
	anchorMENU onlySP
*********************************/
#ancmenu {
	display: none;
	margin-bottom: 60px;
}
#ancmenu div {
    width: 300px;
    border-radius: 28px;
    margin: 7px auto;
    text-align: left;
    display: flex;
    flex-direction: column;
}
#ancmenu div a {
	display: inline-block;
    padding: 3px 0 3px 95px;
    font-size: 16px;
    color: #FFF;
    position: relative;
}
/*#ancmenu div a::after {
	content: "";
    width: 15px;
    height: 5px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: skew(45deg);
    position: absolute;
    top: 40%;
    right: 25px;
}*/

#ancmenu div:hover {
	opacity: 0.6;
	transition: .3s;
}
#ancmenu div a:hover {
	text-decoration: none;
}
#ancmenu div span {
	position: absolute;
    top: 2px;
    left: 2px;
    width: 60px;
    height: 24px;
    padding: 2px 5px 2px 14px;
	text-align: center;
	color: #333;
	border-radius: 28px 0 0 28px;
	background: #FFF;
	font-size: 14px;
}


@media screen and (max-width: 900px) {
	#ancmenu {
		display: block;
	}	
}


/* 20250903 */
#contents .sect_point .wrap .movieArea {
	text-align: center;
}
#contents .sect_point .wrap figure.movieArea {
	margin: 0;
}
#contents .sect_point .wrap .movieArea iframe {
	max-width: 640px;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
}
#contents .movieArea figcaption {
	text-align: center;
	margin-top:1.5em;
}

#ancmenu div a::after {
	position: absolute;
	left: 265px;
	content: "▼";
}




/*
     FILE ARCHIVED ON 07:17:23 May 02, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 00:48:12 May 07, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.564
  exclusion.robots: 0.039
  exclusion.robots.policy: 0.028
  esindex: 0.012
  cdx.remote: 4.221
  LoadShardBlock: 160.374 (3)
  PetaboxLoader3.datanode: 97.181 (4)
  PetaboxLoader3.resolve: 116.487 (2)
  load_resource: 85.153
*/