html {
  scroll-behavior: smooth;
}
/*------------------------------
レイアウト系
--------------------------------*/
@media print,screen and (min-width: 768px) {
	.about-sec {
		padding-top: 60px;
	}
}
/*
背景色付きエリア
--------------------------------*/
.about-bgGray {
	padding: 10px;
	background-color: #f5f5f5;
}

@media print,screen and (min-width: 768px) {
	.about-bgGray {
		padding: 40px 0 60px;
	}

	.about-bgInner {
		margin-left: auto;
		margin-right: auto;
		width: 1104px;
	}

}

/*
カラムレイアウト
--------------------------------*/
.about-column4-1 > .about-col + .about-col,
.about-column3-1 > .about-col + .about-col{
	margin-top: 20px;
}

@media print,screen and (min-width: 768px) {
	.about-column3-1 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
			-ms-flex-pack: justify;
				justify-content: space-between;
	}

	.about-column4-1 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
			-ms-flex-pack: justify;
		flex-wrap: wrap;
	}

	.about-column4-1 > .about-col{
		width: 1104px;
	}

	.about-column3-1 > .about-col{
		width: 324px;
	}

	.about-column4-1 > .about-col + .about-col,
	.about-column3-1 > .about-col + .about-col{
		margin-top: 0;
	}
}

/*------------------------------
テキスト系
--------------------------------*/

/*
リード文
--------------------------------*/
.about-lead {
	padding: 20px 10px;
}

@media print,screen and (min-width: 768px) {
	.about-lead {
		text-align: center;
		padding: 36px 0;
	}
}

/*------------------------------
ボックス系
--------------------------------*/

/*
ページトップボックス
--------------------------------*/
.about-panel01 {
	background-color: #fff;
}

.about-panel01.about-panelType01 {
	border: 1px solid #e80000;
}

.about-panel01.about-panelType02 {
	border: 1px solid #f08300;
}

.about-panel01.about-panelType03 {
	border: 1px solid #f550a5;
}

.about-panel01.about-panelType04 {
	border: 1px solid #95c326;
}

.about-panel01.about-panelType05 {
	border: 1px solid #c09c10;
}

.about-panel01 > .about-panelHead {
	padding: 16px;
	text-align: center;
}

.about-panel01.about-panelType01 > .about-panelHead {
	background-color: #e80000;
}

.about-panel01.about-panelType02 > .about-panelHead {
	background-color: #f08300;
}

.about-panel01.about-panelType03 > .about-panelHead {
	background-color: #f550a5;
}

.about-panel01.about-panelType04 > .about-panelHead {
	background-color: #95c326;
}

.about-panel01.about-panelType05 > .about-panelHead {
	background: url(/system/files/big/about/img/img-bg_01.gif) no-repeat center center/ 100% 100%;
}

.about-panel01 .about-panelHeadLogo {
	margin-bottom: 22px;
}

.about-panelHeadLogo.about-panelHeadLogo-NoSubttl {
	margin-bottom: 0px !important;
}

.about-panel01 .about-panelHeadLogo > img {
	width: 150px;
}

.about-panel01 .about-panelHeadTxt {
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
}

.about-panel01 .about-panelHeadTxt_mega {
	color: #262626;
	font-size: 1.6rem;
	font-weight: bold;
	
}

.about-panel01 .about-panelHeadTxt strong {
	font-size: 1.8rem;
}

.about-leadNum {
	font-size: 1.3em;
}

.about-panel01 .about-panelLead {
	padding: 20px 10px;
	text-align: center;
}

.about-panel01 .about-panelLeadInner {
	display: inline-block;
}

.about-panel01 .about-panelLeadTxt {
	font-size: 1.6rem;
	font-weight: bold;
}

.about-panel01 .about-panelLeadTxt strong {
	color: #e80000;
	font-size: 1.8rem;
}

.about-panel01 .about-panelLeadTxt strong sup {
	vertical-align: 8px;
	font-size: 1.2rem;
}

.about-panel01 .about-panelColorBand {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 1.8rem;
}

.about-panel01.about-panelType01 .about-panelColorBand {
	background-color: #fdeded;
}

.about-panel01.about-panelType02 .about-panelColorBand {
	background-color: #fdefde;
}

.about-panel01.about-panelType03 .about-panelColorBand {
	background-color: #feeff7;
}

.about-panel01.about-panelType04 .about-panelColorBand {
	background-color: #f0f8dc;
}

.about-panel01.about-panelType05 .about-panelColorBand {
	background-color: #fcf3d2;
}

.about-panel01 .about-panelBtm {
	padding: 20px;
}

.about-panel01 .about-panelList + .about-panelList {
	margin-top: 36px;
}

.about-panel01 .about-panelListTtl,
.about-panel01 .about-panelListCnt {
	padding-left: 18px;
}

.about-panel01 .about-panelListTtl {
	position: relative;
	margin-bottom: 4px;
}

.about-panel01 .about-panelListTtl:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 4px;
	height: 4px;
	margin-top: auto;
	margin-bottom: auto;
	border-radius: 50%;
}

.about-panel01.about-panelType01 .about-panelListTtl:before {
	background-color: #e80000;
}

.about-panel01.about-panelType02 .about-panelListTtl:before {
	background-color: #f08300;
}

.about-panel01.about-panelType03 .about-panelListTtl:before {
	background-color: #f550a5;
}

.about-panel01.about-panelType04 .about-panelListTtl:before {
	background-color: #95c326;
}

.about-panel01.about-panelType05 .about-panelListTtl:before {
	background-color: #c09c10;
}

@media print,screen and (min-width: 768px) {
	.about-panel01 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
			-ms-flex-pack: justify;
				justify-content: space-between;
		min-height: 238px;
		margin-bottom: 40px;
	}

	.about-panel01:last-child {
		margin: 0;
	}

	.about-panel01 > .about-panelHead {
		width: 245px;
		display: flex;
		-webkit-box-pack: center;
			-ms-flex-pack: center;
				justify-content: center;
				align-content: center;
		flex-wrap: wrap;
	}

	.about-panel01 > .about-panelHead.about-panelHead_mega {
		align-items: center;
		align-content: stretch;
	}

	.about-panel01 > .about-panelHeadLogo {
		margin-bottom: 20px;
	}


	.about-panel01 .about-panelHeadTxt {
		margin-top: 20px;
	}

	.about-panel01 .about-panelHeadTxt_mega {
		margin-top: 20px;
	}

	.about-panel01 .about-panelBody {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
			-ms-flex-pack: justify;
				justify-content: space-between;
	}

	.about-panel01 .about-panelLead {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
			-ms-flex-pack: center;
				justify-content: center;
				align-items: center;
		width: 254px;
	}

	.about-panel01 .about-panelColorBand {
		width: 100px;
		font-size: 1.6rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
			-ms-flex-pack: center;
				justify-content: center;
				align-items: center;
	}

	.about-panel01 .about-panelBtm {
		width: 504px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
			-ms-flex-pack: start;
				justify-content: flex-start;
		padding: 16px 24px;
	}

	.about-panel01 .about-panelLeadInner {
		display: table-cell;
		vertical-align: middle;
		line-height: 1.4;
	}

	.about-panel01 .about-panelList {
		margin-right: 50px;
	}

	.about-panel01 .about-panelList + .about-panelList {
		margin: 0 0 0 0;
	}
	.about-panel01 .about-panelHeadLogo {
		margin-bottom: 0;
	}
	.about-panel01.about-panelType05 {
		border: none;
	}
	.about-panel01.about-panelType05 .about-panelBody {
		border: 1px solid #c09c10;
	}
}

/*
ページ下部ボックス
--------------------------------*/
.about-panel02 + .about-panel02 {
	margin-top: 40px;
}
.about-panel02 .about-panelHead {
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding-top: 37px;
	padding-bottom: 37px;
	line-height: 1;
	font-size: 2.8rem;
	background: url(/system/files/big/about/img/ttl-bg_01_sp.gif) no-repeat center center/ 100% 100%;
}

.about-panel02 .about-panelBody {
	border: 4px solid #dbdbdb;
	padding: 20px 15px;
}

.about-panel02 .about-panelBody > * + *{
	margin-top: 20px;
}

.about-panel02 .about-panelLead {
	text-align: center;
	padding: 20px 10px;
	font-size: 2rem;
}

.about-panel02.about-panelType01 .about-panelLead {
	background-color: #fdeded;
}

.about-panel02.about-panelType02 .about-panelLead {
	background-color: #fdefde;
}

.about-panel02.about-panelType03 .about-panelLead {
	background-color: #feeff7;
}

.about-panel02.about-panelType04 .about-panelLead {
	background-color: #f0f8dc;
}

.about-panel02.about-panelType05 .about-panelLead {
	background-color: #fdf7e0;
}

.about-panel02 .about-panelTxtStrong {
	color: #e80000;
}

.about-panel02 .about-panelMedia > * + *{
	margin-top: 19px;
}

.about-panel02 .about-panelLogo {
	text-align: center;
	padding: 15px;
	max-width: 223px;
	margin-left: auto;
	margin-right: auto;
}

.about-panel02.about-panelType01 .about-panelLogo {
	background-color: #e80000;
}

.about-panel02.about-panelType02 .about-panelLogo {
	background-color: #f08300;
}

.about-panel02.about-panelType03 .about-panelLogo {
	background-color: #f550a5;
}

.about-panel02.about-panelType04 .about-panelLogo {
	background-color: #95c326;
}

.about-panel02.about-panelType05 .about-panelLogo {
	background: url(/system/files/big/about/img/img-bg_01.gif) no-repeat center center/ 100% 100%;
}

.about-panel02 .about-panelLogo_megatxt {
	color: #262626;
	font-weight: bold;
	font-size: 1.3rem;
	margin-bottom: 8px;
}

.about-panel02 .about-panelLogo_megatxt span {
	font-size: 1.2rem;
}

.about-panel02 .about-panelLogo img {
	width: 150px;
}

.about-balloonList {
	text-align: center;
}

.about-balloonList + .about-balloonList {
	margin-top: 20px;
}

.about-balloon {
	display: inline-block;
	position: relative;
	min-width: 88px;
	font-size: 1.4rem;
	font-weight: bold;
	padding: 8px;
	text-align: center;
	margin-bottom: 7px;
	background-color: #e80000;
	color: #fff;
}

.about-balloon:before {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 5px 0 5px;
	border-color: #e80000 transparent transparent transparent;
	left: 0;
	right: 0;
	bottom: -6px;
	margin-left: auto;
	margin-right: auto;
}

.about-textUnit > *{
	font-size: 1.8rem;
	display: block;
	font-weight: bold;
}

.about-box {
	padding: 18px;
}

.about-panel02.about-panelType01 .about-box {
	background-color: #fdeded;
}

.about-panel02.about-panelType02 .about-box {
	background-color: #fdefde;
}

.about-panel02.about-panelType03 .about-box {
	background-color: #feeff7;
}

.about-panel02.about-panelType04 .about-box {
	background-color: #f0f8dc;
}

.about-panel02.about-panelType05 .about-box {
	background-color: #fdf7e0;
}

.about-boxTtl {
	font-size: 1.4rem;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.about-panel02.about-panelType01 .about-boxTtl {
	border-bottom:2px solid #e80000;
}

.about-panel02.about-panelType02 .about-boxTtl {
	border-bottom:2px solid #f08300;
}

.about-panel02.about-panelType03 .about-boxTtl {
	border-bottom:2px solid #f550a5;
}

.about-panel02.about-panelType04 .about-boxTtl {
	border-bottom:2px solid #95c326;
}

.about-panel02.about-panelType05 .about-boxTtl {
	border-bottom:2px solid #c09c10;
}

@media print,screen and (min-width: 768px) {
	.about-panel02 .about-panelHead {
		padding-top: 40px;
		padding-bottom: 40px;
		background: url(/system/files/big/about/img/ttl-bg_01_pc.gif) no-repeat center center/ 100% 100%;
	}

	.about-panel02 .about-panelBody {
		padding: 28px;
	}

	.about-panel02 .about-panelBody > * + *{
		margin-top: 40px;
	}
	.about-panel02.about-panelType05 .about-panelBody > * {
		margin-top: 12px;
	}
	.about-panel02.about-panelType05 .about-panelBody > * + *{
		margin-top: 40px;
	}

	.about-panel02 .about-panelBody .c-txt{
		margin-bottom: 9px;
	}

	.about-panel02 .about-panelLead {
		padding-top: 15px;
		padding-bottom: 15px;
		font-size: 2.4rem;
		margin-bottom:20px;
	}

	.about-panel02 .about-panelMedia {
		padding-left: 50px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
			-ms-flex-align: start;
				align-content: flex-start;
	}

	.about-panel02 .about-panelMedia > * + *{
		margin-left: 82px;
		margin-top: 0;
	}

	.about-panel02 .about-panelLogo {
		text-align: center;
		padding: 32px;
		max-width: inherit;
		width: 390px;
		height:220px;
		padding-top: 30px;
		padding-bottom: 43px;
		margin-left: 0;
		margin-right: 0;
	}

	.about-panel02 .about-panelLogo img {
		width: 80%;
	}

	.about-panel02.about-panelType05 .about-panelLogo {
		padding: 38px 32px 27px;
	}

	.about-panel02.about-panelType05 .about-panelLogo img {
	}

	.about-panel02.about-panelType05 .about-panelLogo_megatxt {
		font-size: 2rem;
		margin-bottom: 10px;
	}

	.about-panel02 .about-panelLogo_megatxt span {
		font-size: 1.6rem;
	}

	.about-balloonList {
		text-align: left;
	}

	.about-balloon {
		min-width: 112px;
		font-size: 1.6rem;
	}

	.about-balloon:before {
		border-width: 6px 7px 0 7px;
	}

	.about-textUnit > *{
		font-size: 2rem;
		display: inline;
	}

	.about-textUnit > * + *{
		margin-left: 15px;
	}

	.about-box {
		padding: 30px;
	}

	.about-boxTtl {
		font-size: 1.6rem;
	}


}

/*------------------------------
ボタン系
--------------------------------*/
/*
*既存のボタンパーツへ上書き
*/
.about-btn {
	margin-bottom: 0;
}

@media print,screen and (min-width: 768px) {
	.about-btn {
		margin-top: 40px;
	}
}

.c-btnBG-big > span {
	background: #e80000;
	color: #fff;
	border: 1px solid #e80000;
	padding: 22px 15px;
	font-size: 1.4rem;
	line-height: 2.1rem;
	position: relative;
	display: table;
	text-align: center;
	font-weight: bold;
}
.c-btnBG-big > span > span {
	font-size: 1.4rem;
}
@media print,screen and (min-width: 768px) {
	.c-btnBG-big > span {
		padding: 21px 20px 17px;
		font-size: 2rem;
	}
	.c-btnBG-big > span > span {
		font-size: 1.6rem;
	}
}

/*------------------------------
汎用クラス
--------------------------------*/
.about-mtL {
	margin-top: 20px;
}

@media print,screen and (min-width: 768px) {
	.about-mtL {
		margin-top: 40px;
	}
}



/* 250717 更新分*/
.anchor-scroll-area {
  max-width:1104px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: nowrap;
  overflow-x: auto;
  margin:0 auto;
  padding: 0px 0 20px;
}

.anchor-scroll-area a {
  position: relative;
  flex: 1;
  text-align: center;
}

.anchor-scroll-area a::after {
  content: '';
  display: none;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 12px 0 12px;
  border-color: #ff9999 transparent transparent transparent;
  left: 0;
  right: 0;
  bottom: -13px;
  margin-left: auto;
  margin-right: auto;
}

.anchor-scroll-area a:active::after {
  display: block;
}


.anchor-scroll-area a.big01::after{
border-color: #f28787 transparent transparent transparent;
}

.anchor-scroll-area a.big02::after{
	border-color: #e8d898 transparent transparent transparent;
}

.anchor-scroll-area a.big03::after{
	border-color: #f7c07f transparent transparent transparent;
}

.anchor-scroll-area a.big04::after{
	border-color: #f5b6d2 transparent transparent transparent;
}

.anchor-scroll-area a.big05::after{
	border-color: #ccff99 transparent transparent transparent;
}
.anchor-scroll-area a .about-panelLogo {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.anchor-scroll-area a span {
	display:block;
	padding:30px;
}

.anchor-scroll-area a.big01 span{
	background:#e80000;
}

.anchor-scroll-area a.big02 .about-panelLogo {
    background: url(/system/files/big/about/img/img-bg_01.gif) no-repeat center center / 100% 100%;
}
.anchor-scroll-area a.big03 span{
	background:#f08200;
}

.anchor-scroll-area a.big04 span{
	background:#f550a5;
}

.anchor-scroll-area a.big05 span{
	background:#95c326;
}

.anchor-scroll-area img {
  max-width: 100%;
  height: auto;
  display: block;
}

.buy-to{
	text-align: right;
}

.buy-to a {
  position: relative;
  display: inline-block;
  color: #000;
  text-decoration: none;
  padding-right: 1em;
}

.buy-to a::before {
  content: '>'; 
  color: #e80000;
  position: absolute;
  left: -11%;
  top: 50%;
   transform: translateY(-50%) scaleY(1.4);
  font-weight: bold;
  font-size: 1em;
}

.buy-to a.only_pc{
	display:inline-block;
}
.buy-to a.only_sp{
	display:none;
}
.about-sec-anchor{margin-top:-15px}
.about-sec{
	padding-top:30px;
}

@media screen and (max-width: 768px) {
	.about-sec-anchor {
	margin-top: 0px;
	}
	.about-sec{
		padding-top:0px;
	}
	.buy-to a.only_pc{
		display:none;
	}
	.buy-to a.only_sp{
		display:inline-block;
	}
	.anchor-scroll-area a span {
		display: block;
		padding: 10px;
	}
	.anchor-scroll-area{
		gap:5px;
		margin-bottom:25px;
		padding:8px 10px 10px;
	}
	.about-panel02 .about-panelLead {
		text-align: center;
		padding: 20px 10px 10px;
		font-size: 2rem;
		margin-bottom: 20px;
	}
}