@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
/* Scss Document */
*, body {
  font-family: 'Noto Serif JP', serif;
  margin: 0 0 0 0;
  padding: 0 0 0 0; }

p, h1, h2, h3, h4, h5, h6, ul, li, a, dt, dd, span, address {
  font-size: 1.0rem;
  margin: 0;
  padding: 0; }

p {
  line-height: 1.8; }

a:hover {
  text-decoration: none; }

li {
  list-style: none; }

img {
  max-width: 100%; }

.bt_pagetop {
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 100000px !important; }
  .bt_pagetop a {
    display: block;
    width: 58px;
    height: 104px;
    background: url(../images/pagetop_off.png) no-repeat left top;
    background-size: 58px 104px; }
    .bt_pagetop a img {
      width: 58px;
      height: 104px; }
    .bt_pagetop a:hover {
      background: url(../images/pagetop_on.png) no-repeat left top;
      background-size: 58px 104px; }
      .bt_pagetop a:hover img {
        display: none; }

.fadein {
  opacity: 0;
  transition: all .8s; }

.fadein.active {
  opacity: 1; }

#global-nav.m_fixed {
  left: 0;
  position: fixed;
  top: 0; }

@keyframes animationZoom1 {
  100% {
    transform: scale(1.1); } }
@keyframes animationZoom {
  50% {
    transform: scale(1.1); } }
.slick-slide.zoom {
  animation: animationZoom 24s; }

.heroImages_slider {
  width: 100%;
  height: 600px;
  margin: 0 0 0 0;
  position: relative; }
  .heroImages_slider_container {
    width: 100%;
    height: 600px;
    overflow: hidden;
    position: absolute;
    z-index: 1; }
  .heroImages_slider_area div picture {
    width: 100%;
    height: 600px; }
  .heroImages_slider_logo {
    width: 100%;
    height: 600px;
    position: absolute;
    z-index: 1;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center; }
    .heroImages_slider_logo img {
      width: 200px;
      height: 200px; }
  .heroImages_slider_01 {
    width: 100%;
    height: 600px;
    background: url(../images/slider/img-heroimages_01.jpg) no-repeat center center;
    background-size: cover; }
  .heroImages_slider_02 {
    width: 100%;
    height: 600px;
    background: url(../images/slider/img-heroimages_02.jpg) no-repeat center center;
    background-size: cover; }
  .heroImages_slider_03 {
    width: 100%;
    height: 600px;
    background: url(../images/slider/img-heroimages_03.jpg) no-repeat center center;
    background-size: cover; }
  .heroImages_slider_04 {
    width: 100%;
    height: 600px;
    background: url(../images/slider/img-heroimages_04.jpg) no-repeat center center;
    background-size: cover; }
  .heroImages_slider_05 {
    width: 100%;
    height: 600px;
    background: url(../images/slider/img-heroimages_05.jpg) no-repeat center center;
    background-size: cover; }
  .heroImages_slider_06 {
    width: 100%;
    height: 600px;
    background: url(../images/slider/img-heroimages_06.jpg) no-repeat center center;
    background-size: cover; }

.header {
  width: 100%;
  height: 60px;
  background-color: #FFFFFF;
  z-index: 999999;
  position: fixed;
  top: 0;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between; }
  .headerLogo {
    width: 240px;
    height: 50px;
    margin: 0 0 0 30px; }
    .headerLogo img {
      width: 240px;
      height: auto; }
  .header #global_nav {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 999999; }
    .header #global_nav #global_nav_checkbox {
      display: none; }
    .header #global_nav #global_nav_icon {
      display: inline-block;
      width: 26px;
      height: 26px;
      position: relative;
      cursor: pointer;
      z-index: 999999; }
    .header #global_nav #global_nav_icon span {
      background: #000000;
      border-radius: 2px;
      display: block;
      width: 84%;
      height: 2px;
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -8% 0 0 -42%;
      transition: all 0.3s ease-in-out; }
    .header #global_nav #global_nav_icon span::before, .header #global_nav #global_nav_icon span::after {
      -webkit-transform: rotate(0);
      background: #000000;
      border-radius: 6px;
      content: "";
      display: block;
      height: 100%;
      left: 50%;
      margin: -8% 0 0 -50%;
      position: absolute;
      top: 50%;
      transform: rotate(0);
      transition: all 0.3s ease-in-out;
      width: 100%; }
    .header #global_nav #global_nav_icon span::before {
      margin-top: -38%; }
    .header #global_nav #global_nav_icon span::after {
      margin-top: 28%; }
    .header #global_nav #global_nav_checkbox:checked ~ #global_nav_icon span {
      background: rgba(51, 51, 51, 0); }
    .header #global_nav #global_nav_checkbox:checked ~ #global_nav_icon span::before,
    .header #global_nav #global_nav_checkbox:checked ~ #global_nav_icon span::after {
      content: "";
      display: block;
      height: 100%;
      left: 50%;
      margin: -8% 0 0 -42%;
      position: absolute;
      top: 50%;
      width: 100%; }
    .header #global_nav #global_nav_checkbox:checked ~ #global_nav_icon span::before {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .header #global_nav #global_nav_checkbox:checked ~ #global_nav_icon span::after {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .header #global_nav #global_nav_content {
      overflow: auto;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 40;
      width: 70%;
      max-width: 70%;
      height: 100vh;
      background: #ffffff;
      transition: all 0.3s ease-in-out 0s;
      opacity: 0;
      transform: translateX(-100%);
      display: flex;
      flex-flow: row wrap;
      align-items: center;
      justify-content: center; }
    .header #global_nav #global_nav_checkbox:checked ~ #global_nav_content {
      transform: translateX(0);
      opacity: 1; }
    .header #global_nav #global_nav_close {
      display: none;
      position: fixed;
      z-index: 39;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #000000;
      opacity: 0;
      transition: all 0.3s ease-in-out 0s; }
    .header #global_nav #global_nav_checkbox:checked ~ #global_nav_close {
      display: block;
      opacity: 0.3; }
  .header .global_nav {
    width: 100%; }
    .header .global_nav_logo {
      width: 100px;
      height: 100px;
      background-color: #000000;
      display: flex;
      flex-flow: row wrap;
      align-items: center;
      justify-content: center; }
      .header .global_nav_logo img {
        width: 70px;
        height: auto; }
    .header .global_nav_content {
      width: 100%;
      display: flex;
      flex-flow: row wrap;
      align-items: center;
      justify-content: flex-start; }
      .header .global_nav_content .navMain {
        width: 100%;
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        justify-content: center; }
        .header .global_nav_content .navMain li {
          width: 100%;
          margin: 2em 0 2em 0;
          text-align: center; }
      .header .global_nav_content .navSub {
        width: 30px;
        margin-left: 0;
        margin: 0 auto 5%;
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        justify-content: space-between; }

.section {
  width: 100%;
  max-width: 1000px;
  margin: 5% auto; }

.headArea {
  margin: 3% 0; }
.headTitle {
  width: 140px;
  height: 200px;
  margin: 0 auto; }
.headTxt {
  width: 200px;
  margin: 70px auto;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.8;
  font-size: 1.2rem; }

.bl_mainTxt {
  margin: 0 auto 70px;
  text-align: center; }
.bl_imageGallery {
  margin: 5% 0;
  position: relative;
  width: 100%;
  height: auto; }
  .bl_imageGallery img {
    position: relative;
    width: 100%;
    height: auto;
    margin: 10px 0; }
.bl_banner {
  width: 90%;
  height: 300px;
  margin: 8% auto 8% auto; }
  .bl_banner a {
    display: block;
    width: 100%;
    height: 300px;
    background: url("../images/img-onlinestore_bg.jpg") no-repeat center;
    background-size: cover;
    position: relative;
    color: #E60045; }
    .bl_banner a img {
      width: 150px;
      display: block;
      position: absolute;
      top: 105px;
      left: 0;
      right: 0;
      margin: 0 auto; }
    .bl_banner a p {
      width: 200px;
      position: absolute;
      top: 180px;
      left: 0;
      right: 0;
      margin: 0 auto;
      text-align: center;
      font-weight: bold;
      color: #E60045; }
.bl_address {
  margin: 0 0 3% 0;
  text-align: center;
  line-height: 1.8; }
.bl_map {
  width: 100%; }
  .bl_map iframe {
    width: 100%;
    height: 300px; }

#access.section {
  border-top: 2px solid #000000;
  padding: 5% 0; }

.footer {
  width: 100%;
  background-color: #F2EEE7;
  padding: 3% 0; }
  .footer p {
    text-align: center; }
  .footerLogo {
    width: 230px;
    margin: 0 auto; }

@media (min-width: 426px) and (max-width: 899px) {
  .header #global_nav #global_nav_checkbox:checked ~ #global_nav_close {
    opacity: 0; }
  .header .global_nav_content .navSub {
    margin: 0 auto; } }
@media (min-width: 900px) and (max-width: 1239px) {
  .header {
    position: relative; }
    .headerLogo img {
      width: auto;
      height: 50px; }
    .header #global_nav {
      position: relative;
      top: 0;
      left: 0;
      width: 600px;
      height: 50px; }
      .header #global_nav #global_nav_icon {
        display: none; }
      .header #global_nav #global_nav_icon span {
        transition: none; }
      .header #global_nav #global_nav_icon span::before, .header #global_nav #global_nav_icon span::after {
        -webkit-transform: none;
        transform: none;
        transition: none; }
      .header #global_nav #global_nav_checkbox:checked ~ #global_nav_icon span {
        background: #333333; }
      .header #global_nav #global_nav_checkbox:checked ~ #global_nav_icon span::before {
        -webkit-transform: none;
        transform: none; }
      .header #global_nav #global_nav_checkbox:checked ~ #global_nav_icon span::after {
        -webkit-transform: none;
        transform: none; }
      .header #global_nav #global_nav_content {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        width: 100%;
        max-width: 100%;
        height: 50px;
        background: transparent;
        transition: none;
        transform: none;
        opacity: 1 !important; }
      .header #global_nav #global_nav_checkbox:checked ~ #global_nav_content {
        transform: none;
        display: block; }
      .header #global_nav #global_nav_close {
        transition: none; }
      .header #global_nav #global_nav_checkbox:checked ~ #global_nav_close {
        display: none;
        opacity: 0; }
    .header .global_nav {
      width: 100%; }
      .header .global_nav_logo {
        display: none; }
      .header .global_nav_address {
        display: none; }
      .header .global_nav_content {
        justify-content: space-between; }
        .header .global_nav_content .navMain {
          width: 500px;
          justify-content: flex-start; }
          .header .global_nav_content .navMain li {
            width: 24%;
            margin: 0 0 0 0; }
            .header .global_nav_content .navMain li a {
              font-size: 0.9rem; }
        .header .global_nav_content .navSub {
          width: 30px;
          margin: 0 30px 0 0;
          margin-left: auto;
          padding: 0 0 0 0; }
          .header .global_nav_content .navSub li {
            width: 30px; }

  .bl_mainTxt {
    text-align: center; }
  .bl_imageGallery {
    margin: 5% 0;
    position: relative;
    width: 100%;
    height: 3300px; }
    .bl_imageGallery img {
      position: absolute; }
      .bl_imageGallery img:nth-child(1) {
        width: 491px;
        height: 336px;
        top: 0;
        left: 0; }
      .bl_imageGallery img:nth-child(2) {
        width: 491px;
        height: 691px;
        top: 0;
        right: 0; }
      .bl_imageGallery img:nth-child(3) {
        width: 491px;
        height: 336px;
        top: 356px;
        left: 0; }
      .bl_imageGallery img:nth-child(4) {
        width: 1001px;
        height: 401px;
        top: 711px;
        left: 0; }
      .bl_imageGallery img:nth-child(5) {
        width: 491px;
        height: 351px;
        top: 1132px;
        left: 0; }
      .bl_imageGallery img:nth-child(6) {
        width: 491px;
        height: 351px;
        top: 1132px;
        right: 0; }
      .bl_imageGallery img:nth-child(7) {
        width: 1001px;
        height: 501px;
        top: 1503px;
        left: 0; }
      .bl_imageGallery img:nth-child(8) {
        width: 491px;
        height: 691px;
        top: 2024px;
        left: 0; }
      .bl_imageGallery img:nth-child(9) {
        width: 491px;
        height: 336px;
        top: 2024px;
        right: 0; }
      .bl_imageGallery img:nth-child(10) {
        width: 491px;
        height: 336px;
        top: 2380px;
        right: 0; }
      .bl_imageGallery img:nth-child(11) {
        width: 1001px;
        height: 501px;
        top: 2736px;
        left: 0; }
  .bl_banner {
    width: 100%;
    height: 300px;
    margin: 5% 0 0 0; }
    .bl_banner a {
      display: block;
      width: 100%;
      height: 300px;
      background: url("../images/img-onlinestore_bg.jpg") no-repeat center;
      background-size: 100%;
      position: relative;
      color: #E60045; }
      .bl_banner a img {
        width: 150px;
        display: block;
        position: absolute;
        top: 105px;
        left: 0;
        right: 0;
        margin: 0 auto; }
      .bl_banner a p {
        width: 200px;
        position: absolute;
        top: 180px;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
        font-weight: bold;
        color: #E60045; }
  .bl_address {
    margin: 0 0 3% 0;
    text-align: center; }
  .bl_map {
    width: 100%; }
    .bl_map iframe {
      width: 100%;
      height: 300px; } }
@media (min-width: 1240px) {
  p, h1, h2, h3, h4, h5, h6, ul, li, a, dt, dd, span, address {
    font-size: 14px; }

  .header {
    position: relative; }
    .headerLogo img {
      width: auto;
      height: 50px; }
    .header #global_nav {
      width: 78%;
      height: 50px;
      position: relative;
      top: 0;
      left: 0; }
      .header #global_nav #global_nav_icon {
        display: none; }
      .header #global_nav #global_nav_icon span {
        transition: none; }
      .header #global_nav #global_nav_icon span::before, .header #global_nav #global_nav_icon span::after {
        -webkit-transform: none;
        transform: none;
        transition: none; }
      .header #global_nav #global_nav_checkbox:checked ~ #global_nav_icon span {
        background: #333333; }
      .header #global_nav #global_nav_checkbox:checked ~ #global_nav_icon span::before {
        -webkit-transform: none;
        transform: none; }
      .header #global_nav #global_nav_checkbox:checked ~ #global_nav_icon span::after {
        -webkit-transform: none;
        transform: none; }
      .header #global_nav #global_nav_content {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        width: 100%;
        max-width: 100%;
        height: 50px;
        background: transparent;
        transition: none;
        transform: none;
        opacity: 1 !important; }
      .header #global_nav #global_nav_checkbox:checked ~ #global_nav_content {
        transform: none;
        display: block; }
      .header #global_nav #global_nav_close {
        transition: none; }
      .header #global_nav #global_nav_checkbox:checked ~ #global_nav_close {
        display: none;
        opacity: 0; }
    .header .global_nav_logo {
      display: none; }
    .header .global_nav_address {
      display: none; }
    .header .global_nav_content {
      justify-content: space-between; }
      .header .global_nav_content .navMain {
        width: 500px;
        justify-content: flex-start; }
        .header .global_nav_content .navMain li {
          width: 24%;
          margin: 0 0 0 0; }
      .header .global_nav_content .navSub {
        width: 30px;
        margin: 0 30px 0 0;
        margin-left: auto;
        padding: 0 0 0 0; }
        .header .global_nav_content .navSub li {
          width: 30px; }

  .bl_mainTxt {
    text-align: center; }
  .bl_imageGallery {
    margin: 5% 0;
    position: relative;
    width: 100%;
    height: 3300px; }
    .bl_imageGallery img {
      position: absolute; }
      .bl_imageGallery img:nth-child(1) {
        width: 491px;
        height: 336px;
        top: 0;
        left: 0; }
      .bl_imageGallery img:nth-child(2) {
        width: 491px;
        height: 691px;
        top: 0;
        right: 0; }
      .bl_imageGallery img:nth-child(3) {
        width: 491px;
        height: 336px;
        top: 356px;
        left: 0; }
      .bl_imageGallery img:nth-child(4) {
        width: 1001px;
        height: 401px;
        top: 711px;
        left: 0; }
      .bl_imageGallery img:nth-child(5) {
        width: 491px;
        height: 351px;
        top: 1132px;
        left: 0; }
      .bl_imageGallery img:nth-child(6) {
        width: 491px;
        height: 351px;
        top: 1132px;
        right: 0; }
      .bl_imageGallery img:nth-child(7) {
        width: 1001px;
        height: 501px;
        top: 1503px;
        left: 0; }
      .bl_imageGallery img:nth-child(8) {
        width: 491px;
        height: 691px;
        top: 2024px;
        left: 0; }
      .bl_imageGallery img:nth-child(9) {
        width: 491px;
        height: 336px;
        top: 2024px;
        right: 0; }
      .bl_imageGallery img:nth-child(10) {
        width: 491px;
        height: 336px;
        top: 2380px;
        right: 0; }
      .bl_imageGallery img:nth-child(11) {
        width: 1001px;
        height: 501px;
        top: 2736px;
        left: 0; }
  .bl_banner {
    width: 100%;
    height: 300px;
    margin: 5% 0 0 0; }
    .bl_banner a {
      display: block;
      width: 100%;
      height: 300px;
      background: url("../images/img-onlinestore_bg.jpg") no-repeat center;
      background-size: 100%;
      position: relative;
      color: #E60045; }
      .bl_banner a img {
        width: 150px;
        display: block;
        position: absolute;
        top: 105px;
        left: 0;
        right: 0;
        margin: 0 auto; }
      .bl_banner a p {
        width: 200px;
        position: absolute;
        top: 180px;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
        font-weight: bold;
        color: #E60045; }
  .bl_address {
    margin: 0 0 3% 0;
    text-align: center; }
  .bl_map {
    width: 100%; }
    .bl_map iframe {
      width: 100%;
      height: 300px; } }
