@charset "UTF-8";
/* CSS Document */
/*====================================
変数
====================================*/
/* 色 */
/* breakpoint */
/*====================================
Reset
====================================*/
html {
  width: 100%;
  font-size: 2.41546vw;
  margin-top: 0 !important;
  overflow-x: hidden;
}

@media (min-width: 768px) {
  html {
    font-size: 1.20773vw;
  }
}

@media (min-width: 1024px) {
  html {
    font-size: 62.5%;
  }
}

body {
  min-width: 320px;
  line-height: 1;
  color: #38393C;
  background-color: #FFF;
  font-family: 'Noto Serif JP', 'ヒラギノ明朝 ProN','Hiragino Mincho ProN','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体', serif;
  font-size: 1rem;
  font-weight: 400;
  word-wrap: break-word;
  position: relative;
  z-index: 1;
}
body.ie{
  overflow: hidden;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

img,
input[type="image"] {
  transition: 0.5s;
}

@media (min-width: 1024px) {
  img {
    width: auto;
  }
}

.svg {
  position: relative;
}

.svg svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

a, a div {
  text-decoration: none;
  color: inherit;
  transition: 0.3s all ease;
}

@media (min-width: 1024px) {
  a:not(.nohover):hover,
  a:not(.nohover):hover div,
  a:not(.nohover):hover img {
    opacity: 0.6;
  }
  .hover {
    transition: .3s;
  }
  .hover:hover,
  .hover:hover svg,
  .hover:hover div,
  .hover:hover img {
    opacity: .6;
  }
}

.ti {
  text-indent: -1em;
  padding-left: 1em;
}

a, input {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* ハイライトカラー無効化 */
}

::selection {
  background: rgba(24, 138, 191, 0.5);
}

/*====================================
デバイス別
====================================*/
@media (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tb-none {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .pc-none {
    display: none !important;
  }
}

/*====================================
Common
====================================*/
#wrap {
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.anchor {
  display: block;
  width: 0;
  height: 0;
  margin-top: -10rem;
  padding-top: 10rem;
}

.cmn-width01,
.cmn-width02 {
  width: 35.4rem;
  margin: 0 auto;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .anchor {
    margin-top: -13rem;
    padding-top: 13rem;
  }
  .cmn-width01 {
    width: 70rem;
  }
  .cmn-width02 {
    width: 75rem;
  }
}

@media (min-width: 1024px) {
  .cmn-width01 {
    width: 110rem;
  }
  .cmn-width02 {
    width: 120rem;
  }
}

/* ------------------
 共通タイトル
------------------ */
.cmn-sec__ttl {
  width: 4rem;
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 auto;
  writing-mode: vertical-rl;
}

.cmn-sec__ttl::before, .cmn-sec__ttl::after {
  content: "";
  position: absolute;
}

.cmn-sec__ttl::before {
  width: 100%;
  height: 3.6rem;
  background: url(../img/ttl_deco.png) no-repeat center/contain;
  top: -5.5rem;
  left: 50%;
  transform: translateX(-50%);
  transition-delay: .2s !important;
  transition: .3s ease-in-out;
  opacity: 0;
}

.cmn-sec__ttl::after {
  width: 1px;
  height: 0rem;
  background-color: #0087BA;
  top: 0;
  right: -1rem;
  transition: .5s ease-in-out;
  transition-delay: .6s !important;
}

.cmn-sec__ttl p {
  font-size: 2.4rem;
  letter-spacing: .3em;
  color: #0087BA;
  transition-delay: .4s !important;
}

.cmn-sec__ttl span {
  font-size: 1rem;
  letter-spacing: .4em;
  color: #0087BA;
  display: block;
  position: absolute;
  right: -1.5rem;
  bottom: .5em;
  transform-origin: right;
  transition-delay: 1.2s !important;
}

.cmn-sec__ttl.is--fire::before {
  opacity: 1;
}

.cmn-sec__ttl.is--fire::after {
  height: 7rem;
}

@media (min-width: 768px) {
  .cmn-sec__ttl .icon {
    width: 5rem;
  }
  .cmn-sec__ttl .ttl {
    font-size: 2.8rem;
  }
}

@media (min-width: 1024px) {
  .cmn-sec__ttl {
    margin-bottom: 4.1rem;
  }
  .cmn-sec__ttl .icon {
    width: 6rem;
  }
  .cmn-sec__ttl .ttl {
    font-size: 3.6rem;
  }
}

/* ------------------
 共通テキスト
------------------ */
.cmn-txt {
  font-size: 1.5rem;
  line-height: 2.2;
}

.cmn-txt p:not(:last-of-type) {
  margin-bottom: 2em;
}

/* 文字色 */
.color--white {
  color: #FFF !important;
}

.color--blue {
  color: #0087BA;
}

/* ------------------
 画像をトリミング
------------------ */
.cmn-thumbnail {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
}

.cmn-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-object-fit: cover;
}

/* IE */
.ie .cmn-thumbnail {
  position: relative;
  /* overflow: hidden; */
}

.ie .cmn-thumbnail img {
  width: auto;
  height: 100%;
  max-width: none !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* ホバーで画像がズーム
--------------------------------------*/
@media (min-width: 1024px) {
  .cmn-hoverzoom {
    position: relative;
    overflow: hidden;
  }
  .cmn-hoverzoom img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  a:hover .cmn-hoverzoom img,
  .cmn-hoverzoom:hover img {
    transform: translate(-50%, -50%) scale(1.1);
  }
}

/*===============================
loader ローディング画面
===============================*/
#loading_anim {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9000;
  display: block;
  pointer-events: none;
}

#loading_anim .bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 8999;
  top: 0;
  left: 0;
  display: block;
  background-color: #fff;
  transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition-delay: .3s;
}

#loading_anim .loading_box {
  width: 22.3rem;
  height: 20rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9001;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: .3s;
}

#loading_anim .loading_box .box {
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
}

#loading_anim .loading_box .box1 {
  height: 100%;
  z-index: 9999;
  bottom: 0;
}

.loaded #loading_anim .bg,
.loaded #loading_anim .loading_box {
  opacity: 0;
}

/*====================================
header
====================================*/
/* ヘッダー
---------------------------------------- */
header {
  width: 100%;
  position: relative;
}

@media (min-width: 768px) {
  header .gnav {
    position: absolute;
    top: 3rem;
    right: 10rem;
    z-index: 100;
  }
  header .gnav__menu {
    display: flex;
    flex-direction: row-reverse;
  }
  header .gnav__menu li:not(:last-child) {
    margin-left: 2.8rem;
  }
  header .gnav__menu li .label {
    font-size: 1.6rem;
    text-shadow: 0px 0px 10px rgba(255, 255, 255, 1), 0px 0px 15px rgba(255, 255, 255, 1), 0px 0px 20px rgba(255, 255, 255, 1), 0px 0px 5px rgba(255, 255, 255, 1), 0px 0px 5px rgba(255, 255, 255, 1), 0px 0px 5px rgba(255, 255, 255, 1);
    writing-mode: vertical-rl;
    text-align: left;
    display: inline-block;
    letter-spacing: .3em;
    line-height: 1.3;
  }
  header .gnav__sns {
    display: none;
  }
}

@media (min-width: 1024px) {
  header .gnav__menu li a .label {
    transition: .3s ease-in-out;
  }
  header .gnav__menu li a:hover .label {
    color: #0087BA;
  }
}

/* 追従ヘッダー
---------------------------------------- */
@media (min-width: 768px) {
  .float__gnav {
    width: 100%;
    height: 7rem;
    box-sizing: border-box;
    padding: 2.3rem;
    padding-right: calc((100vw - 75rem) / 2);
    padding-left: calc((100vw - 75rem) / 2);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .float__gnav .gnav {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .float__gnav .gnav__menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .float__gnav .gnav__menu li:not(:last-child) {
    margin-right: 2.5rem;
  }
  .float__gnav .gnav__menu__btn {
    font-size: 1.6rem;
    color: #38393C;
    display: block;
  }
  .float__gnav .gnav__sns {
    display: flex;
    align-items: center;
  }
  .float__gnav .gnav__sns .svg {
    margin-left: 3rem;
    display: block;
  }
  .float__gnav .gnav__sns .svg.v--ig {
    width: 2.4rem;
    height: 2.4rem;
  }
  .float__gnav .gnav__sns .svg.v--fb {
    width: 1.3rem;
    height: 2.4rem;
  }
  .float__gnav .gnav__sns .svg.v--tw {
    width: 3rem;
    height: 2.4rem;
  }
  .float__gnav .gnav__sns .svg .svg__path {
    transition: .3s;
    fill: #38393C;
  }
}

@media (min-width: 1024px) {
  .float__gnav {
    padding-right: calc((100vw - 120rem) / 2);
    padding-left: calc((100vw - 120rem) / 2);
  }
  .float__gnav .gnav .gnav__menu li a .label {
    transition: .3s ease-in-out;
  }
  .float__gnav .gnav .gnav__menu li a:hover .label {
    color: #0087BA;
  }
  .float__gnav .gnav__menu li:not(:last-child) {
    margin-right: 5.8rem;
  }
  .float__gnav .gnav__sns .svg.v--ig {
    width: 2.7rem;
    height: 2.7rem;
  }
  .float__gnav .gnav__sns .svg.v--fb {
    width: 1.4rem;
    height: 2.7rem;
  }
  .float__gnav .gnav__sns .svg.v--tw {
    width: 3.3rem;
    height: 2.7rem;
  }
  .float__gnav .gnav__sns .svg:hover .svg__path {
    fill: #0087BA;
  }
}

/* ハンバーガーボタン
---------------------------------------- */
@media (max-width: 767px) {
  #side {
    position: relative;
  }
  #side .side__btn {
    width: 5rem;
    height: 5rem;
    padding: 1.6rem 1.3rem;
    box-sizing: border-box;
    position: fixed;
    top: 1.5rem;
    right: 1.5rem;
    transition: 0.4s ease-in-out;
    z-index: 999;
  }
  #side .side__btn .side__btn__menu {
    width: 100%;
    height: 100%;
    position: relative;
  }
  #side .side__btn .side__btn__menu span {
    width: 100%;
    height: 2px;
    position: absolute;
    transition: .7s ease-in-out;
    background-color: #38393C;
  }
  #side .side__btn .side__btn__menu span:nth-child(1) {
    top: 0;
  }
  #side .side__btn .side__btn__menu span:nth-child(2) {
    top: 7px;
  }
  #side .side__btn .side__btn__menu span:nth-child(3) {
    bottom: 0;
  }
  #side.on .side__btn .side__btn__menu span {
    background-color: #FFF;
  }
  #side.on .side__btn .side__btn__menu span:nth-child(1) {
    transform: rotate(315deg);
    top: 7px;
  }
  #side.on .side__btn .side__btn__menu span:nth-child(2) {
    transform: rotate(-315deg);
    bottom: 5px;
  }
  #side.on .side__btn .side__btn__menu span:nth-child(3) {
    opacity: 0;
    transition: .3s ease-in-out;
  }
}

/* ハンバーガーメニュー
---------------------------------------- */
@media (max-width: 767px) {
  #side.on .side__inner {
    right: 0;
  }
  #side .side__inner {
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    right: -101%;
    z-index: 900;
    background-color: #0087BA;
    transition: .3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #side .side__inner .side__links {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
  }
  #side .side__inner .side__links li:not(:first-child) {
    margin-right: 3.8rem;
  }
  #side .side__inner .side__links li .side__link {
    display: block;
  }
  #side .side__inner .side__links li .side__link .label {
    font-size: 1.6rem;
    color: #FFF;
    writing-mode: vertical-rl;
    text-align: left;
    display: inline-block;
    letter-spacing: 0.3em;
    line-height: 1.3;
  }
  #side .side__inner .side__sns {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 9.5rem;
  }
  #side .side__inner .side__sns .svg {
    display: block;
    position: relative;
  }
  #side .side__inner .side__sns .svg.v--ig {
    width: 4rem;
    height: 4rem;
    margin-right: 4.3rem;
  }
  #side .side__inner .side__sns .svg.v--fb {
    width: 2rem;
    height: 4rem;
    margin-right: 4.1rem;
  }
  #side .side__inner .side__sns .svg.v--tw {
    width: 4.9rem;
    height: 4rem;
  }
  #side .side__inner .side__sns .svg .svg__path {
    fill: #fff;
    transition: .3s ease-in-out;
  }
}

/* side_gray
-----------------------------------------*/
/*====================================
footer
====================================*/
footer {
  padding-bottom: 10rem;
  position: relative;
}

footer .contact {
  padding: 14.7rem 0 10rem;
}

footer .contact .cmn-sec__ttl {
  margin-bottom: 7.6rem;
}

footer .contact__txt {
  margin: 0 3rem;
}

footer .contact__item {
  margin-top: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .contact__item .icon {
  margin-right: 2rem;
}

footer .contact__item span {
  font-size: 2.6rem;
}

footer .contact__item:nth-child(1) .icon {
  width: 2.6rem;
}

footer .contact__item:nth-child(2) .icon {
  width: 4.7rem;
}

footer .footSNS {
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .footSNS .svg {
  display: block;
}

footer .footSNS .svg.v--ig {
  width: 4rem;
  height: 4rem;
  margin-right: 4.3rem;
}

footer .footSNS .svg.v--fb {
  width: 2rem;
  height: 4rem;
  margin-right: 4.1rem;
}

footer .footSNS .svg.v--tw {
  width: 4.9rem;
  height: 4rem;
}

footer .footSNS .svg .svg__path {
  transition: .3s;
  fill: #38393C;
}

@media (min-width: 1024px) {
  footer .contact__wrap {
    width: 110rem;
    margin: 0 auto;
  }
  footer .contact {
    display: flex;
    justify-content: center;
    padding: 0;
    padding-top: 23.8rem;
  }
  footer .contact .cmn-sec__ttl {
    margin: 0;
    margin-right: 12rem;
  }
  footer .contact__box {
    display: flex;
    align-items: center;
    margin-top: 3.2rem;
  }
  footer .contact__txt {
    margin: 0;
  }
  footer .contact__item {
    margin-top: 0;
    margin-right: 5rem;
  }
  footer .contact__item .icon {
    margin-right: 2rem;
  }
  footer .contact__item span {
    font-size: 2.6rem;
  }
  footer .contact__item:nth-child(1) {
    pointer-events: none;
  }
  footer .footSNS {
    margin-top: 5rem;
    justify-content: flex-end;
  }
  footer .footSNS .svg.v--ig {
    width: 2.7rem;
    height: 2.7rem;
    margin-right: 3rem;
  }
  footer .footSNS .svg.v--fb {
    width: 1.4rem;
    height: 2.7rem;
    margin-right: 3rem;
  }
  footer .footSNS .svg.v--tw {
    width: 3.3rem;
    height: 2.7rem;
  }
  footer .footSNS .svg:hover .svg__path {
    fill: #0087BA;
  }
}

/* TOPに戻る
------------------------------------------------*/
footer .to_top {
  position: fixed;
  right: 3rem;
  bottom: 3rem;
  z-index: 100;
}

footer .to_top a {
  display: inline-block;
  font-size: 1rem;
  position: relative;
}

footer .to_top a::before {
  content: "";
  width: 1px;
  height: 10rem;
  background-color: #38393C;
  position: absolute;
  top: -6rem;
  left: -1.5rem;
  transition: .3s ease-in-out;
}

footer .to_top.is--foot {
  position: absolute;
  bottom: auto;
  top: 28rem;
}

@media (min-width: 768px) {
  footer .to_top.is--foot {
    top: 20rem;
  }
}

@media (min-width: 1024px) {
  footer .to_top.is--foot {
    top: 24rem;
  }
  footer .to_top a:hover::before {
    top: -2rem;
  }
}

/*====================================
ポップアップ
====================================*/
.popup {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  z-index: 9999;
  position: fixed;
  display: none;
  top: 0;
  left: 0;
}

.popup.is--active {
  opacity: 1;
  visibility: inherit;
}

.popup__area {
  width: 90vw;
  max-height: 75vh;
  position: relative;
  overflow-y: auto;
  background-color: #FFF;
  padding: 5rem 3rem 3rem;
  box-sizing: border-box;
  margin: auto;
}

.popup__close {
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 10;
}

.popup__close::before, .popup__close::after {
  content: "";
  width: 80%;
  height: 1px;
  background-color: #38393C;
  position: absolute;
  top: 50%;
  left: 50%;
}

.popup__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.popup__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.popup__img {
  max-width: 100%;
  text-align: center;
}

.popup__img img {
  width: auto;
  max-width: 100%;
}

.popup__ttl {
  margin: 2rem 0 1.5rem;
  font-size: 1.8rem;
}

@media (max-width: 767px) {
  .zoom_popup .popup__inner .popup__img {
    overflow-x: scroll;
    box-sizing: border-box;
  }
  .zoom_popup .popup__inner .popup__img img {
    max-height: 70vh;
  }
}

@media (min-width: 1024px) {
  .popup__area {
    max-width: 1000px;
    max-height: 90vh;
    margin: 0 auto;
    padding: 10rem 17.4rem;
  }
  .popup__close {
    width: 2.5rem;
    height: 2.5rem;
    top: 4rem;
    right: 4rem;
    cursor: pointer;
  }
  .popup__close::before, .popup__close::after {
    width: 100%;
  }
  .popup__img {
    text-align: center;
  }
  .popup__ttl {
    margin: 3rem 0 2rem;
  }
}

/*====================================
 エフェクト
====================================*/
/* スクロールアニメーション
------------------------------------*/
/* フェードイン */
.fadein_y {
  transform: translateY(-15px);
  opacity: 0;
  transition: 0.8s all;
  transition-delay: .4s;
}

.is--fire .fadein_y,
.fadein_y.is--fire {
  transform: translateY(0px) !important;
  opacity: 1 !important;
}

.fadein {
  opacity: 0;
  transition: 0.8s all;
  transition-delay: .4s;
}

.is--fire .fadein,
.fadein.is--fire {
  opacity: 1 !important;
}

/* フェードイン X */
.fadein_x_l {
  transform: translateX(-15px);
  opacity: 0;
  transition: 0.8s all;
}

.fadein_x_r {
  transform: translateX(15px);
  opacity: 0;
  transition: 0.8s all;
}

.is--fire .fadein_x_l,
.fadein_x_l.is--fire,
.is--fire .fadein_x_r,
.fadein_x_r.is--fire {
  transform: translateX(0px) !important;
  opacity: 1;
  transition-delay: .4s;
}

/* 時差 */
.delay1 {
  transition-delay: .6s !important;
}

.delay2 {
  transition-delay: .8s !important;
}

.delay3 {
  transition-delay: 1s !important;
}

.delay4 {
  transition-delay: 1.2s !important;
}

.delay5 {
  transition-delay: 1.4s !important;
}

.delay6 {
  transition-delay: 1.6s !important;
}

/*====================================
 contens
====================================*/
/* 縦書き */
.text-vert {
  writing-mode: vertical-rl;
  text-align: left;
  display: inline-block;
  letter-spacing: .3em;
  line-height: 1.3;
}

#top .main {
  position: relative;
  padding-top: 8rem;
}

#top .main__inner {
  width: 38.4rem;
  margin-right: 0;
  margin-left: auto;
}

#top .main__logo {
  width: 22.3rem;
  position: absolute;
  top: 2.8rem;
  left: 50%;
  transform: translateX(-45%);
  z-index: 10;
}

#top .main__block {
  width: 100%;
  height: 35rem;
  position: relative;
}

#top .main__block__inner {
  width: 100%;
  height: 100%;
}

#top .main__img {
  width: 100%;
  height: 100%;
  background: no-repeat center / cover;
}
#top .main__img1 {
  background-image: url(../img/main_img-sp1.jpg);
}
#top .main__img2 {
  background-image: url(../img/main_img-sp2.jpg);
}
#top .main__img3 {
  background-image: url(../img/main_img-sp3.jpg);
}

#top .main__copyright {
  font-size: 1rem;
  line-height: 2;
  position: absolute;
  left: -2rem;
  bottom: 2rem;
  z-index: 10;
}

#top .main .infoBlc {
  width: 35.4rem;
  padding: 3rem 0;
  background-color: #FFF;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}

#top .main .infoBlc__ttl {
  width: 1em;
  font-size: 1.5rem;
}

#top .main .infoBlc__box {
  width: 30.9rem;
}

#top .main .infoBlc__date {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  #top .main__inner {
    width: 77rem;
  }
  #top .main .infoBlc {
    width: 70rem;
    padding: 3rem 2rem;
  }
  #top .main .infoBlc__box {
    width: 62rem;
  }
}


@media (min-width: 1024px) {
  #top .main {
    padding-top: 9.3rem;
  }
  #top .main__inner {
    width: calc(100% - 10rem);
  }
  #top .main__logo {
    top: 2.8rem;
  }
  #top .main__block {
    height: 80vh;
  }
  #top .main__img1 {
    background-image: url(../img/main_img-pc1.jpg);
  }
  #top .main__img2 {
    background-image: url(../img/main_img-pc2.jpg);
  }
  #top .main__img3 {
    background-image: url(../img/main_img-pc3.jpg);
  }
  #top .main__copyright {
    left: -4rem;
    bottom: 16.4rem;
  }
  #top .main .infoBlc {
    width: 76rem;
    padding: 3rem;
    margin-top: -6.5rem;
    position: relative;
    z-index: 10;
  }
  #top .main .infoBlc__box {
    width: 64rem;
  }
  #top .main .infoBlc__txt:hover {
    text-decoration: underline;
    cursor: pointer;
  }
}

#top .bnr {
  margin-top: 7rem;
  margin-bottom: 10rem;
}

#top .bnr a {
  display: block;
}

@media (max-width: 767px) {
  #top .bnr a:not(:last-child) {
    margin-bottom: 3rem;
  }
}

@media (min-width: 768px) {
  #top .bnr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #top .bnr a {
    width: calc(50% - 1rem);
    margin-bottom: 2rem;
  }
}

#top .feature {
  margin-bottom: 10rem;
}

#top .feature__bg {
  width: 100%;
  height: 50rem;
  background: url(../img/feature_bg.jpg) no-repeat center/cover;
}

#top .feature__inner {
  position: relative;
}

#top .feature__ttl {
  width: 22.8rem;
  margin: -7rem auto 0;
  font-size: 2.4rem;
  line-height: 2.5;
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
}

#top .feature__ttl::before {
  content: "";
  width: 100%;
  height: 20.9rem;
  background: url(../img/feature_deco.png) no-repeat center/contain;
  position: absolute;
  top: -10rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

#top .feature__txt {
  width: 100%;
  line-height: 3.4;
  margin-top: 4rem;
  display: block;
}

@media (min-width: 768px) {
  #top .feature__ttl {
    margin: 0;
    position: absolute;
    top: -15rem;
    right: -2rem;
    font-size: 2rem;
  }
  #top .feature__txt {
    width: 34.3rem;
    margin: 8rem auto 0;
  }
}

@media (min-width: 1024px) {
  #top .feature__inner {
    display: flex;
  }
  #top .feature__ttl {
    width: 28.7rem;
    top: -11.5rem;
    right: 9rem;
    font-size: 2.4rem;
  }
  #top .feature__ttl::before {
    height: 26.2rem;
    top: -12.4rem;
  }
  #top .feature__txt {
    height: 47rem;
  }
}

#top .about {
  position: relative;
  margin-bottom: 16rem;
}

#top .about .cmn-sec__ttl {
  z-index: 10;
}

#top .about .cmn-sec__ttl .white {
  width: 100%;
  height: 8.4rem;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

#top .about .cmn-sec__ttl .white::after {
  content: "白川郷ぷりんの家とは";
  position: absolute;
  bottom: 0;
  left: .34em;
  white-space: pre;
  font-size: 2.4rem;
  letter-spacing: .3em;
  color: #FFF;
  z-index: 1;
}

#top .about .cmn-sec__ttl span {
  color: #FFF;
}

#top .about__list {
  margin-top: -8.4rem;
}

#top .about__item:not(:last-child) {
  margin-bottom: 7rem;
}

#top .about__img {
  width: 100vw;
  height: 30rem;
  margin-left: calc((100vw - 100%) / -2);
  position: relative;
}
#top .about__img span {
  font-size: 1.3rem;
  color: #FFF;
  text-shadow: 0px 0px 4px rgba(76, 94, 73, 1),  0px 0px 10px rgba(76, 94, 73, 1);
  position: absolute;
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  z-index: 10;
}

#top .about__ttl {
  font-size: 1.8rem;
  text-align: center;
  line-height: 2;
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  #top .about .cmn-sec__ttl {
    position: absolute;
    top: 7.2rem;
    right: 9rem;
  }
  #top .about__list {
    margin-top: 0;
    display: flex;
    justify-content: space-between;
  }
  #top .about__item {
    width: calc(100% / 3 - 1.5rem);
  }
  #top .about__item:not(:last-child) {
    margin-bottom: 0;
  }
  #top .about__item:nth-child(2) {
    margin-top: 15rem;
  }
  #top .about__item:nth-child(3) {
    margin-top: 30rem;
  }
  #top .about__img {
    width: 100%;
    height: 50rem;
    margin-left: 0;
  }
  #top .about__ttl {
    font-size: 1.8rem;
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 1024px) {
  #top .about {
    margin-bottom: 9rem;
  }
  #top .about .cmn-sec__ttl {
    top: 7.2rem;
  }
  .ie #top .about .cmn-sec__ttl .white {
    left: .8em;
  }
  #top .about__item {
    width: calc(100% / 3 - 3rem);
  }
  #top .about__img {
    height: 60rem;
  }
}

#top .product {
  position: relative;
  margin-bottom: 14rem;
}

#top .product .cmn-sec__ttl {
  margin-bottom: 2.2rem;
}

#top .product__inner {
  margin-bottom: 9rem;
}

#top .product__catLabel {
  margin-bottom: 2.2rem;
  font-size: 2.4rem;
  padding-left: 3.5rem;
  position: relative;
}

#top .product__catLabel::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}

#top .product__catLabel--pudding::before {
  width: 2.2rem;
  height: 2.6rem;
  background: url(../img/icon_pudding.png) no-repeat center/contain;
}

#top .product__catLabel--ice::before {
  width: 2rem;
  height: 3.3rem;
  background: url(../img/icon_ice.png) no-repeat center/contain;
}

@media (max-width: 767px) {
  #top .product__blc:not(:last-child) {
    margin-bottom: 8rem;
  }
}

#top .product__imgbox {
  width: 100%;
  height: 27rem;
}

#top .product__txtbox {
  margin-top: 2.5rem;
}

#top .product__ttl {
  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 1rem;
}

#top .product__btn {
  margin-top: 4rem;
  position: relative;
  text-align: right;
}

#top .product__btn::before {
  content: "";
  width: 8rem;
  height: 1px;
  background: #38393C;
  position: absolute;
  top: 50%;
  right: 8rem;
  transition: .3s ease-in-out;
  pointer-events: none;
}

#top .product__btn span {
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  #top .product {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  #top .product .cmn-sec__ttl {
    margin: 0;
  }
  #top .product__area {
    width: 85.8%;
    margin-top: 3.5rem;
  }
  #top .product__inner {
    margin-bottom: 8.6rem;
  }
  #top .product__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #top .product__list::after {
    content: "";
    width: calc(100% / 3 - 2rem);
    display: block;
  }
  #top .product__blc {
    width: calc(100% / 3 - 2rem);
    margin-bottom: 5rem;
  }
  #top .product__imgbox {
    height: 14rem;
  }
}

@media (min-width: 1024px) {
  #top .product__list::after {
    width: calc(100% / 3 - 3rem);
  }
  #top .product__blc {
    width: calc(100% / 3 - 3rem);
  }
  #top .product__imgbox {
    height: 23.85rem;
    cursor: pointer;
  }
  #top .product__btn:hover::before {
    right: -1rem;
  }
  #top .product__btn:hover span {
    cursor: pointer;
  }
}

#top .shop {
  margin-bottom: 12rem;
}

#top .shop .cmn-sec__ttl {
  margin-bottom: 7.5rem;
}

#top .shop__img {
  width: 100vw;
  height: 41.4rem;
  margin-left: calc((100vw - 100%) / -2);
}

#top .shop__tbl {
  margin-top: 2rem;
}

#top .shop__tbl tr th, #top .shop__tbl tr td {
  font-size: 1.5rem;
  line-height: 2;
  box-sizing: border-box;
}

#top .shop__tbl tr:not(:last-child) th, #top .shop__tbl tr:not(:last-child) td {
  border-bottom: 1px solid #E4E4E4;
}

#top .shop__tbl tr:nth-child(2) th, #top .shop__tbl tr:nth-child(2) td {
  vertical-align: middle;
}

#top .shop__tbl tr th {
  width: 10rem;
  padding: 2.4rem 0rem 2.4rem 2rem;
}

#top .shop__tbl tr td {
  width: 25rem;
  padding: 2.4rem 2rem 2.4rem 3rem;
}

@media (min-width: 768px) {
  #top .shop .cmn-sec__ttl {
    margin-bottom: 4.8rem;
  }
  #top .shop__blc {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #top .shop__img {
    width: calc((100vw - 100%) / 2 + 35rem);
    height: 40rem;
    margin-left: calc((100vw - 100%) / -2);
  }
  #top .shop__tbl {
    width: 38rem;
    margin-top: 0;
  }
  #top .shop__tbl tr th, #top .shop__tbl tr td {
    vertical-align: middle;
  }
  #top .shop__tbl tr th {
    width: 7rem;
    padding: 1.5rem 0rem 1.5rem 1.5rem;
  }
  #top .shop__tbl tr td {
    width: 20rem;
    padding: 1.5rem 1.5rem 1.5rem 2rem;
  }
}

@media (min-width: 1024px) {
  #top .shop {
    margin-bottom: 20rem;
  }
  #top .shop__img {
    width: calc((100vw - 100%) / 2 + 55rem);
    height: 59.6rem;
  }
  .ie #top .shop__img img{
    width: 100% !important;
    height: auto !important;
  }
  #top .shop__tbl {
    width: 57rem;
  }
  #top .shop__tbl tr th {
    width: 10rem;
    padding: 2rem 0rem 2rem 2rem;
  }
  #top .shop__tbl tr td {
    width: 44.8rem;
    padding: 3.5rem 1.5rem 3.5rem 3rem;
  }
}

#top .news {
  position: relative;
  margin-bottom: 14rem;
}

#top .news .cmn-sec__ttl {
  margin-bottom: 2.2rem;
}

#top .news__blc {
  margin-bottom: 8rem;
}

#top .news__imgbox {
  width: 100%;
  height: 27rem;
}

#top .news__txtbox {
  margin-top: 2.5rem;
}

#top .news__date {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

#top .news__ttl {
  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 1rem;
}

#top .news__btn {
  margin-top: 4rem;
  position: relative;
  text-align: right;
}

#top .news__btn::before {
  content: "";
  width: 8rem;
  height: 1px;
  background: #38393C;
  position: absolute;
  top: 50%;
  right: 8rem;
  transition: .3s ease-in-out;
  pointer-events: none;
}

#top .news__btn span {
  font-size: 1.5rem;
}

#top .news__moreBtn {
  font-size: 1.5rem;
  color: #FFF;
  text-align: center;
  padding: 3rem;
  background-color: #0087BA;
}

@media (min-width: 768px) {
  #top .news {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row-reverse;
  }
  #top .news .cmn-sec__ttl {
    margin: 0;
  }
  #top .news__area {
    width: 85.8%;
    margin-top: 3.5rem;
  }
  #top .news__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #top .news__list::after {
    content: "";
    width: calc(100% / 3 - 2rem);
    display: block;
  }
  #top .news__blc {
    width: calc(100% / 3 - 2rem);
    margin-bottom: 10rem;
  }
  #top .news__imgbox {
    height: 14rem;
  }
  #top .news__moreBtn {
    width: 36rem;
    box-sizing: border-box;
    margin: 0 auto;
    cursor: pointer;
  }
}

@media (min-width: 1024px) {
  #top .news__list::after {
    width: calc(100% / 3 - 3rem);
  }
  #top .news__blc {
    width: calc(100% / 3 - 3rem);
  }
  #top .news__imgbox {
    height: 23.85rem;
    cursor: pointer;
  }
  #top .news__btn:hover::before {
    right: -1rem;
  }
  #top .news__btn:hover span {
    cursor: pointer;
  }
  #top .news__moreBtn {
    transition: .3s ease-in-out;
  }
  #top .news__moreBtn:hover {
    background-color: #38393C;
  }
}

/*====================================
BG
====================================*/
/* foot
------------------------------------*/
.foot__bg {
  width: 100%;
  height: 34.8rem;
  background: url(../img/footer_bg.jpg) no-repeat center/cover;
}

@media (min-width: 1024px) {
  .foot__bg {
    height: 50rem;
  }
}

/* bg
---------------------------------------- */
.gray-bg {
  position: relative;
}

.gray-bg::before {
  content: "";
  width: 100%;
  background: url(../img/about_bg.jpg);
  position: absolute;
  left: 0;
  z-index: -1;
}

.gray-bg1::before {
  height: calc(100% - 62rem - 40rem);
  top: 62rem;
}

.gray-bg2::before {
  height: calc(100% - 45rem);
  top: 45rem;
}

@media (min-width: 1024px) {
  .gray-bg1::before {
    height: calc(100% - 56rem - 50rem);
    top: 56rem;
  }
  .gray-bg2::before {
    height: calc(100% - 28.5rem);
    top: 28.5rem;
  }
}

/*====================================
IE
====================================*/
.ie header .gnav__menu li .label,
.ie .text-vert,
.ie .cmn-sec__ttl {
  writing-mode: tb-rl;
}

.ie .cmn-sec__ttl {
  display: inline-block;
}

.ie .cmn-sec__ttl::before {
  transform: translateX(-30%);
}

.ie .shop .cmn-sec__ttl {
  transform: translateX(28vw);
}

/*新ヘッダー20260818*/
@font-face {/*ZenOldMincho-Medium*/
  font-family: 'zen';
  src: url('../fonts/ZenOldMincho-Medium.otf');
  src:
  url('../fonts/ZenOldMincho-Medium.woff2') format('woff2'),
  url('../fonts/ZenOldMincho-Medium.woff') format('woff'),
  url('../fonts/ZenOldMincho-Medium.otf') format('truetype');
	font-weight: 500;
}

div#f-trigger{position: absolute;left: 0;top:100px;z-index: -20;opacity: 0;}

.fixed div#header{box-shadow: 0 0 3px rgba(0,0,0,0.3);background: #fff;}


div#header{height: 100px;position: fixed;width: 100%;left: 0;top:0;z-index: 101;display: flex;flex-wrap: wrap;align-items: center;box-sizing: border-box;padding: 0 50px;line-height: 2;font-size: 16px;font-family: 'zen','Noto Serif JP', 'ヒラギノ明朝 ProN','Hiragino Mincho ProN','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体', serif;}

div#nav01{width: 60px;height: 24px;position: relative;line-height: 24px;display: flex;flex-wrap: wrap;align-items: center;cursor: pointer;z-index: 110;}

div#nav01 span.lines{width: 15px;height: 6px;position: relative;margin-left:auto;}
div#nav01 span.lines .bar01{width: 100%;height: 1px;background: #000;position: absolute;left: 0;top:0;transition: 0.3s;}
div#nav01 span.lines .bar02{width: 100%;height: 1px;background: #000;position: absolute;left: 0;bottom:0;transition: 0.3s;}


div#nav01.on{color: #fff;}
div#nav01.on span.text{font-size: 0;}
div#nav01.on span.text:before{content:"Close";font-size: 16px;}
div#nav01.on span.lines .bar01{background: #fff;transform: rotateZ(45deg);top:-1px;}
div#nav01.on span.lines .bar02{background: #fff;transform: rotateZ(-45deg);bottom: 5px;}


.nav-bg{background: #0087BA;position: fixed;left: 0;top:0;z-index: 101;width: 100%;height: 100%;display: none;}

.in-nav-list{position: fixed;top:150px;z-index: 105;color: #fff;left: calc(50% - 550px);display: none;}



ul.nav-list02{margin-bottom: 100px;}
ul.nav-list02 > li{margin-bottom: 50px;line-height: 1;}
ul.nav-list02 > li:last-child{margin-bottom: 0;}
ul.nav-list02 > li a{font-size: 32px;}

ul.sns-list01.flex{display: flex;flex-wrap: wrap;margin-bottom: 50px;}
ul.sns-list01.flex > li{width: 30px;margin-right: 6px;}
ul.sns-list01.flex > li img{display: block;}

.translate-btns ul.flex > li.current a{color: #969696;pointer-events: none;}
.translate-btns.translate-btns02{margin-left: 0;font-size: 20px;}
.translate-btns.translate-btns02 ul.flex > li.current a{color: #fff;pointer-events: none;text-decoration: underline;}


div#head-btn01{margin-left: auto;min-width: 190px;height: 42px;background: #0087BA;display: table;transition: 0.3s;}
div#head-btn01 > span{display: table-cell;color: #fff;font-size: 15px;text-align: center;vertical-align: middle;padding: 0 20px;text-decoration: none;cursor: pointer;}
div#head-btn01:hover{opacity: 0.7;}
div#head-insta{margin-left: 40px;}
div#head-insta img{display: block;}
div.translate-btns{margin-left: 35px;}
div.translate-btns ul.flex{display: flex;flex-wrap: wrap;align-items: center;}
div.translate-btns ul.flex > li:after{content:"/";display: inline-block;margin: 0 15px;}
div.translate-btns ul.flex > li:last-child:after{content:none;}

@media (min-width: 769px) and (max-width: 1280px) {
	div#header{padding: 0 30px;}
	div#head-insta{margin-left: 20px;}
	div.translate-btns{margin-left: 20px;}
}


div.mv-logo{display: none;}
@media (max-width: 768px) {
	body{padding-top: 56px;}
	div#header{height: 56px;box-sizing: border-box;padding: 0 20px;}
	div#nav01{margin-left: auto;}
	div#head-btn01{display: none;}
	div#head-insta{display: none;}
	div#header > .translate-btns{display: none;}
	div.mv-logo{width:55px;position: fixed;left: 20px;top:3px;z-index: 102;display: block;}
	.ft-copyright{padding:0 5.33vw 100px;margin-top: 50px;text-align: center;font-size: 12px;}
	.mv-copyright{display: none;}
	.in-nav-list{top:110px;width: 89.34vw;left: 5.33vw;overflow: auto;max-height: calc(100dvh - 140px);}
	ul.nav-list02{margin-bottom: 60px;}
	ul.nav-list02 > li{margin-bottom: 40px;}
	ul.nav-list02 > li:last-child{margin-bottom: 0;}
	ul.nav-list02 > li a{font-size: 32px;}
	ul.sns-list01.flex{margin-bottom: 40px;}
	.translate-btns.translate-btns02{font-size: 20px;}
	
}

