@import url('https://fonts.googleapis.com/css2?family=WindSong:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900&display=swap&subset=japanese');

/**
 * reset
 */
 html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
 a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
 small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
 fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
 article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup,
 menu, nav, output, ruby, section, summary, time, mark, audio, video, main {
     margin: 0;
     padding: 0;
     border: 0;
     outline: 0;
     font-size: 18px;
     font-weight: normal;
     font-style: normal;
     vertical-align: baseline;
     background: transparent;
 }


body{
    background: #e72d46;
    margin: 0;
    color: #414242;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.content{
    width: 100%;
}

.content .padding{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    position:relative;
}


#anim_img_box{
    position: sticky;
    width: 100%;
    height: 100vh;
    top:0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
}

#anim_img{
    width: 100%;
    height:100vh;
    object-fit:cover;
    object-position: 30% 0;
}

#top img {
    width:100%;
    height:50vh;
    object-fit:cover;
    object-position: 10% 65%;
}

#seminar #top img{
    height:15vh;
    object-position: 10% 60%;
}

.top{
    width: 100%;
    height:90vh;
    position:relative;
}

.top img{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:90vh;
}

header{
    position:fixed;
    top:10px;
    right:10px;
    z-index:100;
}

header > img{
    width:100px;
    height:100px;
}

navi{
    position:fixed;
    top:10%;
    left:0;
    width:50px;
    z-index:50;
}

navi ul{
    background: #e72d46;
    width:25px;
    padding: 15px 10px 15px 0;
    border-radius: 0 10px 10px 0;
}

navi ul li {
    position:relative;
    padding: 2.5px 0 2.5px 10px;
    list-style: none;
    text-decoration: none;
    color: #666;
    transition:all 0.3s;
}

navi ul li a{
    color:white;
}

navi ul li.current a{
    color:#11c7b8;
}

navi ul li a:hover {
    color:#11c7b8;
}

navi ul li p{
    position:absolute;
    display:none;
    background:#0a8f84;
    color:white;
    font-size:10px;
    width:100px;
    padding-left: 5px;
    margin-left: 20px;
    top: 5px;
}

navi ul li:hover p {
    display:block;
}


/* logo */


@keyframes rotate-y{
    0%{animation-play-state: paused;}
    25%{transform:rotateY(0deg);}
    100%{transform:rotateY(360deg);}
  }
  
  .logo{
    animation:rotate-y 4s infinite;
    -webkit-animation:rotate-y 4s infinite;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 100;
    width:100px;
    height:100px;
    animation:rotate-y 3s infinite;
    -webkit-animation:rotate-y 3s infinite;
  }



p.home{
    position: fixed;
    top: 0;
    left: 0;
    z-index:100;
    width:60px;
    height:60px;
    background:#e72d46;
    text-align:center;
    margin:0;
    border-bottom-right-radius: 10px;
  }
  
p.home i{
    font-size:30px;
    line-height: 2;
    color:white;
  }
  



/*///////////////////*/

main#seminar {
    background: repeating-linear-gradient(-45deg, #b7fbf2 0, #b7fbf2 20px, #94f3e1 20px, #94f3e1 40px);
    padding-bottom: 10vh;
}


h1{
    position: absolute;
    top: 16vh;
    right: 0;
    left: 0;
    text-align: center;
    max-width: 80%;
    margin: 0 10%;
    font-size: 150px;
    color: #e72d46;
  /*  text-shadow: 0 0 10px #dafff7; */
    line-height:0.8;
    font-family: 'WindSong', Century, serif;
}


.belt{
    position: absolute;
    top: 400px;
    right: 0;
    left: 0;
    text-align: center;
    max-width: 100%;
    font-size: 150px;
    color: #ffffff;
    line-height: 1.5;
    background: #00000069;
    width: 100%;
    padding: 20px 0;
}


.belt p{
	max-width: 90%;
	margin: auto;
}



.keynote{
    text-align: center;
    margin: 30 10%;
	display: block;
    font-size: 40px;
	font-weight: 700;
    color: #e72d46;
    font-family:  "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}


#seminar h1{
    top:5vh;
    font-size:100px;
}

section{
    width:100%;
    height:100%;
    background:white;
    position:relative;
    overflow: hidden;
}

main#seminar section {
    width:900px;
    height:auto;
    max-width:100%;
    margin:0 auto;
    background:white;
    color:#122622;
    box-shadow: 0 10px 10px #0098a780;
}

section#top {
    height:50vh;
}

#seminar section#top {
    height:15vh;
    border-bottom: 10px solid #e72d46;
}


section img {
    object-fit:cover;
}

#seminar section img.seminar{
    width:100%;
    height:30vh;
    margin:0 0 30px 0;
}

div.text{
    position:relative;
    top: 15vh;
    width:680px;
    max-width: 80%;
    margin: 0 auto;
    text-align:center;
}

#seminar div.text{
    width:900px;
    max-width:90%;
}

#seminar div.text p{
    margin:0 0 20px 0;
}

#seminar div.text p.note{
    font-size:14px;
    color:gray;
    margin:20px 0;
}


#seminar div.text ul{
    margin: 0 auto;
    max-width:90%;
    list-style:decimal;
}

#seminar div.text ul.osusume{
    list-style:none;
}

#seminar div.text ul li{
    text-align:left;
    padding-bottom:10px;
}

#seminar div.text ul.osusume li{
    padding-left: 1em;
    text-indent: -1em;
}

div.text div.date{
    text-align:center;
    float:none;
    margin:0 auto 20px auto;
    min-height:20px;
    max-width:680px;
}

div.date_jp, div.date_jp span {
    font-size:24px;
	font-weight: 600;
	margin-bottom: 10;
	margin-top: 10;
}

#seminar div.text div.date{
    max-width:100%;
}

div.text div.date p.no{
    float:left;
}

div.text div.date p.no span{
    background:#11c7b8;
    color:white;
    padding:2px 10px;
    font-weight: 600;
    border-radius: 5px;
    margin: 0 10px;
    text-shadow:0 0 5px #1d6d72;
    width:60px;
}

div.text div.date p.date{
    font-size:30px;
    font-weight:700;
    float:right;
    line-height: 1.2;
}

#seminar div.text div.date p.date{
    float:none;
    line-height: 1.2;
    margin-top: 10px;
}

div.text p.type{
    font-size:150%;
    font-weight:700;
    text-align:center;
    margin-top:50px;
    float: left;
    width: 100%;
}


ul.osusume li i{
    margin-right:10px;
    color:#11c7b8;
}

div.product img {
    width:45%;
    float:left;
    object-fit:cover;
}

div.product p {
    width:50%;
    float:right;
    text-align:left;
}




div.cadcam_product img {
    width:45%;
    float:left;
    object-fit:cover;
}

div.cadcam_product .cadcam_text {
    width:50%;
    float:right;
    text-align:left;
}







/*紙吹雪*/
#particles-js{ 
	position:absolute;/*描画固定*/
	width: 100%;
	margin-top:-21vh;
}




h2{
    font-size:40px;
    font-weight:600;
    max-width: 90%;
    margin: 0 5% 20px 5%;
    text-align:center;
}

section div.white{
    color: white;
    text-shadow: 0 0 20px black;
}

.message{
    background:white;
}

h3 {
    font-size: 35px;
    font-weight: 600;
    max-width: 90%;
    margin: 0 5% 15px 5%;
    text-align: center;
    color: #11c7b8;
}

div.table{
    width:100%;
    float:none;
    border-top: 1px solid #435c57;
    overflow:auto;
    background: #253a36;
    color:white;
}

div.table div.table-item{
    width:25%;
    float:left;
    padding:10px 2.5%;
    font-weight:700;
    background:#253a36;
    text-align:left;
}

div.table div.contents{
    padding:10px;
    text-align:left;
}

#about div.table div.contents {
    width: 65%;
    padding: 10px 2.5%;
    float: right;
    text-align: left;
    background: #14302b;
}

section#about{
    background: #11c7b8;
    padding:10vh 0;
    height:auto;
}

#about div.table{
    background:#019d8f;
    border-top: 1px solid #cbf1e9;
}

#about div.table div.table-item{
    background:#019d8f;
}

#about div.table div.contents{
    background: #9bddd7;
    color: #122622;
}

div.table p{
    padding:15px 10px 0 10px;
    text-align:left;
}

div.table p.button{
    text-align:right;
    padding:0 10px 20px 10px;
}

span.type{
    color:white;
    padding:3px 8px;
    font-size:12px;
    line-height: 2.5;
    border-radius: 5px;
    margin-right:10px;
    font-weight:600;
}


span.main{
    background:#e72d46;
}

span.normal{
    background:gray;
}

span.knit{
    background:#8070a9;
}

span.design{
    background:#0098a7;
}

span.cadcam{
    background:#004f99;
}

span.yarnbank{
    background:#e9923b;
}

span.plm{
    background:#3cb467;
}

div.table div.contents ul{
    padding-left: 25px;
}

div.table div.contents img{
    width:100%;
    padding-bottom: 10px;
}

div.table div.contents img.profile{
    margin: 0 20px 20px 0;
    width: 100px;
    float: left;
}

.profile2{
	width: 30%; 
	margin-bottom: 10px; 
	margin-top: 10px;
}

a {
    color:#e72d46;
}





p.top{
    position: fixed;
    bottom: 0;
    right: 0;
    z-index:100;
    width:60px;
    height:60px;
    background:#e72d46;
    text-align:center;
    margin:0;
    line-height:0;
    font-size:12px;
    color:white;
    border-top-left-radius: 10px;
  }
  
p.top i{
    font-size:30px;
    line-height: 1.4;
  }







/*=== 9-1-2 丸が動いてスクロールを促す ====*/

#scroll {
    position:fixed;
    bottom:0;
    width:100%;
    z-index:150;
}

/*スクロールダウン全体の場所*/
.scrolldown2{
    /*描画位置※位置は適宜調整してください*/
  position:absolute;
  bottom:10px;
  left:50%;
}

/*Scrollテキストの描写*/
.scrolldown2 span{
    /*描画位置*/
  position: absolute;
  left:10px;
  bottom:10px;
    /*テキストの形状*/
  color: #e72d46;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  /*縦書き設定*/
  -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

/* 丸の描写 */
.scrolldown2:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom:0;
    left:-4px;
    /*丸の形状*/
  width:10px;
  height:10px;
  border-radius: 50%;
  background:#e72d46;
    /*丸の動き1.6秒かけて透過し、永遠にループ*/
  animation:
    circlemove 1.6s ease-in-out infinite,
    cirlemovehide 1.6s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove{
      0%{bottom:45px;}
     100%{bottom:-5px;}
 }

/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide{
      0%{opacity:0}
     50%{opacity:1;}
    80%{opacity:0.9;}
  100%{opacity:0;}
 }

/* 線の描写 */
.scrolldown2:after{
  content:"";
    /*描画位置*/
  position: absolute;
  bottom:0;
  left:0;
    /*線の形状*/
  width:2px;
  height: 50px;
  background:#e72d46;
}

footer {
	text-align:center;
	padding:50px 0;
    color:white;
}

footer div{
	display:flex;
	justify-content:space-evenly;
	width: 80%;
	max-width:1500px;
	margin:0 auto 50px;
}

footer ul {
	float:left;
	width:90%;
}

footer ul li {
	list-style:none;
	padding:5px;
	font-weight: 300;
}

footer ul li a {
	color:white;
  text-decoration:none;
}

footer ul li a:hover {
	text-decoration: underline;
}

footer ul li.sub-t {
	font-size:20px;
	font-weight:400;
}

footer ul li a:hover {
	text-decoration:underline;
}

footer small address {
	opacity:.6;
	font-size:12px;
}



.gradient1{
    /*ボタンの形状*/
    display: inline-block;
    color:#fff;
    padding: 18px 60px;
    border-radius:30px;
    text-decoration: none;
    outline: none;
    /*背景の色と形状*/
    background: linear-gradient(270deg, #ff357f 0%, #e72d46 25%, #e72d46 51%, #ff357f 100%);
    background-position: 1% 50%;
    background-size: 200% auto;
    /*アニメーションの指定*/
    transition: all 0.3s ease-out;
    margin: 20px auto;
    font-weight: 600;
}

/*hoverした際の、背景の場所とテキスト色の変更*/
.gradient1:hover {
    color: #fff;
    background-position: 99% 50%;
}

.detail-b{
    padding: 5px 20px;
    font-size: 14px;
    margin: 10px 0;
}


.sp {
    display:none;
}


.reception_end {/*「受付は終了いたしました。」の赤破線の表記*/
    color: #888888;
    font-weight: bold;
    font-size: 16px;
    border: 1px dotted #888888;
    border-radius: 5px;
    max-width: 300px;
    width: auto;
	margin: 0 auto 30px auto;
    padding: 0;
	margin: 50px auto;
	text-align: center;
}

.gray_area {
    background: #888888;
    padding: 40px 20px 30px 20px;
    text-align: center;
    width: 500px;
    max-width: 70%;
    margin: auto;
	margin-bottom: 10vh;
}

.gray_area .button {
	border: 1px solid #f5e828;
	/*border-radius: 5px;*/
	background-color: #f5e828;
	padding: 10px 20px;
	text-align: center;
	color: #005b7f;
	width: 160px;
	/*margin: auto;*/
}

.gray_area .button_frame {
	width: 250px;
	margin: auto;
}


.color_ffffff {
	color: #ffffff;
}


html { scroll-behavior: smooth;}

h1 span {
	font-size: 36px; 
	display: block;
	margin-top: 20px;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-weight: 500;
}

.category {
	text-align: center;
	padding: 10vh 0;
}

.category h2 {
    margin-bottom: 50px;
	color: #ffffff;
}

.category a {
	/*
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;*/
    display: inline-block;
    color:#fff;
    padding: 18px 18px;
    border-radius:30px;
    text-decoration: none;
    outline: none;
    /*背景の色と形状*/
    background: linear-gradient(270deg, #94f3e1 0%, #11c7b8 25%, #11c7b8 51%, #94f3e1 100%);
    background-position: 1% 50%;
    background-size: 200% auto;
    /*アニメーションの指定*/
    transition: all 0.3s ease-out;
    margin: 15px auto;
    font-weight: 600;
	width: 290px;
}

.category a i {
	font-size: 18px;
    margin: 0 10px 0 5px;
}

.category a:hover {
    color: #fff;
    background-position: 99% 50%;
}

.category_p {
    /*width: 500px;*/
	margin: auto;
	max-width: 90%;
	/*text-align: left;*/
}

/*
.category_p div {
    background: #11c7b8;
    margin: 10px;
    padding: 10px;
    border-radius: 48px;
}*/


@media only screen and (max-width: 1230px) {

    h1{
        top:7vh;
    }
}


@media only screen and (max-width: 920px) {
#seminar h1{
    font-size:60px;
}
main#seminar {
    padding-bottom: 0;
}

main#seminar section {
    box-shadow:none;
}

}



@media only screen and (max-width: 830px) {

div.text div.date p.no{
    text-align:center;
    margin: 0 auto 10px auto;
    /*width: 70px;*/
    height:30px;
    float:none;
}

div.text div.date p.no span{
    margin:0;
}

div.text div.date p.date {
    text-align:center;
    margin: 5px 0 20px 0;
    float:none;
    font-size:18px;
}
	
div.date_jp, div.date_jp span {
	font-size:18px;
}
	
	
.category a, .category a i {
	font-size: 14px;
}
}


@media only screen and (max-width: 600px) {

#top img,
section#top {
   height:90vh;
}

h1{
    top:19vh;
    font-size:85px;
}

div.product p,
div.product img {
    width:100%;
    float:none;
    margin-bottom:20px;
}

	
div.cadcam_product .cadcam_text,
div.cadcam_product img {
    width:100%;
    float:none;
    margin-bottom:20px;
}
	

div.cadcam_product h4 {
	text-align: center;
}	

	
img.logo{
    width:50px;
    height:50px;
}

div.text div.date p.date {
    margin-top: 5px;
}

h2{
    font-size:30px;
}



}

@media only screen and (max-width: 500px) {
#seminar h1{
    top:7vh;
    font-size:50px;
}

#seminar div.text div.date p.date {
    font-size: 18px;
}
#seminar div.text p {
    margin: 0 0 10px 0;
}

.top-b{
    text-align: center;
    position: absolute;
    top: 55vh;
    right: 0;
    left: 0;
}

}

@media only screen and (max-width: 830px) {

/**
 * reset
 */
 div, p, ul, li, a {
     font-size: 14px;
 }

}


@media only screen and (max-width: 600px) {
	
/*紙吹雪*/
#particles-js{ 
	margin-top:-70vh;
}

	footer div {
		display: block;
	}

	footer ul {
		float: none;
		margin-bottom: 20px;
		width:100%;
	}

	footer small address {
		width: 80%;
		margin: 0 auto;
	}

    .pc{
        display:none;
    }

    .sp {
        display:block;
    }


}







@media only screen and (max-width: 450px) {
div.table div.table-item{
    width:35%;
}

#seminar h1 {
    font-size: 35px;
}

#about div.table div.contents {
    width: 55%;
}

}








.area{
    overflow: hidden;
  }
  .wrap{
    position: relative;
    height: 100vh;
  }
  .item{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    font-weight: bold;
    color: #fff;
  }
/*  .item01{ background: #e94d15; }
/*  .item02{ background: #f18d1d; }
/*  .item03{ background: #f8b633; }
  /*.item04{ background: #8cc561; }*/
  /*.item05{ background: #56aa59; }*/
  /*.item06{ background: #3d6b35; }*/
  
  .item01,
  .item02{
    width: 100%;
  }
  
  .item03,
  .item04,
  .item05,
  .item06{
    position: absolute;
  }
  .waku{
    position: absolute;
    top: 0;
    left:0;
    z-index: 10;
    width: 100%;
    height: 100vh;
 /*   border: 10px solid #333; */
 /*   box-shadow: inset 0 0 5px 5px #aaa; */
  }
