@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;400;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Noto Sans JP', sans-serif;
}

.header {
	position: relative;
    width: 100%;
    height: 20vh;
    background-position: center;
    background-size: cover;
	z-index: 50;
}

nav {
    width: 100%;
    padding: 10px 0;
    text-align: center;
    /* position: fixed;
    top: 0;
    left: 0; */
}

.logo {
    width: 150px;
    margin: 0 auto 20px auto;
    cursor: pointer;
    font-size: 2rem;
    font-weight: 250;
    font-style: normal;
    font-family: "Arial Black", Gadget, sans-serif;
}

nav ul {
    background: #a6a6a8;
    width: 100%;
    margin-top: 10px;
	font-size: 0.8rem;
}

nav ul li {
    display: inline-block;
    list-style: none;
    margin: 10px 20px;
}

nav ul li a {
    text-decoration: none;
    color: white;
}

nav ul li a:hover {
    color: #d0e39b;
}

nav.sticky {
    position: fixed;
    top: 0;
    left: 0;
    background: #a6a6a8;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 3%;
    max-height: 6%;
    transition: all 0.6s;
}

nav.sticky .logo {
    margin: 20px 0;
}

nav.sticky ul {
    background: transparent;
    font-size: 0.8rem;
}


.slide {
    position: relative;
    width: 100%;
    height: 1300px;
    overflow: hidden;
    z-index: 10;
    padding-top: 0px;
    margin-top: -360px;	
}
 
@keyframes slideshow{
  0%{
    opacity: 0;
  }
  10%{
    opacity: 1;
  }
  28%{
    opacity: 1
  }
  38%{
    opacity: 0;
  }
  100%{
    opacity: 0;
  }
}
 
.slide img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    opacity: 0;
    animation : slideshow 24s linear infinite;
    padding-top: 0px;
    margin-top: 0px;
}
 
.slide img:nth-child(2){
  animation-delay: 8s;
}
 
.slide img:last-child{
  animation-delay: 16s;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(2rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.text1 {
    max-width: 1000px;
    margin-top: 0 auto;
    margin: 0 auto;
    padding-right: 2%;
    padding-left: 2%;
    height: auto;
    padding-top: 0px;
	
  animation: fadeIn ease-in;
  animation-timeline: view(); /* スクロールと連動 */
  animation-range: entry 0% cover 40%;
}
.text1-2 {
    max-width: 1000px;
    margin-top: 0 auto;
    margin: 0 auto;
    padding-right: 2%;
    padding-left: 2%;
    height: auto;
    padding-top: 0px;
	
  animation: fadeIn ease-in;
  animation-timeline: view(); /* スクロールと連動 */
  animation-range: entry 0% cover 40%;
}

.pattern {
    max-width: 1000px;
    margin-right: auto;

    margin-bottom: 70px;
    padding-right: 2%;

    height: auto;
    padding-top: 0px;
    margin-top: 100px;
    
  animation: fadeIn ease-in;
  animation-timeline: view(); /* スクロールと連動 */
  animation-range: entry 0% cover 30%;
}

.pattern_2 {
    max-width: 1000px;
    margin-left: auto;

    margin-bottom: 70px;
    padding-left: 2%;

    height: auto;
    padding-top: 0px;
    margin-top: 100px;
    
  animation: fadeIn ease-in;
  animation-timeline: view(); /* スクロールと連動 */
  animation-range: entry 0% cover 30%;
}

.text2 {
    max-width: 1000px;
    margin-top: 0 auto;
    margin: 0 auto;
    padding-right: 2%;
    padding-left: 2%;
    height: auto;
    padding-top: 50px;
	
  animation: fadeIn ease-in;
  animation-timeline: view(); /* スクロールと連動 */
  animation-range: entry 0% cover 30%;
}
.text2-2 {
    max-width: 1000px;
    margin-top: 0 auto;
    margin: 0 auto;
    padding-right: 2%;
    padding-left: 2%;
    height: auto;
    padding-top: 60px;
	
  animation: fadeIn ease-in;
  animation-timeline: view(); /* スクロールと連動 */
  animation-range: entry 0% cover 30%;
}
.text2-3 {
    max-width: 1000px;
    margin-top: 0 auto;
    margin: 0 auto;
    padding-right: 2%;
    padding-left: 2%;
    height: auto;
    padding-top: 60px;
	
  animation: fadeIn ease-in;
  animation-timeline: view(); /* スクロールと連動 */
  animation-range: entry 0% cover 30%;
}
.text3 {
    max-width: 1000px;
    margin-top: 0 auto;
    margin: 0 auto;
    padding-right: 2%;
    padding-left: 2%;
    height: auto;
    padding-top: 30px;
	
  animation: fadeIn ease-in;
  animation-timeline: view(); /* スクロールと連動 */
  animation-range: entry 0% cover 30%;
}
.text4 {
    max-width: 1000px;
    margin-top: 50px;
    margin-bottom: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 2%;
    padding-left: 4%;
    animation: fadeIn ease-in;
    animation-timeline: view(); /* スクロールと連動 */
    animation-range: entry 0% cover 30%;
    
}
.UV {
	display:flex;
	max-width: 1000px;
    margin-top: 0 auto;
    margin: 0 auto;
    padding-right: 2%;
    padding-left: 2%;
    height: auto;
    padding-top: 20px;
	
  animation: fadeIn ease-in;
  animation-timeline: view(); /* スクロールと連動 */
  animation-range: entry 0% cover 30%;
}
.UV001 {
    max-width: 1000px;
    margin-top: 0 auto;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 2%;
    padding-left: 4%;
    height: auto;
    padding-top: 50px;
    animation: fadeIn ease-in;
    animation-timeline: view(); /* スクロールと連動 */
    animation-range: entry 0% cover 30%;
    margin-bottom: 30px;
}

.table {
    max-width: 1000px;
    margin-top: 0 auto;
    margin: 0 auto;
    padding-right: 2%;
    padding-left: 4%;
    height: auto;
    padding-top: 50px;  
}


.newKokusenATSUDE_SW {
    max-width: 1000px;
    height: 40px;
    margin-top: 0 auto;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 80px;
    display: flex;
    padding-top: 40px;
}
.newKokusenATSUDE_SW00 {
    max-width: 1000px;
    height: 40px;
    margin-top: 0 auto;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 180px;
    display: flex;
    padding-top: 40px;
}
.newKokusenATSUDE_SW1 {
    margin-left: 120px;
}
.newKokusenATSUDE_SW2 {
    margin-left: 65px;
}
.newKokusenATSUDE_SW3 {
    margin-right: auto;
    margin-left: auto;
}
.newKokusenATSUDE_SW4 {
    margin-top: 25px;
    margin-left: 107px;
}

.footer {
    width: 100%;
    height: 200px;
    background-color: #a6a6a8;
    margin-top: 100px;
}
.logo_mcons {
    max-width: 100px;
    width: 100%;
    height: auto;
    margin-top: 0 auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    padding-top: 70px;
}
.copyright {
	max-width: 400px;
    width: 100%;
    padding-top: 1px;
    color: #FFFFFF;
    font-size: 1em;
	margin-top: 0 auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
}

.shop_waku {
    width: 1000px;
    height: 120px;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    
  animation: fadeIn ease-in;
  animation-timeline: view(); /* スクロールと連動 */
  animation-range: entry 0% cover 30%;
}
.shop {
    width: 600px;
    height: 120px;
}
.SJ-01 {
    max-width: 1000px;
    width: 100%;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    
    animation: fadeIn ease-in;
    animation-timeline: view(); /* スクロールと連動 */
    animation-range: entry 0% cover 30%;

}
.SJ-02 {
    max-width: 1000px;
    width: 100%;
    margin-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
       
    animation: fadeIn ease-in;
    animation-timeline: view(); /* スクロールと連動 */
    animation-range: entry 0% cover 30%;
}

.space {
	max-width: 1000px;
	width: 100px;
	height: 60px;
	margin-top: 0 auto;
    margin: 0 auto;
}
.space2 {
	max-width: 1000px;
	width: 100px;
	height: 40px;
	margin-top: 0 auto;
    margin: 0 auto;
}
.space3 {
	max-width: 1000px;
	width: 100px;
	height: 60px;
	margin-top: 0 auto;
    margin: 0 auto;
}

#page_top{
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}
#page_top a:before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #3f98ef;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a:after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #3f98ef;
}
