  /* @charset "utf-8"; */


  html, body, div, span, object, iframe,
  h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  abbr, address, cite, code,
  del, dfn, em, img, ins, kbd, q, samp,
  small, strong, sub, sup, var,
  b, i,
  dl, dt, dd, ol, ul, li,
  fieldset, form, label, legend,
  table, caption, tbody, tfoot, thead, tr, th, td,
  article, aside, canvas, details, figcaption, figure,
  footer, header, hgroup, menu, nav, section, summary,
  time, mark, audio, video {
      margin:0;
      padding:0;
      border:0;
      outline:0;
      font-size:100%;
      vertical-align:baseline;
      background:transparent;
  }


/* .gazou{
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-position: center;
} */

/* @media screen and (min-width: 780px) {
    .gazou {
    margin: auto;
    width: 100%;
    }
} */

/* .gazou2{
position: absolute;
width: 100%;
padding-bottom: 65.5%;
background: center;
} */


/* ローディング画面 */

.loading {
position: fixed;
z-index: 1000;
width: 100%;
height: 100vh;
margin: 0;
padding: 0;
background: #fdfdfd;
}
.loading.hide {
opacity: 0;
pointer-events: none;
transition: opacity 4s;
}
.loading .circle {
display: block;
position: relative;
top: calc( 50% - 20px );
width: 40px;
height: 40px;
margin: 0 auto;
border: 8px solid #e0e0e0;
border-top: 7px solid rgba(0, 0, 0, 0.5);
border-radius: 50px;
animation: loading 700ms linear 0ms infinite normal both;
}
@keyframes loading {
0% { transform: rotate( 0deg ); }
100% { transform: rotate( 360deg ); }
}

p.load{
position: absolute;
top:55%;
left: 50%;
transform: translate3d(-50%, -50%, 0);
text-align: center;
font-family: Raleway, sans-serif;
color: rgba(0, 0, 0, 0.5);
}


/* アニメーション */
.slideshow {
      position: absolute;
      width: 100%;
      height: 100%;
      overflow: hidden;
  }

  .slideshow-image {
      position: absolute;
      width: 100%;
      height: 100%;
      background: no-repeat 50% 50%;
      background-size: cover;
      animation-name: kenburns;
      animation-timing-function: linear;
      animation-iteration-count: infinite;
      animation-duration: 25s;
      opacity: 1;
      transform: scale(1.2);
  }
  .slideshow-image:nth-child(1) {
      animation-name: kenburns-1;
      z-index: 3;
  }
  .slideshow-image:nth-child(2) {
      animation-name: kenburns-2;
      z-index: 2;
  }
  .slideshow-image:nth-child(3) {
      animation-name: kenburns-3;
      z-index: 1;
  }
  .slideshow-image:nth-child(4) {
      animation-name: kenburns-4;
      z-index: 0;
  }

  @keyframes kenburns-1 {
  0% {
      opacity: 1;
      transform: scale(1.2);
  }
  1.5625% {
      opacity: 1;
  }
  23.4375% {
      opacity: 1;
  }
  26.5625% {
      opacity: 0;
      transform: scale(1);
  }
  100% {
      opacity: 0;
      transform: scale(1.2);
  }
  98.4375% {
      opacity: 0;
      transform: scale(1.2117647059);
  }
  100% {
      opacity: 1;
  }
  }
  @keyframes kenburns-2 {
  23.4375% {
      opacity: 1;
      transform: scale(1.2);
  }
  26.5625% {
      opacity: 1;
  }
  48.4375% {
      opacity: 1;
  }
  51.5625% {
      opacity: 0;
      transform: scale(1);
  }
  100% {
      opacity: 0;
      transform: scale(1.2);
  }
  }
  @keyframes kenburns-3 {
  48.4375% {
      opacity: 1;
      transform: scale(1.2);
  }
  51.5625% {
      opacity: 1;
  }
  73.4375% {
      opacity: 1;
  }
  76.5625% {
      opacity: 0;
      transform: scale(1);
  }
  100% {
      opacity: 0;
      transform: scale(1.2);
  }
  }
  @keyframes kenburns-4 {
  73.4375% {
      opacity: 1;
      transform: scale(1.2);
  }
  76.5625% {
      opacity: 1;
  }
  98.4375% {
      opacity: 1;
  }
  100% {
      opacity: 0;
      transform: scale(1);
  }
  }



/* 2枚目txt */
.pro{
font-size: 100px;
}

.propro{
font-family: arial;
height: flex;
width: flex;
text-align: left;
display: inline-block;
}

.naiyou{
font-size: 30px;
word-break:keep-all;
}

.containers2 {
  font-family: arial;
  font-size: 50px;
  /* width: 500px; */
  height: flex;
  width: flex;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.562);
  /* position: absolute; */
  padding: 5%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin-left: 20px;
  margin-right: 20px;
}



/* 3枚目 */
/* 横スライド */
.swiper{
width: 86%;
}
.swiper-wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
  height: auto;
  }

  .swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  color: #ffffff;
  width: 100%;
  height: auto;
  text-align: center;
  line-height: auto;
  }

  /* .swiper-slide:nth-child(5n + 1) {
      background-color: #080101;
  }
  .swiper-slide:nth-child(5n + 2) {
    background-color: #080101;
  }
  .swiper-slide:nth-child(5n + 3) {
    background-color: #080101;
  }
  .swiper-slide:nth-child(5n + 4) {
    background-color: #080101;
  }
  .swiper-slide:nth-child(5n + 5) {
    background-color: #080101;
  } */


  .aaa{
      width: 100%;
      height: 100%;
  }

  .containers {
  font-family: arial;
  font-size: 50px;
  width: 500px;
  height: 50%;
  width: 100%;
  text-align: center;

  /* position: absolute; */
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}



/* 4枚目 */
.syumisyumi{
    /* top: 50%; 
    left: 50%;  
    transform: translateY(-50%) translateX(-50%); 
    -webkit-transform: translateY(-50%) translateX(-50%); */

    height: flex;
    width: flex;
    text-align: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    font-size: 50px;

}
.syumi{
    width: 50%;
    height: auto;
}


/*========= レイアウトのためのCSS ===============*/

/* #header{
padding: 52px;
background:#666;
color: #fff;
text-align: center;
} */

h1.name {
position: absolute;
top: 50%;
left: 50%;
width: flex;
transform: translate3d(-50%, -50%, 0);
z-index: 99;
text-align: center;
font-family: Raleway, sans-serif;
/* font-family: cursive; */
/* font-weight: 600; */
text-transform: uppercase;
background-color: rgba(255, 255, 255, 0.75);
box-shadow: 0 1em 2em -1em rgba(0, 0, 0, 0.5);
padding: 5%;
line-height: 1.5;
font-size:75px;
color: #080101;
}
h1 small {
display: block;
text-transform: lowercase;
font-size: 20px;
}
h1 small:first-child {
border-bottom: 1px solid rgb(0, 0, 0);
padding-bottom: 0.5em;
}
h1 small:last-child {
border-top: 1px solid rgb(0, 0, 0);
padding-top: 0.5em;
}

.boximage{
display:flex;
justify-content: center;
align-items: center;
text-align: center;
}

.box{
color: #fff;
/* padding: 40px; */
display:flex;
justify-content: center;
align-items: center;
text-align: center;
}

#box2{
  background-image: url(https://user0514.cdnw.net/shared/img/thumb/suisseDSCF9732_TP_V.jpg);
  background-position: 50%;
  width: 100%;
  height: 100%;
}
#box3{
  background-image: url(https://user0514.cdnw.net/shared/img/thumb/kumakichi0221013_TP_V.jpg);
  background-position: 50%;
  width: 100%;
  height: 100%;
}
#box4{
  background-image: url(https://user0514.cdnw.net/shared/img/thumb/tokyo0720IMGL6959_TP_V.jpg);
  background-position: 50%;
  width: 100%;
  height: 100%;
}

/* #footer{
background:#333;
color:#fff;
padding:40px;
text-align:center;
}

#footer a{
color: #fff;
} */

/*========= ページネーションCSS ===============*/

.pagination {
position:fixed;
right:20px;
top: 50%;
  transform: translateY(-50%);
font-size:1em;
z-index: 10;
list-style: none;
}

.pagination a {
display:block;
height:20px;
margin-bottom:5px;
color:#fff;
position:relative;
padding:4px;
}

.pagination a.active:after {
box-shadow:inset 0 0 0 5px;
}

/*現在地表示のテキストの設定*/
.pagination a .hover-text {
position:absolute;
right:15px;
top:0;
opacity:0;
-webkit-transition: opacity 0.5s ease;
transition: opacity 0.5s ease;
padding-right: 15px;
}

.pagination a:hover .hover-text {
opacity: 1;
}

.pagination a:after {
-webkit-transition:box-shadow 0.5s ease;
transition:box-shadow 0.5s ease;
width:10px;
height:10px;
display: block;
border:1px solid;
border-radius:50%;
content:"";
position: absolute;
margin:auto;
top:0;
right:3px;
bottom:0;
}

/*768px以下は現在地表示のテキストを非表示*/
@media screen and (max-width:768px) { 
.pagination a .hover-text{
  display: none;
} 
.box h1.name{
    max-width: 400px;
}
.containers2{
    max-width: 400px;
}

h1.pro{
    font-size: 70px;
}
p.naiyou{
    font-size: 20px;
}
}