@charset "UTF-8";

html {
  max-width: 100%;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}
body {
  font:
    100% "Zen Kaku Gothic New",
    "Meiryo",
    Osaka,
    "ヒラギノ角ゴ Pro W3",
    arial,
    helvetica,
    clean,
    sans-serif;
  position: relative;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  color: #010101;
  margin: 0;
  padding: 0;
}
div,
input,
span {
  box-sizing: border-box;
}
img {
  max-width: 100%;
}
a {
  text-decoration: none;
  color: #010101;
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}
dd,
dl,
ul,
li,
p,
div,
input,
h1,
h2,
h3,
h4,
h5 {
  padding: 0;
  margin: 0;
}
i,
em {
  font-style: normal;
  margin: 0;
}
li,
ul,
ol {
  list-style-type: none;
}

.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.noto-serif-jp {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

#overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.3); /* 透明でもOK */
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
  z-index: 10;
}
#overlay.open {
  opacity: 1;
  pointer-events: auto;
}

#drawermenu {
  position: fixed;
  right: -400px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 400px;
  height: 100%;
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  overflow-y: auto;
  border-left: solid 1px rgba(0, 0, 0, 0.1);
  z-index: 100;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
}
#drawermenu.open {
  right: 0;
}

#hamburger {
  display: none;
  position: fixed;
  right: 12px;
  top: 10px;
  margin: auto;
  width: 36px;
  height: 32px;
  box-sizing: border-box;
  cursor: pointer;
  z-index: 200;
}
#hamburger.open {
}
#hamburger span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
#hamburger span b,
#hamburger span b:before,
#hamburger span b:after {
  content: "";
  height: 1px;
  width: 26px;
  background: #666;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  position: absolute;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  transform-origin: left top 0;
}
#hamburger span b {
  top: 0;
  bottom: 0;
}
#hamburger span b:before,
#hamburger span b:after {
  transform-origin: left bottom 0;
}
#hamburger span b:before {
  top: -8px;
}
#hamburger span b:after {
  bottom: -9px;
}
#hamburger.open span b {
  background: #fff;
}
#hamburger.open span b:before,
#hamburger.open span b:after {
  transform: rotate(45deg);
  background: #666;
  width: 32px;
  left: -17px;
}
#hamburger.open span b:before {
  top: -13px;
}
#hamburger.open span b:before {
}
#hamburger.open span b:after {
  transform: rotate(-45deg);
}

#drawer_logo {
  width: 140px;
  margin: auto;
}
.drawer_cart {
  display: grid;
  height: 64px;
  width: 90px;
  position: relative;
  align-items: center;
  margin: 30px auto;
  text-align: left;
}
.drawer_cart img {
  position: absolute;
  width: 48px;
  right: 0;
  top: 18px;
}
.drawer_cart span {
  font-size: 12px;
}
.drawer_cart span.header-cart-count {
  font-size: 18px;
  background: #d11120;
  color: #fff;
  width: 22px;
  height: 22px;
  display: grid;
  align-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  z-index: 5;
  right: 16px;
  top: 20px;
}
#drawermenu ul {
  padding: 0;
  margin: 0;
  margin-bottom: 2em;
}
#drawermenu li {
  list-style-type: none;
  padding: 0;
  margin: 0;
  line-height: 2.2;
  font-size: 90%;
}
#drawermenu a {
  text-decoration: none;
}
#drawermenu li.maintitle {
  font-size: 100%;
  padding-bottom: 0.15em;
  margin-bottom: 0.2em;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
#drawermenu li.mypage {
  font-size: 100%;
  position: relative;
  width: fit-content;
  margin: auto;
  display: flex;
  align-items: center;
}
#drawermenu li.mypage::before {
  content: "";
  background: url(https://gigaplus.makeshop.jp/drofficial/img2026/mypage.svg);
  position: absolute;
  left: -1.8em;
  height: 20px;
  width: 20px;
  top: 5px;
  background-size: cover;
}
.drawer_contact {
  text-align: center;
}
.drawer_contact p {
  border-radius: 50px;
  width: 10em;
  padding: 0;
  margin: 0 auto 20px;
  font-size: 15px;
}
.drawer_contact p a {
  display: block;
  border-radius: 50px;
  background: #d11120;
  color: #fff;
  padding: 0.3em 0.5em;
}
.drawer_contact p a:hover {
  background: #ff0000;
  color: #fff;
  opacity: 1;
}
/*
.drawer_contact .tel_number {
color: #d11120;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 10px;
}
.drawer_contact .tel_number  img{
width: 2em;
}
.drawer_contact .tel_number a{
text-decoration: none;
color: #d11120;
font-size: 200%;
font-weight: 400;
letter-spacing: 0.05em;
}
#drawermenu address{
font-style: normal;
font-size: 13px;
padding-top: 20px;
}
*/

/*//////////// HEADER //////////////*/
header {
  width: 100%;
  position: fixed;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  z-index: 5;
  background: #fff;
}

#head_wrap {
  display: grid;
  /* grid-template-columns: 1fr 90px 190px; */
  grid-template-columns: 1fr auto 90px 175px;
  grid-template-rows: 102px 42px;
}
/* 会員リンクのスタイル */
.head_member_links {
  grid-row: 1 / 2;
  grid-column: 2 / 3;
  display: flex;
  align-items: center;
  margin-right: 1.5vw;
  gap: 3vw;
  padding-left: 1em;
}

.head_member_links a {
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.head_member_links a span {
  font-size: 0.85em;
  color: #d3232f;
}

/*
#head_wrap{
display: grid;
grid-template-columns: 1fr 90px 440px;
grid-template-rows: 102px 42px;
}
*/
#head_left {
  grid-row: 1 / 2;
  grid-column: 1 / 2;
  padding-left: 30px;
}
#head_cart {
  grid-row: 1 / 2;
  /* grid-column: 2 / 3; */
  grid-column: 3 / 4;
}
#head_right {
  grid-row: 1 / 2;
  /* grid-column: 3 / 4; */
  grid-column: 4 / 5;
}
#head_wrap nav {
  grid-row: 2 / 3;
  /* grid-column: 1 / 4; */
  grid-column: 1 / 5;
  position: relative;
}
#head_left h1 {
  font-size: 13px;
  font-weight: 400;
  padding: 0.67em 0;
}
#head_logo {
  width: 170px;
}
#head_cart {
  display: grid;
  align-items: center;
  height: 64px;
  position: relative;
  align-items: center;
}
#head_cart img {
  position: absolute;
  width: 48px;
  right: 0;
  top: 18px;
}
#head_cart span {
  font-size: 12px;
}
#head_cart span.header-cart-count {
  font-size: 18px;
  background: #d11120;
  color: #fff;
  width: 22px;
  height: 22px;
  display: grid;
  align-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  z-index: 5;
  right: 16px;
  top: 20px;
}
#head_right {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  height: 68px;
}
#head_right a {
  text-decoration: none;
  transition: 0.3s;
}
#head_tel {
  padding: 7px 20px 0;
}
#head_tel p {
  padding: 0;
  margin: 0;
  font-size: 13px;
  font-weight: 400;
}
#head_tel p a:hover {
  color: #d11120;
}
#head_tel {
  text-align: center;
}
.head_tel_number {
  color: #d11120;
  display: flex;
  align-items: center;
}
.head_tel_number img {
  width: 2em;
}
.head_tel_number a {
  color: #d11120;
  font-size: 190%;
  font-weight: 400;
  letter-spacing: 0.05em;
}
#head_contact {
  width: 50%;
  background: #000;
  color: #fff;
  display: flex;
  place-content: center;
  place-items: center;
  font-size: 105%;
  width: 10em;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  transition: 0.3s;
}
#head_contact:hover {
  background: #666666;
}
#head_contact a {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
#head_wrap nav ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
#head_wrap nav li {
  list-style-type: none;
  padding-bottom: 20px;
}
#head_wrap nav li a {
  text-decoration: none;
  margin-right: 4em;
  transition: 0.3s;
}
#head_wrap nav li a:hover {
  color: #d11120;
}
#head_wrap nav li.menu_parent {
  position: relative;
}
#head_wrap nav ul.menu_children {
  display: none;
  position: absolute;
  text-align: center;
  left: -2em;
  top: 43px;
  padding: 0;
  width: max-content;
  background: #fff;
  border-left: solid 1px rgba(0, 0, 0, 0.1);
  border-right: solid 1px rgba(0, 0, 0, 0.1);
  z-index: 5;
}
#head_wrap nav ul.menu_children li {
  line-height: 3;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  padding-bottom: 0;
  padding-left: 2em;
  padding-right: 2em;
  font-size: 90%;
}
#head_wrap nav ul.menu_children li a {
  margin-right: 0;
}
#head_wrap nav li.mypage {
  position: relative;
  padding-left: 1em;
}
#head_wrap nav li.mypage::before {
  content: "";
  background: url(https://gigaplus.makeshop.jp/drofficial/img2026/mypage.svg);
  position: absolute;
  left: -1em;
  top: 0;
  height: 20px;
  width: 20px;
  background-size: cover;
}

@media screen and (max-width: 1120px) {
  #head_left h1 span {
    display: none;
  }
  #head_wrap nav li a {
    margin-right: 3em;
  }
}

@media screen and (max-width: 980px) {
  #head_left h1 {
    display: none;
  }
  #head_logo {
    padding-top: 12px;
  }
}
@media screen and (max-width: 926px) {
  #head_wrap nav ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
  }
  #head_wrap nav li a {
    margin-right: 0;
    margin: 0 1.25em;
    font-size: 95%;
  }
  #head_wrap nav li.mypage {
    position: relative;
    padding-left: 0.5em;
  }
  #head_wrap nav li.mypage::before {
    left: 0;
    top: 0;
  }
}

@media screen and (max-width: 890px) {
  #head_wrap nav li a {
    margin: 0 1em;
  }
  #head_wrap nav ul.menu_children {
    left: -1em;
  }
  #head_wrap nav ul.menu_children li {
    line-height: 2.4;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    padding-bottom: 0;
    padding-left: 2em;
    padding-right: 2em;
    font-size: 90%;
  }
  #head_wrap nav ul.menu_children li a {
    margin: 0 0;
  }
}

@media screen and (max-width: 780px) {
  #head_wrap {
    display: flex;
  }
  #head_right {
    display: none;
  }
  #head_cart {
    display: none;
  }
  #head_wrap nav {
    display: none;
  }
  #head_left {
    width: 100%;
    padding-left: 10px;
  }
  .head_member_links {
    display: none;
  }
  .drawer_member_links a span {
    font-size: 0.85em;
    color: #d3232f;
  }
  #head_logo {
    padding-top: 10px;
    width: 30%;
    max-width: 140px;
    padding-bottom: 15px;
  }
  #hamburger {
    display: block;
  }
}
@media screen and (max-width: 414px) {
  #drawermenu {
    width: 95%;
    right: -95%;
  }
  #hamburger.open span b:after {
    transform: rotate(-45deg);
  }
  #hamburger.open span b:before,
  #hamburger.open span b:after {
    left: 0;
  }
}

/*//////////// FOOTER //////////////*/

footer {
  width: 100%;
  background: #f5f5f5;
  padding: 40px 0 20px;
}
#footer_wrap {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}
#footer_logo {
  width: 110px;
  margin-bottom: 20px;
}
#footer_menu_wrap {
  display: flex;
  position: relative;
}
#footer_menu_wrap ul {
  padding: 0;
  margin: 0;
  box-sizing: content-box;
}
#footer_menu_wrap li {
  list-style-type: none;
  padding: 0;
  margin: 0;
  line-height: 2.2;
  font-size: 85%;
  width: fit-content;
  padding-right: 4em;
  padding-left: 0.5em;
}
#footer_menu_wrap li.maintitle {
  font-size: 100%;
  padding-left: 0;
}
#footer_menu_wrap li.sns {
  padding: 15px 0 15px 0;
}
#footer_menu_wrap li.sns a {
  display: inline-block;
  /*
width:18px;
margin-right: 1.6em;*/
  width: 80px;
  margin-right: 4px;
}
#footer_wrap a {
  text-decoration: none;
  transition: 0.3s;
}
#footer_wrap a:hover {
  text-decoration: none;
  color: #d11120;
}

.footer_contact {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: center;
}
#footer_wrap .footer_contact .footer_contact_btn {
  text-align: center;
  width: 10em;
  border-radius: 50px;
  letter-spacing: 0.01em;
}
#footer_wrap .footer_contact .footer_contact_btn a {
  display: block;
  color: #fff;
  background: #d11120;
  border-radius: 50px;
  padding: 0.5em 0;
}
#footer_wrap .footer_contact .footer_contact_btn a:hover {
  color: #fff;
  background: #ff0014;
  opacity: 1;
}
.footer_contact p {
  font-size: 13px;
  padding: 0;
  margin: 0;
}
.footer_contact p a {
  color: #d11120;
}
.footer_contact .tel_number {
  color: #d11120;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
.footer_contact .tel_number img {
  width: 2em;
}
.footer_contact .tel_number a {
  text-decoration: none;
  color: #d11120;
  font-size: 190%;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.copyright {
  width: 95%;
  margin: auto;
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  font-size: 13px;
  margin-top: 20px;
}
.copyright_wrap {
  width: 95%;
  max-width: 1200px;
  margin: auto;
}
.footer_sp {
  display: none;
}
.footer_contact_sp {
  display: none;
}
.footer_sp_info {
  display: none;
}

@media screen and (max-width: 926px) {
  #footer_menu_wrap li {
    padding-right: 2.6em;
  }
}

@media screen and (max-width: 780px) {
  #footer_logo {
    width: 120px;
    margin: auto;
    margin-bottom: 30px;
  }
  .footer_contact {
    display: none;
  }
  #footer_menu_wrap {
    display: grid;
    grid-template-columns: auto auto;
    gap: 20px;
    width: 90%;
    max-width: 600px;
    margin: auto;
    margin-bottom: 30px;
  }
  #footer_menu_wrap ul {
    padding: 10px;
  }
  #footer_menu_wrap li {
    list-style-type: none;
    padding: 0;
    margin: 0;
    line-height: 2.2;
    font-size: 85%;
    width: auto;
    padding-right: 0;
    padding-left: 0;
  }
  #footer_menu_wrap li.sns {
    display: none;
  }
  .footer_contact_sp {
    display: block;
    text-align: center;
  }
  .footer_contact_sp p {
    font-size: 14px;
    padding: 0;
    margin: 0;
  }
  .footer_contact_sp p a {
    font-size: 16px;
    color: #d11120;
  }
  .footer_contact_sp .tel_number {
    color: #d11120;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .footer_contact_sp .tel_number img {
    width: 2.2em;
    padding-top: 5px;
  }
  .footer_contact_sp .tel_number a {
    text-decoration: none;
    color: #d11120;
    font-size: 240%;
    font-weight: 400;
    letter-spacing: 0.12em;
  }
  .footer_contact_btn {
    text-align: center;
    width: 100%;
    border-radius: 50px;
    letter-spacing: 0.01em;
    margin: 10px auto 30px;
  }
  #footer_wrap .footer_contact_btn a {
    display: block;
    color: #fff;
    background: #d11120;
    border-radius: 50px;
    padding: 0.5em 0;
  }
  #footer_wrap .footer_contact_btn a:hover {
    color: #fff;
    background: #ff0014;
    opacity: 1;
  }

  .copyright {
    width: 95%;
    margin: auto;
    border-top: none;
    font-size: 13px;
    margin-top: 0;
    text-align: center;
  }
  .copyright_wrap {
    width: 95%;
    max-width: 1200px;
    margin: auto;
  }
}

@media screen and (max-width: 414px) {
  #footer_menu_wrap {
    display: none;
  }
  ul.footer_sp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    width: 90%;
    max-width: 600px;
    margin: auto;
  }
  ul.footer_sp li {
    width: 50%;
    margin: 0;
    padding: 0;
    list-style-type: none;
    line-height: 2.4;
  }
  ul.footer_sp_info {
    display: block;
    margin: 0;
    padding: 0;
    width: 90%;
    max-width: 600px;
    margin: 20px auto;
  }
  ul.footer_sp_info li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    line-height: 1.8;
    font-size: 85%;
  }
}

/*//////////// TO TOP //////////////*/

.totop_btn {
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 40px;
  height: 40px;
  transition: all 0.5s ease;
  z-index: 50;
  opacity: 0;
}
.totop_btn img {
  width: 100%;
  height: auto;
}
.totop_btn.show {
  opacity: 1;
  cursor: pointer;
}

@media screen and (max-width: 780px) {
  .totop_btn {
    display: none;
  }
}

/*//////////// TAB //////////////*/

.right_tab {
  position: fixed;
  right: 0;
  right: -36px;
  bottom: 150px;
  width: 36px;
  transition: all 0.5s ease;
  z-index: 50;
}
.right_tab.show {
  right: 0;
}
.right_cart {
  display: grid;
  align-items: center;
  height: 36px;
  position: relative;
  align-items: center;
  /*border-left: solid 1px #000;
border-top: solid 1px #000;
border-bottom: solid 1px #000;*/
  background: #000;
  color: #fff;
  border-radius: 3px 0 0 3px;
}
.right_cart img {
  position: absolute;
  width: 30px;
  right: 0;
  top: 4px;
}
.right_cart span {
  font-size: 10px;
}
.right_cart span.header-cart-count {
  font-size: 10px;
  background: #d11120;
  color: #fff;
  width: 14px;
  height: 14px;
  display: grid;
  align-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  z-index: 5;
  right: 10px;
  top: 5px;
}
.right_item_input {
  /*border-left: solid 1px #000;
border-top: solid 1px #000;
border-bottom: solid 1px #000;*/
  background: #000;
  color: #fff;
  border-radius: 3px 0 0 3px;
  text-align: center;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  width: 36px;
  font-size: 90%;
  align-items: center;
  display: flex;
  padding: 8px 0;
  margin-top: 8px;
}
.right_item_link {
  /*border-left: solid 1px #000;
border-top: solid 1px #000;
border-bottom: solid 1px #000;*/
  background: #000;
  color: #fff;
  border-radius: 3px 0 0 3px;
  text-align: center;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  width: 36px;
  font-size: 90%;
  align-items: center;
  display: flex;
  padding: 8px 0;
  margin-top: 8px;
}
.right_item_input a,
.right_item_link a {
  color: #fff;
}

/*//////////// CONTENTS //////////////*/

#contents {
  width: 100%;
  position: relative;
  padding-top: 180px;
}
body.category #contents {
  padding-top: 145px;
}

/*//////////// STRUCTURE //////////////*/
#wrapper {
  width: 95%;
  max-width: 1100px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
main {
  width: 76%;
  order: 1;
}
aside {
  width: 20%;
}

aside dl.iMenu dd {
  border-top: 1px dotted #ccc;
}
aside dl.iMenu dd:nth-of-type(1) {
  border-top: 0;
}

dl.iMenu dd a {
  padding: 15px 0;
  display: block;
  line-height: 1.5;
  font-size: 11px;
}
dl.iMenu dd a b {
  font-size: 14px;
  font-weight: 500;
  display: block;
  margin-bottom: 3px;
}
dl.iMenu dd a b span {
  display: inline-block;
  color: #c00;
}

/*//////////// SIDEBAR //////////////*/

#sidemenu_account a {
  background: #f3f3f5;
  color: #000;
  text-decoration: none;
  align-items: center;
  text-align: center;
  display: grid;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 90%;
  height: 2.6em;
}
#sidemenu_category a.category_top {
  background: #e7edf5;
  color: #000;
  text-decoration: none;
  align-items: center;
  text-align: center;
  display: grid;
  font-weight: 500;
  font-size: 90%;
  height: 2.6em;
}
#sidemenu_category ul {
  padding-left: 1.25em;
  margin-bottom: 20px;
}
#sidemenu_category li {
  line-height: 2;
  position: relative;
}
#sidemenu_category li a {
  font-size: 85%;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: -0.05em;
}
#sidemenu_category li::before {
  position: absolute;
  left: -1em;
  top: -2px;
  content: "ｰ";
  color: #498499;
  font-weight: 700;
}
#sidemenu_about a {
  background: #f3f3f5;
  color: #000;
  text-decoration: none;
  align-items: center;
  text-align: center;
  display: grid;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 90%;
  height: 2.6em;
}
#sidemenu_contact {
  margin-bottom: 10px;
}
#sidemenu_contact h4 {
  text-align: center;
  background: #9ea0a0;
  color: #fff;
  padding: 0.4em 0;
}
#sidemenu_contact a {
  background: #f3f3f5;
  color: #000;
  text-decoration: none;
  align-items: center;
  text-align: center;
  display: grid;
  font-weight: 500;
  font-size: 90%;
  height: 2.6em;
}
.sidemenu_contact_tel {
  padding: 7px 0 1px;
  background: #f3f3f5;
}
#sidemenu_contact a {
  background: #9ea0a0;
  color: #fff;
  text-decoration: none;
  align-items: center;
  text-align: center;
  display: grid;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 90%;
  height: 2.2em;
  line-height: 1;
}
#sidemenu_contact a span {
  font-size: 50%;
}
#sidemenu_sns {
  margin-bottom: 15px;
}
#sidemenu_sns ul {
  padding: 15px 0 0 0;
  display: flex;
  justify-content: space-between;
}
#sidemenu_sns li.sns {
  width: 30%;
}
#sidemenu_sns li.sns a {
  /*
display: inline-block;
width:24px;
margin-right: 20px;
*/
}
#sidemenu_link {
  margin-bottom: 40px;
  text-align: center;
}
#sidemenu_link a {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
#bottom_login_link {
  display: none;
  margin-bottom: 40px;
  text-align: center;
}
#bottom_login_link a {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}

/*//////////// パンくず //////////////*/
nav#bread ul {
  width: 95%;
  max-width: 1100px;
  margin: 0 auto 20px;
  font-size: 11px;
}
nav#bread ul li {
  display: inline-block;
  padding-left: 10px;
  background: url(../layout/arrow00.gif) no-repeat left center;
  margin-right: 8px;
}
#bread ul li.home {
  background-image: url(../layout/bread-home.gif);
  padding-left: 8px;
}

/*//////////// 商品詳細 //////////////*/

#item_detail_head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}
.item-image-wrap {
  width: 40%;
}
.item-wrap {
  width: 55%;
}

.main-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
}
.main-image a {
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-position: center;
}

.item-image-wrap .section.item .add-image {
  display: flex;
  margin-top: 2em;
}
.item-image-wrap .section.item .add-image li {
  width: 80%;
  margin-bottom: 2%;
  font-size: 13px;
}
.item-image-wrap .section.item .add-image li img {
  width: 100%;
  height: auto;
  padding-bottom: 5px;
}
/*
.item-image-wrap .section.item .add-image li a{
display: block;
background-size: contain;
background-repeat: no-repeat;
width: 100%;
height: auto;
aspect-ratio: 1 / 0.85;
}
.item-image-list {
cursor: pointer;
transition: 0.3s;
}
.item-image-list:hover {
opacity: 0.8;
}
*/

h1.item-name {
  background: #4e4e4e;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  padding: 0.25em 15px;
}
h1.item-name-sp {
  display: none;
}

p.item_number {
  font-size: 13px;
  border-bottom: solid 1px #666666;
  padding: 0.5em;
  margin-bottom: 1em;
}
.item_cat_wrap ul {
  display: flex;
}
.item_cat_wrap ul li {
  width: 7em;
  line-height: 2em;
  border-radius: 50px;
  margin: 0 0.25em;
  text-align: center;
}
.item_cat_wrap ul li.item_cat_col_beige {
  color: #a28556;
  border: solid 1px #a28556;
}
.item_cat_wrap ul li.item_cat_col_green {
  color: #5f9a7f;
  border: solid 1px #5f9a7f;
}
.item_cat_wrap ul li.item_cat_col_purple {
  color: #936d98;
  border: solid 1px #936d98;
}
.item-exp_main {
  margin-bottom: 4em;
}
.item-exp_main h3.item-subcatch {
  font-size: 110%;
  padding-bottom: 0.8em;
}
p.item-exp {
  font-size: 87.5%;
  text-align: justify;
  line-height: 1.8;
}
p.item-price {
  font-size: 90%;
  padding-bottom: 0.5em;
}
p.item-price span.price {
  font-size: 180%;
  color: #e60003;
  font-weight: 500;
}
p.item-point {
  font-size: 13px;
  padding-bottom: 1.5em;
}
h2.item-catch {
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 0.5em;
}
.item-wrap .item_cat_wrap {
  margin: 25px 0;
  align-items: center;
  align-content: center;
}
.item-wrap .cart-btn-wrap {
  width: 13em;
}
.item-wrap .cart-btn-wrap a {
  display: block;
  width: 13em;
  text-align: center;
  background: #d11120;
  color: #fff;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 5px;
  position: relative;
}
.item-wrap .cart-btn-wrap a svg {
  display: inline-block;
  width: 1.5em;
  vertical-align: middle;
  padding-bottom: 4px;
}
.detail_cart_wrap {
  display: grid;
  grid-template-columns: 120px 1fr;
}
.item-wrap .item-quantity {
  margin: 15px 0;
  width: 120px;
}
.item-wrap .item-quantity input {
  font-size: 18px;
  padding: 0 5px;
  width: 3em;
  text-align: right;
}
.sale-badge {
  color: #fff;
  padding: 0 0.5em;
  background: #e60003;
  margin-left: 5px;
  font-weight: bold;
}
.price del {
  text-decoration: line-through;
}

/*////商品詳細　説明エリア////*/
.item_detail_freearea {
  width: 100%;
}
.item_detail_freearea section {
  padding-bottom: 3em;
}
.item_detail_freearea p {
  font-size: 87.5%;
  line-height: 1.8;
}
.item_detail_freearea h3 {
  font-weight: 400;
  font-size: 135%;
  padding-bottom: 0.25em;
  border-bottom: solid 2px #d11120;
  margin-bottom: 2em;
}
.item_detail_freearea h4 {
  text-align: center;
  margin-bottom: 1em;
}
.item_detail_freearea p.lead {
  width: 100%;
  max-width: 400px;
  margin: auto;
  margin-bottom: 2em;
}

.nutri {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #d8d8d8;
  margin: 0 0 14px;
  table-layout: fixed;
  font-size: 80%;
}
.nutri thead th {
  background: #fbebea;
  text-align: left;
  font-size: 100%;
  padding: 0.6em 16px;
  font-weight: normal;
  border-bottom: 1px solid #d8d8d8;
}
.nutri th,
.nutri td {
  /*vertical-align: middle;
white-space: nowrap;*/
  vertical-align: top;
  white-space: normal;
  line-height: 1.25;
}
.nutri tbody th {
  padding: 0.35em 0 0.35em 16px;
  font-weight: normal;
  text-align: left;
}
.nutri tbody td {
  padding: 0.35em 20px 0.35em 0;
  text-align: left;
}

/* 3ブロックに分かれて見える縦罫線（2列ごとに線） */
.nutri tbody > tr > :nth-child(2),
.nutri tbody > tr > :nth-child(4) {
  border-right: 1px solid #e0e0e0;
}

.nutri col.name {
  width: 20%;
}
.nutri col.val {
  width: 12%;
}

.item_detail_freearea p.note {
  font-size: 12px;
  margin: 6px 0 0;
  color: #333;
}
.item_detail_freearea p.note_small {
  font-size: 10px;
}
/* ===== 上に余白（各ブロックの先頭行） ===== */
.nutri tbody tr:first-child > :nth-child(1),
.nutri tbody tr:first-child > :nth-child(2),
.nutri tbody tr:first-child > :nth-child(3),
.nutri tbody tr:first-child > :nth-child(4),
.nutri tbody tr:first-child > :nth-child(5),
.nutri tbody tr:first-child > :nth-child(6) {
  padding-top: 10px;
}

/* ===== 下に余白（各ブロックの最終行） ===== */
.nutri tbody tr:last-child > :nth-child(1),
.nutri tbody tr:last-child > :nth-child(2),
.nutri tbody tr:last-child > :nth-child(3),
.nutri tbody tr:last-child > :nth-child(4),
.nutri tbody tr:last-child > :nth-child(5),
.nutri tbody tr:last-child > :nth-child(6) {
  padding-bottom: 10px;
}

.ite_detail_voide_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 1em;
}
.item_detail_voice {
  width: 49%;
  margin-bottom: 2%;
  background: #fff6f5;
  padding: 25px;
}
.item_detail_voice_head {
  position: relative;
  display: grid;
  height: 2.4em;
  align-items: center;
  margin-bottom: 1.5em;
  border-left: 3px solid #d11120;
}
.item_detail_voice_head img {
  width: 14%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.item_detail_voice_head h5 {
  font-size: 100%;
  line-height: 1.2;
  color: #d11120;
  padding-left: 1em;
  max-width: 75%;
}
.item_detail_voice_name {
  margin-top: 2em;
}
ul.purpose li {
  padding-bottom: 1em;
}
ul.purpose li::before {
  content: "●";
  color: #d11120;
  display: inline-block;
  width: 1em;
  margin-right: 0.5em;
}
.item_list_view {
  cursor: pointer;
  border: solid 1px #e0e0e0;
  font-size: 85%;
  padding: 0.25em 1em;
  margin: 2em 0;
  display: flex;
  align-items: center;
}
#toggleButton {
  color: #d11120;
  font-size: 2em;
  margin-right: 0.4em;
}
.plus::before {
  content: "＋";
}

.minus::before {
  content: "−";
}
/* transition effect (optional) */
.plus,
.minus {
  transition: content 0.3s;
}

.item_list_table {
  width: 100%;
  display: none;
}
.item_list_table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 80%;
}
.item_list_table table th {
  border: 1px solid #d8d8d8;
  vertical-align: middle;
  background: #fbebea;
  text-align: left;
  padding: 1em;
  min-width: 4em;
}
.item_list_table table td {
  border: 1px solid #d8d8d8;
  vertical-align: middle;
  text-align: left;
  padding: 1em;
}

/*////ページ下部　サイト内リンクメニュー////*/

.item_list_note {
  border: solid 1px #919191;
  padding: 25px;
  box-sizing: border-box;
  display: grid;
  align-content: center;
  margin-top: 30px;
}
.item_list_note p {
  width: object-fit;
  margin: auto;
}
.item_list_links {
  width: 100%;
  border-top: solid 1px #919191;
  margin-top: 30px;
  padding-top: 25px;
  box-sizing: border-box;
  margin-bottom: 50px;
}
.item_list_links ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.item_list_links ul li {
  width: 23%;
  border: solid 1px #919191;
  box-sizing: border-box;
  text-align: center;
  margin: 1%;
  font-size: 14px;
  padding: 0.5em;
}
.item_list_links ul li a {
  display: block;
}

@media screen and (max-width: 970px) {
  #wrapper {
    width: 95%;
    margin: auto;
    display: block;
  }
  main {
    width: 100%;
    order: 0;
  }
  aside {
    width: 100%;
    order: 1;
  }
  /*
#sidemenu_sns  {
display: none;
}*/
  #sidemenu_contact {
    margin-bottom: 20px;
  }
  #sidemenu_sns {
    text-align: center;
  }
  #sidemenu_link {
    display: none;
  }

  #sidemenu_sns ul {
    padding: 15px 0;
    width: 100%;
    max-width: 400px;
    margin: auto;
  }
  #sidemenu_sns li.sns {
    width: 28%;
  }

  #bottom_login_link {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: auto;
    margin-bottom: 40px;
    text-align: center;
  }
  #bottom_login_link a {
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 780px) {
  #contents {
    padding-top: 100px;
  }
  body.category #contents {
    padding-top: 74px;
  }

  h1.item-name {
    display: none;
  }
  h1.item-name-sp {
    width: 100%;
    display: block;
    background: #4e4e4e;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    padding: 0.25em 15px;
    margin-bottom: 20px;
  }
  #item_detail_head {
    flex-wrap: wrap;
  }
  .item-image-wrap {
    width: 100%;
  }
  .item-wrap {
    width: 100%;
  }
  .main-image {
    display: block;
    width: 100%;
    max-width: 500px;
    height: auto;
    margin: auto;
    aspect-ratio: 1 / 1;
  }
  .M_imageCatalog table {
    margin-left: auto;
    margin-right: auto;
  }
  .item-image-wrap .section.item .add-image li {
    width: 100%;
    max-width: 400px;
    margin: auto;
    margin-bottom: 2%;
    font-size: 13px;
  }
  .item-wrap .cart-btn-wrap a {
    width: 100%;
    max-width: 600px;
    margin: auto;
  }

  /* =========================
   スマホ：テーブルの1カラム表示
========================= */

  .nutri {
    table-layout: auto;
  }

  .nutri colgroup {
    display: none;
  }

  /* colgroup の幅指定を無効化 */
  .nutri col {
    width: auto !important;
  }

  /* 行をグリッド化（2列：項目名 / 数値） */
  .nutri tbody tr {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 0;
    padding: 0;
  }

  .nutri th,
  .nutri td {
    white-space: normal;
  }
  /* 各セルを通常表示に */
  .nutri tbody th,
  .nutri tbody td {
    white-space: normal;
    padding: 4px 10px;
    border: none;
    border-bottom: 1px solid #e0e0e0;
  }

  .nutri tbody tr:first-child > :nth-child(1),
  .nutri tbody tr:first-child > :nth-child(2),
  .nutri tbody tr:first-child > :nth-child(3),
  .nutri tbody tr:first-child > :nth-child(4),
  .nutri tbody tr:first-child > :nth-child(5),
  .nutri tbody tr:first-child > :nth-child(6) {
    padding-top: 4px;
  }
  .nutri tbody tr:last-child > :nth-child(1),
  .nutri tbody tr:last-child > :nth-child(2),
  .nutri tbody tr:last-child > :nth-child(3),
  .nutri tbody tr:last-child > :nth-child(4),
  .nutri tbody tr:last-child > :nth-child(5),
  .nutri tbody tr:last-child > :nth-child(6) {
    padding-bottom: 4px;
  }

  /* ▼ 6セルを縦に並び替える */
  .nutri tbody tr > :nth-child(1) {
    grid-column: 1;
  }
  .nutri tbody tr > :nth-child(2) {
    grid-column: 2;
  }

  .nutri tbody tr > :nth-child(3) {
    grid-column: 1;
  }
  .nutri tbody tr > :nth-child(4) {
    grid-column: 2;
  }

  .nutri tbody tr > :nth-child(5) {
    grid-column: 1;
  }
  .nutri tbody tr > :nth-child(6) {
    grid-column: 2;
  }

  /* 縦罫線を解除 */
  .nutri tbody > tr > :nth-child(2),
  .nutri tbody > tr > :nth-child(4) {
    border-right: none;
  }

  /* 上下余白ルールを解除 */
  .nutri tbody tr:first-child > *,
  .nutri tbody tr:last-child > * {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .item_detail_freearea h4 {
    text-align: left;
  }
  .item_detail_freearea p.lead {
    width: 100%;
    max-width: 100%;
    margin: 0;
    margin-bottom: 2em;
  }

  .item_list_links ul li {
    width: 31%;
  }
}

@media screen and (max-width: 640px) {
  .item_detail_voice {
    width: 100%;
    margin-bottom: 2%;
    background: #fff6f5;
    padding: 25px;
  }
}
@media screen and (max-width: 500px) {
  .item-image-wrap .section.item {
    display: none;
  }
  .item_list_links ul li {
    width: 48%;
  }
}
