@charset "UTF-8";
/*　最大幅設定　*/
/*　　　home
-------------------------------------*/
.home .site-header .site-header__inner .gnavi-hbg__wrap span::before {
  right: -48px;
}

.home .contents {
  opacity: 0;
  -webkit-transition: 2s;
  transition: 2s;
}

.home .site-footer {
  opacity: 0;
}

.home.on {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
}

.home.open .site-footer {
  opacity: 1;
  position: relative;
  z-index: 40;
}

.opening {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 1s;
  transition: 1s;
}

.opening p {
  font-weight: bold;
  font-size: 2.6rem;
  color: #D81F18;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  height: 156px;
}

.opening p img {
  max-height: 156px;
  width: 52px;
  width: 100%;
  height: auto;
}

.opening p.middle {
  -webkit-filter: blur(6px);
          filter: blur(6px);
}

.opening p.on {
  opacity: 1;
}

.opening.on {
  opacity: 1;
}

.opening.close {
  opacity: 0;
}

.home-main {
  position: relative;
}

.home-main .home-mainimg {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  min-height: 500px;
  overflow: hidden;
}

.home-main .home-mainimg .home_slide .slide-item {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  min-height: 500px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.home-main .catchcopy {
  position: absolute;
  top: 50%;
  left: 120px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}

.home-main .catchcopy .slide-ttl {
  font-size: 4.8rem;
  letter-spacing: .1em;
  margin-bottom: 20px;
  color: #fff;
}

.home-main .catchcopy .slide-txt {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "A1明朝", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  letter-spacing: .04em;
  line-height: 2.0;
}

.home-main .scroll {
  display: inline-block;
  position: absolute;
  right: 60px;
  bottom: 185px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  color: #D81F18;
  font-size: 1.4rem;
}

.home-main .scroll::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 270px;
  height: 1px;
  background-color: #D81F18;
  top: 12px;
  left: 55px;
  -webkit-animation: 4s infinite expansion;
          animation: 4s infinite expansion;
}

@-webkit-keyframes expansion {
  0% {
    width: 0;
    opacity: 1;
  }
  80% {
    width: 270px;
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes expansion {
  0% {
    width: 0;
    opacity: 1;
  }
  80% {
    width: 270px;
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.home-main .play {
  position: absolute;
  z-index: 20;
  left: 50%;
  bottom: 30px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #ffffff;
  font-size: 2rem;
  letter-spacing: .04em;
  background: url(../img/common/arrow_more-white.svg) no-repeat 0 center;
  background-size: 19px 19px;
  padding-left: 35px;
  -webkit-transition: .6s;
  transition: .6s;
}

.home-main .play:hover {
  opacity: 0.6 !important;
}

.home-main .home-news {
  width: 38%;
  max-width: 426px;
  position: absolute;
  left: 0;
  bottom: -1px;
  opacity: 1;
  color: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  padding: 5px;
  border-left: 5px solid #D81F18;
}

.home-main .home-news .news-ttl {
  font-family: "A1明朝", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  width: 150px;
  padding: 6px 15px;
  color: #000;
  border-right: 1px solid #000;
}

.home-main .home-news .news-ttl span {
  font-size: 1rem;
  display: block;
  margin-bottom: 2px;
}

.home-main .home-news .ticker-box {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0 15px 0 25px;
}

.home-main .home-news .ticker-box ul li {
  width: 100%;
  display: none;
}

.home-main .home-news .info-list {
  display: block;
  padding: 3px 0;
  color: #000;
}

.home-main .home-news .info-list .info-date {
  font-size: 1.2rem;
}

.home-main .home-news .info-list .info-ttl {
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.home-main .home-news .info-list:hover {
  -webkit-transition: .6s;
  transition: .6s;
}

.home-main .home-news .info-list:hover:hover {
  opacity: 0.6 !important;
}

@media screen and (max-width: 999px) {
  .home-main .home-mainimg .home_slide .slide-item {
    background-position: left 25% center;
  }
  .home-main .catchcopy {
    left: 40px;
  }
  .home-main .scroll {
    right: 30px;
  }
  .home-main .home-news {
    left: 0;
    width: calc(100% - 80px);
  }
  .home-main .home-news .ticker-box {
    width: 100%;
  }
  .home-main .play {
    bottom: 120px;
  }
}

@media screen and (max-width: 600px) {
  .home-main .home-mainimg .home_slide .slide-item {
    background-position: left 26% center;
  }
  .home-main .catchcopy {
    left: 28px;
  }
  .home-main .catchcopy .slide-ttl {
    font-size: 4rem;
    letter-spacing: .06em;
    margin-bottom: 15px;
  }
  .home-main .catchcopy .slide-txt {
    font-size: 1.4rem;
    line-height: 1.85;
  }
  .home-main .scroll {
    right: 20px;
    bottom: 81px;
  }
  .home-main .scroll::after {
    width: 107px;
    left: 40px;
    -webkit-animation: 4s infinite expansion2;
            animation: 4s infinite expansion2;
  }
  @-webkit-keyframes expansion2 {
    0% {
      width: 0;
      opacity: 1;
    }
    80% {
      width: 107px;
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes expansion2 {
    0% {
      width: 0;
      opacity: 1;
    }
    80% {
      width: 107px;
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  .home-main .play {
    bottom: 120px;
    font-size: 1.6rem;
    background-size: 16px 16px;
    padding-left: 25px;
  }
  .home-main .home-news {
    left: 0;
    bottom: 0;
    width: calc(100% - 60px);
    padding: 10px;
    border-left: 8px solid #D81F18;
  }
  .home-main .home-news .news-ttl {
    width: 82px;
    padding: 6px 20px 6px 10px;
  }
  .home-main .home-news .ticker-box {
    width: calc(90% - 82px);
    margin: 0 0 0 20px;
  }
}

.home-about {
  padding: 70px 0 120px;
  background: url(../img/common/icon_awazi.svg??2022) no-repeat center 70px;
  background-size: 640px 515.01px;
}

.home-about .inner {
  height: 570px;
  margin: 130px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.home-about .inner .vertical {
  margin: 0 auto;
}

@media screen and (max-width: 600px) {
  .home-about {
    padding: 105px 0;
    background-position: center 230px;
    background-size: 403.66px 324.82px;
  }
  .home-about .inner {
    display: block;
    height: auto;
    margin: 0 auto;
  }
}

.home-tradition {
  margin-bottom: 150px;
}

.home-tradition .inner {
  position: relative;
}

.home-tradition .inner::before {
  position: absolute;
  content: "";
  width: 365px;
  height: 357px;
  top: -40px;
  left: -200px;
  background: url(../img/common/icon_plum.svg??2022.04) no-repeat 0 0;
  background-size: 365px 357px;
  z-index: 0;
}

.home-tradition .inner .tradition-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.home-tradition .inner .tradition-menu .menu-box {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.home-tradition .inner .tradition-menu .menu-box .img__wrap .img {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.home-tradition .inner .tradition-menu .menu-box .img__wrap .img:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 92.85714%;
}

.home-tradition .inner .tradition-menu .menu-box .img__wrap .img > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.home-tradition .inner .tradition-menu .menu-box .txt {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.home-tradition .inner .tradition-menu .menu-box .txt .summary {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media screen and (max-width: 600px) {
  .home-tradition {
    margin-bottom: 10px;
  }
  .home-tradition .inner::before {
    width: 192.7px;
    height: 188.49px;
    top: 70px;
    left: -65px;
    background-size: 192.7px 188.49px;
    z-index: 0;
  }
  .home-tradition .inner .tradition-menu {
    display: block;
  }
  .home-tradition .inner .tradition-menu .menu-box {
    width: 100%;
    display: block;
  }
  .home-tradition .inner .tradition-menu .menu-box .img__wrap .img {
    position: relative;
  }
  .home-tradition .inner .tradition-menu .menu-box .img__wrap .img:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 102.20126%;
  }
  .home-tradition .inner .tradition-menu .menu-box .img__wrap .img > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .home-tradition .inner .tradition-menu .menu-box .txt {
    margin: 30px 0;
    display: block;
  }
}

.home-activities .inner-lg {
  position: relative;
}

.home-activities .inner-lg::before {
  position: absolute;
  content: "";
  width: 365px;
  height: 357px;
  top: -230px;
  right: -60px;
  background: url(../img/common/icon_plum.svg??2022.04) no-repeat 0 0;
  background-size: 365px 357px;
  z-index: 0;
}

.home-activities .inner-lg .activities-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 499px;
}

.home-activities .inner-lg .activities-box .img {
  width: 50%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url(../img/index/activities.jpg);
}

.home-activities .inner-lg .activities-box .img:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 77.96875%;
}

.home-activities .inner-lg .activities-box .img > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.home-activities .inner-lg .activities-box .img p {
  font-size: 3.6rem;
  letter-spacing: .1em;
  font-family: "A1明朝", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  text-align: center;
  font-weight: bold;
}

.home-activities .inner-lg .activities-box .txt {
  width: 50%;
  min-height: 500px;
  background-color: #1E1E1F;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home-activities .inner-lg .activities-box .txt .txt__inner {
  max-width: 490px;
  padding: 0 30px;
}

.home-activities .inner-lg .activities-box .txt .txt__inner .ttl01 {
  color: #ffffff;
}

.home-activities .inner-lg .activities-box .txt .txt__inner ul {
  padding: 30px 0 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.home-activities .inner-lg .activities-box .txt .txt__inner ul li {
  margin-bottom: 10px;
  font-weight: 500;
  letter-spacing: 0;
  padding: 2.1px 0 2.1px 38px;
  position: relative;
}

.home-activities .inner-lg .activities-box .txt .txt__inner ul li::before {
  font-size: 1.4rem;
  position: absolute;
  content: "1";
  font-weight: 600;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  top: 0;
  left: 0;
  text-align: center;
}

.home-activities .inner-lg .activities-box .txt .txt__inner ul li:nth-child(2)::before {
  content: "2";
}

.home-activities .inner-lg .activities-box .txt .txt__inner ul li:nth-child(3)::before {
  content: "3";
}

.home-activities .inner-lg .activities-box .txt .txt__inner ul li:nth-child(4)::before {
  content: "4";
}

@media screen and (max-width: 999px) {
  .home-activities .inner-lg .activities-box .img p {
    font-size: 2.8rem;
    letter-spacing: .06em;
  }
}

@media screen and (max-width: 600px) {
  .home-activities .inner-lg::before {
    width: 192.7px;
    height: 188.49px;
    top: -110px;
    right: -65px;
    background-size: 192.7px 188.49px;
    z-index: 0;
  }
  .home-activities .inner-lg .activities-box {
    display: block;
    max-height: 100%;
  }
  .home-activities .inner-lg .activities-box .img {
    width: 100%;
    position: relative;
  }
  .home-activities .inner-lg .activities-box .img:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 77.968%;
  }
  .home-activities .inner-lg .activities-box .img > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .home-activities .inner-lg .activities-box .txt {
    width: 100%;
    min-height: 100%;
    display: block;
  }
  .home-activities .inner-lg .activities-box .txt .txt__inner {
    padding: 28px;
  }
}

.home-onlineshop {
  margin-bottom: 140px;
}

.home-onlineshop .inner-lg .onlineshop-header {
  max-height: 400px;
  position: relative;
  background: url(../img/index/onlineshop.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}

.home-onlineshop .inner-lg .onlineshop-header:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 31.25%;
}

.home-onlineshop .inner-lg .onlineshop-header > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.home-onlineshop .inner-lg .onlineshop-header .ttl01 {
  position: absolute;
  max-width: 1060px;
  padding: 0 40px;
  margin-bottom: 0;
  width: 100%;
  left: 50%;
  top: 27.5%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.home-onlineshop .inner .onlineshop-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -100px;
}

.home-onlineshop .inner .onlineshop-box .post {
  width: 28.6%;
  color: #000000;
  margin-bottom: 70px;
}

.home-onlineshop .inner .onlineshop-box .post div {
  overflow: hidden;
}

.home-onlineshop .inner .onlineshop-box .post div img {
  display: inline-block;
  -webkit-transition: 1s;
  transition: 1s;
}

.home-onlineshop .inner .onlineshop-box .post p {
  text-align: center;
  font-weight: 700;
  margin-top: 15px;
}

.home-onlineshop .inner .onlineshop-box .post:hover div img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.home-onlineshop .inner .btn-std {
  text-align: center;
}

.home-onlineshop .inner .btn-std a {
  margin-top: 0;
}

@media screen and (max-width: 600px) {
  .home-onlineshop {
    margin-bottom: 60px;
  }
  .home-onlineshop .inner-lg .onlineshop-header {
    position: relative;
  }
  .home-onlineshop .inner-lg .onlineshop-header:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 53.33333%;
  }
  .home-onlineshop .inner-lg .onlineshop-header > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .home-onlineshop .inner-lg .onlineshop-header .ttl01 {
    padding: 0 28px;
    top: 35%;
  }
  .home-onlineshop .inner .onlineshop-box {
    margin-top: -20px;
  }
  .home-onlineshop .inner .onlineshop-box .post {
    width: 46.4%;
    margin-bottom: 30px;
  }
  .home-onlineshop .inner .onlineshop-box .post p {
    margin-top: 10px;
  }
}

.home-blog {
  margin-bottom: 140px;
}

.home-blog .inner .ttl01 {
  text-align: center;
  margin-bottom: 70px;
}

.home-blog .inner .blog-list .post {
  margin-bottom: 40px;
}

.home-blog .inner .btn-std {
  text-align: center;
}

.home-blog .inner .btn-std a {
  margin-top: 20px;
}

@media screen and (max-width: 600px) {
  .home-blog {
    margin-bottom: 60px;
  }
  .home-blog .inner .ttl01 {
    margin-bottom: 30px;
  }
  .home-blog .inner .blog-list .post {
    margin-bottom: 0;
  }
  .home-blog .inner .btn-std a {
    margin-top: 0;
  }
}

.home-qa .inner .ttl01 {
  text-align: center;
  margin-bottom: 70px;
}

.home-qa .inner .qa_list {
  border-top: 1px solid #D81F18;
}

.home-qa .inner .qa_list dl {
  padding: 30px 20px 30px 60px;
  border-bottom: 1px solid #D81F18;
}

.home-qa .inner .qa_list dl dt {
  cursor: pointer;
  font-size: 2.2rem;
  color: #1E1E1F;
  font-weight: 500;
  letter-spacing: .04em;
  line-height: 2;
  padding: 0 70px 0 50px;
  position: relative;
}

.home-qa .inner .qa_list dl dt::before {
  content: "Q.";
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Philosopher", sans-serif;
  font-size: 3.6rem;
  line-height: 1.0;
  letter-spacing: .04em;
}

.home-qa .inner .qa_list dl dt::after {
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  background: url(../img/common/icon_open.svg) no-repeat right 0;
  background-size: 22px 22px;
  width: 22px;
  height: 22px;
  -webkit-transition: 1s;
  transition: 1s;
}

.home-qa .inner .qa_list dl dt.active::after {
  background-image: url(../img/common/icon_close.svg);
  background-size: 22px 2px;
  top: 20px;
  width: 22px;
  height: 2px;
}

.home-qa .inner .qa_list dl dt:hover {
  opacity: 0.6 !important;
}

.home-qa .inner .qa_list dl dd {
  display: none;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: .04em;
  line-height: 1.4;
  padding: 5px 70px 5px 50px;
  margin-top: 20px;
  position: relative;
}

.home-qa .inner .qa_list dl dd::before {
  content: "A.";
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Philosopher", sans-serif;
  font-size: 3.6rem;
  line-height: 1.0;
  letter-spacing: .04em;
}

.home-qa .inner .qa_list dl dd .link-txt {
  display: inline-block;
  margin-right: 5px;
}

@media screen and (max-width: 600px) {
  .home-qa .inner .ttl01 {
    margin-bottom: 35px;
  }
  .home-qa .inner .qa_list dl {
    padding: 20px 10px 20px 0;
  }
  .home-qa .inner .qa_list dl dt {
    font-size: 1.8rem;
    line-height: 1.44;
    padding: 0 35px 0 40px;
  }
  .home-qa .inner .qa_list dl dt::before {
    font-size: 3rem;
  }
  .home-qa .inner .qa_list dl dt::after {
    top: 4px;
    background-size: 18px 18px;
    width: 18px;
    height: 18px;
  }
  .home-qa .inner .qa_list dl dt.active::after {
    background-size: 18px 2px;
    top: 12px;
    width: 18px;
  }
  .home-qa .inner .qa_list dl dd {
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 5px 35px 5px 40px;
  }
  .home-qa .inner .qa_list dl dd::before {
    font-size: 3rem;
  }
}

.home .home-news,
.home .home-mainimg,
.home .scroll,
.home .play {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}

.home .site-header__inner {
  opacity: 0;
}

.home .catchcopy {
  opacity: 0;
  -webkit-transition: 1.5s;
  transition: 1.5s;
  -webkit-filter: blur(20px);
          filter: blur(20px);
}

.home.open .home-mainimg {
  opacity: 1;
}

.home.open .contents {
  opacity: 1;
  position: relative;
  z-index: 40;
}

.home.s2 .catchcopy {
  -webkit-filter: blur(0);
          filter: blur(0);
  opacity: 1;
}

.home.s3 .site-header__inner,
.home.s3 .home-news,
.home.s3 .play,
.home.s3 .scroll {
  opacity: 1;
}

.home .slide-animation {
  -webkit-animation: fadezoom 10s 0s forwards;
          animation: fadezoom 10s 0s forwards;
}

@-webkit-keyframes fadezoom {
  0% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes fadezoom {
  0% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/*# sourceMappingURL=index.css.map */