﻿@charset "UTF-8";

/*font*/
@font-face {
  font-family: 'Questrial-Regular';
  src: url("../fonts/Questrial-Regular.ttf");
}


body {
	font-size: 12px;
	font-family:"小塚ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic";
	background:#abb1ab;
}



.top5{
	margin-top:5px;
}

.top10{
	margin-top:10px;
}

.top15{
	margin-top:15px;
}

.top20{
	margin-top:20px;
}

.top30{
	margin-top:30px;
}

.top40{
	margin-top:40px;
}

.top50{
	margin-top:50px;
}

.top60{
	margin-top:60px;
}

.top70{
	margin-top:70px;
}

.top80{

	margin-top:80px;
}
.top100{
	margin-top:100px;
}

.bottom5{
	margin-bottom:5px;
}

.bottom10{
	margin-bottom:10px;
}

.bottom20{
	margin-bottom:20px;
}

.bottom30{
	margin-bottom:30px;
}

.bottom40{
	margin-bottom:40px;
}

.bottom50{
	margin-bottom:50px;
}

.bottom60{
	margin-bottom:60px;
}

.bottom100{
	margin-bottom:100px;
}

.padding30{
	padding-right:30px;
}

/* clear */
.clear {
	clear: both;
}

/* ---------------------------------------------------- */

/* 共通 */
*{
}

#wrap{
	max-width:500px;
	width:90%;
}



.seeknit_logo {
	width:23%;
	object-fit:cover;
	border-radius:50%;
	object-position:0px 0px;
}

.center {
	text-align:center;
}

.centering{
margin-left: auto;
margin-right: auto;
}

.font_1{
	color:#ffffff;
	font-size: 1.6em;
	font-weight:bold;
}

.font_2{
	color:#ffffff;
	font-size: 1.2em;
	font-weight:bold;
}

.font_3{
	color:#ffffff;
	font-size: 0.9em;
	font-weight:bold;
}

.waku{
	border: solid 2px #989e98;
}



/*3列 横並び*/
.item-list{
  display: flex;
	width:100%;
justify-content:space-between;
  flex-wrap: wrap;
}
.item-list .item{
width: 31%;
}



/*4列 横並び*/
.item-list2{
  display: flex;
	width:100%;
justify-content:space-between;
  flex-wrap: wrap;
}
.item-list2 .item2{
width: 21%;
}


/* Youtube 比率維持 */
.youtube_wrap{
	    padding-top: 56.25%;
	    width: 100%;
	    position: relative;
	}
	 
	.youtube_wrap iframe{
	    width: 100%;
	    height: 100%;
	    position: absolute;
	    top: 0px;
	    left: 0px;
	}


/* 画像上の文字*/
.text{
	color:#ffffff;
	font-size: 1.1em;
	font-weight:bold;
}


.text2{
	color:#ffffff;
	font-size: 0.9em;
	font-weight:bold;
}

.kadomarushadow {
	border-radius: 20px;
	box-shadow: 0 5px 13px 0 rgba(0, 0, 0, .5);
}

/* 改行禁止 */
.nowrap {
	white-space:nowrap;
	overflow:hidden;
	width:95%;
}


/* モーダルウインドウ */
.modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
  text-align: center;
  background: #fff;
  padding: 30px;
}

.modal-overlay{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0,0,0,0.65);
  z-index: 1;
}

.modal-open,
.modal-close {
  cursor: pointer;
}


.modal-cont {
  font-size: 30px;
}
.modal-close {
  margin: 15px 0 0;
}
p {
  margin: 50px;
}


/* マウスオーバー */
a {
	transition: 0.3s;
}
a:hover{
	opacity: 0.7;
}


/*modal*/

.font1{
	font-size:20px;
	font-weight:bold;
}

.font2{
	font-size:14px;
	color:#808080;
}








