/*
Theme Name: Twenty Twenty-Five Child
Template: twentytwentyfive
*/

a{text-decoration: none;}

/* ヘッダー */
.head_top_wrap {
  width: 100%;
  position: relative;
  z-index: 10;
  box-sizing: border-box;
  height: 72px;
  background-color: #101010;
}
body .head_top_wrap p,
body .head_top_wrap a {
  color: white;
}
body .head_top_wrap a { transition: opacity 0.3s linear; }
body .head_top_wrap a:hover { opacity: 0.8; }
.head_top_wrap .inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;  /* 中央寄せ */
  padding-right: 30px;
  padding-left: 30px;
  position: relative;
}

.logo_wrap {
  width: 220px;
  text-align: center; /* ロゴ画像自体も中央に */
}

#HeadMembers {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  right: 30px;
  top: 0;
  height: 100%;
}

#HeadMembers .regist_wrap,
#HeadMembers .login_wrap {
  font-size: 12px;
  letter-spacing: 0.05em;
}
#HeadMembers .login_wrap {
  margin-left: 20px;
}
/* カート */
#HeadCartView {
  position: relative;
  text-align: center;
  color: #545454;
  margin-left: 28px;
}
#HeadCartView .defPrice {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-18px);
  white-space: nowrap;
  padding: 2px 8px;
  border-radius: 5px;
  background-color: #ba357c;
  font-size: 11px;
  letter-spacing: 0.025em;
  color: #fff;
  text-align: center;
  visibility: hidden;
}
#HeadCartView .cart_wrap {
  display: flex;
  align-items: center; /* アイコンを中央に縦揃え */
}

#HeadCartView .cart_icon_wrap {
  position: relative;
  width: 23px;        /* アイコンサイズに合わせて */
  height: 21px;
  display: flex;
  align-items: center;
}
#HeadCartView .cart_icon { width: 21px; }
#HeadCartView .price {
  font-size: 14px;
  letter-spacing: 0.025em;
  margin-left: 17px;
  display: inline-block;
  text-align: right;
  visibility: hidden;
  pointer-events: none;
  width: 0;
  height: 0;
}
/* ヘッダーメガメニュー */
#head_megamenu {
  position: relative;
  z-index: 1000;
}
#head_megamenu .megamenu_inner {
  background-color: white;
  box-shadow: 0px 1px 3px 0px #bbb;
}
#head_megamenu .megamenu_content {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1260px;
  height: 60px;
  padding-right: 30px;
  padding-left: 30px;
  margin: 0 auto;
}
#head_megamenu .menu_inner {
  display: flex;
  column-gap: clamp(16px, 3vw, 40px);
  font-size: clamp(12px, 1.2vw, 14px);
  line-height: 1.2;
}
#head_megamenu .menu_inner li {
  display: inline-block;
}
#head_megamenu .sns {
  display: flex;
  column-gap: clamp(8px,2vw,20px);
  margin-left: clamp(16px,3vw,40px);
}
#head_megamenu .sns li {
  display: inline-block;
  width: 22px;
}
#head_megamenu .sns li a {
  display: block;
}

/* フッター */
.footer_upper,
.footer_lower {
  box-sizing: border-box;
  letter-spacing: 0.025em;
}
.footer_upper {
  background-color: #dedede;
  padding: 40px 30px;
}
.footer_upper dl {
  text-align: center;
}
.footer_upper dt {
  width: fit-content;
  margin: 0 auto 12px;
  padding-bottom: 12px;
  border-bottom: solid 1px #bbb;
  font-size: 16px;
  font-weight: 400;
}
.footer_upper dd {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.04em;
}
.footer_upper dt small {
  display: inline-block;
  margin-left: 4px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
}
.footer_lower {
  padding: 80px 30px 140px;
  background-color: #101010;
  color: white;
}
#Foot .footer_lower a {
  color: white;
  transition: opacity 0.3s linear;
}
#Foot .footer_lower a:hover {
  opacity: 0.8;
}
.footer_lower .footer_menuWrap,
.footer_lower .footer_terms {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.footer_lower .footer_menuWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer_lower .footer_terms {
  margin-top: 28px;
  font-size: 13px;
  text-align: right;
  line-height: 1.5;
}
.footer_lower .footer_logo {
  width: 180px;
  margin-left: 20px;
}
.footer_lower .footer_logo a {
  display: block;
}
.footer_lower .footer_menu {
  display: flex;
  column-gap: clamp(20px,4vw,48px);
  font-size: 13px;
}
.footer_lower .footer_menu dt {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
}
.footer_lower .footer_menu dd a {
  display: block;
}
.footer_lower .footer_menu li {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
}
.footer_lower .footer_terms ul li {
  display: inline-block;
}
.footer_lower .footer_terms ul li~li::before {
  content: "｜";
  margin: 0 4px;
}
.footer_lower .footer_terms small {
  display: block;
  margin-top: 16px;
}
.footer_lower .footer_terms small~small {
  margin-top: 8px;
}
.footer_lower .footer_terms small a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.footer_lower .footer_terms small a:hover {
  text-decoration: none;
}

/*thickbox*/
/* thickboxのリンク・フォントスタイル */
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}
#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color: #666666;
}
#TB_window a:link,
#TB_window a:visited,
#TB_window a:active,
#TB_window a:focus {
	color: #666666;
}
#TB_window a:hover {
	color: #000;
}

/*独自*/
.wp-block-group-is-layout-constrained h1{font-size: 30px;}
.wp-block-group-is-layout-constrained h2{font-size: 28px;}
.wp-block-group-is-layout-constrained h3{font-size: 26px;}
.wp-block-group-is-layout-constrained h4{{font-size: 24px;}}
.wp-block-group-is-layout-constrained p{{font-size: 18px;}}
.wp-block-group-is-layout-constrained{line-height: 1.5;}
.wp-block-group-is-layout-constrained .b{font-weight: bold;}
.wp-block-group-is-layout-constrained .featured{background: black; color: white; padding: 10px 20px; font-size: 16px;}
.wp-block-group-is-layout-constrained h2,
.wp-block-group-is-layout-constrained h3,
.wp-block-group-is-layout-constrained h4 {
  font-family: 'Noto Sans Japanese', 'Helvetica Neue', Arial, sans-serif;
  color: #ba357c;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 1.2em;
  margin-top: 2em;
  line-height: 1.3;
}

.wp-block-group-is-layout-constrained h2 {
  font-size: 2.0rem;
  border-bottom: 2px solid #ba357c;
  padding-bottom: 0.3em;
  position: relative;
}
.wp-block-group-is-layout-constrained h3 {
  font-size: 1.4rem;
  border-left: 5px solid #ba357c;
  background: linear-gradient(to right, #fff 70%, #f7e5f0 100%);
  padding: 0.3em 0.8em;
  margin-left: 0;
  margin-right: 0;
}

.wp-block-group-is-layout-constrained h4 {
  font-size: 1.1rem;
  color: #545454;
  border-left: 3px solid #ba357c;
  padding-left: 0.7em;
  position: relative;
}
.wp-block-group-is-layout-constrained h4::before {
  content: "◆";
  color: #ba357c;
  font-size: 0.9em;
  margin-right: 0.4em;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .wp-block-group-is-layout-constrained h2 { font-size: 1.3rem; }
  .wp-block-group-is-layout-constrained h3 { font-size: 1.1rem; }
  .wp-block-group-is-layout-constrained h4 { font-size: 1.0rem; }
}
body{color: #333;}
/* フッターメニューの子要素を左揃えに */
.footer_menu dd {
  padding-left: 0 !important;
  margin-left: 0 !important;
  text-align: left !important;
}
.footer_menu dd a {
  display: block;
  padding-left: 0 !important;
  margin-left: 0 !important;
  text-align: left !important;
}

/* テーブル本体のデザイン */
.wp-block-group-is-layout-constrained table{
  border-collapse: collapse;
  min-width: 600px; /* 必須 */
  background: #fff;
  font-size: 15px;
  margin: 0;
  width: 100%;
}
.wp-block-group-is-layout-constrained table th, .wp-block-group-is-layout-constrained table td {
  border: 1px solid #ddd;
  padding: 14px 18px;
  text-align: left;
}
.wp-block-group-is-layout-constrained table th {
  background: #ba357c;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}
.wp-block-group-is-layout-constrained table tr:nth-child(even) {
  background: #f8f4f8;
}
.wp-block-group-is-layout-constrained tabled-table tr:hover {
  background: #f0e0ed;
  transition: 0.2s;
}











@media (max-width: 768px) {
/* ================== ヘッダー ================== */
#humberger {
  position: relative;
  height: calc(30 * (390px / 750));
  width: calc(40 * (390px / 750));
  display: inline-block;
  box-sizing: border-box;
  margin-left: calc(40 * (390px / 750));
  margin-right: 4px;
  flex-shrink: 0;
}

#humberger div {
  position: absolute;
  left: 0;
  height: calc(4 * (390px / 750));
  width: calc(40 * (390px / 750));
  background-color: white;
  border-radius: 2px;
  display: inline-block;
  box-sizing: border-box;
  transition: 0.4s;
}

#humberger div:nth-of-type(1) { top: 0; }
#humberger div:nth-of-type(2) { transform: translateY(-50%); top:50%; }
#humberger div:nth-of-type(3) { bottom: 0; }

#humberger.close {
  position: relative;
  height: calc(30 * (390px / 750));
  width: calc(40 * (390px / 750));
  display: inline-block;
  box-sizing: border-box;
  margin-left: calc(40 * (390px / 750));
  margin-right: 4px;
}

#humberger.close div {
  position: absolute;
  left: 0;
  height: calc(4 * (390px / 750));
  width: calc(40 * (390px / 750));
  background-color: white;
  border-radius: 2px;
  display: inline-block;
  box-sizing: border-box;
  transform-origin: center;
}

#humberger.close div:nth-of-type(1) {
  top: calc(11 * (390px / 750 ));
  transform: rotate(-135deg);
}

#humberger.close div:nth-of-type(2) {
  display: none;
}

#humberger.close div:nth-of-type(3) {
  bottom: calc(14 * (390px / 750 ));
  transform: rotate(-45deg);
}

.header {
  position: fixed;
  top: 0;
  z-index: 500;
  background: #101010;
  color: white;
  height: 55px;
  padding: 0;
  width: 100%;
}

.header img {
  max-width: 100%;
  height: auto;
}

.header .header_inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.header .header_inner .user_name{
  max-height: calc(10px * 2 * 1.15);
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 10px;
  margin-right: 4px;
  line-height: 1.15;
}

.header .header_inner .head_right,
.header .header_inner .head_left {
  width: calc(50% - 70px);
}

.header .header_inner .head_left {
  display: flex;
  align-items: center;
}

.header .header_inner .head_right {
  display: flex;
  justify-content: flex-end;
}

.header .search_wrap {
  width: 17px;
}

.header .header_inner .head_right .cart_wrap {
  position: relative;
  margin-left: calc(22 * (100vw / 750));
  margin-right: calc(29 * (100vw / 750));
  width: 18px;
}

.header .header_inner .head_right .cart_wrap .cart_count {
  box-sizing: border-box;
  position: absolute;
  top: -7px;
  right: -8px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 14px;
  height: 14px;
  padding: 1px 2px;
  background-color: #e10f1b;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 10px;
}

.header .header_inner .search {
  display: none;
  padding: 0;
}

.serchbox_wrap{
  display: none;
  width: 100%;
  background-color: #fff;
  color: black;
  padding: calc(40 * (100vw / 750 )) calc(60 * (100vw / 750 ));
  box-sizing: border-box;
  z-index: 500;
}
 .serchbox_wrap .serchbox_item{
  display: flex;
  justify-content: center;
  align-items: center;
}
.serchbox_wrap .serchbox_item .serch_icon{
  width: 18px;
  margin-left: calc(30 * (100vw / 750 ));
}

 .serchbox_wrap input {
    box-sizing: border-box;
    -webkit-appearance: none;
    max-width: 100%;
  }
 .serchbox_wrap .serchbox_item input{
  border-radius: 0;
  color: #545454;
  width: calc(450 * (100vw / 750 ));
  border: 0;
  border-bottom: 1px solid #dcdcdc;
  font-size: 16px;
}

/* ロゴがテキストの場合 */
.header .logo-main h1 a {
  font-family: 'Century Gothic';
  color: #fff;
  line-height: 40px;
  margin-left: 10px;
  font-size: 13px;
}

.fixed{
  position: fixed;
  width: 100%;
  height: 100%;
}

/* header_drawerwrap（ドロワーメニュー） */
.header_drawerwrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  background-color: white;
  overflow: auto;
  overscroll-behavior: contain;
  transition: transform 0.5s ease-in-out;
  z-index: 499;
}

.header_drawerwrap.open{
  transform: translateX(0);
}

.header_drawerwrap .drawerwrap_inner {
  box-sizing: border-box;
  padding: 70px 16px;
  min-height: calc(100vh + 1px);
}

.header_drawerwrap .user_relation,
.header_drawerwrap .gnavi_wrap {
  width: 100%;
  max-width: 285px;
  padding-top: 12px;
  padding-bottom: 12px;
  margin: 0 auto;
  border-bottom: solid 1px #ccc;
  line-height: 1.5;
}

.header_drawerwrap .user_relation a,
.header_drawerwrap .gnavi_wrap a {
  display: block;
  padding: 16px 8px;
}

.header_drawerwrap .user_relation p:not(.child),
.header_drawerwrap .gnavi_wrap p:not(.child) {
  font-size: 24px;
  font-weight: bold;
}

.header_drawerwrap .user_relation .child,
.header_drawerwrap .gnavi_wrap .child {
  padding-left: 10px;
  font-size: 20px;
}


/*開閉ボタン*/
.header_drawerwrap .gnavi_wrap .gnavi_ttl span {
  display: block;
  position: relative;
  top: calc(-15 * (100vw / 750 ));
}

.header_drawerwrap .gnavi_wrap .gnavi_ttl span::before,
.header_drawerwrap .gnavi_wrap .gnavi_ttl span::after {
  content: '';
  display: block;
  width: calc(40 * (100vw / 750 ));
  height: calc(4 * (100vw / 750 ));
  border-radius: 5px;
  background: #545454;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.header_drawerwrap .gnavi_sns {
  display: flex;
  justify-content: center;
  column-gap: 28px;
  padding-top: 30px;
}

.header_drawerwrap .gnavi_sns li {
  width: 35px;
}

.header_drawerwrap .gnavi_sns li img {
  max-width: 100%;
  height: auto;
}

.header_drawerwrap .gnavi_wrap .gnavi_ttl span::after {
  transform: translateY(-50%) rotate(90deg);
  transition: 0.3s;
}

.header_drawerwrap .gnavi_wrap .gnavi_ttl span.active::after {
    transform: rotate(0);
    transition: 0.3s;
  top: calc(-3 * (100vw / 750 ));
  }

.header_drawerwrap .gnavi_wrap .dropdown_list{
  display: none;
}

.header_drawerwrap .gnavi_wrap .dropdown_item a {
  font-size: calc(30 * (100vw / 750));
  letter-spacing: 0.05em;
  color: #545454;
}

.header_drawerwrap .gnavi_wrap .dropdown_item {
  padding: calc(45 * (100vw / 750)) 0;
  padding-left: calc(30 * (100vw / 750));
}

.header_drawerwrap .gnavi_wrap .dropdown_item._ttl {
  list-style: none;
  padding-left: calc(40 * (100vw / 750));
  position: relative;
}

.header_drawerwrap .gnavi_wrap .dropdown_item._ttl::before {
  content: '';
  width: calc(20 * (100vw / 750));
  height: calc(20 * (100vw / 750));
  background-color: #ba357c;
  margin-right: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* ================== フッター ================== */

#Foot {
  padding: 0;
}

#Foot .footer li {
  float: none;
  padding: 0;
}

#Foot footer p {
  margin: 0;
}

#Foot footer a {
  color: #545454;
  transition: 0.4s;
}

#Foot footer a:hover {
  opacity: 0.7;
}

.footer {
  margin: 0;
  padding: 0;
  width: 100%;
}

.footer_bg {
  padding: calc(80 * (100vw / 750)) calc(40 * (100vw / 750));
  background-color: #f5f2ed;
}

.footer_upper,
.footer_lower {
  box-sizing: border-box;
}

.footer_upper img,
.footer_lower img {
  max-width: 100%;
  height: auto;
}

.footer_upper {
  background-color: #dedede;
  padding: 30px 16px;
}

.footer_upper dl {
  text-align: center;
}

.footer_upper dt {
  width: fit-content;
  margin: 0 auto 8px;
  padding-bottom: 8px;
  border-bottom: solid 1px #bbb;
  font-size: 13px;
  font-weight: 400;
}

.footer_upper dd {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.04em;
}

.footer_upper dt small {
  display: inline-block;
  margin-left: 4px;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0;
}

.footer_lower {
  padding: 60px 16px 120px;
  background-color: #101010;
  color: white;
}

.footer_lower a,
.footer_lower a:link {
  color: white;
}

.footer_lower .footer_menuWrap,
.footer_lower .footer_terms {
  width: 100%;
  margin: 0 auto;
}

.footer_lower .footer_terms {
  margin-top: 24px;
}

.footer_lower .footer_logo {
  width: 125px;
  margin: 54px auto 0;
}

.footer_lower .footer_logo a {
  display: block;
}

.footer_lower .footer_menu {
  display: flex;
  justify-content: space-between;
  column-gap: clamp(12px,8vw,28px);
  max-width: 350px;
  margin: 0 auto;
  padding: 0;
  font-size: 11px;
}

.footer_lower .footer_menu dl,
.footer_lower .footer_menu dt,
.footer_lower .footer_menu dd,
.footer_lower .footer_menu ul,
.footer_lower .footer_menu li {
  line-height: 2.3;
}

.footer_lower .footer_menu dt {
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 700;
}

.footer_lower .footer_menu dd a {
  display: block;
}

.footer_lower .footer_menu li {
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 700;
}

.footer_lower .footer_terms {
  font-size: 11px;
  line-height: 1.5;
}

.footer_lower .footer_terms ul {
  display: flex;
  flex-wrap: wrap;
  /*justify-content: center;*/
}

.footer_lower .footer_terms ul li {
  display: inline-block;
  margin: 4px 0;
}

.footer_lower .footer_terms ul li a {
  display: inline-block;
}

.footer_lower .footer_terms ul li~li::before {
  content: "｜";
  display: inline-block;
  vertical-align: top;
  margin: 0 4px;
}

.footer_lower .footer_terms small {
  display: block;
  margin-top: 24px;
  text-align: center;
}

.footer_lower .footer_terms small ~ small {
  margin-top: 8px;
}

.footer_lower .footer_terms small a {
  text-decoration: underline;
  text-underline-offset: 2px;
  display: inline;
}

/*.footer .contact { ... } コメントアウト部分は省略 */

/* guide_wrap など footer内パーツ */
.footer .guide_wrap {
  margin: 0 auto;
  font-size: calc(24 * (100vw / 750));
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: calc(80 * (100vw / 750));
}

.footer .guide_wrap .guide_ttl {
  margin-bottom: calc(27 * (100vw / 750));
}

.footer .guide_wrap .guide_item {
  display: inline-block;
  line-height: calc(56 * (100vw / 750));
}

.footer .guide_wrap .guide_item:nth-of-type(2n) {
  margin-left: calc(45 * (100vw / 750));
}

.footer .logo_area{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  margin-top: calc(35 * (100vw / 750 ));
}

.footer .logo_area img{
  width: calc(310 * (100vw / 750 ));
}

.footer .sns_wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(150 * (100vw / 750));
  margin: calc(63 * (100vw / 750)) auto 0;
}

.footer .sns_wrap img {
  width: calc(41 * (100vw / 750));
  height: auto;
}

.footer .footer_under_wrap {
  width: 100%;
  background-color: #545454;
  text-align: center;
  padding: calc(40 * (100vw / 750)) 0 calc(37 * (100vw / 750));
}

.footer .footer_under_wrap ul {
  font-size: 0;
}

.footer .footer_under_wrap ul li {
  display: inline-block;
  padding: 0 calc(15 * (100vw / 750));
  border-left: 1px solid #fff;
  font-size: calc(18 * (100vw / 750));
  line-height: 1.4;
}

.footer .footer_under_wrap ul li:nth-child(4) {
  border-left: 0;
}

.footer .footer_under_wrap ul li:nth-child(-n + 4) {
  margin-bottom: calc(25 * (100vw / 750));
}

.footer .footer_under_wrap ul li:first-of-type {
  border-left: none;
}

.footer .footer_under_wrap ul li a {
  color: #fff;
}

.footer .footer_under_wrap .copyright {
  margin-top: calc(35 * (100vw / 750));
  color: #fff;
  font-size: calc(18 * (100vw / 750));
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  text-align: center;
}

.tel_comment{ display: none; }

/* 健康食品 お問い合わせ番号追加 */
.footer .contact002 {
  margin: 0 auto;
  padding: calc(40 * (100vw / 750)) 0;
  background-color: #fff;
  text-align: center;
}

.footer .contact002 .contact_tel {
  color: #545454;
  text-align: center;
}

.footer .contact002 .contact_tel .tel {
  font-size: calc(30 * (100vw / 750));
  letter-spacing: 0.05em;
  font-weight: bold;
  margin-bottom: calc(28 * (100vw / 750));
}

.footer .contact002 .contact_tel .contact_link {
  font-size: calc(34 * (100vw / 750));
  letter-spacing: 0.05em;
  font-weight: bold;
}

.footer .contact002 .contact_tel .tel_number {
  font-size: calc(36 * (100vw / 750));
  letter-spacing: 0.05em;
  font-weight: bold;
}

.footer .contact002 .contact_tel .tel_number img {
  width: calc(50 * (100vw / 750))!important;
  height: auto;
  margin-right: calc(20 * (100vw / 750));
  margin-left: 0;
  display: inline;
  vertical-align: middle;
}

.footer .contact002 .contact_time {
  font-size: calc(18 * (100vw / 750));
  letter-spacing: 0.05em;
  margin-top: calc(30 * (100vw / 750));
}

.footer .contact002 hr.line001 {
  width: 90%;
  margin: 1.5em auto;
}

.footer .lineH15 {
  line-height: 1.5em;
}

.grecaptcha-badge {
  visibility: hidden;
}




  .footer_lower .footer_menuWrap {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0;
    margin: 0 auto 24px auto;
    display: block;
  }
  .footer_lower .footer_menu {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    gap: 0;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0;
    margin: 0;
  }
  .footer_lower .footer_menu dl,
  .footer_lower .footer_menu ul {
    width: 50%;
    min-width: 150px;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  .footer_lower .footer_menu dt,
  .footer_lower .footer_menu dd,
  .footer_lower .footer_menu ul,
  .footer_lower .footer_menu li,
  .footer_lower .footer_menu dd a,
  .footer_lower .footer_menu li a {
    text-align: left !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
    line-height: 2.2;
    word-break: break-word;
    white-space: normal;
  }
  .footer_lower .footer_menu dd a, 
  .footer_lower .footer_menu li a {
    display: block;
    font-size: 15px;
  }
  .footer_lower .footer_logo {
    width: 140px;
    margin: 32px auto 0 auto;
    display: block;
    order: 3;
    float: none !important;
  }

  .footer_lower .footer_menu {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100% !important;
    max-width: 100% !important;
    gap: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .footer_lower .footer_menu dl,
  .footer_lower .footer_menu ul {
    width: 50% !important;
    min-width: 140px;
    box-sizing: border-box;
    margin: 0 !important;
    padding: 0 !important;
  }
  .footer_lower .footer_menu dt {
    font-size: 13px !important;
    font-weight: 700 !important;
    margin-bottom: 10px;
    letter-spacing: 0.02em;
  }
  .footer_lower .footer_menu dd,
  .footer_lower .footer_menu li {
    font-size: 13px !important;
    font-weight: 400 !important;
    margin-bottom: 4px;
    line-height: 1.9;
    letter-spacing: 0.01em;
  }
  .footer_lower .footer_menu dd a,
  .footer_lower .footer_menu li a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 13px !important;
    font-weight: 400;
    white-space: normal;
    word-break: break-word;
  }
  .footer_lower .footer_menu ul {
    list-style: none !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
  }
  .footer_lower .footer_logo {
    width: 140px !important;
    margin: 32px auto 0 auto !important;
    display: block !important;
    order: 3 !important;
    float: none !important;
  }


  .header .cart_count,
  #HeadCartView .cart_count {
    display: none !important;
  }

  .header_drawerwrap {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: #fff;
    z-index: 9999;
    transform: translateX(-100%);
    transition: transform 0.4s;
  }
  .header_drawerwrap.open {
    transform: translateX(0);
  }  

/*ハンバーガーメニュー*/
  .header_drawerwrap ul,
  .header_drawerwrap li {
    list-style: none !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
  }
  .header_drawerwrap .user_relation,
  .header_drawerwrap .gnavi_wrap,
  .header_drawerwrap .gnavi_sns {
    list-style: none !important;
    padding-left: 0 !important;
    margin: 32px 0 32px 0;
  }
  .header_drawerwrap .user_relation li,
  .header_drawerwrap .gnavi_wrap li {
    margin-bottom: 24px;
    font-size: 1.3rem;
    font-weight: bold;
  }
  .header_drawerwrap .user_relation li a,
  .header_drawerwrap .gnavi_wrap li a {
    font-size: 1.3rem;
    font-weight: bold;
    color: #111;
    text-decoration: none;
  }
  .header_drawerwrap .gnavi_sns {
    display: flex;
    justify-content: center;
    gap: 32px;
    margin-top: 32px;
    margin-bottom: 16px;
  }
  .header_drawerwrap .gnavi_sns li {
    margin-bottom: 0;
  }
  .header_drawerwrap .gnavi_sns img {
    width: 35px;
    height: 35px;
    display: block;
  }

  .header_drawerwrap .drawerwrap_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .header_drawerwrap .user_relation,
  .header_drawerwrap .gnavi_wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    margin: 24px 0;
  }

  .header_drawerwrap .user_relation li,
  .header_drawerwrap .gnavi_wrap li {
    margin-bottom: 24px;
    font-size: 1.3rem;
    font-weight: bold;
    width: 100%;
  }
  .header_drawerwrap .user_relation li p,
  .header_drawerwrap .gnavi_wrap li p,
  .header_drawerwrap .user_relation li a,
  .header_drawerwrap .gnavi_wrap li a {
    margin: 0; padding: 0;
  }

  .header_drawerwrap .user_relation li a,
  .header_drawerwrap .gnavi_wrap li a {
    font-size: 1.3rem;
    font-weight: bold;
    color: #111;
    text-decoration: none;
  }

  .header_drawerwrap .gnavi_sns {
    display: flex;
    justify-content: center;
    gap: 32px;
    margin: 32px 0 16px 0;
    padding: 0;
  }
  .header_drawerwrap .gnavi_sns li {
    margin-bottom: 0;
  }
  .header_drawerwrap .gnavi_sns img {
    width: 35px;
    height: 35px;
    display: block;
  }


  .header_drawerwrap .drawer_bar {
  background: #101010;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 54px;
  width: 100%;
  padding: 0 16px;
  }

  .header_drawerwrap .drawer_close {
    background: none;
    border: none;
    color: #fff;
    font-size: 32px;
    width: 40px;
    height: 54px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .header_drawerwrap .drawer_logo {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header_drawerwrap .drawer_logo img {
    width: 120px;
    height: auto;
    display: block;
  }

  .header_drawerwrap .drawer_cart {
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .header_drawerwrap .drawer_cart img {
    width: 28px;
    height: 24px;
    display: block;
  }


  .header_drawerwrap .drawer_bar {
    background: #101010;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 54px;
    width: 100%;
    padding: 0 8px;
    min-width: 0; /* これが重要 */
    box-sizing: border-box;
  }

  .header_drawerwrap .drawer_close {
    background: none;
    border: none;
    color: #fff;
    font-size: 32px;
    width: 40px;
    height: 54px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;  /* 幅が縮まないように */
  }

  .header_drawerwrap .drawer_logo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 1;
    flex-grow: 1;
    min-width: 0;
    /* flex: 1; ではなく、grow/shrink/basisで中央でバランスよくする */
  }
  .header_drawerwrap .drawer_logo img {
    max-width: 120px;  /* ロゴ画像が大きすぎてはみ出さないように */
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  .header_drawerwrap .drawer_cart {
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-shrink: 0;   /* 幅が縮まないように */
  }
  .header_drawerwrap .drawer_cart img {
    width: 28px;
    height: 24px;
    display: block;
  }

  .header .search_wrap,
  .drawer_bar .search_wrap {
    display: none !important;
  }

  .drawer_bar {
    background: #101010;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 54px;
    width: 100%;
    padding: 0 12px;
    min-width: 0;
    box-sizing: border-box;
  }
  .drawer_logo img {
    max-height: 38px;   /* 例：バー内で程よく見える値に */
    max-width: 120px;
    height: auto;
    width: auto;
    display: block;
    margin: 0 auto;
  }
  body {
    padding-top: 66px; /* モバイルで高さが違う場合 */
  }
  header .logo_wrap h1{margin: 0;}


}
