@charset "utf-8";
*, ::after, ::before {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 70px;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
body {
  font-size: 1.4rem;
  line-height: 1.8;
  background-image: url(img/bg-ivory.jpg);
  background-repeat: repeat-y;
  background-size: contain;
  font-family: Meiryo,YuGothic, "Yu Gothic medium", "Hiragino Sans", sans-serif;
}
.mv img{
	width: 100vw;
    height: auto;		
	object-fit: cover;
}
.container {
  max-width: 1000px;
  margin: 0 auto;
  padding:80px 30px 0; 
}
section {
	margin-bottom: 100px;
	padding: 50px 30px 30px;
	background-color: rgba(255, 255, 255, 0.50);
	-webkit-box-shadow: 0px 0px 20px 10px rgba(255,255,255,0.50);
	box-shadow: 0px 0px 10px 10px rgba(255,255,255,0.50);
	border-radius: 10px;
}
.instruct{
  padding-top: 30px;
}
.kiwi{
  font-family: "Kiwi Maru", serif;
}
h1,header ul li{
  font-family: "Kiwi Maru", serif;
  font-weight: 400;
  font-style: normal;
}
h1 {
	padding: 0 30px;
	margin-right: 30px;
}
h1 a{
	text-decoration: none;
	color: #524e4d;
	transition: 0.3s;
}
h1 a:hover{
	color: #E9BC00;
}
h2,h3 {
  font-size: 2.5rem;
  margin-bottom: 2.5rem;
  position: relative;
  line-height: 1;
  white-space: nowrap;
}
h2::before,h3::before{
  content: attr(date-english);
  font-size: 7rem;
  font-size: italic;
  color: rgba(29,11,0,0.20);
  position: absolute;
  left: -10px;
  right: 0;
  bottom: 0;
  z-index: -1;
  white-space: nowrap;
}
.sukima h3{
  margin-bottom: 0.5rem;
}
h3 {
  font-size: 1.8rem;
  margin-bottom: 1.8rem;
  white-space: pre-wrap;
}
h3::before{
  font-size: 4rem;
  color: rgba(29,11,0,0.40);
}
h5{
	margin: 10px 0;
}
header {
  background-color: rgba(255, 255, 255, 0.90);
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 50px;
  position: fixed;
  top: 0px;
  left: 0px;
  border-bottom: 3px solid #524e4d;
  padding: 0px 50px;
  z-index: 1;
}
nav ul {
  display: flex;
  justify-content: space-between;
}
nav ul li {
  list-style: none;
  display: inline-block;
  margin-right: 30px;
}
nav ul a {
  color: #fff;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.60);
  padding: 5px 20px;
  transition: 0.3s;
}
nav ul a:hover {
  background-color: rgba(233, 188, 0, 0.70);
  color: #524e4d;
}
.title {
  margin-bottom: 80px;
  padding: 0 30px  
}
.work-name{
  font-size: 2rem;
} 
.btn-round{
	display: flex;
	gap:3%;
	margin-top: 20px;
}
.btn:hover{
	color: #E9BC00;
}
.btn {
  position: relative;
  display: block;
  width: 200px;
  height: 80px;
  line-height: 80px;
  font-size: 1.6rem;
  text-decoration: none;
  color: #2d2d2d;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin-bottom: 20px;
}

.btn:hover:before {
  content: "";
  height: 25px;
  width: 25px;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #E9BC00;;
  border-width: 1px 0 0 1px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.btn:hover::after {
  content: "";
  height: 25px;
  width: 25px;
  position: absolute;
  top: 54px;
  left: 175px;
  border: 1px solid #E9BC00;
  border-width: 0 1px 1px 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.btn:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #2d2d2d;
  border-width: 1px 0 0 1px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.btn:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #2d2d2d;
  border-width: 0 1px 1px 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.text-box{
	margin-bottom: 40px;
}
.text-box:last-child{
	margin-bottom: 10px;
}
.logo{
	background-color: #0292e4;
	display: inline-block;
	padding: 10px;
	margin-top: 20px;
}

.blue{
	background-color: #0292e4;
	color: #fff;
	padding: 40px 0px;
	width: 100px;
	height: 100px;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	margin-right: 20px;
	flex-shrink: 0;
}
.brown{
	background-color: #24140E;
	color: #fff;
	padding: 40px 0px;
	width: 100px;
	height: 100px;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	margin-right: 20px;
	flex-shrink: 0;
}
.purple{
  background-color: #745399;
  color: #fff;
  padding: 40px 0px;
  width: 100px;
  height: 100px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 20px;
  flex-shrink: 0;
}
.yellow{
	background-color: #e5a323;
	color: #fff;
	padding: 40px 0px;
	width: 100px;
	height: 100px;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	margin-right: 20px;
	flex-shrink: 0;
}
.yellow2{
	background-color: #E9BC00;
	color: #000;
	padding: 40px 0px;
	width: 100px;
	height: 100px;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	margin-right: 20px;
	flex-shrink: 0;
}
.grayish{
  background-color: #8F9591;
	color: #fff;
	padding: 40px 0px;
	width: 100px;
	height: 100px;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	margin-right: 20px;
	flex-shrink: 0;
}
.white{
	background-color: #ffffff;
	padding: 40px 0px;
	width: 100px;
	height: 100px;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	margin-right: 20px;
	flex-shrink: 0;
}
.pink{
	background-color: #f5989d;
	padding: 40px 0px;
	width: 100px;
	height: 100px;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	margin-right: 20px;
	flex-shrink: 0;
}
.amber{
	background-color: #C2894B;
	padding: 40px 0px;
	width: 100px;
	height: 100px;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	margin-right: 20px;
	flex-shrink: 0;
}

.moji{
	background-color: #524e4d;
    color: #fff;
	padding: 40px 0px;
	width: 100px;
	height: 100px;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	margin-right: 20px;
	flex-shrink: 0;
}
.craft{
  padding: 40px 0px;
  width: 100px;
  height: 100px;
  display: inline-block;
  text-align: center;
  margin-right: 20px;
  flex-shrink: 0;
  background-image: url(img/craft-pp.png);
  background-repeat: no-repeat;
}
.stone{
  padding: 40px 0px;
  width: 100px;
  height: 100px;
  display: inline-block;
  text-align: center;
  margin-right: 20px;
  flex-shrink: 0;
  background-image: url(img/stone.png);
  background-repeat: no-repeat;
}
.concrete{
  padding: 40px 0px;
  width: 100px;
  height: 100px;
  display: inline-block;
  text-align: center;
  margin-right: 20px;
  flex-shrink: 0;
  background-image: url(img/concrete.png);
  background-repeat: no-repeat;
}

.rose{
	background-color: #BF665E;
	padding: 40px 0px;
	width: 100px;
	height: 100px;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	margin-right: 20px;
	flex-shrink: 0;
}

.base{
	background-color: #EFD3B7;
	padding: 40px 0px;
	width: 100px;
	height: 100px;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	margin-right: 20px;
	flex-shrink: 0;
}
.paleorange{
	background-color: #D9A689;
	padding: 40px 0px;
	width: 100px;
	height: 100px;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	margin-right: 20px;
	flex-shrink: 0;
}


.color-box{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.color{
	border: 1px solid #2d2d22;
	padding: 0 20px;
	margin: 10px 0;
}
.gotop{
  position: fixed;
  bottom: 20px;
  right: 20px;
  opacity: 0.7;
  display: none;
  z-index: 2;
}
.gotop:hover {
  opacity: 1;
}
.raindrops{
  height: 150px;
  position: relative;
}
.raindrops p {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  z-index: 1;
}

.line-box{
	margin-bottom: 50px;
	display: flex;
	align-items: center;
	gap:3%;
}

.icon{
	width: 25% ;
}
.stamp{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.stamp p{
	width: calc(25% - 30px);
	margin-bottom: 30px;
	transition: 0.5s;
}
.stamp p:hover{
	transform: scale(1.1);
}

.slide,.slide-2{
	width: 90%;
	margin: 50px auto;	
}
.slider-img{
  margin: 0 15px;
}
.slider-img img {
  height: auto;
  width: 100%;
}
.design_patern{
	margin-top: 100px;
}
.mockup{
	width: 100%;
	margin: 30px auto;
}

.menu-text{
	margin-bottom: 30px;
	padding-top: 50px;
}
.menu-text:first-child{
	padding-top: 20px;
}
.menu-text ul,.menu-text p{
  padding-left: 20px;
}
.chirashi-design{
  width: 80%;
  margin: 0 auto 50px;
}
.banner-design{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.banner-img{
  width: calc(33% - 10px);
  margin-bottom: 30px;
}
/*view-moreの設定*/
.view-more{
 display:block; 
 position:relative;
 text-decoration:none;
 transition: 0.3s;
}
.view-more:hover{
  transform: scale(1.05);
}
.view-more img{
  display:block;
  width:100%;
  object-fit: cover;
}
.view-more:before{
  content:"";
  display:block;
  width:100%;
  height:100%;
  position:absolute;
  z-index:2;
  background:#000;/*好みの色に変えてください。*/
  opacity:0;
  transition:0.3s;
}
.view-more:after{
  content:"VIEW MORE";/*好みの文章に変更してください。*/
  display:block;
  color:#fff;
  line-height:48px;
  width:180px;
  text-align:center;
  position:absolute;
  top:50%;
  left:50%;
  transform: translateY(-30%);
  margin-top:-1em;
  margin-left:-90px;
  opacity:0;
  z-index:3;
  transition:0.3s;
  font-weight:bold;
  letter-spacing:0.2em;
}
.view-more:hover:before{
  opacity:0.5;
}
.view-more:hover:after{
  opacity:1;
  margin-top:-0.5em;
}
@media (max-width:800px){
	.container {
  padding-top:60px; 
}
  h2::before{
    font-size: 6rem;
  }
  header{
		padding: 0px 30px;
	}
	nav {
	position: fixed;
	top: 0;
	right: -100%;
	width: 70%;
	height: 70%;
	background-color: rgba(255,255,255,0.80);
	padding-top: 70px;
	overflow: auto;
	transition: 0.5s;
	border-bottom-left-radius: 30px;
  }
  nav ul {
    flex-direction: column;
  }
  nav ul li {
    margin: 0
  }
  nav ul a {
    display: block;
    width: 30%;
    margin: 0px auto 30px auto;
    text-align: center;
  }
  .nav-button {
    width: 40px;
    height: 50px;
    position: relative;
    z-index: 1;
    cursor: pointer;
  }
  .nav-button span {
    width: 40px;
    height: 2px;
    background-color: #2d2d2d;
    position: absolute;
    right: 20px;
    transition: 0.5s;
  }
  .nav-button span:nth-child(1) {
    top: 12px;
  }
  .nav-button span:nth-child(2) {
    top: 24px;
  }
  .nav-button span:nth-child(3) {
    top: 36px;
  }
  .menu-open .nav-button span:nth-child(1) {
    top: 23px;
    transform: rotate(315deg);
  }
  .menu-open .nav-button span:nth-child(2) {
    width: 0px;
    right: 50%;
  }
  .menu-open .nav-button span:nth-child(3) {
    top: 23px;
    transform: rotate(-315deg);
  }
  .menu-open nav {
    right: 0;
  }
	.mv img{
	height:  30vh;
	}
	.line-box{
	display: block;
}
	.icon{
	width: 50% ;
}
	.stamp p{
	width: calc(33% - 30px);
}
	.slide{
	width: 90%;
}
}
@media (max-width:650px) {
  header{
    padding: 0;
  }
  html {
    font-size: calc(100vw * (10 / 650));
  }
  body {
  font-size: 1.6rem;
  }
  .btn-round{
	flex-wrap: wrap;
  row-gap: 3%;
}
  .mv{
    margin-top: 50px;
  }
  section{
    padding:30px 20px;
    margin-bottom: 60px;
  }
  .title {
  margin-bottom: 60px;
  padding: 0;  
}
  .btn {
  height: 60px;
  line-height: 60px;
}
  .btn:hover::after {
  top: 33px;
}
  .gotop{
    width: 15%;
    height: auto;
  }
.menu-design{
  display: block;
}
.menu-design p{
  width: 100%;
  margin-bottom: 50px;
}
.chirashi-design{
  width: 100%;
}
.banner-img{
  width: calc(50% - 10px);
}
}
