@charset "UTF-8";
/* CSS Document */

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif;
  color: #1e1e1e;
  background: white;
  height: 100%;
  line-height: 1.6;
}

/* サイト全体の標準リンク色（深紫） */
a {
  color: #210b17;
  text-decoration: underline; /* リンクと分かりやすくするために下線を引く場合 */
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

/* マウスを乗せたときに少し薄くする演出（お好みで） */
a:hover {
  opacity: 0.7;
  text-decoration: none;
}


.L-tewelve {
  background-color: white;
}
img {
  display: block;
  max-width: 100%;
}
.wrapper {
  position: relative;
  height: 600px;
}
.wrapper.contents {
  position: relative;
  height: 100px;
}
.header {
  position: fixed;
  width: 100%;
  height: 80px;
  z-index: 10;
  background-color: rgba(29,14,33,0.0);
  -webkit-transition: all 0.4s linear 0s;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  font-family: 'Noto Sans JP', sans-serif;
}
.header.contents {
  background-color: rgba(30,23,30,1);
  height: 100px;
  transition: none 100s linear 100s;
  -webkit-transition: none 100s linear 100s;
  -webkit-perspective: 0px;
  perspective: 0px;
}
.header .logo-container {
  width: 200px;
  height: auto;
  margin-left: 50px;
  float: left;
  border: 0px solid black;
  animation: none;
}
.header .logo-container .logo {
  text-align: center;
  -webkit-transition: all 0.4s linear 0s;
}

.header ul {
  margin: 0 50px 0 0;
  list-style-type: none;
  padding: 0;
  float: right;
  border: 0px solid black;
}
.header ul li {
  display: table-cell;
  border: 0px solid crimson;
}
.header ul li a {
  display: inline-block;
  text-decoration: none;
  padding: 35px 15px 30px;
  color: white;
  -webkit-transition: padding 0.4s linear 0s;
  font-size: 16px;
}

.toggle-btn {
    display: none;
    position: absolute;
    top: 8px;
    left: auto;
    right: 30px;
    font-size: 40px;
    cursor: pointer;
    z-index: 100;
}
.header-scroll {
  height: 80px;
  background-color: rgba(30,23,30,1);
  animation: top-in-basic 1 0.4s 0s;
  -webkit-box-shadow: 0px 0px 2px 2px #ccc;
  box-shadow: 0px 0px 2px 2px #ccc;
}
.header-scroll ul li a {
  padding: 30px 15px 20px;
}

.header-scroll .logo-container {
  width: 150px;
}
.header-scroll .logo-container .logo {
  margin: 0px 0px;
}
.display-none-mobile {
  display: table;
}
.display-block {
  display: table;
}
.banner-wrapper-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 600px;
  background-image: url('../img/main.jpg');
  background-position: center;
  background-size: cover;
  transition: all 0.1s ease 0s;
}
.foreground {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}
.banner-wrapper-fixed .foreground h1 {
  text-align: center;
  color: white;
  margin-top: 200px;
  font-size: 50px;
  padding: 0px 30px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
  letter-spacing: 0.1em;
}

.banner-wrapper-fixed .foreground h2 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
  letter-spacing: 0.1em;
  font-size: 18px;
  color: #ffffff;
  margin: 20px auto;
  display: block;
  text-align: center;
  padding: 50px 50px 0;
  margin: 0 50px;
  opacity: 0.8;
  font-weight: normal;
}

.heading {
  padding: 20px 0px;
  font-size: 40px;
  margin: 0;
  text-align: center;
}

h2.heading {
  color: #000000;
  font-size: 30px;
  letter-spacing: 0.0em;
  font-weight: normal;
}

.section {
  position: relative;
  width: calc(100% - 40px);
  padding: 0 20px;
  height: auto;
  margin: 0 auto;
}

.sttl{
	border-bottom: solid 1px #cccccc;
	margin-bottom: 20px;
	margin-top: 30px;
}

.heading{
	font-size: 30px;
	color: #ffffff;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
	letter-spacing: 0.1em;
  font-weight: normal;
}

.sub_txt{
	font-size: 16px;
	color: #666666;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: normal;
	letter-spacing: 0.1em;
}

.box {
  position: relative;
  width: 100%;
  margin: 10px 0px 30px 0px;
  border-radius: 4px 4px 4px 4px;
  padding: 20px;
}

.box .btn{
  text-align: right;
  margin-top: 10px;
}

#article{
  background-color: rgba(255, 255, 255, 1);
}

#article .sttl h3{
  color: #2e1324;
  font-weight: normal;
}

#article .box {
  position: relative;
  width: 100%;
  margin: 10px 0px 30px 0px;
}

#article .box h4{
  font-size: 20px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: dotted 1px #cccccc;
}

#activity{
  background-color: rgba(33, 11, 23, 1);	
}

#activity .box {
  position: relative;
  width: 100%;
  margin: 10px 0px 30px 0px;
}

#activity p {
  color: #ffffff;
}

#group{
  background-color: rgba(198, 193, 196, 1);	
}

#group .sttl h3{
  color: #2e1324;
  font-weight: normal;
}

#group .box {
  position: relative;
  width: 100%;
  margin: 10px 0px 30px 0px;
}

#group .box h4{
  font-size: 20px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: dotted 1px #cccccc;
}

#contact{
  background-color: rgba(33, 11, 23, 1);	
}

#contact p {
  color: #ffffff;
}

#contact .box {
  position: relative;
  width: 100%;
  margin: 10px 0px 30px 0px;
}

footer {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #000000; 
}
footer p {
  text-align: center;
  margin: 0;
  color: white;
  padding: 10px 0px;
  font-size: 12px;
}
.heart {
  font-size: 18px;
  margin: 0 4px;
  color: crimson;
}
.top-in-basic {
  animation: top-in-basic 1 1s 0s;
}
.left-in-basic {
  animation: left-in-basic 1 1s 0s;
}
.fade {
  animation: fade 1 1s 0s;
}

.sns {
	width: 100%;
	text-align: right;
}

.pb_50{
	padding-bottom: 50px;
}

.mt_20{
	margin-top: 20px;
}

.note{
	font-size: 12px !important;
	margin-top: 5px;
}

@keyframes flip {
  0% {transform: rotateY(-45deg);}
  100%{transform: rotateY(0deg);}
}
@keyframes fade {
  from {opacity: 0;}
  to {opacity: 1;}
}
@keyframes top-in-basic {
  0%{transform: translateY(-2000px)}
  100%{transform: translateY(0px)}
}
@keyframes left-in-basic {
  0%{transform: translateX(-2000px)}
  100%{transform: translateX(0px)}
}
@media (max-width:768px){
  .header {
    height: auto;
    background-color: transparent;
    -webkit-box-shadow: 0px 0px 0px 0px transparent;
    box-shadow: 0px 0px 0px 0px transparent;
  }
  .header .logo-container {
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 10;
    background-color: rgba(30,23,30,1);
	color: #ffffff;
  }
  .header .logo-container .logo{
    width: 150px;
  }
  .header .logo-container h1 {
    color: #ffffff;
    margin: 10px;
    text-align: left;
  }
  .header-scroll .logo-container {
    animation: none;	  	
  }
  .header-scroll .logo-container .logo{
    width: 150px;	  	
  }
  .header ul {
    float: none;
    width: 100%;
    margin: 89px 0 0 0;
    z-index: 9;
    background-color: rgba(30,23,30,1);
    border: 0px solid black;
  }  
  .header ul li a {
    border-top: 1px dotted #666666;
  }
  .display-none-mobile {
    display: none;
  }
  .display-block {
    display: block;
  }
  .header ul li {
    display: block;
    margin: 0;
    text-align: center;
  }
  .header ul li a {
    width: 100%;
    color: #999999;
    margin: 0;
    padding: 20px 0 20px 0;
  }
  .header ul li a:hover {
    background-color: rgba(30,23,30,1);
    color: white;
  }
  .toggle-btn {
    display: block;
  }
  .banner-wrapper-fixed .foreground h1{
	  font-size: 32px;
  }
  h2.heading {
    color: #000000;
    font-size: 24px;
    letter-spacing: 0.0em;
    font-weight: normal;
  }
	
  .banner-wrapper-fixed .foreground h2 {
    padding: 30px 30px 0;
    margin: 0 0;
    font-size: 16px;
    font-weight: normal;
  }

  .sub_txt{
	font-size:12px;
	letter-spacing: 0.0em;
  }
	
  .section {
    width: calc(100% - 20px);
    padding: 0 10px;
  }
	
  .sttl{
	margin-top:20px;
  }
	
  .br {
	display: block;		
  }
	
  .heading{
	font-size:24px;
  }
}

#article .box-h {
  height: 180px;
  
}

@media (max-width: 1200px) {
  #article .box-h {
    height: 210px;
    
  }
}

@media (max-width: 992px) {
  #article .box-h {
    height: 230px;
    
  }
}

@media (max-width: 768px) {
  #article .box-h {
    height: auto;
    
  }
}


/* ==========================================
   フッター最下部固定＆スクロール不具合の完全修正
   ========================================== */
html {
  height: 100%;
}

body {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

/* vggnle.cssの overflow: hidden を打ち消し、
   縦方向のスクロールを100%自由にできるように解放します
*/
.site-container,
.L-tewelve,
.row,
#article {
  overflow: visible !important;
}

.site-container {
  display: flex;
  flex-direction: column;
  flex-grow: 1; /* 画面いっぱいに広がる設定 */
  width: 100%;
}

/* お問い合わせ(contact)を一番下に押し出すトリガー。
   同時に、上のコンテンツとの余白（30px）を担保します。
*/
#contact {
  margin-top: auto !important;
  padding-top: 30px; 
}

/* フッターの下に不要な隙間ができないようにリセット */
#copyright {
  margin-bottom: 0;
}



/* ボタンの中のリンク文字色も強制的に深紫にする */
.btn a {
  color: #210b17 !important;
}


/* スマホメニュー内のリンク色は見やすさを最優先して白をキープ */
@media (max-width: 768px) {
  .header nav ul li a,
  .header ul li a {
    color: #ffffff !important;
  }
}