@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Outfit:wght@100..900&family=Zen+Kaku+Gothic+New&display=swap");
html,
body {
  font-family: "Hiragino Kaku Gothic W4 JIS2004";
  margin: 0;
  background: #fff;
  line-height: 1.5;
}
@media screen and (max-width: 1440px) {
  html,
  body {
    font-size: 0.0694444444vw;
  }
}
@media screen and (max-width: 768px) {
  html,
  body {
    overflow-x: hidden;
    font-size: 0.1333333333vw;
  }
}

*,
*:before,
*:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.en {
  font-family: "Outfit", sans-serif;
}

.jp-w3 {
  font-family: "Hiragino Kaku Gothic W3 JIS2004";
  font-weight: 300;
}

.jp-w4 {
  font-family: "Hiragino Kaku Gothic W4 JIS2004";
  font-weight: 400;
}

.jp-w5 {
  font-family: "Hiragino Kaku Gothic W5 JIS2004";
  font-weight: 500;
}

.jp-w6 {
  font-family: "Hiragino Kaku Gothic W6 JIS2004";
  font-weight: 600;
}

.f-w3 {
  font-family: "Hiragino Kaku Gothic W3 JIS2004";
  font-weight: 300;
}

.f-w4 {
  font-family: "Hiragino Kaku Gothic W4 JIS2004";
  font-weight: 400;
}

.f-w5 {
  font-family: "Hiragino Kaku Gothic W5 JIS2004";
  font-weight: 500;
}

.f-w6 {
  font-family: "Hiragino Kaku Gothic W6 JIS2004";
  font-weight: 600;
}

.pc_only {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
}

.sp_only {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp_only {
    display: block !important;
  }
}

.br-sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .br-sp {
    display: block !important;
  }
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

p,
ul {
  margin: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.6;
    text-decoration: none !important;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0%;
  padding: 0%;
  font-family: "Hiragino Kaku Gothic W5 JIS2004";
  font-weight: 500;
  color: #222;
}

ul li,
ol li {
  list-style: none;
  line-height: 1;
}

figure,
table {
  margin: auto;
}

.seccontain {
  max-width: 1200px;
  margin: auto !important;
}
@media screen and (max-width: 1440px) {
  .seccontain {
    max-width: 1200rem;
  }
}
@media screen and (max-width: 768px) {
  .seccontain {
    max-width: 100%;
  }
}

div {
  font-family: "Hiragino Kaku Gothic W4 JIS2004";
}

ul,
ol {
  margin: 0;
  padding: 0;
}

.nolink {
  pointer-events: none !important;
  opacity: 0.5 !important;
}

.color-white {
  color: #fff;
}

.color-dark {
  color: #222;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: transform 0.5s ease-in-out;
  padding: 20px 0;
  transition: 0.3s;
}
@media screen and (max-width: 1440px) {
  .header {
    padding: 20rem 0;
  }
}
@media screen and (max-width: 768px) {
  .header {
    padding: 0;
  }
}
.header.hidden {
  transform: translateY(-100%);
}
.header.sub-header {
  background-color: #fff;
}
.header.sub-header .header_nav li a {
  color: #222;
}
.header.about_header {
  background-color: transparent;
}
.header.about_header .header_nav li a {
  color: #222;
}
.header.header_bg {
  background-color: #fff;
}
.header.header_bg .header_nav li a {
  color: #222;
}
.header.active {
  background: #323334;
}
.header.active .header_left_item svg path,
.header.active .header_left_item svg ellipse {
  fill: #fff;
}
.header.active .header_logo svg {
  fill: #fff;
}
.header.active .header_iconlist_item svg path {
  fill: #fff;
}
.header_contain {
  position: relative;
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1440px) {
  .header_contain {
    max-width: 1200rem;
  }
}
@media screen and (max-width: 768px) {
  .header_contain {
    max-width: 100%;
    padding: 30rem 40rem;
  }
}
.header_logo h1 {
  margin: 0;
}
.header_logo svg {
  max-width: 135px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1440px) {
  .header_logo svg {
    max-width: 135rem;
  }
}
@media screen and (max-width: 768px) {
  .header_logo svg {
    max-width: 155rem;
    height: auto;
  }
}
.header_right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 40px;
}
@media screen and (max-width: 1440px) {
  .header_right {
    gap: 40rem;
  }
}
.header_left {
  display: none;
}
@media screen and (max-width: 768px) {
  .header_left {
    display: flex;
    align-items: center;
    gap: 30rem;
  }
}
.header_left_item {
  position: relative;
  line-height: 1;
}
.header_left_item svg {
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .header_left_item svg {
    width: 35rem;
    height: 35rem;
  }
}
.header_spmenu {
  display: none;
}
@media screen and (max-width: 768px) {
  .header_spmenu {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 15rem;
  }
  .header_spmenu span {
    width: 40rem;
    height: 2rem;
    background: #222;
    transition: 0.3s;
  }
  .header_spmenu.change .bar01 {
    background: #fff;
    transform: rotate(-45deg) translate(-5rem, 6rem);
  }
  .header_spmenu.change .bar02 {
    transform: rotate(45deg) translate(-5rem, -6rem);
    background: #fff;
  }
  .header_spmenu .bar {
    width: 40rem;
    height: 2rem;
    background: #242424;
  }
}
.header_nav {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 1440px) {
  .header_nav {
    gap: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .header_nav {
    display: none;
  }
}
.header_nav li {
  padding: 15px 0;
}
@media screen and (max-width: 1440px) {
  .header_nav li {
    padding: 15rem 0;
  }
}
.header_nav li a {
  display: flex;
  align-items: center;
  gap: 10px;
  align-items: center;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.04em;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  .header_nav li a {
    gap: 10rem;
    font-size: 15rem;
  }
}
.header_nav li a i {
  font-size: 12px;
}
@media screen and (max-width: 1440px) {
  .header_nav li a i {
    font-size: 12rem;
  }
}
.header_nav .dropdownmenu {
  position: relative;
}
.header_nav .dropdownmenu li {
  padding: 0;
}
.header_nav .dropdownmenu:hover .childbox {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.header_nav .childbox {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 175px;
  transform: translateX(-50%);
  background-color: #fff;
  padding: 25px;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: 0.3s;
}
@media screen and (max-width: 1440px) {
  .header_nav .childbox {
    padding: 25rem;
    width: 175rem;
  }
}
.header_nav .childbox::before {
  content: "";
  display: block;
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%);
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0px 7px 7px 7px;
  border-color: transparent transparent #fff transparent;
}
@media screen and (max-width: 1440px) {
  .header_nav .childbox::before {
    top: -7rem;
    border-width: 0 7rem 7rem 7rem;
  }
}
.header_nav .childbox_list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 1440px) {
  .header_nav .childbox_list {
    gap: 30rem;
  }
}
.header_nav .childbox_list li a {
  font-family: "Hiragino Kaku Gothic W4 JIS2004";
  font-weight: normal;
  font-size: 13px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #707070;
}
@media screen and (max-width: 1440px) {
  .header_nav .childbox_list li a {
    font-size: 13rem;
  }
}
.header_nav .childbox.productsbox {
  width: 1300px;
  left: 100%;
}
@media screen and (max-width: 1440px) {
  .header_nav .childbox.productsbox {
    width: 1300rem;
  }
}
.header_nav .productsbox {
  padding: 40px 50px;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .header_nav .productsbox {
    padding: 40rem 50rem;
  }
}
.header_nav .productsbox_list {
  display: grid;
  grid-template-columns: repeat(4, auto);
}
.header_nav .productsbox_list__item {
  padding: 0 25px !important;
  border-right: 1px solid #d8d8d8;
}
@media screen and (max-width: 1440px) {
  .header_nav .productsbox_list__item {
    padding: 0 25rem !important;
  }
}
.header_nav .productsbox_list__item:first-child {
  padding-left: 0 !important;
}
.header_nav .productsbox_list__item:last-child {
  padding-right: 0 !important;
  border: none;
}
.header_nav .productsbox_list__item a {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 1440px) {
  .header_nav .productsbox_list__item a {
    gap: 10rem;
  }
}
.header_nav .productsbox_list__item a .en {
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-align: left;
  color: #707070;
}
@media screen and (max-width: 1440px) {
  .header_nav .productsbox_list__item a .en {
    font-size: 13rem;
  }
}
.header_nav .productsbox_list__item a .jp-w4 {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: "Hiragino Kaku Gothic W4 JIS2004";
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #707070;
}
@media screen and (max-width: 1440px) {
  .header_nav .productsbox_list__item a .jp-w4 {
    font-size: 14rem;
    gap: 5rem;
  }
}
.header_nav .productsbox_list__item a .jp-w4 img {
  width: 14px;
  height: auto;
}
@media screen and (max-width: 1440px) {
  .header_nav .productsbox_list__item a .jp-w4 img {
    width: 14rem;
  }
}
.header_nav .productsbox_list__item .subcategorylist {
  margin-top: 25px;
  display: grid;
  grid-gap: 10px 20px;
}
@media screen and (max-width: 1440px) {
  .header_nav .productsbox_list__item .subcategorylist {
    grid-gap: 10rem 20rem;
    margin-top: 25rem;
  }
}
.header_nav .productsbox_list__item .subcategorylist.grid-02 {
  grid-template-columns: 1fr 1fr;
}
.header_nav .productsbox_list__item .subcategorylist.grid-01 {
  grid-template-columns: 1fr;
}
.header_nav .productsbox_list__item .subcategorylist li a {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 7px;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  text-align: left;
  color: #707070;
}
@media screen and (max-width: 1440px) {
  .header_nav .productsbox_list__item .subcategorylist li a {
    gap: 7rem;
    font-size: 13rem;
    line-height: 20rem;
  }
}
.header_nav .productsbox_list__item .subcategorylist li a span {
  min-width: 100px;
  display: inline-block;
}
@media screen and (max-width: 1440px) {
  .header_nav .productsbox_list__item .subcategorylist li a span {
    min-width: 100rem;
  }
}
.header_nav .productsbox_list__item .subcategorylist li a img {
  width: 60px;
  height: auto;
}
@media screen and (max-width: 1440px) {
  .header_nav .productsbox_list__item .subcategorylist li a img {
    width: 60rem;
  }
}
.header_iconlist {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 1440px) {
  .header_iconlist {
    gap: 30rem;
  }
}
.header_iconlist_item {
  position: relative;
  line-height: 1;
}
.header_iconlist_item svg {
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 1440px) {
  .header_iconlist_item svg {
    width: 20rem;
    height: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .header_iconlist_item svg {
    width: 35rem;
    height: 35rem;
  }
}
@media screen and (max-width: 768px) {
  .header_iconlist_item.user-icon {
    display: none;
  }
}
.header_iconlist_item .cart-count {
  width: 19px;
  height: 19px;
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 10px;
  text-align: left;
  color: #222;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1440px) {
  .header_iconlist_item .cart-count {
    top: -10rem;
    width: 19rem;
    height: 19rem;
    right: -10rem;
    font-size: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .header_iconlist_item .cart-count {
    width: 36rem;
    height: 36rem;
    top: -20rem;
    right: -20rem;
    font-size: 22rem;
  }
}
.header .spnav {
  display: none;
}
@media screen and (max-width: 768px) {
  .header .spnav {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: calc(100vh - 100rem);
    background: #323334;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    overflow-y: scroll;
    transition: 0.35s;
  }
  .header .spnav.open {
    opacity: 1;
    visibility: visible;
    z-index: 9;
  }
  .header .spnav_list {
    padding: 50rem;
    padding-bottom: 100rem;
  }
  .header .spnav_list_menu {
    position: relative;
  }
  .header .spnav_list_menu.active::after {
    height: 0;
  }
  .header .spnav_list_menu::before {
    position: absolute;
    content: "";
    height: 1.5rem;
    width: 20rem;
    background-color: #fff;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .header .spnav_list_menu::after {
    position: absolute;
    content: "";
    height: 20rem;
    width: 1.5rem;
    background-color: #fff;
    right: 8rem;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
  }
  .header .spnav_list li {
    border-bottom: 2rem solid rgba(255, 255, 255, 0.5019607843);
  }
  .header .spnav_list li:last-child {
    border: none;
  }
  .header .spnav_list li a {
    display: flex;
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    font-size: 32rem;
    letter-spacing: 0.04em;
    text-align: left;
    color: #fff;
    padding: 34rem 0;
  }
  .header .spnav_list li .sublist {
    margin-top: 30rem;
    display: flex;
    align-items: flex-start;
    gap: 40rem;
    flex-direction: column;
  }
  .header .spnav_list li .sublist li {
    border: none;
  }
  .header .spnav_list li .sublist li a {
    padding: 0;
    font-family: "Hiragino Kaku Gothic W3 JIS2004";
    font-size: 26rem;
    letter-spacing: 0.02em;
  }
  .header .spnav_list li .productsbox {
    margin-top: 5rem;
  }
  .header .spnav_list li .productsbox_list {
    display: flex;
    flex-direction: column;
    gap: 60rem;
    margin-top: 50rem;
  }
  .header .spnav_list li .productsbox_list li {
    border: none;
  }
  .header .spnav_list li .productsbox_list li a {
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 10rem;
  }
  .header .spnav_list li .productsbox_list li a .arrowimg {
    width: 32rem;
    height: auto;
  }
  .header .spnav_list li .productsbox_list li a .title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10rem;
  }
  .header .spnav_list li .productsbox_list li a .en {
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    font-size: 30rem;
    letter-spacing: 0.04em;
    text-align: left;
    color: #fff;
  }
  .header .spnav_list li .productsbox_list li a .jp-w4 {
    font-weight: 400;
    font-size: 24rem;
    letter-spacing: 0.04em;
    text-align: left;
    color: #fff;
  }
  .header .spnav_list li .productsbox_list li .subcategorylist {
    margin-top: 35rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20rem 35rem;
  }
  .header .spnav_list li .productsbox_list li .subcategorylist li a {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 12rem;
    font-weight: 400;
    font-size: 26rem;
    line-height: 39rem;
    text-align: left;
    color: #fff;
  }
  .header .spnav_list li .productsbox_list li .subcategorylist li a span {
    min-width: 100px;
    display: inline-block;
  }
  .header .spnav_list li .productsbox_list li .subcategorylist li a img {
    width: 90rem;
    height: auto;
  }
  .header .spnav_list li .productsbox .listview {
    margin-top: 25rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .header .spnav_list li .productsbox .listview a {
    padding-top: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10rem;
    font-weight: 300;
    font-size: 26rem;
    letter-spacing: 0.02em;
    text-align: right;
    color: #fff;
  }
  .header .spnav_list li .productsbox .listview a i {
    font-size: 36rem;
  }
}
.header .searchbox {
  position: absolute;
  top: 50px;
  right: 0px;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: 0.3s;
}
@media screen and (max-width: 1440px) {
  .header .searchbox {
    top: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .header .searchbox {
    top: 125rem;
  }
}
.header .searchbox.visible {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .header .searchbox {
    right: unset;
    left: 50%;
    transform: translateX(-50%);
  }
}
.header .searchbox_contain {
  position: relative;
}
.header .searchbox_contain .searchbtn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  height: auto;
  background-color: transparent;
  outline: none;
  border: none;
}
@media screen and (max-width: 1440px) {
  .header .searchbox_contain .searchbtn {
    right: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .header .searchbox_contain .searchbtn {
    max-width: 30rem;
  }
}
.header .searchbox_contain .searchbtn img {
  max-width: 20px;
}
@media screen and (max-width: 1440px) {
  .header .searchbox_contain .searchbtn img {
    max-width: 20rem;
    background-color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .header .searchbox_contain .searchbtn img {
    max-width: 35rem;
  }
}
.header .searchbox_contain input {
  outline: none;
  width: 400px;
  height: 50px;
  border-radius: 45px;
  background: #fff;
  border: 2px solid #d8d8d8;
  font-weight: 300;
  font-size: 14px;
  text-align: left;
  color: #222;
  padding: 10px 20px;
}
@media screen and (max-width: 1440px) {
  .header .searchbox_contain input {
    width: 400rem;
    height: 50rem;
    border-width: 2rem;
    font-size: 14rem;
    border-radius: 45rem;
    padding: 10rem 20rem;
  }
}
@media screen and (max-width: 768px) {
  .header .searchbox_contain input {
    width: 650rem;
    height: 90rem;
    font-size: 26rem;
    padding: 10rem 30rem;
  }
}
.header .searchbox_contain input::-moz-placeholder {
  color: #d8d8d8;
}
.header .searchbox_contain input::placeholder {
  color: #d8d8d8;
}
.header .searchbox_contain input:active {
  background: #fff;
}
.header .searchbox_contain input:focus {
  background: #fff;
}
.header .searchbox_contain input:not(:-moz-placeholder) {
  background: #fff;
}
.header .searchbox_contain input:not(:placeholder-shown) {
  background: #fff;
}

.footer {
  border-top: 1px solid #d8d8d8;
  position: relative;
  z-index: 2;
  background-color: #fff;
}
.footer .cartfooter {
  margin-top: 100px;
}
@media screen and (max-width: 1440px) {
  .footer .cartfooter {
    margin-top: 100rem;
  }
}
@media screen and (max-width: 768px) {
  .footer .cartfooter {
    margin-top: 200rem;
  }
}
.footer_contain {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  padding: 60px 0;
}
@media screen and (max-width: 1440px) {
  .footer_contain {
    max-width: 1200rem;
    gap: 10rem;
    padding: 60rem 0;
  }
}
@media screen and (max-width: 768px) {
  .footer_contain {
    padding: 150rem 50rem 130rem;
    gap: 150rem;
    flex-direction: column;
    align-items: center;
  }
}
.footer_logo {
  max-width: 135px;
}
@media screen and (max-width: 1440px) {
  .footer_logo {
    max-width: 135rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_logo {
    max-width: 170rem;
  }
}
.footer_nav {
  max-width: 900px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 80px;
}
@media screen and (max-width: 1440px) {
  .footer_nav {
    max-width: 900rem;
    gap: 80rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_nav {
    max-width: 100%;
    gap: 0;
    flex-direction: column;
  }
}
.footer_nav_list {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  flex-direction: column;
}
@media screen and (max-width: 1440px) {
  .footer_nav_list {
    gap: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_nav_list {
    width: 100%;
    gap: 0;
  }
}
@media screen and (max-width: 768px) {
  .footer_nav_list li {
    width: 100%;
    border-bottom: 2rem solid #d8d8d8;
  }
}
.footer_nav_list li a {
  display: block;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.04em;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 1440px) {
  .footer_nav_list li a {
    font-size: 17rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_nav_list li a {
    font-size: 32rem;
    padding: 30rem 0;
  }
}
.footer_nav_list li .headlink {
  display: block;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.04em;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 1440px) {
  .footer_nav_list li .headlink {
    font-size: 17rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_nav_list li .headlink {
    font-size: 32rem;
    padding: 30rem 0;
  }
}
.footer_nav_list .productsbox {
  margin-top: 20px;
}
@media screen and (max-width: 1440px) {
  .footer_nav_list .productsbox {
    margin-top: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_nav_list .productsbox {
    margin-top: 30rem;
  }
}
.footer_nav_list .productsbox_list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (max-width: 1440px) {
  .footer_nav_list .productsbox_list {
    gap: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_nav_list .productsbox_list {
    gap: 30rem;
  }
}
.footer_nav_list .productsbox_list li {
  border: none;
}
.footer_nav_list .productsbox_list a {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 1440px) {
  .footer_nav_list .productsbox_list a {
    gap: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_nav_list .productsbox_list a {
    padding: 0;
    gap: 30rem;
  }
}
.footer_nav_list .productsbox_list a img {
  max-width: 110px;
}
@media screen and (max-width: 1440px) {
  .footer_nav_list .productsbox_list a img {
    max-width: 110rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_nav_list .productsbox_list a img {
    max-width: 180rem;
  }
}
.footer_nav_list .productsbox_list a .title {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 1440px) {
  .footer_nav_list .productsbox_list a .title {
    gap: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_nav_list .productsbox_list a .title {
    gap: 15rem;
  }
}
.footer_nav_list .productsbox_list a .en {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.04em;
  text-align: left;
  color: #707070;
}
@media screen and (max-width: 1440px) {
  .footer_nav_list .productsbox_list a .en {
    font-size: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_nav_list .productsbox_list a .en {
    font-size: 30rem;
  }
}
.footer_nav_list .productsbox_list a .jp-w4 {
  font-family: "Hiragino Kaku Gothic W4 JIS2004";
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #707070;
}
@media screen and (max-width: 1440px) {
  .footer_nav_list .productsbox_list a .jp-w4 {
    font-size: 13rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_nav_list .productsbox_list a .jp-w4 {
    font-size: 24rem;
  }
}
.footer_nav_list .productsbox .listview {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 1440px) {
  .footer_nav_list .productsbox .listview {
    margin-top: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_nav_list .productsbox .listview {
    margin-top: 35rem;
    margin-bottom: 35rem;
    margin-right: 35rem;
  }
}
.footer_nav_list .productsbox .listview a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: "Hiragino Kaku Gothic W4 JIS2004";
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: #707070;
}
@media screen and (max-width: 1440px) {
  .footer_nav_list .productsbox .listview a {
    gap: 10rem;
    font-size: 13rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_nav_list .productsbox .listview a {
    padding: 0;
    font-size: 26rem;
    gap: 20rem;
  }
}
.footer_nav_list .productsbox .listview a i {
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 1440px) {
  .footer_nav_list .productsbox .listview a i {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_nav_list .productsbox .listview a i {
    font-size: 30rem;
  }
}
.footer_nav_list .childbox_list {
  margin-top: 30px;
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
@media screen and (max-width: 1440px) {
  .footer_nav_list .childbox_list {
    margin-top: 30rem;
    margin-left: 20rem;
    gap: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_nav_list .childbox_list {
    margin-top: 0rem;
    margin-bottom: 30rem;
    margin-left: 0;
    gap: 35rem;
  }
}
.footer_nav_list .childbox_list li {
  border: none;
}
.footer_nav_list .childbox_list li a {
  font-family: "Hiragino Kaku Gothic W4 JIS2004";
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #707070;
}
@media screen and (max-width: 1440px) {
  .footer_nav_list .childbox_list li a {
    font-size: 13rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_nav_list .childbox_list li a {
    padding: 0;
    font-size: 28rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_nav_list .dropmenu {
    position: relative;
  }
  .footer_nav_list .dropmenu.active::after {
    height: 0;
  }
  .footer_nav_list .dropmenu::before {
    position: absolute;
    content: "";
    height: 2rem;
    width: 20rem;
    background-color: #707070;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .footer_nav_list .dropmenu::after {
    position: absolute;
    content: "";
    height: 20rem;
    width: 2rem;
    background-color: #707070;
    right: 9rem;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
  }
}
.footer .copyright {
  border-top: 1px solid #d8d8d8;
  padding: 15px;
  font-family: "Outfit", sans-serif;
  font-weight: normal;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-align: center;
  color: #222;
}
@media screen and (max-width: 1440px) {
  .footer .copyright {
    padding: 15rem;
    font-size: 13rem;
  }
}
@media screen and (max-width: 768px) {
  .footer .copyright {
    font-size: 24rem;
    padding: 0 50rem;
    padding-bottom: 60rem;
    text-align: left;
    border: none;
  }
}

.main {
  position: relative;
  z-index: 2;
}

.subpage.about main {
  margin: 0;
}
.subpage main {
  margin-top: 90px;
}
@media screen and (max-width: 1440px) {
  .subpage main {
    margin-top: 90rem;
  }
}
@media screen and (max-width: 768px) {
  .subpage main {
    margin-top: 125rem;
  }
}

.breadcrumb {
  padding: 20px;
}
@media screen and (max-width: 1440px) {
  .breadcrumb {
    padding: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    padding: 20rem 50rem;
  }
}
.breadcrumb_list {
  display: flex;
  align-items: center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.breadcrumb-item {
  position: relative;
  font-family: "Hiragino Kaku Gothic W3 JIS2004";
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #808080;
}
@media screen and (max-width: 1440px) {
  .breadcrumb-item {
    font-size: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumb-item {
    font-size: 22rem;
  }
}
.breadcrumb-item:last-child::after {
  content: "";
}
.breadcrumb-item::after {
  content: ">";
  margin: auto 10px;
}
@media screen and (max-width: 1440px) {
  .breadcrumb-item::after {
    margin: auto 10rem;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumb-item::after {
    margin: auto 15rem;
  }
}
.breadcrumb-item a,
.breadcrumb-item span {
  font-family: "Hiragino Kaku Gothic W3 JIS2004";
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #808080;
}
@media screen and (max-width: 1440px) {
  .breadcrumb-item a,
  .breadcrumb-item span {
    font-size: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumb-item a,
  .breadcrumb-item span {
    font-size: 22rem;
  }
}

.topbtn {
  position: fixed;
  right: 20px;
  bottom: 30px;
  z-index: 999;
  display: none;
}
@media screen and (max-width: 1440px) {
  .topbtn {
    right: 20rem;
    bottom: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .topbtn {
    bottom: 100rem;
    right: 30rem;
  }
}
.topbtn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #eaebed;
  border-radius: 50%;
}
@media screen and (max-width: 1440px) {
  .topbtn a {
    width: 50rem;
    height: 50rem;
  }
}
@media screen and (max-width: 1440px) {
  .topbtn a {
    width: 70rem;
    height: 70rem;
  }
}
.topbtn a img {
  width: 16px;
}
@media screen and (max-width: 1440px) {
  .topbtn a img {
    width: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .topbtn a img {
    width: 22rem;
  }
}

.pagetitle {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pagetitle .en {
  text-transform: uppercase;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 30px;
  letter-spacing: 0.06em;
  text-align: center;
  color: #222;
}
@media screen and (max-width: 1440px) {
  .pagetitle .en {
    font-size: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .pagetitle .en {
    font-size: 48rem;
  }
}
.pagetitle .jp-w4 {
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-align: center;
  color: #222;
}
@media screen and (max-width: 1440px) {
  .pagetitle .jp-w4 {
    font-size: 13rem;
  }
}
@media screen and (max-width: 768px) {
  .pagetitle .jp-w4 {
    font-size: 24rem;
  }
}/*# sourceMappingURL=common.css.map */