@charset "euc-jp";

/* ----------------------------------------------------------
 reset css destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.min.css
---------------------------------------------------------- */
*,::before,::after{box-sizing:border-box;border-style:solid;border-width:0;min-width:0}html{line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}body{margin:0}main{display:block}p,table,blockquote,address,pre,iframe,form,figure,dl{margin:0}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit;margin:0}ul,ol{margin:0;padding:0;list-style:none}dt{font-weight:normal}dd{margin-left:0}hr{box-sizing:content-box;height:0;overflow:visible;border-top-width:0.0625rem;margin:0;clear:both;color:inherit}pre{font-family:monospace,monospace;font-size:inherit}address{font-style:inherit}a{background-color:transparent;text-decoration:none;color:inherit}abbr[title]{text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:inherit}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}svg,img,embed,object,iframe{vertical-align:bottom}button,[type="button"],[type="reset"],[type="submit"]{cursor:pointer}button:disabled,[type="button"]:disabled,[type="reset"]:disabled,[type="submit"]:disabled{cursor:default}:-moz-focusring{outline:auto}select:disabled{opacity:inherit}option{padding:0}fieldset{margin:0;padding:0;min-width:0}legend{padding:0}progress{vertical-align:baseline}textarea{overflow:auto}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{outline-offset:-0.125rem}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}[type="number"]{-moz-appearance:textfield}label[for]{cursor:pointer}details{display:block}summary{display:list-item}[contenteditable]:focus{outline:auto}table{border-color:inherit;border-collapse:collapse}caption{text-align:left}td,th{vertical-align:top;padding:0}th{text-align:left;font-weight:700}


/* ----------------------------------------------------------
 common css
---------------------------------------------------------- */

/* root settings
--------------------------------------------- */
:root {
  --green: #124a36;
  --black: #231815;
  --white: #fff;
  --gold: #B79A45;
  --red: #660000;
  --gray: #cccccc;
  --lightgray: #F6F5F1;
  --darkgray: #999999;
  --pottery: #011E41;
  --grandir: #BE8D1B;
  --wedgwood: #519CC0;
  --copen: #023B9C;
  --iittala: #CC0828;
  --arabia: #09325F;
  --ft-s: 0.85rem;
  --ft-m: 1.25rem;
}

@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1199px) and (orientation: portrait) { /* sp */
  :root {
    --ft-m: 1.15rem;
  }
}

/* base settings
--------------------------------------------- */
body {
  color: #231815;
  background-color: #fff;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 175%;
}
a:hover {
  color: currentColor !important;
  text-decoration: inherit !important;
}
select {
  appearance: none;
  padding: 0 3rem 0 1rem;
  border-radius: 0;
  background-color: var(--white);
  background-image: linear-gradient(45deg, transparent calc(50% - 0.0625rem), var(--gold) calc(50% - 0.0625rem), var(--gold) calc(50% + 0.0625rem), transparent calc(50% + 0.0625rem)), linear-gradient(135deg, transparent calc(50% - 0.0625rem), var(--gold) calc(50% - 0.0625rem), var(--gold) calc(50% + 0.0625rem), transparent calc(50% + 0.0625rem));
  background-position: calc(100% - 1.08rem) 50%, calc(100% - 0.79rem) 50%;
  background-size: 0.38rem 0.38rem, 0.38rem 0.38rem;
  background-repeat: no-repeat;
  font-family: "Noto Serif JP", serif;
}
@media only screen and (min-width: 1200px), only screen and (min-width: 768px) and (orientation: landscape) { /* pc */
  a,a:hover {
    transition: .3s;
  }
}
.ja {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.en {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.gothic {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
input,button {
  font-family: "Noto Serif JP", serif !important;
  font-optical-sizing: auto !important;
  font-weight: 400 !important;
  font-style: normal !important;
}
select {
  border-radius: initial !important;
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

/* responsive
--------------------------------------------- */
.container {
  width: 100% !important;
  padding: 0 !important;
}
#wrapper {
  overflow-x: hidden;
}
@media only screen and (min-width: 1200px), only screen and (min-width: 768px) and (orientation: landscape) { /* pc */
  .sponly {
    display: none !important;
  }
  .wrap {
    width: calc(100% - 4rem);
    max-width: 87.5rem;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1199px) and (orientation: portrait) { /* sp */
  .pconly {
    display: none !important;
  }
  .wrap {
    width: calc(100% - 4rem);
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) and (orientation: portrait) { /* tablet portrait */
  br.sponly {
    display: none !important;
  }
}
/* ----------------------------------------------------------
 header
---------------------------------------------------------- */
header {
  position: relative;
  z-index: 10000;
  width: 100%;
}
header.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(0.5rem);
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.08);
  animation: header-slide-down 0.35s ease both;
}
@keyframes header-slide-down {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  header.is-fixed {
    animation: none;
  }
}
.sitename {
  background-color: var(--green);
}
.sitename a {
  display: block;
}
.sitename img {
  width: 100%;
}
.nav-sub {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-color: var(--lightgray);
}
.nav-sub ul {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.nav-sub ul li {
  font-size: var(--ft-s);
}
.nav-sub form {
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 16rem;
  border: 0.0625rem solid #ccc;
  border-radius: 3em;
  background-color: var(--white);
  transition: border-color 0.3s ease;
}
.nav-sub form:focus-within {
  border-color: var(--black);
}
.nav-sub form input[type="text"] {
  flex: 1;
  min-width: 0;
  height: initial !important;
  padding: 0.45rem 0.75rem;
  border: 0;
  border-radius: 0;
  outline: 0;
  background-color: transparent;
  font-family: "Noto Serif JP", serif;
  font-size: var(--ft-s);
}
.nav-sub form input[type="text"]::placeholder {
  color: #999;
}
.nav-sub form button {
  display: grid;
  place-items: center;
  align-self: stretch;
  width: 2.5rem;
  padding: 0;
  color: var(--black);
  border: 0;
  background: transparent;
  border-radius: 0;
}
.nav-sub form button img,
.nav-sub form button svg {
  display: block;
  width: 1rem;
  height: 1rem;
}
.nav-main {
  position: relative;
  z-index: 10000;
  background-color: var(--white);
}
.nav-main__list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-main__item {
  position: relative;
}
.nav-main__link {
  -webkit-appearance: none;
  appearance: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.75rem 1em;
  border: 0;
  color: var(--black);
  background: transparent;
  font-size: 0.9rem;
  line-height: 150%;
  cursor: pointer;
  text-decoration: none;
}
.nav-main__link .en {
  color: var(--gold);
}
.header-menu-button {
  display: none;
}
.nav-main__item--mega:hover .mega-menu,
.nav-main__item--mega:focus-within .mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
  pointer-events: auto;
}
.mega-menu {
  position: fixed;
  top: var(--header-height, 8.75rem);
  left: 50%;
  z-index: 10001;
  width: 60rem;
  max-width: calc(100vw - 2rem);
  padding-top: 0.75rem;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -0.5rem);
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
}
.mega-menu--items {
  width: 50rem;
}
.mega-menu__inner {
  padding: 2rem;
  background: #fff;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.12);
}
.mega-menu__title {
  margin: 0 0 1.25rem;
  padding-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-bottom: 1px solid var(--gray);
}
.mega-menu__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem 1.5rem;
  margin: 0 0 1rem 0;
  padding: 0;
  list-style: none;
}
.mega-menu__list--items {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}
.mega-menu p.link a {
  display: block;
  width: 100%;
}
.mega-menu__link {
  display: flex;
  align-items: center;
  color: inherit;
  text-decoration: none;
}
.mega-menu__link img {
  width: 25%;
}
.mega-menu__link div {
  width: calc(100% - 25%);
  padding-left: 0.5rem;
}
.mega-menu__link div span {
  display: block;
  line-height: 1.25em;
}
.mega-menu__link .ja {
  font-size: 0.75rem;
  line-height: 1;
}
.mega-menu__link--item {
  min-height: 3.75rem;
  padding: 0.5rem;
  color: var(--white);
  background-color: var(--green);
}
.mega-menu__link--item img {
  width: 2.5rem;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}
.mega-menu__link--item div {
  width: calc(100% - 2.5rem);
  padding-left: 0.5rem;
}
.mega-menu__link:hover,
.mega-menu__link:focus-visible {
  text-decoration: underline;
}
@media screen and (max-width: 70rem), screen and (min-width: 70.0625rem) and (max-width: 74.9375rem) and (orientation: portrait) {
  .nav-main__list {
    display: block;
  }
  .nav-main__link {
    width: 100%;
    justify-content: flex-start;
    min-height: 2.75rem;
    padding: 0 1rem;
  }
  .mega-menu {
    position: static;
    width: auto;
    max-width: none;
    padding-top: 0;
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: auto;
  }
  .mega-menu__inner {
    padding: 1rem;
    box-shadow: none;
  }
  .mega-menu__title {
    margin-bottom: 0.75rem;
    font-size: 1rem;
  }
  .mega-menu__list {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .mega-menu__link {
    padding: 0.625rem 0;
  }
}

@media only screen and (min-width: 1200px), only screen and (min-width: 1121px) and (orientation: landscape) { /* pc */
  header {
    background-color: var(--white);
  }
  header.is-fixed {
    background-color: rgba(255, 255, 255, 0.75);
  }
  header.is-fixed .nav-main {
    background-color: transparent !important;
  }
  header .grid-wrap {
    position: relative;
    width: calc(100% - 4rem);
    max-width: 87.5rem;
    margin: 0 auto;
  }
  header .grid-wrap:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: -4rem;
    display: block;
    width: 4rem;
    height: 3rem;
    background: linear-gradient(90deg, #124A36 26.41%, #0B3928 84.62%);
  }
  header .grid-wrap:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 10rem;
    display: block;
    width: 4rem;
    height: 3rem;
    background: linear-gradient(90deg, #0B3928 26.41%, #124A36 84.62%);
  }
  header .grid-wrap .sitename {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 10rem;
  }
  header .grid-wrap .sitename a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 10rem;
  }
  header .grid-wrap .sitename a img {
    width: 70%;
  }
  header .grid-wrap .right {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    padding-left: 10rem;
  }
  .nav-bar {
    grid-column: span 3;
    grid-row: 1 / 2;
    position: relative;
    padding: 0.25rem 0;
    color: var(--white);
    background-color: var(--green);
    font-size: var(--ft-s);
  }
  .nav-bar::before,
  .nav-bar::after {
    content: "";
    position: absolute;
    top: 0;
    display: block;
    width: 30vw;
    height: 100%;
    background-color: var(--green);
  }
  .nav-bar::before {
    left: 100%;
  }
  .nav-bar::after {
    right: 100%;
  }
  .nav-bar ul {
    display: flex;
    justify-content: flex-end;
  }
  .nav-bar ul li {
    position: relative;
    margin-left: 2em;
  }
  .nav-bar ul li::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -1em;
    display: block;
    width: 0.0625rem;
    height: 70%;
    background-color: rgba(255 255 255 / 0.5);
    transform: translateY(-50%);
  }
  .nav-bar ul li:first-child::after {
    content: none;
  }
  .nav-bar a {
    color: var(--white);
  }
  .nav-bar a:hover {
    color: var(--gold) !important;
  }
  .pc-flex {
    position: relative;
    grid-column: 1 / 3;
    grid-row: 2 / 3;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--lightgray);
  }
  .pc-flex::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 100%;
    display: block;
    width: 30vw;
    height: 100%;
    background-color: var(--lightgray);
  }
  .pc-flex::after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    display: block;
    width: 30vw;
    height: 100%;
    background-color: var(--lightgray);
  }
  .shipping-fee {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 3;
    padding: 0.5rem 1rem;
    color: var(--grandir);
    background-color: var(--lightgray);
    font-size: 0.9rem;
  }
  .shipping-fee .image {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.5rem;
    padding: 0.5rem;
    border-radius: 100%;
    background-color: var(--white);
    width: 3.25rem;
    aspect-ratio: 1 / 1;
  }
  .shipping-fee .image img {
    width: 100%;
  }
  .shipping-fee p {
    display: flex;
    align-items: center;
  }
  .shipping-fee span {
    display: inline-block;
    margin-left: 0.5rem;
    font-weight: 500;
    font-size: 1.25rem;
  }
  .nav-sub {
    position: relative;
    grid-column: 2 / 3;
    grid-row: 2 / 3;
  }
  .nav-sub ul li {
    margin: 0 0.5rem;
  }
  .nav-sub ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .nav-sub ul li a:hover {
    color: var(--gold) !important;
  }
  .nav-sub ul li a:before {
    content: "";
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    background: url(https://file003.shop-pro.jp/PA01445/849/template/nihonnotsurugi/icon-mypage.svg) no-repeat center center / contain;
  }
  .nav-sub ul li:nth-child(2) a:before {
    background: url(https://file003.shop-pro.jp/PA01445/849/template/nihonnotsurugi/icon-favorites.svg) no-repeat center center / contain;
  }
  .nav-sub ul li:nth-child(3) a:before {
    background: url(https://file003.shop-pro.jp/PA01445/849/template/nihonnotsurugi/icon-cart.svg) no-repeat center center / contain;
  }
  .nav-main {
    grid-column: span 3;
    grid-row: 3 / 4;
  }
  .nav-main__item .ja {
    transition: .3s;
    font-feature-settings: "halt";
  }
  .mega-menu p.link a:hover {
    transform: initial !important;
    background-color: var(--green);
  }
  .nav-main__item:hover > .nav-main__link:not(.mega-menu__link) > .ja {
    transition: .3s;
    color: var(--gold);
  }
  a.mega-menu__link:hover {
    color: var(--gold) !important;
  }
}

@media only screen and (max-width: 1120px), only screen and (min-width: 1121px) and (max-width: 1199px) and (orientation: portrait) { /* sp */
  body.is-sp-menu-open {
    overflow: hidden;
    position: fixed;
    left: 0;
    width: 100%;
  }
  header {
    color: var(--white);
    background-color: var(--green) !important;
    box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.08);
  }
  header .pconly {
    display: none !important;
  }
  header .sponly {
    display: block !important;
  }
  header.is-fixed {
    background-color: rgba(255, 255, 255, 0.92);
  }
  header .grid-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 4.25rem;
  }
  header .grid-wrap .sitename,
  header .grid-wrap .sitename h1,
  header .grid-wrap .sitename p {
    height: 100%;
  }
  header .grid-wrap .sitename a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 100%;
    padding: 0.75rem;
  }
  header .grid-wrap .sitename a img {
    width: auto;
    height: 100%;
  }
  header .grid-wrap .right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1;
    min-width: 0;
    height: 100%;
    margin-left: 0.5rem;
  }
  .nav-sub {
    background-color: transparent;
  }
  .nav-sub .search {
    display: none;
  }
  .nav-sub ul {
    gap: 0.5rem;
    margin-left: 0;
  }
  .nav-sub ul li {
    font-size: 0.65rem;
    line-height: 1.5;
  }
  .nav-sub ul li a {
    display: grid;
    place-items: center;
    color: var(--white) !important;
  }
  .nav-sub ul li a::before {
    content: "";
    display: block;
    width: 1.35rem;
    height: 1.35rem;
    aspect-ratio: 1 / 1;
    background: url(https://file003.shop-pro.jp/PA01445/849/template/nihonnotsurugi/icon-mypage.svg) no-repeat center center / contain;
    -webkit-filter: brightness(0) invert(100%);
    filter: brightness(0) invert(100%);
  }
  .nav-sub ul li:nth-child(2) a::before {
    background-image: url(https://file003.shop-pro.jp/PA01445/849/template/nihonnotsurugi/icon-favorites.svg);
  }
  .nav-sub ul li:nth-child(3) a::before {
    background-image: url(https://file003.shop-pro.jp/PA01445/849/template/nihonnotsurugi/icon-cart.svg);
  }
  .header-menu-button {
    position: relative;
    z-index: 10002;
    display: block;
    width: auto;
    height: 100%;
    aspect-ratio: 1 / 1;
    margin-left: 0.75rem;
    padding: 0.7rem;
    background-color: #0B3928;
  }
  .header-menu-button span {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 1.75rem;
    height: 2px;
    background-color: var(--white);
    transition: transform 0.25s ease, opacity 0.25s ease;
  }
  .header-menu-button span:nth-child(1) {
    transform: translate(-50%, calc(-50% - 0.45rem));
  }
  .header-menu-button span:nth-child(2) {
    transform: translate(-50%, -50%);
  }
  .header-menu-button span:nth-child(3) {
    transform: translate(-50%, calc(-50% + 0.45rem));
  }
  header.is-menu-open .header-menu-button span:nth-child(1) {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  header.is-menu-open .header-menu-button span:nth-child(2) {
    opacity: 0;
  }
  header.is-menu-open .header-menu-button span:nth-child(3) {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .nav-main {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10001;
    width: min(22rem, 88vw);
    overflow-y: auto;
    padding: 5.25rem 1rem 2rem;
    background-color: var(--white);
    box-shadow: -0.5rem 0 1.5rem rgba(0, 0, 0, 0.14);
    visibility: hidden;
    pointer-events: none;
    transform: translateX(100%);
    transition: transform 0.25s ease, visibility 0.25s ease;
  }
  header.is-menu-open .nav-main {
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0);
  }
  .nav-main__list {
    display: block;
  }
  .nav-main__item {
    border-bottom: 0.0625rem solid var(--gray);
  }
  .nav-main__link {
    position: relative;
    align-items: flex-start;
    width: 100%;
    min-height: 3.5rem;
    padding: 0.75rem 2.25rem 0.75rem 0;
    text-align: left;
    color: var(--black) !important;
  }
  .nav-main__link .ja {
    font-size: 0.95rem;
    line-height: 1.4;
    color: var(--black) !important;
  }
  .nav-main__link .en {
    font-size: 0.78rem;
    line-height: 1.25;
  }
  .nav-main__item--mega > .nav-main__mega-button::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0.35rem;
    width: 0.55rem;
    aspect-ratio: 1 / 1;
    border-right: 0.0625rem solid currentColor;
    border-bottom: 0.0625rem solid currentColor;
    transform: translateY(-65%) rotate(45deg);
    transition: transform 0.25s ease;
  }
  .nav-main__item--mega.is-accordion-open > .nav-main__mega-button::after {
    transform: translateY(-35%) rotate(225deg);
  }
  .nav-main__item--mega:hover .mega-menu,
  .nav-main__item--mega:focus-within .mega-menu {
    transform: none;
  }
  .mega-menu {
    position: static;
    width: auto;
    max-width: none;
    max-height: 0;
    overflow: hidden;
    padding-top: 0;
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: auto;
    transition: max-height 0.3s ease;
  }
  .nav-main__item--mega.is-accordion-open .mega-menu {
    max-height: 90rem;
  }
  .mega-menu__inner {
    padding: 0 0 1rem 0.75rem;
    box-shadow: none;
    background-color: transparent;
  }
  .mega-menu__title {
    display: none;
  }
  .mega-menu__list,
  .mega-menu__list--items {
    grid-template-columns: 1fr;
    gap: 0;
    margin-bottom: 0;
  }
  .mega-menu__list--items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
  }
  .mega-menu__list--other {
    display: block;
  }
  .mega-menu__link {
    min-height: 0;
    padding: 0.25rem 0;
    color: var(--black);
    background-color: transparent;
  }
  .mega-menu__text-link {
    position: relative;
    padding: 0.45rem 0 0.45rem 1rem;
    color: var(--black);
    font-size: 0.9rem;
    line-height: 1.5;
  }
  .mega-menu__text-link::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 0.4rem;
    aspect-ratio: 1 / 1;
    border-top: 1px solid var(--gold);
    border-right: 1px solid var(--gold);
    transform: translateY(-50%) rotate(45deg);
  }
  .mega-menu__link--item {
    margin-bottom: 0;
    padding: 0.5rem 0.75rem;
    color: var(--white);
    background-color: var(--green);
  }
  .mega-menu__link--item .en {
    display: none;
  }
  .mega-menu__link img {
    width: 3rem;
    aspect-ratio: 1 / 1;
    object-fit: cover;
  }
  .mega-menu__link div {
    width: calc(100% - 3.25rem);
    padding-left: 0.75rem;
  }
  .mega-menu__link--item img {
    width: 1.75rem;
  }
  .mega-menu__link--item div {
    width: calc(100% - 1.75rem);
    padding-left: 0;
  }
  .mega-menu p.link {
    margin-top: 1rem !important;
  }
  .mega-menu p.link a {
    padding: 0.7rem 1rem;
    color: var(--white);
    background-color: var(--gold);
    text-align: center;
  }
}


/* ----------------------------------------------------------
 footer
---------------------------------------------------------- */
footer {
  margin-top: 6rem;
  color: var(--white);
  background-color: var(--green);
}
footer a {
  display: block;
}
footer .logo a img {
  width: 100%;
}
footer .address {
  margin-top: 1rem;
}
footer .company span {
  display: block;
  margin-bottom: 0.5rem;
}
footer .company img {
  width: 10rem;
}
@media only screen and (min-width: 1200px), only screen and (min-width: 1121px) and (orientation: landscape) { /* pc */
  footer {
    display: flex;
    justify-content: space-between;
    padding: 3rem 4rem 2rem 4rem;
  }
  footer .siteinfo {
    width: 15rem;
    display: flex;
    flex-direction: column;
    padding-right: 4rem;
    border-right: 0.0625rem solid rgba(255 255 255 / 0.25);
    font-size: var(--ft-s);
  }
  footer .siteinfo .company {
    margin-top: auto;
  }
  footer .right {
    margin-left: auto;
  }
  footer .nav-footer {
    display: flex;
    margin-bottom: 4rem;
  }
  footer .nav-footer__item {
    margin-left: 3rem;
  }
  footer .nav-footer__item p.title {
    margin-bottom: 1rem;
  }
  footer .nav-footer__item nav ul li {
    position: relative;
    padding-left: 1.25rem;
    font-size: var(--ft-s);
  }
  footer .nav-footer__item nav ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    width: 1em;
    height: 0.0625rem;
    background-color: rgba(255 255 255 / 0.25);
    transform: translateY(-50%);
  }
  footer .nav-footer__item nav ul li a:hover {
    color: var(--gold) !important;
  }
  footer .nav-footer__items nav ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 1rem;
  }
  footer .copyright {
    text-align: right;
    font-size: var(--ft-s);
  }
  footer .copyright p {
    margin-bottom: 0.5rem;
  }
  footer .copyright p a {
    display: inline-block;
  }
  footer .copyright p img {
    width: 2rem;
    height: 2rem;
  }
}
@media only screen and (max-width: 1120px), only screen and (min-width: 1121px) and (max-width: 1199px) and (orientation: portrait) { /* sp */
  footer {
    padding: 2rem 0 0 0;
    text-align: center;
  }
  footer .pconly {
    display: none !important;
  }
  footer .sponly {
    display: block !important;
  }
  footer .siteinfo,
  footer .right {
    width: 100%;
  }
  footer .siteinfo .logo {
    width: 40%;
    margin: 0 auto;
  }
  footer .siteinfo .logo a img {
    max-width: 10rem;
  }
  footer .siteinfo .address,
  footer .siteinfo .company {
    margin-bottom: 1rem;
    font-size: var(--ft-s);
    line-height: 1.5;
  }
  footer .copyright {
    background-color: #0B3928;
    font-size: var(--ft-s);
  }
  footer .copyright p {
    margin-bottom: 0.5rem;
  }
  footer .copyright p img {
    width: 2rem;
    height: 2rem;
  }
}


/* ----------------------------------------------------------
 common css
---------------------------------------------------------- */

/* 背景色 */
.bggray {
  background-color: var(--lightgray);
}

/* 文字色 */
.tx_red {
  color: var(--iittala);
}

/* 背景ボーダー */
.bgborder {
  position: relative;
}
.bgborder::before,
.bgborder::after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 0.0625rem;
  background-color: var(--white);
}
.bgborder::before {
  top: 0.625rem;
}
.bgborder::after {
  bottom: 0.625rem;
}

/* タイトル */
.main-title {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}
.main-title__line {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.main-title__line::before,
.main-title__line::after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 50vw;
  height: 0.0625rem;
  background-color: var(--gray);
}
.main-title__line::before {
  right: 100%;
  transform: translateX(-2rem);
}
.main-title__line::after {
  left: 100%;
  transform: translateX(2rem);
}
.main-title .en {
  font-size: 1.75rem;
}
.main-title .en span {
  display: inline-block;
}
.main-title .en span::first-letter {
  color: var(--gold);
}
.main-title .ja {
  font-size: var(--ft-s);
}
.sub-title {
  position: relative;
  margin-bottom: 2rem;
  padding-bottom: 0.5rem;
  border-bottom: 0.0625rem solid var(--gold);
  font-weight: 500;
  font-size: var(--ft-m);
}
.sub-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.125rem;
  display: block;
  width: 3rem;
  height: 0.1875rem;
  background-color: var(--gold);
}
.sub-title .en {
  padding-right: 0.5em;
  font-size: var(--ft-m);
}
.sub-title .en span {
  display: inline-block;
}
.sub-title .en span::first-letter {
  color: var(--gold);
}
.title-green {
  padding: 0.5rem 0.75rem;
  color: var(--white);
  background-color: var(--green);
  font-size: 1.125rem;
}
.title-red {
  padding: 0.5rem 0.75rem;
  color: var(--white);
  background-color: var(--red);
  font-size: 1.125rem;
}
.title-gold {
  padding: 0.5rem 0.75rem;
  color: var(--white);
  background-color: var(--gold);
  font-size: 1.125rem;
}

@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1199px) and (orientation: portrait) { /* sp */
  .main-title {
    margin-top: 1.5rem;
  }
}

/* リード文 */
@media only screen and (min-width: 1200px), only screen and (min-width: 768px) and (orientation: landscape) { /* pc */
  .section-lead {
    text-align: center;
  }
}

/* ページヘッダー */
.page-header {
  position: relative;
  margin-bottom: 2rem;
  padding: 4rem 0;
  background: url(https://file003.shop-pro.jp/PA01445/849/template/nihonnotsurugi/bg-shop.jpg) no-repeat top 15% center / cover;
}
.page-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgb(00 00 00 / 0.75);
}
.page-header .main-title {
  margin-bottom: 0;
  color: var(--white);
}

@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1199px) and (orientation: portrait) { /* sp */
  .page-header {
    padding: 1rem 0 2rem 0;
    margin-bottom: 1rem;
  }
}

/* リンクボタン */
p.link {
  margin-top: 2rem !important;
  text-align: center;
}
.link a {
  position: relative;
  display: inline-block;
  padding: 1rem;
  color: var(--white) !important;
  background-color: var(--gold);
  text-align: center;
}
.link a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  display: block;
  transform: translateY(-50%) rotate(45deg);
  width: 0.5rem;
  height: 0.5rem;
  margin-left: 3em;
  border-top: 0.125rem solid var(--white);
  border-right: 0.125rem solid var(--white);
}
@media only screen and (min-width: 1200px), only screen and (min-width: 768px) and (orientation: landscape) { /* pc */
  .link a {
    min-width: 15rem;
  }
  .link a:hover {
    transform: translate(0.125rem,0.125rem);
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1199px) and (orientation: portrait) { /* sp */
  .link a {
    display: flex;
    width: calc(100% - 2rem);
    margin: 0 auto;
  }
}


/* バナー */
.linkbanner a {
  position: relative;
  display: flex;
  align-items: center;
  color: var(--white);
}
.linkbanner a:hover {
  color: var(--white) !important;
}
.linkbanner a img {
  width: 6rem;
}
.linkbanner a p {
  padding: 1rem;
  line-height: 150%;
  text-align: left;
}
.linkbanner a span {
  display: block;
}
.linkbanner a .en {
  color: var(--gold);
}
.linkbanner a:after {
  content: "";
  position: absolute;
  right: 1rem;
  display: block;
  transform: rotate(45deg);
  width: 0.5rem;
  height: 0.5rem;
  border-top: 0.125rem solid var(--gold);
  border-right: 0.125rem solid var(--gold);
  margin-left: 1rem;
}
.linkbanner-quality {
  background-color: var(--red);
}
.linkbanner-showroom {
  background-color: var(--green);
}

@media only screen and (min-width: 1200px), only screen and (min-width: 768px) and (orientation: landscape) { /* pc */
  .linkbanner {
    display: inline-block;
    transition: .3s;
  }
  .linkbanner:hover {
    transform: translate(0.125rem,0.125rem);
    transition: .3s;
  }
  .linkbanner a p {
    padding: 1rem 6rem 1rem 1rem;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1199px) and (orientation: portrait) { /* sp */
  .linkbanner {
    width: 100%;
    max-width: 25rem;
    margin-left: auto;
    margin-right: auto;
  }
  .linkbanner a p {
    padding: 1rem 0.5rem;
  }
  .linkbanner a:after {
    right: 0.75rem;
  }
}

/* dl */
dl.dl-simple {
  margin: 2rem auto;
}
dl.dl-simple dt {
  padding: 1rem 1.25rem;
  border: 0.0625rem solid var(--gray);
  background-color: var(--lightgray);
}
dl.dl-simple dd {
  padding: 1rem 1.25rem;
  border: 0.0625rem solid var(--gray);
}
dl.dl-simple dd p {
  margin-bottom: 1rem;
}
dl.dl-simple dd p:last-of-type {
  margin-bottom: 0;
}
/* dl 入れ子 */
.dl-simple dl {
  margin: 0.5rem auto;
}
.dl-simple dl dt,
.dl-simple dl dd {
  padding: 0.5rem !important;
}
.dl-simple dl dt {
  justify-content: center;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 768px) and (orientation: landscape) { /* pc */
  dl.dl-simple {
    display: grid;
    grid-template-columns: max-content 1fr;
    border-bottom: 0.0625rem solid var(--gray);
  }
  dl.dl-simple dt {
    display: flex;
    align-items: center;
    white-space: nowrap;
    border-right: 0;
    border-bottom: 0;
    line-height: 175%;
  }
  dl.dl-simple dd {
    min-width: 0;
    border-bottom: 0;
    line-height: 175%;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1199px) and (orientation: portrait) { /* sp */
  dl.dl-simple {
    border-bottom: 0.0625rem solid var(--gray);
  }
  dl.dl-simple dt,
  dl.dl-simple dd {
    padding: 0.75rem;
    border-bottom: 0;
    line-height: 1.75;
  }
}

/* ul */
ul.ul-simple li,
ul.ul-square li,
ul.ul-caution li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 175%;
}
ul.ul-simple li:before {
  content: "・";
}
ul.ul-square li:before {
  content: "■";
}
ul.ul-caution li:before {
  content: "※";
}


/* ----------------------------------------------------------
 2本の剣SR
---------------------------------------------------------- */
section.about:not(.page--top section.about) {
  position: relative;
  padding: 6rem 0 4rem 0;
  background: url(https://file003.shop-pro.jp/PA01445/849/template/nihonnotsurugi/bg-shop.jpg) no-repeat center center / cover;
  text-align: center;
}
section.about:not(.page--top section.about)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgb(13 66 47 / 0.9);
}
section.about:not(.page--top section.about) > * {
  position: relative;
}
section.about:not(.page--top section.about) .wrap .detail {
  position: relative;
  padding: 3rem;
  background-color: var(--white);
  text-align: left;
}
section.about:not(.page--top section.about) .wrap .detail a {
  display: block;
}
@media only screen and (min-width: 1200px), only screen and (min-width: 768px) and (orientation: landscape) { /* pc */
  section.about:not(.page--top section.about) .wrap {
    display: flex;
    align-items: stretch;
  }
  section.about:not(.page--top section.about) .wrap figure {
    position: relative;
    width: 50%;
    overflow: hidden;
  }
  section.about:not(.page--top section.about) .wrap figure img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 20%;
  }
  section.about:not(.page--top section.about) .wrap .detail {
    width: 50%;
  }
  section.about:not(.page--top section.about) .wrap .detail .more {
    position: absolute;
    top: 3rem;
    right: 3rem;
    padding-right: 1rem;
    color: var(--gold);
  }
  section.about:not(.page--top section.about) .wrap .detail .more:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    display: block;
    transform: translateY(-50%) rotate(45deg);
    width: 0.5rem;
    height: 0.5rem;
    border-top: 0.125rem solid var(--gold);
    border-right: 0.125rem solid var(--gold);
  }
  section.about:not(.page--top section.about) .wrap .detail .sub-title {
    transition: .3s;
  }
  section.about:not(.page--top section.about) .wrap .detail:hover .sub-title {
    color: var(--gold) !important;
    transition: .3s;
  }
}


/* ----------------------------------------------------------
 ranking
---------------------------------------------------------- */
section.ranking {
  padding: 4rem 0;
  text-align: center;
}
section.ranking h2 {
  margin-bottom: 1rem;
}
section.ranking .ranking-list {
  margin: 2rem auto;
}
section.ranking .ranking-list li {
  border: 0.0625rem solid var(--gray);
  text-align: left;
}
section.ranking .ranking-list li a {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding: 0.75rem 1rem 0.75rem 0.75rem;
}
section.ranking .ranking-list li a:after {
  content: "";
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  display: block;
  transform: rotate(45deg);
  width: 0.5rem;
  height: 0.5rem;
  border-top: 0.125rem solid var(--gold);
  border-right: 0.125rem solid var(--gold);
}
section.ranking .ranking-list li a .ranking-list__rank {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--white);
  width: 2.5em;
  height: 2.5em;
  background: none;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  z-index: 1;
  padding-left: 0.5em;
}
section.ranking .ranking-list li a .ranking-list__rank::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 2.5em solid #F1CE20;
  border-right: 2.5em solid transparent;
  border-bottom: 0 solid transparent;
  border-left: 0 solid transparent;
  z-index: -1;
}
section.ranking .ranking-list li:nth-child(2) a .ranking-list__rank::before {
  border-top: 2.5em solid var(--darkgray);
}
section.ranking .ranking-list li:nth-child(3) a .ranking-list__rank::before {
  border-top: 2.5em solid #D4A16A;
}
section.ranking .ranking-list li a img {
  width: 25%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
section.ranking .ranking-list li a div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 75%;
  padding-left: 0.75rem;
}
section.ranking .ranking-list li a div span {
  display: block;
  font-size: var(--ft-s);
  line-height: 1.75;
}
section.ranking .ranking-list li a .ranking-list__name {
  margin-bottom: 1rem;
}
section.ranking .ranking-list li a .ranking-list__price {
  margin-top: auto;
  font-weight: 600;
  font-family: 'Noto Serif JP', serif;
  color: var(--darkgray);
}

@media only screen and (min-width: 1200px), only screen and (min-width: 768px) and (orientation: landscape) { /* pc */
  section.ranking .ranking-list {
    display: flex;
    justify-content: space-between;
    max-width: 80rem;
    margin: 2rem auto;
  }
  section.ranking .ranking-list li {
    width: calc((100% - 3rem) / 3);
    transition: .3s;
  }
  section.ranking .ranking-list li:hover {
    transform: translate(0.125rem,0.125rem);
    transition: .3s;
  }
}

@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1199px) and (orientation: portrait) { /* sp */
  section.ranking {
    padding: 2rem 0;
  }
  section.ranking .ranking-list li + li {
    margin-top: 1rem;
  }
  section.ranking .ranking-list li a img {
    max-width: 7rem;
  }
}


/* ----------------------------------------------------------
 shopping guide css
---------------------------------------------------------- */
/* ナビ */
.nav-guide {
  margin: 2rem auto 4rem auto;
}
.nav-guide ul li {
  background-color: var(--green);
}
.nav-guide ul li.current {
  background-color: var(--gold);
}
.nav-guide ul li.current,
.nav-guide ul li a {
  position: relative;
  display: block;
  padding: 0.75rem;
  color: var(--white) !important;
  text-align: center;
}
.nav-guide ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  display: block;
  transform: translateY(-50%) rotate(45deg);
  width: 0.5rem;
  height: 0.5rem;
  margin-left: 3em;
  border-top: 1px solid var(--white);
  border-right: 1px solid var(--white);
}
.nav-guide__check {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.nav-guide__toggle {
  display: block;
  color: var(--white);
  background-color: var(--gold);
  cursor: pointer;
  position: relative;
  padding: 0.5rem 2.75rem 0.5rem 1rem;
}
.nav-guide__toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 0.55rem;
  height: 0.55rem;
  border-right: 0.0625rem solid var(--white);
  border-bottom: 0.0625rem solid var(--white);
  transform: translateY(-70%) rotate(45deg);
  transition: transform .3s;
}
.nav-guide__check:checked + .nav-guide__toggle::after {
  transform: translateY(-20%) rotate(225deg);
}

@media only screen and (min-width: 1200px), only screen and (min-width: 768px) and (orientation: landscape) { /* pc */
  .nav-guide__toggle {
    display: none;
  }
  .nav-guide ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.5rem;
  }
  .nav-guide ul li {
    transition: .3s;
  }
  .nav-guide ul li:hover {
    transition: .3s;
    background-color: var(--gold);
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1199px) and (orientation: portrait) { /* sp */
  .nav-guide__toggle {
    padding: 0.75rem 2.75rem 0.75rem 1rem;
    font-size: 1rem;
  }
  .nav-guide__toggle + ul {
    display: none;
  }
  .nav-guide__check:checked + .nav-guide__toggle + ul {
    display: block;
  }
  .nav-guide ul li.current {
    display: none;
  }
  .nav-guide ul li a {
  border-bottom: 0.0625rem solid var(--white);
    padding: 0.5rem 0.75rem;
    text-align: left;
    font-size: var(--ft-s);
  }
}
