@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Anton+SC&family=Fustat:wght@200..800&family=Oswald:wght@200..700&display=swap");
/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*------------------------------------------------------------
共通：タグ
------------------------------------------------------------*/
* {
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック", Yu Gothic Medium, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, system-ui, sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 800;
  color: #000;
  background: #f0f5fa;
  text-align: center;
  font-feature-settings: "palt";
  overflow-x: hidden;
}
body.on {
  overflow: hidden;
}

img {
  vertical-align: bottom;
  border: none;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  transition: all 0.25s;
}
a img {
  transition: all 0.25s;
}

h1 a, h1 a img {
  transition: none;
}

li {
  list-style: none;
}

/*------------------------------------------------------------
共通：クラス
------------------------------------------------------------*/
.sp, .sp_inline {
  display: none;
}

.slide-left, .slide-right, .slide-top, .slide-bottom, .fade-in {
  opacity: 0;
}

#x_campaign_terms, #present_campaign_terms {
  display: none;
}

@media screen and (max-width: 768px) {
  .inner {
    width: auto;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .sp_inline {
    display: inline;
  }
}
/*------------------------------------------------------------
ラッパー
------------------------------------------------------------*/
#wrapper {
  margin: 0 auto;
  max-width: 1920px;
}

@media screen and (max-width: 768px) {
  #wrapper {
    overflow: hidden;
  }
}
body {
  background: #fff;
}

/*------------------------------------------------------------
breadcrumb
------------------------------------------------------------*/
.breadcrumb {
  display: flex;
  max-width: 1275px;
  margin: 0 auto 6rem;
  padding: 16px;
}

.breadcrumb li {
  font-size: 1.2rem;
}

.breadcrumb li:not(:last-child)::after {
  content: ">";
  color: #1C1C1C;
  margin-right: 10px;
  margin-left: 10px;
}

.breadcrumb a {
  color: #8C8C8C;
  font-weight: 700;
  transition: 0.3s linear;
}

.breadcrumb a:hover {
  border-bottom: 1px solid #8C8C8C;
  opacity: 0.7;
}

@media (max-width: 767px) {
  .breadcrumb {
    padding-top: 11px;
    padding-bottom: 11px;
    margin-bottom: 4.5rem;
  }
  .breadcrumb li:not(:last-child)::after {
    margin-right: 10px;
    margin-left: 12px;
  }
}
.under-contents {
  padding-top: 13rem;
  /*
    // 確認用
    background-image:url("../img/sample_related.jpg");
    background-color:rgba(255,255,255,0.6);
    background-blend-mode:lighten;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center top;

    @media screen and (max-width: 768px) {
      padding-top: 8.0rem;
      // 確認用
      background-image:url("../img/sample_related_sp.jpg");
      background-color:rgba(255,255,255,0.6);
      background-blend-mode:lighten;
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: center top;
    }
  */
}
@media screen and (min-width: 768px) {
  .under-contents #recipe-serch {
    bottom: calc(100% - 80px);
  }
}
@media (max-width: 767px) {
  .under-contents {
    padding-top: 8rem;
  }
}

#header-nav {
  position: absolute;
  top: 42px;
  right: 55px;
  font-size: 1.4rem;
  letter-spacing: 0.1px;
}
#header-nav ul {
  display: flex;
}
#header-nav ul li {
  margin-left: 3.9rem;
}
@media screen and (max-width: 768px) {
  #header-nav {
    display: none;
  }
}

footer .sns a + a {
  border-left: solid 1px #ddd;
  padding-left: 1.7rem;
  margin-left: 1.7rem;
}
footer .under-browser {
  padding-left: 1.7rem;
  margin-left: 1.7rem;
}
@media screen and (max-width: 768px) {
  footer .under-browser {
    padding-left: 0;
    margin-left: 0;
  }
}

/*
.video-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.8);
  justify-content: center;
  align-items: center;

  &.show {
    display: flex;
  }

  &__frameWrap {
    width: 100%;
    //max-width: 800px;
    aspect-ratio: 16 / 9;
  }

  iframe {
    width: 100%;
    height: 100%;
  }

  &__close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 24px;
    color: white;
    background: none;
    border: none;
    cursor: pointer;
  }

}
*/
.video-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100% !important;
  z-index: 10000;
  /*
    .inner:not(.mv) {
      position: absolute;
      top: 50%;
      left: 50%;
      width: auto;

      @media screen and (max-width: 768px) {
        //max-width: 50%;
        max-height: 80vh;
        img {
          height: 100%;
        }
      }

      //max-height: 80%;

      transform: translate(-50%, -50%) !important;
      text-align: center;
      img {
        max-width: none;
      }

      .btn_prev,
      .btn_next {
        position: absolute;
        top: 0;
        width: 40px;
        height: 100%;
        cursor: pointer;
        &:before {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          width: 30px;
          height: 30px;
          margin: auto;
          border-top: solid 1px #fff;
          border-right: solid 1px #fff;
          cursor: pointer;
          transition: transform 0.2s ease-in;
          content: '';
        }

      }
      .btn_prev {
        left: -26px;
        &:before {
          transform: scaleX(0.95) rotate(-135deg);
        }
      }
      .btn_next {
        right: -26px;
        &:before {
          transform: scaleX(0.95) rotate(45deg);
        }
      }
      .thumbnails {
        margin-top: 20px;

        img {
          //width: 100%;
          height: 100%;
        }

        > .thumbnail {
          cursor: pointer;
          border: none;
          padding: 5px;

          display: inline-block;
          overflow: hidden;

          @media screen and (max-width: 768px) {
            //width: 5vw;
            max-width: 8vh;

          height: 50px;
          }

        }
      }
    }
  */
}
.video-modal.show {
  display: inline;
}
.video-modal .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
}
.video-modal .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  transform: translate(-50%, -50%) !important;
  text-align: center;
}
.video-modal .btn_close {
  box-sizing: border-box;
  position: absolute;
  top: -70px;
  right: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
  transition: transform 0.2s ease-in;
  z-index: 1;
}
.video-modal .btn_close:before, .video-modal .btn_close:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 60px;
  height: 1px;
  background-color: #fff;
  margin: auto;
  content: "";
}
.video-modal .btn_close:before {
  transform: rotate(45deg);
}
.video-modal .btn_close:after {
  transform: rotate(-45deg);
}
.video-modal .youtube {
  position: relative;
}
@media screen and (max-width: 768px) {
  .video-modal {
    /*
        .inner:not(.mv) {
          .thumbnails {
            margin-top: 10px;
            img {
              width: 100%;
              height: initial;
              //max-height: 50px;
            }
            > .thumbnail {
              width: 8vw;
            }
          }
        }
    */
  }
  .video-modal .btn_close {
    top: -50px;
    right: 0;
    width: 38px;
    height: 38px;
  }
  .video-modal .btn_close:before, .video-modal .btn_close:after {
    width: 38px;
  }
  .video-modal .inner {
    padding: 0;
  }
  .video-modal .inner .btn_prev,
  .video-modal .inner .btn_next {
    width: 25px;
  }
  .video-modal .inner .btn_prev:before,
  .video-modal .inner .btn_next:before {
    width: 20px;
    height: 20px;
  }
  .video-modal .inner .btn_prev {
    left: -20px;
  }
  .video-modal .inner .btn_next {
    right: -20px;
  }
}

.ani_slideup {
  opacity: 0 !important;
  transform: translateY(20px);
  transition: opacity 1.5s ease-in, transform 1.5s ease-out, filter 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.ani_slideup.on {
  opacity: 1 !important;
  transform: translateY(0);
}

.ani_blur {
  opacity: 0;
  filter: blur(30px);
  transform: scale(1.05);
  transition: opacity 1.5s ease-out, filter 1s ease-out, transform 1.8s ease-in-out;
}
.ani_blur.on {
  opacity: 1;
  transform: scale(1);
  filter: blur(0);
}

body.scrollstop {
  /*
  overflow: hidden;
  height: 100vh;
  touch-action: none;
  */
  overflow: hidden;
  touch-action: none;
}

.anton-sc-regular {
  font-family: "Anton SC", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.nikonLogo-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  mix-blend-mode: normal;
}

.nikonLogo img {
  width: 56px;
  z-index: 100 !important;
}
@media screen and (max-width: 768px) {
  .nikonLogo img {
    width: 44px;
  }
}

.nikonLogo {
  margin: 24px 32px;
  position: fixed;
}
@media screen and (max-width: 768px) {
  .nikonLogo {
    margin: 18px;
  }
}

header {
  z-index: 100;
}

#opening-mv {
  width: 100%;
  height: 100dvh;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.8s ease;
  z-index: 10001;
  font-size: clamp(20px, 4px + 2.0833333333vw, 34px);
}
#opening-mv picture {
  opacity: 0;
  animation-delay: 0.5s;
  transform: translateY(20px);
  animation: fadeInUp 1.8s ease-out forwards;
}
@media screen and (max-width: 768px) {
  #opening-mv picture img {
    width: 60%;
  }
}

/*
@keyframes zoomOut {
  0% {
    transform: scale(1.1);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
}
*/
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
    filter: blur(4px);
  }
  60% {
    opacity: 0.5;
    transform: translateY(0);
    filter: blur(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}
header {
  mix-blend-mode: difference;
  isolation: auto;
}
header .header-menu {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1020;
  transition: 0.3s;
  overflow-y: scroll;
}
header .header-menu > div {
  display: flex;
  flex-direction: column;
  gap: 25px 0;
  width: 100%;
  padding: 140px 30px 150px 5vw;
  position: absolute;
  top: 0;
  right: 0;
}
header .nikonLogo {
  isolation: isolate;
  mix-blend-mode: normal;
}
header .nikonLogo img {
  isolation: isolate;
  mix-blend-mode: normal;
}
header .text-fcpc {
  position: fixed;
  top: 45px;
  left: 108px;
  z-index: 100;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.015em;
  mix-blend-mode: difference;
  color: #fff;
  width: 117px;
  line-height: 1;
}
header .text-fcpc img {
  mix-blend-mode: difference;
}
header .text-fcpc.over {
  color: #1c1c1c;
}
header .text-about {
  position: fixed;
  top: 46px;
  left: 28.5rem;
  z-index: 100;
  cursor: pointer;
  width: 71px;
  display: block;
  height: 16px;
  line-height: 1;
}
header .text-about:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background: #fff;
}
header .text-about:hover {
  opacity: 0.7;
}
header .text-about.off {
  display: none;
}
@media screen and (max-width: 768px) {
  header .text-fcpc {
    top: 33px;
    left: 75px;
    font-size: 1.3rem;
    letter-spacing: 0.06em;
  }
  header .text-about {
    top: initial;
    bottom: 55px;
    left: initial;
    right: 16px;
    width: 61px;
    height: 15px;
  }
  header .text-about:before {
    content: none;
  }
}

/*
#image-container {
  column-count: 4; //列数を指定（画面幅に応じて調整可）
  column-gap: 16px;
  padding: 20px;
  position: relative;
  //background: #000;
}
*/
#image-container {
  display: flex;
  gap: 40px;
  padding: 0;
  min-height: 100vh;
  opacity: 0;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  #image-container {
    gap: 16px;
  }
}
#image-container .column {
  /*
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  will-change: transform;
  */
  display: block;
  float: left;
  width: 25%;
  min-height: 1px;
  transition: transform 0.1s ease-out;
  position: relative;
  top: 0;
  transition: top 0.1s ease-out;
}
#image-container .column {
  width: 100%;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
#image-container .column.inertial {
  scroll-behavior: smooth;
  transition: transform 0.3s ease-out;
}
@media (min-width: 769px) {
  #image-container .column {
    width: 50%; /* スマホ → 2カラム */
  }
}
@media (min-width: 1200px) {
  #image-container .column {
    width: 25%; /* 4カラム */
  }
}
@media (min-width: 1920px) {
  #image-container .column {
    width: 20%; /* 5カラム */
  }
}

body.loading {
  overflow: hidden;
}

body.loaded #image-container {
  opacity: 1;
}

body.lock-scroll {
  overflow: hidden;
}

.image-wrapper {
  break-inside: avoid;
  margin-bottom: 16px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  min-height: 100px;
  /*
    &:hover img {
        transform: scale(1.05);
    }
  */
  /*
    &:before {
      content: "+";
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 22px;
      color: var(--system-white);
      z-index: 1;
      opacity: 0;
      pointer-events: none;
      transition: all .4s ease;
      color: #fff;
    }
    */
  /*
  &:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 0;
    opacity: 0;
    pointer-events: none;
    transition: all .4s ease;
  }
  */
}
.image-wrapper img {
  display: block;
  width: 100%;
  opacity: 0;
  transform: scale(1.1);
  transition: opacity 0.5s ease;
}
.image-wrapper img.lazy-image {
  opacity: 0;
  transform: scale(1.1);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.image-wrapper img.loaded {
  opacity: 1;
  transform: scale(1);
}
.image-wrapper.is-vertical img {
  padding: 0 3vw;
}
.image-wrapper:hover {
  /*
  &:before {
    opacity: 1;
  }
  */
  /*
  &:after {
    opacity: .6;
  }
  */
}
.image-wrapper:hover img {
  transform: scale(1.1);
}

/*
.image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0;
   //transition: transform 0.4s ease;

  transition: opacity 0.5s ease;
}
*/
/*
.image-wrapper img.loaded {
  opacity: 1;
}
*/
#sentinel {
  height: 1px;
}

.recipe-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  transition: opacity 1.5s ease, transform 1.5s ease;
}
.recipe-modal .image {
  margin-bottom: 25px;
}
.recipe-modal #modal-image__wrapper {
  /*
  img {
    opacity: 0;
    filter: blur(30px);
    transform: scale(1.1); 
    transition: opacity 2s ease, transform 2s ease;
    &.loaded {
      opacity: 1;
      filter: blur(0);
      opacity: 1;
      transform: scale(1); 
    }
  }
  */
}
.recipe-modal #modal-image {
  max-width: 680px;
  max-height: 453px;
  /*
  &.loaded {
    opacity: 1;
    transform: scale(1); 
  }
    */
}
.recipe-modal .image-caption {
  display: flex;
  justify-content: flex-end;
  text-align: right;
  font-size: 1.1rem;
  color: #8C8C8C;
  max-width: 680px;
  margin: 10px auto;
}
.recipe-modal .recipe-info__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 680px;
  margin: 0 auto;
  text-align: left;
}
.recipe-modal .recipe-info__title {
  font-size: 3.2rem;
  display: inline;
  position: relative;
}
.recipe-modal .recipe-info__title .new-label {
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  background: #FFE100;
  border: solid 1px #150301;
  position: absolute;
  top: 0;
  right: -4rem;
  padding: 0 4px;
}
.recipe-modal .recipe-info #modal-tags {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.2rem;
  margin-top: 0.8rem;
}
.recipe-modal .recipe-info #modal-tags li {
  margin-right: 1.5rem;
  /*
  + li {
    margin-left: 1.5rem;
  }
  */
}
.recipe-modal .recipe-info__favorite {
  display: inline-block;
  background: #fff;
  border-radius: 6px;
  padding: 1.2rem;
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: bold;
  position: relative;
  letter-spacing: 0px;
  min-width: 168px;
}
.recipe-modal .recipe-info__favorite span {
  position: relative;
  padding-left: 3.5rem;
}
.recipe-modal .recipe-info__favorite span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
  background: url(../../common/img/icon_favorite.svg) no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 20px;
  animation: bounceDeleteIcon 0.4s ease-out;
}
.recipe-modal .recipe-info__favorite.favorited {
  background-color: gold;
}
.recipe-modal .recipe-info__favorite.favorited span:before {
  background: url(../../common/img/icon_favorite_on.svg) no-repeat center center;
  background-size: contain;
  animation: bounceIcon 0.4s ease-out;
}
.recipe-modal .recipe-info__favorite:hover {
  opacity: 0.7;
}
.recipe-modal .recipe-info__body {
  display: flex;
  justify-content: space-between;
  width: 680px;
  margin: 0 auto;
  border-top: solid 1px rgba(0, 0, 0, 0.3);
  padding-top: 2.5rem;
  margin-top: 2rem;
}
.recipe-modal .recipe-info__body #modal-icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.recipe-modal .recipe-info__body #modal-photographer {
  font-weight: bold;
}
.recipe-modal .recipe-info__body #modal-photographer .photographer-post {
  color: #8C8C8C;
  font-size: 1.4rem;
  font-weight: normal;
}
.recipe-modal .recipe-info__body #modal-description {
  font-size: 1.4rem;
  line-height: 170%;
}
.recipe-modal .recipe-info__user {
  width: calc(100% - 124px);
  text-align: left;
}
.recipe-modal .recipe-info__footer {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.recipe-modal .recipe-info__footer ul {
  display: flex;
  justify-content: center;
}
.recipe-modal .recipe-info__footer ul li + li {
  margin-left: 12px;
}
.recipe-modal .recipe-info__footer ul li.none {
  display: none;
}
.recipe-modal .recipe-info__footer ul li a {
  display: inline-block;
  background: #150301;
  border-radius: 6px;
  color: #fff;
  font-size: 1.4rem;
  position: relative;
  width: 240px !important;
  padding: 1.5rem 1.8rem;
  text-align: left;
  /*
  &:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: -1;
  }
    */
  /*
              .text-original,
              .text-hover {
                top: inherit;
               left: 1.8rem;
              }
              .text-original {
                top: inherit;
                left: 1.8rem;
              }

              &:hover {
                .text-hover {
                  top: inherit;
                }
              }
  */
}
.recipe-modal .recipe-info__footer ul li a.icon_links:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
  width: 29px;
  height: 18px;
  background: url(../../common/img/icon_links.svg) no-repeat center center;
  background-size: contain;
}
.recipe-modal .recipe-info__footer ul li a.icon_blank:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
  width: 29px;
  height: 18px;
  background: url(../../common/img/icon_blank.svg) no-repeat center center;
  background-size: contain;
}
.recipe-modal .recipe-info__footer ul li a:hover {
  opacity: 0.7 !important;
}
@media screen and (max-width: 768px) {
  .recipe-modal #modal-image {
    width: 100%;
  }
  .recipe-modal .recipe-info {
    padding-bottom: 6rem;
  }
  .recipe-modal .recipe-info__header {
    width: 100%;
  }
  .recipe-modal .recipe-info__body {
    width: 100%;
    align-items: center;
  }
  .recipe-modal .recipe-info__body #modal-icon {
    width: 64px;
    height: 64px;
  }
  .recipe-modal .recipe-info__body #modal-photographer {
    font-size: 1.5rem;
  }
  .recipe-modal .recipe-info__body #modal-photographer .photographer-post {
    display: block;
    font-size: 1.3rem;
  }
  .recipe-modal .recipe-info #modal-description__sp {
    font-size: 1.3rem;
    line-height: 170%;
    margin-top: 16px;
    text-align: left;
  }
  .recipe-modal .recipe-info__user {
    width: calc(100% - 88px);
  }
  .recipe-modal .recipe-info__footer {
    margin-top: 32px;
  }
  .recipe-modal .recipe-info__footer ul {
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
  }
  .recipe-modal .recipe-info__footer ul li + li {
    margin-left: 0;
    margin-top: 8px;
  }
  .recipe-modal .recipe-info__footer ul li a {
    width: 100%;
  }
}

.bounce2 {
  animation: bounceIcon2 0.4s ease-out;
}

@keyframes bounceIcon {
  0% {
    transform: translateY(-50%) scale(1);
  }
  30% {
    transform: translateY(-50%) scale(1.4);
  }
  60% {
    transform: translateY(-50%) scale(0.85);
  }
  100% {
    transform: translateY(-50%) scale(1);
  }
}
@keyframes bounceIcon2 {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.4);
  }
  60% {
    transform: scale(0.85);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes bounceDeleteIcon {
  0% {
    transform: translateY(-50%) scale(1);
  }
  30% {
    transform: translateY(-50%) scale(0.85);
  }
  60% {
    transform: translateY(-50%) scale(1.1);
  }
  100% {
    transform: translateY(-50%) scale(1);
  }
}
.recipe-modal.show {
  display: flex;
  opacity: 1;
}

.recipe-modal .modal-inner {
  background: #dcdddd;
  padding: 60px 20px 0;
  max-width: 1104px;
  width: 77%;
  height: 90%;
  position: relative;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .recipe-modal .modal-inner {
    border-radius: 6px;
    padding-top: 36px;
    width: calc(100% - 32px);
    height: 73%;
  }
  .recipe-modal .modal-inner .recipe-info__favorite {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #dcdddd;
    border-top: solid 1px rgba(28, 28, 28, 0.5);
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    padding: 2rem;
  }
}

.recipe-modal .modal-inner__inner {
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 20px 0 40px;
}

.recipe-modal .modal-close {
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 0;
  cursor: pointer;
  width: 32px;
  height: 32px;
  background: url(/sp/fcpc/index/img/icon/icon_modal_close.svg) no-repeat center center;
  background-size: contain;
}

.article-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  -webkit-overflow-scrolling: touch;
}
.article-modal.hash {
  background: rgba(0, 0, 0, 0.6);
}
.article-modal #icon-sns {
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 40px;
  left: 24px;
}

.article-modal.show {
  display: flex;
}

.article-modal .modal-inner {
  background: #dcdddd;
  padding: 60px 20px 0;
  max-width: 1104px;
  width: 77%;
  height: 90%;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .article-modal .modal-inner {
    border-radius: 6px;
    padding: 36px 0 0;
    width: calc(100% - 32px);
    height: 73%;
  }
}

.article-modal .modal-inner__inner {
  width: calc(100% + 65px);
  transform: translateX(-17px);
  height: 100%;
  overflow: hidden;
  padding: 20px 15px 40px 0;
}
@media screen and (max-width: 768px) {
  .article-modal .modal-inner__inner {
    width: 100%;
    transform: translateX(0);
    padding: 20px 0 40px;
  }
}

.article-modal .modal-close {
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 0;
  cursor: pointer;
  width: 32px;
  height: 32px;
  background: url(/sp/fcpc/index/img/icon/icon_modal_close.svg) no-repeat center center;
  background-size: contain;
}

.article-modal__content {
  text-align: left;
  width: 100%;
  height: auto;
  overflow: auto;
}
.article-modal__content iframe {
  width: 100%;
  height: auto;
  min-height: calc(87vh - 50px);
  display: block;
}
@media screen and (max-width: 768px) {
  .article-modal__content iframe {
    min-height: calc(72vh - 50px);
  }
}

.newrecipe-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  -webkit-overflow-scrolling: touch;
}
.newrecipe-modal.show {
  display: flex;
}
.newrecipe-modal.none {
  display: none;
}
.newrecipe-modal .modal-inner {
  background: #dcdddd;
  padding: 10px 20px 40px;
  width: 69%;
  max-width: 957px;
  height: 90%;
  max-height: 720px;
  position: relative;
  border-radius: 8px;
}
.newrecipe-modal .modal-inner__inner {
  width: 100%;
  height: 100%;
  padding: 20px 0 40px;
}
.newrecipe-modal__title {
  font-size: clamp(18px, -38.8888888889px + 7.4074074074vw, 32px);
  font-weight: bold;
  margin-bottom: 30px;
}
.newrecipe-modal__title span {
  position: relative;
  display: inline;
  font-weight: bold;
}
.newrecipe-modal__title span:before, .newrecipe-modal__title span:after {
  content: "・";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-weight: normal;
  font-size: 20px;
}
.newrecipe-modal__title span:before {
  left: -2.5rem;
}
.newrecipe-modal__title span:after {
  right: -2.5rem;
}
.newrecipe-modal__items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.newrecipe-modal__items > * {
  width: 30%;
  padding: 12px;
  background: #fff;
  border-radius: 8px;
  margin: 8px;
  text-align: left;
}
.newrecipe-modal__items .recipe-name {
  color: #1C1C1C;
  font-size: clamp(14px, -10.380952381px + 3.1746031746vw, 20px);
  font-weight: bold;
  margin-top: 8px;
}
.newrecipe-modal__items .recipe-creator {
  color: #555;
  font-size: clamp(10px, 1.873015873px + 1.0582010582vw, 12px);
}
.newrecipe-modal__items .recipe-creator span {
  color: #8C8C8C;
  display: inline;
  margin-right: 0.5rem;
}
.newrecipe-modal .newrecipe-close {
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 0;
  cursor: pointer;
  width: 32px;
  height: 32px;
  background: url(/sp/fcpc/index/img/icon/icon_modal_close.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .newrecipe-modal .modal-inner {
    padding: 0;
    width: calc(100% - 32px);
    height: auto;
    max-height: 720px;
    border-radius: 6px;
  }
  .newrecipe-modal .modal-inner__inner {
    padding: 40px 0 10px;
  }
  .newrecipe-modal__title {
    font-size: 2.4rem;
  }
  .newrecipe-modal__items {
    flex-direction: column;
  }
  .newrecipe-modal__items > * {
    width: 100%;
    padding: 16px;
    background: none;
    border-radius: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: solid 1px rgba(28, 28, 28, 0.5);
  }
  .newrecipe-modal__items figure {
    width: 108px;
  }
  .newrecipe-modal__items figure + div {
    width: calc(100% - 120px);
  }
  .newrecipe-modal__items .recipe-name {
    font-size: 1.4rem;
    margin-top: 8px;
  }
  .newrecipe-modal__items .recipe-creator {
    font-size: 1.1rem;
  }
}

.under-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  -webkit-overflow-scrolling: touch;
}
.under-modal:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backface-visibility: visible;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: rgba(255, 255, 255, 0.85);
}

.under-modal.show {
  display: flex;
}

.under-modal .modal-inner {
  padding: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .under-modal .modal-inner {
    width: 100%;
  }
}

.under-modal .modal-inner__inner {
  width: 100%;
  height: 100%;
}
.under-modal .modal-close {
  display: none;
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
}

.under-modal__content {
  text-align: left;
  width: 100%;
  height: auto; /* ← 100vhではなく、コンテンツに応じて伸びる */
  overflow: auto; /* ← iframeがはみ出たらスクロール */
}
.under-modal__content iframe {
  width: 100%;
  height: auto;
  min-height: 100vh; /* ← 最低限の高さは確保 */
  display: block;
}

#page-simulator {
  background: none;
}

.simplebar-content {
  min-height: 100% !important;
}

.scroll__inner::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

.simplebar-scrollbar::before {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  width: 6px;
  margin-left: 3px;
  margin-top: 2px;
}

.simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}

#recipe-serch {
  display: none;
}

.recipe-serch {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 56px;
  cursor: pointer;
  z-index: 2;
}
.recipe-serch:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .recipe-serch {
    bottom: 34px;
    width: 96px;
    height: 48px;
  }
}

.recipe-search-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 99;
  -webkit-overflow-scrolling: touch;
}
.recipe-search-modal:before {
  content: "";
  position: absolute;
  top: -35px;
  left: -35px;
  right: -35px;
  bottom: -35px;
  /*
  backdrop-filter: blur(30px);
  -webkit-filter: blur(30px);
  -moz-filter: blur(30px);
  -o-filter: blur(30px);
  -ms-filter: blur(30px);
  filter: blur(30px);
  */
  backface-visibility: visible;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: rgba(255, 255, 255, 0.85);
}
.recipe-search-modal:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.8;
}

.recipe-search-modal.show {
  display: flex;
}

.search-inner {
  width: 100%;
  height: 100%;
  padding: 24px 16px;
  position: relative;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.search-inner__wrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 93%;
  max-width: 1330px;
  /*
  min-height: 632px;
  */
}
.search-inner__inner {
  width: 100%;
  max-width: 1328px;
  margin: 0 auto 110px;
}
@media screen and (max-width: 1600px) {
  .search-inner__inner {
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 1170px) {
  .search-inner__inner {
    margin: 0 auto 30px;
  }
}
.search-inner .tab-menu__item + .tab-menu__item {
  margin-top: 20px;
  border-top: dotted 1px rgba(0, 0, 0, 0.5);
  padding-top: 20px;
}
@media screen and (max-width: 1340px) {
  .search-inner .tab-menu__item + .tab-menu__item {
    margin-top: 10px;
    border-top: dotted 1px rgba(0, 0, 0, 0.5);
    padding-top: 10px;
  }
}
.search-inner .tab-menu__item {
  display: flex;
  justify-content: space-between;
}
.search-inner .tab-menu__title {
  font-size: clamp(7px, 2.5348837209px + 0.5813953488vw, 13px);
  margin: 10px 0px;
  text-align: left;
  width: 17%;
}
.search-inner .tab-menu__title span {
  font-size: clamp(9px, -3.6511627907px + 1.6472868217vw, 26px);
  font-weight: bold;
  position: relative;
  padding-left: 27px;
  display: block;
  margin-bottom: 10px;
  line-height: 1;
}
.search-inner .tab-menu__title span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
}
.search-inner .tab-menu__title span.icon-scence:before {
  background: url(../img/icon/icon_scence.png) no-repeat center center;
  background-size: contain;
}
.search-inner .tab-menu__title span.icon-category:before {
  background: url(../img/icon/icon_category.png) no-repeat center center;
  background-size: contain;
}
.search-inner .tab-menu__title span.icon-color:before {
  background: url(../img/icon/icon_color.png) no-repeat center center;
  background-size: contain;
}
.search-inner .tab-menu__title span.icon-creator:before {
  background: url(../img/icon/icon_creator.png) no-repeat center center;
  background-size: contain;
}
.search-inner .tab-menu__body {
  width: 81.5%;
}
.search-inner .tab-menu__body .tag-list {
  list-style: none;
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.search-inner .tab-menu__body .tag-list li {
  border: solid 1px rgba(28, 28, 28, 0.3);
  padding: 3px 12px;
  border-radius: 12px;
  cursor: pointer;
  font-size: clamp(7px, 1.7906976744px + 0.6782945736vw, 14px);
  letter-spacing: 1px;
  overflow: hidden;
  transition: all 0.25s;
}
.search-inner .tab-menu__body .tag-list li:hover {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
}
@media screen and (max-width: 1600px) {
  .search-inner .tab-menu__body .tag-list li {
    line-height: 1;
  }
}
.search-inner .tab-menu__titles--sp,
.search-inner .tab-menu__body--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .search-inner {
    padding: 18px;
    /*
        .tab-menu__body.active {
          display: block;
          .tab-menu__body--sp {
            display: block;
          }
        }
    */
  }
  .search-inner__wrapper {
    top: 10px;
    transform: translate(-50%, 0);
  }
  .search-inner__inner {
    margin-top: 80px;
    margin-bottom: 20px;
  }
  .search-inner__inner--sp {
    background: rgb(255, 255, 255);
    border-radius: 8px;
    padding: 17px 18px;
    min-height: 49dvh;
  }
  .search-inner .tab-menu__item + .tab-menu__item {
    margin-top: 0;
    border-top: none;
    padding-top: 0;
  }
  .search-inner .tab-menu {
    display: flex;
  }
  .search-inner .tab-menu__item {
    display: block;
    margin: 0;
    padding: 0;
    border: none;
  }
  .search-inner .tab-menu__title {
    width: 100%;
    padding: 12px;
    background: #f5f5f5;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    font-size: 1.6rem;
  }
  .search-inner .tab-menu__body {
    width: 100%;
    padding: 0;
    display: none;
  }
  .search-inner .tab-menu__body .tag-list {
    gap: 5px;
  }
  .search-inner .tab-menu__body .tag-list li {
    font-size: 1.2rem;
    padding: 5px 12px;
  }
  .search-inner .tab-menu__titles--sp {
    display: flex;
    justify-content: space-between;
    border-bottom: solid 1px #ddd;
    gap: 6px;
    margin-bottom: 16px;
    /*
          .tab-title.active {
            background: #333;
            color: #fff;
          }
    */
  }
  .search-inner .tab-menu__titles--sp .tab-title {
    flex: 0 0 auto;
    padding: 10px 1%;
    border-radius: 8px;
    cursor: pointer;
    white-space: nowrap;
    opacity: 0.7;
  }
  .search-inner .tab-menu__titles--sp .tab-title span {
    display: block;
    position: relative;
    padding-top: 30px;
    font-size: 1.2rem;
  }
  .search-inner .tab-menu__titles--sp .tab-title span:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    height: 24px;
  }
  .search-inner .tab-menu__titles--sp .tab-title span.icon-scence:before {
    background: url(../img/icon/icon_scence.png) no-repeat center center;
    background-size: contain;
  }
  .search-inner .tab-menu__titles--sp .tab-title span.icon-category:before {
    background: url(../img/icon/icon_category.png) no-repeat center center;
    background-size: contain;
  }
  .search-inner .tab-menu__titles--sp .tab-title span.icon-color:before {
    background: url(../img/icon/icon_color.png) no-repeat center center;
    background-size: contain;
  }
  .search-inner .tab-menu__titles--sp .tab-title span.icon-creator:before {
    background: url(../img/icon/icon_creator.png) no-repeat center center;
    background-size: contain;
  }
  .search-inner .tab-menu__titles--sp .tab-title.active {
    position: relative;
    opacity: 1;
  }
  .search-inner .tab-menu__titles--sp .tab-title.active:before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #1c1c1c;
  }
  .search-inner .tab-menu__body {
    display: none;
    width: 100%;
    height: 20rem;
    overflow-y: scroll;
  }
  .search-inner .tab-menu__body.active {
    display: block;
  }
  .search-inner .tab-menu__body.active .tab-menu__body--sp {
    display: block;
    text-align: left;
    font-size: 1.2rem;
  }
  .search-inner .tab-menu__title {
    display: none;
  }
}

.search-close {
  cursor: pointer;
}
.search-close:hover {
  opacity: 0.7;
}

/*
.tag-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tag-list li {
  background: #eee;
  padding: 8px 12px;
  border-radius: 20px;
  cursor: pointer;
  font-weight: bold;
}
*/
.modal-footer {
  width: 100%;
  max-width: 1328px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.modal-footer__nav {
  font-size: clamp(8px, -2.4186046512px + 1.3565891473vw, 22px);
  letter-spacing: 0px;
  display: flex;
}
.modal-footer__nav li + li {
  margin-left: 6rem;
}
@media screen and (max-width: 1340px) {
  .modal-footer__nav li + li {
    margin-left: 3rem;
  }
}
.modal-footer__nav li a {
  display: inline-block;
  position: relative;
}
.modal-footer__nav li a:before {
  content: "";
  position: absolute;
  top: 0;
  right: -8px;
  width: 8px;
  height: 8px;
  background: url(../img/icon/icon_plus.svg) no-repeat center center;
  background-size: contain;
}
.modal-footer__nav li a:hover {
  opacity: 0.5;
}
.modal-footer__snslink {
  display: none;
}
.modal-footer__copyright {
  position: fixed;
  bottom: 4.5rem;
  right: 0;
  font-size: 1.2rem;
  font-size: 1.2rem;
}
.modal-footer__copyright a {
  color: #555;
  display: inline-block;
  margin-right: 3rem;
  text-decoration: underline;
}
.modal-footer__copyright a:hover {
  opacity: 0.7;
  text-decoration: none !important;
}
.modal-footer__copyright span {
  color: #8C8C8C;
  letter-spacing: 0.3px;
}
@media screen and (max-width: 1150px) {
  .modal-footer__copyright span {
    display: block;
    margin-top: 10px;
  }
}
@media screen and (max-width: 1400px) {
  .modal-footer__copyright {
    transform: translateX(calc(50% + 37rem));
  }
}
@media screen and (max-width: 1250px) {
  .modal-footer__copyright {
    transform: translateX(calc(50% + 32rem));
  }
}
@media screen and (max-width: 1150px) {
  .modal-footer__copyright {
    bottom: 2.8rem;
    right: 30px;
    transform: translateX(0);
  }
  .modal-footer__copyright a {
    margin-right: 0;
  }
  .modal-footer__copyright a + a {
    margin-left: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .modal-footer {
    flex-direction: column;
    justify-content: space-between;
    width: 92%;
  }
  .modal-footer__nav {
    flex-wrap: wrap;
    font-size: 1.8rem;
  }
  .modal-footer__nav li {
    width: 50%;
    text-align: left;
    margin-top: 2.5rem;
    line-height: 1;
  }
  .modal-footer__nav li + li {
    margin-left: 0;
  }
  .modal-footer__snslink {
    display: flex;
    position: fixed;
    bottom: 10px;
    right: 10px;
  }
  .modal-footer__snslink > * {
    position: relative;
  }
  .modal-footer__snslink > *:before {
    content: none !important;
  }
  .modal-footer__snslink > * + * {
    margin-left: 1.5rem;
    padding-left: 1.5rem;
  }
  .modal-footer__snslink > * + *:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 1px;
    height: 1rem;
    background: rgba(28, 28, 28, 0.3);
  }
  .modal-footer__snslink a {
    display: flex !important;
    align-items: center;
  }
  .modal-footer__copyright {
    font-size: 1rem;
    text-align: left;
    padding: 10px;
    position: fixed;
    bottom: 0;
    right: inherit;
    left: 0;
    transform: translateX(0);
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .modal-footer__copyright a {
    margin-right: 0;
  }
  .modal-footer__copyright a + a {
    border-left: none;
    padding-left: 0;
    margin-left: 0;
  }
}

#recipe-copyright {
  color: #fff;
  font-size: 1.1rem;
  position: fixed;
  bottom: 43px;
  right: 32px;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 768px) {
  #recipe-copyright {
    font-size: 0.9rem;
    bottom: 8px;
    right: 8px;
    letter-spacing: 0;
  }
}

#recipe-favorite {
  position: fixed;
  bottom: 27px;
  left: 24px;
  width: 48px;
  height: 48px;
  cursor: pointer;
  z-index: 2;
}
#recipe-favorite img {
  width: 100%;
}
#recipe-favorite:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  #recipe-favorite {
    width: 40px;
    height: 40px;
    bottom: 40px;
  }
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  display: none;
  overflow-y: auto;
}
.modal-overlay .text-favorite {
  position: fixed;
  font-size: clamp(5px, -0.5384615385px + 0.7211538462vw, 11px);
  position: fixed;
  bottom: 33px;
  right: 32px;
  letter-spacing: 0.5px;
  text-align: left;
  padding-left: 1rem;
  text-indent: -1rem;
}
@media screen and (max-width: 768px) {
  .modal-overlay .text-favorite {
    font-size: 0.8rem;
    bottom: 10px;
    right: 50%;
    transform: translateX(50%);
    width: 100%;
    text-align: center;
  }
}

.modal-overlay.show {
  display: block;
}

.modal-content {
  max-width: 100%;
  height: 100%;
  background: #fff;
  padding: 50px 0 80px;
}
@media screen and (max-width: 768px) {
  .modal-content {
    padding: 20px 0 80px;
  }
}
.modal-content .favorite-close {
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.modal-content .favorite-close:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .modal-content .favorite-close {
    bottom: 4rem;
  }
}
.modal-content__inner {
  width: 97%;
  height: 87%;
  overflow: auto;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .modal-content__inner {
    height: 85%;
  }
}

.modal-header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 97%;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .modal-header {
    margin: 0 auto 20px;
  }
}
.modal-header h2 {
  font-size: 3.2rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.modal-header h2 img {
  width: 32px;
  display: inline-block;
  margin-right: 10px;
}
.modal-header__menu {
  position: fixed;
  /*
  top: 37px;
  right: 57px;
  ul {
    display: flex;
    align-items: center;
    li {
      + li {
        margin-left: 32px;
      }
    }
  }
  */
  bottom: 24px;
  right: 50%;
  transform: translateX(50%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .modal-header__menu {
    bottom: 10px;
  }
}

.favorite-list {
  /*
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 16px;
  margin-top: 20px;
  */
  column-count: 4; /* 列数を指定（画面幅に応じて調整可） */
  column-gap: 16px;
  padding: 10px 20px 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .favorite-list {
    column-count: 2;
  }
}

.favorite-list img {
  width: 100%;
  height: auto;
  cursor: pointer;
  border-radius: 4px;
  transition: transform 0.2s ease;
}

.favorite-list img:hover {
  transform: scale(1.05);
}

.favorite-item {
  width: 100%;
  break-inside: avoid;
  page-break-inside: avoid; /* 印刷時にも有効 */
  -webkit-column-break-inside: avoid; /* Safari対応 */
  position: relative;
}
.favorite-item__wrapper {
  overflow: hidden;
}

.favorite-item img {
  width: 100%;
  display: block;
}

.favorite-caption {
  font-weight: bold;
  display: block;
  text-align: left;
  font-size: 0.85em;
  margin-top: 0.3em;
  margin-bottom: 3rem;
}

.favorite-delete {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  filter: drop-shadow(0px 0px 3px #fff);
}
.favorite-delete:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/sp/fcpc/common/img/btn_close.svg) no-repeat center center;
  background-size: contain;
}

.favorite-delete:hover {
  transform: scale(1.2);
}

#main {
  position: relative;
}
#main:before {
  content: "";
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: url(../img/bg_shadow.png) no-repeat center bottom;
  background-size: cover;
  z-index: 1;
}
#main.under-contents:before {
  content: none;
}

.hover-slide a {
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-decoration: none;
}
.hover-slide a .text-base {
  opacity: 0;
}
.hover-slide a .text-original,
.hover-slide a .text-hover {
  position: absolute;
  left: 0;
  width: 100%;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
.hover-slide a .text-original {
  top: 0;
  transform: translateY(0);
  opacity: 1;
}
.hover-slide a .text-hover {
  top: 0;
  transform: translateY(100%);
  opacity: 0;
}
.hover-slide a:hover .text-original {
  transform: translateY(-100%);
  opacity: 0;
}
.hover-slide a:hover .text-hover {
  top: 0;
  transform: translateY(0);
  opacity: 1;
}

/*
.hover-slide a .text-original,
.hover-slide a .text-hover {
  position: absolute;
  left: 0;
  width: 100%;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

.hover-slide a .text-original {
  top: 0;
  transform: translateY(0);
  opacity: 1;
}

.hover-slide a .text-hover {
  top: 0;
  transform: translateY(100%);
  opacity: 0;
}

.hover-slide a:hover .text-original {
  transform: translateY(-100%);
  opacity: 0;
}

.hover-slide a:hover .text-hover {
  transform: translateY(0);
  opacity: 1;
}
*/
.check-loaded.loaded img {
  opacity: 1;
  transform: scale(1);
}

header .nikonLogo img {
  width: 56px;
  z-index: 100 !important;
}
@media screen and (max-width: 768px) {
  header .nikonLogo img {
    width: 44px;
  }
}

header .nikonLogo {
  margin: 24px 32px;
  position: fixed;
}
@media screen and (max-width: 768px) {
  header .nikonLogo {
    margin: 18px;
  }
}

header .navTgl {
  background: none;
  display: none;
}

#modal {
  display: none;
}

footer .inner {
  width: 92%;
}

footer .inner nav span.browser {
  color: #555;
  font-size: 1.2rem;
}

footer .inner nav {
  gap: 42px 0;
}

footer .inner nav .sns {
  gap: 0;
}

footer .inner a, footer .inner small {
  color: #555;
}

footer .inner a, footer .inner small {
  color: #8C8C8C;
  letter-spacing: 0.4px;
  line-height: 16px;
}

.pageTop {
  margin-top: 80px;
  margin-bottom: 100px;
}
.pageTop a {
  background: none;
  color: #1C1C1C;
  max-width: 197px;
}
.pageTop a:after {
  content: none;
}

.mdlWrap .cntWrap {
  text-align: left;
}

section.simulator .cntWrap .menu {
  visibility: visible !important;
  min-height: 170px;
}

.shareWrap {
  position: absolute !important;
  right: 28px !important;
  bottom: 24px !important;
  gap: 24px 0 !important;
}
.shareWrap ul {
  gap: 0 !important;
}
.shareWrap ul li {
  position: relative;
}
.shareWrap ul li + li {
  margin-top: 20px;
  padding-top: 20px;
}
.shareWrap ul li + li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 1px;
  background: rgba(141, 141, 141, 0.3);
}
.shareWrap a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .shareWrap {
    display: none !important;
    bottom: 84px !important;
    left: 16px;
    right: inherit !important;
    flex-direction: column !important;
    border-radius: 6px !important;
    padding: 16px 12px !important;
    gap: 18px 0 !important;
  }
  .shareWrap span {
    padding: 0 !important;
    width: inherit !important;
  }
  .shareWrap span::before {
    content: none !important;
  }
  .shareWrap:after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 12px;
    height: 10px;
    background: url(/sp/fcpc/index/img/icon_sns_arrow.svg) no-repeat center bottom;
    background-size: contain;
  }
  .shareWrap.sp.on {
    display: flex !important;
  }
  .shareWrap ul {
    flex-direction: column !important;
    flex-wrap: wrap;
    padding: 0 !important;
  }
  .shareWrap ul li + li {
    margin-top: 10px;
    padding-top: 10px;
  }
}

.shareWrap ul li a {
  width: 20px !important;
  height: 20px !important;
  padding: 0 !important;
  background: none !important;
}

@media screen and (max-width: 768px) {
  #contents-about {
    padding: 0 16px;
  }
}

.contents-section {
  max-width: 1330px;
  margin: 0 auto;
  text-align: left;
}

.about-section01 {
  max-width: 1275px;
  margin: 0 auto;
  padding: 0 16px;
}
.about-section01__title {
  font-size: 4.8rem;
  font-weight: bold;
  line-height: 140%;
  letter-spacing: 3px;
  margin-bottom: 12.5rem;
}
@media screen and (max-width: 768px) {
  .about-section01__title {
    font-size: 3.2rem;
    line-height: 150%;
    letter-spacing: 3px;
    margin-bottom: 3.8rem;
  }
}

.about-section02 {
  max-width: 100%;
}
.about-section02__block01 {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.about-section02__block01--text {
  font-size: 2rem;
  padding: 0 5rem 0 10rem;
  line-height: 197%;
  width: 50%;
}
.about-section02__block01--text p + p {
  margin-top: 3.5rem;
}
.about-section02__block01--image {
  position: absolute;
  top: 0;
  right: 0;
  width: 51%;
  max-width: 720px;
  height: auto;
}
.about-section02__block01--image .fade-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  object-fit: cover;
  opacity: 0 !important;
  transition: opacity 1s ease;
}
.about-section02__block01--image .fade-img.active {
  opacity: 1 !important;
  z-index: 1;
}
.about-section02__block01--image img {
  opacity: 0 !important;
  transform: scale(1.1);
  transition: opacity 0.6s ease, transform 0.6s ease;
  height: 100%;
}
.about-section02__block01--image img.active {
  opacity: 1 !important;
}
@media screen and (max-width: 768px) {
  .about-section02__block01 {
    flex-direction: column;
  }
  .about-section02__block01--text, .about-section02__block01--image {
    width: 100%;
  }
  .about-section02__block01--text {
    font-size: 1.5rem;
    padding: 0 16px;
    line-height: 219%;
  }
  .about-section02__block01--text p + p {
    margin-top: 0;
  }
  .about-section02__block01--image {
    position: relative;
    margin: 45px auto 0;
    height: auto;
    max-height: 350px;
    object-fit: cover;
  }
}

.about-section03 {
  padding-top: 26.5rem;
  position: relative;
  max-width: 100%;
}
.about-section03:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 372px;
  background: url(../img/about/text_fcpc.svg) no-repeat center top;
  background-size: cover;
}
.about-section03__inner {
  margin: 0 auto;
  max-width: 81%;
}
.about-section03__block01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
}
.about-section03__block01 > * {
  width: 44.5%;
  padding-left: 2.9%;
  font-size: 1.6rem;
  position: relative;
}
.about-section03__block01 > *:before {
  content: "";
  position: absolute;
  top: 0;
  left: 2rem;
  transform: rotate(90deg);
  transform-origin: top left;
}
.about-section03__block01 > *:first-of-type {
  margin-top: 9rem;
}
.about-section03__block01 > *:first-of-type:before {
  content: "check!";
}
.about-section03__block01 > *:last-of-type:before {
  content: "check!";
}
.about-section03__block01 > * figure {
  margin-bottom: 2rem;
  overflow: hidden;
}
.about-section03__block01 > * figure img {
  transform: scale(1.1);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.about-section03__block01--title {
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0;
  margin-bottom: 0.5rem;
}
.about-section03__block01--text {
  line-height: 172%;
}
@media screen and (max-width: 768px) {
  .about-section03 {
    padding-top: 19rem;
  }
  .about-section03:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 372px;
    background: url(../img/about/text_fcpc_sp.svg) no-repeat center top;
    background-size: cover;
  }
  .about-section03__inner {
    margin: 0 auto;
    max-width: 100%;
    padding: 0 16px;
  }
  .about-section03__block01 {
    flex-direction: column;
  }
  .about-section03__block01 > * {
    font-size: 1.3rem;
    padding-left: 6%;
    width: 100%;
  }
  .about-section03__block01 > *:first-of-type {
    margin-top: 0;
  }
  .about-section03__block01 > * + * {
    margin-top: 4.1rem;
  }
  .about-section03__block01--title {
    font-size: 1.8rem;
    letter-spacing: 1.5px;
    margin-bottom: 0.5rem;
  }
}

.about-section04 {
  padding-top: 14rem;
}
.about-section04__inner {
  background: #1C1C1C;
  border-radius: 8px;
  color: #fff;
  padding: 20px 42px 8rem;
}
.about-section04__inner > div {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 93%;
  margin: 0 auto;
}
.about-section04__inner > div > div {
  width: 21%;
  margin-top: 5rem;
}
.about-section04__inner > div > div ul li {
  line-height: 1;
}
.about-section04__inner > div > div ul li + li {
  margin-top: 1.2rem;
}
.about-section04__inner > div a {
  cursor: pointer;
  color: #B1B1B1;
  font-size: 1.4rem;
  display: inline-block;
  position: relative;
  padding-right: 2rem;
}
.about-section04__inner > div a[target=_blank] {
  text-decoration: underline;
}
.about-section04__inner > div a[target=_blank]:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: url(../../common/img/icon_blank_gray.svg) no-repeat center center;
  background-size: contain;
}
.about-section04__inner > div a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.about-section04__title {
  color: #8C8C8C;
  font-size: 1.4rem;
  position: relative;
  z-index: 1;
}
.about-section04__title:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: url(../img/about/line.png) repeat-x left center;
  z-index: -1;
}
.about-section04__title span {
  background: #1C1C1C;
  padding-right: 3rem;
  letter-spacing: 0.08rem;
}
.about-section04__name {
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .about-section04 {
    padding: 6rem 16px 0;
  }
  .about-section04__inner {
    padding: 21px 21px 6.3rem;
  }
  .about-section04__inner > div {
    flex-direction: column;
    width: 87%;
  }
  .about-section04__inner > div > div {
    width: 100%;
    display: flex;
    align-items: flex-start;
    margin-top: 5rem;
    /*
    + div {
      margin-top: 3.0rem;
    }
    */
  }
  .about-section04__inner > div > div ul {
    width: 70%;
  }
  .about-section04__inner > div > div ul li + li {
    margin-top: 1rem;
  }
  .about-section04__inner > div a {
    font-size: 1.2rem;
  }
  .about-section04__title {
    font-size: 1.2rem;
  }
  .about-section04__name {
    font-size: 1.8rem;
    width: 30%;
  }
}

.about-section05 {
  padding-top: 13rem;
}
.about-section05__inner {
  margin: 0 auto;
  max-width: 93.7%;
}
.about-section05__tag {
  margin-bottom: 1.5rem;
}
.about-section05__title {
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 3px;
  margin-bottom: 2.2rem;
}
.about-section05__movie {
  cursor: pointer;
  /*
  .video-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .video-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .video-frame {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s ease;
  }
    */
}
.about-section05__movie .video-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16/9;
  /*
  &.playing {
    .video-frame {
      opacity: 1;
      pointer-events: auto;
    }
    .video-thumbnail {
      display: none;
    }
  }
  */
}
.about-section05__movie iframe {
  width: 100%;
  height: 100%;
}
.about-section05__caption {
  text-align: right;
  font-size: 1.8rem;
  margin-top: 1rem;
}
.about-section05__caption small {
  display: inline-block;
  font-size: 1.4rem;
}
.about-section05__caption small:first-of-type {
  color: #8C8C8C;
  margin-right: 1rem;
  letter-spacing: 2.5px;
}
.about-section05__caption small:last-of-type {
  margin-left: 0.5rem;
}
@media screen and (max-width: 768px) {
  .about-section05 {
    padding-top: 7rem;
  }
  .about-section05__tag {
    font-size: 1.3rem;
    margin-bottom: 1rem;
  }
  .about-section05__title {
    font-size: 2.2rem;
    letter-spacing: 2px;
    margin-bottom: 1.6rem;
  }
  .about-section05__caption {
    font-size: 1.5rem;
    margin-top: 0.5rem;
  }
  .about-section05__caption small {
    font-size: 1.2rem;
  }
}

/*
.contents-section {
  max-width: 1330px;
  margin: 0 auto;
  text-align: left;
}
*/
.hte-section01 {
  max-width: 1275px;
  margin: 0 auto;
  padding: 0 16px;
}
.hte-section01__title {
  font-size: 1.8rem;
  line-height: 160%;
  letter-spacing: 2px;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .hte-section01__title {
    font-size: 1.5rem;
    line-height: 150%;
    margin-bottom: 3.5rem;
  }
}

.hte-section02 {
  max-width: 1275px;
  margin: 0 auto;
  padding: 0 16px;
}
.hte-section02__block01 + .hte-section02__block01 {
  margin-top: 45px;
}
.hte-section02__block01--head {
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  background: rgba(28, 28, 28, 0.8);
  border-radius: 6px;
  padding: 2.1rem 11rem;
  letter-spacing: 2.3px;
  margin-bottom: 12px;
  position: relative;
}
.hte-section02__block01--head.icon-step:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -12px;
  transform: translateY(-50%);
  width: 94px;
  height: 36px;
}
.hte-section02__block01--head.step01:before {
  background: url(../img/hte/icon_step01.svg) no-repeat center center;
  background-size: contain;
}
.hte-section02__block01--head.step02:before {
  background: url(../img/hte/icon_step02.svg) no-repeat center center;
  background-size: contain;
}
.hte-section02__block01--head.step03:before {
  background: url(../img/hte/icon_step03.svg) no-repeat center center;
  background-size: contain;
}
.hte-section02__block01--head.step04:before {
  background: url(../img/hte/icon_step04.svg) no-repeat center center;
  background-size: contain;
}
.hte-section02__block01--head.step05:before {
  background: url(../img/hte/icon_step05.svg) no-repeat center center;
  background-size: contain;
}
.hte-section02__block01--body {
  position: relative;
}
@media screen and (max-width: 768px) {
  .hte-section02__block01 + .hte-section02__block01 {
    margin-top: 30px;
  }
  .hte-section02__block01--head {
    font-size: 1.5rem;
    border-radius: 4px;
    padding: 1.1rem 2.5rem 1.1rem 6.5rem;
    letter-spacing: 1.7px;
    min-height: 55px;
    display: flex;
    align-items: center;
  }
  .hte-section02__block01--head.icon-step:before {
    content: "";
    left: -6px;
    width: 63px;
    height: 26px;
  }
}

.link_hte-section02_01 {
  display: inline-block;
  width: 18%;
  height: 8%;
  position: absolute;
  right: 16.5%;
  top: 33.5%;
}
.link_hte-section02_01:hover:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 768px) {
  .link_hte-section02_01 {
    width: 81%;
    height: 3.6%;
    right: 9.5%;
    top: 11.6%;
  }
}

.related-section01 {
  max-width: 1112px;
  margin: 0 auto;
  padding: 0 16px;
}
.related-section01__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.related-section01__inner > * {
  width: 47.68%;
  margin-bottom: 40px;
  overflow: hidden;
}
.related-section01__inner > * img {
  transform: scale(1.1);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
@media screen and (max-width: 768px) {
  .related-section01__inner {
    flex-direction: column;
  }
  .related-section01__inner > * {
    width: 100%;
    margin-bottom: 16px;
  }
}

body {
  overflow-y: auto;
}

section.simulator {
  gap: 0;
  margin-bottom: 0;
  padding: 0;
  background: none !important;
}
section.simulator .cntWrap {
  padding: 0 !important;
  border-radius: 0 !important;
  margin: 0 auto !important;
}
section.simulator .cntWrap .bg {
  border-radius: 0;
  background: none !important;
  box-shadow: none !important;
}
section.simulator .cntWrap ul.preview {
  max-width: none;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  section.simulator .cntWrap ul.preview {
    width: 70vh !important;
  }
}
@media screen and (min-width: 1168px) {
  section.simulator .cntWrap ul.preview {
    width: 55vh !important;
  }
}
@media screen and (min-width: 1312px) {
  section.simulator .cntWrap ul.preview {
    width: 70vh !important;
  }
}
@media screen and (min-width: 1496px) {
  section.simulator .cntWrap ul.preview {
    width: 75vh !important;
  }
}
@media screen and (min-width: 1728px) {
  section.simulator .cntWrap ul.preview {
    width: 85vh !important;
  }
}
@media screen and (min-width: 2056px) {
  section.simulator .cntWrap ul.preview {
    width: 95vh !important;
  }
}
section.simulator .cntWrap ul.preview label.slick-arrow {
  top: 46%;
}
section.simulator .cntWrap ul.preview label.slick-arrow.next {
  right: -40px;
}
section.simulator .cntWrap ul.preview label.slick-arrow.prev {
  left: -40px;
}
section.simulator .cntWrap ul.preview .slick-list .slick-track .slick-slide p {
  font-size: 1.1rem;
  padding-top: 5px;
}
section.simulator .cntWrap .menu .menuBox ul {
  font-size: clamp(8px, 2.7540983607px + 0.6830601093vw, 13px);
}
section.simulator .cntWrap .menu .menuBox ul li {
  color: #1C1C1C;
  letter-spacing: 0;
  opacity: 0.7;
  justify-content: flex-start;
  width: 11vh;
  max-width: 105px;
}
section.simulator .cntWrap .menu .menuBox ul li.act {
  opacity: 1;
}
section.simulator .cntWrap .menu .menuBox ul li a {
  margin: 0;
}
section.simulator .cntWrap .menu .menuBox ul li i {
  margin: 0;
}
section.simulator .cntWrap .menu .menuBox ul li img {
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  section.simulator .cntWrap ul.preview {
    width: calc(100% - 70px);
    margin-bottom: 20px;
  }
  section.simulator .cntWrap ul.preview label.slick-arrow {
    width: 18px;
    height: 18px;
  }
  section.simulator .cntWrap ul.preview label.slick-arrow.next {
    right: -20px;
  }
  section.simulator .cntWrap ul.preview label.slick-arrow.prev {
    left: -20px;
  }
  section.simulator .cntWrap ul.preview .slick-list .slick-track .slick-slide p {
    font-size: 1rem;
    padding-top: 5px;
  }
  section.simulator .cntWrap .menu .menuBox ul {
    font-size: 1.2rem;
    gap: 0px 20px;
    padding: 0 0px;
  }
  section.simulator .cntWrap .menu .menuBox ul li {
    font-size: 1.2rem;
  }
  section.simulator .cntWrap .menu .menuBox ul li.act i {
    justify-content: initial;
    align-items: initial;
  }
  section.simulator .cntWrap .menu .menuBox ul li a {
    justify-content: initial;
    align-items: initial;
  }
  section.simulator .cntWrap .menu .menuBox ul li i {
    justify-content: initial;
    align-items: initial;
  }
  section.simulator .cntWrap .menu .menuBox ul li img {
    width: 70px;
  }
}

@media screen and (max-width: 768px) {
  .searchView {
    padding-top: 80px !important;
  }
}
@media screen and (min-width: 1101px) {
  section.simulator .cntWrap .menu .menuBox ul.cl7 {
    max-width: none !important;
  }
}/*# sourceMappingURL=style_renew.css.map */