@charset "Shift_JIS";

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500&display=swap');

/* 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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
html{
    overflow-y: scroll;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
ol, ul{
    list-style:none;
}
table{
    border-collapse: collapse;
    border-spacing:0;
}
caption, th{
    text-align: left;
}
a:focus {
	outline:none;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
}
.both{
	clear:both;
}
.flex{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
/* common */
body{
	font-family: 'Ÿà–¾’©','Yu Mincho','ƒqƒ‰ƒMƒm–¾’© Pro W3','Noto Serif JP',serif;
	background:#fff;
	color:#231815;
	max-width:1100px;
	margin:0 auto;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 120px;
}
@media screen and (min-width:1101px) {
	body{
		width:880px;
	}
}
*{
	box-sizing:border-box;
}
img{
	width:100%;
	max-width:100%;
}
h1{
	font-size: 56px;
	line-height: 1.6;
	margin-top: 20px;
	margin-bottom: 80px;
}
h1 span{
	font-size: 30.8px;
	letter-spacing: 2px;
}
h1::after{
	content:'';
	display:block;
	width:1%;
	height:5px;
	margin:0 auto;
	background:#a27a02;
	transition: all 300ms .2s ease;
}
h1.active::after {
  width:26.5%;
}
h2{
	font-size: 40px;
	margin-bottom: 32px;
}
h2:not(.img)::after{
	content:'';
	display:block;
	width:1%;
	height:3px;
	margin:10px auto 0;
	background:#a27a02;
	transition: all 300ms .5s ease;
}
h2.active::after {
  width:17.2%;
}
h3{
	font-size: 36.8px;
}
h4{
	font-size: 28px;
}
p{
	font-size: 24px;
	line-height: 2;
}
a.btn{
	background:#a27a02;
	border:1px solid #a27a02;
	border-radius:100vh;
	padding: 20px 90px 18px;
	color:#fff;
	font-size: 32px;
	line-height: 1;
	text-decoration: none;
	display:inline-block;
	margin-top: 32px;
	transition-duration: .2s;
}
@media screen and (min-width:1100px) {
	a.btn:hover{
		background:#fff;
		color:#a27a02;
	}
	.lead a.btn{
		padding:20px 0 19px;
		width:550px;
	}
	a:hover img{
		opacity:.7;
	}
	.prod .date p:nth-child(2){
		font-size:18px;
	}
}
section{
	margin-bottom: 100px;
}
.start {
	background: #c0c0c0;
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100%;
	z-index: 9000;
	align-items: center;
	display:flex;
	justify-content: center;
}
.start p {
	/* display: none; */
	z-index: 9999;
}
.start p img{
	width:400px;
	height:auto;
}
.slider{
	overflow:hidden;
}
.slider img{
	width:100%;
}
.lead{
	line-height: 2.2;
	margin-top: 32px;
}
.lead p{
	margin-bottom: 30px;
}
.lead span{
	font-size:130%;
}
.lead .att{
		color:#e22507;
		font-size: 32px;
		line-height: 1.2;
}
.lead .att span{
		font-size: 19.2px;
}
.lead .img{
	position:relative;

}
.lead .img p{
	margin-bottom:0;
	text-align:center;
	position:relative;
}
.lead .img p:nth-child(1){
	z-index:1;
}
.lead .img p:nth-child(2){
	text-align:right;
	z-index:2;
}
.lead .img p:nth-child(3){
	z-index:1;
}
.lead .img p:nth-child(1) img{
	width:100%;

}
.lead .img p:nth-child(2){
	text-align:left;
}
.lead .img p:nth-child(2) img{
	width:30%;
	max-width:270px;
	margin-top:-21.5%;
	margin-left: 7.4%;

}
.lead .img p:nth-child(3){
	text-align:right;
}
.lead .img p:nth-child(3) img{
	width:63%;
	max-width:560px;
	margin-top:-9.3%;
	margin-right: 9%;
}
.point h2.img{
	margin-bottom: 0;
}
.point h2.img img{/*title */
	width:90%;
}
.point > div{
	margin-bottom: 100px;
}
.point > div img{
	max-width:650px;
}
.point > div > img:first-child{
	margin-bottom: 40px;
}
.point > div img.w800{
	max-width:800px;
}
.point h3{
	margin-top: 40px;
}
.point h3 span{
	font-size:80%;
}
.point h4{
	margin-top: 20px;
	margin-bottom: 20px;
}
.point img{
	max-width:800px;
}
.prod{
	text-align: left;
}
.prod > div{
	text-align: center;
	margin-bottom: 80px;
}
.prod h3{
	line-height:1.4;
	font-weight:bold;
}
.prod h3 span{
	font-size:75%;
}
.prod a img{
	max-width:750px;
}
.prod p b{
	font-weight:bold;;
}
.prod .date p{
	line-height:1.6;
	margin-bottom:20px;
}
.prod .date p:nth-child(3),
.prod .date p:nth-child(3) a,
.prod .date p span{
	color:#e50000;
}
.prod .delivery{
	margin-top: 30px;
}
.prod .delivery p{
	font-size: 18px;
	line-height: 1.6;
}
.prod .delivery p:first-child{
	font-size: 120%;
}
.prod .delivery ul{
	margin-top: 10px;
}
.prod .delivery li{
	margin-top: 10px;
}
.prod .delivery li.large{
	font-size: 120%;
}
.prod .delivery li.red{
	color:#e50000;
}
.prod .delivery span.red{
	color:#e50000;
}
.prod .delivery table{
	margin:10px auto 0;
	border-collapse: collapse;
}
.prod .delivery th,.prod .delivery td{
	font-size: 18px;
	text-align: center;
	line-height: 1;
	border:1px solid #333;
	padding:10px;
}
.prod .att{
	line-height:1.6;
	margin-top:20px;
	margin-bottom:20px;
	color:#e50000;
}
.prod .att a{
	color:#e50000;
}
.prod .ico {
  position: relative;
  display: inline-block;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: #a27a02;
	color:#fff;
	margin-left: 27px;
	margin-bottom: -192px;
	z-index:1;
}
.prod .ico span {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 52%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width :220px;
	font-size: 45px;
	line-height: 1.2;
  text-align:center;
}
.prod .ico.point2 small{
	font-size: 33.6px;
}
.prod .ico.point3 span{
	top:53%;
	line-height: 1.6;
	font-size: 42px;
}
.prod h3{
	margin-top: 32px;
	margin-bottom: 40px;
}
.design h2{
	margin-bottom: 32px;
}
.design p{
	margin-bottom: 72px;
}
.banner img{
	width:95%;
}

#pageTop {
    right: 20px;
    bottom: 20px;
    text-align: center;
    display: none;
    position: fixed;
    z-index: 5;
}
/* animation */
.animated{
	opacity:0;
}
.animated.active{
	-webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
	opacity:1;
}
.start .animated.active{
	-webkit-animation-name: fadeIn;
  animation-name: fadeIn;
	opacity:1;
}
h1.animated.active,
img.animated.active{
	-webkit-animation-name: fadeIn;
  animation-name: fadeIn;
	animation-duration: 1.5s;
	opacity:1;
}
/* modal */
  .modal{
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .modal__bg{
    width: 100%;
    height: 100%;
    background-color: rgba(30,30,30,0.8);
  }
  .modal__content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    width: 70%;
    max-width: 500px;
    padding: 30px 20px 0;
    background-color: #fff;
  }
  .modal__content p{
  font-weight:bold;
  margin-bottom:0.5em;
  font-size:21px;
  line-height:1;
}
.modal__content ul{
  padding-left: 20px;
  margin-bottom:20px;
}
.modal__content li{
  list-style-type:disc;
    text-align:left;
}
  #closeModal {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  cursor: pointer;
  font-size:18px;
}
.js-modal-open{
  text-decoration:underline !important;
}
.js-modal-open:hover{
  cursor:pointer;
}
@media screen and (max-width:1100px) {
	body{
		max-width:100%;
		margin-bottom: 7%;
	}
	img{
	  width:100%;
	  max-width:100%;
	}
	h1{
		font-size: 6.364vw;
		margin-top: 1.818vw;
		margin-bottom: 10vw;
	}
	h1 span{
		font-size: 3.5vw;
		letter-spacing: 1px;
	}
	h1::after{
		height:5px;
	}
	h2{
		font-size: 5vw;
		margin-bottom: 3.636vw;
	}
	h2::after{
		height:3px;
		margin:1vw auto 0;
	}
	h3{
		font-size: 4vw;
	}
	p{
		font-size: 3.2vw;
	}
	a.btn{
		padding: 3vw 8.182vw 2.6vw;
		font-size: 4vw;
		margin-top: 3.636vw;
		width:80%;
	}
	section{
		margin-bottom: 10vw;
	}
	.start p img{
		width:70%;
	}
	.lead{
		margin-top: 3.636vw;
	}
	.lead p{
		margin-bottom: 2.727vw;
	}
	.lead .att{
			font-size: 4vw;
	}
	.lead .att span{
			font-size: 3vw;
	}
	.lead .img p:nth-child(2) img{

	}
	.lead .img p:nth-child(3) img{

	}
	.point h2{
		margin-bottom: 4.545vw;
	}
	.point > div{
		margin-bottom: 10vw;
	}
	.point > div > img:first-child{
		margin-bottom: 5vw;
	}
	.point h2.img img{
		width:100%;
	}
	.point h3{
		font-size:6vw;
		margin-top: 4.545vw;
	}
	.point h4{
		font-size: 4vw;
		margin-top:3vw;
		margin-bottom:3vw;
	}
	.point img{
		width:82%;
	}
	.prod > div{
		margin-bottom: 9.091vw;
	}
	.prod > div > a img:first-child{
		width:80%;
	}
	.prod .ico {
	  width: 24.545vw;
	  height: 24.545vw;
		margin-left: 2.455vw;
		margin-bottom: -17.455vw;
	}
	.prod .ico span {
	  width :24.545vw;
		font-size: 6.545vw;
	}
	.prod .ico.point2 small{
		font-size: 3.818vw;
	}
	.prod .ico.point3 span{
		font-size: 4.545vw;
	}
	.prod h3{
		margin-top: 3.636vw;
		margin-bottom: 3vw;
		font-size: 4.5vw;
	}
	.prod .date p:nth-child(1),
	.prod .date p:nth-child(3),
	.prod p.att{
		font-size:4vw;
	}
	.prod .delivery{
		margin-top: 4vw;
	}
	.prod .delivery p{
		font-size: 2.4vw;
		line-height: 1.6;
	}
	.prod .delivery p:first-child{
		font-size: 3vw;
	}
	.prod .delivery ul{
		margin-top: 1.333vw;
	}
	.prod .delivery li{
		font-size: 2.4vw;
		margin-top: 1.333vw;
	}
	.prod .delivery li.large{
		font-size: 3vw;
	}
	.prod .delivery li.red{
		color:#e50000;
	}
	.prod .delivery table{
		margin:2vw auto 1vw;
	}
	.prod .delivery th,.prod .delivery td{
		font-size: 3vw;
		text-align: center;
		line-height: 1;
		padding: 1.333vw;
		border:1px solid #333;
	}
	/* modal */
	  .modal__bg{
	    background-color: rgba(30,30,30,0.9);
	  }
	  .modal__content{
	    width: 85%;
	    padding: 10px 10px 0;
	  }
	  .modal__content p{
	  font-size:2.8vw;
	}
	.modal__content ul{
	  padding-left: 2.667vw;
	  margin-bottom:1.333vw;
	}
	.modal__content li{
	  font-size:2.8vw;
	}
	  #closeModal {
	  font-size:4vw;
	}
}
@media screen and (max-width:767px) {
	body{
		margin-bottom: 20%;
	}
	h1{
		margin-top: 5vw;
		margin-bottom: 8vw;
	}
	h1::after{
		height:3px;
	}
	h2::after{
		height:2px;
	}

	#pageTop {
	    right: 10px;
	    bottom: 10px;
	    text-align: center;
	    display: none;
	    position: fixed;
	    z-index: 5;
			width:12%;
	}
	br.pc{
		display:none;
	}
	br.sp{
		display:block;
	}
}
@media screen and (min-width:768px) {
	br.pc{
		display:block;
	}
	br.sp{
		display:none;
	}
}
