@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@100;400;700&display=swap');

html {
  width: 100%;
  height: 100%;
  background: white;
  color: #333333;
  overflow-x: hidden;
  font-size: 10px;
  overscroll-behavior: none;
}
body {
  margin: 0px;
  padding: 0px;
  width: 100%;
  font-size: 0;
  line-height: 0;
  background-color: #ffffff;
  -webkit-text-size-adjust: 100%;
  position: relative;
  /*font-family: 'Roboto', Roboto, sans-serif;*/
	font-family:  ‘Barflow’,
    "Helvetica Neue",
    Arial,
    Meiryo,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    sans-serif;
	/*letter-spacing: 0.2px;*/
}
body.idx{
	letter-spacing: 0px;
}
body *{
  box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6,p,pre,blockquote,ul,ol,li,dl,dt,dd{
  margin: 0px;
  padding: 0px;
}
li,dt,dd{
  list-style-type: none;
}
p {
  margin: 0;
}
img {
  border: 0;
  border: none;
}
a:hover{
  text-decoration: none;
}

.pc_blk {display: block;}
.sp_blk {display: none;}
@media screen and (max-width: 768px){
  .pc_blk {display: none;}
  .sp_blk {display: block;}
}



body {
	position: relative;
}
body::before {
	content: '';
	background: url(../../images/bg_main.png) no-repeat center;
	background-size: cover;
	position: fixed;
	z-index: 0;
	width: 100%;
	height: 100vh;
}
@media screen and (max-width: 768px){
body::before {
	background: url(../../images/bg_main.png) no-repeat center top;
	background-size: 200% auto;
	top: -10%;
	z-index: 0;
	width: 100%;
	height: 150%;
}
}

header {
}


header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
}
header .logo {
    position: absolute;
    top: 15px;
    left: 21px;
    z-index: 5;
    width: 250px;
    height: 50px;
    background: url(../images/logo_th_pc.png) no-repeat center / contain;
    transition: 0.3s;
}
#lower header .logo {
    background-image: url(../images/logo_th_header_lower_pc.png);
}
header .event {
    position: fixed;
    top: 0;
    right: 164px;
    z-index: 3;
    width: 80px;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.6);
    background-image: url(../images/icon_event.png);
    background-repeat: no-repeat;
    background-position: top 13px center;
    font-size: 11px;
    line-height: 1;
    color: #333333;
    text-decoration: none;
    text-align: center;
    padding: 55px 0 0;
    transition: 0.3s;
	font-weight: bold;
}
header .request {
    position: fixed;
    top: 0;
    right: 82px;
    z-index: 3;
    width: 80px;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.6);
    background-image: url(../images/icon_request.png);
    background-repeat: no-repeat;
    background-position: top 13px center;
    font-size: 11px;
    line-height: 1;
    color: #333333;
    text-decoration: none;
    text-align: center;
    padding: 55px 0 0;
    transition: 0.3s;
	font-weight: bold;
}
/*enのみ*/
header .jp {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 3;
    width: 80px;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.6);
    background-image: url(../images/icon_jp.png);
    background-repeat: no-repeat;
    background-position: top 13px center;
    font-size: 11px;
    line-height: 1;
    color: #333333;
    text-decoration: none;
    text-align: center;
    padding: 55px 0 0;
    transition: 0.3s;
    font-weight: bold;
}
/**/
header .menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 3;
    width: 80px;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.6);
    font-size: 11px;
    line-height: 1;
    color: #333333;
    text-decoration: none;
    text-align: center;
    padding: 55px 0 0;
    cursor: pointer;
    transition: 0.3s;
}
header .menu::after {
  content: 'MENU';
	font-weight: bold;
}
header .menu i {
    position: absolute;
    top: 16px;
    left: 23px;
    width: 35px;
    height: 0;
    border-top: solid 2px #333333;
    transition: 0.3s;
}
header .menu i::before,
header .menu i::after {
  content: '';
  position: absolute;
  right: 0;
  height: 0;
  border-top: solid 2px #333333;
  transition: 0.3s;
}
header .menu i::before {
    width: 28px;
    top: 9px;
}
header .menu i::after {
    width: 20px;
    top: 20px;
}
header.menu_show .logo {
    top: -100px;
}
header.menu_show .event {
    top: -100px;
}
header.menu_show .request {
    top: -100px;
}
header.menu_show .menu {
    background-color: transparent;
}
header.menu_show .menu::after {
  content: 'CLOSE';
}
header.menu_show .menu i {
    top: 26px;
    transform: rotate(45deg);
}
header.menu_show .menu i::before,
header.menu_show .menu i::after {
    top: -2px;
    transform: rotate(
90deg
);
}
header.menu_show .menu i::before {
    width: 100%;
}
header.menu_show .menu i::after {
    width: 0;
}


aside {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 3;
    width: 0;
    height: 100%;
    padding: 90px 0;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
    overflow-x: hidden;
    overflow-y: hidden;
    transition: width 0.3s;
}
header.menu_show +aside {
    width: 100%;
    overflow-y: auto;
}
aside .wrap {
    margin: 0 auto;
    width: 960px;
    max-width: 100%;
    position: relative;
}
aside .logo {
    background: url(../images/logo_th.png) no-repeat center / contain;
    width: 260px;
    height: 65px;
}
aside a {
    color: #222222;
    text-decoration: none;
}
aside .link01 {
    width: 280px;
    margin: 35px 0 0;
}
aside .link01 a {
    display: block;
    font-size: 17px;
    line-height: 1;
    padding: 2px 0 7px;
    position: relative;
    margin: 0 0 20px;
}
aside .link01 a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 10px);
  border-bottom: solid 1px #222222;
  transition: 0.3s;
}
aside .link01 a::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 10px;
  width: 10px;
  border-bottom: solid 1px #222222;
  transform-origin: right bottom;
  transform: rotate(47deg);
  transition: 0.3s;
}
aside .link01 a:hover::before {
  width: 100%;
}
aside .link01 a:hover::after {
  right: 0px;
}
aside .link01 a span {
	font-size: 13px;
	margin: 5px 0 0 0px;
	display: block;
	    font-family: 'Barlow';
}
aside .link02 {
    padding: 30px 0 0;
}
aside .link02 a {
    background: transparent;
    margin: 0;
    width: 280px;
}
aside .border_mv.on .arrow_sq {
    right: 30px;
    width: 24px;
}
aside .border_mv.on:hover .arrow_sq {
    right: 20px;
}
aside .border_mv.on .arrow_sq::before {
    width: 6px;
}
aside .border_mv.on .border_bg::before,
aside .border_mv.on .border_bg::after {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
}
aside .border_mv.on:hover .border_bg::before,
aside .border_mv.on:hover .border_bg::after {
    width: 100%;
    height: 100%;
}
aside .link03 {
    position: absolute;
    top: 0;
    left: 350px;
    width: calc(100% - 350px);
    border-left: solid 1px #222222;
    padding: 0 0 0 69px;
	z-index: 9;
}
aside .link03 dl {
    margin: 0 0 20px;
}
aside .link03 dl dt {
    display: inline-block;
    vertical-align: top;
    width: 190px;
    margin: 0 0 15px;
}
aside .link03 dl dt a {
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
}
aside .link03 dl dt a span {
    display: block;
    font-size: 13.5px;
    margin: 8px 0 0;
}
aside .link03 dl dd {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 190px);
}
aside .link03 dl dd a {
    display: inline-block;
    vertical-align: top;
    width: 175px;
    font-size: 12px;
    line-height: 1;
    padding: 0 0 0 20px;
    position: relative;
    margin: 0 0 10px;
}
aside .link03 dl dd a::before {
  content: '';
  position: absolute;
  top: 4px;
  left: -2px;
  z-index: 1;
  width: 12px;
  height: 0;
  border-top: solid 2px #222222;
}
aside .link04 {
    padding: 20px 0 0;
}
aside .link04 a {
    background: transparent;
    margin: 0;
    width: 280px;
    height: 30px;
    padding: 8px 0 0;
}
aside .link04 a .arrow_sq {}
aside .link05 {
    padding: 40px 0 0;
}
aside .link05 a {
    display: block;
    vertical-align: top;
    font-size: 12px;
    line-height: 1;
    padding: 0 0 0 24px;
    position: relative;
    margin: 0 0 18px;
}
aside .link05 a::before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0px;
  z-index: 1;
  width: 12px;
  height: 0;
  border-top: solid 2px #222222;
}

footer {
    text-align: center;
    padding: 35px 0 0;
    position: relative;
    FONT-WEIGHT: 100;
}
footer .logo {
    width: 400px;
    height: 80px;
    background: url(../images/logo_th_pc.png) no-repeat center / contain;
    margin: 0 auto;
}
footer .address {
    font-size: 16px;
    line-height: 1.8;
    margin: 30px 0 0;
	font-weight: 400;
}
footer .btn {
    margin: 20px 0 0;
}
footer .btn a {
    width: 270px;
    height: 32px;
    padding: 9px 0 0;
    font-size: 14px;
}
footer .btn a.border_mv {
	color: #222222;
	opacity: 1;
}
footer .btn .border_mv .arrow_sq {
    right: 26px;
    width: 26px;
}
footer .btn .border_mv .arrow_sq::before {
    width: 7px;
}
footer .links {
    margin: 35px auto 0;
    padding: 38px 50px 0;
    border-top: solid 1px #222222;
    width: 860px;
    max-width: calc(100% - 40px);
}
footer .links a {
    font-size: 15px;
    line-height: 1;
    color: #222222;
    margin: 0 20px 20px;
    display: inline-block;
}
footer .sites {
    margin: 15px 0 0;
}
footer .sites a {
    display: inline-block;
    vertical-align: top;
    width: 420px;
    max-width: calc(100% - 20px);
    margin: 0 8px;
    background: rgba(255,255,255,0.7);
    height: 60px;
}
footer .sites a::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}
footer .sites a img {
    display: inline-block;
    vertical-align: middle;
	width: 40%;
}
footer .copy {
    font-size: 16px;
    line-height: 1;
    text-align: center;
    padding: 13px 0 11px;
    color: white;
    background: rgba(0, 53, 106, 0.7);
    margin: 55px 0 0;
	font-family: 'Barlow';
}

main {
    display: block;
    position: relative;
    z-index: 2;
}

#lower {}
#lower h1 {
    height: 390px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    position: relative;
}
#lower h1::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: url(../images/h1_lower.png) gray;
  opacity: 0.4;
	background-size: 5px;
}
#lower h1 div.en {
    font-size: 60px;
    line-height: 1;
    font-weight: 100;
    padding: 135px 0 0;
    color: white;
    letter-spacing: 2px;
    position: relative;
    z-index: 2;
	font-family: 'Barlow';
	font-weight: 400;
}
#lower h1 div.ja {
    font-size: 28px;
    line-height: 1;
    font-weight: 400;
    margin: 15px 0 0;
    padding: 20px 0 0;
    color: white;
    position: relative;
    z-index: 2;
}
#lower h1 div.ja::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: 30px;
  height: 0;
  margin: 0 0 0 -15px;
  border-top: solid 1px white;
}

.lower_index section.contents {
    padding: 160px 0 80px;
}
.lower_index section.contents article {
    margin: 0 auto;
    width: 1060px;
	max-width: 100%;
    text-align: left;
    overflow-x: hidden;
}
.lower_index section.contents article .linkblk {
    display: inline-block;
    vertical-align: top;
    width: 300px;
    height: 95px;
    margin: 155px 105px 60px;
    position: relative;
    z-index: 2;
    text-align: left;
    text-decoration: none;
    color: white;
    padding: 0 0 0 25px;
    opacity: 0;
    transform: scale(1) translate(0px, 20px);
}
.lower_index section.contents article .linkblk[href] {
    cursor: pointer;
}
.lower_index section.contents article.show .linkblk {
    transition-duration: 0.5s;
    opacity: 1;
    transform: scale(1) translate(0px, 0px);
}
.lower_index section.contents article.show .linkblk:nth-child(1) {
   transition-delay: 0.0s;
}
.lower_index section.contents article.show .linkblk:nth-child(2) {
   transition-delay: 0.2s;
}
.lower_index section.contents article.show .linkblk:nth-child(3) {
   transition-delay: 0.4s;
}
.lower_index section.contents article.show .linkblk:nth-child(4) {
   transition-delay: 0.6s;
}
.lower_index section.contents article.show .linkblk:nth-child(5) {
   transition-delay: 0.8s;
}
.lower_index section.contents article.show .linkblk:nth-child(6) {
   transition-delay: 1.0s;
}
.lower_index section.contents article.show .linkblk:nth-child(7) {
   transition-delay: 1.2s;
}
.lower_index section.contents article.show .linkblk:nth-child(8) {
   transition-delay: 1.4s;
}
.lower_index section.contents article.show .linkblk:nth-child(9) {
   transition-delay: 1.6s;
}
.lower_index section.contents article.show .linkblk:nth-child(10) {
   transition-delay: 1.8s;
}
.lower_index section.contents article .linkblk::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #00356A;
  opacity: 0.8;
}
.lower_index section.contents article .linkblk figure {
    width: 470px;
    height: 200px;
    margin: 0;
    background-size: 100%;
    position: absolute;
    top: -155px;
    left: -85px;
    z-index: -1;
    background-position: center;
    transition: 0.3s;
}
.lower_index section.contents article .linkblk:hover figure {
    background-size: 110%;
}
.lower_index section.contents article .linkblk .title {
    font-size: 28px;
    line-height: 1;
    font-weight: normal;
    position: relative;
    z-index: 1;
    margin: 17px 0 0;
}
.lower_index section.contents article .linkblk .title span {
    font-size: 17px;
    margin: 0 0 0 9px;
}
.lower_index section.contents article .linkblk .sub {
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    position: relative;
    z-index: 1;
    margin: 4px 0 0;
	font-family: 'Barlow';
}
.lower_index section.contents article .linkblk .arrow_mv {
    z-index: 2;
    margin: -10px 0 0;
}
.lower_index section.contents article.nofigure .linkblk {
    width: 470px;
    height: 120px;
    margin: 0 30px 40px;
}
.lower_index section.contents article.nofigure .title {
    margin: 29px 0 0;
}
.lower_index section.contents article.nofigure .sub {}
.lower_index section.contents article.nofigure .arrow_mv {}
.lower_index section.contents .lower_index_lead {
    font-size: 15px;
    line-height: 2;
    text-align: center;
    margin: -10px 0 60px;
}
.lower_index section.contents article.events {
    margin: 0px auto 0;
    width: 730px;
    overflow: visible;
}
.lower_index section.contents article.events a {
    display: block;
    width: 100%;
    height: 160px;
    margin: 0 0 40px;
    position: relative;
    text-decoration: none;
    color: #00356A;
}
.lower_index section.contents article.events a::before {
    display: none;
}
.lower_index section.contents article.events a figure {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 160px;
    height: 100%;
    background-size: 100%;
    margin: 0;
    transition: 0.3s;
}
.lower_index section.contents article.events a figure.close{
}
.lower_index section.contents article.events a figure.close::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.4);
	width: 160px;
	height: 160px;
}
.lower_index section.contents article.events a figure.close::after{
	content: "終了しました";
	top: 0;
	left: 0;
	color: white;
	font-size: 1.5rem;
	line-height: 1.4;
	position: absolute;
    margin-top: 70px;
    margin-left: 40px;
}
.lower_index section.contents article.events a:hover figure {
    background-size: 110%;
}
.lower_index section.contents article.events a.notlink:hover figure {
    background-size: 100%;
}
.lower_index section.contents article.events a .date {
    font-size: 36px;
    line-height: 1;
    margin: 0 0 0 200px;
    padding: 40px 0 8px;
    border-bottom: solid 2px #222222;
	font-family: 'Barlow';
}
.lower_index section.contents article.events a .date span {
    font-size: 28px;
    margin: 0 6px 0 4px;
}
.lower_index section.contents article.events a .title {
    font-size: 20px;
    line-height: 1.6;
    margin: 0 0 0 200px;
    padding: 11px 0 0;
	font-weight: 600;
}


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

body {}

header {
    position: fixed;
    width: 100%;
    height: 60px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
    transition: 0.3s;
}
header.menu_show {
    background: transparent;
	background-color: white;
	background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
}
header .logo {
    top: 6px;
    left: 15px;
    width: 147px;
    height: 42px;
}
#lower header .logo {
    background-image: url(../images/logo_th.png);
	top: 10px;
}
header .event {
  width: 80px;
  height: 45px;
  padding: 32px 0 0;
  right: 125px;
  top: 7px;
  border-right: solid 1px #333333;
  font-size: 10px;
  background-position: top center;
  background-size: auto 26px;
  background-color: rgba(255, 255, 255, 0);
}
/*enのみ*/
header .jp {
	width: 80px;
    height: 45px;
    padding: 32px 0 0;
    right: 0px;
    top: 7px;
    border-right: none;
    font-size: 10px;
    background-position: top center;
    background-size: auto 26px;
	background-color: rgba(255, 255, 255, 0);
}
/**/
header .request {
    width: 65px;
    height: 45px;
    padding: 32px 0 0;
    right: 60px;
    top: 7px;
    border-right: solid 1px #333333;
    font-size: 10px;
    background-position: top center;
    background-size: auto 26px;
	background-color: rgba(255, 255, 255, 0);
}
header .menu {
    width: 60px;
    height: 60px;
    padding: 38px 0 0;
	background-color: rgba(255, 255, 255, 0);
}
header .menu i {
    top: 9px;
    left: 17px;
    width: 28px;
}
header .menu i::before,
header .menu i::after {
}
header .menu i::before {
    width: 23px;
    top: 8px;
}
header .menu i::after {
    width: 19px;
    top: 17px;
}
header.menu_show .logo {}
header.menu_show .event {}
header.menu_show .request {}
header.menu_show .menu {}
header.menu_show .menu i {
    top: 21px;
}
header.menu_show .menu i::before,
header.menu_show .menu i::after {}
header.menu_show .menu i::before {}
header.menu_show .menu i::after {}

aside {
    padding: 0 0 50px;
}
aside .wrap {
    padding: 0 25px;
}
aside .logo {
    margin: 9px 0 0 15px;
    width: 147px;
    height: 41px;
}
aside .wrap .border_mv{
	max-width: 100vw;
}
aside .link01 {
    width: 100%;
    margin: 32px 0 0;
}
aside .link01 a {
    padding: 2px 0 9px;
    margin: 0 0 22px;
}
aside .link01 a::before {
    width: 100%!important;
}
aside .link01 a::after {
    width: 15px;
    right: 0!important;
}
aside .link02 {
    padding: 20px 0px 0 0;
}
aside .link02 a {
    width: 100%;
}
aside .link02 a .arrow_sq {}
aside .link03 {
    position: static;
    border: none;
    padding: 45px 0 0;
    width: 100%;
    height: auto;
}
aside .link03 dl {
    margin: 0 0 30px;
}
aside .link03 dl dt {
    width: 140px;
    margin: 0 0 15px;
}
aside .link03 dl dt a {
    font-size: 16px;
}
aside .link03 dl dt a span {
    font-size: 11px;
    margin: 5px 0 0;
}
aside .link03 dl dd {
    width: calc(100% - 140px);
}
aside .link03 dl dd a {
    width: 60%;
    margin: 0 0 16px;
	padding: 0 0 0 13px;
}
aside .link03 dl:nth-of-type(3) dd a {
    width: 100%;
}
aside .link03 dl:nth-of-type(6) dd a {
    width: 100%;
}
aside .link03 dl dd a::before {}
aside .link04 {
    padding: 0;
}
aside .link04.en{
	margin-top: 50px;
}
aside .link04 a {
    width: 100%;
    height: 36px;
    padding: 12px 0 0;
}
aside .link04 a .arrow_sq {}
aside .link05 {}
aside .link05 a {
    width: 50%;
    display: inline-block;
    vertical-align: top;
	padding: 0 0 0 23px;
}
aside .link05 a::before {}

aside .border_mv.on:hover .border_bg::before,
aside .border_mv.on:hover .border_bg::after {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
}
aside .border_mv.on:hover .arrow_sq {
    right: 28px;
}
aside .link01 a:hover::before {
  width: 100%;
}
aside .link01 a:hover::after {
  right: 0px;
}

footer {
    text-align: left;
    padding: 35px 0 0;
}
footer .logo {
    width: 150px;
    height: 42px;
    margin: 0 25px;
}
footer .address {
    font-size: 14px;
    line-height: 1.6;
    margin: 11px 25px 0;
}
footer .btn {
    margin: 10px 25px 0;
}
footer .btn a {
    width: 100%;
    height: 36px;
    padding: 11px 0 0;
}
footer .links {
    margin: 25px 25px 0;
    padding: 25px 0 0;
    width: auto;
    max-width: none;
}
footer .links a {margin: 0 0 18px;width: 50%;font-size: 14px;}
footer .sites {
    margin: 15px 25px 0;
}
footer .sites a {
    text-align: center;
    margin: 0 0 10px;
    width: 100%;
    max-width: none;
}
footer .sites a img {
    width: 17%;
}
footer .sites a span.arrow_sq {
	right: 48px!important;
}
footer .copy {
    font-size: 13px;
    margin: 20px 0 0;
}

main {
    padding: 0;
}
#lower {}
#lower h1 {
    height: 310px;
}
#lower h1::before {}
#lower h1 div.en {
    font-size: 30px;
    padding: 135px 30px 0;
}
#lower h1 div.ja {
    margin: 8px 0 0;
    padding: 13px 0 0;
    font-size: 18px;
}
#lower h1 div.ja::before {
    width: 16px;
    margin: 0 0 0 -8px;
}

.lower_index section.contents {
    padding: 90px 0 40px;
}
.lower_index section.contents h1 {
    height: 24px;
}
.lower_index section.contents h1::before {
    bottom: -7px;
    border-bottom-width: 1px;
    width: 140px;
    margin: 0 0 0 -70px;
}
.lower_index section.contents article {
    margin: 5px auto 0;
    width: 100%;
    text-align: center;
}
.lower_index section.contents article .linkblk {
    width: 210px;
    height: 55px;
    margin: 120px auto 40px;
    padding: 0 0 0 17px;
}
.lower_index section.contents article.show .linkblk {
    height: auto;
    padding: 0 0 10px 17px;
}
.lower_index section.contents article .linkblk::before {}
.lower_index section.contents article .linkblk figure {
    width: calc(100% + 120px);
    height: 155px;
    top: -125px;
    left: -60px;
    background-size: cover;
}
.lower_index section.contents article .linkblk:hover figure {
    background-size: cover;
}
.lower_index section.contents article.show .linkblk figure {}
.lower_index section.contents article .linkblk .title {
    font-size: 18px;
    margin: 11px 0 0;
}
.lower_index section.contents article .linkblk .title span {
    font-size: 13px;
    margin: 0 0 0 6px;
}
.lower_index section.contents article .linkblk .sub {
    font-size: 11.5px;
    margin: 2px 0 0;
}
.lower_index section.contents article .linkblk .arrow_mv {
    margin: -15px 0 0;
}
.lower_index section.contents article.nofigure .linkblk {
    width: calc(100% - 50px);
    height: auto;
    margin: 0 25px 20px;
    padding: 0 15px 10px;
}
.lower_index section.contents article.nofigure .title {
    margin: 11px 0 0;
}
.lower_index section.contents article.nofigure .sub {}
.lower_index section.contents article.nofigure .arrow_mv {}
.lower_index section.contents .lower_index_lead {
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
    margin: 0px 0 40px;
    padding: 0 25px;
}
.lower_index section.contents article.events {
    width: calc(100% - 50px);
}
.lower_index section.contents article.events a {
    height: 105px;
    margin: 0 0 20px;
    padding: 0;
}
.lower_index section.contents article.events a figure {
    width: 105px;
}
.lower_index section.contents article.events a figure.close::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.4);
	width: 105px;
	height: 105px;
}
.lower_index section.contents article.events a figure.close::after{
	content: "終了しました";
	top: 0;
	left: 0;
	color: white;
	font-size: 1.5rem;
	line-height: 1.4;
	position: absolute;
    margin-top: 46px;
    margin-left: 8px;
}
.lower_index section.contents article.events a:hover figure {
    background-size: 100%;
}
.lower_index section.contents article.events a .date {
    font-size: 23px;
    line-height: 1;
    margin: 0 0 0 120px;
    padding: 13px 0 6px;
    border-bottom: solid 1px #222222;
}
.lower_index section.contents article.events a .date span {
    font-size: 16px;
    margin: 0 0 0 8px;
}
.lower_index section.contents article.events a .title {
    font-size: 14px;
    margin: 0 0 0 120px;
    padding: 7px 0 0;
}

}

/*20210222*/
.ttl{
	/*letter-spacing: 1.2px;*/
}
footer .sites a{
	position: relative;
}
footer .sites a span.arrow_sq {
    position: absolute;
    top: 50%;
    right: 48px;
    width: 46px;
    width: 0;
    border-bottom: solid 1px #222222;
    margin: 3px 0 0;
    transition: 0.3s;
}
footer .sites a span.arrow_sq {
    width: 26px;
}
footer .sites a:hover span.arrow_sq {
    right: 28px;
}
footer .sites a span.arrow_sq::before {
    content: '';
    position: absolute;
    bottom: -1px;
    right: 0;
    z-index: 1;
    border-bottom: solid 1px #222222;
    width: 11px;
    width: 0;
    transform-origin: right bottom;
    transform: rotate(0deg);
    transition: 0.3s;
}
footer .sites a.on .arrow_sq::before {
    transform: rotate(47deg);
    width: 11px;
}

/*20210302*/
.lower_index.menu h1 {
    background-image: url("../../lower/images/lower_index_h1_menu.png");
}
@media screen and (max-width: 768px){
	.lower_index.menu h1 {
		background-image: url("../../lower/images/lower_index_h1_menu_sp.png");
	}
}

/*20210324*/
@media screen and (max-width: 768px){
	.lower_index section.contents article{
		width: 100%;
	}
	.lower_index section.contents article a{
	}
}
@media screen and (max-width: 768px){
	.lower_index section.contents article a {
		width: 500px;
		height: 55px;
		margin: 155px 106px 60px;
		padding: 0 0 0 17px;
	}
}
@media screen and (max-width: 750px){
	.lower_index section.contents article a {
		width: 210px;
		height: 55px;
		margin: 120px auto 40px;
		padding: 0 0 0 17px;
	}
}

/*20210401*/
footer .sites{
	margin: 15px auto 0;
	max-width: 1000px;
	width: 100%;
}
footer .sites a{
	margin-bottom: 20px;
}
@media screen and (max-width: 750px){
	footer .sites {
		margin: 15px auto 0;
		max-width: 768px;
		width: 90%;
	}
	footer .sites a{
		margin-bottom: 10px;
	}
	footer .sites a img {width: 35%;}
}

/* wp-pagenavi */
.wp-pagenavi {
	font-size: 2.3rem;
	line-height: 1.4;
	text-align: center;
	position: relative;
	padding: 80px 0px 60px;
}
.wp-pagenavi .pages {
	display: none;
}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
	font-size: 0;
	position: relative;
	width: 40px;
	height: 40px;
	margin: 0 10px;
}
.wp-pagenavi .previouspostslink::before{
	content: '';
	position: absolute;
	bottom: 16px;
	left: 0;
	z-index: 1;
	border-bottom: solid 2px #222222;
	width: 16px;
	transform-origin: left bottom;
	transform: rotate(-30deg);
	transition: left 0.3s 0s, transform 0.3s 0.3s;
}
.wp-pagenavi .previouspostslink::after{
	content: '';
	position: absolute;
	bottom: 16px;
	left: 0;
	z-index: 1;
	border-bottom: solid 2px #222222;
	width: 35px;
	transition: right 0.3s;
}
.wp-pagenavi a {
	display: inline-block;
	vertical-align: top;
	padding: 5px 10px!important;
	color: #333333;
	margin: 0 5px;
	text-decoration: none;
}
.wp-pagenavi a,
.wp-pagenavi span {
	border: none!important;
}
.wp-pagenavi .current {
	display: inline-block;
	padding: 5px 10px!important;
	background: #707070;
	color: white;
}
.wp-pagenavi .extend {}
.wp-pagenavi .nextpostslink {
	font-size: 0;
}
.wp-pagenavi .nextpostslink::before{
	content: '';
    position: absolute;
	bottom: 16px;
    right: 0;
    z-index: 1;
    border-bottom: solid 2px #222222;
    width: 16px;
    transform-origin: right bottom;
    transform: rotate(30deg);
    transition: right 0.3s 0s, transform 0.3s 0.3s;
}
.wp-pagenavi .nextpostslink::after{
	content: '';
    position: absolute;
	bottom: 16px;
    right: 0;
    z-index: 1;
    border-bottom: solid 2px #222222;
    width: 35px;
    transition: right 0.3s;
}
.wp-pagenavi .last {}


@media screen and (max-width: 768px){
.wp-pagenavi {
	padding: 0px 0px 40px;
}
.wp-pagenavi .pages {}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
	display: none;
}
.wp-pagenavi .previouspostslink::before{}
.wp-pagenavi .previouspostslink::after{}
.wp-pagenavi a,
.wp-pagenavi span {
	padding: 5px 0px!important;
	margin: 0 5px!important;
}
.wp-pagenavi .current {
	padding: 5px 5px!important;
}
.wp-pagenavi .extend {}
.wp-pagenavi .nextpostslink {}
.wp-pagenavi .nextpostslink::before{}
.wp-pagenavi .nextpostslink::after{}
.wp-pagenavi .last {}
}

@media (orientation: landscape){
	.lower_index section.contents article.nofigure a{
		width: 450px;
	}
	.lower_index section.contents article{
		text-align: center;
	}
}
@media (orientation: landscape){
	.lower_index section.contents article.nofigure a{
		width: 450px;
	}
}

@media screen and (max-width: 768px){
	header .logo {
		background: url(../images/logo_th.png) no-repeat center / contain;
	}
	footer .logo {
		background: url(../images/logo_th.png) no-repeat center / contain;
	}
}