#key {
   z-index: -1;
   pointer-events: none;
}

@media only screen and (max-width: 767px) {
   #key {
      height: 120vw;
      position: relative;
   }

   .scrolldown {
      top: 105vw;
   }
}

@media only screen and (max-width: 767px) {
   .rss {
      text-align: center;
      padding: 17.6vw 14vw 14vw;
      position: relative;
      &:before {
         content: '';   
         width: 0;
         height: 100%;
         border-left: 1px solid #fff;
         position: absolute;
         top: 0;
         left: 4vw;
      }
   }

   .rss h3 {
      font-size: 6.6vw;
      line-height: 2;
      letter-spacing: 0.2em;
   }

   .rss .feed {
      line-height: 27px;
      padding-top: 6vw;
   }

   .rss .feed time {
      display: block;
   }

   .rss .feed a {
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1;
      display: -webkit-box;
      overflow: hidden;
   }

   .rss .more {
      padding-top: 9vw;
   }

   .rss .more a {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 13.3vw;
      font-weight: 400;
      font-size: 4vw;
      letter-spacing: 0.1em;
      line-height: 2;
      border: 1px solid #fff;
   }
}
@media only screen and (max-width: 767px) {
   header h1 {
     top: 122vw;
	}
}

@media only screen and (min-width: 768px) {
   header h1 {
      bottom: 80px;
   }

   #key:after {
      display: none;
   }

   .rss {
      display: flex;
      align-items: flex-end;
      width: 40%;
      max-width: 463px;
      line-height: 33px;
      position: absolute;
      bottom: 20px;
      left: 33px;
   }

   .rss h3 {
      font-size: 25px;
      letter-spacing: 0.2em;
   }

   .rss .feed {
      display: flex;
      gap: 12px;
      width: calc(100% - 162px);
      line-height: 25px;
      letter-spacing: 0.1em;
      padding-left: 15px;
   }

   .rss .feed a {
      width: calc(100% - 120px);
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1;
      display: -webkit-box;
      overflow: hidden;
   }

   .rss .feed a:hover {
      text-decoration: underline;
   }

   .rss .more {
      font-size: 16px;
      line-height: 25px;
      letter-spacing: 0.1em;
   }

   .rss .more a {
      border-bottom: 1px solid;
   }

   .rss .more a:hover {
      border-bottom-color: transparent;
   }
}

/* -- -- */
section>div {
   background: transparent;
}

@media only screen and (max-width: 767px) {
   section:after {
      content: '';
      width: 0;
      height: 100%;
      border-left: 1px solid #fff;
      position: absolute;
      top: 0;
      left: 4vw;
   }
}

@media only screen and (min-width: 768px) {
   section:after {
      content: '';
      width: 0;
      height: 100%;
      border-left: 1px solid #fff;
      position: absolute;
      top: 0;
      left: 60px;
   }
}

/* -- -- */
.txt {
   text-align: justify;
}

@media only screen and (min-width: 768px) {
   .txt-c .txt {
      text-align: center;
   }
}

/* -- -- */
#sec1 {
   background: url("../img/shared/body-bg.jpg") repeat center top;
   position: relative;
   z-index: 1;
}

@media only screen and (max-width: 767px) {
   #sec1 {
      padding: 32vw 0 20vw;
   }

   #sec1:before {
      content: '';
      width: 100%;
      height: 100%;
      background: url("../img/index/sec1-top-bg.png") no-repeat center top/200% auto;
      position: absolute;
      top: 0;
      left: 0;
   }

   #sec1 figure {
      width: 50.8vw;
      margin: 12vw auto 0;
   }

   #sec1 .txt {
      padding-top: 16vw;
   }
}

@media only screen and (min-width: 768px) {
   #sec1 {
      padding: 216px 0 235px;
   }

   #sec1:before {
      content: '';
      width: 100%;
      height: 800px;
      background: url("../img/index/sec1-top-bg.png") no-repeat center bottom/cover;
      position: absolute;
      top: 0;
      left: 0;
   }

   #sec1 figure {
      width: 405px;
      margin: 45px auto 0;
   }

   #sec1 .txt {
      padding-top: 73px;
   }
}

/* -- -- */
#sec2 {
   position: relative;
}

@media only screen and (max-width: 767px) {
   #sec2 {
      display: flex;
      align-items: center;
      background: #000 url("../img/index/sec2-deco.png") no-repeat top left/80% auto;
      height: 100vh;
      box-sizing: border-box;
      padding-bottom: 14.4vw;
   }

   #sec2 h2 {
      text-align: center;
      line-height: 1.5;
   }

   #sec2 .txt,
   #sec2 .button {
      padding-top: 6vw;
   }

   #sec2 .photo {
      width: 200vw;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
   }

   #sec2 .photo figure {
      width: 200vw;
   }
}

@media only screen and (min-width: 768px) {
   #sec2 {
      display: flex;
      align-items: center;
      height: 100vh;
      background: #000 url("../img/index/sec2-deco.png") no-repeat top left;
      padding: 140px 180px 140px;
      box-sizing: border-box;
   }

   #sec2 .photo {
      width: 1780px;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
   }

   #sec2 .wrap {
      width: 100%;
      z-index: 1;
   }

   #sec2 .col {
      width: 552px;
   }

   #sec2 h2 {
      line-height: 55px;
   }

   #sec2 .txt {
      padding-top: 40px;
   }

   #sec2 .button {
      padding-top: 72px;
   }
}

/* -- -- */
#sec3 {
   position: relative;
}

#sec3 .line-animate {
   z-index: 1;
}

@media only screen and (max-width: 767px) {
   #sec3 {
      padding: 25.6vw 14vw 21.6vw;
   }

   #sec3 .slider_sp {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
   }

   #sec3 .slider_sp .slick-list,
   #sec3 .slider_sp .slick-track,
   #sec3 .slider_sp .slick-slide,
   #sec3 .slider_sp .slick-slide figure {
      width: 100%;
      height: 100%;
   }

   #sec3 .slider_sp .slick-slide a {
      pointer-events: none;
   }

   #sec3 .slider_sp .slick-dots {
      position: absolute;
      right: 0;
      bottom: 4vw;
      left: 0;
   }

   #sec3 .slider_sp .slick-dots li {
      display: flex;
      align-items: flex-end;
   }

   #sec3 .sec-ttl-en {
      z-index: 1;
   }

   #sec3 h2 {
      position: relative;
      z-index: 1;
   }

   #sec3 .button {
      position: relative;
      z-index: 1;
      padding-top: 7.6vw;
   }

   #sec3 .button li {
      padding-top: 2.4vw;
   }
}

@media only screen and (min-width: 768px) {
   #sec3 .sec-ttl-en {
      z-index: 2;
   }

   #sec3 h2 {
      position: absolute;
      top: 282px;
      right: 0;
      left: 0;
      z-index: 1;
      pointer-events: none;
   }

   #sec3 .row {
      display: flex;
   }

   #sec3 .row:hover .col {
      width: 25%;
   }

   #sec3 .row:hover .col span {
      opacity: 0;
   }

   #sec3 .row .col {
      width: 50%;
      box-sizing: border-box;
      transition: all 0.5s;
   }

   #sec3 .row .col a {
      display: block;
      position: relative;
      padding: 503px 23px 229px;
   }

   #sec3 .row .col span {
      display: inline-block;
      width: 100%;
      max-width: 420px;
      border: 1px solid #fff;
      padding: 8px 0;
      text-align: center;
      transition: opacity 0.3s;
   }

   #sec3 .row .col:hover {
      width: 75%;
   }

   #sec3 .row .col:hover span {
      opacity: 1;
   }
   #sec3 .row .txt-r a:hover {
      padding: 503px 24% 229px 56%;
   }
   #sec3 .row .txt-l a:hover {
      padding: 503px 57% 229px 23%;
   }
	
   #sec3 .row figure {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
   }
}

/* -- -- */
#sec4 {
   position: relative;
}

@media only screen and (max-width: 767px) {
   #sec4 {
      padding-bottom: 12vw;
   }

   #sec4 .sec-ttl-en {
      z-index: 1;
   }

   #sec4 .logo {
      margin: 0 -14vw;
   }

   #sec4 .tel {
      margin: -16vw auto 0;
      padding: 6.8vw 0;
      position: relative;
      line-height: 1.5;
   }

   #sec4 .tel .fnt-shippori-mincho {
      font-weight: 400;
      font-size: 4.4vw;
      letter-spacing: 0.2em;
   }

   #sec4 .tel .fnt-encode-sans-sc {
      font-weight: 300;
      font-size: 6.8vw;
      letter-spacing: 0.24em;
   }

   #sec4 .tel .fnt-encode-sans-sc:before {
      content: 'TEL:';
      font-size: 5vw;
   }

   #sec4 .tel small {
      font-size: 3.5vw;
   }

   #sec4 .box {
      line-height: 20px;
      padding-top: 6.6vw;
   }

   #sec4 .box dl {
      display: grid;
      grid-template-columns: 25vw auto;
      margin-right: -4vw;
      padding-top: 4vw;
   }

   #sec4 .cancel {
      background-color: rgba(0, 0, 0, 0.5);
      box-sizing: border-box;
      margin-top: 10vw;
      padding: 11vw 8vw;
   }

   #sec4 .cancel h3 {
      font-weight: 400;
      font-size: 4.4vw;
      line-height: 1.5;
      letter-spacing: 0.18em;
   }

   #sec4 .cancel .txt {
      line-height: 20px;
      padding-top: 4vw;
   }
}

@media only screen and (min-width: 768px) {
   #sec4 {
      padding-bottom: 150px;
   }

   #sec4 .tel {
      width: 680px;
      margin: -237px auto 0;
      padding: 33px 0 35px;
      position: relative;
      line-height: 31px;
   }

   #sec4 .tel .fnt-shippori-mincho {
      font-weight: 400;
      font-size: 20px;
      letter-spacing: 0.2em;
   }

   #sec4 .tel .fnt-encode-sans-sc {
      font-weight: 300;
      font-size: 32px;
      letter-spacing: 0.24em;
   }

   #sec4 .tel .fnt-encode-sans-sc:before {
      content: 'TEL:';
      font-size: 23px;
   }

   #sec4 .tel small {
      font-size: inherit;
   }

   #sec4 .box {
      display: flex;
      gap: 30px;
      line-height: 25px;
      padding: 108px 0 60px 42px;
   }

   #sec4 .box .col {
      width: 50%;
   }

   #sec4 .box dl {
      display: grid;
      grid-template-columns: 120px auto;
      padding-bottom: 25px;
   }

   #sec4 .cancel {
      width: 808px;
      background-color: rgba(0, 0, 0, 0.5);
      box-sizing: border-box;
      margin: 0 auto;
      padding: 57px 0 70px;
   }

   #sec4 .cancel h3 {
      font-weight: 400;
      font-size: 20px;
   }

   #sec4 .cancel .txt {
      line-height: 25px;
      padding-top: 10px;
   }
}

/* -- -- */
#gmap {
   position: relative;
}

.gmap {
   width: 100%;
   height: 480px;
   position: relative;
}

.gmap iframe {
   display: block;
   width: 100%;
   height: 100%;
   filter: grayscale(100%);
}

@media only screen and (min-width: 768px) {
   .gmap {
      height: 650px;
   }

   .gmap_btn {
      display: flex;
      justify-content: center;
      align-items: flex-end;
      gap: 30px;
      width: 540px;
      background-color: rgba(0, 0, 0, 0.8);
      box-sizing: border-box;
      padding: 23px 0 25px;
      position: absolute;
      bottom: 0;
      right: 0;
   }

   .gmap_btn .button {
      width: 293px;
   }

   .gmap_btn .gmap_print {
      position: relative;
      top: 7px;
   }

   .gmap_btn .gmap_print a {
      border-bottom: 1px solid #fff;
   }

   .gmap_btn .gmap_print a:hover {
      border-bottom-color: transparent;
   }
}

footer:after {
   content: '';
   width: 0;
   height: 100%;
   border-left: 1px solid #fff;
   position: absolute;
   top: 0;
}

@media only screen and (max-width: 767px) {
   footer:after {
      left: 4vw;
   }
}

@media only screen and (min-width: 768px) {
   footer:after {
      left: 60px;
   }
}
/*# osirase template */
.oshirase{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;/*適時指定 */
	text-align:left;
	background:#000;/*適時変更 */
	border:1px solid #fff;/*適時変更 */
	color:#fff;/*適時変更 */
	font-size:3.6vw;/*適時変更 */
	padding:15px 10px;
	display:block;
	margin:10px;/*shadow分marginを増やす(上下） */
	font-weight: normal;
	line-height: 1.8;/*適時変更 */
		z-index:1000;/*適時変更、固定ナビの下になるように */

}
.oshirase p{
	margin-bottom: 1em;
}
.oshirase p:last-child{
	margin-bottom: 0em;
}
.oshirase .ttl{
	font-size:130%;
	font-weight: bold;
}
.oshirase p span a{
	margin: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
	color:#000;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	background-color: #fff;
	box-sizing:border-box;
}
@media screen and (min-width:1000px) {
.oshirase{
	font-size:14px;/*適時変更 */
	display:block;
	width:800px;
	z-index:1000;/*適時変更、固定ナビの下になるように */
	margin:50px auto;/*shadow分marginを増やす(上下） */
		text-align:center;

}
	.oshirase p span a{
	margin: 10px auto;
	width: 350px;
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
	color:#000;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	background-color: #fff;
	box-sizing:border-box;
}
}
