@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@400;500;700&family=Zen+Maru+Gothic:wght@400;500;700&display=swap");
@media screen and (min-width: 769px) {
  html {
    font-size: 0.834vw; } }
@media screen and (min-width: 1201px) {
  html {
    font-size: 10px; } }
@media screen and (max-width: 768px) {
  html {
    font-size: 2.667vw; } }

body {
  margin: 0;
  font-weight: 400;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #222222;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  position: relative;
  line-height: 0;
  background: #fff; }

/*font-family: "Zen Maru Gothic", sans-serif;*/
html {
  height: -webkit-fill-available; }

body {
  min-height: 100vh;
  min-height: -webkit-fill-available; }

img {
  vertical-align: bottom; }

img, svg {
  width: 100%;
  height: auto; }

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  img {
    image-rendering: -webkit-optimize-contrast; } }
a {
  text-decoration: none;
  color: inherit;
  color: #000; }

h1, h2, h3, h4, h5, p, dl, dt, dd, ul, ol, li, figure {
  margin: 0;
  padding: 0; }

ul, ol {
  list-style: none; }

@media screen and (max-width: 768px) {
  .pcv {
    display: none !important; } }

@media screen and (min-width: 769px) {
  .spv {
    display: none !important; } }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

.svg_img {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: transform;
  image-rendering: -webkit-optimize-contrast;
  shape-rendering: crispEdges;
  text-rendering: geometricPrecision; }

/*base*/
.slider,
.slider div {
  width: 100%;
  height: 100%; }

img {
  pointer-events: none;
  user-select: none; }

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9900;
  transition: ease-out .4s all;
  background: #fff; }
  @media screen and (min-width: 769px) {
    header {
      height: 8rem;
      box-shadow: 0 0.4rem 1rem 0 rgba(0, 0, 0, 0.1); } }
  @media screen and (max-width: 768px) {
    header {
      height: 6.5rem;
      box-shadow: 0 0.4rem 1rem 0 rgba(0, 0, 0, 0.1); } }

header .logo_fujiya {
  position: absolute;
  z-index: 9999; }
  @media screen and (min-width: 769px) {
    header .logo_fujiya {
      top: 2.5rem;
      left: 2.5rem;
      width: 12.2rem; } }
  @media screen and (max-width: 768px) {
    header .logo_fujiya {
      top: 2rem;
      left: 2rem;
      width: 10rem; } }

@media screen and (min-width: 769px) {
  header .logo_ss {
    position: absolute;
    top: 2.5rem;
    right: 2.5rem;
    width: 18.5rem; } }
@media screen and (max-width: 768px) {
  header .logo_ss {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    width: 15rem; } }

@media screen and (min-width: 769px) {
  header .logo_ss span {
    display: none !important; } }
@media screen and (max-width: 768px) {
  header .logo_ss span {
    position: relative;
    display: block;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.0em;
    line-height: 1em;
    font-size: 1.2rem;
    padding: 1rem 0 0;
    color: #000;
    text-decoration: underline; } }

.logo_fujiya img,
.logo_ss img {
  transition: ease-in-out .6s all; }

@media screen and (min-width: 769px) {
  .logo_fujiya:hover img,
  .logo_ss:hover img {
    opacity: .7; } }

footer {
  position: relative;
  width: 100%;
  transition: ease-out .4s all;
  background: #fafaf5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }
  @media screen and (min-width: 769px) {
    footer {
      height: 20rem;
      gap: 2rem; } }
  @media screen and (max-width: 768px) {
    footer {
      height: 13rem;
      gap: 1.5rem; } }

footer .logo_fujiya {
  position: relative;
  margin: 0 auto; }
  @media screen and (min-width: 769px) {
    footer .logo_fujiya {
      width: 12.2rem; } }
  @media screen and (max-width: 768px) {
    footer .logo_fujiya {
      width: 12.2rem; } }

footer p {
  position: relative;
  display: inline-block;
  font-weight: 400;
  letter-spacing: 0.0em;
  color: #b3b3b3; }
  @media screen and (min-width: 769px) {
    footer p {
      line-height: 1em;
      font-size: 1.2rem; } }
  @media screen and (max-width: 768px) {
    footer p {
      line-height: 1em;
      font-size: 1.2rem; } }

main {
  position: relative;
  width: 100%;
  margin: 0;
  overflow: hidden; }
  @media screen and (min-width: 769px) {
    main {
      padding-top: 8rem; } }
  @media screen and (max-width: 768px) {
    main {
      padding-top: 6.5rem; } }

/*common*/
figure.cover::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0; }

main section .inner {
  position: relative;
  margin: 0 auto; }
  @media screen and (min-width: 769px) {
    main section .inner {
      width: 110rem; } }
  @media screen and (max-width: 768px) {
    main section .inner {
      width: 33rem; } }

#sns {
  position: relative;
  width: 100%;
  margin: 0; }

#sns .inner {
  display: flex;
  align-items: center;
  justify-content: center; }
  @media screen and (min-width: 769px) {
    #sns .inner {
      flex-direction: row;
      padding: 6rem 0;
      gap: 6rem; } }
  @media screen and (max-width: 768px) {
    #sns .inner {
      padding: 4rem 0;
      flex-direction: column;
      gap: 2rem; } }

#sns p {
  position: relative;
  display: inline-block;
  font-weight: 700;
  letter-spacing: 0.0em;
  color: #44200a; }
  @media screen and (min-width: 769px) {
    #sns p {
      line-height: 1em;
      font-size: 3rem; } }
  @media screen and (max-width: 768px) {
    #sns p {
      line-height: 1em;
      font-size: 2rem; } }

#sns .inner div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row; }
  @media screen and (min-width: 769px) {
    #sns .inner div {
      gap: 2rem; } }
  @media screen and (max-width: 768px) {
    #sns .inner div {
      gap: 2rem; } }

#sns .inner div a {
  position: relative;
  display: inline-block; }
  @media screen and (min-width: 769px) {
    #sns .inner div a {
      width: 5.5rem; } }
  @media screen and (max-width: 768px) {
    #sns .inner div a {
      width: 4.5rem; } }

#sns .inner div a img {
  transition: ease-out .6s all; }

@media screen and (min-width: 769px) {
  #sns .inner div a:hover img {
    opacity: .7; } }

.link_none {
  pointer-events: none; }

.cover_line {
  position: relative; }

@media screen and (min-width: 769px) {
  .cover_line::after {
    display: block;
    content: "";
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: #bf242c 0rem solid;
    opacity: 0;
    transition: ease-in-out .4s all; } }

.cover_line:hover::after {
  opacity: 1; }
  @media screen and (min-width: 769px) {
    .cover_line:hover::after {
      border: #bf242c 0.6rem solid; } }

.banner_section h2 {
  position: relative;
  text-align: center; }

.banner_section h2 img {
  position: relative;
  display: block;
  margin: 0 auto;
  width: auto !important; }
  @media screen and (min-width: 769px) {
    .banner_section h2 img {
      height: 6.8rem !important; } }
  @media screen and (max-width: 768px) {
    .banner_section h2 img {
      height: 3.6rem !important; } }

.banner_section .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }
  @media screen and (min-width: 769px) {
    .banner_section .inner {
      padding: 8.5rem 0 12rem;
      gap: 4.5rem; } }
  @media screen and (max-width: 768px) {
    .banner_section .inner {
      padding: 6rem 0 6rem;
      gap: 2rem; } }

.banner_section .inner div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media screen and (min-width: 769px) {
    .banner_section .inner div {
      gap: 3.6rem;
      flex-direction: row; } }
  @media screen and (max-width: 768px) {
    .banner_section .inner div {
      gap: 1.8rem;
      flex-direction: column; } }

.banner_section .inner div a {
  position: relative;
  display: inline-block; }
  @media screen and (min-width: 769px) {
    .banner_section .inner div a {
      width: 53rem; } }
  @media screen and (max-width: 768px) {
    .banner_section .inner div a {
      width: 30rem; } }

#brandsite .inner div a {
  position: relative;
  display: inline-block; }
  @media screen and (min-width: 769px) {
    #brandsite .inner div a {
      width: 42rem; } }

#modal_bg {
  position: fixed;
  inset: 0;
  margin: 0;
  width: 100%;
  height: 100lvh;
  z-index: 9998;
  background: #000;
  backdrop-filter: blur(10px);
  opacity: 0;
  pointer-events: none;
  transition: ease-out .6s all; }

#modal_bg.open {
  opacity: 0.85;
  pointer-events: auto !important; }

.modal_set {
  position: fixed;
  inset: 0;
  margin: 0;
  width: 100%;
  min-height: 100vh;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: ease-out .4s all; }

.modal_set.open {
  opacity: 1;
  pointer-events: auto !important; }

.modal_set .close_bg {
  position: absolute;
  inset: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0; }

.modal_set.open .close_bg {
  pointer-events: auto !important; }

.modal_outer {
  position: relative;
  margin: 0;
  width: 100%;
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6rem 2rem;
  pointer-events: none; }

#movie_modal {
  position: relative;
  margin: 0 auto;
  pointer-events: none;
  width: 100%;
  aspect-ratio: 16 / 9; }
  @media screen and (min-width: 769px) {
    #movie_modal {
      max-width: 90rem; } }

#movie_modal iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#img_modal {
  position: relative;
  margin: 0 auto;
  pointer-events: none;
  width: 100%;
  overflow: hidden; }
  @media screen and (min-width: 769px) {
    #img_modal {
      max-width: 90rem; } }

#img_modal figure {
  position: relative;
  width: 100%;
  height: 100%; }

#img_modal figure img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain; }

.modal_set.open #movie_modal,
.modal_set.open #img_modal {
  pointer-events: auto !important; }

.modal_set .btn_close {
  position: absolute !important;
  display: block;
  cursor: pointer;
  transition: .3s;
  background: url("../img/icon_close.svg") center center no-repeat;
  background-size: contain;
  right: 0;
  z-index: 99999;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border: none;
  opacity: 0;
  pointer-events: none; }
  @media screen and (min-width: 769px) {
    .modal_set .btn_close {
      top: -4rem;
      width: 3rem;
      height: 3rem; } }
  @media screen and (max-width: 768px) {
    .modal_set .btn_close {
      top: -3rem;
      width: 2rem;
      height: 2rem; } }

@media screen and (min-width: 769px) {
  #graphics_modal_set .btn_close {
    top: 2rem !important;
    right: 2rem !important; } }
@media screen and (max-width: 768px) {
  #graphics_modal_set .btn_close {
    top: 2rem !important;
    right: 2rem !important; } }

.modal_set.open .btn_close {
  opacity: 1;
  pointer-events: auto !important; }

@media screen and (min-width: 769px) {
  .modal_set .btn_close:hover {
    opacity: .7; } }

.slide_in {
  transition: all 700ms cubic-bezier(0.67, 0.515, 0.11, 1.28);
  transition-timing-function: cubic-bezier(0.67, 0.515, 0.11, 1.28);
  opacity: 0; }
  @media screen and (min-width: 769px) {
    .slide_in {
      transform: translateY(5rem); } }
  @media screen and (max-width: 768px) {
    .slide_in {
      transform: translateY(4rem); } }

.slide_in.active {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.3s; }

/*print*/
@media print {
  body {
    display: none !important; } }
