@charset "UTF-8";
/*ーーーーーーーーーー
共通
ーーーーーーーーーーー*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  color: #000000;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6;
}
img {
  vertical-align: bottom;
  max-width: 100%;
}
.inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 3%;
}
/*購入ボタン*/
.cta {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 7px;
}
.marche {
  display: inline-block;
}
.marche a {
  display: inline-block;
  position: relative;
  background-color: #dde4fa;
  color: #346fe7;
  font-weight: 500;
  border: 3px solid #346fe7;
  border-radius: 50px;
  padding: 10px 40px 10px 15px;
}
.marche a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  background-color: #346fe7;
  mask: url("../images/common/icon_cart.svg") no-repeat center / contain;
  -webkit-mask: url("../images/common/icon_cart.svg") no-repeat center / contain;
}
.rakuten {
  display: inline-block;
}
.rakuten a {
  display: inline-block;
  position: relative;
  background-color: #f1d6d6;
  color: #bc1b20;
  font-weight: 500;
  border: 3px solid #bc1b20;
  border-radius: 50px;
  padding: 10px 40px 10px 15px;
}
.rakuten a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  background-color: #bc1b20;
  mask: url("../images/common/icon_cart.svg") no-repeat center / contain;
  -webkit-mask: url("../images/common/icon_cart.svg") no-repeat center / contain;
}
.amazon {
  display: inline-block;
}
.amazon a {
  display: inline-block;
  position: relative;
  background-color: #f8e4d9;
  color: #e36b2a;
  font-weight: 500;
  letter-spacing: 2.05px;
  border: 3px solid #e36b2a;
  border-radius: 50px;
  padding: 11px 40px 10px 21px;
}
.amazon a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  background-color: #e36b2a;
  mask: url("../images/common/icon_cart.svg") no-repeat center / contain;
  -webkit-mask: url("../images/common/icon_cart.svg") no-repeat center / contain;
}
/*header*/
.header_wrap {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 777777;
}
header {
  position: relative;
  background: #eeece6;
  width: 100%;
}
header .logo {
  width: 160px;
  padding: 18px 20px;
}
header .openbtn {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 999999;
  background: #ffffff;
  cursor: pointer;
  width: 48px;
  height: 48px;
  box-shadow: 0px 0px 3px 2px #00000012;
}
header .openbtn span{
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  border-radius: 5px;
  background: #000000;
  width: 45%;
  }
header .openbtn span:nth-of-type(1) {
  top:17px; 
}
header .openbtn span:nth-of-type(2) {
  top:23px;
}
header .openbtn span:nth-of-type(3) {
  top:29px;
}
header .openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 50%;
  transform: translate(-50%,6px) rotate(-45deg);
  width: 30%;
}
header .openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
header .openbtn.active span:nth-of-type(3){
  top: 30px;
  left: 50%;
  transform:  translate(-50%,-6px) rotate(45deg);
  width: 30%;
}
header .hamburger_menu {
  position: fixed;
  inset: 0;
  z-index: 888888;
  background: #443d3399;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease,visibility 0.3s ease;
  width: 100%;
  height: 100vh;
}
header .hamburger_menu_inner {
  width: min(100%, 490px);
  height: 100%;
  height: 100dvh;
  margin-left: auto;
  padding: 28px 24px 40px;
  background: #eeece6;
  overflow-y: auto;
  overscroll-behavior: contain;
  transform: translateX(100%);
  transition: transform 0.3s ease;
}
header .hamburger_menu.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
header .hamburger_menu.active .hamburger_menu_inner {
  transform: translateX(0);
}
header .hamburger_logo {
  width: 160px;
  margin: 0 0 32px;
}
header .hamburger_nav_list {
  border-top: 1px solid #443d33;
}
header .hamburger_nav_list li {
  border-bottom: 1px solid #443d33;
}
header .hamburger_nav_list a {
  position: relative;
  display: block;
  color: #443d33;
  font-weight: 400;
  padding: 18px 30px 18px 4px;
}
header .hamburger_nav_list a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 6px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #443d33;
  border-right: 2px solid #443d33;
  transform: translateY(-50%) rotate(45deg);
}
header .cta {
  margin: 5% auto;
}
header .hamburger_sub_nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
header .hamburger_sub_nav a {
  font-size: clamp(8px, 2.6vw, 12px);
  font-weight: 400;
  color: #443d33;
}
/*footer*/
footer {
  background: #000000;
  padding: 50px 10px;
}
footer .logo {
  width: 160px;
  margin: 0 auto 10px;
}
footer .copy {
  color: #ffffff;
  font-size: clamp(8px, 2.6vw, 12px);
  text-align: center;
  font-weight: 400;
}

@media screen and (max-width: 1024px) {
  html {
    font-size: clamp(12px,4vw,16px);
  }
}
@media screen and (max-width: 769px) {
  .marche a {
    border: 2px solid #346fe7;
    padding: 10px 38px 10px 15px;
  }
  .rakuten a {
    border: 2px solid #bc1b20;
    padding: 10px 38px 10px 15px;
  }
  .amazon a {
    border: 2px solid #e36b2a;
    padding: 11px 38px 10px 21px;
  }
}
@media screen and (max-width: 480px) {
  .cta {
    flex-wrap: wrap;
    justify-content: center;
  }
  .amazon a {
    letter-spacing: 1.448px;
  }  
}
