@charset "UTF-8";
html {
  font-size: 15px;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  font-size: 16px;
}

body {
  width: 100%;
  word-break: break-word;
  font-weight: 400;
  line-height: 1.85;
  color: #232323;
  margin: 0;
  padding: 0;
  word-break: break-all;
  font-family: "游ゴシック", "YuGothic", "Hiragino Sans", "Meiryo", sans-serif;
  background: #fff;
}
body.page-template-page-en, body.post-type-archive-product_en, body.post-type-archive-pickup_en {
  white-space: initial;
  word-break: normal;
}

article,
aside,
figure,
footer,
header,
hgroup,
section {
  display: block;
}

button,
input,
select,
textarea {
  font-family: "游ゴシック", "YuGothic", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 1rem;
}

code,
pre {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  font-family: "游ゴシック", "YuGothic", "Hiragino Sans", "Meiryo", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

html,
body,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

object {
  pointer-events: none;
}

img,
audio,
video {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border: none;
}

iframe {
  border: 0;
}

summary {
  cursor: pointer;
}

p {
  margin: 0 0 1rem;
}

ul {
  list-style: none;
}

ol {
  margin-left: 1em;
}

a {
  color: #03409B;
  text-decoration: none;
}
a:hover {
  cursor: pointer;
}

b,
strong {
  color: #464646;
  font-weight: bold;
}

small {
  font-size: 0.875em;
}

hr {
  border: none;
  display: block;
}

pre {
  -webkit-overflow-scrolling: touch;
  background-color: whitesmoke;
  color: #000;
  font-size: 0.875em;
  overflow-x: auto;
  padding: 1.25rem 1.5rem;
  white-space: pre;
  word-wrap: normal;
}
pre code {
  background-color: transparent;
  color: currentColor;
  font-size: 1em;
  padding: 0;
}

br.pc-none {
  display: block;
}
br.tb {
  display: none;
}

.display_none {
  display: none !important;
}

[data-href],
[data-src],
[data-scroll] {
  opacity: 0;
}

html.js-scroll_fixed {
  height: 100%;
  overflow: hidden;
}

body::-webkit-scrollbar {
  width: 10px;
  background: transparent;
}
body::-webkit-scrollbar-track {
  background: transparent;
}
body::-webkit-scrollbar-thumb {
  background: rgb(110, 110, 110);
}

#header-bar_area {
  opacity: 0;
}

#first_view {
  opacity: 0;
}

#page {
  min-height: 100vh;
  overflow: hidden;
}

#content {
  opacity: 0;
  z-index: 6;
  position: relative;
  padding: 2rem 0 2rem;
  background-color: #FFF;
}
body.sidebar-right #content, body.sidebar-left #content {
  display: flex;
}
#content #col-main {
  width: 100%;
  animation: a-FadeIn 1.5s ease 0.3s 1 both;
}
body.sidebar-left #content #col-left {
  display: none;
}
body.sidebar-right #content #col-right {
  display: none;
}

body.home > #page > #content {
  padding: 0;
}
body.page-id-1325 #content {
  padding: 0;
}

#parts_first_view_other #first_view {
  opacity: 1;
  position: relative;
  width: 100%;
  overflow: hidden;
}
#parts_first_view_other #first_view .__background._white {
  background-color: #fff;
}
#parts_first_view_other #first_view .__background._white #site-breadcrumb {
  padding: 6rem 0 0 12rem;
}
#parts_first_view_other #first_view .__background .first_view_tite_area {
  position: relative;
  padding: 1rem 0;
}
#parts_first_view_other #first_view .__background .first_view_tite_area .__title {
  opacity: 0;
  font-size: 2.5rem;
  color: #232323;
  font-weight: 500;
  animation: a-FadeInRight 1s ease 0.5s forwards;
  text-align: center;
}
#parts_first_view_other #first_view .__background .first_view_tite_area ._title_en {
  opacity: 0;
  font-size: 1.25rem;
  color: #E86606;
  animation: a-FadeInRight 1s ease 0.5s forwards;
  text-align: center;
}
#parts_first_view_other .product_list {
  margin-top: -2rem;
  margin-bottom: 6rem;
}
#parts_first_view_other .product_list .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
#parts_first_view_other .product_list .list > li {
  position: relative;
  display: block;
  overflow: hidden;
  cursor: pointer;
}
#parts_first_view_other .product_list .list > li.current a {
  background: #E86606;
  color: #fff;
  border: 1px solid #E86606;
  transition: 0.4s ease-in-out;
}
#parts_first_view_other .product_list .list > li.current a .__icon._hover {
  display: block;
  transition: 0.4s ease-in-out;
}
#parts_first_view_other .product_list .list > li.current a .__icon._black {
  display: none;
  transition: 0.4s ease-in-out;
}
#parts_first_view_other .product_list .list > li a {
  background: #fff;
  border: 1px solid #646464;
  display: block;
  color: #000;
  padding: 0.8rem;
  text-align: center;
  font-size: 0.8rem;
  transition: 0.4s ease-in-out;
}
#parts_first_view_other .product_list .list > li a:hover {
  background: #E86606;
  color: #fff;
  border: 1px solid #E86606;
  transition: 0.4s ease-in-out;
}
#parts_first_view_other .product_list .list > li a .__icon {
  margin: 0 auto 0.5rem;
  width: 100%;
  display: block;
  transition: 0.4s ease-in-out;
}
#parts_first_view_other .product_list .list > li a .__icon._hover {
  display: none;
  transition: 0.4s ease-in-out;
}
#parts_first_view_other .product_list .list > li a:hover .__icon._black {
  display: none;
  transition: 0.4s ease-in-out;
}
#parts_first_view_other .product_list .list > li a:hover .__icon._hover {
  display: block;
  transition: 0.4s ease-in-out;
}

body.admin-bar .product_list .list > li a {
  background: #E86606;
  color: #fff;
  border: 1px solid #E86606;
}
body.admin-bar .product_list .list > li a .__icon {
  margin: 0 auto 0.5rem;
  width: 100%;
  display: block;
}
body.admin-bar .product_list .list > li a .__icon._hover {
  display: block;
}
@media only screen and (min-width:480px){
  br.pc-none {
    display: none;
  }
  #content {
    padding: 2.5rem 0 2.5rem;
  }
  #parts_first_view_other .product_list .list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width:768px){
  #content {
    padding: 3rem 0 3rem;
  }
  #parts_first_view_other #first_view .__background .first_view_tite_area {
    padding: 2rem 0;
  }
  #parts_first_view_other .product_list .list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width:768px) and ( max-width: 1280px){
  br.tb {
    display: block;
  }
}
@media only screen and (min-width:1072px){
  #content {
    padding: 0 0 3rem;
    min-height: calc(100vh - 300px);
  }
  body.sidebar-left:not(.sidebar-right) #content #col-main {
    width: 70%;
  }
  body.sidebar-right:not(.sidebar-left) #content #col-main {
    width: 70%;
  }
  body.sidebar-left.sidebar-right #content #col-main {
    width: 60%;
  }
  body.sidebar-left #content #col-left {
    opacity: 0;
    animation: a-FadeInRight 1.5s ease 0.3s 1 forwards;
    display: block;
    padding-left: 6rem;
    width: 30%;
  }
  body.sidebar-left.sidebar-right #content #col-left {
    width: 20%;
  }
  body.sidebar-right #content #col-right {
    opacity: 0;
    animation: a-FadeInLeft 1.5s ease 0.3s 1 forwards;
    display: block;
    padding-right: 8rem;
    width: 30%;
  }
  body.sidebar-left.sidebar-right #content #col-right {
    width: 20%;
  }
  #parts_first_view_other #first_view .__background._white #site-breadcrumb {
    padding: 6rem 0 0 8rem;
  }
  #parts_first_view_other #first_view .__background .first_view_tite_area {
    padding: 3rem 0 6rem;
  }
  #parts_first_view_other #first_view .__background .first_view_tite_area .__title {
    font-size: 3rem;
  }
  #parts_first_view_other .product_list .list {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media only screen and (min-width:1264px){
  html {
    font-size: 20px;
    font-size: 1.05vw;
  }
  #content {
    padding: 0 0 14rem;
  }
  #parts_first_view_other #first_view .__background._white #site-breadcrumb {
    padding: 6rem 0 0 12rem;
  }
  #parts_first_view_other .product_list .list {
    grid-template-columns: repeat(7, 1fr);
  }
}
@media only screen and (max-width:1071px){
  #parts_first_view_other #first_view .__background._white #site-breadcrumb {
    padding: 5rem 0 0 1rem;
  }
}
@media only screen and (max-width:479px){
  #parts_first_view_other #first_view .__background._white #site-breadcrumb {
    padding: 3rem 0 0 1rem;
  }
  body.post-type-archive-pickup_en {
    font-size: 90%;
  }
  body .archive-title {
    font-size: 0.85rem !important;
  }
}

/*# sourceMappingURL=first_view_other.css.map*/