@charset "utf-8";
/* CSS Document */

* {
	box-sizing: border-box;
}
html {
	font-size: clamp(13px, 4vw, 20px);
	-webkit-text-size-ajust: 100%;
  font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #333333;
	width: 100%;
}
@font-face {
  font-display: swap;
  font-family: 'dnp-shuei-mgothic-std';
  font-style: normal;
}
body {
  line-height: 1.6;
  margin: 0;
}
img {
  vertical-align: bottom;
  max-width: 100%;
  margin: 0;
}
figure {
	margin: 0;
}
a {
	text-decoration: none;
	color: #333333;
}
h2 {
	font-size: clamp(22px, 6vw, 32px);
	text-align: center;
  font-weight: bold;
  font-family: dnp-shuei-mgothic-std;
  letter-spacing: 3px;
}
h3 {
	font-size: clamp(20px, 6vw, 28px);
	text-align: center;
}

/*　ーー　共通　ーー　*/

.inner {
	width: 98%;
	max-width: 1200px;
	margin: 0 auto;
}
.cart_icon {
	background: #241d1b;
	border-radius: 50%;
	width: 48px;
	height: 48px;
	text-align: center;
}
section {
	padding: 5% 0;
}
br.br_769 {
	display: none;
}
.mt20 {
	margin-top: 20px !important;
}
.mb20{
  margin-bottom: 20px !important;
}
.pt20{
  padding-top: 20px !important;
}
.pb20{
  padding-bottom: 20px !important;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.bg_01 {
  background: url("../images/bg_main.webp"), linear-gradient(to bottom, #e66538, #eccbc5);
  background-size: 100%;
  background-repeat: repeat-y;
  background-position: top;
}
.bg_02 {
  background: url("../images/bg_main.webp"), linear-gradient(to right, #eea31f, #dc1f15, #eea31f);
  background-size: 100%;
  background-repeat: repeat-y;
  background-position: top;
}
.bg_03 {
  background: url("../images/bg_main.webp"), linear-gradient(to top, #000000, #231815);
  background-size: 100%;
  background-repeat: repeat-y;
  background-position: top;
}
.bg_black{
  background-color: #231815;
  padding: 6px 0 8px;
}
.bg_black .logo{
  width: 20%;
  margin: 0 auto;
  display: block;
}
.bg_black .gold_line{
  position: relative;
  height: 2px;
  background: transparent;
}
.bg_black .gold_line::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(45deg,#833a20,#a76c22,#bf8926,#edb336,#f4e353,#d6922a,#833a20);
}

/*　ーー　/共通　ーー　*/

/*　ーー　header　ーー　*/

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999999;
	height: auto;
	margin: 1% 0 0;
}
header h1 img {
	width: 100%;
}
header .inner {
	position: relative;
}
header ul.nav {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1%;
	width: 100%;
	max-width: 780px;
	background: #ffffff;
	border-radius: 50px;
	padding: 5px 10px;
	box-shadow: 0 7px 12px -4px #0006;
}
header ul.nav li.logo:hover {
	opacity: 0.5;
}
header ul.nav li a {
	display: inline-block;
	font-size: 18px;
	color: #666666;
	padding: 10px 5px;
}
header ul.nav li a:hover {
	color: #000000;
}
header .openbtn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999999;
  box-shadow: 0 7px 12px -4px #0006;
}
header .humbergar_menu {
	display: none;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background: rgba(255,255,255,1);
	width: 90vw;
	max-width: 1200px;
	height: auto;
	border-radius: 30px;
	padding: 30px;
	border: 1px solid #241d1b;
	transition: all 0.5s ease-out;
}
header .humbergar_menu .humbergar_menu_flex {
	display: flex;
	justify-content: center;
	align-items: center;
}
header .humbergar_menu .humbergar_menu_content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin: 20px auto 0;
}
header .humbergar_menu .humbergar_menu_content .humbergar_menu_content_title {
  position: relative;
  margin: 0 auto 1em;
  text-align: center;
  font-weight: bold;
  font-size: clamp(20px, 6.25vw, 26px);
}
header .humbergar_menu .humbergar_menu_content .humbergar_menu_content_list {
  width: 60%;
  border-right: 1px solid #cccccc;
}
header .humbergar_menu .humbergar_menu_content .humbergar_menu_content_list .humbergar_menu_content_title {
  width: 90%;
  margin: 0 0 1em;
}
header .humbergar_menu .humbergar_menu_content .humbergar_menu_content_title span {
  position: absolute;
  top: 2em;
  left: 50%;
  transform: translateX(-50%);
  font-size: clamp(13px, 4.0vw, 16px);
  font-weight: normal;
}
header .humbergar_menu .humbergar_menu_content .humbergar_menu_content_new {
  width: 40%;
}
header .humbergar_menu .humbergar_menu_content .humbergar_menu_content_new_name {
  text-align: center;
  padding: 0.2em 1em;
  margin: 0 0 10px;
}
header .humbergar_menu .humbergar_menu_content .humbergar_menu_content_new_name a {
  background: #d9c5df52;
  padding: 0.2em 1em;
}
header .humbergar_menu .humbergar_menu_content .humbergar_menu_content_new figure {
  width: 25vw;
  max-width: 200px;
  background: #404040;
  border-radius: 10px;
  text-align: center;
  padding: 10px;
  margin: 0 auto;
}
header .humbergar_menu .humbergar_menu_content .humbergar_menu_content_new figure img {
  max-height: 200px;
  margin: 0 auto;
}
header .humbergar_menu .humbergar_nav li {
  width: 90%;
  margin: 0;
}
header .humbergar_menu .humbergar_nav li a {
  display: block;
  width: 100%;
  text-align: center;
  margin: 10px 0;
  background: #f1f1f1;
  color: #000000;
  padding: 10px 0;
}
header .humbergar_menu .humbergar_nav li a:hover {
  color: #000000;
}
header .humbergar_menu .logo {
  width: 50%;
  max-width: 300px;
  margin: 0;
}
header .humbergar_menu .logo:hover {
  opacity: 0.5;
}
header .humbergar_menu .logo a {
  width: 100%;
  text-align: center;
  border-bottom: none;
  padding: 0;
}
header .humbergar_menu .logo img {
  width: 100%;
  margin: 0 auto;
}
.purchase {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 1%;
  margin: 0 auto 0;
}
.purchase img {
  width: clamp(20px, 6.25vw, 30px);
  padding-right: 0.1em;
  text-align: left;
}
.purchase p {
  width: 25%;
  font-weight: bold;
  text-align: center;
  margin: 20px auto 0;
}
.purchase p.doshisha_marche {
  width: 35%;
  margin: 0;
}
.purchase p.rakuten {
  width: 35%;
  margin: 0;
}
.purchase p.doshisha_marche a {
  display: block;
  width: 100%;
  text-align: center;
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
  background: #404040;
  border-radius: 50px;
  padding: 5% 0;
  border-bottom: none;
}
.purchase p.rakuten a {
  display: block;
  width: 100%;
  text-align: center;
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
  background: #ac3e3e;
  border-radius: 50px;
  padding: 5% 0;
  border-bottom: none;
}
.purchase p.doshisha_marche a:hover, .purchase p.rakuten a:hover {
	opacity: 0.5;
}

/*　ーー　/header　ーー　*/

/*　ーー　main_image　ーー　*/

main.cover_gray {
  filter: blur(5px) grayscale(50%);
}
.main_image {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3% 0 5%;
}
.main_image .img{
  width: 60%;
  max-width: 1000px;
}
.main_image h2{
  margin: 30px 0 15px;
  position: relative;
  text-align: center;
}
.main_image h2::before{
  content: "";
  background: url("../images/deco_03.webp") no-repeat;
  background-size: contain;
  width: 200px;
  height: 140px;
  position: absolute;
  top: -110px;
  left: 50px;
}
.main_image h2 img{
  width: 85%;
}
.main_image .deco_02{
  width: 55%;
  margin: 0 auto;
}

/*　ーー　/main_image　ーー　*/

#feature .img{
  width: 60%;
  max-width: 900px;
  margin: 80px auto 0;
}
#feature .inner {
  background: #f7b52c;
  border: 5px solid #f7931e;
  border-radius: 30px;
  width: 80%;
  max-width: 1000px;
  padding: 20px 40px;
  margin-bottom: 50px;
  position: relative;
}
#feature .content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5%;
  width: 90%;
  margin: 0 auto;
}
#feature .title h2{
  color: #841b20;
  position: relative;
  margin-top: 5%;
}
#feature .title h2 span{
  position: relative;
  display: inline-block; 
  padding-left: 100px;
}
#feature .title h2::before{
  content: "";
  background: url("../images/gorilla_01.webp") no-repeat;
  background-size: contain;
  width: 85px;
  height: 80px;
  position: absolute;
  bottom: 0;
}
#feature .title img{
  margin-top: -15%;
}
#feature .feature_01{
  padding-bottom: 0;
}
#feature .feature_01 .content figure{
  width: 20%;
}
#feature .feature_01 .content p{
  width: 80%;
  text-align: left;
}
#feature .feature_01 .img_01{
  margin: 50px 50px 0 50px;
}
#feature .feature_01 .img_02{
  width: 60%;
  margin: 0 auto;
}
#feature .feature_02 .content{
  align-items: flex-start;
  margin-bottom:30px;
}
#feature .feature_02 .content figure{
  width: 60%;
}
#feature .feature_02 .content div{
  width: 40%;
  text-align: left;
}
#feature .feature_02 .content div p{
  padding: 0 15px;
}
#feature .feature_02 .content h3{
  margin-bottom: 15px;
}
#feature .feature_02 .img_01{
  width: 92%;
  margin: 0 auto 60px;
}

#gallery{
  padding-bottom: 0;
}
#gallery .gallery h2 img{
  width: 50%;
}
#gallery .gallery .click{
  color: #ffffff;
  text-align: center;
  margin-top: 20px;
}
#gallery .gallery .img_01{
  width: 50%;
  margin: 0 auto;
}
#gallery .gallery ul{
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  width: 80%;
  max-width: 1000px;
  margin: 40px auto;
}
#gallery .gallery ul li{
  flex: 1 1 calc(33.333% - 40px);
  text-align: center;
  box-sizing: border-box;
}
#modal_container {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, .6);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999999;
}
#modal_container > div{
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
}
#modal_container div > img{
  max-width: calc(100vw - 30px);
  max-height: calc(100vh - 30px);
}
#gallery img.zoom {
  cursor: pointer;
}

#spec .inner{
  width: 80%;
  max-width: 1000px;
}
#spec h2{
  background: #ffffff;
  color: #231815;
  font-weight: bold;
  border-radius: 50px;
  padding: 2% 1%;
  margin: 0 auto 4%;
}
#spec .image figure img {
	border-radius: 8%;
}
#spec h3{
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 20px;
}
#spec h3 span{
  display: block;
  font-size: 20px;
}
#spec .product {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 8% auto 0;
  gap: 5%;
}
#spec .image {
	width: 40%;
  background-color: #ffffff;
  border-radius: 30px;
  padding: 20px;
}
#spec .image p.cart {
  margin: 5% auto;
  text-align: center;
}
.cart a {
  background: #000000;
  color: #ffffff;
  border-radius: 50px;
  padding: 10px 30px;
}
#spec .txt {
	width: 60%;
	text-align: center;
  padding: 0 20px;
}
#spec .txt p {
	margin: 5px 0;
  text-align: left;
  color: #ffffff;
}
#spec .care{
  color: #ffffff;
  background-color: #000000;
  margin: 5% auto 0;
  padding: 3% 5%;
  border: 2px solid #ffffff;
  font-size: clamp(13px, 4vw, 18px);
}
#spec .care span{
  font-size: clamp(14px, 4.2vw, 20px);
  color: #eea31f;
}

.purchase_promotion {
  width: 90vw;
  max-width: 780px;
  position: fixed;
  left: 50%;
  bottom: -4%;
  transform: translateX(-50%);
  background: #ffffff;
  box-shadow: 0 7px 12px -4px #0006;
  border-radius: 10px;
  margin: 50px auto;
  opacity: 0;
  transition: all 0.5s ease-out;
  z-index: 999999;
}
.purchase_promotion.scroll_view {
  opacity: 1;
}
.purchase_promotion .flex_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 1%;
  margin: 2% auto;
}
.purchase_promotion p {
	width: 35%;
	line-height: 50px;
	text-align: center;
	font-size: clamp(15px, 4.6vw, 22px);
	font-weight: bold;
	color: #000000;
	-webkit-text-fill-color: #000000;
	margin: 0;
}
.purchase_promotion p a img {
	padding-right: 0.5em;
	text-align: left;
}
.purchase_promotion p.doshisha_marche {
	width: 23%;
	line-height: 1.0;
}
.purchase_promotion p.rakuten {
	width: 23%;
	line-height: 1.2;
}
.purchase_promotion p.doshisha_marche a {
	display: block;
	width: 100%;
	text-align: center;
	color: #ffffff;
	-webkit-text-fill-color: #ffffff;
	background: #404040;
	background-size: 15%;
	border-radius: 50px;
	padding: 5%;
}
.purchase_promotion p.rakuten a {
	display: block;
	width: 100%;
	text-align: center;
	color: #ffffff;
	-webkit-text-fill-color: #ffffff;
	background: #ac3e3e;
	background-size: 15%;
	border-radius: 50px;
	padding: 5%;
}
.purchase_promotion p.doshisha_marche a:hover,.purchase_promotion p.rakuten a:hover {
	opacity: 0.5;
}

footer {
	position: relative;
	background: #231815;
	text-align: center;
	z-index: 50;
	padding: 3% 0 5%;
}
footer img {
	max-width: 400px;
	width: 50%;
	color: #ffffff;
	margin: 0 auto;
}
footer p {
	color: #ffffff;
	font-size: clamp(10px, 3.1vw, 14px);
	margin: 0 auto 3%;
}

@media screen and (max-width: 1024px) {
	header ul.nav {
		display: none;
	}
	.purchase_promotion p.doshisha_marche {
		width: 48%;
		max-width: 200px;
		margin: 0;
	}
	.purchase_promotion p.rakuten {
		width: 48%;
		max-width: 200px;
		margin: 0;
	}
}

@media screen and (max-width: 769px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  section{
    padding: 8% 0;
  }
  h2{
    letter-spacing: 0;
    line-height: 1.3;
  }
  .bg_01 {
    background: url("../images/bg_main_sp.webp"), linear-gradient(to bottom, #e66538 0%, #e66538 22%, #eccbc5 35%, #eccbc5 100%);
    background-size: 110%;
    background-repeat: repeat-y;
    background-position: top center;
  }
  .bg_02 {
    background: url("../images/bg_main_sp.webp"), linear-gradient(to right, #eea31f, #dc1f15, #eea31f);
    background-size: 110%;
    background-repeat: repeat-y;
    background-position: top center;
  }
  .bg_03 {
    background: url("../images/bg_main_sp.webp"), linear-gradient(to top, #000000, #231815);
    background-size: 110%;
    background-repeat: repeat-y;
    background-position: top center;
  }
  header .humbergar_menu {
    width: 98vw;
    padding: 20px;
  }
  header .humbergar_menu .humbergar_menu_flex {
    display: block;
    justify-content: center;
    align-items: center;
  }
  header .humbergar_menu .logo {
    width: 90%;
    max-width: 300px;
    margin: 0 auto;
  }
  header .humbergar_menu .purchase {
    margin: 20px auto 0;
    max-width: 360px;
  }
  header .humbergar_menu .purchase p.doshisha_marche {
    width: 49%;
    margin: 0 auto;
  }
  header .humbergar_menu .purchase p.rakuten {
    width: 49%;
    margin: 0 auto;
  }
	.purchase_promotion p:first-of-type {
		width: 100%;
	}
  header .humbergar_menu .humbergar_menu_content {
    display: block;
  }
  header .humbergar_menu .humbergar_menu_content .humbergar_menu_content_list {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #cccccc;
  }
  header .humbergar_menu .humbergar_menu_content .humbergar_menu_content_list .humbergar_menu_content_title {
    margin: 0 auto 1em;
  }
  header .humbergar_menu .humbergar_nav li {
    margin: 0 auto;
  }
  header .humbergar_menu .humbergar_menu_content .humbergar_menu_content_new {
    width: 98%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    margin: 20px auto 0;
  }
  header .humbergar_menu .humbergar_menu_content .humbergar_menu_content_new figure {
    margin: 0;
  }
	br.br_769 {
		display: block;
	}
  .bg_black .logo{
    width: 60vw;
  }
  .main_image {
    padding: 40px 0;
  }
  .main_image .img{
    width: 92%;
  }
  .main_image h2{
    margin-top: 20px;
  }
  .main_image h2 img{
    width: 100%;
  }
  .main_image h2::before{
    width: 125px;
    height: 80px;
    top: -75px;
    left: 0;
  }
  .main_image .deco_02{
    width: 80%;
  }
  #feature .img{
    width: 90%;
    margin-top: 40px;
  }
  #feature .inner{
    width: 92%;
    border: 4px solid #f7931e;
    border-radius: 20px;
    padding: 20px 15px 40px;
    margin-bottom: 30px;
  }
  #feature .title h2 span{
    padding-left: 50px;
  }
  #feature .title h2::before{
    left: 0;
  }
  #feature .title img{
    margin-top: -20%;
  }
	#feature .content {
    display: block;
  }
  #feature .feature_01{
    padding-bottom: 0;
  }
  #feature .feature_01 .content figure{
    width: 50%;
    margin: 20px auto;
  }
  #feature .feature_01 .content p{
    width: 100%;
  }
  #feature .feature_01 .img_01{
    width: 92%;
    margin: 20px auto 0;
  }
  #feature .feature_01 .img_02{
    width: 90%;
  }
  #feature .feature_02 .content:last-child{
    margin-bottom: 0;
  }
  #feature .feature_02 .content figure{
    width: 100%;
    margin: 20px 0;
  }
  #feature .feature_02 .content div{
    width: 100%;
  }
  #feature .feature_02 .content h3 img{
    width: 80%;
  }
  #feature .feature_02 .img_01{
    width: 90%;
    margin: 20px auto 40px;
  }
  #gallery .gallery h2 img{
    width: 90%;
  }
  #gallery .gallery ul{
    gap: 20px;
    width: 94%;
    margin: 20px auto;
  }
  #gallery .gallery ul li{
    flex: 1 1 calc(50% - 20px);
  }
  #gallery .gallery .img_01{
    width: 80%;
  }
  #modal_container > div {
    height: 95vh;
  }
  #spec{
    padding-bottom: 50px;
  }
  #spec .inner{
    width: 88%;
  }
	#spec .product {
		display: block;
	}
	#spec .image {
		width: 100%;
		border-radius: 20px;
	}
	#spec .txt {
		width: 90%;
		margin: 10% auto;
    padding: 0;
	}
  #spec .care{
    padding: 5% 8%;
  }
  footer{
    padding-bottom: 150px;
  }
  footer img{
    width: 70%;
  }
	.flex_769 {
		display: block!important;
	}
	.flex_769 .content {
		margin-top: 20px!important;
	}
}

@media screen and (max-width: 480px) {
	header .humbergar_menu .humbergar_nav li.purchase {
		margin: 0px auto;
	}
}






































































