@charset "UTF-8";
/* Scss Document */
/*=============================================================
  parts/base.scss
==============================================================*/
/* base style
---------------------------------------------*/
.base--ss, .base--small, .base, .base--large, .base--wide, .base--max {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  margin: 0px auto;
}

.base--full {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 560px) {
  .base--full {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 768px) {
  .base--full {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.base--full [class*=base] {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.base--max {
  max-width: 1800px;
}
@media screen and (min-width: 560px) {
  .base--max {
    max-width: 1880px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 768px) {
  .base--max {
    max-width: 1920px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
.base--max [class*=base] {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.base--wide {
  max-width: 1600px;
}
@media screen and (min-width: 560px) {
  .base--wide {
    max-width: 1680px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 768px) {
  .base--wide {
    max-width: 1720px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (min-width: 560px) {
  .base--max .base--wide {
    max-width: 1400px;
  }
}
@media screen and (min-width: 768px) {
  .base--max .base--wide {
    max-width: 1400px;
  }
}
.base--wide [class*=base] {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.base--large {
  max-width: 1400px;
}
@media screen and (min-width: 560px) {
  .base--large {
    max-width: 1480px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 768px) {
  .base--large {
    max-width: 1520px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (min-width: 560px) {
  .base--max .base--large, .base--wide .base--large {
    max-width: 1400px;
  }
}
@media screen and (min-width: 768px) {
  .base--max .base--large, .base--wide .base--large {
    max-width: 1400px;
  }
}
.base--large [class*=base] {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.base {
  max-width: 1200px;
}
@media screen and (min-width: 560px) {
  .base {
    max-width: 1280px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 768px) {
  .base {
    max-width: 1320px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (min-width: 560px) {
  .base--max .base, .base--large .base, .base--wide .base {
    max-width: 1200px;
  }
}
@media screen and (min-width: 768px) {
  .base--max .base, .base--large .base, .base--wide .base {
    max-width: 1200px;
  }
}
.base [class*=base] {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.base--small {
  max-width: 1000px;
}
@media screen and (min-width: 560px) {
  .base--small {
    max-width: 1080px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 768px) {
  .base--small {
    max-width: 1120px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (min-width: 560px) {
  .base--max .base--small, .base--wide .base--small, .base--large .base--small, .base .base--small {
    max-width: 1000px;
  }
}
@media screen and (min-width: 768px) {
  .base--max .base--small, .base--wide .base--small, .base--large .base--small, .base .base--small {
    max-width: 1000px;
  }
}
.base--small [class*=base] {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.base--ss {
  max-width: 800px;
}
@media screen and (min-width: 560px) {
  .base--ss {
    max-width: 880px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 768px) {
  .base--ss {
    max-width: 920px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (min-width: 560px) {
  .base--max .base--ss, .base--wide .base--ss, .base--large .base--ss, .base .base--ss, .base--small .base--ss {
    max-width: 800px;
  }
}
@media screen and (min-width: 768px) {
  .base--max .base--ss, .base--wide .base--ss, .base--large .base--ss, .base .base--ss, .base--small .base--ss {
    max-width: 800px;
  }
}

/*=============================================================
  space.scss
==============================================================*/
.space--large {
  padding-top: 66.6666666667px;
  padding-bottom: 66.6666666667px;
}
@media screen and (min-width: 768px) {
  .space--large {
    padding-top: 133.3333333333px;
    padding-bottom: 133.3333333333px;
  }
}
@media screen and (min-width: 1200px) {
  .space--large {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}

.space--medium {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .space--medium {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .space--medium {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}

.space--small {
  padding-top: 33.3333333333px;
  padding-bottom: 33.3333333333px;
}
@media screen and (min-width: 768px) {
  .space--small {
    padding-top: 66.6666666667px;
    padding-bottom: 66.6666666667px;
  }
}
@media screen and (min-width: 1200px) {
  .space--small {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.space--ss {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .space--ss {
    padding-top: 33.3333333333px;
    padding-bottom: 33.3333333333px;
  }
}
@media screen and (min-width: 1200px) {
  .space--ss {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.space--contents {
  padding-top: 100px;
  padding-bottom: 150px;
}
@media screen and (min-width: 768px) {
  .space--contents {
    padding-top: 160px;
    padding-bottom: 200px;
  }
}
@media screen and (min-width: 1200px) {
  .space--contents {
    padding-top: 200px;
    padding-bottom: 300px;
  }
}

/*=============================================================
  sectionbox.scss
==============================================================*/
.sectionbox {
  margin-top: 66.6666666667px;
}
@media screen and (min-width: 768px) {
  .sectionbox {
    margin-top: 133.3333333333px;
  }
}
@media screen and (min-width: 1200px) {
  .sectionbox {
    margin-top: 200px;
  }
}
.sectionbox--medium {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .sectionbox--medium {
    margin-top: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .sectionbox--medium {
    margin-top: 150px;
  }
}
.sectionbox--small {
  margin-top: 33.3333333333px;
}
@media screen and (min-width: 768px) {
  .sectionbox--small {
    margin-top: 66.6666666667px;
  }
}
@media screen and (min-width: 1200px) {
  .sectionbox--small {
    margin-top: 100px;
  }
}
.sectionbox--ss {
  margin-top: 33.3333333333px;
}
@media screen and (min-width: 768px) {
  .sectionbox--ss {
    margin-top: 33.3333333333px;
  }
}
@media screen and (min-width: 1200px) {
  .sectionbox--ss {
    margin-top: 50px;
  }
}

.material-icons {
  display: inline-flex;
  vertical-align: middle;
  font-size: inherit;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

@media screen and (min-width: 960px) {
  .c-pcCenter {
    text-align: center;
  }
}

.clear {
  clear: both;
  width: 0px;
  height: 0px;
  display: block;
  overflow: hidden;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

.cen {
  text-align: center !important;
}

.rgt {
  text-align: right !important;
}

.lft {
  text-align: left !important;
}

.opa a:hover {
  opacity: 0.8;
}

.bold {
  font-weight: bold;
}

.redtxt {
  color: #CF1212;
}

.pt0 {
  padding-top: 0px !important;
}

.pt05 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 10px !important;
}

.pt20 {
  padding-top: 15px !important;
}

.pt30 {
  padding-top: 20px !important;
}

.pt40 {
  padding-top: 25px !important;
}

.pt50 {
  padding-top: 30px !important;
}

.pt60 {
  padding-top: 40px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb05 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 10px !important;
}

.pb20 {
  padding-bottom: 15px !important;
}

.pb30 {
  padding-bottom: 20px !important;
}

.pb40 {
  padding-bottom: 25px !important;
}

.pb50 {
  padding-bottom: 30px !important;
}

.pb60 {
  padding-bottom: 40px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mt05 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 15px !important;
}

.mt30 {
  margin-top: 20px !important;
}

.mt40 {
  margin-top: 25px !important;
}

.mt50 {
  margin-top: 30px !important;
}

.mt60 {
  margin-top: 40px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 15px !important;
}

.mb30 {
  margin-bottom: 20px !important;
}

.mb40 {
  margin-bottom: 25px !important;
}

.mb50 {
  margin-bottom: 30px !important;
}

.mb60 {
  margin-bottom: 40px !important;
}

@media screen and (min-width: 960px) {
  .pt0 {
    padding-top: 0px !important;
  }
  .pt05 {
    padding-top: 5px !important;
  }
  .pt10 {
    padding-top: 10px !important;
  }
  .pt15 {
    padding-top: 15px !important;
  }
  .pt20 {
    padding-top: 20px !important;
  }
  .pt30 {
    padding-top: 30px !important;
  }
  .pt40 {
    padding-top: 40px !important;
  }
  .pt50 {
    padding-top: 50px !important;
  }
  .pt60 {
    padding-top: 60px !important;
  }
  .pb0 {
    padding-bottom: 0px !important;
  }
  .pb05 {
    padding-bottom: 5px !important;
  }
  .pb10 {
    padding-bottom: 10px !important;
  }
  .pb15 {
    padding-bottom: 15px !important;
  }
  .pb20 {
    padding-bottom: 20px !important;
  }
  .pb30 {
    padding-bottom: 30px !important;
  }
  .pb40 {
    padding-bottom: 40px !important;
  }
  .pb50 {
    padding-bottom: 50px !important;
  }
  .pb60 {
    padding-bottom: 60px !important;
  }
  .mt0 {
    margin-top: 5px !important;
  }
  .mt05 {
    margin-top: 5px !important;
  }
  .mt10 {
    margin-top: 10px !important;
  }
  .mt15 {
    margin-top: 15px !important;
  }
  .mt20 {
    margin-top: 20px !important;
  }
  .mt30 {
    margin-top: 30px !important;
  }
  .mt40 {
    margin-top: 40px !important;
  }
  .mt50 {
    margin-top: 50px !important;
  }
  .mt60 {
    margin-top: 60px !important;
  }
  .mb0 {
    margin-bottom: 5px !important;
  }
  .mb05 {
    margin-bottom: 5px !important;
  }
  .mb10 {
    margin-bottom: 10px !important;
  }
  .mb15 {
    margin-bottom: 15px !important;
  }
  .mb20 {
    margin-bottom: 20px !important;
  }
  .mb30 {
    margin-bottom: 30px !important;
  }
  .mb40 {
    margin-bottom: 40px !important;
  }
  .mb50 {
    margin-bottom: 50px !important;
  }
  .mb60 {
    margin-bottom: 60px !important;
  }
}
/*=============================================================
  component.scss
=============================================================*/
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

svg {
  width: 100%;
  fill: #000;
  max-width: 100%;
}

/*
body#top{
	background: $color_bg;

	#sysAll{
		height:100vh;
		width: 100vw;
		position: relative;
	}

	#sysWrap,
	#sysMain{
		padding:0;
		margin: 0;
	}


	#top-logomark{
		width:60vw;
		position: absolute;
		left: 50%;
		top: 50%;
		translate: -50% -50%;
		@include mq-up(md){
			width:40vw;
		}

		svg{
			fill:#fff;
		}
	}
}
	*/
/*=============================================================
  header.scss
=============================================================*/
.l-header,
.l-header--login {
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  /*position: absolute;
  left: 0;
  top: 0;
  */
  z-index: 999;
}
@media screen and (min-width: 768px) {
  .l-header,
  .l-header--login {
    height: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .l-header,
  .l-header--login {
    height: 100px;
  }
}

.l-header .sysContent,
.l-header--login .sysContent {
  width: 100%;
  height: 100%;
}

.l-header_inner {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 560px) {
  .l-header_inner {
    padding-left: 40px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px) {
  .l-header_inner {
    padding-left: 60px;
  }
}
.l-headerLogo {
  width: 30%;
  max-width: 100px;
  height: 50%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-headerLogo {
    width: 20%;
  }
}
@media screen and (min-width: 1200px) {
  .l-headerLogo {
    width: 150px;
    max-width: none;
  }
}
.l-headerLogo a {
  transition: all 0.3s;
}
@media screen and (min-width: 960px) {
  .l-headerLogo a:hover {
    opacity: 0.8;
  }
}
.l-headerLogo_main {
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s;
}
.l-headerLogo_mark {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s;
  width: 35%;
  max-width: 76px;
  height: 50%;
}

.l-header_navi {
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
}

.l-header_navi01 {
  display: none;
  margin-left: auto;
  margin-right: 2.5vw;
  list-style: none;
}
@media screen and (min-width: 960px) {
  .l-header_navi01 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    column-gap: 2.5vw;
  }
}
.l-header_navi01 a {
  display: block;
  padding: 5px 0;
  color: #fff;
  font-size: clamp(0.875rem, 0.5rem + 0.5vw, 1rem);
  line-height: 1.3;
  font-weight: 700;
  transition: all 0.3s;
  position: relative;
  color: #232323;
}
.l-header_navi01 a::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #232323;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
@media screen and (min-width: 960px) {
  .l-header_navi01 a:hover::before {
    transform: scale(1, 1);
    transform-origin: left top;
  }
}

ul.l-header_navi02 {
  margin-left: auto;
  margin-right: 2.5vw;
  list-style: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  column-gap: 10px;
}
@media screen and (min-width: 960px) {
  ul.l-header_navi02 {
    column-gap: 25px;
  }
}
ul.l-header_navi02 a {
  font-size: clamp(0.75rem, 0.714rem + 0.161vw, 0.875rem);
  line-height: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1rem;
}
ul.l-header_navi02 a svg {
  display: inline-block;
  width: 18px;
  fill: #232323;
}
@media screen and (min-width: 768px) {
  ul.l-header_navi02 a svg {
    width: 20px;
  }
}
@media screen and (min-width: 1200px) {
  ul.l-header_navi02 a svg {
    width: 22px;
  }
}
ul.l-header_navi02 p {
  padding: 0;
  margin: 0;
}

.l-header_lang {
  position: relative;
  grid-template-columns: 3/4;
  padding-right: 1.5vw;
}
.l-header_lang p {
  width: fit-content;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1rem;
  font-size: clamp(0.75rem, 0rem + 1vw, 1rem);
  color: #fff;
  padding-left: 20px;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .l-header_lang p {
    font-size: clamp(0.875rem, 0.5rem + 0.5vw, 1rem);
  }
}
.l-header_lang p::before {
  content: "";
  background: #fff;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
.l-header_lang ul {
  color: #fff;
  position: absolute;
  left: 50%;
  translate: -50%;
  display: none;
  padding: 10px;
  background: #fff;
  margin-top: 10px;
}
.l-header_lang ul li + li {
  margin-top: 5px;
}
.l-header_lang ul a {
  color: #232323;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1rem;
  font-size: clamp(0.75rem, 0rem + 1vw, 1rem);
  position: relative;
}
@media screen and (min-width: 1200px) {
  .l-header_lang ul a {
    font-size: clamp(0.875rem, 0.5rem + 0.5vw, 1rem);
  }
}

.l-header--inner .l-header_navi a {
  color: #232323;
}
.l-header--inner .l-header_navi a::before {
  background: #232323;
}
.l-header--inner .l-header_lang p {
  color: #232323;
}
.l-header--inner .l-header_lang p::before {
  background: #232323;
}
.l-header--inner .l-header_lang ul {
  color: #fff;
  background: #0f0f0f;
}
.l-header--inner .l-header_lang ul a {
  color: #fff;
}

/*
.l-header.is-scroll{
	position: fixed;
  z-index: 999;
	animation: anime-scrollMenu 0.8s forwards;
	//mix-blend-mode: difference;
	background: rgb(0 0 0 / 0.5);
	backdrop-filter: blur(12px);
  @include mq-up(xl){
		height:$header_height_md;
  }

	.l-headerLogo_main{
		opacity: 0;
		z-index: -1;
		visibility: hidden;
	}
	.l-headerLogo_mark{
		opacity: 1;
		visibility: visible;
		z-index: 100;

		svg{
			fill:#fff;
		}
	}
	.naviBtn{
		@include mq-up(xl){
			width:$header_height_md;
			height:$header_height_md;
		}
	}


	.l-header_navi{
		opacity: 0;
		visibility: hidden;
	}
	.l-header_lang{	

		ul{
			background: $color_bg;
			a{
				color:#fff;
			}
		}
	}
}

@keyframes anime-scrollMenu{
  from {
		opacity: 0;
		transform: translateY(-100px);
  }
  to {
		opacity: 1;
		transform: translateY(0);
  }
}
	*/
/*=============================================================
  footer.scss
=============================================================*/
.l-footer_navi, .l-footer {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .l-footer_navi, .l-footer {
    padding-top: 33.3333333333px;
    padding-bottom: 33.3333333333px;
  }
}
@media screen and (min-width: 1200px) {
  .l-footer_navi, .l-footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.l-footer_navi {
  margin-top: 33.3333333333px;
}
@media screen and (min-width: 768px) {
  .l-footer_navi {
    margin-top: 66.6666666667px;
  }
}
@media screen and (min-width: 1200px) {
  .l-footer_navi {
    margin-top: 100px;
  }
}

.l-footer {
  background: #0f0f0f;
  color: #fff;
}
.l-footer a {
  color: #fff;
}

.l-footer_inner {
  max-width: 1200px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  margin: 0px auto;
}
@media screen and (min-width: 560px) {
  .l-footer_inner {
    max-width: 1280px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 768px) {
  .l-footer_inner {
    max-width: 1320px;
    padding-left: 60px;
    padding-right: 60px;
  }
}

.l-footer_logo {
  width: 30%;
  max-width: 180px;
  margin: 0 auto;
}
.l-footer_logo svg {
  fill: #fff;
}

@media screen and (max-width: 767px) {
  .l-footer_navi {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .l-footer_navi {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}

.l-footer_navi ul {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-footer_navi ul {
    list-style: none;
    margin: 0 auto;
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(3, auto);
    column-gap: 10%;
    row-gap: 5px;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .l-footer_navi ul {
    row-gap: 10px;
  }
}
.l-footer_navi ul a {
  white-space: nowrap;
  transition: opacity 0.3s;
  font-size: clamp(0.8125rem, 0.74rem + 0.323vw, 0.9375rem);
  display: inline-block;
  padding: 5px 0;
  position: relative;
  overflow: hidden;
}
.l-footer_navi ul a::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
.l-footer_navi ul a:hover {
  color: #fff;
}
@media screen and (min-width: 960px) {
  .l-footer_navi ul a:hover::before {
    transform: scale(1, 1);
    transform-origin: left top;
  }
}

p.l-footer_contact {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  p.l-footer_contact {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1200px) {
  p.l-footer_contact {
    margin-top: 40px;
  }
}

.l-footer_contact {
  width: 80%;
  max-width: 330px;
  margin-inline: auto;
}
.l-footer_contact a {
  display: block;
  border: 1px solid #8a7527;
  position: relative;
  padding: 15px 10px;
  text-align: center;
  color: #8a7527;
  font-size: clamp(1rem, 0.927rem + 0.323vw, 1.125rem);
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .l-footer_contact a {
    padding: 20px 10px;
  }
}
.l-footer_contact a span {
  display: block;
  font-size: 80%;
}
@media screen and (min-width: 960px) {
  .l-footer_contact a:hover {
    border-color: #fff;
    color: #fff;
  }
  .l-footer_contact a:hover svg {
    fill: #fff;
  }
}

.l-footer_copyright {
  margin-top: 30px;
  text-align: center;
  font-size: clamp(0.625rem, 0.444rem + 0.806vw, 0.9375rem);
  letter-spacing: 0.05rem;
  font-family: "Jost", sans-serif;
  font-weight: 600;
}

/*=============================================================
  naviBtn.scss
==============================================================*/
.naviBtn {
  grid-template-columns: 4/5;
  display: block;
  width: 60px;
  height: 60px;
  position: relative;
  z-index: 999;
}
@media screen and (min-width: 768px) {
  .naviBtn {
    width: 80px;
    height: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .naviBtn {
    display: none;
  }
}
.naviBtn button {
  border: none;
  width: 100%;
  height: 100%;
  background: none;
  position: relative;
  transition: 0.4s all;
  outline: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0;
  margin: 0;
}
.naviBtn p {
  width: 70%;
  aspect-ratio: 1/0.25;
  position: relative;
  margin: 0;
  color: #232323;
}
.naviBtn p::before {
  content: "close";
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1rem;
  color: #fff;
  font-size: clamp(0.625rem, 0.48rem + 0.645vw, 0.875rem);
  text-align: center;
  position: absolute;
  bottom: -5px;
  left: 50%;
  translate: -50% 100%;
  width: fit-content;
  opacity: 0;
  transition: 0.4s all;
}
.naviBtn p span::before, .naviBtn p span::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  transition: 0.5s all;
  height: 1px;
  background: #232323;
}
.naviBtn p span::before {
  top: 0;
}
.naviBtn p span::after {
  bottom: 0;
}
.naviBtn p span.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.is-menuopen .naviBtn button p::before {
  opacity: 1;
}
.is-menuopen .naviBtn button span::before {
  transform: translateY(5px) rotate(-14deg);
}
@media screen and (min-width: 768px) {
  .is-menuopen .naviBtn button span::before {
    transform: translateY(7px) rotate(-14deg);
  }
}
@media screen and (min-width: 1200px) {
  .is-menuopen .naviBtn button span::before {
    transform: translateY(9px) rotate(-14deg);
  }
}
.is-menuopen .naviBtn button span::after {
  transform: translateY(-4px) rotate(14deg);
}
@media screen and (min-width: 768px) {
  .is-menuopen .naviBtn button span::after {
    transform: translateY(-6px) rotate(14deg);
  }
}
@media screen and (min-width: 1200px) {
  .is-menuopen .naviBtn button span::after {
    transform: translateY(-8px) rotate(14deg);
  }
}

.is-scroll .naviBtn button p {
  color: #fff;
}
.is-scroll .naviBtn button span::before, .is-scroll .naviBtn button span::after {
  background: #fff;
}

/*=============================================================
  top.scss
==============================================================*/
.membersTop-navi {
  width: 100%;
  position: relative;
}
.membersTop-navi:hover .c-btnMore::before {
  animation: btnAnime01 0.8s ease 0.3s forwards;
}
.membersTop-navi:hover .c-btnMore::after {
  animation: btnAnime02 0.8s ease 0.3s forwards;
}
.membersTop-navi + .membersTop-navi {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .membersTop-navi + .membersTop-navi {
    margin-top: 35px;
  }
}
@media screen and (min-width: 768px) {
  .membersTop-navi + .membersTop-navi {
    margin-top: 50px;
  }
}

.membersTop-navi_inner {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  z-index: 100;
  width: 100%;
  color: #fff;
  padding: 10px 5%;
  display: grid;
  align-items: center;
  row-gap: 20px;
  flex-direction: column;
  grid-template-areas: "tm-heading" "tm-btn";
}
@media screen and (min-width: 768px) {
  .membersTop-navi_inner {
    display: grid;
    grid-template-columns: min(30%, 269px) min(50%, 300px);
    grid-template-rows: auto;
    column-gap: 5%;
    justify-content: center;
    padding: 10px 0%;
    grid-template-areas: "tm-heading tm-btn";
  }
}
@media screen and (min-width: 1200px) {
  .membersTop-navi_inner {
    column-gap: 130px;
  }
}
.membersTop-navi_inner .membersTop-navi_heading {
  grid-area: tm-heading;
}
.membersTop-navi_inner .membersTop-navi_btn {
  grid-area: tm-btn;
}

.membersTop-navi_heading {
  color: #fff;
  text-align: center;
  background: url(/img/top-mark.png) no-repeat center center;
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-weight: bold;
  font-size: clamp(1.125rem, 0.762rem + 1.613vw, 1.75rem);
  letter-spacing: 10%;
  max-width: 269px;
  line-height: 1.3;
  aspect-ratio: 1;
  width: 50%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .membersTop-navi_heading {
    background-size: 100%;
    margin: 0;
    width: 100%;
  }
}
.membersTop-navi_heading span {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1rem;
  font-size: 60%;
  letter-spacing: 30%;
  display: block;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .membersTop-navi_heading span {
    margin-top: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .membersTop-navi_heading span {
    margin-top: 20px;
  }
}

.membersTop-navi_txt {
  width: fit-content;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .membersTop-navi_txt {
    width: auto;
    margin: 0;
  }
}

.membersTop-navi_btn .c-btnMore {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .membersTop-navi_btn .c-btnMore {
    margin: 0 auto;
  }
}

.membersTop-navi_img {
  width: 100%;
  aspect-ratio: 1/1.1;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 560px) {
  .membersTop-navi_img {
    aspect-ratio: 1/0.9;
  }
}
@media screen and (min-width: 768px) {
  .membersTop-navi_img {
    aspect-ratio: 1/0.6;
  }
}
@media screen and (min-width: 960px) {
  .membersTop-navi_img {
    aspect-ratio: 1200/350;
  }
}
.membersTop-navi_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.membersTop-navi_img::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.3;
  z-index: 50;
}

.top_news {
  position: relative;
  padding-top: 66.6666666667px;
  padding-bottom: 66.6666666667px;
}
@media screen and (min-width: 768px) {
  .top_news {
    padding-top: 133.3333333333px;
    padding-bottom: 133.3333333333px;
  }
}
@media screen and (min-width: 1200px) {
  .top_news {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
.top_news .sysHeadline {
  text-align: center;
  position: relative;
  font-size: clamp(1.375rem, 0.577rem + 3.548vw, 2.75rem);
  letter-spacing: 10%;
  font-weight: 500;
  margin-bottom: 40px !important;
  padding-top: 70px;
  line-height: 1.2;
}
.top_news .sysHeadline::before {
  display: none;
}
@media screen and (min-width: 768px) {
  .top_news .sysHeadline {
    padding-top: 95px;
    margin-bottom: 70px !important;
    letter-spacing: 15%;
  }
}
@media screen and (min-width: 1200px) {
  .top_news .sysHeadline {
    padding-top: 120px;
    margin-bottom: 100px !important;
  }
}
.top_news .sysHeadline::after {
  content: "";
  width: 1px;
  height: 50px;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 10%, #494949 100%);
}
@media screen and (min-width: 768px) {
  .top_news .sysHeadline::after {
    height: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .top_news .sysHeadline::after {
    height: 95px;
  }
}

/*=============================================================
  category.scss
=============================================================*/
.sysItemCategoryForm {
  display: none;
}

.sysItemCategoryPankuzu {
  text-align: center;
  position: relative;
  margin-bottom: 40px;
  padding-top: 70px;
  line-height: 1.2;
  font-size: 0;
}
@media screen and (min-width: 768px) {
  .sysItemCategoryPankuzu {
    padding-top: 95px;
    margin-bottom: 70px;
    font-size: 0;
  }
}
@media screen and (min-width: 1200px) {
  .sysItemCategoryPankuzu {
    padding-top: 120px;
    margin-bottom: 100px;
    font-size: 0;
  }
}
.sysItemCategoryPankuzu::before {
  content: "";
  width: 1px;
  height: 50px;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 10%, #494949 100%);
}
@media screen and (min-width: 768px) {
  .sysItemCategoryPankuzu::before {
    height: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .sysItemCategoryPankuzu::before {
    height: 95px;
  }
}
.sysItemCategoryPankuzu a:not(:last-of-type) {
  display: none;
  pointer-events: none;
}
.sysItemCategoryPankuzu a:last-of-type {
  pointer-events: none;
  font-size: clamp(1.375rem, 0.577rem + 3.548vw, 2.75rem);
  letter-spacing: 10%;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .sysItemCategoryPankuzu a:last-of-type {
    letter-spacing: 15%;
  }
}

.sysItemListDisp {
  display: none;
}

/* 並び方 */
.sysItemList ul.sysThumbnail {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 40px;
  column-gap: 5px;
  padding: 0 3%;
}
@media screen and (min-width: 768px) {
  .sysItemList ul.sysThumbnail {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 3%;
    row-gap: 100px;
  }
}

.sysItemList ul.sysThumbnail li {
  width: auto;
}

.sysItemList ul .sysRetailPrice {
  display: none;
}

.sysItemList ul .sysItemName {
  padding-top: 10px;
  text-align: center;
  font-size: clamp(0.875rem, 0.657rem + 0.968vw, 1.25rem);
}
@media screen and (min-width: 768px) {
  .sysItemList ul .sysItemName {
    padding-top: 10px;
  }
}

/*=============================================================
  item.scss
=============================================================*/
#sysItemDetail .sysCategoryPankuzu,
#sysItemDetail .sysImageDescription {
  display: none;
}
#sysItemDetail .sysItemName h1 {
  text-align: center;
  position: relative;
  font-size: clamp(1.375rem, 0.577rem + 3.548vw, 2.75rem);
  letter-spacing: 10%;
  font-weight: 500;
  margin-bottom: 40px;
  line-height: 1.5;
  word-break: keep-all;
}
@media screen and (min-width: 768px) {
  #sysItemDetail .sysItemName h1 {
    margin-bottom: 30px;
    letter-spacing: 15%;
  }
}
@media screen and (min-width: 1200px) {
  #sysItemDetail .sysItemName h1 {
    margin-bottom: 40px;
  }
}
#sysItemDetail #kouenkai-detail {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  #sysItemDetail #kouenkai-detail {
    margin-top: 100px;
    width: 80%;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1200px) {
  #sysItemDetail #kouenkai-detail {
    margin-top: 150px;
    width: 70%;
  }
}
#sysItemDetail #kouenkai-detail .sysExplanation {
  font-size: clamp(0.875rem, 0.802rem + 0.323vw, 1rem);
  line-height: 1.8;
}
#sysItemDetail .kouenkaiDetail-course + .kouenkaiDetail-course {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  #sysItemDetail .kouenkaiDetail-course + .kouenkaiDetail-course {
    margin-top: 100px;
  }
}
@media screen and (min-width: 1200px) {
  #sysItemDetail .kouenkaiDetail-course + .kouenkaiDetail-course {
    margin-top: 150px;
  }
}
#sysItemDetail .kouenkaiDetail-course_table {
  border-top: 1px solid #6e6e6e;
  table-layout: fixed;
  width: 100%;
}
#sysItemDetail .kouenkaiDetail-course_table th, #sysItemDetail .kouenkaiDetail-course_table td {
  padding: 15px 10px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #6e6e6e;
  font-size: clamp(0.8125rem, 0.704rem + 0.484vw, 1rem);
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  #sysItemDetail .kouenkaiDetail-course_table th, #sysItemDetail .kouenkaiDetail-course_table td {
    padding: 25px 25px;
  }
}
@media screen and (min-width: 1200px) {
  #sysItemDetail .kouenkaiDetail-course_table th, #sysItemDetail .kouenkaiDetail-course_table td {
    padding: 25px 30px;
  }
}
#sysItemDetail .kouenkaiDetail-course_table th {
  font-weight: 500;
  border-right: 1px solid #6e6e6e;
  width: 80px;
}
@media screen and (min-width: 768px) {
  #sysItemDetail .kouenkaiDetail-course_table th {
    width: 25%;
  }
}
#sysItemDetail .kouenkaiDetail-course_table span {
  font-size: 80%;
}
#sysItemDetail .kouenkaiDetail-course_heading {
  font-size: clamp(1.125rem, 0.835rem + 1.29vw, 1.625rem);
  font-weight: 700;
  line-height: 1.3;
  padding: 10px 0 10px 15px;
  border-left-width: 7px;
  border-left-style: solid;
  border-image: linear-gradient(to bottom, #8a7527 15%, #000000 15%) 1;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  #sysItemDetail .kouenkaiDetail-course_heading {
    padding: 12px 0 12px min(4%, 40px);
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 1200px) {
  #sysItemDetail .kouenkaiDetail-course_heading {
    padding: 15px 0 15px 40px;
    margin-bottom: 60px;
  }
}
#sysItemDetail .kouenkaiDetail-course_list {
  padding-left: 20px;
  font-size: inherit;
  line-height: 1.3;
}
#sysItemDetail .kouenkaiDetail-course_list li {
  list-style: disc;
}
#sysItemDetail .kouenkaiDetail-course_list li + li {
  margin-top: 8px;
}
#sysItemDetail .kouenkaiDetail-notes {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  #sysItemDetail .kouenkaiDetail-notes {
    margin-top: 100px;
  }
}
@media screen and (min-width: 1200px) {
  #sysItemDetail .kouenkaiDetail-notes {
    margin-top: 150px;
  }
}
#sysItemDetail .kouenkaiDetail-notes li {
  position: relative;
  padding-left: 15px;
}
@media screen and (min-width: 960px) {
  #sysItemDetail .kouenkaiDetail-notes li {
    padding-left: 20px;
  }
}
#sysItemDetail .kouenkaiDetail-notes li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  #sysItemDetail .galleryImg {
    width: 70%;
    margin: 0 auto;
  }
}
#sysItemDetail .galleryImg .sysItemImages {
  width: 100%;
  max-width: none;
}
#sysItemDetail .galleryImg .sysMainImage {
  text-align: center;
}
#sysItemDetail .galleryImg .sysItemImages .sysImageList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 5px;
  row-gap: 5px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  #sysItemDetail .galleryImg .sysItemImages .sysImageList {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 10px;
    row-gap: 10px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 1200px) {
  #sysItemDetail .galleryImg .sysItemImages .sysImageList {
    margin-top: 40px;
  }
}
#sysItemDetail .galleryImg .sysItemImages .sysImageList li {
  width: auto;
  margin: 0;
  transition: all 0.3s;
  cursor: pointer;
}
#sysItemDetail .galleryImg .sysItemImages .sysImageList li.sysCurrent img {
  border-color: #8a7527;
}
#sysItemDetail .galleryImg .sysItemImages .sysImageList li:hover {
  opacity: 0.8;
}

/*=============================================================
  news.scss
=============================================================*/
.top_news ul li,
.news-list ul li {
  border-bottom: 1px solid #6e6e6e;
}
.top_news ul li:first-of-type,
.news-list ul li:first-of-type {
  border-top: 1px solid #6e6e6e;
}
.top_news ul li a,
.news-list ul li a {
  display: block;
  padding: 15px 0;
  transition: all 0.3s;
  font-size: clamp(1rem, 0.71rem + 1.29vw, 1.5rem);
  line-height: 1.3;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .top_news ul li a,
  .news-list ul li a {
    padding: 30px 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 3%;
  }
}
@media screen and (min-width: 1200px) {
  .top_news ul li a,
  .news-list ul li a {
    padding: 40px 20px;
  }
}
.top_news ul li a:hover,
.news-list ul li a:hover {
  background: #f0f0f0;
}
@media screen and (min-width: 768px) {
  .top_news ul li br,
  .news-list ul li br {
    display: none;
  }
}
.top_news ul li time,
.news-list ul li time {
  font-size: clamp(0.75rem, 0.605rem + 0.645vw, 1rem);
  letter-spacing: 0.1rem;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .top_news ul li time,
  .news-list ul li time {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  #sysInformation #sysMain article {
    width: 80%;
    margin: 0 auto;
  }
}
#sysInformation #sysMain article h1 {
  width: 100%;
  font-size: clamp(1.375rem, 0.867rem + 2.258vw, 2.25rem);
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  #sysInformation #sysMain article h1 {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1200px) {
  #sysInformation #sysMain article h1 {
    margin-bottom: 60px;
  }
}/*# sourceMappingURL=members.css.map */