@charset "UTF-8";

/* ==== color ========================== */
:root {
  --color-black: #333333;
  --color-white: #ffffff;

  --ja: "Noto Sans JP", sans-serif;
  --en: "LINE Seed JP", sans-serif;
}


/*================================================
 *  一般・共通設定
 ================================================*/
html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

body {
  font-weight: 400;
  background: var(--color-white);
  color: var(--color-black);

  font-family: var(--ja);
  font-size: 16px;
  line-height: 1.8;
}



a {
  text-decoration: none;
  transition: all .4s;
}

a:hover {
  opacity: .6;
}

img {
  max-width: 100%;

  display: block;
}

strong {
  font-weight: bold;
}

small {
  font-size: smaller;
}

ul,
ol,
dl {
  margin: 0;
}

ul li {
  list-style: none;
}

ol li {
  list-style: decimal;
}

li {
  margin-left: 0;
}

/* タイトル */


@media screen and (max-width:767px) {}

/*================================================
 *  section btn
 ================================================*/
section {
  position: relative;
  padding-bottom: 20rem;
}

.section {
  padding-top: 10rem;
}

.wrap {
  max-width: 1320px;
  padding: 0 60px;
  margin-left: auto;
  margin-right: auto;
}

.hd {
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  margin-bottom: 4rem;
  color: #000;
  text-transform: uppercase;
}

.hd span {
  display: block;
}

.hd .ja {
  font-weight: 600;
  line-height: 1.5;
}

.hd .en {
  font-family: var(--en);
  font-weight: 700;
  line-height: 1.5;
}

.nmlLink a {
  text-decoration: underline;
  display: inline-block;
  font-family: var(--en);
}


@media screen and (max-width:767px) {
  section {
    position: relative;
    padding-bottom: 14rem;
  }

  .section {
    padding-top: 7rem;
  }

  .wrap {
    padding: 0 20px;
  }
}

/*================================================
 *  header / ヘッダー
 ================================================*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 4rem 3rem;
  background: var(--color-white);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}

.frontPage {
  position: relative;
}

.frontPage header {
  position: absolute;
  top: 56.25vw;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
}

.frontPage header.is-sticky {
  position: fixed;
  top: 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}




.nav_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;

  font-family: var(--en);
}

.nav_menu {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 1.6rem;
  font-size: 1.4rem;
}

.nav_center {
  width: 18%;
  max-width: 280px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 300;
}

.nav_right a {
  display: inline-block;
  padding: 1rem 2rem;
  border: 2px solid;
  font-weight: 700;
  color: #000;
}


@media screen and (max-width:1023px) {
  header {
    padding: 3rem 2rem;
  }

  .frontPage header,
  .frontPage header.is-sticky {
    position: fixed;
    top: 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
  }

  .nav_inner {
    justify-content: start;
  }

  .nav_center {
    position: static;
    width: 20rem;
    transform: translate(0, 0);
  }

  .nav_right {
    display: none;
  }

  .hamburger {
    position: absolute;
    right: 1rem;
    top: 1rem;
    width: 5rem;
    height: 5rem;
    cursor: pointer;
    z-index: 300;
    transition: all .1s ease-out;
  }


  /* line open */
  .hamburger__line {
    position: absolute;
    left: 50%;
    width: 70%;
    height: 0.15rem;
    background-color: var(--color-black);
    transition: all .4s ease-out;
    transform: translateX(-50%);
  }

  .hamburger__line--1 {
    top: 30%;
  }

  .hamburger__line--2 {
    top: 50%;
  }

  .hamburger__line--3 {
    top: 70%;
  }

  /* line close */
  .open_nav .hamburger__line--1 {
    transform: translateX(-50%) rotate(35deg);
    top: 50%;
  }

  .open_nav .hamburger__line--2 {
    width: 0;
    left: 50%;
  }

  .open_nav .hamburger__line--3 {
    transform: translateX(-50%) rotate(-35deg);
    top: 50%;
  }

  /* ハンバーガーメニュー内 */
  nav.global__nav {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgb(255 255 255 / 90%);
    transition: all .3s ease-out;
    z-index: 200;
    overflow-y: scroll;
    padding: 10rem 3rem 0;
    opacity: 0;
    pointer-events: none;
  }

  /* 表示 */
  .open_nav .global__nav {
    opacity: 1;
    pointer-events: fill;
  }

  nav.gnav.global__nav ul {
    display: block;
    position: relative;
  }

  nav.gnav.global__nav ul li {
    margin-top: 3rem;
  }
}


/*================================================
* access
================================================*/
.newsList li {
  margin-top: 3rem;
}

.newsList li a {
  display: flex;
  align-items: center;
  gap: 3rem;
}

.newsList li .thumbnail {
  width: 30%;
  max-width: 20rem;
  border: 1px solid #ccc;
  aspect-ratio: 198/131;
}

.newsList li .thumbnail img {
  overflow: hidden;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.newsTtl {
  width: calc(100% - (30% + 3rem));
}

.newsTtl .date {
  opacity: .6;
}

.newsTtl .ttl {
  font-weight: 500;
  font-size: 2rem;
}

@media screen and (max-width:767px) {
  .newsList li {
    margin-top: 3rem;
  }


  .newsList li a {
    flex-wrap: wrap;
    gap: 1rem;
  }

  .newsList li .thumbnail {
    width: 100%;
    max-width: unset;
  }


  .newsTtl {
    width: 100%;
  }
}


/*================================================
* galleryList
================================================*/
.galleryList {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(4, 1fr);
}

.galleryList a {
  display: block;
  aspect-ratio: 198 / 131;
}

.galleryList a img {
  overflow: hidden;
  object-fit: cover;
  aspect-ratio: 198 / 131;
}

@media screen and (max-width:767px) {
  .galleryList {
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

/*================================================
* topShop
================================================*/
.shop_inner {
  display: flex;
  align-items: center;
  gap: 3rem;
}

.shopImg {
  width: 50%;
}

.shopTxt h3 {
  font-size: 2rem;
  font-weight: 700;
  font-family: var(--en);
}

.shopTxt p {
  margin: 2rem 0
}

@media screen and (max-width:767px) {
  .shop_inner {
    flex-wrap: wrap;
  }

  .shopImg {
    width: 100%;
  }

  .shopTxt {
    width: 100%;
  }


}

/*================================================
* subVisual
================================================*/

#subVisual {
  padding: 20rem 0;
  margin-top: 13rem;
}

#subVisual .hd {
  color: var(--color-white);
  margin-bottom: 0;
  font-size: 3rem;
}

#subVisual.p404 {
  background: url(../images/img_gallery_header_bg.jpg) no-repeat center/cover;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 4rem;
  font-size: 1.4rem;
}

.breadcrumb li:not(:last-child) {
  padding-right: 2.4rem;
  position: relative;
}

.breadcrumb li:not(:last-child)::before {
  position: absolute;
  content: "＞";
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}



@media screen and (max-width:767px) {
  #subVisual {
    margin-top: 8rem;
  }
}

/*================================================
* price
================================================*/

@media screen and (max-width:767px) {}

/*================================================
* access
================================================*/


@media screen and (max-width:767px) {}

/*================================================
* price
================================================*/

@media screen and (max-width:767px) {}

/*================================================
* access
================================================*/


@media screen and (max-width:767px) {}

/*================================================
* price
================================================*/

@media screen and (max-width:767px) {}

/*================================================
* access
================================================*/


@media screen and (max-width:767px) {}

/*================================================
* price
================================================*/

@media screen and (max-width:767px) {}

/*================================================
* access
================================================*/


@media screen and (max-width:767px) {}

/*================================================
* price
================================================*/

@media screen and (max-width:767px) {}

/*================================================
* access
================================================*/


@media screen and (max-width:767px) {}

/*================================================
* price
================================================*/

@media screen and (max-width:767px) {}


/*================================================
 *  footer
 ================================================*/
footer {
  padding: 10rem 0 3rem;
  background: #ededed;
}

.ft_inner {
  display: flex;
  justify-content: space-between;
  font-size: 1.4rem;
}

.ft_left {}

.ft_left a {
  max-width: 20rem;
  display: block;
}

.ft_left p {
  margin-top: 2rem;
}

.ft_menu {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-top: 3rem;
  font-family: var(--en);
}

.ft_menu li img {
  width: 3rem;
}

.ft_menu li {
  display: flex;
  gap: 1rem;
}

footer .copy {
  text-align: center;
  font-size: 1.2rem;
  margin-top: 8rem;
}

@media screen and (max-width:767px) {
  .ft_inner {
    flex-wrap: wrap;

  }

  .ft_left {
    width: 100%;
  }

  .ft_menu {
    width: 100%;
    display: block;
  }

  .ft_menu li {
    margin-top: 2rem;
  }
}