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;
}

body {
  width: 100%;
  word-break: break-word;
  font-weight: 400;
  line-height: 1.85;
  color: #4a4a4a;
  margin: 0;
  padding: 0;
  word-break: break-all;
  font-family: "Noto Sans JP", sans-serif;
  font-display: swap;
  background: #fff;
}

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

button,
input,
select,
textarea {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
}

code,
pre {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  font-family: "Noto Sans JP", 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;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0.5rem;
  text-align: left;
  word-break: break-all;
}

h2 {
  font-size: 1.3rem;
  margin: 1.3rem 0;
  line-height: 1.3;
  color: #000;
}

h3 {
  font-size: 1.1rem;
  margin: 1.1rem 0;
  line-height: 1.5;
  color: #000;
}

p {
  margin: 0 0 1rem;
}

ul {
  list-style: none;
}

ol {
  margin-left: 1em;
}

a {
  color: #0049a5;
  text-decoration: none;
}
a:hover {
  cursor: pointer;
}

b,
strong {
  font-weight: bold;
}

small {
  font-size: 0.875em;
}

hr {
  margin: 1rem 0;
  display: block;
}

pre {
  -webkit-overflow-scrolling: touch;
  background-color: whitesmoke;
  color: #4a4a4a;
  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;
}

input[type=checkbox],
input[type=radio] {
  vertical-align: baseline;
}

textarea,
input[type=password],
input[type=date],
input[type=number],
input[type=tel],
input[type=email],
input[type=text] {
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 1px solid #4a4a4a;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  max-width: 100%;
}
textarea:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=text]:focus {
  outline: 3px solid #0049a5;
}

textarea {
  width: 100%;
}

select {
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  max-width: 100%;
}

button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
button:hover,
[type=button]:hover,
[type=reset]:hover,
[type=submit]:hover,
[role=button]:hover {
  cursor: pointer;
}

.display_none {
  display: none !important;
}

[data-scroll] {
  opacity: 0;
}

[data-src] {
  opacity: 0;
}

body::-webkit-scrollbar {
  width: 10px;
  background: transparent;
}
body::-webkit-scrollbar-track {
  background: transparent;
}
body::-webkit-scrollbar-thumb {
  background: rgb(110, 110, 110);
}
body.js-munu_open_sp-body, body.js-munu_open-body {
  position: fixed;
  height: 100%;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  overscroll-behavior: none;
}
body.en-page * {
  word-break: break-word !important;
}

#header-bar_area {
  opacity: 0;
}

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

#content {
  opacity: 0;
  z-index: 6;
  background: #fff;
  position: relative;
  padding-top: 2rem;
  min-height: calc(100vh - 300px);
}
#content #col-main {
  width: 100%;
  -webkit-animation: a-FadeIn 1.5s ease 0.3s 1 both;
          animation: a-FadeIn 1.5s ease 0.3s 1 both;
}

.js-header_hide #parts_first_view_front {
  opacity: 0;
}
#parts_first_view_front #first_view .__background {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 45vh;
  min-height: 400px;
}
#parts_first_view_front #first_view .__background .bottom_img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 10rem;
  z-index: 1;
}
#parts_first_view_front #first_view .__background .bottom_img:hover {
  opacity: 0.8;
}
#parts_first_view_front #first_view .__background .top_line {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 1;
}
#parts_first_view_front #first_view .__background .top_line > img {
  width: 100%;
}
#parts_first_view_front #first_view #products_slider_top .swiper-slide {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 45vh;
  min-height: 400px;
  z-index: -1;
  position: relative;
}
#parts_first_view_front #first_view #products_slider_top .swiper-slide.swiper-slide-active {
  z-index: 1;
}
#parts_first_view_front #first_view #products_slider_top .swiper-pagination {
  bottom: 4rem;
}
#parts_first_view_front #first_view #products_slider_top .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #cd9c11;
}
@media only screen and (min-width:480px) {
  html {
    font-size: 16px;
  }
  h2 {
    font-size: 1.3rem;
    margin: 1.3rem 0;
    line-height: 1.3;
  }
  h3 {
    font-size: 1.2rem;
    margin: 1.2rem 0;
    line-height: 1.4;
  }
  #content {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width:768px) {
  h2 {
    font-size: 1.5rem;
    margin: 1.3rem 0;
    line-height: 1.3;
  }
  h3 {
    font-size: 1.3rem;
    margin: 1.3rem 0;
    line-height: 1.3;
  }
  #content {
    padding-top: 3rem;
  }
}
@media only screen and (min-width:1072px) {
  html {
    font-size: 16px;
  }
  td,
th {
    padding: 1rem;
  }
  h2 {
    font-size: 1.6rem;
    margin: 1.3rem 0;
  }
  h3 {
    font-size: 1.4rem;
    margin: 1.4rem 0;
    line-height: 1.2;
  }
  #content {
    padding-top: 4rem;
  }
  #parts_first_view_front #first_view .__background {
    height: 90vh;
    min-height: 700px;
  }
  #parts_first_view_front #first_view .__background .bottom_img {
    width: 15rem;
    bottom: 2.5rem;
    right: 4rem;
  }
  #parts_first_view_front #first_view #products_slider_top .swiper-slide {
    background-attachment: fixed;
    height: 90vh;
    min-height: 700px;
  }
}
@media only screen and (min-width:1264px) {
  html {
    font-size: 16px;
    font-size: 1.05vw;
  }
}
@media only screen and (min-width:1740px) {
  html {
    font-size: 16px;
    font-size: 1.05vw;
  }
}

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

/* 80周年バナー設置 */
     #parts_first_view_front #first_view .__background .anniversary-logo {
position: absolute;
    z-index: 1;
    right: 0;
    bottom: 370px;
    width: 320px;
    margin-right: -170px;
    /* margin-bottom: -100px; */

      }
      @media screen and (max-width: 1071px)  {
       #parts_first_view_front #first_view .__background .anniversary-logo {
        width: 25vw;
    right: 20px;
    margin: 0;
    bottom: 178px;
       }
      }
