@charset "utf-8";
html {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: 'Noto Sans JP', sans-serif;
}

p{
  font-family: Roboto;
  font-size: 15px;
  line-height: 1.2;
  color: #222;
  letter-spacing: 0.15em;
}
img {
  width: 100%;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 768px) {
.pc{
  display: none;
}
}
@media screen and (max-width: 767px) {
  .sp{
    display: none;
  }
}

.contents {
  margin: 0;
  padding: 0;
  color: #fff;
  height: 100%;
  width: 100%;
}

main{
  display: block;
  color: #222;
}

section {
  
}

.hero{
  position: relative;
}

nav ul {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: inherit;
  text-decoration: none;
  outline: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.serif {
  font-family: YuMincho, 'Yu Mincho', serif;
}

/* video */
.video-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: calc(90vh + 20px);
}
.video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* overlay */

.overlay::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.1);
}

/* text */

.text-box {
  position: absolute;
  top: 75%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  p {
    padding: 0 50px;
    color: #fff;
  }
}

h1 {
  font-family: Roboto;
  font-size: 60px;
  font-weight: bold;
  line-height: 1.2;
  padding: 0 50px;
  margin-bottom: 5px;
  color: #fff;
  letter-spacing: 0.2em;

}
.clm_pc_inner{
  height: 100vh;
  position: relative;
}

.gnavi{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: absolute;
  top: 2%;
  left: 4%;
  width: 80%;
  z-index: 1;
  .menu{
    font-size: clamp(14px, 1.21875vw, 19.5px);
    letter-spacing: 0.15em;
    transform: scaleY(0.95);
    padding: 0;
    color:#fff;
  }
}

.menu{
	&[data-ext="95"] > span{
    -webkit-transform: scaleY(0.95);
		transform: scaleY(0.95);
	}
	& > span{
		display: inline-block;
    -webkit-transform-origin: 0 0;
		transform-origin: 0 0;
    writing-mode: vertical-rl;
    display: block;
    width: 15px;
	}
}

.gnavi {
  .menu_text{
    height: 100px;
    padding-left: 10px;
  }
  ul{
    font-size: clamp(15px, 1.5vw, 25.5px);
    letter-spacing: 0.26em;
    li{
      margin-bottom: 14px;
    }
  }
}

.gnavi ul.menu_text li a {
  padding-bottom: 4px;
  border-bottom: 1px solid transparent;
  color: #fff;
}

footer {
  width: 100%;
}

.footer{
  width: 100%;
  background-color: #000;
  padding: 1px 0;
  text-align: center;
  p{
    font-size: 12px;
    color: #fff;
    letter-spacing: 0.26em;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
  }
  .gnavi{
    top: 2%;
    left: 7%;
  }
  .gnavi .menu_text{
    padding-left: 10px;
  }
  .text-box{
    left: 45%;
  }
}


/* ボックス横並び display: flex　関連
--------------------------------------*/
.grid-box {
}
/* ボックスの下部余白を相殺する */
.grid-box.bottom-negative {
  margin-bottom: -4rem;
}

.grid-box.reverse {
  flex-direction: row-reverse;
}

.grid-box.items-start {
  align-items: flex-start;
}

.grid-box.left-start>div {
  margin-left: 12px;
  margin-right: 12px;
}

.grid-box .grid-01 img,
.grid-box .grid-02 img,
.grid-box .grid-03 img,
{
  width: 100%;
  vertical-align: bottom;
}


@media screen and (max-width: 767px) {
  .grid-box {
      display: block;
  }
  /* ボックスの下部余白を相殺する */
  .grid-box.bottom-negative {
      margin-bottom: 0;
  }

  .grid-box.left-start {
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 0;
  }

  .grid-box.left-start>div {
      margin-left: 0;
      margin-right: 0;
  }

  .grid-reverse {
      /*レスポンシブで画像を上にしたい時などに使用*/
      flex-direction: column-reverse;
  }
  .f-order-01{
    order: 1;
  }
  .f-order-02{
    order: 2;
  }

}


.grid-01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}


@media screen and (max-width: 767px) {

  .grid-01,
  .grid-02,
  .grid-03,
 {
      width: 100%;
      margin-bottom: 1.5rem;
  }
}

/* 写真配置用　スマホで横２枚
--------------------------------------*/
@media screen and (max-width: 767px) {
  .grid-photo-box {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 24px;
      padding: 0;
  }
}


.itemContents{
  margin: 0 auto;
  .content_box{
    max-width: 100%;
    margin: 5em auto 5em;
    .Item{
      width: 500px;
      padding: 50px;
      img{
        width: 100%;
        max-width: 500px;
      }
      dl{
        text-align: center;
        dt{
        font-family: Roboto;
        font-size: clamp(30px, 3.5vw, 40px);
        font-weight: bold;
        line-height: 2em;
        margin: 10px 0 0;
        letter-spacing: 0.2em;
        }
      dd{
        margin: 0;
        font-size: clamp(15px, 1.5vw, 25.5px);
        line-height: 1.2em;
        }
      }
      .ItemBottom{
          padding: 65px;
          text-align: center;
          a{
            margin-top: 10px;
            padding: 20px 50px;
            color: #fff;
            background-color: #222;
            position: relative;
            border-radius: 5px;
          }
          a:before{
            content: '';
            width: 6px;
            height: 6px;
            border: 0;
            border-top: solid 2px #fff;
            border-right: solid 2px #fff;
            transform: rotate(45deg);
            position: absolute;
            top: 0;
            right: 10%;
            bottom: 0;
            margin: auto;
          }
        }
      }
    }
  }


@media screen and (max-width: 767px) {
  .itemContents .content_box .Item .ItemBottom {
    padding: 40px;
  }
}
