@charset "UTF-8";
/*!
Theme Name: aizawa
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.1.6
*/



/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}



body {
	width: 100%;
	font-size: 12px;
	line-height: 2;
	font-family: "Hina Mincho", serif;
	letter-spacing:1px;
	overflow-x: hidden;
	color:#000;
	counter-reset: number 0;
}

body * {
  color: #000;
}

html {
  scroll-behavior: smooth;
	scroll-padding-top: 170px;
}


.rbt {
	font-family: Roboto;
}

a{
	color:#000;
	text-decoration: none;
	transition: 0.5s;
}


a:hover{
	opacity: 0.6;
}

img a:hover{
	opacity: 0.7;
}


a:active, a:focus,input:active, input:focus{outline:0;}

h1 {
	font-size: 40px;
	font-weight: 600;
	padding: 10px 0;
	letter-spacing: 3px;
}

@media screen and (max-width:600px) {
	h1 {
	font-size: 30px;
	font-weight: 600;
	padding: 10px 0;
}
}


hr {
	height: 1px;
}

* {
    box-sizing: border-box !important;
}


a.anchor {
    display: block;
}


/* 共通
------------------------------------------------------------*/

.cen {
	text-align: center !important;
}

.right {
	text-align: right !important;
}

.img-cen {
	margin: 10px auto;
	text-align: center;
}

img{
	width: 100%;
	height: auto;
	vertical-align:top;
}

img.img100 {
	width:100px !important;
}

img.img120 {
	width:120px !important;
}

img.img200 {
	width:200px !important;
}

img.img80p {
	width:80% !important;
}
@media screen and (max-width:600px) {
img.img80p {
	width:100% !important;
}
}


.mtb10 {margin: 10px 0 !important;}
.mtb20 {margin: 20px 0 !important;}
.mtb30 {margin: 30px 0 !important;}
.mtb50 {margin: 50px 0 !important;}
.mtb70 {margin: 70px 0 !important;}

.mt5 {margin-top: 5px !important;}
.mt10 {margin-top: 10px !important;}
.mt20 {margin-top: 20px !important;}
.mt30 {margin-top: 30px !important;}
.mt50 {margin-top: 50px !important;}
.mt70 {margin-top: 70px !important;}

.mb0 {margin-bottom: 0 !important;}
.mb10 {margin-bottom: 10px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb50 {margin-bottom: 50px !important;}
.mb70 {margin-bottom: 70px !important;}
.mb100 {margin-bottom: 100px !important;}

.ptb70 {padding: 70px 0 !important;}

.pb10 {padding-bottom: 10px !important;}
.pb30 {padding-bottom: 30px !important;}
.pb50 {padding-bottom: 50px !important;}
.pb70 {padding-bottom: 70px !important;}
.pb90 {padding-bottom: 90px !important;}
.pb100 {padding-bottom: 100px !important;}

.pt30 {padding-top: 30px !important;}
.pt50 {padding-top: 50px !important;}
.pt70 {padding-top: 70px !important;}
.pt100 {padding-top: 100px !important;}
.pt120 {padding-top: 120px !important;}
.pt200 {padding-top: 200px !important;}

.spacer20 {height: 20px;}
.spacer30 {height: 30px;}
.spacer50 {height: 50px;}
.spacer60 {height: 60px;}
.spacer70 {height: 70px;}
.spacer75 {height: 75px;}
.spacer80 {height: 80px;}
.spacer100 {height: 100px;}
.spacer120 {height: 120px;}
.spacer200 {height: 200px;}

.tb {
	font-weight: bold;
}


button {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 20px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  font-size: 12px;
  padding-top: 6px;
  font-weight: bold;
  color: pink;
  background: #000;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: .2s;
  letter-spacing: 1px;
	z-index: 2000;
}

.is-active {
  opacity: 1;
  visibility: visible;
}

.scroll2 {
 position: absolute;
 width: 30px;
 height: 30px;
	top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.scroll2 span {
	width: 1.5em;
    height: 1.5em;
    position: absolute;
    top: 35%;
    left: 20%;
    transform: rotate(135deg);
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    z-index: 2;
}







/*PCで無効*/
.pc_show{
    display: block;
}
.sp_show{
    display: none;
}

/*スマートフォンで有効*/
@media screen and (max-width:768px) {
    .pc_show{
        display: none;
    }
	.sp_show{
        display: block;
    }
}




@media screen and (min-width: 768px){
.br-sp {display: none; }
}



.bg-white {
	background: rgba(255,255,255,0.7);
}

.sv-fit img {
	object-fit: cover;
  width: 100%;
  height: 100%
}





.effect-fade {
  opacity: 0;
  transform: translate(0, 100px); /* フェードインで動く高さを指定 */
  transition: all 2000ms; /* フェードインにかかる時間を指定 */
}
.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}




/*　ボタン　*/

a.btn_01 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none !important;
	max-width: 300px;
	width: 90%;
	margin: 0 auto;
	padding: 3px 4rem;
	font-weight: bold;
	border: 1px solid #000;
	color: #000;
	transition: 0.5s;
}
a.btn_01:hover {
	color: #fff;
	background: #000;
}

a.btn_02 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none !important;
	width: 100%;
	margin: 0 auto;
	padding: 3px 4rem;
	font-weight: bold;
	border: 1px solid #000;
	color: #000;
	transition: 0.5s;
}
a.btn_02:hover {
	color: #fff;
	background: #000;
}



/*　テキスト配置　*/

.text {
	max-width: 800px;
	margin: auto;
}

.text2 {
	max-width: 800px;
	margin: auto;
	font-size: 14px;
	letter-spacing: 2px;
}

.sre {
	text-align: justify;
    text-justify: auto;
	text-align-last:center;
}

.txt-cen {
	text-align: center;
	font-size: 12px;
}


.link {
	color: #000;
	border-bottom: 1px solid;
    padding-bottom: 1px;
	transition : all 0.5s ease 0s;
}

.link:hover {
	opacity: .7;
}





/* メニュー
------------------------------------------------------------*/


.fixed {
    position: sticky;
    top: 0;
    padding: 0;
    width: 100%;
    z-index: 1000;
}



.header_wrap_top {
	width: 100%;
	z-index: 10;
		background: #fff;
}

.header_wrap {
	width: 100%;
	z-index: 10;
		background: #fff;
}

.logo {
	width: 300px;
	padding: 50px 0 0;
	margin: 0 auto;
}

.header {
  display: flex;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 30px;
	justify-content: center;
	height: 120px;
	align-items: center;
}



.globalMenuSp ul {
	display: flex;
	justify-content: center;
	align-items: center;
}



.globalMenuSp li {
	margin: 0;
	padding: 0 15px;
	align-items: center;
    height: 42px;
    display: flex;
}
.globalMenuSp li a {
	font-weight: 600;
  position: relative;
  display: inline-block;
  text-decoration: none;
}



@media screen and (max-width: 1140px){
	.logo {
	width: 160px;
	padding: 20px 0;
	margin: 0 auto;
}
	.header {
	height: 0;
}
	.globalMenuSp li {
    display: inherit;
	height: inherit;
}
}


/*　ハンバーガーボタン　*/

.hamburger {
	display: none;
}


@media screen and (max-width: 1140px){


.hamburger {
  display : block;
  position: fixed;
  z-index : 15;
  right : 25px;
  top   : 25px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 3px ;
  left    : 6px;
  background : #555;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  background :#fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  background :#fff;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

	
nav.globalMenuSp {
  position: fixed;
  z-index : 10;
  top  : 0;
  left : 0;
  color: #fff;
  text-align: center;
  width: 100%;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
	height: 100vh;
	padding-top: 80px;
	visibility: hidden;
}
	
	.aizawa-back {
	background:#000;
	}

	
nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
	display: block;
}

nav.globalMenuSp ul li {
	list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
	background: inherit;
	border-radius: 0;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}


nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 12px 0;
  text-decoration :none;
	font-size: 14px;
	font-weight: 600;
    letter-spacing: 2px;
	margin: 5px 0 !important;
}
	

	
.globalMenuSp li a:last-child {
	margin: 0;
}
	

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  opacity: 100;
	visibility: visible;

}	
}






/* TOP
------------------------------------------------------------*/

.top_box {
	width: 100%;
	position: relative;
    overflow: hidden;
	height: 100vh;
}


.full div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  margin: 0;
}
.full div.img01 {
  background-image: url(https://100.kobo-aizawa.co.jp/wp/wp-content/themes/100web/images/slide/p01.png);
}
.full div.img02 {
  background-image: url(https://100.kobo-aizawa.co.jp/wp/wp-content/themes/100web/images/slide/p02.png);
}
.full div.img03 {
  background-image: url(https://100.kobo-aizawa.co.jp/wp/wp-content/themes/100web/images/slide/p03.png);
}
.full div.img04 {
  background-image: url(https://100.kobo-aizawa.co.jp/wp/wp-content/themes/100web/images/slide/p04.png);
}
.full div.img05 {
  background-image: url(https://100.kobo-aizawa.co.jp/wp/wp-content/themes/100web/images/slide/p05.png);
}
.full div.img06 {
  background-image: url(https://100.kobo-aizawa.co.jp/wp/wp-content/themes/100web/images/slide/p06.png);
}
.full div.img07 {
  background-image: url(https://100.kobo-aizawa.co.jp/wp/wp-content/themes/100web/images/slide/p07.png);
}

@media screen and (max-width: 768px) {
	.full div.img01 {
  background-image: url(https://100.kobo-aizawa.co.jp/wp/wp-content/themes/100web/images/slide/s01.png);
}
.full div.img02 {
  background-image: url(https://100.kobo-aizawa.co.jp/wp/wp-content/themes/100web/images/slide/s02.png);
}
.full div.img03 {
  background-image: url(https://100.kobo-aizawa.co.jp/wp/wp-content/themes/100web/images/slide/s03.png);
}
.full div.img04 {
  background-image: url(https://100.kobo-aizawa.co.jp/wp/wp-content/themes/100web/images/slide/s04.png);
}
.full div.img05 {
  background-image: url(https://100.kobo-aizawa.co.jp/wp/wp-content/themes/100web/images/slide/s05.png);
}
.full div.img06 {
  background-image: url(https://100.kobo-aizawa.co.jp/wp/wp-content/themes/100web/images/slide/s06.png);
}
.full div.img07 {
  background-image: url(https://100.kobo-aizawa.co.jp/wp/wp-content/themes/100web/images/slide/s07.png);
}
}




.scroll {
 position: absolute;
 bottom: 2em;
 width: 3em;
 height: 3em;
	left: 50%;
	transform: translateX(-50%); 
}
.scroll span {
	width: 1.5em;
	height: 1.5em;
	position: absolute;
	top: 10%;
	left: 50%;
	transform: rotate(-45deg);
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	z-index: 2;
}

.topurl {
	position: absolute;
	bottom:5%;
	left: 20px;
	color: #fff;
	font-size: 10px;
	writing-mode: vertical-rl;
}



.img-ts {
	max-width: 350px;
}
@media screen and (max-width: 768px) {
.img-ts {
	max-width: 400px;
}	
}



.top-wrap {
  position: absolute;/*絶対配置*/
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
	text-align: center;
	color: #fff;
  }



@media screen and (max-width: 1140px) {
	.top-wrap {
		width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  }
}

@media screen and (max-width: 768px) {
	.top-wrap {
		width: 80%;
		font-size: 18px;
  }
}



.child_1{
  order: 1;
}
.child_2{
  order: 2;
}


@media screen and (max-width: 700px) {
.child_1{
  order: 2;
}
.child_2{
  order: 1;
}
}


/* アイザワ１００とは
------------------------------------------------------------*/

.logo-b {
	margin: 20px auto;
	text-align: center;
	width: 200px;
}

.slick-list {
  margin: 0 -5px;
}
.slick-slide {
  margin: 0 5px;
}



/*新着アーカイブ*/


.news-list{
  list-style: none outside;
  margin: 0 auto 40px;
  padding: 0;
	max-width: 800px;
}
.news-list .item a{
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  border-bottom: 1px dashed #ddd;
  padding: 10px 40px;
}

.news-list .item .date{
  margin: 0;
  min-width: 140px;
  font-size: 12px;
  padding: 0 20px 0 0;
}

.news-list .item .title{
  margin: 0;
  width: 100%;
	font-size: 12px;
}

@media screen and (max-width: 768px){
.news-list .item a{
  flex-wrap: wrap;
}
.news-list .item .date{
  min-width: 100px;
}
.news-list .item .title{
  margin-top: 10px;
}
}



/*メイン*/

.content{
    margin: 0 auto 70px;
    width: 1000px;
	padding: 0 20px;
}

.s-content{
    margin: 260px auto 70px;
    width: 1000px;
	padding: 0 20px;
}


.content-all{
	margin: 0 auto ;
}

.gray-wrap {
	background:#F8F8F8;
	width: 100%;
	height: 100%;
	overflow: auto;
}



.content h2 {
    font-size: 36px;
	letter-spacing: 2px;
	font-weight: 600;
}

.content h3 {
    font-size: 28px;
	letter-spacing: 1px;
	font-weight: 600;
}


.h2-ss {
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 3px;
}


.h3-ss {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 3px;
}



@media screen and (max-width: 768px) {
.h2-ss {
	font-size: 16px;
	letter-spacing: 3px;
}
.h3-ss {
	font-size: 14px;
	letter-spacing: 3px;
}
}

@media screen and (max-width: 1140px) {
.content{
    width: 100%;
	margin: 20px auto 80px;
}
.content h2,.s-content h2{
    font-size: 24px;
}
.content-all{
	margin: 0 auto;
}
.content-all h2{
    font-size: 20px;
}
.s-content{
    width: 100%;
	margin: 120px auto 80px;
}
.content-s{
    width: 90%;
}
}




.pickup-img {
	position: absolute;
	top: 5px;
    left: 0;
    z-index: 5;
    color: #fff;
	font-size: 12px;
	font-weight: 600;
}

.pickup-img::before {
	content: "";
	position: absolute;
	background: #ff0000;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	z-index: -1;
	top: -18px;
	left: -12px;
}

.pt-name {
	display: inline-block;
    background:#F7F7F7;
    padding: 6px 10px;
    font-size: 12px;
    position: absolute;
    top:-40px;
}


.arrow::after{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "\f105";
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
  vertical-align: middle;

}

.news-item{
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #CCC;
  padding: 20px 20px;
}
.news-item:first-child{
  border-top: 1px solid #CCC;
}
.news-dt{
  margin: 0;
  min-width: 120px;
  font-size: 14px;
	font-weight: 500;
  padding: 0 20px 0 0;
}
.news-category{
  margin: 0;
  min-width: 120px;
  padding: 0 20px 0 0;
}
.news-category span{
  background: #222850;
  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: 5px 20px;
  font-size: 12px;
  line-height: 1;
	border-radius: 5px;
}
.news-title{
  margin: 10px 0 0;
  width: 100%;
	font-size: 18px;
	font-weight: 500;
	position: relative;
}


.news-title a{
  color: #3C3C3C;
}
.news-title a:hover{
  color: #222850 !important;
}

.text-all {
	font-size: 14px;
	padding: 10px 0;
}
.time-wrap {
	margin: 10px 0 30px;
}

@media screen and (max-width: 768px){
.news-item {
  flex-wrap: wrap;
}
.news-dt{
  min-width: 100px;
}
.news-title{
  margin-top: 10px;
}
}



.news-wrap {
	width: 100%;
	background:#fff;
	padding: 40px 50px 60px;
	margin-bottom: 20px;
	border-radius: 5px;
}

.news-wrap h3 {
	
	margin-bottom: 20px;
}


.article-wrap {
	font-size: 16px;
}

.article-wrap ul {
	list-style: disc;
	padding-left: 30px;
}


/* 3カラム */

.f-box3 {
  display: flex;
	justify-content:flex-start;
	flex-wrap:wrap;
	margin-top: 30px;
}
	
.fb3 {
	width: calc((100% / 3) - (40px * 2 / 3));
	font-size: 16px;
	text-align: left;
	margin-bottom: 40px;
	margin-right:40px;
	position: relative;
}



.fb3:nth-of-type(3n) {
margin-right: 0;/*右端に来る箱だけ右側の余白を消す*/
}

.fb3 img {
border-radius: 5px;
}



.image-trim {
  position: relative;
  overflow: hidden;
  padding-top: 70%; /* 比率 */
}
.image-trim img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
	height: 100%;
  object-fit: cover;
}

.image-trim-s {
  position: relative;
  overflow: hidden;
  padding-top: 100%; /* 比率 */
}
.image-trim-s img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
	height: 100%;
  object-fit: cover;
}




@media screen and (max-width: 800px){
  .f-box3 {
   flex-direction: column;
	  width: 100%;
	  margin: 0 auto;
  }
	.fb3 {
	width: 100%;
		font-size: 14px;
}

}


/* 3カラム */

.t-box3 {
  display: flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin-top: 50px;
}
	
.t-b3 {
	width: calc((100% / 3) - 20px);
	font-size: 12px;
	text-align: left;
	border-right: 1px solid #3C3C3C;
	padding-right: 20px;
}

.t-b3:first-child {
	padding-left: 20px;
}

.t-b3:last-child {
	border-right:none;
}


.sz-wrap {
	display: flex;
	flex-direction:column;
}
.sz-no {
	font-size: 36px;
	font-weight: 600;
	text-align: center;
	border-bottom: solid 4px #222850;
	margin: 10px auto;
	line-height: 1.4;
}
.sz-title {
	font-size: 20px;
	padding-bottom: 20px;
	font-weight: 600;
	text-align: center;
}
.sz-text {
	font-size: 12px;
	padding-bottom: 20px;
}


@media screen and (max-width: 800px){
  .t-box3 {
	  width: 95%;
	  margin: 0 auto;
	  justify-content: space-between;
  }
	.t-b3 {
		width:100%;
    font-size: 14px;
		border-bottom: 1px solid #3C3C3C;
		border-right:none;
		padding:10px 0 20px;
		text-align: center;
}
	.t-b3:first-child {
	padding:0 0 20px;
}
	
	.sz-wrap {
	display: flex;
	flex-direction:row;
}
	.sz-no {
	font-size: 36px;
	font-weight: 600;
	margin: 10px 20px auto 10px;
}
.sz-title {
	font-size: 20px;
	padding-bottom: 5px;
	font-weight: 600;
	text-align: left;
}
.sz-text {
	font-size: 12px;
	padding-bottom:0;
	width: 80%;
	margin-top: 15px;
	text-align: left;
}
}






/* 製品
------------------------------------------------------------*/

.tab-container {
    overflow: hidden;
    position: relative;
    background: #fff;
	max-width: 900px;
    margin: 30px auto 0;
}

.tab-container ul {
    margin: 0 0 40px;
    list-style: none;
    display: flex;
    justify-content: center;
    background: transparent;
    position: relative;
}

.tab-container ul li {
    padding: 0 10px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    color: #000;
    background: transparent;
    border-right: 1px solid #000;
	line-height: 1.3;
}

.tab-container ul li:last-child {
    border-right: none;
}

.tab-container ul li.selected {
    text-decoration: underline;
  text-underline-offset: 5px;
}

.tab-container ul li:not(.selected):hover {
  
}

.tab-content {
    display: none;
    min-height: 150px;
    background: #fff;
    color: #333;
    position: relative;
}

.tab-content.selected {
    display: block;
    animation: simpleFadeIn 0.3s ease;
}

@keyframes simpleFadeIn {
    from { 
        opacity: 0; 
        transform: translateY(5px);
    }
    to { 
        opacity: 1; 
        transform: translateY(0);
    }
}


@media screen and (max-width:600px) {
	.tab-container ul {
    flex-wrap: wrap;
}

.tab-container ul li:nth-last-child(4) {
    border-right: none;
}
	
.tab-container ul li {
    min-width: 70px;
	font-size: 12px;
	margin: 10px 0;
	padding: 0 10px;
}
	
.tab-container ul::after {
    content: '';
    width: 100%;
}
	
.tab-container ul li:nth-child(n+5) {
    order: 1;
}
}





.ct-grid {
  display: grid;
	margin: 0 auto 40px;
	grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
	gap: 10px 15px;
}

.ct-grid > div {
	margin-bottom: 10px;
}

.ct-mds a:hover {
	color: #999;
}

.ct-grid > div a:hover {
	color: #999;
}



@media screen and (max-width: 768px) {
  .ct-grid {
    grid-template-columns: repeat(3, 1fr); /* スマホ表示 */
  }
}



.ct-a{
    position: relative;
	text-align: center;
	width: 100%;
}

.ct-a img{
	width: 100%;
  height: auto;
  vertical-align: top;
}


.hover-mask {
  align-items: center; /* テキストの中央揃え */
  background: rgba(255, 255, 255, .8); /* マスクの色(黒の50%) */
  bottom: 0;
  color: #000; /* テキストの色 */
  display: flex; /* テキストの中央揃え */
  height: auto;
  justify-content: center; /* テキストの中央揃え */
  left: 0;
  opacity: 0; /* 最初は透明(非表示) */
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity .6s ease; /* ゆっくりopacityのみへ変化させる */
  width: 100%;
	font-size: 10px;
}
.hover-mask:hover {
  opacity: 1; /* hoverしたら透過しない(表示させる) */
}
.hover-mask p {
  width: 90%; /* テキストを横幅いっぱいにならないようにする */
}






/* 2カラム */

.item-wrap {
  display: flex;
	justify-content:space-between;
	flex-wrap:wrap;
	max-width: 1200px;
}
	
.ib {
	width: 50%;
	display: flex;
  flex-direction: column;

}

.ib-sp {
	padding-left: 70px;
}

.itm-img-box {
  display: flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
	
.itmb {
	width: calc((100% / 2) - (10px * 1 / 2));
	margin: 10px 0 0;
}

.h2-itm{
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 3px;
}

.itmdl {
    width: 100%;
    display: flex; 
    flex-wrap: wrap; 
	margin: 20px 0;
	font-size: 10px;
	font-family: roboto;
}
.itmdl dt,
.itmdl dd {
    box-sizing: border-box;
}

.itmdl dt {
    width: 60px;
}
.itmdl dd {
    width: calc(100% - 60px); 
}


.itm-att {
	margin: 20px 0;
	font-size: 10px;
	line-height: 2;
}

.copyBtn{
font-weight:bold;
font-size:.85em;
text-align:center;
margin:10px auto 0;
padding:5px 4rem;
border:1px solid #eee;
}

.copyBtn:hover{
opacity:0.6;
cursor:pointer;
}
.copyBtn.isCopied{
pointer-events:none;
background:#f7f7f7;
}
.copyBtn.isCopied:hover{
cursor:auto;
}



.it-grid {
  display: grid;
	margin: 0 auto 30px;
	grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
	column-gap: 20px;
}

.it-grid img {
  width: 100%;
}


.it-grid > div {
	margin-bottom: 10px;
	text-align: center;
	font-size: 12px;
}

.it-tit {
	margin: 10px 0 0;
	font-size: 10px;
}


@media screen and (max-width: 500px) {
  .it-grid {
    grid-template-columns: repeat(2, 1fr); /* スマホ表示 */
  }
}


@media screen and (max-width:768px) {
	
	.item-wrap {
   flex-direction: column;
	  width: 100%;
	  margin: 0 auto ;
  }
	.ib {
	width: 100%;
}
	.ib50 {
		margin-bottom: 50px;
	}
	.ib-sp {
	padding-left:0
}
}


/* クリックしてモーダルウィンドウを表示するボタン */
.modal {
  display: none;
  position: fixed;
  z-index: 8887;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
  animation: fadeIn 0.5s ease-out;
}

.modal-container .img {
    background: #f1f1f1;
    margin-bottom: 15px;
}
.modal-container p {
    margin-bottom: 10px;
}
.modal-container p:last-child {
    margin-bottom: 0;
}
.modal-content {
    background: #FFF;
    overflow-y: auto;
    width: 90%;
    max-width: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 600px;
    animation: fadeIn 0.5s ease-out;
    }


.modal-toggle :hover {
	cursor: pointer;
}

.modal-top {
    display: inline-block;
    position: absolute;
    right: 5px;
}
.modal-close {
    color: #000;
    text-decoration: none;
    font-size: 2rem;
    line-height: 1;
    padding: 0 8px;
}
.modal-close:hover, .modal-close:focus {
  text-decoration: none;
  cursor: pointer;
}
.modal-title {
  color: #FFF;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}



/* カタログ
------------------------------------------------------------*/


.box-wrap {
  display: flex;
  justify-content: space-between;
	width: 100%;
	margin: 0;
	flex-wrap :wrap;
}

.bc-l {
  width: 45%;
	position: relative;
	background:#D9D9D9;
}

.bc-r {
  width: 55%;
	position: relative;
}

.bc-inner {
	width: 400px;
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}



@media screen and (max-width: 768px){
	
.box-wrap{
  flex-direction: column;
	 width: 100%;
}

.bc-l{
  width: 100%;
	margin:0 0 20px 0;
}
	.bc-r{
		width: 100%;
		margin:0 0 20px 0;
  height: 300px;
}
	.bc-inner {
	width: 80%;
}

}




/* お知らせ
------------------------------------------------------------*/


.news-arc{
  list-style: none outside;
  margin: 0 auto 40px;
  padding: 0;
	max-width: 800px;
	
}

.news-box {
  margin: 50px 0;
  font-size: 12px;
	padding-bottom: 50px;
}
.news-date {
  margin: 0;
  min-width: 140px;
  font-size: 12px;
	text-align: center;
}


.news-tit {
  margin: 20px 0;
  width: 100%;
	font-size: 14px;
	text-align: center;
}

.n-line {
    display: inline-block;
    position: relative;
}

.n-line:before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 1px;
    background-color: #000;
}


/* 工房アイザワについて
------------------------------------------------------------*/

.about_box {
	width: 100vw;
  height: auto;
  min-height: 100vh;
	background-size: cover;
  background-position: center;
  background-image: url('https://100.kobo-aizawa.co.jp/wp/wp-content/themes/100web/images/about/about-top.png');
	position: relative;
    overflow: hidden;
}



.img-ab {
	width: 100px;
	margin: 10px auto 30px;
}
@media screen and (max-width: 768px) {
.img-ab {
	width: 120px;
	margin: 0 auto 10px;
}	
}



.about-wrap {
  position: absolute;/*絶対配置*/
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
	text-align: center;
	color: #fff;
  }



@media screen and (max-width: 1140px) {
	.about-wrap {
		width: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  }
}

@media screen and (max-width: 768px) {
	.about-wrap {
		width: 80%;
		font-size: 18px;
  }
}


.ab-stamp {
	width: 200px;
	margin: 50px auto;
}

.ab-stamp-s {
	width: 130px;
	margin: 50px auto;
}


.ab-img-box {
  display: flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin-top: 10px;
}
	
.abb {
	width: calc((100% / 3) - (10px * 2 / 3));
}

.ab-txt-box {
  display: flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin: 50px 20px 0 auto;
	max-width: 900px;
}
	
.atb {
	width: calc((100% / 2) - (70px * 1 / 2));
	display: flex;
  flex-direction: column;

}

.atb-btm {
	margin-top: auto;
}


.abdl {
    width: 100%;
    display: flex; 
    flex-wrap: wrap; 
}
.abdl dt,
.abdl dd {
    box-sizing: border-box; 
    padding: 0 0 20px; 
}

.abdl dt {
    width: 80px;
}
.abdl dd {
    width: calc(100% - 80px); 
}

.lh {
	line-height: 1.6;
}


.ceo-bg {
	background: linear-gradient(#F8F8F8 17%, #fff 17%);
	width: 100%;
	height: 100%;
	overflow: auto;
}




.ab-ceo-box {
  display: flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
	
.acb {
	width: calc((100% / 2) - (70px * 1 / 2));
}


.waku {
	display: inline-block;
	border: solid 1px #000;
	padding: 0 15px;
	line-height: 1.2;
	margin-left: 10px;
}

@media screen and (max-width:768px) {
	
	.ab-txt-box {
   flex-direction: column;
	  width: 100%;
	  margin: 50px auto 0;
  }
	.atb {
	width: 100%;
}
	.atb50 {
		margin-bottom: 50px;
	}
	
	.ab-ceo-box {
   flex-direction: column;
	  width: 100%;
	  margin: 0 auto;
  }
	.acb {
	width: 100%;
}
	

    .abdl {
        width: 100%; 
        border-left: none; 
        display: block;
		position: relative;
    }
	.abdl dt {
        width: 100%; 
        padding-bottom: 0; 
		padding: 10px 10px 0;
    }
    .abdl dd {
        width: 100%; 
        padding: 0 10px 10px 10px; 
    }
	
	.abp-l {
		padding-left: 10px;
	}
}




.ah2-ss {
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 3px;
}

@media screen and (max-width: 768px) {
.ah2-ss {
	font-size: 16px;
	letter-spacing: 1px;
}
}



/* お取り扱い店舗
------------------------------------------------------------*/

.tab-container3 {
    overflow: hidden;
    position: relative;
    background: #fff;
	max-width: 900px;
    margin: 30px auto 0;
}

.tab-container3 ul {
    margin: 0 0 40px;
    list-style: none;
    display: flex;
    justify-content: center;
    background: transparent;
    position: relative;
}

.tab-container3 ul li {
    padding: 0 10px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    color: #000;
    background: transparent;
    border-right: 1px solid #000;
	line-height: 1.3;
}

.tab-container3 ul li:last-child {
    border-right: none;
}

.tab-container3 ul li.selected {
    text-decoration: underline;
  text-underline-offset: 5px;
}

.tab-container2 ul li:not(.selected):hover {
  
}


@media screen and (max-width:600px) {
	.tab-container3 ul {
    flex-wrap: wrap;
}

.tab-container3 ul li:nth-last-child(5) {
    border-right: none;
}
	
.tab-container3 ul li {
    min-width: 70px;
	font-size: 12px;
	margin: 10px 0;
	padding: 0 10px;
}
	
.tab-container3 ul::after {
    content: '';
    width: 100%;
}
	
.tab-container3 ul li:nth-child(n+5) {
    order: 1;
}
}





.shop-att {
    margin: 0 0 20px;
    font-size: 10px;
    line-height: 2;
}

ul.shop_list {
	text-align: center;
  list-style-type: none;
}
ul.shop_list li {
	text-align: center;
  margin-bottom: 50px;
}

.shop_tit {
	font-size: 16px;
	margin-bottom: 5px;
}



/* お問い合わせ
------------------------------------------------------------*/


.tab-container2 {
    overflow: hidden;
    position: relative;
    background: #fff;
	max-width: 900px;
    margin: 30px auto 0;
}

.tab-container2 ul {
    margin: 0 0 30px;
    list-style: none;
    display: flex;
    justify-content: center;
    background: transparent;
    position: relative;
}

.tab-container2 ul li {
    padding: 0 20px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    color: #000;
    background: transparent;
    border-right: 1px solid #000;
}

.tab-container2 ul li:last-child {
    border-right: none;
}

.tab-container2 ul li.selected {
    text-decoration: underline;
  text-underline-offset: 5px;
}

.tab-container2 ul li:not(.selected):hover {
    
}

.tab-content2 {
    display: none;
    min-height: 150px;
    background: #fff;
    color: #333;
    position: relative;
}

.tab-content2.selected {
    display: block;
    animation: simpleFadeIn 0.3s ease;
}

@keyframes simpleFadeIn {
    from { 
        opacity: 0; 
        transform: translateY(5px);
    }
    to { 
        opacity: 1; 
        transform: translateY(0);
    }
}


@media screen and (max-width:600px) {
	.tab-container2 ul {
    flex-wrap: wrap;
}

.tab-container ul li:nth-last-child(4) {
    border-right: none;
}
	
.tab-container2 ul li {
    width: 40%;
	font-size: 12px;
	margin: 10px 0;
	padding: 0 10px;
}
}

.con-box {
	width: 100%;
	padding: 20px 30px;
	margin-bottom: 20px;
	border: solid #ff8c00 2px;
	color: #ff8c00;
	font-size: 18px;
	font-weight: 600;
}

.con-box:hover {
	background: #fff;
}

.con-h3,.tel-f {
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 3px;
}
.con-p {
	font-size: 16px;
}
.f14-b {
	font-size: 14px;
	color: #000;
	margin-top: 5px;
	font-weight: normal;
}

.con-wrap {
	margin: 0 auto;
	max-width: 960px;
	padding: 40px;
	text-align: center;
	background:rgba(255,255,255,0.4);
}


@media screen and (max-width: 768px) {
	.con-wrap {
	width: 100%;
		padding: 30px 10px 0;
}
}

.turk a {
	margin-top: 15px;
	display: inline-block;
}

.turk a:hover {
	color: #000;
}

.att {
	font-size: 10px;
	margin: 30px 0;
}

.grecaptcha-badge { visibility: hidden; }


.con-login {
	display: block;
	margin: 30px 0 50px;
	width: 300px;
}

.con-login ul {
	display: flex;
}

.con-login li {
	margin: 0 5px;
	padding: 0 3px;
}
.con-login li a {
	padding: 5px 15px;
	font-weight: 600;
  position: relative;
  display: inline-block;
  text-decoration: none;
}


.con-login li a:hover {
  -webkit-animation: zoom 1s;
  animation: zoom 1s;
}
@-webkit-keyframes zoom {
  50% {
    -webkit-transform: scale(1.07);
  }
}
@keyframes zoom {
  50% {
    transform: scale(1.07);
  }
}





.sw-form {
	padding: 0;
	margin: 0 auto;
	text-align: left;
}


.sw-q {
	    font-weight: 600;
    font-size: 14px;
	    display: flex;
    justify-content: space-between;
	border-bottom: 1px solid #000;
}

.sw-1 {
	width: 200px;
    padding-top: 15px;
}

.sw-2{
	flex: 1;
}

@media screen and (max-width: 768px) {
	.sw-form{
	width: 100%;
}
	.sw-q {
	flex-direction: column;
}
	.sw-no {
	border-bottom: none;
}
	

.sw-1 {
	width: 100%;
}
.sw-2{
	width: 100%;
}
}

.fm-red {
	color: red;
	font-weight: 500;
}

input, textarea {
  width: 100%;
  max-width: 100%;
  margin: 0.5rem 0;
  padding: 0.7rem 1rem;
	    border: none;
  color: #3C3C3C;
	font-size: 16px !important;
	display: inline-block;
	font-family: "Noto Serif JP", serif;
}

input[type="button"],input[type="text"],input[type="tel"],input[type="email"],input[type="submit"],input[type="image"],textarea{
    -webkit-appearance: none;
    border-radius: 0;
}

/* 送信ボタン */
input.sub-btn {
	max-width: 300px;
	width: 90%;
	padding: 3px 4rem;
	border: 1px solid #000;
	color: #000;
	margin: 0 auto !important;
    display: block;
    font-weight: bold;
	font-size: 12px !important;
	line-height: 2;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	cursor:pointer;
}

input.sub-btn::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}


/* 送信ボタンホバー */
input.sub-btn:hover{
	background: #000;
	color: #fff;
}





@media screen and (max-width: 600px){
input[type="submit"],
input[type="button"],
input[type="reset"] {
  -webkit-appearance: none;
}
}


.sub-btn input {
	width: 300px;
	padding: 10px 0;
	background:#222850;
	color: #FFF;
	border: none;
	margin: 0 auto !important;
    display: block;
	border-radius: 30px;
    font-weight: 600;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	cursor:pointer;
}

/* 送信ボタンホバー */
.sub-btn input:hover{
	background: #ccc;
}




input::placeholder, textarea::placeholder {
  color: #7a7a7a;
	font-weight:400!important;
}
input.error, textarea.error {
  background:#FD2629;
  color: #fff;
}
input.error::placeholder, textarea.error::placeholder {
  color: black;
}

textarea {
  height: 10rem;
}

input[type=radio] {
	display: inline;
	width: 20px;
}


.wpcf7-list-item {
	margin: 0.5rem 0;
    padding: 0.6rem 1rem 0.6rem;
}
.wpcf7-list-item-label {

}

input[type=checkbox] {
	display: inline;
	width: inherit;
	margin: 0;
}

input[type=select] {
	display: inline;
}




select{
  position: relative;
	font-size: 14px;
  margin: 0.5rem 0;
  padding: 0.7rem 1rem;
	border: none;
  width: 100%;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
	font-family: "Hina Mincho", serif;
}

.select-wrap {
    position: relative;
}

.select-wrap:after {
  content: "";
    position: absolute;
    right: 15px;
    top: 25px;
   
    width: 10px;
    height: 7px;
    background-color: #000;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    pointer-events: none;
	
}







@media screen and (max-width: 768px) {
	input, textarea {
		width: 100%;
  margin: 0.5rem 0 1rem;
  padding: 0.7rem 1rem;
	border: 1px solid rgba(51,51,51,0.4);
  color: #3C3C3C;
	font-size: 18px !important;
	display: inline-block;
		font-family: "Noto Serif JP", serif;
}
}
	

.wpcf7 form.sent .wpcf7-response-output, 
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output, 
.wpcf7 form.sent .wpcf7-response-output {
    border: 0 !important;
    padding: 20px !important;
    background: #f2be41 !important;
    margin: 0 0.5em 1em !important;
}




.wpcf7-date {
	width: 200px;
}

.wpcf7-time {
	width: 80px;
}




.f12 {
	font-size: 12px;
	line-height: 1.6 !important;
	margin-bottom: 10px;
}

.f14 {
	font-size: 14px;
	line-height: 1.6 !important;
	font-weight: normal;
}

.bg-checkbox input[type=checkbox] {
    position: relative;
    cursor: pointer;
    width: 18px;
    height: 18px;
    margin-top: -1px;
    vertical-align: middle;
    transition: .3s;
	padding: 4px 12px;
	bottom: 2px;
}



	

/* 404
------------------------------------------------------------*/

.tit404 {
	text-align: center;
	width: 100%;
}

.tit404 p {
	font-size: 22px;
	font-weight: bold;
}


/* プライバシーポリシー
------------------------------------------------------------*/

.pp {
	text-align: left;
	width: 90%;
	margin: 20px auto 0 auto;
	
}
.pp h3 {
	margin: 10px 0 5px 0;
	font-size: 16px;
	font-weight:600;
}

.pp p {
	margin-bottom: 30px;
}
.pp ul {
	margin-left: 20px;
	list-style-type: disc;
}





/* いろいろ
------------------------------------------------------------*/



/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }

 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 820px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
	.pc2 { display: none !important; }/* PCでblockを使いたくない場合 */
}




.cal {
	margin: 40px 0 20px;
	
}
.simcal-week-day-0 {
	color:#ff7d8d;
}
.simcal-week-day-6 {
	color:#49aad5;
}

.re-lst {
	padding: 20px !important;
	background: #f2be41;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 20px;
	border-radius: 10px;
}



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

.n-p {
	width: 100%;
	margin: 40px auto 20px auto;
	text-align: center;
	font-size: 14px;
}

.page-numbers {
  margin: 10px 5px;
	line-height: 2;
  padding: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
}

.current {
	background:#ccc;
	color: #fff;
}



.page-numbers:hover {
	background: #ccc;
	color: #fff !important;
	opacity: 1 !important;
	text-decoration: none;
}






/* フッター
------------------------------------------------------------*/



#footer{
	font-size: 12px;
	width: 100%;
	background: #000;
	color: #fff;
	padding:60px 0;
}

.ft-wrap {
  display: flex;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 30px;
	justify-content: center;
	align-items: center;
}


.ft-wrap ul {
	display: flex;
	justify-content: center;
	align-items: center;
}


.ft-wrap li {
	margin: 0;
	padding: 0 15px;
	align-items: center;
    height: 42px;
    display: flex;
}
.ft-wrap li a {
	font-weight: 600;
  position: relative;
  display: inline-block;
  text-decoration: none;
	color: #fff;
}

@media screen and (max-width: 870px) {
    .ft-wrap ul {
     flex-wrap: wrap;
		flex-direction: column;
		font-size: 12px;
    }
}



.ft-logo {
	width: 200px;
	margin: 60px auto;
}



.copy {
	text-align:center;
	letter-spacing: 1px;
	font-size: 10px;
	color: #fff;
}



@media screen and (max-width: 768px) {
	
.copy-wrap {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
	
.copy {
	letter-spacing: 1px;
	position:relative;
    bottom: 0;
	right: 0;
}
}




