@charset "UTF-8";
/* CSS Document */
/* font */
@import url('//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
@font-face {
  font-family: 'galanogrotesque-muploadedfile';
  src: url('fonts/galano_grotesque_medium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
	
/* basic */
body {
  margin: 0;
  padding: 0;
}
.landing {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000000;
  text-align: center;
  overflow-x: hidden;
}
ul, li, a, img, div, p, input, textarea, span {
  list-style: none;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
  vertical-align: top;
  outline: none;
  border: none;
  box-sizing: border-box;
  -webkit-appearance: none;
}
img {
  width: 100%;
  height: auto;
}
.landing a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.landing a:hover {
	opacity: .7;
}
.landing p {
  margin: 20px 0;
	line-height: 1.8em;
}
div span, p span, span span {
  vertical-align: baseline;
}
.txt-bold {
  font-weight: 700;
}
.txt-galano {
  font-family: 'galanogrotesque-muploadedfile', 'Noto Sans JP', sans-serif;
}
.button-item {
    line-height: 2.6em;
    display: inline-block;
    width: 300px;
    margin: 30px 0 80px;
}
/* font*/
.txt-left {
  text-align: left;
}
.txt-center {
  text-align: center;
}
.attention {vertical-align: top;}
.size12 {
  font-size: 12px;
}
.size14 {
  font-size: 14px;
}
.size16 {
  font-size: 16px;
}
.size18 {
  font-size: 18px;
}
.size21 {
  font-size: 21px;
}
.size24 {
  font-size: 24px;
}
.size28 {
  font-size: 26px;
}
.size36 {
  font-size: 36px;
}
.size48 {
	font-size: 48px;
}
.size60 {
  font-size: 60px;
}
.size80 {
  font-size: 80px;
}
@media(min-width: 1001px) {
.pc-800 {display: none;}
}
@media(max-width: 1000px) {
.pc-800 {display: block;}
}
@media(max-width: 800px) {
	.size12 {
  font-size: 10px;
}
  .size14 {
    font-size: 12px;
  }
  .size16 {
    font-size: 14px;
  }
  .size18 {
    font-size: 16px;
  }
	.size21 {
  font-size: 19px;
}
  .size24 {
    font-size: 22px;
  }
  .size28 {
    font-size: 26px;
  }
  .size36 {
    font-size: 34px;
  }
.size48 {
	font-size: 44px;
}
	.size60 {
  font-size: 54px;
}
	.size80 {
  font-size: 70px;
}
}
@media(min-width: 801px) {
  .sp {
    display: none!important;
  }
  .pc {
    display: block;
  }
	body {
		letter-spacing: 0.05em;
	}
}
@media(max-width: 800px) {
  .pc {
    display: none!important;
  }
  .sp {
    display: block;
  }
}
@media(max-width: 600px) {
	.size12 {
  font-size: 2vw;
}
  .size14 {
    font-size: 2.8vw;
  }
  .size16 {
    font-size: 3.2vw;
  }
  .size18 {
    font-size: 3.5vw;
  }
	.size21 {
  font-size: 3.8vw;
}
  .size24 {
    font-size: 4vw;
  }
  .size28 {
    font-size:  3.6vw;
  }
  .size36 {
    font-size: 5vw;
  }
.size48 {
	font-size: 6vw;
}
	.size60 {
  font-size: 6vw;
}
	.size80 {
  font-size: 12vw;
}
	.landing p {
		margin: 12px 0;
		line-height: 1.5em;
	}
}
/*rules*/
.area-box {
  padding: 80px 20px;
}
.border-box {
	border: solid 1px;
	padding: 20px;
}
.box-1200 {
  max-width: 1200px;
	margin: auto;
}
.box-1000 {
  max-width: 1000px;
	margin: auto;
}
.box-800 {
  max-width: 800px;
	margin: auto;
}
.box-350 {
  max-width: 350px;
	margin: auto;
}
.bg-black {
  background-color: #000;
}
.bg-pink {
  background-color: #e3c9c7;
}
.bg-white {
  background-color: #fff;
}
.txt-white {
	color: #fff;
}
.txt-brown {
  color: #532600;
}
.line-beige {
  display: inline-block;
	border-bottom: solid 8px #a48b78;
}
.flex-box {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  margin: auto;
	position: relative;
    z-index: 1;
}
.flex-middle {
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
}
.flex-center {
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
}
.rel-box {
  position: relative;
}
.abs-box {
  position: absolute;
}
.item2 > div {
  width: 47.5%;
}
.item2 > div:nth-of-type(2n+1) {
  margin-right: 5%;
}
.item2 > div:nth-of-type(n+3) {
  margin-top: 5%;
}
@media(max-width: 1000px) {
  .area-box {
    padding: 50px 20px;
  }
	.top-100 {
		margin-top: 50px;
	}
  .item2 > div {
    width: 100%;
  }
  .item2 > div:nth-of-type(2n+1) {
    margin-right: 0;
  }
	.item2 > div:nth-of-type(n+2) {
  margin-top: 5%;
}
}
@media(max-width: 1200px) {
.box-1200 {
	padding-left: 20px;
	padding-right: 20px;
}
}
@media(max-width: 1000px) {
.box-1000 {
	padding-left: 20px;
	padding-right: 20px;
}
	.area-box .box-1000 {
		padding: 0;
	}
}
@media(max-width: 800px) {
.box-800 {
  padding-left: 20px;
	padding-right: 20px;
}
}
/*main*/
.landing .logo {
    width: 280px;
	max-width: 40%;
}
#main {
	overflow: hidden;
}
@media(max-width: 1200px) and (min-width: 1001px) {
.main-txt {
    transform: scale(0.8) translateX(-10%);
}
}
@media(min-width: 1001px) {
	.main-txt {
		text-align: left;
		margin: 100px 0 50px;
	}
	.main-txt > div:first-of-type {
		margin-bottom: 100px;
	}
	.main-img {
    position: absolute;
    top: 0;
    bottom: 0;
		left: 0;
		right: 0;
    z-index: -1;
}
	.main-img img {
    object-fit: cover;
    object-position: right bottom;
    width: 100%;
    height: 100%;
}
	.main-img .sp {display: none!important;}
	.main-img .pc {display: block!important;}
}
@media(max-width: 1000px) {
	.landing .logo {
    margin: auto;
}
	.size48.txt-brown.txt-bold {
    margin: 0.5em 0;
}
	.main-img .sp {display: block!important;}
	.main-img .pc {display: none!important;}
	.main-txt > div:nth-of-type(2) {
    margin: 0 -20px;
		padding: 10px;
		background-color: #e3c9c7;
}
	.main-img {
    margin: 0 10%;
}
	.main-img + .size12 {
    margin-top: -2em;
    margin-bottom: 30px;
}
}

/*intro*/
@media(min-width: 801px) {
	#intro p {
		margin-top: 50px;
	}
}
@media(max-width: 800px) {
	#intro p {
		margin-top: 30px;
	}
}

/*products*/
#products, #lineup {
	padding: 80px 20px;
	text-align: left;
}
#products .flex-box li {
	text-align: left;
}
#products .flex-box li:nth-of-type(2n+1) {
	width: 80%;
}
#products .flex-box li:nth-of-type(2n) {
	width: 20%;
}

.bg-black.txt-white.txt-center.size28 {
    padding: 1em 20px;
}
.bg-black.txt-white.size16 {
    display: inline-block;
    padding: 0 1.5em;
    line-height: 2em;
}
p.border-bottom {
    border-bottom: solid 1px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
#lineup table {
    width: 100%;
}
#lineup table td {
	width: 25%;
}
.point-circle {
    width: 100px;
	left: 0;
	top: 0;
}
#information {
    padding: 0 20px 80px;
}
.info-title {
    display: inline-block;
    border-bottom: solid 3px;
    width: 300px;
    max-width: 80%;
    padding-bottom: 0.3em;
}
.info-title + p {
    margin-top: 10px;
}
.dot-list {
	margin-top: 10px;
}
.dot-list li {
    text-align: left;
    list-style: disc;
    margin-left: 2em;
}
.bg-black.txt-white.size24.txt-bold {
    display: inline-block;
    line-height: 2em;
    padding: 0 1em;
}
#qanda {
	text-align: left;
}
.qanda-list {
	margin-top: 2em;
}
.qanda-list li {
    position: relative;
    padding-left: 2em;
}
.qanda-list li:before {
    position: absolute;
	left: 0;
	top: 0;
}
.qanda-list li:nth-of-type(2n+1):before {
    content: 'Q.';
}
.qanda-list li:nth-of-type(2n):before {
    content: 'A.';
}
.qanda-list li:nth-of-type(2n) {
	margin-bottom: 2em;
}
.qanda-list li:last-of-type {
	margin-bottom: 0;
}
@media(min-width: 1001px) {
	#lineup .flex-box.item2 > div:first-of-type {
		order: 1;
}
	#lineup .flex-box.item2 > div:nth-of-type(2) {
		order: 2;
}
	#lineup .flex-box.item2 > div:nth-of-type(3) {
		order: 4;
}
	#lineup .flex-box.item2 > div:nth-of-type(4) {
		order: 3;
}
	#lineup .flex-box.item2 > div:nth-of-type(5) {
		order: 5;
}
	#lineup .flex-box.item2 > div:nth-of-type(6) {
		order: 6;
}
.fit-box {
    position: absolute;
    top: 50px;
    bottom: 0;
    left: 50px;
    right: 0;
}
.fit-box img {
    width: 100%;
	height: 100%;
	object-fit: cover;
}
	p + .info-title, .border-box.box-800 {
    margin-top: 80px;
}
.pc_size_36{
  font-size: 36px !important;
}
.pc_size_18{
  font-size: 18px !important;
}
}
@media(max-width: 1000px) {
	#lineup br.pc {
		display: none;
	}
	#lineup .item2 > div:nth-of-type(2n+1) {
		text-align: center;
	}
	.line-beige {
    margin-bottom: 0.5em;
}
	.fit-box {
    padding-top: 50%;
		overflow: hidden;
		position: relative;
}
.fit-box img {
	position: absolute;
	left: 0;
	top: 0;
    width: 100%;
	height: 100%;
	object-fit: cover;
}
	.point-circle {
    top: 100px;
}
	.item2 .size28 {
    display: inline-block;
}
	.float-box {
		overflow: hidden;
	}
	.float-box p {
		float: left;
		margin-top: 0;
	}
	.float-box div {
		float: right;
	}
}
@media(max-width: 800px) {
	#products, #lineup {
    padding: 50px 20px;
}
	p + .info-title, .border-box.box-800 {
    margin-top: 50px;
}
	#intro .box-1000 > div:first-of-type {
    margin: 0 -20px;
}
	#information {
		padding: 0 0 50px;
	}
	#products .box-800 {
    padding: 0;
    margin: 0 -20px;
}
}
@media(max-width: 600px) {
	.point-circle {
    top: 18vw;
}
}