@charset "UTF-8";
@media screen and (min-width: 769px) {
  .view--pc {
    display: block !important;
  }
  .view--sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .view--pc {
    display: none !important;
  }
  .view--sp {
    display: block !important;
  }
}
.wrapper .pane-main{
  margin-bottom: 0 !important;
}
.pane-footer .cmn-footer{
  z-index: 10;
}
/*----------------------------------------------------
	.page
----------------------------------------------------*/
.page .inner {
  width: 100%;
  max-width: 1920px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .page .inner {
    width: 90%;
  }
}
.page img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  image-rendering: -webkit-optimize-contrast;
}
.page _:-ms-input-placeholder,
.page img {
  width: 100%;
  vertical-align: middle;
}
.page .ancor {
  margin-top: -90px;
  padding-top: 90px;
}
@media screen and (max-width: 768px) {
  .page .ancor {
    margin-top: -155px;
    padding-top: 155px;
  }
}
@media only screen and (max-width: 960px) {
  .page .ancor {
    margin-top: -129px;
    padding-top: 129px;
  }
}
@media only screen and (max-width: 600px) {
  .page .ancor {
    margin-top: -116px;
    padding-top: 116px;
  }
}
@media only screen and (max-width: 480px) {
  .page .ancor {
    margin-top: -97px;
    padding-top: 97px;
  }
}

/*----------------------------------------------------
	ヘッダー
----------------------------------------------------*/
/*----------------------------------------------------
	フッター
----------------------------------------------------*/
.cmn-header__mainmenu {
  position: relative;
  z-index: 10000;
}

@media screen and (max-width: 768px) {
  .pane-header .cmn-header {
    position: relative;
    z-index: 10000;
  }
}

html {
  scroll-behavior: smooth;
}
html .m-pagetop {
  background: unset;
  background-image: url("img/top-btn.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 55px;
  height: 55px;
  border: none;
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  html .m-pagetop {
    width: 10.4vw;
    height: 10.4vw;
  }
}
html .m-pagetop::after {
  display: none;
}
html .m-pagetopIcon {
  display: none;
}

/*＿＿＿共通クラス＿＿＿*/
*,
*:before,
*:after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-sizing: border-box;
}

.page {
  background-color: #E4E9EC;
  color: #333333;
  min-width: 960px;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "sans-serif";
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .page .anchor {
    margin-top: -50px;
    padding-top: 50px;
  }
}
.page #scrollToTopBtn {
  position: fixed;
  bottom: 10px;
  right: 0;
  z-index: 99;
  border: none;
  outline: none;
  cursor: pointer;
  width: 27.5px;
  height: 27.5px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .page #scrollToTopBtn {
    width: 10.4vw;
    height: 10.4vw;
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page {
    min-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .page {
    min-width: 100%;
  }
}
.page p,
.page span {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "sans-serif";
}
.page a {
  line-height: inherit;
  width: 100%;
  display: block;
}
.page h2,
.page h3,
.page .item-btn a {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "sans-serif";
}
.page .page__inner {
  display: block;
  margin: auto;
  max-width: 1280px;
  position: relative;
}
.page .hidden:hover {
  opacity: 0.7;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.page .loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #E4E9EC;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 99999;
}
@media screen and (max-width: 768px) {
  .page .loading {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.page .loading-completed {
  opacity: 0;
  visibility: hidden;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .page .loading {
    display: none !important;
    opacity: 0;
    visibility: hidden;
  }
}
.page .slick-disabled {
  display: none !important;
}
.page .slick-prev,
.page .slick-next {
  position: absolute;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.page .contents {
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page .contents {
    max-width: 95%;
  }
}
.page .fixed-nav_pc {
  position: fixed;
  left: 0;
  width: 100%;
  background-color: #E4E9EC;
  padding: 4px;
  text-align: center;
  z-index: 7;
}
@media screen and (max-width: 768px) {
  .page .fixed-nav_pc {
    display: none !important;
  }
}
.page .fixed-nav_pc h2 {
  width: 143px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page .fixed-nav_sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .page .fixed-nav_sp {
    display: block !important;
    position: fixed;
    top: 64px;
    left: 0;
    width: 100%;
    background-color: #E4E9EC;
    padding: 4px;
    text-align: center;
    z-index: 100;
    padding: 0.5vw;
  }
}
@media screen and (max-width: 768px) {
  .page .fixed-nav_sp h2 {
    width: 18.6vw;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.page .button-sticky {
  background: #333333;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  position: fixed;
  bottom: 20px;
  left: 30px;
  z-index: 999;
  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;
}
@media screen and (max-width: 768px) {
  .page .button-sticky {
    width: 18.2vw;
    height: 18.2vw;
    top: 20.2vw;
    right: 2.6vw;
    left: unset;
  }
}
.page .button-sticky p {
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page .button-sticky p {
    font-size: 2.7vw;
  }
}
.page .button-sticky .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 14px;
  height: 7px;
  position: absolute;
  bottom: 30px;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
@media screen and (max-width: 768px) {
  .page .button-sticky .arrow {
    width: 1.8vw;
    height: 0.9vw;
    bottom: 1.8vw;
  }
}
.page .more_btn {
  max-width: 500px;
  width: 100%;
  margin: auto;
  background: #333333;
  margin-top: 136px;
}
@media screen and (max-width: 768px) {
  .page .more_btn {
    max-width: 68.1vw;
    margin-top: 21.9vw;
  }
}
.page .more_btn a {
  text-align: center;
  font-size: 24px;
  color: #FFFFFF;
  padding: 23px 0;
}
@media screen and (max-width: 768px) {
  .page .more_btn a {
    font-size: 4.2vw;
  }
}
.page .kv {
  max-width: 100%;
  width: 100%;
  background: none;
}
@media screen and (max-width: 768px) {
  .page .kv {
    margin: 0;
    max-width: 100%;
  }
}
.page .kv__logo {
  max-width: 450px;
  margin: 0 auto 58px;
  position: relative;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .page .kv__logo {
    max-width: 58.6vw;
    margin: 0 auto 3.8vw;
  }
}
.page .kv__heading {
  font-size: 75px;
  font-family: "Figtree", "noto-sans", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "sans-serif";
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page .kv__heading {
    font-size: 7.324vw;
  }
}
@media screen and (max-width: 768px) {
  .page .kv__heading {
    font-size: 5.2vw;
  }
}
.page .kv__heading .sub {
  font-size: 27.5px;
  max-width: 175px;
  background-color: #e45b02;
  width: 100%;
  margin: auto;
  margin-top: 12.5px;
}
@media screen and (max-width: 768px) {
  .page .kv__heading .sub {
    font-size: 7.2vw;
    max-width: 45.6vw;
    margin-top: 3.3vw;
  }
}
.page .kv__desc {
  max-width: 946px;
  margin: auto;
  margin-top: 100px;
  font-size: 21px;
  line-height: 2;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .page .kv__desc {
    font-size: 4.2vw;
    max-width: 75.5vw;
    margin-top: 10.4vw;
  }
}
.page .kv__text {
  text-align: center;
  font-size: 30px;
  color: #ffffff;
  margin-top: 27px;
  background-color: #e45b02;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .page .kv__text {
    font-size: 4.2vw;
    margin-top: 2.9vw;
    display: inline;
    padding: 0;
    line-height: 2;
  }
}
.page .kv__text span {
  font-family: "Figtree", "noto-sans", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "sans-serif";
  vertical-align: baseline;
}
.page .kv__fig {
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page .kv__fig {
    max-width: 87.5vw;
    margin: auto;
    margin-bottom: 2.6vw;
  }
}
@media screen and (max-width: 768px) {
  .page .kv__fig #sidebar img {
    width: 26vw;
  }
}
.page .kv .kv__banner-fixed {
  position: fixed;
  max-width: 960px;
  width: 100%;
  top: 0;
  left: 0;
  margin: auto;
  top: 210px;
}
@media screen and (max-width: 768px) {
  .page .kv .kv__banner-fixed {
    max-width: 87.5vw;
    width: 100%;
    top: calc(32vw + 53px);
  }
}
.page .kv .kv__banner-fixed img {
  position: absolute;
  right: 0;
}
@media screen and (min-width: 769px) {
  .page .kv .kv__banner-fixed img {
    width: 200px;
  }
}
.page .kv__title {
  position: absolute;
  max-width: 343.5px;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
  -webkit-animation: kira 3s infinite;
          animation: kira 3s infinite;
}
@media screen and (min-width: 769px) {
  .page .kv__title {
    top: 115px;
    right: 185px;
  }
}
@media screen and (max-width: 768px) {
  .page .kv__title {
    max-width: 71.6vw;
    top: 33.3vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@-webkit-keyframes kira {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes kira {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.page .kv .slider-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .page .kv .slider-wrapper {
    position: relative;
  }
}
.page .kv .kv__area {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .page .kv .kv__area {
    position: relative;
    margin-top: 10.4vw;
  }
}
@media screen and (min-width: 769px) {
  .page .kv .kv-title {
    margin-top: 16.5px;
  }
}
@media screen and (max-width: 768px) {
  .page .kv .kv-title {
    width: 67.2vw;
    height: 42.3vw;
    position: absolute;
    top: 26%;
    left: 0;
    z-index: 10;
  }
}
.page .kv .kv__area1 li a {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .page .kv .kv__area1 li a {
    -webkit-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
  }
}
@media screen and (max-width: 768px) {
  .page .kv .kv__area1 li a.active {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInOut {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes fadeInOut {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
.page .kv__area1 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
  -webkit-animation: loop-list 30s linear infinite;
          animation: loop-list 30s linear infinite;
  -webkit-transform: translatez(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform, animation;
}
@-webkit-keyframes loop-list {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes loop-list {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.page .kv__area1 li {
  max-width: 222px;
  width: 13.25vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  margin-right: 16px;
}
.page .kv__area1 li img {
  width: 100%;
  height: 100%;
}
.page .kv__area1 li.is-show:before {
  content: "";
  width: 100%;
  height: 100%;
  opacity: 1;
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 1;
}
.page .kv__area1 li:nth-child(4) {
  display: none;
}
.page .kv__area1 li:nth-child(5) {
  display: none;
}
@media screen and (max-width: 768px) {
  .page .kv__area1 li {
    max-width: 57.8vw;
    width: 33.3333333333%;
    margin-bottom: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-right: 4.2vw;
  }
}
.page .kv__area1 li.active {
  background: none;
}
.page .kv__area1 li.active::before {
  opacity: 0;
}
.page .kv__area1 li.active.is-show:before {
  opacity: 1;
  mix-blend-mode: multiply;
}
.page .kv__area1 li.active, .page .kv__area1 li.active ~ li {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .page .kv__banner {
    max-width: 100%;
    margin: 0 auto 0;
  }
}
.page .kv__copy {
  max-width: 880px;
  font-size: 21px;
  text-align: justify;
  letter-spacing: 0.5px;
  line-height: 2;
  margin: 80px auto 100px;
  color: #333333;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .page .kv__copy {
    top: 630px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page .kv__copy {
    max-width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .page .kv__copy {
    max-width: 87.5vw;
    font-size: 4.2vw;
    line-height: 1.6;
    margin: 0 auto 9.8vw;
    letter-spacing: normal;
    font-weight: normal;
  }
}
.page .kv__scroll {
  margin: 100px auto 103px auto;
  margin-bottom: 119px;
}
@media screen and (min-width: 769px) {
  .page .kv__scroll {
    max-width: 103px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .page .kv__scroll {
    max-width: 13.4vw;
    width: 100%;
    margin: 16.7vw auto 35.2vw;
  }
}
.page .kv__logo {
  width: 100%;
  max-width: 100%;
  margin: 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.page .kv__logo h1 {
  max-width: 1920px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page .kv__logo h1 {
    min-width: 190vw;
  }
}
@media screen and (max-width: 768px) {
  .page .kv__logo h1 {
    min-width: 100%;
  }
}
.page .kv__logo h1 img {
  margin: auto;
}
@media screen and (min-width: 769px) {
  .page .styleset ul .item__list--center-right {
    margin: 35px 0 0 auto !important;
  }
}
@media screen and (min-width: 769px) {
  .page .styleset ul .item__list--center-left {
    margin: 35px 0 0 !important;
  }
}
@media screen and (min-width: 769px) {
  .page .styleset .style_slide.row .styling .styling-set .styling-contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (min-width: 769px) {
  .page .styleset .style_slide.row .styling .styling-set .styling-contents .style_item .item__list--text {
    margin: 35px 0 0 auto;
  }
}
.page .bottom {
  top: auto;
  bottom: 0;
  position: absolute;
  right: 0;
  width: 200px;
}
@media screen and (max-width: 768px) {
  .page .bottom {
    width: 26vw;
  }
}
.page .items--02 .style01-info {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.page .items__list .items__item {
  padding-bottom: 112px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page .items__list .items__item {
    padding-bottom: 21.9vw;
  }
}
.page .items__list .items__item:after {
  content: "";
  display: block;
  width: 769px;
  height: 2px;
  background-color: #333333;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .page .items__list .items__item:after {
    width: 68.1vw;
    height: 0.5vw;
  }
}
@media screen and (max-width: 768px) {
  .page .items__list .items__item:nth-child(2) .point::after {
    background-image: url("img/styles/style02-title-sp.png");
  }
}
@media screen and (max-width: 768px) {
  .page .items__list .items__item:nth-child(3) .point::after {
    background-image: url("img/styles/style03-title-sp.png");
  }
}
@media screen and (max-width: 768px) {
  .page .items__list .items__item:nth-child(4) .point::after {
    background-image: url("img/styles/style04-title-sp.png");
  }
}
@media screen and (max-width: 768px) {
  .page .items__list .items__item:nth-child(5) .point::after {
    background-image: url("img/styles/style05-title-sp.png");
  }
}
@media screen and (max-width: 768px) {
  .page .items__list .items__item:nth-child(6) .point::after {
    background-image: url("img/styles/style06-title-sp.png");
  }
}
@media screen and (max-width: 768px) {
  .page .items__list .items__item:nth-child(7) .point::after {
    background-image: url("img/styles/style07-title-sp.png");
  }
}
@media screen and (max-width: 768px) {
  .page .items__list .items__item:nth-child(8) .point::after {
    background-image: url("img/styles/style08-title-sp.png");
  }
}
@media screen and (max-width: 768px) {
  .page .items__list .items__item:nth-child(9) .point::after {
    background-image: url("img/styles/style09-title-sp.png");
  }
}
@media screen and (max-width: 768px) {
  .page .items__list .items__item:nth-child(10) .style01-info__title {
    max-width: 10.5vw;
    height: 26.7vw;
    left: 5.5vw;
  }
}
@media screen and (max-width: 768px) {
  .page .items__list .items__item:nth-child(10) .point::after {
    background-image: url("img/styles/style10-title-sp.png");
    width: 10.5vw;
    height: 26.7vw;
    margin-left: -2.6vw;
  }
}
.page .items__list .items__item:nth-child(n+2) {
  margin-top: 112px;
}
@media screen and (max-width: 768px) {
  .page .items__list .items__item:nth-child(n+2) {
    margin-top: 21.9vw;
  }
}
.page .items__list .items__item:nth-child(even) .style01 {
  right: 4%;
  left: auto;
}
@media screen and (max-width: 768px) {
  .page .items__list .items__item:nth-child(even) .style01 {
    right: 0;
  }
}
.page .items__list .items__item:nth-child(even) .style01-info {
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .page .items__list .items__item:nth-child(even) .style01-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page .items__list .items__item:nth-child(even) .style01-info__img {
  max-width: 51.8%;
  width: 100%;
  margin-top: 9.8%;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .page .items__list .items__item:nth-child(even) .style01-info__img {
    margin: auto;
    margin-bottom: 5.5vw;
    max-width: 65.1vw;
  }
}
.page .items__list .items__item:nth-child(even) .style01-info__data .point__img {
  left: 0;
}
.page .items__list .items__item:nth-child(even) .style01-info__data .point__heading::after {
  left: -22%;
  width: 128%;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .page .items__list .products {
    margin-top: 16.7vw;
  }
}
.page .items__list .products__heading {
  text-align: center;
  font-family: "Figtree", "noto-sans", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "sans-serif";
  font-size: 30px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .page .items__list .products__heading {
    font-size: 7.8vw;
  }
}
.page .items__list .products .item__list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: none;
  margin: auto;
  margin-bottom: 33px;
  position: relative;
  /*変更*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding: none;
  margin: auto;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .page .items__list .products .item__list {
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    padding-left: 8.5vw;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-y: hidden;
    display: -webkit-box;
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    /* Firefox */
  }
  .page .items__list .products .item__list::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
  }
}
.page .items__list .products .item__list li {
  max-width: 100%;
  width: 170px;
  margin-right: 1.1%;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page .items__list .products .item__list li {
    width: 180px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .page .items__list .products .item__list li {
    max-width: 100%;
    width: 52.1vw;
    margin-right: 2.6vw;
    margin-left: 2.6vw;
  }
}
@media screen and (max-width: 768px) {
  .page .items__list .products .item__list li:last-child {
    margin-right: 3vw;
  }
}
.page .items__list .products .item__list li:last-child {
  margin-right: 0;
}
.page .items__list .products .item__list li .item__list__text {
  max-width: 100%;
  width: 100%;
  text-align: center;
  margin: 16px auto 0;
  color: #000;
}
@media screen and (max-width: 768px) {
  .page .items__list .products .item__list li .item__list__text {
    max-width: 51.3vw;
    margin: 0 auto;
  }
}
.page .items__list .products .item__list li .item--name {
  font-family: "Figtree", "noto-sans", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "sans-serif";
  font-size: 25px;
  font-weight: bold;
  color: #E45B02;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page .items__list .products .item__list li .item--name {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .page .items__list .products .item__list li .item--name {
    font-size: 5.7vw;
    margin-top: 4.2vw;
  }
}
.page .items .style {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .page .items .style {
    margin-bottom: 0;
    position: relative;
  }
}
.page .items .style01 {
  position: relative;
  max-width: 1344px;
  width: 100%;
  margin: auto;
  margin-bottom: 88px;
  left: 4%;
}
@media screen and (max-width: 768px) {
  .page .items .style01 {
    max-width: 100%;
    margin-bottom: 0;
    left: 0;
  }
}
.page .items .style01-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 984px;
  width: 74%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .page .items .style01-info {
    max-width: 100%;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page .items .style01-info__img {
  max-width: 100%;
  width: 48.8%;
  margin-top: 9.6%;
  position: static;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .page .items .style01-info__img {
    width: 65.1vw;
    margin: auto;
    margin-bottom: 5.2vw;
  }
}
.page .items .style01-info__data {
  max-width: 100%;
  width: 43.9%;
  position: static;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .page .items .style01-info__data {
    max-width: 84.8vw;
    width: 100%;
    margin: auto;
  }
}
.page .items .style01-info__data .point {
  margin-top: 24%;
  max-width: 424px;
  width: 100%;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .page .items .style01-info__data .point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 10.4vw;
    max-width: 100%;
    position: relative;
  }
}
.page .items .style01-info__data .point .style01-info__title {
  left: 0;
}
.page .items .style01-info__data .point__heading {
  font-size: 30px;
  font-family: "Figtree", "noto-sans", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "sans-serif";
  padding-bottom: 6.4%;
  margin-bottom: 7.6%;
  position: relative;
  font-weight: bold;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page .items .style01-info__data .point__heading {
    font-size: 2.93vw;
  }
}
@media screen and (max-width: 768px) {
  .page .items .style01-info__data .point__heading {
    font-size: 6.3vw;
    margin: auto;
    padding: 2.1vw 0;
    text-align: center;
    border-top: 0.3vw solid #333333;
    border-bottom: 0.3vw solid #333333;
    margin-top: 7.3vw;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .page .items .style01-info__data .point__heading::after {
    content: "";
    display: block;
    max-width: 512px;
    height: 2px;
    background-color: #333333;
    position: absolute;
    width: 128%;
    bottom: 0;
    z-index: 1;
    left: 0;
  }
}
.page .items .style01-info__data .point__text {
  line-height: 2;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page .items .style01-info__data .point__text {
    font-size: 1.563vw;
  }
}
@media screen and (max-width: 768px) {
  .page .items .style01-info__data .point__text {
    font-size: 4.2vw;
    line-height: 1.62;
    margin-top: 5.2vw;
  }
}
.page .items .style01-info__data .point__img {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 23.8%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page .items .style01-info__data .point__img {
    max-width: 65.1vw;
    position: static;
    margin: auto;
  }
}
.page .items .style01-info__title {
  max-width: 100%;
  width: auto;
  margin-bottom: 20.4%;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page .items .style01-info__title {
    font-size: 5.859vw;
  }
}
@media screen and (max-width: 768px) {
  .page .items .style01-info__title {
    position: absolute;
    top: 0;
    left: 5.2vw;
    max-width: 9vw;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .page .items .style01-info__title span {
    font-family: "Figtree", "noto-sans", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "sans-serif";
    font-size: 10.4vw;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
    text-align: center;
  }
}
.page .items .style01-info__heading {
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 8.8%;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  white-space: nowrap;
  line-height: 1.57;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page .items .style01-info__heading {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .page .items .style01-info__heading {
    text-align: center;
    font-size: 5.2vw;
    line-height: 1.5;
    margin-bottom: 5.2vw;
  }
}
.page .items .style01-info__text {
  font-size: 16px;
  line-height: 2;
  font-weight: 400;
  text-align: justify;
  max-width: 424px;
  width: 100%;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page .items .style01-info__text {
    font-size: 1.563vw;
  }
}
@media screen and (max-width: 768px) {
  .page .items .style01-info__text {
    font-size: 4.2vw;
    line-height: 1.62;
    margin-bottom: 16.7vw;
    max-width: 100%;
  }
}
.page .items .style01__button {
  font-size: 27px;
  text-align: center;
  max-width: 150px;
  width: 100%;
  margin: auto;
  background-color: #ffffff;
  color: #B2B8BC;
  border-radius: 50px;
  font-family: "Figtree", "noto-sans", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "sans-serif";
}
@media screen and (max-width: 768px) {
  .page .items .style01__button {
    max-width: 100%;
    font-size: 4.6vw;
    border-radius: 5.2vw;
  }
}
.page .items .style01__button a {
  padding: 5.5px 0;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .page .items .style01__button a {
    padding: 2.9vw 0;
  }
}
@media screen and (min-width: 769px) {
  .page .items .style__gif {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: relative;
  }
}
@media screen and (min-width: 769px) {
  .page .items .style__gif li {
    -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.5);
            box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.5);
    max-width: translateX(640) !important;
    width: 33.3333333333% !important;
    margin-right: 15px;
  }
  .page .items .style__gif li:last-child {
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-right: 0;
  }
}
.page .items .style__gif .slidein-top.slidein,
.page .items .style__gif .slidein-bottom.slidein {
  opacity: 0;
}
.page .items .style__gif .slidein-top.slidein.show,
.page .items .style__gif .slidein-bottom.slidein.show {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.page .items .style__gif .slidein-top.slidein.show .slidein-top,
.page .items .style__gif .slidein-bottom.slidein.show .slidein-top {
  -webkit-animation: slidein-top 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
          animation: slidein-top 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}
@-webkit-keyframes slidein-top {
  0% {
    -webkit-transform: translateY(-500px);
            transform: translateY(-500px);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slidein-top {
  0% {
    -webkit-transform: translateY(-500px);
            transform: translateY(-500px);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.page .items .style__gif .slidein-top.slidein.show .slidein-bottom,
.page .items .style__gif .slidein-bottom.slidein.show .slidein-bottom {
  -webkit-animation: slidein-bottom 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
          animation: slidein-bottom 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}
@-webkit-keyframes slidein-bottom {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slidein-bottom {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (max-width: 768px) {
  .page .items .style__gif-line {
    position: absolute;
    width: 89.6vw;
    height: 139.6vw;
    border: #fff solid 0.7vw;
    top: 2%;
    left: 5.2vw;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
.page .bnr {
  margin-top: 136px;
  margin-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .page .bnr {
    margin-top: 20.8vw;
    margin-bottom: 28.1vw;
  }
}
.page .bnr__insta {
  max-width: 100%;
  width: 696px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page .bnr__insta {
    width: 83.2vw;
  }
}
.page .shop {
  background-color: #fff;
  margin: 0 auto;
  position: relative;
  z-index: 8;
}
.page .shop .shoplist {
  max-width: 367px;
  margin: 0 auto;
  padding: 50px 0;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .page .shop .shoplist {
    max-width: 83.3vw;
    padding: 7.8vw 0;
  }
}
.page .shop .shoplist h3 {
  font-weight: 400;
  font-family: "Figtree", "noto-sans", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "sans-serif";
  font-size: 40px;
  color: #E45B02;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .shop .shoplist h3 {
    font-size: 6.5vw;
  }
}
.page .shop .shoplist ul {
  max-width: 367px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: auto;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .page .shop .shoplist ul {
    max-width: 87.2vw;
  }
}
.page .shop .shoplist ul li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  width: 100%;
}
.page .shop .shoplist ul li ul {
  display: none;
}
.page .shop .shoplist ul li a {
  display: inline-block;
  width: 100%;
  color: #000000;
  font-size: 20px;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .page .shop .shoplist ul li a {
    font-size: 3.5vw;
  }
}
.page .shop .shoplist ul li p {
  display: inline-block;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .page .shop .shoplist ul li p {
    font-size: 3.5vw;
  }
}
.page .shop .shoplist ul li .prefecture {
  color: #E45B02;
  font-size: 20px;
  margin-top: 35px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .page .shop .shoplist ul li .prefecture {
    font-size: 3.5vw;
    margin-top: 4.6vw;
  }
}
.page .shop .shoplist ul li p.name {
  width: 100%;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .page .shop .shoplist ul li p.name {
    font-size: 3.5vw;
  }
}
.page .shop .shoplist ul li p.tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  color: #000;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .page .shop .shoplist ul li p.tel {
    font-size: 3.5vw;
  }
}
.page .shop .shoplist ul.telList li.telList01 {
  margin-top: 40px;
  width: calc(100% - 0vw);
}
@media screen and (max-width: 768px) {
  .page .shop .shoplist ul.telList li.telList01 {
    margin-top: 6.5vw;
  }
}
.page .shop .shoplist ul.telList li.telList01 a.tabu {
  position: relative;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #E45B02;
  text-decoration: none;
  font-weight: bold;
}
.page .shop .shoplist ul.telList li.telList01 a.tabu:after {
  content: "+";
  position: absolute;
  right: 20px;
  text-align: center;
  width: 10%;
  font-weight: bold;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .page .shop .shoplist ul.telList li.telList01 a.tabu:after {
    font-size: 5.2vw;
    width: 4%;
    line-height: 3.3vw;
  }
}
.page .shop .shoplist ul.telList li.telList01 a.open:after {
  content: "-";
  font-weight: bold;
}
.page .shop .shoplist ul.telList li.telList01 ul li {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
}
.page .copy-right {
  width: 100%;
  max-width: 490px;
  margin: 44px auto 0;
}
.page .copy-right-text {
  font-family: "Figtree", "noto-sans", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "sans-serif";
  font-size: 7.5px;
  text-align: right;
  color: #616161;
}
@media screen and (max-width: 768px) {
  .page .copy-right-text {
    font-size: 3.3vw;
    text-align: center;
  }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
  .l-header.l-fixed .m-header-blue .l-header_inner {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
  .l-footer.m-footer .l-footer-inner {
    width: 100%;
  }
}

.page .ajax_area {
  max-width: 190px;
  margin: auto;
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .page .ajax_area {
    max-width: 100%;
    font-size: 3.6vw;
    margin-top: 2.1vw;
  }
}
.page .ajax_area .no_stock {
  font-size: 1.4rem;
}
.page .ajax_area .preset_price_area {
  font-size: 16px;
  text-align: center;
  color: #333;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .page .ajax_area .preset_price_area {
    font-size: 4.2vw;
    margin-top: 2.6vw;
  }
}
.page .ajax_area .stock_exist {
  font-size: 14px;
  width: 100%;
  margin: 10px auto 0;
  border-radius: 5px;
  padding: 9.5px;
  line-height: 1;
  color: #333;
}
.page .ajax_area .stock_exist .static_matrix_list {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .page .ajax_area .stock_exist .static_matrix_list {
    font-size: 3.6vw;
  }
}
@media screen and (max-width: 768px) {
  .page .ajax_area .stock_exist {
    max-width: 100%;
    width: 100%;
    font-size: 3.6vw;
    margin: 2.6vw auto 0;
    padding: 1.6vw 1.7vw;
    line-height: 1.8;
    border-radius: 1.3vw;
    border: 2px solid #bfbfbf;
  }
}
.page .ajax_area .stock_exist:before {
  border: 4px solid transparent;
  border-bottom: 4px solid #444;
}
@media screen and (max-width: 768px) {
  .page .ajax_area .stock_exist:before {
    border: 1vw solid transparent;
    border-bottom: 1.3vw solid #444;
  }
}
.page .ajax_area .stock_exist:after {
  border: 4px solid transparent;
  border-top: 4px solid #444;
}
@media screen and (max-width: 768px) {
  .page .ajax_area .stock_exist:after {
    border: 1vw solid transparent;
    border-top: 1.3vw solid #444;
  }
}
.page .ajax_area a.cartinbtn {
  max-width: 198.5px;
  width: 100%;
  background-color: #e45b02;
  font-size: 14px;
  padding: 10px;
  margin: 10px 0 0;
  line-height: 1.2;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page .ajax_area a.cartinbtn {
    padding: 5px 2px;
  }
}
@media screen and (max-width: 768px) {
  .page .ajax_area a.cartinbtn {
    max-width: 100%;
    width: 100%;
    border-radius: 10px;
    font-size: 3.6vw;
    padding: 2.6vw 1.3vw;
    margin: 2.6vw auto 0;
  }
}
.page .reservation__btn .btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 16px;
  text-align: center;
  color: #616161;
  margin: 20px auto 0;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .page .reservation__btn .btn {
    width: 100%;
    font-size: 4.2vw;
    margin: 3.9vw auto 0;
  }
}
.page .reservation__btn .btn::before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 14px;
  background-image: url(img/hanger_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 5px 0 0;
}
@media screen and (max-width: 768px) {
  .page .reservation__btn .btn::before {
    width: 6.4vw;
    height: 3.9vw;
    margin: 0 1.3vw 0 0;
  }
}
.page .reservation__btn .btn .arrow_right {
  position: absolute;
  right: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}
@media screen and (max-width: 768px) {
  .page .reservation__btn .btn .arrow_right {
    right: 5%;
  }
}
.page .reservation__btn .btn .arrow_right:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid;
  border-color: #000 #000 transparent transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 50%;
}
@media screen and (max-width: 768px) {
  .page .reservation__btn .btn .arrow_right:after {
    width: 1.7vw;
    height: 1.7vw;
  }
}