@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;500;600;700&family=Noto+Sans+JP:wght@400;500;600;700&display=swap");

/* ===================================================================
 CSS Document

 file name  : base.css
 style info : Initial Style
=================================================================== */
html {
  overflow-y: scroll;
}

body, div, dl, dt, dd {
  margin: 0;
  padding: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
}

ul li, ol li {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, section, nav, article, aside, hgroup, header, address, figure, figcaption {
  margin: 0;
  padding: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

q:before, q:after {
  content: '';
}

object, embed {
  vertical-align: top;
}

legend {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

img, abbr, acronym, fieldset {
  border: 0;
}

img {
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}

ul li, ol li {
  list-style-type: none;
}

a, button, input, textarea {
  outline: none;
}

img {
  box-shadow: #000 0 0 0;
}

x:-moz-any-link, x:default {
  box-shadow: #000 0 0 0;
}

a {
  color: #000;
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

html {
  font: 62.5%/1.231 "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: Normal;
}

body {
  font-size: 1.0rem;
  letter-spacing: -0.001em;
  -webkit-text-size-adjust: 100%;
}

select, input, button, textarea, table {
  font: 1rem "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

pre, code, kbd, samp, tt {
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1;
}

img {
  max-width: 100%;
  height: auto;
}

body {
  overflow: hidden;
}

img,
svg {
  pointer-events: none;
}

body {
  color: #505050;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
}

body .text-white {
  color: #fff;
}

body .text-red {
  color: #C61414;
}

body .bold {
  font-weight: bold;
}

body .link-underline {
  border-bottom: solid 1px #505050;
}

main {
  position: relative;
}

.content-lyt {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 50px;
}

.asterisk_text {
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
}

.move-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  line-height: 1em;
  padding: 0 45px 0 95px;
  height: 72px;
}

.move-btn__text {
  font-size: 1.6rem;
  font-weight: 500;
}

.move-btn::before {
  content: '→';
  position: absolute;
  left: 0;
  border: solid 1px #505050;
  width: 72px;
  height: 72px;
  padding: 28px;
  border-radius: 36px;
  box-sizing: border-box;
  /*アニメーションの指定*/
  transition: .3s ease-out;
}

.move-btn:hover::before, .move-btn:focus::before {
  width: 100%;
}

.bottom-content {
  display: flex;
  flex-wrap: wrap;
  bottom: 0;
  width: 100%;
  padding: 0 80px 16px;
}

.breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
}

.breadcrumb-list__item {
  color: #D8D8D8;
}

.breadcrumb-list__item + .breadcrumb-list__item {
  position: relative;
  margin-left: 20px;
}

.breadcrumb-list__item + .breadcrumb-list__item::before {
  content: '';
  width: 6px;
  height: 6px;
  border-top: solid 1px #D8D8D8;
  border-right: solid 1px #D8D8D8;
  position: absolute;
  left: -16px;
  top: 5px;
  transform: rotate(45deg);
}

.breadcrumb-list__link {
  color: #505050;
}

.page-top {
  margin-left: auto;
}

.page-top__text {
  font-size: 13px;
  font-family: "Noto Sans JP", sans-serif;
  color: #505050;
  position: relative;
  display: flex;
  justify-content: center;
  font-weight: 500;
}

.page-top__text::before {
  content: "";
  position: absolute;
  top: -1.25em;
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 1px solid #505050;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(25%) rotate(-45deg);
}

.under-firstview-nav {
  padding: 108px 0 120px;
}

.under-firstview-nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.under-firstview-nav-list__item {
  flex-basis: 280px;
  position: relative;
}

.under-firstview-nav-list__item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 126px;
  height: 1px;
  background-color: #505050;
}

.under-firstview-nav-list__item + .under-firstview-nav-list__item {
  margin-left: 40px;
}

.under-firstview-nav-list__link {
  display: flex;
  flex-wrap: wrap;
  height: 96px;
  padding: 24px 0;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  justify-content: center;
  align-items: flex-end;
}

.under-firstview-nav-list__link::before, .under-firstview-nav-list__link::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
}

.under-firstview-nav-list__link::before {
  left: 0;
  width: 10px;
  height: 10px;
  border: 1px solid #505050;
  border-right: 0;
  border-top: 0;
  box-sizing: border-box;
  transform: translateY(25%) rotate(-45deg);
  margin: 0 auto;
}

.under-firstview-nav-list__link::after {
  width: 126px;
  height: 1px;
  background-color: #505050;
}

.underlayer-table-lyt-supplement-text {
  font-size: 1.2rem;
  margin-top: 1em;
  display: none;
  width: 100%;
}

.underlayer-table {
  width: 100%;
  border-collapse: collapse;
  border: solid 1px #D3D3D3;
  text-align: center;
  font-size: 1.4rem;
}

.underlayer-table__thead {
  background-color: #F8F8F8;
}

.underlayer-table__tr td:first-of-type:not(.is-fw-normal) {
  font-weight: 500;
}

.underlayer-table__th, .underlayer-table__td {
  border: solid 1px #D3D3D3;
}

.underlayer-table__th {
  padding: 10px 0;
  text-align: center;
  font-weight: 500;
}

.underlayer-table__td {
  padding: 18px 0;
}

.half .underlayer-table {
  width: 414px;
  flex-shrink: 0;
}

.half .underlayer-table__th {
  padding: 10px 28px;
}

.half .underlayer-table__td {
  padding: 10px 0;
}

.evenly .underlayer-table__td {
  text-align: left;
  padding: 30px 24px;
}

.underlayer-header {
  margin-bottom: 80px !important;
}

.underlayer-header #header {
  height: 80px;
  padding: 0 30px;
}

.l-contents, .l-contents-narrow {
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5%;
  padding-left: 5%;
}

.l-contents-narrow {
  max-width: 1140px;
}

.l-contents-fluid {
  max-width: 100%;
}

.l-contents-wide {
  padding-right: 5%;
  padding-left: 5%;
}

.footer {
  width: 100%;
  aspect-ratio: 700/243;
  background: url(../img/bg_footer.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.footer__logo {
  margin-right: 160px;
}

.footer__copyright {
  margin-top: auto;
  margin-bottom: 24px;
}

.footer-nav-lyt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: auto;
  width: 100%;
  max-width: 1080px;
  justify-content: center;
}

.footer-nav-lyt__inner {
  display: flex;
  flex-direction: column;
}

.footer-nav {
  margin-bottom: 60px;
}

.footer-nav__list {
  display: flex;
  flex-wrap: wrap;
}

.footer-nav__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 40px;
  padding: 0 40px;
  border-right: solid 1px #fff;
  position: relative;
}

.footer-nav__item:first-of-type {
  border-left: solid 1px #fff;
}

.footer-nav__link {
  font-size: 1.4rem;
  color: #fff;
}

.footer-sns-nav__list {
  display: flex;
}

.footer-sns-nav-list__item + .footer-sns-nav-list__item {
  margin-left: 40px;
}

.footer-copyright {
  display: flex;
  align-items: baseline;
  position: relative;
  width: 100%;
  max-width: 1080px;
  margin: auto 0 25px;
}

.footer-copyright__text {
  color: #fff;
  margin: 0 auto;
}

.footer-copyright__image {
  position: absolute;
  right: 0;
  bottom: 0;
}

.footer-copyright__image img {
  display: block;
}

.header {
  width: 100%;
  max-height: 100vh;
  margin-bottom: 160px;
}

.header__container {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  z-index: 2;
}

.header-logo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  z-index: 2;
}

.header-logo__image-toli {
  margin-right: 25px;
}

.header-logo__image-LVT {
  margin-right: 32px;
}

.header-logo__image-text {
  color: #fff;
}

.header-logo__image-text br {
  display: none;
}

.header-logo__image a {
  display: block;
}

.hamburger-menu {
  display: none;
  position: fixed;
  top: 0.5em;
  right: 0.5em;
  background: #fff;
  cursor: pointer;
  width: 48px;
  height: 48px;
  border-radius: 24px;
  z-index: 2;
}

.hamburger-menu span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 16px;
  border-radius: 2px;
  background: #836450;
  width: 16px;
  height: 1px;
}

.hamburger-menu span:nth-of-type(1) {
  top: 17px;
}

.hamburger-menu span:nth-of-type(2) {
  top: 23px;
}

.hamburger-menu span:nth-of-type(3) {
  top: 29px;
}

.active.hamburger-menu {
  background: rgba(255, 255, 255, 0) !important;
}

.active.hamburger-menu span {
  background: #fff;
}

.active.hamburger-menu span:nth-of-type(1) {
  top: 17px;
  left: 16px;
  transform: translateY(6px) rotate(-45deg);
}

.active.hamburger-menu span:nth-of-type(2) {
  opacity: 0;
}

.active.hamburger-menu span:nth-of-type(3) {
  top: 29px;
  left: 16px;
  transform: translateY(-6px) rotate(45deg);
}

.header-nav {
  margin-left: auto;
}

.header-nav__list {
  display: flex;
  flex-wrap: wrap;
}

.header-nav__item + .header-nav__item {
  margin-left: 50px;
}

.header-nav__link {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  color: #fff;
}

.nav-fixed {
  position: fixed;
  top: 0;
  z-index: 4;
}

.nav-fixed .hamburger-menu {
  background: #836450;
}

.nav-fixed .hamburger-menu span {
  background: #fff;
}

.nav-fixed .header-nav__link {
  color: #505050;
}

.nav-fixed .header-logo__image-text {
  color: #505050;
}

.nav-fixed-decoration {
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.firstview {
  position: relative;
  z-index: 1;
  overflow: hidden;
  aspect-ratio: 175/103;
  width: 100%;
  max-height: 100vh;
}

.firstview-item {
  position: absolute;
  aspect-ratio: 175/103;
  width: 100vw;
  height: auto;
  top: 0;
  bottom: 0;
  max-height: 100vh;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.firstview-slider {
  width: 100%;
  overflow: hidden;
  position: absolute;
  height: 100vh;
}

.firstview-slider__image {
  width: 100%;
  height: auto;
}

.firstview-slider__item img {
  width: 100%;
  height: auto;
}

.slick-animation {
  animation: fadezoom 15s 0s linear;
}

@keyframes fadezoom {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.count-nav {
  position: absolute;
  left: 40px;
  bottom: 40px;
  width: 64px;
  height: 64px;
}

.count-nav__text {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  color: #fff;
}

.numerator {
  position: absolute;
  left: 0;
  top: 0;
}

.denominator {
  position: absolute;
  right: 0;
  bottom: 0;
}

.denominator::before {
  content: "";
  display: block;
  background: #fff;
  width: 1px;
  height: 90px;
  transform: rotate(45deg);
  position: absolute;
  bottom: -13px;
  left: -10px;
}

.firstview-logo-lyt {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.firstview-logo-lyt__text {
  font-size: 1.4rem;
  color: #fff;
  font-weight: 500;
}

.firstview-logo-lyt__text-lyt {
  margin-bottom: 30px;
}

.firstview-logo-lyt__text-lyt span {
  opacity: 0;
  position: absolute;
  top: 0;
}

.firstview-logo-lyt__logo {
  margin-bottom: 64px;
}

.firstview-logo-lyt__scroll-container {
  position: relative;
}

.scroll-container {
  text-align: center;
  height: 86px;
}

.scroll-container__text {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
}

.scroll-container::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 18px;
  bottom: 0px;
  width: 1px;
  height: 40px;
  background: #fff;
  animation: linemove 1.3s infinite;
}

@keyframes linemove {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

.store-button {
  width: 120px;
  height: 120px;
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 3;
  transition: all  1s ease;
}

.store-button-black .store-svg-circle {
  stroke: #836450;
  fill: #836450;
}

.store-button-black .store-svg-text {
  fill: #fff;
}

.store-button-black .store-svg-icon-1 {
  fill: #fff;
  stroke: #fff;
}

.store-button-black .store-svg-icon-2 {
  stroke: #fff;
}

.store-button-black .store-svg-icon-3 {
  stroke: #fff;
}

.store-button-black .store-svg-icon-4 {
  stroke: #fff;
}

.ttl-line {
  line-height: initial;
  display: flex;
  align-items: center;
}

.ttl-line__text {
  color: #505050;
}

.ttl-line__text-en {
  font-size: 6rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  padding-right: 40px;
  border-right: 1px solid #505050;
  flex-shrink: 0;
}

.ttl-line__text-jp {
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  padding-left: 40px;
}

.ttl-two-line {
  line-height: initial;
  display: flex;
  align-items: center;
}

.ttl-two-line__left-box {
  display: flex;
  flex-direction: column;
  padding: 10px 122px 10px 0;
  border-right: 1px solid #505050;
  flex-shrink: 0;
}

.ttl-two-line__text-en {
  font-size: 6rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  margin-bottom: 24px;
}

.ttl-two-line__text-jp {
  font-size: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.ttl-two-line__text-lead {
  font-size: 1.4rem;
  padding: 0 120px;
}

.ttl-line-min {
  line-height: initial;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.ttl-line-min__text-en {
  font-size: 6rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  padding-right: 40px;
  border-right: 1px solid #505050;
}

.ttl-line-min__text-jp {
  font-size: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  padding-left: 40px;
}

.ttl-min {
  font-size: 4rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  color: #505050;
}

.ttl-min-sub {
  display: flex;
  align-items: baseline;
}

.ttl-min-sub__text {
  margin-left: 40px;
}

.underlayer-ttl {
  line-height: initial;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  aspect-ratio: 35/8;
}

.underlayer-ttl-lineup {
  background-image: url(../img/lineup/bg_ttl_lineup.jpg?version=231114);
}

.underlayer-ttl-method {
  background-image: url(../img/method/bg_ttl_method.jpg?version=231114);
}

.underlayer-ttl__inner {
  width: 950px;
}

.underlayer-ttl__text {
  color: #fff;
}

.underlayer-ttl__text + .underlayer-ttl__text {
  margin-top: 8px;
}

.underlayer-ttl__text-en {
  font-size: 6rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
}

.underlayer-ttl__text-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
}

.underlayer-ttl-min {
  color: #505050;
  font-size: 6rem;
  font-weight: 600;
  font-family: "Josefin Sans", sans-serif;
  text-align: center;
}

.underlayer-ttl-bottom-line {
  padding-bottom: 24px;
  font-size: 2rem;
  font-weight: 500;
  position: relative;
  overflow: hidden;
}

.underlayer-ttl-bottom-line:before, .underlayer-ttl-bottom-line:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
}

.underlayer-ttl-bottom-line:before {
  background: #505050;
}

.underlayer-ttl-bottom-line:after {
  background: #D3D3D3;
}

.accordion-btn-ttl {
  cursor: pointer;
  display: flex;
  align-items: center;
  height: 80px;
  padding: 28px 40px;
  background: #F8F8F8;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}

.accordion-btn-ttl h3 {
  font-weight: 500;
}

.accordion-btn-icon {
  position: absolute;
  right: 40px;
  width: 40px;
  height: 40px;
  border: solid 1px #505050;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.accordion-btn-icon::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 1px solid #505050;
  border-left: 0;
  border-bottom: 0;
  transform: translateY(-25%) rotate(135deg);
}

.open .accordion-btn-icon::before {
  transform: translateY(25%) rotate(-45deg);
}

.pitafi-productinfo-accordion {
  display: none;
}

/*
.pitafi-productinfo-accordion{
  //height: 0px;
  overflow: hidden;
}
.open.pitafi-productinfo-accordion{
  height: 100%;
  transition: all 0.5s ease 0s;
}
*/
.underlayer-table-ttl {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}

.underlayer-table-ttl__text {
  font-size: 1.6rem;
  font-weight: 500;
}

.underlayer-table-ttl__text-min {
  font-size: 1.2rem;
  margin-left: auto;
  font-weight: 400;
}

.bg-color-ttl {
  display: flex;
  font-size: 1.6rem;
  font-weight: 500;
  width: 100%;
  background: #F8F8F8;
}

.bg-color-ttl__text {
  display: block;
  padding: 8px 24px;
  font-weight: 500;
}

.bg-color-ttl__text-point {
  background: #F0F0F0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@media screen and (min-width: 1080px) {
  html {
    margin: 0;
  }
  a:hover {
    text-decoration: none;
  }
  html {
    margin: 0;
  }
  a[href^=tel]:hover {
    opacity: 1;
  }
  .pc-none {
    display: none;
  }
  html {
    margin: 0;
  }
  .l-contents, .l-contents-narrow {
    padding-right: 20px;
    padding-left: 20px;
  }
  .l-contents-wide {
    display: flex;
    flex-direction: row-reverse;
    padding-right: 20px;
    padding-left: 20px;
  }
  .header-nav {
    display: block !important;
  }
}

@media screen and (max-width: 1080px) {
  html {
    margin: 0;
  }
  html {
    margin: 0;
  }
  .under-firstview-nav {
    padding: 2em 0 4em;
  }
  .under-firstview-nav-list {
    width: 560px;
    margin: 0 auto;
  }
  .under-firstview-nav-list__item {
    flex-basis: 560px;
  }
  .under-firstview-nav-list__item::before {
    width: 252px;
  }
  .under-firstview-nav-list__item + .under-firstview-nav-list__item {
    margin-left: 0;
    margin-top: 1em;
  }
  .under-firstview-nav-list__link::after {
    width: 252px;
  }
  .underlayer-table-lyt {
    overflow-y: auto;
  }
  .underlayer-table-lyt-supplement-text {
    display: block;
  }
  .underlayer-table-lyt-supplement-text-min {
    display: none;
  }
  .underlayer-table {
    width: 910px;
  }
  html {
    margin: 0;
  }
  .footer {
    aspect-ratio: inherit;
    background: url(../img/bg_footer_sp.jpg);
    background-repeat: no-repeat;
    padding: 8em 0 0;
    background-size: cover;
  }
  .footer__logo {
    width: 50%;
    margin-right: 0;
    margin-bottom: 4em;
    text-align: center;
  }
  .footer-nav-lyt {
    flex-direction: column;
  }
  .footer-nav-lyt__inner {
    margin-bottom: 8em;
  }
  .footer-nav {
    margin-bottom: 2em;
  }
  .footer-nav__list {
    align-items: center;
    flex-direction: column;
  }
  .footer-nav__item {
    border: none;
    text-align: center;
    height: inherit;
    justify-content: center;
  }
  .footer-nav__item + .footer-nav__item {
    padding: 4em 0 0;
  }
  .footer-nav__item + .footer-nav__item::before {
    content: "";
    width: 16px;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 42px;
  }
  .footer-nav__item:first-of-type {
    border: none;
  }
  .footer-copyright {
    width: initial;
  }
  .footer-copyright__image {
    top: -4em;
    bottom: initial;
  }
  .header-logo__image-text br {
    display: block;
  }
  .firstview {
    aspect-ratio: inherit;
    max-height: 100vh;
  }
  .firstview-item {
    aspect-ratio: inherit;
  }
  .ttl-two-line {
    display: inherit;
  }
  .ttl-two-line__left-box {
    margin: 0 0 0.25em 0;
    padding: 10px 0;
    border: none;
  }
  .ttl-two-line__text-en {
    margin-bottom: 0.25em;
  }
  .ttl-two-line__text-lead {
    padding: 0;
  }
  .ttl-two-line__text-lead br {
    display: none;
  }
  .underlayer-ttl__inner {
    width: 100%;
    padding-left: 8em;
  }
}

@media screen and (max-width: 931px) {
  html {
    margin: 0;
  }
  html {
    margin: 0;
  }
  .content-lyt {
    width: 90%;
    padding: 0;
  }
  .move-btn {
    width: 60%;
    padding: 0 2em;
    height: inherit;
    text-align: center;
  }
  .move-btn::before {
    content: '';
    width: 100%;
    height: inherit;
    padding: 2em;
  }
  .bottom-content {
    width: 90%;
    margin: 0 auto;
    padding: 0 0 1em;
  }
  .under-firstview-nav-list__link {
    padding: 1em 0;
    height: inherit;
  }
  .underlayer-table {
    width: 900px;
  }
  .underlayer-header {
    margin-bottom: 62px !important;
  }
  .underlayer-header #header {
    height: 62px;
    padding: 0;
  }
  html {
    margin: 0;
  }
  #top .footer-copyright {
    padding-bottom: 6em;
  }
  .header {
    margin-bottom: 6em;
  }
  .header__container {
    padding: 0;
    height: 4.5em;
  }
  .header-logo {
    position: fixed;
    top: 1em;
    left: 1em;
  }
  .header-logo__image-toli {
    width: 48px;
    margin-right: 1em;
  }
  .header-logo__image-LVT {
    width: 48px;
    margin-right: 1.25em;
  }
  .hamburger-menu {
    display: block;
    margin-left: auto;
  }
  .header-nav__list {
    display: none;
  }
  .header-nav__item {
    width: 90%;
    text-align: center;
  }
  .header-nav__item + .header-nav__item {
    margin-left: 0;
    border-top: solid 1px #fff;
  }
  .header-nav__link {
    font-size: 1.6rem;
    color: #fff !important;
  }
  .active.header-nav {
    display: block !important;
    opacity: 1 !important;
    width: 100%;
    padding: 8em 0 4em;
    background: rgba(131, 100, 80, 0.8);
    position: fixed;
    left: 0;
    top: 0;
  }
  .active.header-nav .header-nav__list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .active.header-nav .header-nav__item {
    padding: 2em 0;
  }
  .active .header-logo__image-text {
    color: #fff !important;
  }
  .nav-fixed-decoration {
    height: 4.5em;
  }
  .count-nav {
    left: 2em;
    bottom: 2em;
  }
  .firstview-logo-lyt__logo {
    width: 80%;
    text-align: center;
  }
  .store-button {
    width: 80px;
    height: 80px;
    right: 1em;
    bottom: 1em;
  }
  .store-button svg {
    width: 80px;
    height: 80px;
  }
  .ttl-min-sub__text {
    margin-left: 2em;
  }
  .accordion-btn-ttl {
    height: inherit;
    padding: 1.5em;
  }
  .accordion-btn-icon {
    transform: scale(0.8);
  }
}

@media screen and (max-width: 767px) {
  html {
    margin: 0;
  }
  html {
    margin: 0;
  }
  .sp-none {
    display: none;
  }
  .breadcrumb-list__item {
    font-size: 1.1rem;
  }
  .under-firstview-nav-list {
    width: 280px;
  }
  .under-firstview-nav-list__item {
    flex-basis: 280px;
  }
  .under-firstview-nav-list__item::before {
    width: 126px;
  }
  .under-firstview-nav-list__link::after {
    width: 126px;
  }
  .underlayer-table-lyt-supplement-text-min {
    display: block;
  }
  html {
    margin: 0;
  }
  .footer-sns-nav {
    padding: 0 2em;
  }
  .header {
    margin-bottom: 4em;
  }
  .firstview {
    aspect-ratio: 375 / 667;
  }
  .firstview-item {
    aspect-ratio: 375/667;
  }
  .ttl-line__text-en {
    font-size: 4rem;
    border-right: initial;
  }
  .ttl-line__text-jp {
    display: none;
  }
  .underlayer-ttl {
    padding: 2.5em 0;
    aspect-ratio: initial;
    background-position: top;
  }
  .underlayer-ttl-lineup {
    background-image: url(../img/lineup/bg_ttl_lineup_sp.jpg);
  }
  .underlayer-ttl-method {
    background-image: url(../img/method/bg_ttl_method_sp.jpg);
  }
  .underlayer-ttl__inner {
    padding-left: 5%;
  }
  .underlayer-ttl__text-en {
    font-size: 3rem;
  }
  .underlayer-ttl__text-jp {
    font-size: 1.2rem;
  }
}

@media (hover: hover) {
  .store-button:hover .store-svg-circle, .store-button:focus .store-svg-circle {
    fill: transparent;
  }
  .store-button:hover .store-svg-text, .store-button:focus .store-svg-text {
    fill: #fff;
  }
  .store-button:hover .store-svg-icon-1, .store-button:focus .store-svg-icon-1 {
    fill: #fff;
    stroke: #fff;
  }
  .store-button:hover .store-svg-icon-2, .store-button:focus .store-svg-icon-2 {
    stroke: #fff;
  }
  .store-button:hover .store-svg-icon-3, .store-button:focus .store-svg-icon-3 {
    stroke: #fff;
  }
  .store-button:hover .store-svg-icon-4, .store-button:focus .store-svg-icon-4 {
    stroke: #fff;
  }
  .store-button-black:hover .store-svg-text, .store-button-black:focus .store-svg-text {
    fill: #836450;
  }
  .store-button-black:hover .store-svg-icon-1, .store-button-black:focus .store-svg-icon-1 {
    fill: #836450;
    stroke: #836450;
  }
  .store-button-black:hover .store-svg-icon-2, .store-button-black:focus .store-svg-icon-2 {
    stroke: #836450;
  }
  .store-button-black:hover .store-svg-icon-3, .store-button-black:focus .store-svg-icon-3 {
    stroke: #836450;
  }
  .store-button-black:hover .store-svg-icon-4, .store-button-black:focus .store-svg-icon-4 {
    stroke: #836450;
  }
}
