@charset "UTF-8";
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━

━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ベース設定
------------------------------------------------------------------------------*/
/* ロード時のみトランジションを外す設定 */
body.preload * {
  transition: none !important;
}

* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  transition: 0.3s all ease;
}

a:hover {
  opacity: 0.8;
}

ul, li {
  list-style: none;
}

.arrow {
  display: inline-block;
  font-size: 20px;
  position: relative;
  color: #000;
}

.arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  right: -30px;
}

.u-eclink:after {
  background-image: url(https://www.nakano-seiyaku.co.jp/assets/img/products/tanto/icon__another-tab.svg);
}

/* ここまで */
.b-poke {
  color: #000;
  letter-spacing: 0;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

/* .b-poke.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
} */
.b-poke .l-wrap .l-inner {
  position: relative;
}

.b-poke .l-wrap .l-inner .article__wrap {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

:where(.b-poke .l-wrap .l-inner img) {
  width: 100%;
  vertical-align: middle;
}

/* main
------------------------------------------------------------------------------*/
.p-bg-menu {
  position: fixed;
  z-index: 1;
  width: calc((100svw - 435px) / 2);
  width: calc((100% - 420px) / 2);
  right: 0;
  top: 0;
}

.p-bg-menu.is-hidden {
  display: none;
}

.b-poke .l-wrap .l-inner .article__wrap {
  background-color: #fff;
  margin: 0 auto;
  max-width: 420px;
  overflow-x: hidden;
  width: 100%;
  /* box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16); */
}

/* .p-sns */
/* h2.ttl */
/* /.p-sns */
/* header
------------------------------------------------------------------------------*/
.l-header .l-header__wrap {
  top: 0;
}

/* footer
------------------------------------------------------------------------------*/
.b-poke .l-footer {
  background-color: #fff;
}

/* メディアクエリー
------------------------------------------------------------------------------*/
@media only screen and (max-width: 1200px) {
  .p-bg-menu {
    display: none !important;
  }
  .p-bg-lmenu {
    display: none !important;
  }
}
/*-- ここからカスタマイズ -- */
.l-wrap {
  background-color: #FFE600;
}

.l-header .l-header__wrap {
  justify-content: center;
}

.l-header__h1 img {
  width: 134px;
}

.b-poke .l-wrap .l-inner .p-bg-lmenu {
  position: fixed;
  width: calc((100svw - 435px) / 2);
  width: calc((100% - 420px) / 2);
  left: 0;
  bottom: 0;
  top: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(15px); /* ふわっと動きを加える */
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn2 {
  0% {
    opacity: 0.6;
    transform: translateY(20px); /* ふわっと動きを加える */
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes arrowMove {
  0% {
    transform: translateY(-10px); /* 少し上 */
    opacity: 0.8;
  }
  50% {
    transform: translateY(0); /* 元の位置 */
    opacity: 1;
  }
  100% {
    transform: translateY(10px); /* 少し下 */
    opacity: 0.8;
  }
}
/*============================
tanto
============================*/
.p-firstview img {
  margin-bottom: -40px;
}

.p-new-series {
  text-align: center;
  padding-top: 64px;
}
.p-new-series .text {
  width: 326px;
}
.p-new-series .lineup {
  width: 375px;
  padding-top: 30px;
  width: 100%;
}

.p-new-release {
  background-color: #4CB4C2;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 71px;
  background-image: url("../img/new-release_bg.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position-y: 100%;
}
.p-new-release img {
  width: 326px;
}

.p-cta {
  background-color: #F7F7F7;
  padding-inline: 18px 12px;
  padding-bottom: 30px;
}

.p-cta_main {
  display: flex;
  margin-bottom: 14px;
}

.p-cta_image {
  margin-top: -57px;
  flex-basis: calc(100% - 217px);
  margin-right: -57px;
}

.p-cta_content {
  flex-basis: 217px;
  padding-top: 56px;
}

.p-cta_product {
  width: 185px;
}

.p-cta_title {
  font-size: 16px;
  font-weight: 700;
}

.p-cta_weight {
  font-size: 12px;
  font-weight: 700;
}

.p-cta_price {
  font-size: 9px;
  font-weight: 700;
  margin-bottom: 3px;
}
.p-cta_price span:first-child {
  font-size: 18px;
}

.p-cta_flavor {
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 10px;
}
.p-cta_flavor span {
  border-bottom: 1px solid currentColor;
}
.p-cta_flavor img {
  width: 48px;
}

.p-cta_indecator {
  width: 200px;
}

.p-cta_footprint {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: -0.05em;
}

.p-cta_button {
  margin-top: 22px;
}

.p-cta_note {
  font-size: 11px;
  font-weight: bold;
  line-height: 1.4545454545;
  margin-top: 10px;
  text-align: center;
}

.p-shoplist {
  margin-top: 28px;
}
.p-shoplist dt {
  margin-bottom: 11px;
  border-bottom: 1px solid #000000;
  padding-bottom: 11px;
  font-size: 16px;
  line-height: 22px;
  font-family: "Outfit", sans-serif;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.p-shoplist dd {
  font-size: 13px;
  line-height: 1.5384615385;
  font-weight: 700;
  text-align: center;
}

.p-fan {
  background-color: #4CB4C2;
  padding-inline: 28px;
  padding-block: 46px 50px;
}
.p-fan ul {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.p-fan li {
  flex-basis: calc(50% - 10px);
}
.p-fan h2 {
  margin-bottom: 30px;
  text-align: center;
}

.p-fan-heading {
  width: 235px;
}

.bg_yellow {
  background-color: #FFE600;
}

.p-solution {
  text-align: center;
  padding-top: 27px;
}
.p-solution img {
  width: 352px;
}

.p-styling {
  padding-top: 30px;
}

.p-kodawari {
  padding-block: 40px;
  padding-inline: 28px 27px;
}
.p-kodawari .heading {
  margin-bottom: 48px;
  text-align: center;
}
.p-kodawari .heading img {
  width: 248px;
}
.p-kodawari section {
  background-color: #ffffff;
  padding-inline: 28px 27px;
  padding-bottom: 30px;
}
.p-kodawari section + section {
  margin-top: 55px;
}

.kodawari_01_title {
  margin-top: -23px;
  margin-bottom: 20px;
}

.kodawari_01_text {
  font-size: 15px;
  font-weight: 700;
}

.kodawari_01_picture {
  text-align: center;
  margin-bottom: -30px;
  padding-top: 21px;
}
.kodawari_01_picture img {
  width: 242px;
}

.kodawari_02_title {
  margin-top: -23px;
  margin-bottom: 20px;
}

.kodawari_02_text1 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 27px;
}

.kodawari_02_picture01 {
  margin-bottom: 30px;
}

.kodawari_02_text2 {
  margin-bottom: 20px;
}

.kodawari_02_picture02 {
  margin-bottom: 30px;
  width: calc(100% + 19px);
  margin-left: -19px;
}

.kodawari_02_text3 {
  margin-bottom: 20px;
  width: 190px;
  display: block;
  margin-inline: auto;
}

.kodawari_03_text {
  margin-top: -23px;
  margin-bottom: 20px;
}

.kodawari_03_text2 {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 18px;
}
.kodawari_03_text2 sub {
  font-size: 11px;
  vertical-align: middle;
}

.kodawari_03_text3 {
  font-size: 11px;
  font-weight: bold;
  line-height: 1.4545454545;
}

.p-ask-pro {
  background-color: #4CB4C2;
  padding-block: 40px;
  padding-inline: 28px 27px;
}
.p-ask-pro img {
  margin-bottom: 38px;
}

.p-ask-pro-comment {
  font-weight: 700;
  background-color: #ffffff;
  padding: 30px;
  position: relative;
}
.p-ask-pro-comment::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #000000;
  top: -6px;
  left: -6px;
}
.p-ask-pro-comment .comment-text1 {
  font-size: 18px;
  line-height: 1.333333;
  margin-bottom: 20px;
}
.p-ask-pro-comment .comment-text1 span {
  display: inline-block;
  background-image: linear-gradient(0deg, #FFE600, #FFE600 8px, transparent 8px, transparent);
}
.p-ask-pro-comment .comment-text2 {
  font-size: 14px;
  line-height: 1.4285714286;
  margin-bottom: 14px;
}
.p-ask-pro-comment .comment-text3 {
  font-size: 14px;
  line-height: 1.4285714286;
  text-align: right;
}
.p-ask-pro-comment + .p-ask-pro-comment {
  margin-top: 20px;
}

.p-usage {
  background-color: #FFE600;
  padding-block: 37px 84px;
  padding-inline: 28px 27px;
}

.p-usage-video {
  position: relative;
}
.p-usage-video .stopBtn {
  opacity: 0;
}
.p-usage-video video {
  width: 100%;
  background-color: #ffffff;
  vertical-align: bottom;
}
@media (min-width: 768px) {
  .p-usage-video .stopBtn {
    opacity: 1;
    position: absolute;
    content: "";
    background: url("../img/usage_play.png") no-repeat center center;
    background-size: contain;
    width: 64px;
    height: 64px;
    top: calc(50% - 32px);
    left: calc(50% - 32px);
  }
  .p-usage-video .playing + .stopBtn {
    opacity: 0;
  }
}

.p-usage-heading {
  text-align: center;
  margin-bottom: 30px;
}
.p-usage-heading img {
  width: 109px;
}

.p-spec {
  padding-block: 40px;
  padding-inline: 28px 27px;
  position: relative;
  transition: max-height 0.5s;
  max-height: 514px;
  overflow: hidden;
}
.p-spec dl {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.333333;
}
.p-spec dl > div {
  display: flex;
  border-bottom: 1px solid #99B2B5;
  padding: 18px 7px;
}
.p-spec dl > div:last-child {
  border-bottom: none;
  padding-bottom: 40px;
}
.p-spec dt {
  flex-basis: 67px;
}
.p-spec dd {
  flex-basis: calc(100% - 67px);
}

.p-spec-heading {
  margin-bottom: 12px;
  text-align: center;
  font-size: 0;
}
.p-spec-heading img {
  width: 82px;
}

.p-spec-more {
  position: absolute;
  width: 100%;
  height: 154px;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(180deg, transparent, #ffffff 32%, #ffffff 100%);
  cursor: pointer;
}
.p-spec-more span {
  position: absolute;
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAyMSAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMSAxTDEwLjUgMTAuNUwyMCAxIiBzdHJva2U9IiMyOEE3QjgiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+PC9zdmc+");
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 10px;
  left: calc(50% - 10px);
  top: calc(50% - 5px);
  transition: transform 0.5s;
}
._expanded .p-spec-more {
  background-image: none;
  height: 40px;
  height: 70px;
}
._expanded .p-spec-more span {
  transform: rotate(-180deg);
}

.p-renewal {
  background-color: #FFE600;
  padding-block: 53px 48px;
  text-align: center;
}

.p-renewal_logo {
  width: 176px;
  margin-bottom: 40px;
}

.p-renewal_text {
  width: 293px;
  margin-bottom: 40px;
}

.p-renewal_picture {
  margin-bottom: 47px;
}

.p-renewal_text2 {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.8;
}

.p-company {
  text-align: center;
  padding-block: 46px;
}
.p-company img {
  width: 151px;
}

.l-header .l-header__wrap {
  padding: 1.5rem 4rem;
}

.l-header .l-header__h1 {
  width: 13.4rem;
}

.l-header .l-header__h1__logo--black {
  width: 13.4rem;
}

.l-header.is-scrolled .l-header__h1__logo--black {
  width: 13.4rem;
}

@media screen and (min-width: 1px) and (max-width: 768px) {
  .l-header .l-header__wrap {
    height: 6rem;
  }
}
.l-footer .l-footer__wrap {
  padding-block: 46px 14px;
  padding-inline: 20px;
}

.l-footer__body {
  justify-content: center;
}

.l-footer__copyright {
  text-align: center;
  font-size: 11px;
  margin-top: 40px;
}

.l-footer .l-footer__logoNav {
  flex-basis: auto;
}

.l-footer__logoNav__nakano img {
  width: 151px;
}

.p-bg-lmenu img {
  width: 321px;
  height: auto;
}

.p-bg-lmenu-button {
  margin-top: 36px;
}