@charset "UTF-8";
@import url("https://use.typekit.net/trc4hjw.css");

@keyframes bar-anime {
  0% {
    height: 40px;
    top: -40px;
  }

  75% {
    height: 40px;
    top: 50px;
  }

  100% {
    height: 40px;
    top: 50px;
  }
}

@keyframes bar-anime-sp {
  0% {
    height: 40px;
    top: -40px;
  }

  75% {
    height: 40px;
    top: 40px;
  }

  100% {
    height: 40px;
    top: 40px;
  }
}

@keyframes moveleft {
  0% {
    left: 100vw;
  }

  100% {
    left: -200vw;
  }
}

@keyframes moveright {
  0% {
    left: -200vw;
  }

  100% {
    left: 100vw;
  }
}

/* ------------------------------------------------------------------------------------------------------------------------ */
html,
body {
  width: 100%;
  height: auto;
  font-size: 13px;
  font-family: "source-han-sans-japanese", sans-serif;
font-weight: 300;
font-style: normal;
  line-height: 1.8;
}

html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  text-align: left;
  -webkit-text-size-adjust: 100%;
  margin: 0;
}


body.looking {
  overflow: hidden;
}

a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

a:hover,
a:active,
a.active {
  color: #7e7e7e;
  text-decoration: underline;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

i {
  font-style: normal;
}

form,
section,
p,
div,
ul,
li,
dl,
dt,
dd,
a,
span,
input,
textarea {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  list-style: none;
}

br.brsp {
  display: none;
}

.item-d-none p a {
  display: none;
}

/* ------------------------------------------------------------------------------------------------------------------------ */
header {
  position: sticky;
  top: 0;
  z-index: 50000;
  width:100%;
  max-width: 1280px;
  margin: 0 auto;
}

.top-header-box {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  gap: 15px;
}
.top-header-box .openbtn1 {
  margin-left: auto;
  width: 80px;
}

/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openbtn1{
  position: relative;/*ボタン内側の基点となるためrelativeを指定*/
  cursor: pointer;
    width: 50px;
    height:50px;
  border-radius: 5px;
}

/*ボタン内側*/
.openbtn1 span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    left: 14px;
    height: 2px;
    border-radius: 0;
  background: #000;
    width: 45%;
  }

.openbtn1 span:nth-of-type(1) {
  top:15px; 
}

.openbtn1 span:nth-of-type(2) {
  top:23px;
}

.openbtn1 span:nth-of-type(3) {
  top:31px;
}
/*side-link*/
.header-box {
  width: auto;
  position: fixed;
  left: 60px;
  z-index: 999;
  pointer-events: none;
  transition: all 0.25s ease-in 0s;
  opacity: 1;
  top: -100vh;
}

.header-box .on {
  opacity: 1;
}

.header-box .inner {
  width: 100%;
  position: relative;
}

.header-box .inner ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  transform: rotate(90deg);
  transform-origin: left top;
  padding-left: 50px;
}

.header-box .inner ul::after {
  content: "";
  width: 1px;
  height: auto;
  background-color: #000;
  margin-left: 15px;
  display: block;
  order: 2;
}

.header-box .inner ul li:not(:first-child) {
  margin-left: 15px;
}

.header-box .inner ul li:nth-child(1) {
  order: 1;
}

.header-box .inner ul li:nth-child(2) {
  order: 3;
}
/*
.header-box .inner ul li a {
  color: #111;
  font-family: "source-serif-4-variable", sans-serif;
font-variation-settings: "opsz" 20, "wght" 400;
  color: #000;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0em;
  pointer-events: auto;
  transition: all 0.25s ease-in 0s;
}
*/
.header-box .inner ul li small {
  font-family: "capitolium-news-2", serif;
  font-weight: 400;
  font-style: normal;
font-variation-settings: "opsz" 20, "wght" 400;
  color: #000;
  font-size:12px;
  line-height: 1;
  letter-spacing: 0em;
  pointer-events: auto;
  transition: all 0.25s ease-in 0s;
}

.header-box .inner ul li a:hover {
  color: #C3C3C3;
}

/*set*/
.flex {
  display: flex;
  vertical-align: middle;
  align-content: space-between;
  justify-content: flex-start;
  max-width: 1150px;
  width: 90%;
}

.re {
  flex-direction: row-reverse;
}

.posiR {
  position: relative;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

.slick-slide img {
  display: block;
}

/*modal*/

#modal-wrapper {
  background: rgba(000, 000, 000, 0.9);
  width: 40%;
  height: 100vh;
  padding: 40px 0 220px 0;
  margin: 0px;
  position: fixed;
  right: 0px;
  top: 0px;
  z-index: 100000;
  overflow: scroll;
  opacity: 0;
  -webkit-overflow-scrolling: touch;
  pointer-events: none;
  transition: opacity 0.25s ease-in;
  color: #000;
}
#modal-wrapper.active {
  opacity: 1;
  pointer-events: auto;
}
#modal-wrapper .modal .close {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 25px;
  right:6%;
  z-index: 999;
  cursor: pointer;
}
#modal-wrapper .modal .close::before {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #fff;
  transform: rotate(-45deg);
  position: absolute;
  left: 0px;
  top: 0px;
  transition: all 0.5s 0s ease;
}
#modal-wrapper .modal .close::after {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #fff;
  transform: rotate(45deg);
  position: absolute;
  left: 0px;
  top: 0px;
  transition: all 0.5s 0s ease;
}
#modal-wrapper .modal .inner-links {
  width:100%;
  margin: 0 auto;
  display: block;
  color: #fff;
  margin-right: 0;
  padding-top: 150px;
  font-family: "capitolium-news-2", serif;
font-weight: 400;
font-style: normal;
  text-align: right;
}

#modal-wrapper .modal .inner-links .link{
  width:80%;
}

#modal-wrapper .modal .inner-links .link .ttl{
  font-size: 24px;
  font-family: "capitolium-news-2", serif;
font-weight: 700;
font-style: normal;
  margin-bottom: 30px;
}

#modal-wrapper .modal .inner-links .link div h5{
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

#modal-wrapper a{
  color:#fff;
}

#container {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
/*inner*/
#container .kv-wrapper{
  width:80%;
  margin: 0 auto 150px;
}

#container .kv-wrapper .kv{
  position: relative;
}

#container .kv-wrapper .kv .kv-text{
  width:50%;
  margin-left: 0;
  margin-right: auto;
}

#container .kv-wrapper .kv .kv-text .ttl{
  max-width:350px;
  margin-bottom: 20px;
}

#container .kv-wrapper .kv .kv-text .sub-ttl{
  width:100%;
  margin-bottom: 50px;
}

#container .kv-wrapper .kv .kv-text .lead{
  width:87%;
}

#container .kv-wrapper .kv .kv-text .lead p:first-child{
  margin-bottom: 30px;
}
#container .kv-wrapper .kv .kv-text .lead p:last-child{
  margin-top: 30px;
}
#container .kv-wrapper .kv .kv-text .lead p:last-child{
  font-size: 11px;
}


#container .kv-wrapper .kv .kv-img{
  position: absolute;
    top: 37%;
    right: 0%;
    z-index: -10;
    width: 63%;
    max-width: 700px;
}

#container .item-wrapper{
  width:80%;
  margin: 0 auto 100px;
}

#container .item-wrapper .item-box{
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #000;
  margin-bottom: 70px;
}
#container .item-wrapper .item-box:last-child{
  margin-bottom: 0px;
}

#container .item-wrapper .item-box .item-img{
  width:100%;
  order: 1;
  padding:0 120px;
}

#container .item-wrapper .item-box .item-text{
  width:100%;
  border-bottom: #000 1px solid;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 20px;
  background-color:#F1F1F0;
}

#container .item-wrapper .item-box .item-text .info{
width:50%;
font-family: "capitolium-news-2", serif;
font-weight: 400;
font-style: normal;
}
#container .item-wrapper .item-box .item-text .info h3{
  font-size:42px;
  margin: 0 0 10px 0;
  line-height: 1;
  font-weight: 700;
}
#container .item-wrapper .item-box .item-text .info h4{
  font-size:28px;
  margin: 0 0 30px 0;
  line-height: 1;
  font-weight: 700;
}
#container .item-wrapper .item-box .item-text .info p{
  font-size:18px;
  margin: 0 0 10px 0;
  line-height: 1;
}
#container .item-wrapper .item-box .item-text .info p strong{
  text-decoration: underline;
  margin-left: 20px;
}
#container .item-wrapper .item-box .item-text .info small{
  font-size:10px;
}

#container .item-wrapper .item-box .item-text .lead{
  width:50%;
}
footer p{
font-family: "capitolium-news-2", serif;
font-weight: 400;
font-style: normal;
font-size: 10px;
text-align: center;
margin:0 auto 15px;
}




/*========= LoadingのためのCSS ===============*/

/* Loading背景画面設定　*/
#loading {
  /*fixedで全面に固定*/
position: fixed;
width: 100%;
height: 100%;
z-index: 10000000;
background:#fff;
text-align:center;
color:#fff;
}

/* Loading画像中央配置　*/
#loading_logo {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#loading_logo img {
width:180px;
}

/* fadeUpをするアイコンの動き */

.fadeUp{
animation-name: fadeUpAnime;
animation-duration:1.5s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
from {
  opacity: 0;
transform: translateY(30px);
}

to {
  opacity: 1;
transform: translateY(0);
}
}

/*スライダーの設定*/
/*------ スライダーの横幅 ------*/
.slider {
  width: 100%;
  margin: 0 auto;
}

/*------ スライダー画像 ------*/
.slider img {
  width: 100%;
  height: auto;
}

/*-------- 高さ調整 ----------*/
.slider .slick-slide {
  height: auto !important;
}

/*---------- 矢印 ----------*/
.slider .slick-next {
  right: -100px !important;
}

.slider .slick-prev {
  left: -100px !important;
}

.slider .slick-arrow {
  width: initial !important;
  height: initial !important;
  z-index: 2 !important;
}

.slider .slick-arrow:before {
  font-size: 36px !important;
}

.slick-next:before {
  display: block;
  content: '' !important;
  opacity: .3 !important;
  left: 5px;
	width: 20px;
	height: 20px;
	border-top: 3px solid #333;
	border-right: 3px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
  
}

.slick-prev:before {
  display: block;
  content: '' !important;
  opacity: .3 !important;
  left: 5px;
	width: 20px;
	height: 20px;
	border-top: 3px solid #333;
	border-right: 3px solid #333;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}

.slick-dots {
  display: none !important;
}
#container .item-wrapper .item-box .slider .slick-dots{
  display: none !important;
    position: absolute;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    top:92%;
}
.slick-dotted.slick-slider{
  margin-bottom: 0px!important;
}

.slick-slide {
  height: auto !important;
}

#js-slider-7 img {
  width: calc(100vw / 3);
}

@media screen and (max-width: 768px) {
  #js-slider-7 img {
    width: 100vw;
  }
}

/*sp*/
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  .font {
    font-size: 1.9em !important;
  }

  .flex {
    display: flex;
    vertical-align: center;
    align-items: center;
  }

  .posiR {
    position: relative;
  }

  body {
    position: relative;
  }

  #container {
    display: block;
  }

  header {
    left: 30px;
  }
  .top-header-box {
    width: 95%;
    gap: 10px;
}
  #container .kv-wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.openbtn1 span {
  left: 38px;
}


/*---------- modalSp ----------*/
#modal-wrapper {
  width: 100%;
}
.archive{
  width:90%;
  margin:50px auto 0;
}
#modal-wrapper .modal .inner-links {
  width: 90%;
  margin: 0 auto;
  display: block;
  color: #fff;
  margin-top: 0px;
}
#modal-wrapper .modal .inner-links .link {
  width: 80%;
  padding: 30px 40px;
}

#modal-wrapper .modal .inner-links .link .ttl {
  margin-bottom: 20px;
}
#modal-wrapper .modal .inner-links .link div h5 {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 7px;
}
#modal-wrapper .modal .inner-links .link {
  width: 100%;
}
#modal-wrapper .modal .close {
  right: 3%;
}
/*----------sliderSp ----------*/
.slider .slick-arrow:before {
  font-size: 24px !important;
}
.slick-dotted.slick-slider {
  margin-bottom: 0px!important;
}
.slider .slick-next {
  right: 8px !important;
}

.slider .slick-prev {
  left: 8px !important;
}

.slick-next:before {
	width: 13px;
	height: 13px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
  
}
.slick-prev:before {
	width: 13px;
	height: 13px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
}
/*----------Sp ----------*/
#container .kv-wrapper .kv .kv-text {
  width: 80%;
  margin-left: 15px;
}

#container .kv-wrapper .kv .kv-text .ttl {
  width: 90%;
}

#container .kv-wrapper .kv .kv-text .sub-ttl {
  margin-bottom: 80px;
}

.openbtn1 {
  height: 30px;
}
.openbtn1 span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 14px;
  height: 2px;
  border-radius: 0;
  background: #000;
  width: 35%;
  left: 45px;
}

#container .kv-wrapper .kv .kv-img {
  top: 14%;
  width: 90%;
}

#container .kv-wrapper .kv .kv-text .lead {
  width: 100%;
}
#container .kv-wrapper .kv .kv-text .lead p:first-child {
  margin-bottom: 20px;
}

#container .item-wrapper {
  width: 90%;
  margin: 0 auto 50px;
}

#container .item-wrapper .item-box {
  margin-bottom: 30px;
}
#container .item-wrapper .item-box .item-img {
  order: 0;
  padding: 0px;
}
#container .item-wrapper .item-box .item-text .info {
  width: 100%;
  margin-bottom: 30px;
}
#container .item-wrapper .item-box .item-text .lead {
  width: 100%;
}
#container .item-wrapper .item-box .item-text {
  flex-wrap: wrap;
  border-bottom: #000 0px solid;
  border-top: #000 1px solid;
}
#container .item-wrapper .item-box .item-text .info h3 {
  font-size: 32px;
  margin: 0 0 5px 0;
}
#container .item-wrapper .item-box .item-text .info h4 {
  font-size: 20px;
  margin: 0 0 20px 0;
}
#container .item-wrapper .item-box .item-text .info p {
  font-size: 14px;
}

.header-box {
  left: 23px;
}

.header-box .inner ul li small {
  font-size: 8px;
}

.header-box .inner ul li:not(:first-child) {
  margin-left: 10px;
}
.header-box .inner ul::after {
  height: 14px;
  margin-left: 10px;
  margin-top: 6px;
}

}