@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
    font-weight: normal;
	font-size: 100%;
	/*vertical-align: baseline;*/
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
li{ list-style: none; }



.f_left{ float: left; }
.f_right{ float: right; }
.clear{	clear: both; }
.clearfix {	overflow:hidden; }

.overflow_hidden{ overflow:hidden; }
.border-box { box-sizing: border-box; }

.clear{	clear: both; }
.cf{overflow:hidden;}

.w500{width:500px;}
.left{ text-align: left; }
.center{ text-align:center; }
.right{ text-align:right; }
.top{ vertical-align: top; }
.middle{ vertical-align:middle; }
.sub{ vertical-align:sub; }
.bottom{ vertical-align:bottom; }
.nowrap{ white-space:nowrap; }

.b{ font-weight:bold; }
.nomal{ font-weight:normal;}
.light{ font-weight: lighter; }
.gray_ee{ color: #eeeeee; }
.gray_cc{ color: #cccccc; }
.gray_dd{ color: #dddddd; }
.gray_99{ color: #999999; }
.gray_66{ color: #666666; }
.gray_33{ color: #333333; }
.blue{ color:#005cb1; }
.green{ color:#009532; }
.red{ color:#ff4545; }

.p5{ padding:5px;}
.p10{ padding:10px;}
.p15{ padding:15px;}
.p20{ padding:20px;}
.p30{ padding:30px;}
.p40{ padding:40px;}

.t0{ padding-top: 0; }
.t3{ padding-top: 3px; }
.t5{ padding-top: 5px; }
.t7{ padding-top: 7px; }
.t10{ padding-top: 10px; }
.t15{ padding-top: 15px; }
.t20{ padding-top: 20px; }
.t25{ padding-top: 25px; }
.t30{ padding-top: 30px; }
.t50{ padding-top: 50px; }
.t60{ padding-top: 60px; }
.t75{ padding-top: 75px; }

.b3{ padding-bottom: 3px; }
.b5{ padding-bottom: 5px; }
.b7{ padding-bottom: 7px; }
.b10{ padding-bottom: 10px; }
.b15{ padding-bottom: 15px; }
.b20{ padding-bottom: 20px; }
.b25{ padding-bottom: 25px; }
.b30{ padding-bottom: 30px; }
.b40{ padding-bottom: 40px; }

.l3{ padding-left: 3px; }
.l5{ padding-left: 5px; }
.l6{ padding-left: 6px; }
.l7{ padding-left: 7px; }
.l10{ padding-left: 10px; }
.l15{ padding-left: 15px; }
.l20{ padding-left: 20px; }
.l25{ padding-left: 25px; }
.l30{ padding-left: 30px; }

.r3{ padding-right: 3px; }
.r5{ padding-right: 5px; }
.r6{ padding-right: 6px; }
.r7{ padding-right: 7px; }
.r10{ padding-right: 10px; }
.r15{ padding-right: 15px; }
.r20{ padding-right: 20px; }
.r25{ padding-right: 25px; }
.r30{ padding-right: 30px; }

.tb3{ padding-top: 3px; padding-bottom: 3px; }
.tb5{ padding-top: 5px; padding-bottom: 5px; }
.tb7{ padding-top: 7px; padding-bottom: 7px; }
.tb10{ padding-top: 10px; padding-bottom: 10px; }
.tb15{ padding-top: 15px; padding-bottom: 15px; }
.tb20{ padding-top: 20px; padding-bottom: 20px; }
.tb25{ padding-top: 25px; padding-bottom: 25px; }
.tb30{ padding-top: 30px; padding-bottom: 30px; }
.tb150{ padding-top:150px; padding-bottom:150px; }

.lr3{ padding-left: 3px; padding-right: 3px; }
.lr5{ padding-left: 5px; padding-right: 5px; }
.lr7{ padding-left: 7px; padding-right: 7px; }
.lr10{ padding-left: 10px; padding-right: 10px; }
.lr15{ padding-left: 15px; padding-right: 15px; }
.lr20{ padding-left: 20px; padding-right: 20px; }
.lr25{ padding-left: 25px; padding-right: 25px; }
.lr30{ padding-left: 30px; padding-right: 30px; }

.m5{ margin:5px;}
.m10{ margin:10px;}
.m15{ margin:15px;}
.m20{ margin:20px;}
.m30{ margin:30px;}
.m40{ margin:40px;}

.mt3{ margin-top: 3px; }
.mt5{ margin-top: 5px; }
.mt7{ margin-top: 7px; }
.mt10{ margin-top: 10px; }
.mt15{ margin-top: 15px; }
.mt20{ margin-top: 20px; }
.mt25{ margin-top: 25px; }
.mt30{ margin-top: 30px; }
.mt40{ margin-top: 40px; }
.mt50{ margin-top: 50px; }

.mb0{ margin-bottom: 0px; }
.mb3{ margin-bottom: 3px; }
.mb5{ margin-bottom: 5px; }
.mb7{ margin-bottom: 7px; }
.mb10{ margin-bottom: 10px; }
.mb15{ margin-bottom: 15px; }
.mb20{ margin-bottom: 20px; }
.mb25{ margin-bottom: 25px; }
.mb30{ margin-bottom: 30px; }
.mb40{ margin-bottom: 40px; }
.mb50{ margin-bottom: 50px; }

.mr3{ margin-right: 3px; }
.mr5{ margin-right: 5px; }
.mr7{ margin-right: 7px; }
.mr8{ margin-right: 8px; }
.mr10{ margin-right: 10px; }
.mr15{ margin-right: 15px; }
.mr20{ margin-right: 20px; }
.mr25{ margin-right: 25px; }
.mr30{ margin-right: 30px; }
.mr40{ margin-right: 40px; }
.mr50{ margin-right: 50px; }

.ml3{ margin-left: 3px; }
.ml5{ margin-left: 5px; }
.ml7{ margin-left: 7px; }
.ml10{ margin-left: 10px; }
.ml15{ margin-left: 15px; }
.ml20{ margin-left: 20px; }
.ml25{ margin-left: 25px; }
.ml30{ margin-left: 30px; }
.ml40{ margin-left: 40px; }
.ml50{ margin-left: 50px; }
.ml70{ margin-left: 70px; }

.mrl_auto {margin-left: auto; margin-right: auto;}
.mr20 { margin-right: 20px;}

.mt3{ margin-top: 3px; }
.mt5{ margin-top: 5px; }
.mt5_re640{ margin-top: 5px; }
@media only screen and (max-width: 640px) {
.mt5_re640{ margin-top: 0px; }
}
.mt7{ margin-top: 7px; }
.mt10{ margin-top: 10px; }
.mt15{ margin-top: 15px; }
.mt20{ margin-top: 20px; }
.mt25{ margin-top: 25px; }
.mt30{ margin-top: 30px; }
.mt30_re640{ margin-top: 30px; }
@media only screen and (max-width: 640px) {
.mt30_re640{ margin-top: 0px; }
}
.mt40{ margin-top: 40px; }
.mt50{ margin-top: 50px; }
.mt60{ margin-top: 60px; }
.mt80{ margin-top: 80px; }
.mt100{ margin-top: 100px; }

.mt-10{ margin-top: -10px; }
.mt-20{ margin-top: -20px; }
.mt-30{ margin-top: -30px; }
.mt-40{ margin-top: -40px; }
.mt-50{ margin-top: -50px; }

.mb3{ margin-bottom: 3px; }
.mb5{ margin-bottom: 5px; }
.mb5_re640{ margin-bottom: 5px; }
@media only screen and (max-width: 640px) {
.mb5_re640{ margin-bottom: 0px; }
}
.mb7{ margin-bottom: 7px; }
.mb10{ margin-bottom: 10px; }
.mb10_re640{ margin-bottom: 10px; }
@media only screen and (max-width: 640px) {
.mb10_re640{ margin-bottom: 0px; }
}
.mb15{ margin-bottom: 15px; }
.mb20{ margin-bottom: 20px; }
.mb25{ margin-bottom: 25px; }
.mb30{ margin-bottom: 30px; }
.mb40{ margin-bottom: 40px; }
.mb50{ margin-bottom: 50px; }
.mb80{ margin-bottom: 80px; }

.mr10{ margin-right: 10px; }

.ml10{ margin-left: 10px; }
.ml20{ margin-left: 20px; }

.w10p{ width: 10%; }
.w15p{ width: 15%; }
.w20p{ width: 20%; }
.w25p{ width: 25%; }
.w30p{ width: 30%; }
.w35p{ width: 35%; }
.w40p{ width: 40%; }
.w45p{ width: 45%; }
.w50p{ width: 50%; }
.w60p{ width: 60%; }
.w70p{ width: 70%; }
.w80p{ width: 80%; }
.w90p{ width: 90%; }
.w95p{ width: 95%; }
.w98p{ width: 98%; }
.w100p{ width: 100%; }

.w10{ width: 10px; }
.w15{ width: 15px; }
.w20{ width: 20px; }
.w25{ width: 25px; }
.w30{ width: 30px; }
.w40{ width: 40px; }
.w50{ width: 50px; }
.w80{ width: 80px; }
.w90{ width: 90px; }
.w95{ width: 95px; }
.w98{ width: 98px; }
.w100{ width: 100px; }
.w150{ width: 150px; }
.w200{ width: 200px; }
.w300{ width: 300px; }
.w310{ width: 310px; }

.disp_re970 { display:none; }

/*@media only screen and (max-width: 970px) {*/
@media only screen and (max-width: 1024px) {
	.w70p_re970 { width:70% !important; }
	.w99p_re970 { width:99%; }
	.disp_re970 { display:block; }
}

/*PDFの改ページ*/
.pagebreak {page-break-before: always; }
.in_block{display:inline-block;}
.table_block{display:table;}
.cell_block{display:table-cell;}

.w416{ width: 416px; }
.w473{ width: 473px; }

.h10{ height:10px; }
.h20{ height:20px; }
.h30{ height:30px; }
.h40{ height:40px; }
.h50{ height:50px; }
.h100{ height:100px; }
.h150{ height:150px; }
.h200{ height:200px; }

.f80{ font-size: 80px; line-height: 80px; }
.f42{ font-size: 42px; line-height: 120%; }
.f36{ font-size: 36px; line-height: 120%; }
.f34{ font-size: 34px; line-height: 120%; }
.f28{ font-size: 28px; line-height: 33px; }
.f24{ font-size: 24px !important; line-height: 28px !important; }
.f22{ font-size: 22px; line-height: 26px; }
.f21{ font-size: 21px; line-height: 26px; }
.f20{ font-size: 20px; line-height: 25px; }
.f19{ font-size: 19px; line-height: 24px; }
.f18{ font-size: 18px; line-height: 24px; }
.f17{ font-size: 17px; line-height: 22px; }
.f16{ font-size: 16px; line-height: 22px; }
.f15{ font-size: 15px; line-height: 20px; }
.f14{ font-size: 14px; line-height: 20px; }
.f13{ font-size: 13px; line-height: 18px; }
.f12{ font-size: 12px; line-height: 18px; }
.f11{ font-size: 11px; line-height: 15px; }
.f10{ font-size: 10px; line-height: 13px; }

/*@media only screen and (max-width: 970px) {*/
@media only screen and (max-width: 1024px) {
	.f10_re970{ font-size: 10px; }
	.f11_re970{ font-size: 11px; }
	.f12_re970{ font-size: 12px; }
}

.ls1{ letter-spacing: -1px;}
.ls2{ letter-spacing: -2px;}

.lh0 { line-height: 0px;}
.lh15 { line-height: 15px;}
.lh20 { line-height: 20px;}
.lh25 { line-height: 25px;}
.lh30 { line-height: 30px;}
.lh35 { line-height: 35px;}

.none {display:none; }
.none640 {display: block;}
@media only screen and (max-width: 640px) {
.none640 {display: none;}
}
.block {display: block;}
.inline-block {display: inline-block;}
.relative {position:relative;}
.m_auto{ margin:0 auto; }

.list_num li{
	list-style:decimal;
	margin-left:1.8em;
}

.list_dot li{
	list-style:disc;
	margin-left:1.8em;
}

.check_line{
	padding:3px 5px 2px 10px;
	font-size:17px;
	font-weight:bold;
	background:#ffe8d6;
	overflow:hidden;
}

.check_line span.icon{
	display:inline-block;
	background:#ed6d00;
	padding:1px 10px 0 10px;
	margin-top:3px;
	margin-right:15px;
	font-size:13px;
	font-weight:bold;
	color:#ffffff;
	float:left;
	-webkit-border-radius: 3px; /* Safari, Chrome */
	-moz-border-radius: 3px; /* Firefox */
	border-radius: 3px; /* CSS3 */
}
.check_line span.title{
	display:block;
	font-size:17px;
	font-weight:bold;
	float:left;
	padding-top:2px;
}

.inner20{
	padding-left:20px;
	padding-right:20px;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.error_str {
	color: #EA585B;
	font-size: 16px;
	border: 1px solid #EA585B;
	padding: 5px 10px;
	width: 70%;
	margin: 20px auto;
	background: #FDD;
	text-align: center;
}
.update_str {
	color: #36B453;
	font-size: 16px;
	border: 1px solid #36B453;
	padding: 5px 10px;
	width: 70%;
	margin: 20px auto;
	background: #E1FFE1;
	text-align: center;
}
.new_str {
	color: #EA585B;
	font-size: 16px;
	border: 1px solid #EA585B;
	padding: 5px 10px;
	width: 50%;
	margin: 20px auto;
	/*background: #FDD;*/
}
.new_str a {
	color: #EA585B;
	display: block;
}

.pointer {
	cursor:pointer;
}

@media only screen and (max-width: 640px) {
.error_str, .update_str, .new_str {
	width: 90%;
	font-size: 14px;
}
}

.require:after{
	content:"*";
	color:#f00;
	padding-left: 0.5em;
}


/*************************
/ 見出しCSS
/*************************/
h2 {
	font-size: 2.5 rem !important;
}

h2.heading_a {
	background-image: url("/img/common/mark_star_c.png"), url("/img/common/back_stripe_a.png");
	background-position: center;
	background-repeat: no-repeat, repeat;
	height: 30px;
	color: #fb3e70;
	font-style: italic;
	font-size: 20px;
	text-align: center;
}

@media only screen and (max-width: 640px) {
h2.heading_a {
	background-size: 80%,28px;
}
}

h2.heading_b {
	background-image: url("/img/common/back_stripe_a.png");
	background-repeat: repeat;
	background-size:28px;
	/*height: 32px;*/
	color: #fb3e70;
	font-weight:bold;
	font-size: 18px;
	padding-left: 10px;
	padding-top: 5px;
	box-sizing: border-box;
}


h3.heading_a {
	background-image: url("/img/common/mark_star_d.png"), url("/img/common/back_stripe_b.png");
	background-position: center;
	background-repeat: no-repeat, repeat;
	background-size: 250px,28px;
	color: #fff;
	font-weight:bold;
	font-size: 16px;
	padding-top: 3px;
	box-sizing: border-box;
	text-align:center;
}

h3.heading_c {
	background-image: url("/img/common/back_number.png?20170321");
	background-position: center;
	background-repeat: no-repeat;
	color: #fff;
	font-weight:bold;
	font-size: 16px;
	padding-top: 3px;
	box-sizing: border-box;
	text-align:center;
	height:300px;
}

h3.heading_d {
	background-image: url("/img/common/back_number2.png?20170321");
	background-position: center;
	background-repeat: no-repeat;
	color: #fff;
	font-weight:bold;
	font-size: 16px;
	padding-top: 3px;
	box-sizing: border-box;
	text-align:center;
	height:300px;
}

.heading_c_radio{
	margin-top:150px;
}

@media only screen and (max-width: 640px) {
h3.heading_a {
	background-size: 80%,28px;
}
h3.heading_c {
	background-size: 100%;
	height:160px;
}
.heading_c_radio{
	margin-top:80px;
}
}



/*************************
/ パンくず
/*************************/
/*
.pan {
	width:1000px;
	height:40px;
	margin:0 auto;
	padding-left:10px;
	line-height:40px;
	color:#f37c7c;
	box-sizing:border-box;
  font-size: 83%;
}

.pan li{
	display:inline;
}

.pan li:last-child {
	color:#323232;
}

.pan ol li:after {
	content: " > ";
}

.pan ol li:last-child:after {
	content: "";
}

.pan a:link { color: #f37c7c;text-decoration:none; }
.pan a:visited { color: #f37c7c;text-decoration:none;  }
.pan a:hover { color: #f37c7c;text-decoration:none;text-decoration:underline; }
.pan a:active { color: #f37c7c;text-decoration:none;  }
*/
.underline { text-decoration: underline; }

/*@media only screen and (max-width: 640px) {*/
.pan {
	box-sizing: border-box;
	height: 30px;
	line-height: 30px;
	padding-left: 8px;
}

.pan li {
	color:#000;
}

.pan li:last-child {
	color:#000;
}


.pan li:first-child {
	display:inline;
}

.pan li:first-child:after {
	content: " > " !important;
}

.pan li:nth-child(2) {
	display:inline;
}

.pan li:nth-child(2):after {
	content: " > " !important;
}

.pan li:nth-child(3) {
	display:inline;
}

.pan li:nth-child(3):after {
	content: " > " !important;
}

.pan li:nth-child(n+4) {
	display:none;
}

.pan a:link { color: #005cb1;text-decoration:none; }
.pan a:visited { color: #005cb1;text-decoration:none;  }
.pan a:hover { color: #005cb1;text-decoration:none;text-decoration:underline; }
.pan a:active { color: #005cb1;text-decoration:none;  }

a.blue_link:link { color: #005cb1;text-decoration:none; }
a.blue_link:visited { color: #005cb1;text-decoration:none;  }
a.blue_link:hover { color: #005cb1;text-decoration:none;text-decoration:underline; }
a.blue_link:active { color: #005cb1;text-decoration:none;  }

/*}*/

.back_btn {
	height: 30px;
	padding-top: 5px;
	box-sizing: border-box;
	padding-right: 5px;
}

.back_btn img {
	float: left;
	margin: 2px 3px 0 0;
}

.back_stripe_a {
	background-image: url("/img/common/back_stripe_a.png");
	background-size: 28px;
}

.back_stripe_e {
	background-image: url("/img/common/back_stripe_e.png");
	background-size: 28px;
}

.search_btn {
	background: #FE3F71;
	background-image: url("/img/common/mark_search.png");
	background-position: 2px;
	background-size: 24px;
	background-repeat: no-repeat;
	width: 75px;
	height: 35px;
	padding-left: 27px;
	font-size: 13px;
	font-weight: bold;
	border: none;
	color: #fff;
	cursor: pointer;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
}

.odd_gray tr:nth-child(odd) {
	background-color:#EAEAEA;
}

.goods_mask_img {
	position: relative;
}
.goods_mask_img .mask {
	vertical-align: middle;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
}
.goods_mask_img .goods_img {
	vertical-align: middle;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 0;
}


.att {
	text-indent:-1em;
	padding-left:1em;
}

.bt2_pink {
	border-top: 2px solid #FE3F71;
}


.list_style_a li{
	box-shadow:3px 2px 2px 1px rgba(0, 0, 0, 0.2);
	width:95%;
	margin:0 auto 5px auto;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	box-sizing: border-box;
	text-align:left;

	background: #fd658d; /* Old browsers */
	background: -moz-linear-gradient(top,  #fd658d 0%, #fc3f71 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #fd658d 0%,#fc3f71 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #fd658d 0%,#fc3f71 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd658d', endColorstr='#f72c36',GradientType=0 ); /* IE6-9 */

}

.list_style_a li a{
	font-weight:bold;
	font-size:15px;
	color:#FFFFFF;
	display:block;
	padding: 10px 0px 10px 10px;
}

.flex { display: flex; }
.horizontal {
	display: flex;
	align-items: center;
}

.indentback-1em {
  text-indent: -1em;
  padding-left: 1em;
}

.indentback-2em {
  text-indent: -2em;
  padding-left: 1em;
}

.no_button
{
	border: none;
	background-color: transparent;
	cursor:pointer;
}

.search_area{
	align-items: center;
}

.search_area label{
	margin-bottom: 0px;
	text-align: right;
}




#headerSection{
	width: 100%;
}
#headerSection .area{
	padding-top: 10px;
	padding-bottom: 10px;
	text-align:center;
	background-color: #60afe2;
	color: #FFF;
	width: 100%;
	border-bottom: 3px solid #f9c04c;
	display: flex;
    align-items: center;
}


/* 左右に横線 */
#headerSection .title {
	align-items: center; /* 横線を上下中央 */
	display: flex; /* 文字と横線を横並び */
	justify-content: center; /* 文字を中央寄せ */
}

#headerSection .title::before {
	margin-right: 15px; /* 文字との余白 */
}
#headerSection .title::after {
	margin-left: 15px; /* 文字との余白 */
}

#headerSection .line {
    flex-grow: 1;
    height: 1px;
    background-color: #FFF; /* 線の色を指定 */
}

#headerSection .text {
    white-space: nowrap; /* テキストが折り返されないようにする */
}

/* 全体のナビゲーションバーのスタイル */
#navSection .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
}

/* ロゴ部分のスタイル */
#navSection .logo {
    font-size: 24px;
    font-weight: bold;
}

/* ハンバーガーメニューのスタイル */
#navSection .hamburger {
    width: 40px;
    height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    transition: transform 0.3s;
    z-index: 30; /* ハンバーガーメニューが上に表示されるように */
}

#navSection .hamburger div {
    width: 100%;
    height: 4px;
    background-color: #f9c04c; /* ハンバーガーメニューの色 */
    transition: transform 0.3s, opacity 0.3s;
}

/* メニューが開いたときのスタイル */
#navSection .hamburger.open div:nth-child(1) {
    transform: rotate(45deg) translate(14px, 10px);
}

#navSection .hamburger.open div:nth-child(2) {
    opacity: 0;
}

#navSection .hamburger.open div:nth-child(3) {
    transform: rotate(-45deg) translate(8px, -5px);
}

/* サイドメニューのスタイル */
.side-menu {
    position: fixed;
    top: 0;
    right: -258px; /* 初期位置は画面外 */
    width: 250px;
    height: 100vh;
    background-color: #333;
    color: white;
    padding: 20px;
    box-shadow: -5px 0 5px rgba(0, 0, 0, 0.5);
    transition: right 0.3s ease;
    z-index: 20; /* サイドメニューがハンバーガーメニューより下になる */
}

.side-menu.open {
    right: 0; /* メニューを開いたとき */
}



/* フッターのリンクメニューとロゴ  */
#footerLinkSection {
    text-align: center;
    
    padding-bottom: 80px;
    padding-top: 5px;
}

#footerLinkSection .footerLogo{
    margin-bottom: 10px;
}

#footerLinkSection .footerLink a{
    color: #FFF;
    font-size: 12px;
}


/* フッターメニューのスタイル */
#footerSection .bottom-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #FFF;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px 0;
    color: #60afe2;
    z-index: 10;
    border-top: 3px solid #f9c04c;
}

/* 各メニューアイテムのスタイル */
#footerSection .bottom-menu a {
    text-decoration: none;
    color: #60afe2;
    font-size: 16px;
    text-align: center;
    flex-grow: 1;
}

/* アイコンとしてデモ用に背景を設定 */
#footerSection .bottom-menu a span {
    display: block;
    margin-bottom: 5px;
    font-size: 24px;
}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

/* スマートフォン対応 */
@media (max-width: 768px) {
    #footerSection .bottom-menu a {
        font-size: 14px;
    }

    #footerSection .bottom-menu a span {
        font-size: 20px;
    }
}
