@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Kaisei+Decol&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');



/*
  font-family: "Kaisei Decol", serif;
  font-family: "Noto Sans JP", sans-serif;
	Thin 100
  ExtraLight 200
	Light 300
	Regular 400
	Medium 500
	Semi-bold 600
	Bold 700
	Extra-bold 800
	Black 900
*/




/* CSS Document */

html {
	font-size:10px;
}
body {
	position:relative;
	font-size:1rem;
	line-height:1.7;
  font-family: "Noto Sans JP", sans-serif;
	color:#FFF;
  background: #000000;
	width: 100%;
	min-width: 100%;
	overflow-x: hidden;
  padding-top: 80px;
	-webkit-font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	-ms-font-feature-settings: "palt";
	-o-font-feature-settings: "palt";
	font-feature-settings: "palt";
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
}
@media screen and (max-width: 1340px) {  
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.868vw;
  }

  body {
    font-size: 1rem;
    width: 100%;
    min-width: 100%;
    line-height: 1.7;
    padding-top: 15vw;
    -webkit-font-feature-settings: "palt";
    -moz-font-feature-settings: "palt";
    -ms-font-feature-settings: "palt";
    -o-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
}

* {
  font-style: normal;
  font-weight: 400;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: #FFF;
  text-decoration: none;
  transition: .5s;
}
a:hover {
  color: #eee;
  text-decoration: none;
  transition: .5s;
  opacity: 0.65;
}
main a {
  color: #FFF;
  text-decoration: none;
  transition: .5s;
}
main a:hover {
  color: #eee;
  text-decoration: none;
  transition: .5s;
  opacity: 0.65;
}
a:hover img,
a.opacity:hover,
footer footer_in .f_contents section dl a:hover {
  text-decoration: none;
  opacity: 0.65;
  zoom: 1;
}
header h2 a:hover img,
footer dl dt a:hover img {
  opacity: 1.0;
  zoom: 1;
}
a:before,
a:after,
a:hover:before,
a:hover:after {
  text-decoration: none !important;
  display: inline-block;
}
img {
  width: 100%;
  height: auto;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}
/*共通*/
.sp,
.sp_img {
  display: none;
}
@media screen and (max-width: 767px) {
  img {
    max-width: none;
    width: 100%;
    height: auto;
  }

  .pc {
    display: none;
  }

  .sp,
  .sp_img {
    display: block;
  }
}






/*	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	behavior: url("/css/PIE.htc");*/

/*
:after {
	content: " ";
	font-size: 0.1rem;
	display: block;
	clear: both;
	line-height: 0;
	height: 0;
	visibility: hidden;
}
span:before {
	font-family: "FontAwesome";
	content: "\f090";
}
span:before {
	font-family: "Font Awesome 5 Free";
	content: "\f0c8";
}
span:before {
  font-family: "Font Awesome 6 Brands";
	font-family: "Font Awesome 6 Free";
	content: "\f0c8";
  font-weight: 400;
  font-weight: 900（Solid）
  font-weight: 400（Regular、Brands）
}
.child {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.child {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
.child {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
左から
.vertical-rl {
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	-o-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}
右から
.vertical-rl {
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-lr;
	-o-writing-mode: vertical-lr;
	writing-mode: vertical-lr;
}
.vertical-tb {
	-ms-writing-mode: lr-tb;
	-webkit-writing-mode: horizontal-tb;
	-o-writing-mode: horizontal-tb;
	writing-mode: horizontal-tb;
}
body {
  counter-reset: number;
}
h1:before {
  counter-increment: number;
  content: counter(number)'';
}
img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
<p><picture>
  <source media="(max-width: 767px)" srcset="">
  <img src="" alt="">
</picture></p>

*/






/*header*/
h1 {
  display: none;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  background: #950b1a;
}
header h2 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
  width: 185px;
}
header .h_nav {
  margin-left: auto;
  padding-right: 20px;
}
header .h_nav ul {
  display: flex;
}
header .h_nav ul li {
  font-size: 1.2rem;
}
header .h_nav ul li:not(:last-of-type) {
  margin-right: 3em;
}
header .h_nav ul li a ,
header .h_nav ul li span {
  position: relative;
  display: block;
  padding-left: 3em;
  cursor: pointer;
  letter-spacing: .1em;
}
header .h_nav ul li span:hover {
  color: #eee;
  transition: .5s;
  opacity: 0.65;
}
header .h_nav ul li a::before ,
header .h_nav ul li span::before {
  position: absolute;
	top: 50%;
	transform: translateY(-50%);
  left: 0;
  width: 2.5em;
  height: 2.5em;
  background-size: cover !important;
  content: '';
}
header .h_nav ul li.login a::before {
  background: url(../img/common/h_icon_login.svg) no-repeat center center;
}
header .h_nav ul li.cart a::before {
  background: url(../img/common/h_icon_cart.svg) no-repeat center center;
}
header .h_nav ul li.menu span::before {
  background: url(../img/common/h_icon_menu_off.svg) no-repeat center center;
  transition: .5s;
}
body.is-active header .h_nav ul li.menu span::before {
  background: url(../img/common/h_icon_menu_on.svg) no-repeat center center;
  transition: .5s;
}
@media screen and (max-width: 940px) {  
  header h2 {
    position: relative;
    top: inherit;
    left: inherit;
    transform: inherit;
    width: 185px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  header {
    height: 15vw;
  }
  header h2 {
    width: 40vw;
    margin-left: 5vw;
  }
  header .h_nav {
    padding-right: 5vw;
  }
  header .h_nav ul li {
    font-size: 1.2rem;
  }
  header .h_nav ul li:not(:last-of-type) {
    margin-right: 1.5em;
  }
  header .h_nav ul li a ,
  header .h_nav ul li span {
    padding-left: 3em;
  }
  header .h_nav ul li em {
    display: none;
  }
}

/*nav*/
nav {
  padding-top: 20px;
}
nav .nav_in {
  background: #160505;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 20px;
}
nav .nav_in ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
nav .nav_in ul li {
  display: flex;
  align-items: center;
  justify-content: center;
}
nav .nav_in ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 10px 40px 5px;
}
nav .nav_in ul li:not(:last-of-type) a::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #FFF;
  content: '';
}
nav .nav_in ul li a span ,
nav .nav_in ul li a em {
  display: block;
}
nav .nav_in ul li a span {
  width: 68px;
  margin-bottom: 20px;
}
nav .nav_in ul li a em {
  font-size: 1.6rem;
  letter-spacing: .2em;
}
@media screen and (max-width: 1040px) { 
  nav .nav_in ul li a {
    padding: 10px 30px 5px;
  }
}
@media screen and (max-width: 940px) { 
  nav .nav_in ul li a {
    padding: 10px 20px 5px;
  }
}
@media screen and (max-width: 767px) {
  nav {
    padding-top: 0;
  }
  nav .nav_in {
    flex-wrap: wrap;
    padding: 0 4%;
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
  nav .nav_in ul {
    flex-wrap: wrap;
  }
  nav .nav_in ul li {
    position: relative;
    width: 33.3%;
  }
  nav .nav_in ul li:nth-of-type(1) ,
  nav .nav_in ul li:nth-of-type(2) ,
  nav .nav_in ul li:nth-of-type(3) {
    margin-bottom: 10vw;
  }
  nav .nav_in ul li:nth-of-type(1)::after ,
  nav .nav_in ul li:nth-of-type(2)::after ,
  nav .nav_in ul li:nth-of-type(3)::after {
    position: absolute;
    bottom: -5vw;
    left: 0;
    width: 100%;
    height: 1px;
    background: #FFF;
    content: '';
  }
  nav .nav_in ul li a {
    width: 100%;
    padding: 3vw 1vw 2vw;
  }
  nav .nav_in ul li:not(:last-of-type) a::after {
    display: none;
  }
  nav .nav_in ul li:not(:nth-of-type(3n)) a::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #FFF;
    display: block;
    content: '';
  }
  nav .nav_in ul li a span {
    width: 15vw;
    margin-bottom: 3vw;
  }
  nav .nav_in ul li a em {
    font-size: 1.4rem;
    letter-spacing: .1em;
  }
}


/*footer*/
footer {
  padding-top: 80px;
}
footer .logo {
  width: 265px;
  margin: 0 auto;
  margin-bottom: 30px;
}
footer address {
  display: block;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: .05em;
  margin-bottom: 20px;
}
footer address span {
  margin-right: .5em;
}
footer address em {
  margin-right: 1em;
}
footer .f_sns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}
footer .f_sns ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .f_sns ul li {
  width: 24px;
}
footer .f_sns ul li:nth-of-type(1) {
  /*margin-right: 30px;*/
}
footer .f_nav {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 110px;
}
footer .f_nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .f_nav ul li {
  font-size: 1.6rem;
  letter-spacing: .05em;
}
footer .f_nav ul li:not(:last-of-type) {
  margin-right: 1em;
}
footer .f_sub_nav {
  position: relative;
  background: #950b1a;
}
footer .f_sub_nav::before {
  position: absolute;
  top: -2px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 2px;
  background: #FFF;
  content: '';
}
footer .f_sub_nav .box_in {
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  letter-spacing: .05em;
}
footer .f_sub_nav .box_in ul {
  display: flex;
  margin-right: 2em;
}
footer .f_sub_nav .box_in ul li:not(:last-of-type) {
  margin-right: 1em;
}
footer .f_sub_nav .box_in .copy {
  display: block;
  margin-left: auto;
}
.return {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 30px;
}
@media screen and (max-width: 767px) {  
  footer {
    padding-top: 10vw;
  }
  footer .logo {
    width: 60vw;
    margin-bottom: 10vw;
  }
  footer address {
    font-size: 1.6rem;
    margin-bottom: 5vw;
  }
  footer address span {
    margin-right: 0;
    display: block;
    text-align: center;
  }
  footer address em {
    margin-right: 0;
    display: block;
    text-align: center;
  }
  footer .f_sns {
    margin-bottom: 10vw;
  }
  footer .f_sns ul li {
    width: 8vw;
  }
  footer .f_sns ul li:nth-of-type(1) {
    /*margin-right: 8vw;*/
  }
  footer .f_nav {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0 10%;
    padding-bottom: 10vw;
  }
  footer .f_nav ul {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  footer .f_nav ul li {
    width: 50%;
    font-size: 1.6rem;
    letter-spacing: .05em;
  }
  footer .f_nav ul li:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: .5em;
  }
  footer .f_nav ul li a {
    text-align: center;
  }
  footer .f_sub_nav .box_in {
    padding: 5vw 4%;
    max-width: 100%;
    align-items: flex-start;
    flex-direction: column;
    font-size: 1.3rem;
  }
  footer .f_sub_nav .box_in ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-right: 0;
    margin-bottom: 4vw;
  }
  footer .f_sub_nav .box_in ul li:not(:last-of-type) {
    /*margin-right: 1em;*/
    margin-bottom: 1em;
  }
  footer .f_sub_nav .box_in .copy {
    display: block;
    margin-left: 0;
    text-align: center;
    width: 100%;
  }
  .return {
    position: fixed;
    right: 4vw;
    bottom: 4vw;
    width: 8vw;
  }
}




.menu_box {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  margin: 0;
  width: 520px;
  height: 100vh;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  transform: translateX(520px);
  transition: transform 500ms ease-in-out;
  background: rgba(149, 11, 26, .8);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
}
body.is-active > .menu_box {
  transform: translateX(0);
}
body > .menu_box > .menu_btn {
  position: fixed;
	top: 20px;
  right: 2em;
  z-index: 100;
  font-size: 1.2rem;
  width: 2.5em;
  height: 2.5em;
  cursor: pointer;
  background: url(../img/common/h_icon_menu_on.svg) no-repeat center center;
  background-size: cover !important;
}
body > .menu_box > .box_in {
  display: flex;
  flex-direction: column;
  padding: 20px 20px;
  width: 100%;
  overflow: auto;
}
body > .menu_box > .box_in p {
  width: 165px;
  margin-bottom: 50px;
}
body > .menu_box > .box_in > ul {
  margin-bottom: 40px;
  padding: 0 50px;
}
body > .menu_box > .box_in > ul li:not(:last-of-type) {
  margin-bottom: 30px;
}
body > .menu_box > .box_in > ul li a {
  display: flex;
  flex-direction: column;
}
body > .menu_box > .box_in > ul li a em ,
body > .menu_box > .box_in > ul li a span {
  display: block;
  line-height: 1em;
}
body > .menu_box > .box_in > ul li a em {
  font-family: "Kaisei Decol", serif;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: .05em;
  margin-bottom: .4em;
}
body > .menu_box > .box_in > ul li a span {
  font-size: 1.6rem;
  letter-spacing: .05em;
}
body > .menu_box > .box_in > .nav_sns {
  padding: 0 50px;
}
body > .menu_box > .box_in > .nav_sns ul {
  display: flex;
  align-items: center;
}
body > .menu_box > .box_in > .nav_sns ul li {
  width: 24px;
}
body > .menu_box > .box_in > .nav_sns ul li:nth-of-type(1) {
  margin-right: 25px;
}
body > .menu_box > .box_in > .sub_nav ul {
  padding: 0 50px;
  padding-top: 20px;
}
body > .menu_box > .box_in > .sub_nav ul li:not(:last-of-type) {
  margin-bottom: 10px;
}
body > .menu_box > .box_in > .sub_nav ul li a {
  font-size: 1.6rem;
  letter-spacing: .05em;
}
@media screen and (max-width: 767px) {  
  .menu_box {
    width: 100%;
    transform: translateX(100%);
  }
  body > .menu_box > .menu_btn {
    top: 4vw;
    right: 2em;
    font-size: 1.2rem;
    width: 2.5em;
    height: 2.5em;
  }
  body > .menu_box > .box_in {
    padding: 5vw 4vw;
  }
  body > .menu_box > .box_in p {
    width: 40vw;
    margin-bottom: 10vw;
  }
  body > .menu_box > .box_in > ul {
    margin-bottom: 10vw;
    padding: 0 4vw;
  }
  body > .menu_box > .box_in > ul li:not(:last-of-type) {
    margin-bottom: 4vw;
  }
  body > .menu_box > .box_in > ul li a em {
    font-size: 2.0rem;
    margin-bottom: .4em;
  }
  body > .menu_box > .box_in > ul li a span {
    font-size: 1.4rem;
    letter-spacing: .05em;
  }
  body > .menu_box > .box_in > .nav_sns {
    padding: 0 4vw;
  }
  body > .menu_box > .box_in > .nav_sns ul li {
    width: 8vw;
  }
  body > .menu_box > .box_in > .nav_sns ul li:nth-of-type(1) {
    margin-right: 10vw;
  }
  body > .menu_box > .box_in > .sub_nav ul {
    padding: 0 4vw;
    padding-top: 5vw;
  }
  body > .menu_box > .box_in > .sub_nav ul li:not(:last-of-type) {
    margin-bottom: 3vw;
  }
  body > .menu_box > .box_in > .sub_nav ul li a {
    font-size: 1.6rem;
    letter-spacing: .05em;
  }
}


/*main*/
main {
  display: block;
  font-size: 1.6rem;
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  main {
    display: block;
    font-size: 1.6rem;
    padding-top: 10vw;
  }
}


/*パンくず*/
.pan {
  margin-bottom: 40px !important;
  font-size: 1.5rem;
  letter-spacing: .15em;
}


.page_title {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #160505;
  border-bottom: solid 2px #FFF;
  font-size: 2.8rem;
  letter-spacing: .2em;
  line-height: 1.1;
  padding: 1.8em 20px;
}
.page_title h3 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_title h3 span {
  position: relative;
  display: block;
}
.page_title h3 span::before ,
.page_title h3 span::after {
  position: absolute;
	top: 50%;
	transform: translateY(-50%);
  width: 40px;
  height: 1px;
  background: #FFF;
  content: '';
}
.page_title h3 span::before {
  left: -90px;
}
.page_title h3 span::after {
  right: -90px;
}
@media screen and (max-width: 767px) {
  .page_title {
    font-size: 2.0rem;
    letter-spacing: .1em;
    padding: 8vw 4vw;
  }
  .page_title h3 span::before ,
  .page_title h3 span::after {
    width: 6vw;
  }
  .page_title h3 span::before {
    left: -10vw;
  }
  .page_title h3 span::after {
    right: -10vw;
  }
}



/*width*/
.mw1080 {
  max-width: 1120px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.w1080 {
  width: 1120px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.mw890 {
  max-width: 890px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.w890 {
  width: 890px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.mw1075 .mw890 ,
.mw1075 .w890 {
  padding-left: 0;
  padding-right: 0;
}
.w1075 .mw890 ,
.w1075 .w890 {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 1120px) {
  .mw1080 {
    max-width: 100%;
  }
  .w1080 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .mw1100 {
    padding-left: 4%;
    padding-right: 4%;
  }
  .w1100 {
    padding-left: 4%;
    padding-right: 4%;
  }
}


/*ずれ*/
.anc:before {
	position: relative;
	z-index: -1;
	padding-top: 150px;
	margin-top: -150px;
	display: block;
	content: '';
}
@media screen and (max-width: 767px) {
	.anc:before {
		padding-top: 30vw;
		margin-top: -30vw;
		content: '';
	}
}
