@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: #1c2f2a;
	width: 100%;
}
@font-face {
  font-display: swap;
  font-family: 'dnp-shuei-mgothic-std';
  font-style: normal;
}
body{
  line-height: 1.5;
  margin: 0;
}
img {
  vertical-align: bottom;
  max-width: 100%;
  margin: 0;
}
figure {
	margin: 0;
}
a {
	text-decoration: none;
	color: #333333;
}
h2, h3, h4{
  text-align: center;
}

/*　ーー　共通　ーー　*/
.bg_check{
  position: relative;
  background: url('../images/bg_check.webp') repeat;
  background-position: center top;
  background-size: 120px 100px;
  background-color: #d90012;
  overflow: hidden;
}
.bg_check::before,
.bg_check::after {
  content: "";
  position: absolute;
  top: 0;
  width: 70px;
  height: 100%;
  background: url('../images/bg_deco02.webp') repeat-y;
  background-size: 70px auto;
  pointer-events: none;
  z-index: 3;
}
.bg_check::before {
  left: 0;
}
.bg_check::after {
  right: 0;
  transform: scaleX(-1);
}
.bg_black{
  background-color: #231815;
}
.inner {
	width: 66%;
	max-width: 900px;
	margin: 0 auto;
  padding-bottom: 50px;
}
.font01{
  font-family: heisei-maru-gothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.red{
  color: #d71618;
}
section {
	padding: 5% 0;
}
.pc {
  display: block;
}
.sp {
  display: none;
}

/*　ーー　header　ーー　*/
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999999;
	height: auto;
	margin: 1% 0 0;
}
header .inner{
  width: 98%;
  max-width: 1200px;
  margin: 0 auto;
}
header h1 img {
	width: 100%;
  padding-right: 40px;
  height: 57px;
}
header .inner {
	position: relative;
}
header ul.nav{
  display: none;
}
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{
  display: none;
}
.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;
}

/*　ーー　main_image　ーー　*/
.main_image{
  position: relative;
  height: clamp(720px, 100vh, 900px);
  overflow: hidden;
}
.main_image::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 42%;
  background: url('../images/bg_check.webp') repeat;
  background-position: center top;
  background-size: 120px 100px;
  background-color: #d90012;
  z-index: 1;
}
.main_image::after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(42% - 50px);
  width: 100%;
  height: 50px;
  background: url("../images/bg_deco01.webp") repeat-x;
  background-position-x: center;
  background-size: auto 70px;
  pointer-events: none;
  z-index: 2;
}
.main_image .ribbon{
  position: absolute;
  top: 0;
  right: 5%;
  width: clamp(60px, 20vw, 7%);
  z-index: 1;
}
.main_image h1{
  position: absolute;
  width: 30%;
  top: 5%;
  left: 48%;
  transform: translate(-50%);
  z-index: 4;
}
.main_image .pkg{
  position: absolute;
  width: 20%;
  max-width: 300px;
  left: 10%;
  bottom: 5%;
}
.main_image .gorilla{
  position: absolute;
  width: 50%;
  max-width: 850px;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  z-index: 3;
}
.main_image .limited{
  position: absolute;
  width: 8%;
  bottom: 5%;
  right: 15%;
  transform: translate(-50%);
}

/*　ーー　hokaron　ーー　*/
#hokaron{
  background: url("../images/bg_hokaron.webp") no-repeat bottom;
  background-size: cover;
}
#hokaron .inner{
  padding-bottom: 0;
}
#hokaron h2{
  font-weight: 800;
  font-size: clamp(20px, 7vw, 52px);
  color: #ffffff;
  line-height: 1.3;
}
#hokaron figure{
  width: 35%;
  margin: 10px auto 30px;
}
#hokaron p{
  text-align: center;
  color: #fff;
  line-height: 2;
  font-size: clamp(14px, 3.5vw, 20px);
}

/*　ーー　concept　ーー　*/
#concept .concept h2{
  width: 85%;
  margin: 0 auto;
}
#concept .concept .inner{
  padding-bottom: 60px;
  border-bottom: 5px #ffffff dotted;
  margin-bottom: 60px;
}
#concept .concept .inner:last-child{
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
#concept .concept .txt_box{
  text-align: center;
  font-size: clamp(14px, 3.8vw, 22px);
  line-height: 2;
  margin-top: -15px;
}
#concept .concept figure{
  width: 80%;
  margin: 40px auto;
}
#concept .concept h2.small{
  width: 60%;
  margin: 0 auto;
}
#concept .concept .detail{
  width: 80%;
  margin: 60px auto 20px;
}
#concept .concept h3{
  font-weight: 800;
  color: #f4d924;
  font-size: clamp(16px, 4vw, 24px);
  text-align: left;
  margin-bottom: 10px;
}
#concept .concept p{
  color: #ffffff;
  font-size: clamp(14px, 3.8vw, 20px);
  line-height: 1.6;
}
#concept .concept .flex_box{
  display: flex;
  gap: 40px;
  align-items: flex-start;
  margin-bottom: 40px;
}
#concept .concept .flex_box .f_img{
  width: 180px;
  flex-shrink: 0;
}
#concept .concept .flex_box .f_img figure{
  margin: 0;
  width: 100%;
}

/*　ーー　feature　ーー　*/
#feature h2{
  background-color: transparent;
  color: #ffffff;
  font-weight: 800;
  font-size: clamp(22px, 5vw, 40px);
  border-radius: 30px 30px 0 0;
  padding: 40px 0 90px;
  position: relative;
}
#feature h2::after{
  content: "";
  position: absolute;
  left: 0;
  top: calc(100% - 50px);
  width: 100%;
  height: 50px;
  background: url("../images/bg_deco01.webp") repeat-x;
  background-position-x: center;
  background-size: auto 70px;
  pointer-events: none;
}
#feature .inner{
  border-radius: 40px;
  border: 10px solid #ffffff;
  margin-bottom: 80px;
  padding: 0;
}
#feature .content{
  padding: 25px 80px 80px;
  background-color: #ffffff;
  border-radius: 0 0 10px 10px;
}
#feature .content h3{
  font-size: clamp(14px, 3.8vw, 28px);
  color: #d90012;
}
#feature .content figure{
  margin: 40px auto;
}
#feature .content > .full{
  margin-left: -80px;
  margin-right: -80px;
  width: calc(100% + 160px);
}
#feature .content p{
  font-weight: 800;
  color: #666666;
  line-height: 1.6;
  font-size: clamp(14px, 3.8vw, 20px);
}
#feature .content .lawson{
  margin-top: 60px;
  border-radius: 30px;
  border: 4px solid #006cb5;
}
#feature .content .lawson h4{
  background-color: #006cb5;
  border-radius: 20px 20px 0 0;
  color: #ffffff;
  font-size: clamp(14px, 3.8vw, 22px);
  padding: 5px 0;
}
#feature .content .lawson img{
  display: block;
  margin: 25px auto;
  width: 90%;
}
#feature .howto{
  width: 66%;
  max-width: 900px;
  margin: 0 auto;
}
#feature .howto h3{
  background-color: #f4d924;
  color: #d90012;
  padding: 5px 0;
  font-size: clamp(22px, 5vw, 34px);
  font-weight: 800;
}
#feature .howto h3 + p{
  color: #ffffff;
  text-align: center;
  font-size: clamp(16px, 4vw, 24px);
  margin: 30px 0;
}
#feature .howto ul{
  display: flex;
  align-items: flex-start;
  gap: 40px;
  width: 100%;
}
#feature .howto ul li {
  flex: 1;
}
#feature .howto ul li p{
  margin-top: 15px;
  font-weight: bold;
  font-size: clamp(12px, 4vw, 20px);
  line-height: 1.5;
  color: #ffffff;
  padding: 0 15px;
}
#feature .howto ul li figure{
  position: relative;
}
#feature .howto ul li figure::after{
  content: "";
  background: url('../images/arrow.svg') no-repeat;
  width: 12px;
  height: 42px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -28px;
}
#feature .howto ul li:last-child figure::after{
  content: none;
}

/*　ーー　parallax　ーー　*/
.parallax {
  position: relative;
  height: 500px;
  overflow: hidden;
  clip-path: inset(0);
}
.parallax .bg{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}
.parallax .bg.p01{
  background: url('../images/bg_p01.webp') no-repeat center / cover;
}
.parallax .bg.p02{
  background: url('../images/bg_p02.webp') no-repeat center / cover;
}

/*　ーー　lineup　ーー　*/
#lineup{
  padding-bottom: 0;
}
#lineup .inner{
  border-bottom: 5px #ffffff dotted;
}
#lineup h2, #spec h2{
  font-size: clamp(38px, 10vw, 60px);
  color: #f4d924;
  font-weight: 800;
}
#lineup h2 small, #spec h2 small{
  font-size: clamp(16px, 4vw, 22px);
  color: #ffffff;
  font-weight: 400;
  display: block;
  letter-spacing: 3px;
}
#lineup h3{
  font-weight: 800;
  font-size: clamp(16px, 4.2vw, 30px);
  margin-top: 30px;
  padding: 5px 0;
  margin-top: 50px;
}
#lineup h3.crew{
  color: #d71618;
  background-color: #ffed7d;
}
#lineup h3.high01{
  color: #d71618;
  background-color: #f5c6cd;
}
#lineup h3.high02{
  color: #ffffff;
  background-color: #56b7e1;
}
#lineup ul.lineup{
  margin: 30px 0 90px;
}
#lineup ul.lineup:last-child{
  margin-bottom: 0;
}
#lineup ul.lineup li{
  background-color: #ffffff;
  border: 5px solid #f4d924;
  border-radius: 20px;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 30px;
  gap: 50px;
  align-items: center;
  overflow: hidden;
}
#lineup ul.lineup li figure{
  width: 45%;
  flex-shrink: 0;
}
#lineup ul.lineup li p{
  font-size: clamp(14px, 3.8vw, 16px);
  padding: 20px 30px 20px 0;
  box-sizing: border-box;
}
#lineup ul.lineup li p .ttl{
  display: block;
  font-size: clamp(16px, 4vw, 22px);
  font-weight: 600;
  color: #666666;
  margin-bottom: 10px;
}
a.cart {
  display: block;
  background: linear-gradient(to bottom, #d71618 0%, #f4d924 100%);
  color: #ffffff;
  border-radius: 50px;
  padding: 8px 30px;
  width: 280px;
  margin-top: 10px;
  text-align: center;
}
a.cart img{
  padding-right: 10px;
  vertical-align: middle;
}
a.cart:hover{
  opacity: 0.5;
}

/*　ーー　spec　ーー　*/
#spec h3{
  font-size: clamp(18px, 4.5vw, 26px);
  margin-bottom: 10px;
  text-align: left;
  color: #ffffff;
  font-weight: 800;
}
#spec h3 span{
  font-size: 70%;
  padding-left: 5px;
  font-weight: 400;
}
#spec .spec{
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 50px;
}
#spec .spec figure{
  width: 40%;
}
#spec .spec .wrapper{
  width: 50%;
}
#spec .note{
  font-size: clamp(14px, 3.8vw, 18px);
  color: #ffffff;
  line-height: 2;
  background-image: repeating-linear-gradient(to bottom, transparent 0, transparent calc(2em - 1px), #ffffff calc(2em - 1px), #ffffff 2em);
}
#spec .note p {
  margin: 0;
  line-height: 2;
}
#spec .note .row {
  display: grid;
  grid-template-columns: max-content 1fr;
}
#spec .note .row span:first-child{
  white-space: nowrap;
}
#spec .care{
  padding: 3% 5%;
  font-size: clamp(14px, 3vw, 16px);
  border: 1px solid #ffffff;
  color: #ffffff;
  margin: 50px 0;
}
#spec .care span{
  display: block;
  color: #f4d924;
  font-weight: 800;
  font-size: clamp(16px, 4vw, 20px);
}
#spec .inquiry{
  background-color: #ffffff;
  border: 5px solid #f4d924;
  border-radius: 20px;
  padding: 20px;
  width: 70%;
  margin: 0 auto;
}
#spec .inquiry p{
  color: #d71618;
  font-size: clamp(16px, 4.2vw, 26px);
  text-align: center;
}
#spec .inquiry p span{
  display: block;
  font-weight: 800;
  font-size: clamp(16px, 4vw, 38px);
}

.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;
}
.lineup_box h4{
  font-weight: bold;
}

footer {
	position: relative;
	background: #231815;
	text-align: center;
	z-index: 50;
	padding: 0 0 5%;
}
footer img {
	max-width: 300px;
	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: 1366px) {
  .main_image .gorilla{
    width: 60%;
  }
  .main_image .limited{
    width: 10%;
  }
  #concept .concept .txt_box{
    margin-top: 20px;
  }
  .parallax{
    height: 350px;
  }
  #spec .inquiry{
    width: 80%;
  }
	.purchase_promotion p.doshisha_marche {
		width: 48%;
		max-width: 200px;
		margin: 0;
	}
	.purchase_promotion p.rakuten {
		width: 48%;
		max-width: 200px;
		margin: 0;
	}
}
@media (orientation: landscape) and (max-width: 1366px) {
  .main_image{
    height: 85vh;
  }
}
@media (orientation: portrait) and (min-width: 768px) {
  .bg_check::before {
    left: -30px;
  }
  .bg_check::after {
    right: -30px;
    transform: scaleX(-1);
  }
  .inner{
    width: 80%;
  }
  .main_image{
    height: 60vh;
  }
  .main_image .pkg{
    width: 25%;
  }
  .main_image .gorilla{
    width: 75%;
  }
  .main_image .limited{
    width: 15%;
    right: 10%;
  }
  #feature .inner{
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  section{
    padding: 8% 0;
  }
  .bg_check{
    background-size: 110px 92px;
  }
  .bg_check::before,
  .bg_check::after {
    width: 30px;
    background-size: 30px auto;
  }
  .bg_check::before {
    left: -12px;
  }
  .bg_check::after {
    right: -12px;
    transform: scaleX(-1);
  }
  header .humbergar_menu {
    width: 98vw;
    padding: 20px;
  }
  header .humbergar_menu .humbergar_menu_flex {
    display: block;
    justify-content: center;
    align-items: center;
  }
  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;
  }
  .inner{
    width: 75%;
    padding-bottom: 30px;
  }
  .main_image {
    padding: 40px 0;
    height: clamp(550px, 147vw, 650px);
  }
  .main_image::before{
    width: 100%;
    height: 45%;
    background-size: 110px 92px;
  }
  .main_image::after {
    top: calc(45% - 15px);
    height: 50px;
    background-size: 50px auto;
  }
  .main_image .logo{
    width: 20vw;
    top: 10px;
    left: 10px;
  }
  .main_image h1{
    width: 85vw;
    top: 15vw;
  }
  .main_image .pkg{
    width: 25vw;
    left: 5%;
  }
  .main_image .gorilla{
    width: 85vw;
  }
  .main_image .limited{
    width: 22vw;
    left: 17vw;
  }
  #hokaron .inner{
    width: 90%;
  }
  #hokaron figure{
    width: 50%;
    margin: 5px auto 15px;
  }
  #concept .concept h2{
    width: 100%;
  }
  #concept .concept .inner{
    padding-bottom: 30px;
    border-bottom: 4px #ffffff dotted;
    margin-bottom: 30px;
  }
  #concept .concept figure{
    width: 100%;
    margin: 30px 0 15px;
  }
  #concept .concept h2.small{
    width: 85%;
  }
  #concept .concept figure{
    width: 100%;
    margin: 20px 0;
  }
  #concept .concept .detail{
    width: 100%;
    margin-top: 30px;
  }
  #concept .concept .flex_box{
    display: block;
  }
  #concept .concept .flex_box .f_img{
    width: 40%;
    margin: 15px auto 0;
  }
  .parallax{
    height: 230px;
  }
  .parallax .bg.p01{
    background: url('../images/bg_p01_sp.webp') no-repeat bottom / cover;
  }
  .parallax .bg.p02{
    background: url('../images/bg_p02_sp.webp') no-repeat bottom right / cover;
  }
  #feature .inner{
    width: 80%;
    border-radius: 20px;
    border: 5px solid #ffffff;
    margin: 25px auto 30px;
  }
  #feature h2{
    border-radius: 16px 16px 0 0;
    padding: 25px 0 40px;
  }
  #feature h2::after {
    top: calc(100% - 15px);
    height: 50px;
    background-size: 50px auto;
  }
  #feature .content{
    padding: 20px 20px 30px;
  }
  #feature .content figure{
    margin: 20px auto;
  }
  #feature .content > .full{
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
  }
  #feature .content .lawson{
    border-radius: 20px;
    margin-top: 30px;
  }
  #feature .content .lawson h4{
    border-radius: 10px 10px 0 0;
    padding-top: 3px;
  }
  #feature .content .lawson img{
    margin: 20px auto;
  }
  #feature .howto{
    width: 80%;
  }
  #feature .howto h3 + p{
    margin: 20px 0;
  }
  #feature .howto ul{
    display: block;
    width: 100%;
    padding-left: 10px;
  }
  #feature .howto ul li{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 25px;
  }
  #feature .howto ul li figure{
    flex: 0 0 45%;
  }
  #feature .howto ul li figure::after{
    width: 11px;
    height: 40px;
    top: 96%;
    right: 50%;
    left: 46%;
    margin: 0 auto;
    transform: rotate(90deg);
  }
  #feature .howto ul li p{
    margin: 0;
    padding: 0;
  }
  #lineup h3{
    margin-top: 30px;
  }
  #lineup ul.lineup{
    margin: 20px 0 50px;
  }
  #lineup ul.lineup li{
    display: block;
    padding-bottom: 20px;
  }
  #lineup ul.lineup li figure{
    width: 100%;
    margin-bottom: 15px;
  }
  #lineup ul.lineup li p{
    text-align: center;
    padding: 0 20px;
  }
  a.cart {
    width: 100%;
  }
  #spec .spec{
    display: block;
    margin-top: 15px;
  }
  #spec .spec figure{
    width: 80%;
    margin: 0 auto;
  }
  #spec .spec .wrapper{
    width: 90%;
    margin: 10px auto 0;
  }
  #spec .care{
    padding: 6% 8%;
    margin: 40px 0;
  }
  #spec .care span{
    text-align: center;
    margin-bottom: 10px;
  }
  #spec .inquiry{
    width: 100%;
    width: 20px 10px;
  }
  footer{
    padding-bottom: 140px;
    padding-top: 7%;
  }
  footer img{
    width: 60%;
  }
}

@media screen and (max-width: 480px) {
	header .humbergar_menu .humbergar_nav li.purchase {
		margin: 0px auto;
	}
}