html {
  scroll-behavior: smooth;
}
/*------------------------------
レイアウト系
--------------------------------*/
.about-sec-bottom {
	padding-top: 30px;
}
@media print,screen and (min-width: 768px) {
	.about-sec {
		padding-top: 60px;
	}
	.about-sec-bottom {
		padding-top: 60px;
	}
}
/*
背景色付きエリア
--------------------------------*/
.about-bgGray {
	padding: 10px;
	background-color: #f5f5f5;
}
.about-bgGray.about-sec{
	margin-bottom: 40px;
}
@media print,screen and (min-width: 768px) {
	.about-bgGray {
		padding: 40px 0 60px;
	}
	.about-bgGray.about-sec{
		margin-bottom: 0;
	}
	.about-bgInner {
		margin-left: auto;
		margin-right: auto;
		width: 1104px;
	}

}

/*
カラムレイアウト
--------------------------------*/
.about-column3-2 > .about-col + .about-col,
.about-column3-1 > .about-col + .about-col{
	margin-top: 20px;
}

@media print,screen and (min-width: 768px) {
	.about-column3-2,
	.about-column3-1 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
			-ms-flex-pack: justify;
				justify-content: space-between;
	}

	.about-column3-2 > .about-col{
		width: 340px;
	}

	.about-column3-1 > .about-col{
		width: 324px;
	}

	.about-column3-2 > .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 {
		width: 1104px;
		margin:0 auto;
		padding: 36px 0;
	}
}

/*------------------------------
ボックス系
--------------------------------*/

/*
ページトップボックス
--------------------------------*/
.about-panel01 {
	background-color: #fff;
}

.about-panel01.about-panelType01 {
	border: 1px solid #fed900;
}

.about-panel01.about-panelType02 {
	border: 1px solid #00a0e9;
}

.about-panel01.about-panelType03 {
	border: 1px solid #40a94b;
}


.about-panel01 > .about-panelHead {
	padding: 16px;
	text-align: center;
}

.about-panel01.about-panelType01 > .about-panelHead {
	background-color: #fed900;
}

.about-panel01.about-panelType02 > .about-panelHead {
	background-color: #00a0e9;
}

.about-panel01.about-panelType03 > .about-panelHead {
	background-color: #40a94b;
}

.about-panel01 .about-panelHeadttl {
	background: #000;
    margin: -17px -17px 22px;
    padding: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
    color: #fff;
    text-align: center;
}

.about-panel01 .about-panelHeadLogo {
	margin-bottom: 22px;
}

.about-panel01 .about-panelHeadLogo > img {
	width:220px;
}

.about-panel01 .about-panelHeadTxt {
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
}
.about-panel01.about-panelType01 .about-panelHeadTxt{
	color: #000;
}

.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: #fff8d1;
}

.about-panel01.about-panelType02 .about-panelColorBand {
	background-color: #e5f5fd;
}

.about-panel01.about-panelType03 .about-panelColorBand {
	background-color: #e4f3e6;
}


.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;
}

@media print,screen and (min-width: 768px) {
	.about-panel01 .about-panelHeadttl {
		height: 80px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	    -webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	    display: flex;
	    -webkit-box-pack: center;
	        -ms-flex-pack: center;
	            justify-content: center;
	    -webkit-box-align: center;
	        -ms-flex-align: center;
	            align-items: center;
	}
	.about-panel01 > .about-panelHeadLogo {
		margin-bottom: 20px;
	}

	.about-panel01 .about-panelLead {
		display: table;
		width: 100%;
		table-layout: fixed;
		height: 150px;
	}

	.about-panel01 .about-panelLeadInner {
		display: table-cell;
		vertical-align: middle;
		line-height: 1.4;
	}
}

/*
ページ下部ボックス
--------------------------------*/
.about-panel02:last-of-type{
	margin-bottom: 20px;
}
.about-panel02 + .about-panel02 {
	margin-top: 40px;
}
.about-panel02 .about-panelHead {
	color: #000;
	font-weight: bold;
	text-align: center;
	padding-top: 37px;
	padding-bottom: 37px;
	line-height: 1;
	font-size: 2.8rem;
	background: url(/system/files/toto/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: #fff8d1;
}

.about-panel02.about-panelType02 .about-panelLead {
	background-color: #e5f5fd;
}

.about-panel02.about-panelType03 .about-panelLead {
	background-color: #e4f3e6;
}


.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: #fed900;
}

.about-panel02.about-panelType02 .about-panelLogo {
	background-color: #00a0e9;
}

.about-panel02.about-panelType03 .about-panelLogo {
	background-color: #40a94b;
}


.about-panel02 .about-panelLogo img {
	width: 220px;
}

.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: #000;
	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: #000 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: #fff8d1;
}

.about-panel02.about-panelType02 .about-box {
	background-color: #e5f5fd;
}

.about-panel02.about-panelType03 .about-box {
	background-color: #e4f3e6;
}


.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 #ffd800;
}

.about-panel02.about-panelType02 .about-boxTtl {
	border-bottom:2px solid #00a0e9;
}

.about-panel02.about-panelType03 .about-boxTtl {
	border-bottom:2px solid #40a94b;
}


@media print,screen and (min-width: 768px) {
	.about-panel02 .about-panelHead {
		padding-top: 40px;
		padding-bottom: 40px;
		background: url(/system/files/toto/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-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-items: flex-start;
	}

	.about-panel02 .about-panelMedia > * + *{
		margin-left: 82px;
		margin-top: 0;
	}

	.about-panel02 .about-panelLogo {
		text-align: center;
		padding: 20px;
		max-width: inherit;
		width: 390px;
		padding-top: 30px;
		padding-bottom: 30px;
		margin-left: 0;
		margin-right: 0;
	}

	.about-panel02 .about-panelLogo img {
		width: 80%;
	}

	.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;
	}
}

/*
totoGoal2
--------------------------------*/
.about-panel03{
	border: 4px solid #dbdbdb;
    padding: 20px 15px;
    overflow: hidden;
}
.about-panel03 .about-panelDetail .txt{
	margin-bottom: 20px;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
}
.about-panel03 .about-panelDetail .btn >*{
	margin-left: auto;
	margin-right: auto;
}
.about-panel03 .about-panelDetail > *:last-child{
	margin-bottom: 0;
}
.about-panel03 .about-panelImg {
    text-align: center;
    margin-bottom: 20px;
    padding: 15px;
    max-width: 223px;
    margin-left: auto;
    margin-right: auto;
    background-color: #1a9431;
}
.about-panel03 .about-panelImg img{
	width: 220px;
}

@media print,screen and (min-width: 768px) {
	.about-panel03{
		padding: 28px;
		display: -webkit-box;
		display: -webkit-flex;
	    display: -ms-flexbox;
	    display: flex;
	    -ms-justify-content: center;
	    justify-content: center;
  		-webkit-box-align: center;
  		-webkit-flex-align: center;
  		    -ms-flex-align: center;
  		        align-items: center;
    	-webkit-box-pack: center;
    	    -ms-flex-pack: center;
    	        justify-content: center;
    	-webkit-align-items: center;
	}
	
	.about-panel03 .about-panelImg {
		text-align: center;
	    padding: 20px;
	    max-width: inherit;
	    width: 390px;
	    padding-top: 30px;
	    padding-bottom: 30px;
	    margin: 0px 82px 0 0px;
	}
	.about-panel03 .about-panelImg img{
		width: 80%;
	}
	.about-panel03 .about-panelDetail{
		margin: 0px 28px 0 0px;
	}
	
	.about-panel03 .about-panelDetail .txt{
		display: -webkit-box;
		display: -webkit-flex;
	    display: -ms-flexbox;
	    display: flex;
		text-align: left;
		
	}
	.about-panel03 .about-panelDetail .btn >*{
		margin-left: 0;
		margin-right: auto;
	}
}


/*------------------------------
ボタン系
--------------------------------*/
/*
*既存のボタンパーツへ上書き
*/
.about-btn {
	margin-bottom: 0;
}

@media print,screen and (min-width: 768px) {
	.about-btn {
		margin-top: 40px;
	}
}

/*------------------------------
汎用クラス
--------------------------------*/
.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;
  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: #feec7f transparent transparent transparent;
}

.anchor-scroll-area a.big02::after{
	border-color: #7fcff4 transparent transparent transparent;
}

.anchor-scroll-area a.big03::after{
	border-color: #9fd4a5 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:#fed900;
}

.anchor-scroll-area a.big02 .about-panelLogo {
    background:#00a0e9;
}
.anchor-scroll-area a.big03 span{
	background:#40a94b;
}


.anchor-scroll-area img {
  max-width: 100%;
  height: auto;
  display: block;
}
.empty_space{opacity: 0;}
.empty_space::before{display:none;}


.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: #000;
  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-lead {
text-align: center;
}
.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:10px 10px;
	}
	.about-panel02 .about-panelLead {
		text-align: center;
		padding: 20px 10px 10px;
		font-size: 2rem;
		margin-bottom: 20px;
	}
}