@charset "uft-8";

html {
	font-size: 10px;
}
@media screen and (max-width: 1100px) {
	html {
		font-size: 0.909vw;
	}
}
@media screen and (max-width: 768px) {
	html {
		font-size: 1.333vw;
	}
}
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
	font-feature-settings: "palt";
	font-size: 1.6rem;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
img {
	max-width: 100%;
	height: auto;
}
a {
	color: inherit;
	text-decoration: none;
}
a,
a img {
	transition: opacity .3s;
}
a:hover,
a img:hover {
	opacity: .6;
}
.sp {
	display: none;
}
button {
	outline: none;
}
strong {
	font-weight: bold;
}
.futura {
	font-family: "Hind", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.gobold {
	font-family: "Alumni Sans", serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
}

.Oswald {font-family: "Oswald", sans-serif;}

.NotoSans {font-family: "Noto Sans JP", sans-serif;}

.inner {
	width: 100%;
	max-width: 100rem;
	margin: 0 auto;
}

.wrap {
  margin: auto;
  max-width: 90rem;
  @media screen and (min-width: 769px) {
    &.max1100 {max-width: 110rem;}
    &.max1000 {max-width: 100rem;}
    &.max840 {max-width: 84rem;}
    &.max855 {max-width: 85.5rem;}
    &.max900 {max-width: 90rem;}
    &.max915 {max-width: 91.5rem;}
  }
}


@media screen and (max-width: 768px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}

  .wrap {max-width: 650rem;}
}

/* nav */
nav {
	position: sticky;
	position: -webkit-sticky;
	top: 0;
	z-index: 99;
	background: #fff;
}
nav .inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0.8% 1.7%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
nav .inner .brandLogo {
	width: 47.6rem;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
nav .inner .brandLogo a {
	display: block;
	width: 9.7rem;
}
nav .inner .brandLogo .navTtl {
	width: 34.7rem;
	font-size: 1.8rem;
	font-weight: 600;
	text-align: center;
	border-top: solid 1px #231f17;
	border-bottom: solid 1px #231f17;
	padding: 0.3rem 0 0.5rem;
}
nav .inner .icons {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
nav .inner .icons p:nth-child(1) {
	width: 2.83rem;
}
nav .inner .icons p:nth-child(2) {
	margin-left: 1.5rem;
	width: 2.53rem;
}
nav .inner .icons .drawerButton {
	margin-left: 1.5rem;
	margin-bottom: auto;
	width: 2.3rem;
}
@media screen and (max-width: 768px) {
	nav .inner {
		padding: 3% 3% 2%;
	}
	nav .inner .brandLogo {
		width: 44rem;
	}
	nav .inner .brandLogo a {
		width: 16.1rem;
	}
	nav .inner .brandLogo .navTtl {
		width: 25rem;
		font-size: 1.9rem;
		letter-spacing: 0.05em;
		padding: 0 0 0.2rem;
	}
	nav .inner .icons {
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}
	nav .inner .icons p:nth-child(1) {
		width: 4.5rem;
	}
	nav .inner .icons p:nth-child(2) {
		margin-left: 3rem;
		width: 4.45rem;
	}
	nav .inner .icons .drawerButton {
		margin-left: 3rem;
		margin-bottom: 0;
		width: 3.71rem;
	}
}

/* drawer */
.drawerButton {
	position: relative;
}
#drawer {
	position: absolute;
	top: 0;
	right: 0;
	background: #505050;
	width: 34.8rem;
	padding: 2.2rem 5rem 4.2rem;
	transform: scale(0);
	transform-origin: top right;
	transition: transform .4s;
	z-index: 100;
}
#drawer.open {
	transform: scale(1);
}
#drawer .close {
	text-align: right;
	margin-bottom: 3rem;
	margin-right: -3rem;
}
#drawer .close button {
	border: none;
	background: none;
	cursor: pointer;
}
#drawer .close button img {
	width: 3rem;
}
#drawer .links {
	font-size: 2rem;
	color: #fff;
}
#drawer .links > li {
	margin-bottom: 2rem;
}
#drawer .instagram a {
	display: block;
	padding: 2rem 0;
	border-top: 2px solid #fff;
}
#drawer .instagram img {
	width: 13.9rem;
}
#drawer .square a {
	display: block;
	padding: 2rem 0;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
#drawer .square img {
	width: 21.2rem;
}
@media screen and (max-width: 768px) {
	#drawer {
		top: -2.2rem;
		right: -2.8rem;
		width: 65rem;
		padding: 4.5rem 7.5rem 8rem;
		max-height: 100vh;
		overflow-y: scroll;
	}
	#drawer .close {
		margin-bottom: 5rem;
		margin-right: 0;
	}
	#drawer .close button img {
		width: 6.1rem;
	}
	#drawer .links {
		font-size: 4.5rem;
	}
	#drawer .links > li {
		margin-bottom: 3rem;
	}
	#drawer .instagram a {
		padding: 3rem 0;
	}
	#drawer .instagram img {
		width: 27.8rem;
	}
	#drawer .square a {
		padding: 3rem 0;
	}
	#drawer .square img {
		width: 42.5rem;
	}
}


main .column .heading {
  text-align: center;
}

main .column .heading h5 {
  font-size: 3rem;
}

main .column .heading .lead {
  margin-top: 1.6rem;
  font-size: 1.8rem;
}

main .column .viewAll {
  margin: 4.2rem auto 0;
  width: 14.9rem;
}

@media screen and (max-width: 768px) {
  main .column .inner {
    font-size: 1.333vw;
    padding: 0em 6.6649333333vw 0;
  }
  main .column .heading h5 {
    font-size: 4.5em;
  }
  main .column .heading .lead {
    font-size: 2.8em;
  }
  main .column .viewAll {
    width: 30em;
  }
}

.linkCont {
  margin-top: 11rem;
  background-color: #d4d7db;
  padding: 3.5rem 0;
}

.linkCont .linkBox {
  display: flex;
  justify-content: center;
  gap: 0 12.5rem;
}

.linkCont .linkBox > div {
  width: 36rem;
}

.linkCont .linkBox > div p a {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #000;
  border-radius: 0.5rem;
  background-color: #fff;
  position: relative;
}

.linkCont .linkBox > div p a::after {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 0.35rem);
  right: 1.5rem;
}

.linkCont .linkBox .insta a {
  gap: 0 2.5rem;
  padding: 1rem;
}

.linkCont .linkBox .insta img {
  width: 3.3rem;
}

.linkCont .linkBox .online a {
  padding: 1.16rem;
  gap: 0 5rem;
}

.linkCont .linkBox .online img:first-child {
  width: 21.7rem;
}

.linkCont .linkBox .online img:last-child {
  width: 2.9rem;
}

.linkCont .linkBox a:hover img {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .linkCont {
    font-size: 1.333vw;
    margin-top: 10em;
    padding: 6em 3em;
  }
  .linkCont .linkBox {
    display: block;
  }
  .linkCont .linkBox > div {
    width: 100%;
  }
  .linkCont .linkBox > div + div {
    margin-top: 7em;
    padding-top: 6.5em;
    border-top: solid 1px #000;
  }
  .linkCont .linkBox > div p a {
    margin-top: 1em;
  }
  .linkCont .linkBox > div p a::after {
    width: 3.1978666667vw;
    height: 3.1978666667vw;
    top: calc(50% - 0.66vw);
    right: 3.3325vw;
  }
  .linkCont .linkBox .insta a {
    font-size: 3.1992vw;
    gap: 0 6.663vw;
    padding: 3.3325333333vw;
  }
  .linkCont .linkBox .insta img {
    width: 6.1312vw;
  }
  .linkCont .linkBox .online a {
    padding: 2.3em 6em 2.3em 2em;
    justify-content: space-between;
    gap: 0 5em;
  }
  .linkCont .linkBox .online img:first-child {
    width: 36.5em;
  }
  .linkCont .linkBox .online img:last-child {
    width: 5em;
  }
}

main .shop {
  padding: 5rem 0;
}

main .shop .shopList {
  display: flex;
  flex-wrap: wrap;
  width: 72rem;
  margin: 3rem auto 0;
  gap: 1.5rem 0;
}

main .shop .shopList li {
  margin: 0 1rem;
  width: 21.9rem;
}

main .shop .shopList li a {
  display: block;
  border: solid 1px #000;
  border-radius: 0.6rem;
  padding: 1.2rem 1.5rem;
  font-size: 1.3rem;
  letter-spacing: -0.04rem;
  text-align: left;
  position: relative;
  line-height: 1.45;
}

main .shop .shopList li a::after {
  display: block;
  content: "";
  border-right: solid 1px #000;
  border-bottom: solid 1px #000;
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: rotate(-45deg);
  margin-top: -0.5rem;
}

main .shop .shopList li a span {
  font-size: 1.5rem;
  font-weight: bold;
}

main .shop .shopList li a span.small {
  font-size: 1.2rem;
}

main .shop .shopList li.season a {
  padding: 1.185rem 1.5rem;
  text-align: center;
  border: solid 1px #808080;
  background: #c1cdd7;
}

main .shop .shopList li.season a img {
  display: block;
  width: 11.4rem;
}

@media screen and (max-width: 768px) {
  main .shop {
    font-size: 1.333vw;
    padding: 6em 0;
  }
  main .shop .shopList {
    width: 100%;
    justify-content: space-between;
    gap: 2em 0;
  }
  main .shop .shopList > li {
    margin: 0;
    width: 49%;
  }
  main .shop .shopList li a {
    padding: 2.666vw 1.9994666667vw;
    font-size: 2.2661066667vw;
  }
  main .shop .shopList li.season a {
    padding: 2.666vw 1.9994666667vw;
    text-align: left;
  }
  main .shop .shopList li a.big {
    padding: 0.75em 1.5em;
  }
  main .shop .shopList li a::after {
    width: 1.2em;
    height: 1.2em;
    right: 2em;
    margin-top: -0.6em;
  }
  main .shop .shopList li a span {
    font-size: 2.666vw;
  }
  main .shop .shopList li a span.small {
    font-size: 1.5em;
  }
  main .shop .shopList li.season a img {
    width: 19.8604vw;
  }
}

/* btmTxt */
.btmTxt {
	padding-top: 3.5rem;
}
.btmTxt .notice {
	padding: 0 5rem 4.5rem;
	font-size: 1.3rem;
	line-height: 1.8;
}
@media screen and (max-width: 768px) {
	.btmTxt {
		padding-top: 6rem;
	}
	.btmTxt .notice {
		font-size: 2.3rem;
	}
}
