/*-------- リセットCSS --------*/
#footerPartsSection #footer div, #footerPartsSection #footer span, #footerPartsSection #footer applet, #footerPartsSection #footer object, #footerPartsSection #footer iframe, #footerPartsSection #footer h1, #footerPartsSection #footer h2, #footerPartsSection #footer h3, #footerPartsSection #footer h4, #footerPartsSection #footer h5, #footerPartsSection #footer h6, #footerPartsSection #footer p, #footerPartsSection #footer blockquote, #footerPartsSection #footer pre, #footerPartsSection #footer a, #footerPartsSection #footer abbr, #footerPartsSection #footer acronym, #footerPartsSection #footer address, #footerPartsSection #footer big, #footerPartsSection #footer cite, #footerPartsSection #footer code, #footerPartsSection #footer del, #footerPartsSection #footer dfn, #footerPartsSection #footer em, #footerPartsSection #footer img, #footerPartsSection #footer ins, #footerPartsSection #footer kbd, #footerPartsSection #footer q, #footerPartsSection #footer s, #footerPartsSection #footer samp, #footerPartsSection #footer small, #footerPartsSection #footer strike, #footerPartsSection #footer strong, #footerPartsSection #footer sub, #footerPartsSection #footer sup, #footerPartsSection #footer tt, #footerPartsSection #footer var, #footerPartsSection #footer b, #footerPartsSection #footer u, #footerPartsSection #footer i, #footerPartsSection #footer center, #footerPartsSection #footer dl, #footerPartsSection #footer dt, #footerPartsSection #footer dd, #footerPartsSection #footer ol, #footerPartsSection #footer ul, #footerPartsSection #footer li,fieldset, #footerPartsSection #footer form, #footerPartsSection #footer label, #footerPartsSection #footer legend, #footerPartsSection #footer table, #footerPartsSection #footer caption, #footerPartsSection #footer tbody, #footerPartsSection #footer tfoot, #footerPartsSection #footer thead, #footerPartsSection #footer tr, #footerPartsSection #footer th, #footerPartsSection #footer td, #footerPartsSection #footer article, #footerPartsSection #footer aside, #footerPartsSection #footer canvas, #footerPartsSection #footer details, #footerPartsSection #footer embed, #footerPartsSection #footer figure, #footerPartsSection #footer figcaption, #footerPartsSection #footer footer, #footerPartsSection #footer footer, #footerPartsSection #footer hgroup, #footerPartsSection #footer menu, #footerPartsSection #footer nav, #footerPartsSection #footer output, #footerPartsSection #footer ruby, #footerPartsSection #footer section, #footerPartsSection #footer summary, #footerPartsSection #footer time, #footerPartsSection #footer mark, #footerPartsSection #footer audio, #footerPartsSection #footer video {	
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
	line-height: 1;
}

/* HTML5 display-role reset for older browsers */
#footerPartsSection #footer article, #footerPartsSection #footer aside, #footerPartsSection #footer details, #footerPartsSection #footer figcaption, #footerPartsSection #footer figure, #footerPartsSection #footer picture, #footerPartsSection #footer footer, #footerPartsSection #footer footer, #footerPartsSection #footer hgroup, #footerPartsSection #footer menu, #footerPartsSection #footer nav, #footerPartsSection #footer section {
	display: block;
}
#footerPartsSection #footer ol, #footerPartsSection #footer ul {
	list-style: none;
}
#footerPartsSection #footer img {
	vertical-align: bottom;
  max-width:100%;
}
#footerPartsSection #footer *, #footerPartsSection #footer *:before, #footerPartsSection #footer *:after {
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

@font-face {
	font-family: 'NotoSans';
	src: url("/wp-content/themes/kyokutoukk/lib/font/en/NotoSans-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'NotoSans';
	src: url("/wp-content/themes/kyokutoukk/lib/font/en/NotoSans-Medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'NotoSans';
	src: url("/wp-content/themes/kyokutoukk/lib/font/en/NotoSans-Bold.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
}

#footerPartsSection {
  position: relative;
  height: auto;
  min-width: unset;
	font-family: 'NotoSans',sans-serif;
}


/* 各幅 非表示クラス */
@media (min-width: 1000px) {
	#footerPartsSection #footer .pcNone {
		display: none!important;
	}
}

@media (max-width: 999px) and (min-width: 661px) {
	#footerPartsSection #footer .tbNone {
		display: none!important;
	}
}

@media (max-width:660px) {
	#footerPartsSection #footer .spNone {
		display: none!important;
	}
}

#footerPartsSection #footer a {
  color: #fff;
  text-decoration: none;
}


@media (min-width: 1000px) {
  /* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
  /*                                           */
  /* min-width: 1000px                         */
  /*                                           */
  /* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

  /* ページトップボタン */
	#footerPartsSection #pagetop {
		position: absolute;
		right: 50px;
		bottom: 70px;
    width: 60px;
    height: 60px;
		z-index: 888;
	}

	/* footer */
	#footerPartsSection #footer {
		background: #222;
		padding: 60px 0 30px;
	}
	#footerPartsSection #footer a:hover {
		color: #E91D25;
	}
	#footerPartsSection #footer .footerInner {
		max-width: 1280px;
		width: 100%;
		margin: 0 auto;
	}
	#footerPartsSection #footer .footerLinkWrap {
		display: flex;
		gap: 60px;
		padding: 0 128px 30px;
    margin-bottom: 60px;
	}
  @media (max-width: 1150px) and (min-width: 1000px) {
    #footerPartsSection #footer .footerLinkWrap {
      padding: 0 55px 30px;
    }
  }
	#footerPartsSection #footer .linkBlock {
		width: 25%;
		color: #fff;
	}
  #footerPartsSection #footer .linkBlock.about {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 0 15px;
    width: 50%;
  }
	#footerPartsSection #footer .linkBlock .linkTop {
		font-size: 14px;
		font-weight: bold;
		line-height: 1.7;
		padding-bottom: 4px;
		margin-bottom: 15px;
		border-bottom: 1px dotted #fff;
	}
  #footerPartsSection #footer .singleLayOutLink {
    font-size: 14px;
		font-weight: bold;
		line-height: 1.7;
		border-bottom: 1px dotted #fff;
    padding-bottom: 4px;
    margin-bottom: 40px;
  }
  #footerPartsSection #footer .linkBlock.about .linkTop {
    width: 100%;
  }
  #footerPartsSection #footer .linkBlock.about .linklist {
    width: calc(50% - 7.5px);
  }
  #footerPartsSection #footer .linklist li {
    margin-bottom: 10px;
  }
	#footerPartsSection #footer .linklist li a {
		font-size: 14px;
		line-height: 1.3;
	}
	#footerPartsSection #footer .footerLinkWrap .paragraph {
    font-size: 14px;
    line-height: 1.7;
		margin-top: 15px;
	}

	#footerPartsSection #footer .footerSnsList {
		display: flex;
		padding-top: 40px;
		margin-bottom: 60px;
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 40px;
	}
	#footerPartsSection #footer .footerSnsList li {
		width: 40px;
	}
	#footerPartsSection #footer .footerSupportList {
		display: flex;
		justify-content: space-between;
    padding: 35px 30px 0;
	}
	#footerPartsSection #footer .footerSupportList div {
		display: flex;
		gap: 40px;
	}
	#footerPartsSection #footer .footerSupportList p {
		width: fit-content;
		font-size: 14px;
		line-height: 1.7;
		color: #fff;
	}
  #footerPartsSection #footer .footerSupportList .footerSelectLanguageList {
		position: relative;
		width: fit-content;
		font-size: 14px;
		line-height: 1.0;
		margin-left: 25px;
		padding-right: 21px;
		padding: 15px 21px 15px 0;
	}
	#footerPartsSection #footer .footerSupportList .footerSelectLanguageList::before,
	#footerPartsSection #footer .footerSupportList .footerSelectLanguageList::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 5px;
		width: 1px;
		height: 7px;
		border-radius: 9999px;
		background-color: #000;
		transform-origin: 50% calc(100% - 3.5px);
	}
	#footerPartsSection #footer .footerSupportList .footerSelectLanguageList::before {
		transform: rotate(45deg) translateY(-50%);
	}
	#footerPartsSection #footer .footerSupportList .footerSelectLanguageList::after {
		transform: rotate(-45deg) translateY(-50%);
	}

	#footerPartsSection #footer .footerSupportList .footerSelectLanguageList:hover::before {
		transform: rotate(-45deg) translateY(-50%);
		transform-origin: 50% calc(100% - 10.5px);
	}
	#footerPartsSection #footer .footerSupportList .footerSelectLanguageList:hover::after {
		transform: rotate(45deg) translateY(-50%);
		transform-origin: 50% calc(100% - 10.5px);
	}

	#footerPartsSection #footer .footerSupportList .footerSelectLanguageList span {
		display: inline-block;
		width: 14px;
		height: 14px;
		margin-right: 5px;
	}
	#footerPartsSection #footer .footerSupportList .footerSelectLanguageList ul {
		display: none;
		position: absolute;
		top: 35px;
		width: 100%;
		height: auto;
		background: #fff;
		box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
	}
	#footerPartsSection #footer .footerSupportList .footerSelectLanguageList:hover ul {
		display: block;
	}
	#footerPartsSection #footer .footerSupportList .footerSelectLanguageList ul li a {
    display: block;
		width: 100%;
		font-size: 14px;
		text-align: center;
		padding: 10px 0;
    color: #000;
	}
	#footerPartsSection #footer .footerSupportList .footerSelectLanguageList ul li a:hover {
		background: #F0F0F0;
		color: #E10013;
	}
	#footerPartsSection #footer .footerSupportList .footerSelectLanguageList {
		padding: 0 21px 0 0;
		margin: 0;
	}
	#footerPartsSection #footer .footerSupportList .footerSelectLanguageList::before,
	#footerPartsSection #footer .footerSupportList .footerSelectLanguageList::after {
		background-color: #fff;
		transform-origin: 50% calc(100% - 10.5px);
	}
	#footerPartsSection #footer .footerSupportList .footerSelectLanguageList:hover::before,
	#footerPartsSection #footer .footerSupportList .footerSelectLanguageList:hover::after {
		transform-origin: 50% calc(100% - 3.5px);
	}
	#footerPartsSection #footer .footerSupportList .footerSelectLanguageList ul {
		top: -65px;
	}

}


/* タブレット */
@media (max-width: 999px) and (min-width: 661px) {
  /* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
  /*                                           */
  /* max-width: 999px  min-width: 661px        */
  /*                                           */
  /* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

  /* ページトップボタン */
	#footerPartsSection #pagetop {
		position: absolute;
		right: 30px;
		bottom: 15px;
    width: 60px;
    height: 60px;
		z-index: 888;
	}

  /* footer */
  #footerPartsSection #footer {
    background: #222;
  }
  #footerPartsSection #footer .footerInner {
    width: 100%;
  }
  #footerPartsSection #footer .footerLinkWrap {
    color: #fff;
    margin-bottom: 60px;
  }
  #footerPartsSection #footer .linkTop {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 1.5;
    height: 60px;
    padding-left: 20px;
    border-bottom: 2px dotted #CCC;
  }
  #footerPartsSection #footer .linkTop::before {
    position: absolute;
    content: "";
    top: 50%;
    right: 28px;
    transform: translateY(-50%);
    width: 2px;
    height: 12px;
    background: #959595;
    opacity: 1;
    transition: all .3s;
    pointer-events: none;
  }
  #footerPartsSection #footer .linkTop::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 23px;
    transform: translateY(-50%);
    width: 12px;
    height: 2px;
    background: #959595;
    pointer-events: none;
  }
  #footerPartsSection #footer .linkTop:has(+ .linklist.active)::before {
    opacity: 0;
  }
  #footerPartsSection #footer .linklist {
    background: #383838;
    height: 0;
    transition: height .5s ease;
    overflow: hidden;
  }
  #footerPartsSection #footer .singleLayOutLink a {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 1.5;
    height: 60px;
    padding-left: 20px;
    border-bottom: 2px dotted #CCC;
  }

  #footerPartsSection #footer .linklist li a {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 1.5;
    height: 60px;
    padding-left: 45px;
    border-bottom: 2px dotted #CCC;
    white-space: nowrap;
  }
  #footerPartsSection #footer .footerLinkWrap .paragraph a {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 1.5;
    height: 60px;
    padding-left: 20px;
    border-bottom: 2px dotted #CCC;
  }
  #footerPartsSection #footer .footerSnsList {
		display: flex;
		margin-bottom: 60px;
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 40px;
    padding-left: 20px;
	}
	#footerPartsSection #footer .footerSnsList li {
		width: 40px;
	}
  #footerPartsSection #footer .footerSupportList p:not(.newCopyright) {
    font-size: 14px;
    line-height: 2.8;
    color: #fff;
    padding-left: 20px;
  }
  #footerPartsSection #footer .footerSelectLanguageList p {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 1.5;
    height: 60px;
    padding-left: 20px;
    margin-top: 30px;
    border-bottom: 2px dotted #CCC;
  }
  #footerPartsSection #footer .footerSelectLanguageList p span {
    width: 18px;
    height: 18px;
    margin-right: 5px;
  }
  #footerPartsSection #footer .footerSelectLanguageList p::after {
    content:"";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background: url(/wp-content/themes/kyokutoukk/lib/img/en/common/img_arrow03.png) no-repeat;
    background-size: contain;
  }
  #footerPartsSection #footer .footerSelectLanguageList p:has(+ ul.active )::after {
    transform: translateY(-50%) rotate(180deg);
  }
  #footerPartsSection #footer .footerSelectLanguageList ul {
    width: 100%;
    height: 0;
    transition: height .5s ease;
    overflow: hidden;
  }
  #footerPartsSection #footer .footerSelectLanguageList ul.active {
    height: auto;
  }
  #footerPartsSection #footer .footerSelectLanguageList ul li a {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    height: 60px;
    background: #383838;
    padding-left: 45px;
    border-bottom: 2px dotted #CCC;
  }
  #footerPartsSection #footer .newCopyright {
    padding: 30px 0 30px 20px;
    font-size: 14px;
    line-height: 2.0;
    text-align: center;
    color: #fff;
  }

}


@media (max-width:660px) {	
  /* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
  /*                                           */
  /* max-width: 767px                          */
  /*                                           */
  /* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

  /* ページトップボタン */
	#footerPartsSection #pagetop {
		position: absolute;
		right: 15px;
		bottom: 15px;
    width: 60px;
    height: 60px;
		z-index: 888;
	}

  /* footer */
  #footerPartsSection #footer {
    background: #222;
  }
  #footerPartsSection #footer .footerInner {
    width: 100%;
  }
  #footerPartsSection #footer .footerLinkWrap {
    color: #fff;
    margin-bottom: 60px;
  }
  #footerPartsSection #footer .linkTop {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 1.5;
    height: 60px;
    padding-left: 20px;
    border-bottom: 2px dotted #CCC;
  }
  #footerPartsSection #footer .linkTop::before {
    position: absolute;
    content: "";
    top: 50%;
    right: 28px;
    transform: translateY(-50%);
    width: 2px;
    height: 12px;
    background: #959595;
    opacity: 1;
    transition: all .3s;
  }
  #footerPartsSection #footer .linkTop::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 23px;
    transform: translateY(-50%);
    width: 12px;
    height: 2px;
    background: #959595;
  }
  #footerPartsSection #footer .linkTop:has(+ .linklist.active)::before {
    opacity: 0;
  }
  #footerPartsSection #footer .linklist {
    background: #383838;
    height: 0;
    transition: height .5s ease;
    overflow: hidden;
  }
  #footerPartsSection #footer .singleLayOutLink a {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 1.5;
    height: 60px;
    padding-left: 20px;
    border-bottom: 2px dotted #CCC;
  }

  #footerPartsSection #footer .linklist li a {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 1.5;
    height: 60px;
    padding-left: 45px;
    border-bottom: 2px dotted #CCC;
    white-space: nowrap;
  }
  #footerPartsSection #footer .footerLinkWrap .paragraph a {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 1.5;
    height: 60px;
    padding-left: 20px;
    border-bottom: 2px dotted #CCC;
  }
  #footerPartsSection #footer .footerSnsList {
		display: flex;
		margin-bottom: 60px;
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 40px;
    padding-left: 20px;
	}
	#footerPartsSection #footer .footerSnsList li {
		width: 40px;
	}
  #footerPartsSection #footer .footerSupportList p:not(.newCopyright) {
    font-size: 14px;
    line-height: 2.8;
    color: #fff;
    padding-left: 20px;
  }
  #footerPartsSection #footer .footerSelectLanguageList p {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 1.5;
    height: 60px;
    padding-left: 20px;
    margin-top: 30px;
    border-bottom: 2px dotted #CCC;
  }
  #footerPartsSection #footer .footerSelectLanguageList p span {
    width: 18px;
    height: 18px;
    margin-right: 5px;
  }
  #footerPartsSection #footer .footerSelectLanguageList p::after {
    content:"";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background: url(/wp-content/themes/kyokutoukk/lib/img/en/common/img_arrow03.png) no-repeat;
    background-size: contain;
  }
  #footerPartsSection #footer .footerSelectLanguageList p:has(+ ul.active )::after {
    transform: translateY(-50%) rotate(180deg);
  }
  #footerPartsSection #footer .footerSelectLanguageList ul {
    width: 100%;
    height: 0;
    transition: height .5s ease;
    overflow: hidden;
  }
  #footerPartsSection #footer .footerSelectLanguageList ul.active {
    height: auto;
  }
  #footerPartsSection #footer .footerSelectLanguageList ul li a {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    height: 60px;
    background: #383838;
    padding-left: 45px;
    border-bottom: 2px dotted #CCC;
  }
  #footerPartsSection #footer .newCopyright {
    padding: 30px 0 30px 20px;
    font-size: 14px;
    line-height: 2.0;
    color: #fff;
  }
}
