@charset "UTF-8";
/* CSS Document */

/* ==================================================
FONT
================================================== */
html { font-size: 62.5%; }

body,
#allWrap {
	font-family: fot-udkakugo-large-pr6n,sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 1rem;
	line-height: 1.2;
	letter-spacing: 0.06em;
	color: #9a9a9a;

	-webkit-font-smoothing: antialiased; /* WebKitブラウザサポート */
	text-rendering: optimizeLegibility; /* Chrome、Safariサポート */
	-moz-osx-font-smoothing: grayscale; /* Firefoxサポート */
	font-feature-settings: 'liga'; /* IEサポート */
	
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%; /* iPhoneの文字サイズバグの回避 */
}

/*
--- URL ---
FOT-UD角ゴ_ラージ Pr6N　https://fonts.adobe.com/fonts/fot-udkakugo-large-pr6n
Agenda　https://fonts.adobe.com/fonts/agenda

--- CSS ---
■FOT-UDKakugo_Large Pr6N M
font-family: fot-udkakugo-large-pr6n,sans-serif;
font-weight: 500;

■FOT-UDKakugo_Large Pr6N DB
font-family: fot-udkakugo-large-pr6n,sans-serif;
font-weight: 600;

■Agenda ExtraCondensed Black
font-family: agenda-extra-condensed,sans-serif;
font-weight: 800;
*/

.wf-m { font-weight: 500; }
.wf-en { font-weight: 800; font-family: agenda-extra-condensed,sans-serif; }

/* ==================================================
LINK
================================================== */
a:link { text-decoration: underline; color: #2a2a2a; }
a:visited { text-decoration: underline; color: #2a2a2a; }
a:hover { text-decoration: none; color: #2a2a2a; }
a:active { text-decoration: none; color: #2a2a2a; }
/*a { outline: 0; transition: opacity 0.4s ease-out 0s, color 0.4s ease-out 0s; }*/
:focus { outline: 0; }


/* ==================================================
VIEW SWITCH
================================================== */

/* View Switch
------------------------------ */
@media screen and (min-width: 901px) {
.spOnly { display: none !important; }
}

@media screen and (max-width: 900px) {
.pcOnly { display: none !important; }
}


/* ==================================================
PAGE BASE
================================================== */
body {
	background-color: #faf7e6;
}

#allWrap {
	text-align: center;
	overflow: hidden;
	font-size: 1.5rem;
	position: relative;
	z-index: 2;
}

img {
	display: block;
	margin: 0 auto;
}

p {
	line-height: 1.6;
}

p:not(:last-child) {
	margin-bottom: 2em;
}

i,em {
	display: inline-block;
}

/*
テキストカラー #9a9a9a
背景 #faf7e6
ピンク #f88bb8
グリーン #73dbc4
イエロー #fff8a1
Twitter #1c9cdf
TikTok #fe2c55
LINE #00c100
グレーアウト #e2e2e2
*/

/* ==================================================
HEADER
================================================== */
#hdrWrap {
	background: #fff;
	padding: 40px 3% 0;
	position: relative;
}

#hdrWrap::before {
	content: "";
	position: absolute;
	top: 0;
	right: 78%;
	width: 100%;
	height: 60%;
	background: #fff8a1;
	z-index: 1;
}

#hdrWrap::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 78%;
	width: 100%;
	height: 40%;
	background: #fff8a1;
	z-index: 2;
}

/* #titleArea
------------------------------ */
#titleArea {
	position: relative;
	z-index: 3;
	padding: 60px 6% 50px;
	max-width: 1200px;
	margin: 0 auto;
}

#titleArea::before {
	content: "";
	border: 12px solid #f88bb8;
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

#titleArea::after {
	content: "";
	border: 12px solid #73dbc4;
	position: absolute;
	z-index: -3;
	width: 100%;
	height: 100%;
	top: 6px;
	left: 6px;
}

#titleArea h1 {
	max-width: 840px;
	margin: 0 auto 40px;
	padding: 0 3%;
}

#titleArea h1 div {
}

#titleArea h1 div:nth-child(1) {
	margin-bottom: 10px;
}

#titleArea h1 div:nth-child(2) {
	margin-bottom: 20px;
	position: relative;
}

#titleArea h1 div:nth-child(2)::after {
	content: "";
	position: absolute;
	z-index: -3;
	width: 100%;
	height: 100%;
	top: 6px;
	left: 6px;
	background: #73dbc4;
}

#titleArea h1 div:nth-child(3) {
}

#titleArea h1 div img {
}

#titleArea .navigator {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
	flex-direction: row;
	max-width: 480px;
	margin: 0 auto;
}

#titleArea .navigator li {
	position: relative;
	width: 44%;
	margin: 0 3%;
}

#titleArea .navigator li .box {
	padding: 12px;
	background: #f88bb8;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column-reverse;
}

#titleArea .navigator li::after {
	content: "";
	position: absolute;
	z-index: -3;
	width: 100%;
	height: 100%;
	top: 6px;
	left: 6px;
	background: #73dbc4;
}

#titleArea .navigator li .txt {
	color: #fff;
}

#titleArea .navigator li .txt .label {
	font-family: agenda-extra-condensed,sans-serif;
	font-weight: 800;
	font-size: 1.6rem;
	width: 100%;
}

#titleArea .navigator li .txt .name {
	font-size: 1.6rem;
	width: 100%;
}

#titleArea .navigator li .pct {
	margin-bottom: 10px;
}

#titleArea .navigator li .pct img {
}

@media screen and (max-width: 480px) {
#titleArea .navigator li .txt .label {
	font-size: 1.4rem;
}

#titleArea .navigator li .txt .name {
	font-size: 1.4rem;
}
}

/* #snsArea
------------------------------ */
#snsArea {
	padding: 30px 3%;
	position: relative;
	z-index: 10;
}

#gigyaShare {
}

#gigyaShare .jme_share {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	flex-direction: row;
}

#gigyaShare .jme_share li {
	width: 24px;
	height: 24px;
	overflow: hidden;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain;
	margin: 0 8px;
}

#gigyaShare .jme_share li:nth-child(1) {
	width: 122px;
	height: 18px;
}

#gigyaShare .jme_share li img.share__label {
	opacity: 0;
}

#gigyaShare .jme_share li a {
	display: block;
	width: 100%;
	height: 100%;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain;
	overflow: hidden;
	transition: all 0.6s ease-out 0s;
}

#gigyaShare .jme_share li a img {
	opacity: 0;
}

#gigyaShare .jme_share li a:hover {
	opacity: 0.7;
}

/*J-me*/
#gigyaShare .jme_share li:nth-child(1) {
	background-image: url("../img/share_jme.svg");
}

/*LINE*/
#gigyaShare .jme_share li:nth-child(2) a {
	background-image: url("../img/share_line.svg");
}

/*Twitter*/
#gigyaShare .jme_share li:nth-child(3) a {
	background-image: url("../img/share_twitter.svg");
}

/*Facebook*/
#gigyaShare .jme_share li:nth-child(4) a {
	background-image: url("../img/share_facebook.svg");
}


/* ==================================================
CONTENTS COMMON
================================================== */
#mainCnt {
}

.area {
	padding: 60px 3%;
	margin: 0 auto;
	max-width: 1200px;
}

/* h2 */
.area .areaTitle {
	font-family: agenda-extra-condensed,sans-serif;
	font-weight: 800;
	margin-bottom: 50px;
	font-size: 4rem;
	color: #73dbc4;
	/*! letter-spacing: 0.04em; */
}

.area .areaTitle .jpTxt {
	font-family: fot-udkakugo-large-pr6n,sans-serif;
	font-weight: 600;
	font-size: 2.4rem;
	color: #f88bb8;
	border-top: 6px solid #f88bb8;
	border-bottom: 6px solid #f88bb8;
	padding: 15px 10px;
	display: inline-block;
	background: rgba(250, 247, 230, 0.4);
	position: relative;
	max-width: 420px;
	margin: 0 auto;
	line-height: 1.5;
}

@media screen and (max-width: 480px) {
	.area .areaTitle .jpTxt {
		font-size: 2rem;
		border-top: 4px solid #f88bb8;
		border-bottom: 4px solid #f88bb8;
		max-width: 340px;
	}
}

.areaTitle .jpTxt::after {
	content: "";
	position: absolute;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
	z-index: -1;
}

#cnt1 .areaTitle .jpTxt::after {
	max-width: 488px;
	height: 304px;
	background-image: url("../img/obj1.png");
	left: 90%;
	top: -40%;
	width: 60vw;
}

#cnt2 .areaTitle .jpTxt::after {
	max-width: 696px;
	height: 498px;
	background-image: url("../img/obj2.png");
	right: 52%;
	top: -105%;
	width: 70vw;
}

#cnt3 .areaTitle .jpTxt::after {
	max-width: 459px;
	height: 473px;
	background-image: url("../img/obj3.png");
	left: 72%;
	top: -110%;
	width: 50vw;
}

@media screen and (max-width: 480px) {
#cnt1 .areaTitle .jpTxt::after {
	left: 54%;
	top: -70%;
}

#cnt2 .areaTitle .jpTxt::after {
	right: 41%;
	top: -80%;
}

#cnt3 .areaTitle .jpTxt::after {
	left: 60%;
	top: -90%;
}
}
/**/

/* .linkBtn */
.linkBtn a:link {text-decoration: none; color: #fff; }
.linkBtn a:visited {text-decoration: none; color: #fff; }
.linkBtn a:hover {text-decoration: none; color: #fff; }
.linkBtn a:active {text-decoration: none; color: #fff; }

.linkBtn {
	display: block;
	border: 4px solid #000;
	padding: 6px;
	max-width: 460px;
	margin: 0 auto;
}

.linkBtn a {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	flex-direction: row;
	background: #000;
	padding: 6px;
	min-height: 78px;
	margin: 0 auto;
	transition: all 0.4s ease-out 0s;
}

.linkBtn a:hover {
	opacity: 0.7;
}

.linkBtn.twitter { border-color: #1c9cdf; }
.linkBtn.twitter a { background: #1c9cdf; }

.linkBtn.tiktok { border-color: #fe2c55; }
.linkBtn.tiktok a { background: #fe2c55; }

.linkBtn.line { border-color: #00c100; }
.linkBtn.line a { background: #00c100; }

.linkBtn a .icon {
	position: relative;
	width: 50px;
	background: #fff;
}

.linkBtn a .icon img {
	display: block;
	width: 60%;
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.linkBtn a .txt {
	padding: 10px 5px;
	text-align: center;
	font-size: 1.6rem;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
	width: calc(100% - 80px);
	max-width: 280px;
	line-height: 1.4;
}

@media screen and (max-width: 480px) {
	.linkBtn a .txt {
		font-size: 1.5rem;
		max-width: 280px;
		padding: 6px 0 6px 5px;
	}
}

.linkBtn a .txt b {
	display: block;
	font-size: 80%;
	font-weight: 500;
	margin-top: 5px;
}

.linkBtn a .arrow {
	position: relative;
	width: 30px;
}

.linkBtn a .arrow::before {
	content: "";
	display: block;
	width: 22px;
	height: 22px;
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
	transform: rotate(45deg) translateX(-6px) translateY(6px);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
/**/

/* .guestList */
.guestList {
}

.guestList .ttl {
	font-family: agenda-extra-condensed,sans-serif;
	font-weight: 800;
	font-size: 4rem;
	color: #73dbc4;
	margin-bottom: 15px;
	background: rgba(250, 247, 230, 0.6);
	padding: 5px;
	display: inline-block;
}

.guestList .ttl .jpTxt {
	font-family: fot-udkakugo-large-pr6n,sans-serif;
	font-weight: 600;
	font-size: 2rem;
	color: #73dbc4;
	margin-bottom: 20px;
}

.guestList ul {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	flex-direction: row;
}

.guestList ul li {
	width: calc(50% - 20px);
	margin: 0 10px 40px;
}

.guestList ul li .pct {
	position: relative;
}

.guestList ul li .pct::after {
	content: "";
	position: absolute;
	top: 6px;
	left: 6px;
	width: 100%;
	height: 100%;
	background: #73dbc4;
	z-index: -1;
}

.guestList ul li .pct img {
}

.guestList ul li .credit {
	font-size: 1.6rem;
	margin-top: 20px;
}

.guestList ul li .credit .time {
	font-weight: 500;
	font-size: 80%;
	margin-bottom: 8px;
}

.guestList ul li .credit .name {
}

.guestList ul li .credit .caption {
	font-weight: 500;
	font-size: 70%;
	margin-top: 5px;
}
/**/

@media screen and (max-width: 480px) {
.guestList ul li {
	width: 100%;
	margin: 0 3% 30px;
}
	
.guestList ul li .credit {
	font-size: 1.5rem;
}
}

/* ==================================================
#leadArea
================================================== */
#leadArea {
	padding-bottom: 0;
	padding-top: 40px;
}

#leadArea .box {
	text-align: left;
	max-width: 820px;
	margin: 0 auto 40px;
	background: #73dbc4;
	color: #fff;
	padding: 30px 3%;
}

#leadArea .box p {
}

@media screen and (max-width: 900px) {
}

/* ==================================================
#cnt1
================================================== */
#cnt1 {
	padding-bottom: 0;
}

#cnt1 .areaTitle {
}

#cnt1 .pctList {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
	max-width: 700px;
	margin: 0 auto 90px;
}

#cnt1 .pctList li {
}

#cnt1 .pctList li:nth-child(1) {
	/*! max-width: 480px; */
	align-self: flex-start;
	margin-right: -20px;
	width: 68%;
}

#cnt1 .pctList li:nth-child(2) {
	/*! max-width: 260px; */
	align-self: flex-end;
	position: relative;
	z-index: 1;
	transform: translateY(70px);
	margin-left: -20px;
	width: 37%;
}

#cnt1 .pctList li .pct {
	position: relative;
}

#cnt1 .pctList li .pct::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #73dbc4;
	top: 6px;
	left: 6px;
	z-index: -1;
}

#cnt1 .pctList li .pct img {
}

#cnt1 .pctList li .name {
	color: #73dbc4;
	font-size: 1.5rem;
	margin-top: 12px;
	/*! text-align: right; */
	/*! padding-right: 10%; */
}

#cnt1 .pctList li .name span {
	font-size: 70%;
}

#cnt1 .areaLead {
	text-align: left;
	padding: 5px;
	max-width: 640px;
	margin: 0 auto 40px;
}

#cnt1 .areaLead i {
}

#cnt1 .guestList {
	margin-bottom: 20px;
}

#cnt1 .infoBox {
	/*! max-width: 1200px; */
	margin: 0 auto;
}

#cnt1 .infoBox .infoTitle {
	color: #fff;
	background: #73dbc4;
	display: inline-block;
	font-size: 2rem;
	padding: 12px 3%;
	max-width: 90%;
}

#cnt1 .infoBox .infoTitle i {
}

#cnt1 .infoBox .inner {
	border: 12px solid #73dbc4;
	margin-top: -40px;
	background: #fff;
	padding: 50px 5% 40px;
}

#cnt1 .infoBox p {
}

#cnt1 .infoBox p i {
}

#cnt1 .infoBox .linkBtn {
}

@media screen and (max-width: 480px) {
#cnt1 .infoBox p {
	text-align: left;
}

#cnt1 .infoBox p i {
	display: inline;
}
}

/* ==================================================
#cnt2
================================================== */
#cnt2 {
	padding-bottom: 0;
}

#cnt2 .areaTitle {
}

#cnt2 .areaLead {
	background: rgba(250, 247, 230, 0.6);
	padding: 5px;
	max-width: 640px;
	margin: 0 auto 40px;
}

#cnt2 .areaLead i {
}

#cnt2 .guestList {
	margin-bottom: 10px;
}

#cnt2 .linkBtn {
}

@media screen and (max-width: 480px) {
#cnt2 .areaLead {
	text-align: left;
}

#cnt2 .areaLead i {
	display: inline;
}
}

/* ==================================================
#cnt3
================================================== */
#cnt3 {
}

#cnt3 .areaTitle {
}

#cnt3 .areaTitle .jpTxt {
}

#cnt3 .areaLead {
	background: rgba(250, 247, 230, 0.6);
	padding: 5px;
	max-width: 640px;
	margin: 0 auto 40px;
}

#cnt3 .areaLead i {
}

#cnt3 .guestList {
}

@media screen and (max-width: 480px) {
#cnt3 .areaLead {
	text-align: left;
}

#cnt3 .areaLead i {
	display: inline;
}
}

/* ==================================================
#messageArea
================================================== */
#messageArea {
	background: #fff;
	max-width: 100%;
}

#messageArea .areaTitle {
	margin-bottom: 20px;
}

#messageArea .areaLead {
	margin-bottom: 40px;
}

#messageArea .theme {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
	margin-bottom: 20px;
	color: #73dbc4;
	font-size: 2rem;
}

#messageArea .theme dt {
	font-family: agenda-extra-condensed,sans-serif;
	font-weight: 800;
}

#messageArea .theme dd {
}

#messageArea .linkBtn {
}

#messageArea .howto {
	margin-top: 50px;
	max-width: 640px;
	margin: 40px auto 0;
}

#messageArea .howto .head {
	color: #73dbc4;
	font-size: 1.8rem;
	border-top: 4px solid #73dbc4;
	padding: 30px 10px 0px;
	line-height: 1.6;
	margin-bottom: 30px;
}

#messageArea .howto .head i {
}

/*#messageArea .howto .step {
	margin-bottom: 50px;
	padding: 0 10px;
}

#messageArea .howto .step li {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	flex-direction: row;
}

#messageArea .howto .step li:nth-child(n+2) {
	margin-top: 30px;
}

#messageArea .howto .step li .label {
	color: #fff;
	font-family: agenda-extra-condensed,sans-serif;
	font-weight: 800;
	font-size: 2.4rem;
	background: #00c100;
	line-height: 1;
	width: 86px;
	padding: 3px 0 0;
}

#messageArea .howto .step li .txt {
	text-align: left;
	line-height: 1.6;
	width: calc(100% - 110px);
}*/

#messageArea .howto .linkBtn {
}

#messageArea .howto .qr {
	max-width: 140px;
	margin: 40px auto 0;
	padding: 10px;
}

#messageArea .howto .qr img {
}

@media screen and (max-width: 480px) {
	#messageArea .howto .head {
		font-size: 1.5rem;
		text-align: left;
	}

	#messageArea .howto .head i {
		display: inline;
	}
}

/* ==================================================
#galleryArea
================================================== */
#galleryArea {
	background: #73dbc4;
	position: relative;
	padding: 60px 0 0;
	max-width: 100%;
}

#galleryArea::before, #galleryArea::after, #galleryArea .inner::before, #galleryArea .inner::after {
	content: "";
	position: absolute;
	width: 20%;
	height: 200px;
	background-image: url("../img/bg_stripe_yellow.png");
	background-size: 50%;
}

#galleryArea::before {
	top: 6px;
	left: 6px;
	z-index: 1;
}

#galleryArea::after {
	top: 6px;
	right: 6px;
	background-color: #fff8a1;
	z-index: 2;
}

#galleryArea .inner {
	position: relative;
	z-index: 5;
	padding: 0 3% 40px;
}

#galleryArea .inner::before {
	bottom: 6px;
	left: 6px;
	background-color: #fff8a1;
	z-index: -1;
}

#galleryArea .inner::after {
	bottom: 6px;
	right: 6px;
	z-index: -2;
}


#galleryArea .areaTitle {
	color: #fff;
	margin-bottom: 50px;
}

#galleryArea ul {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
	flex-direction: row;
	margin: 0 auto;
	max-width: 1200px;
}

#galleryArea ul li {
	width: calc(100% / 3 - 20px);
	margin: 0 10px 20px;
	position: relative;
}

#galleryArea ul li::after {
	content: "";
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: #f88bb8;
	top: 6px;
	left: 6px;
}

#galleryArea ul li a {
}

#galleryArea ul li a img {
}

@media screen and (max-width: 480px) {
#galleryArea ul li {
	width: calc(100% / 2 - 20px);
	margin: 0 10px 20px;
}
}

/* ==================================================
FOOTER
================================================== */
#ftrWrap {
	padding: 60px 3%;
}

#ftrWrap .pagetop {
	margin-bottom: 50px;
}

#ftrWrap .pagetop a {
	display: inline-block;
	margin: 0 auto;
	font-family: agenda-extra-condensed,sans-serif;
	font-weight: 800;
	font-size: 1.8rem;
	color: #73dbc4;
	text-decoration: none;
	transition: all 0.4s ease-out 0s;
}

#ftrWrap .pagetop a::before {
	content: "";
	display: block;
	width: 22px;
	height: 22px;
	border-top: 4px solid #73dbc4;
	border-left: 4px solid #73dbc4;
	transform: rotate(45deg);
	margin: 0 auto 3px;
}

#ftrWrap .pagetop a:hover {
	opacity: 0.6;
}

#ftrWrap .foot {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
	flex-direction: column;
}

#ftrWrap .foot .logo {
	width: 160px;
	margin-bottom: 20px;
}

#ftrWrap .foot .logo a {
}

#ftrWrap .foot .logo a img {
}

#ftrWrap .foot .copyright {
	font-size: 1.3rem;
	/*! text-align: right; */
	color: #73dbc4;
}

#ftrWrap .foot .copyright b {
	display: inline-block;
	margin-right: 3px;
}

@media screen and (max-width: 640px) {
}

/* ==================================================
ANIMATION
================================================== */
#allWrap {
	/*will-change: animation;*/
	/*animation: accessFadein 1.8s ease-out 0s both;*/
}

@keyframes accessFadein {
	0% { opacity: 0; }
	50% { opacity: 0; }
	100% { opacity: 1; }
}

/* ////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////// */


/* ==================================================
OTHERS
================================================== */

.scrollto {/**/}

/* clrfix */
.clrfix::before, .clrfix::after { display: table; content: ''; }
.clrfix::after { clear: both; }

/* iOS フルサイズディスプレイ対応 */
.vfit-cover {
	padding-left: env(safe-area-inset-left);
	padding-right: env(safe-area-inset-right);
}


/*

<!-- #################################################################################################### -->
<!-- #################################################################################################### -->
<!-- #################################################################################################### -->
<!-- #################################################################################################### -->
<!-- #################################################################################################### -->
<!-- ##########　HTML コメントアウト記述ルール　######################################################### -->
<!-- #################################################################################################### -->
<!-- #################################################################################################### -->


<!-- ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ -->
<!-- //////////////////////////////////////////////////////////////////// -->
<!-- ///// メインコンテンツエリア（編集エリア） ///////////////////////// -->
<!-- //////////////////////////////////////////////////////////////////// -->

<!-- //////////////////////////////////////////////////////////////////// -->
<!-- //////////////////////////////////////////////////////////////////// -->
<!-- ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ -->

<!-- ==================== 大ブロックエリア ==================== -->
<!-- ==================== //大ブロックエリア ==================== -->

<!-- ***** 中ブロックエリア *************** -->
<!-- ***** //中ブロックエリア *************** -->

<!-- #ID名 -->
<!-- //#ID名 -->

<!-- .class名 -->
<!-- //.class名 -->

<!-- [memo] -->
<!-- //[memo] -->


<!-- ※※※※※ INCLUDE - HEADER ※※※※※ -->
<!--#include virtual="/common/inc_header.html"-->
<!-- ※※※※※ //INCLUDE - HEADER ※※※※※ -->

<!-- ※※※※※ INCLUDE - FOOTER ※※※※※ -->
<!--#include virtual="/common/inc_footer.html"-->
<!-- ※※※※※ //INCLUDE - FOOTER ※※※※※ -->

<!--
[ id/class Name List ]
wrap > area > (group) > set > box

[ memmo ]
TOPページ → <body id="pageHome">
Newsページ(第2階層) → <body id="pageNews" class="subPage">
-->
*/


/* #################################################################################################### */
/* #################################################################################################### */
/* #################################################################################################### */
/* #################################################################################################### */
/* #################################################################################################### */
/* ##########　コメントアウト記述ルール　############################################################## */
/* #################################################################################################### */
/* #################################################################################################### */


/* //////////////////////////////////////////////////////////////////// */
/* ///// ブロック区切り /////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////// */

/* ==================================================
大見出し
================================================== */

/* 中見出し（他、説明など）
------------------------------ */

/* ### 小見出し 1 ### */
/* ### ----- ### */

/* 小見出し 2 */
/* ----- */
