@charset "UTF-8";
ul, ol {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:after,
*:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  overflow-wrap: anywhere;
  word-break: normal;
}

audio,
embed,
iframe,
img,
object,
video {
  height: auto;
  max-width: 100%;
}

video, img {
  vertical-align: top;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
  text-align: left;
}

:root {
  --color-black: #000;
  --color-black02: #3E3E3E;
  --color-white: #ffffff;
  --color-white02: #F7F7F7;
  --color-gray: #838484;
  --color-gray02: #DEDEDE;
  --color-gray03: #F3F3F3;
  --color-yellow: #e2e98a;
  --color-pink: #e98a9c;
  --color-pink02: #FECCCB;
  --color-red: #E60013;
  --color-orange: #e27e1a;
  --color-gold: #d0a900;
  --color-blue: #247da8;
  --color-brown: #917967;
  --color-beige: #BEB7B1;
  --color-beige02: #f5f0ed;
  --font-gothic: "Noto Sans JP", sans-serif;
  --font-gothic-en: "Inter", sans-serif;
  --font-mincho: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  --height-header: 0px;
}
:root .black {
  color: var(--color-black);
}
:root .bg-black {
  background-color: var(--color-black);
}
:root .black02 {
  color: var(--color-black02);
}
:root .bg-black02 {
  background-color: var(--color-black02);
}
:root .white {
  color: var(--color-white);
}
:root .bg-white {
  background-color: var(--color-white);
}
:root .white02 {
  color: var(--color-white02);
}
:root .bg-white02 {
  background-color: var(--color-white02);
}
:root .gray {
  color: var(--color-gray);
}
:root .bg-gray {
  background-color: var(--color-gray);
}
:root .gray02 {
  color: var(--color-gray02);
}
:root .bg-gray02 {
  background-color: var(--color-gray02);
}
:root .gray03 {
  color: var(--color-gray03);
}
:root .bg-gray03 {
  background-color: var(--color-gray03);
}
:root .yellow {
  color: var(--color-yellow);
}
:root .bg-yellow {
  background-color: var(--color-yellow);
}
:root .pink {
  color: var(--color-pink);
}
:root .bg-pink {
  background-color: var(--color-pink);
}
:root .pink02 {
  color: var(--color-pink02);
}
:root .bg-pink02 {
  background-color: var(--color-pink02);
}
:root .red {
  color: var(--color-red);
}
:root .bg-red {
  background-color: var(--color-red);
}
:root .orange {
  color: var(--color-orange);
}
:root .bg-orange {
  background-color: var(--color-orange);
}
:root .gold {
  color: var(--color-gold);
}
:root .bg-gold {
  background-color: var(--color-gold);
}
:root .blue {
  color: var(--color-blue);
}
:root .bg-blue {
  background-color: var(--color-blue);
}
:root .brown {
  color: var(--color-brown);
}
:root .bg-brown {
  background-color: var(--color-brown);
}
:root .beige {
  color: var(--color-beige);
}
:root .bg-beige {
  background-color: var(--color-beige);
}
:root .beige02 {
  color: var(--color-beige02);
}
:root .bg-beige02 {
  background-color: var(--color-beige02);
}
@media print, screen and (768px <= width) {
  :root {
    --height-header: 0px;
  }
}
@media print, screen and (992px <= width) {
  :root {
    --height-header: 0px;
  }
}

body {
  font-family: var(--font-gothic);
  font-size: 14px;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  font-weight: 400;
  color: var(--color-black02);
  letter-spacing: 0.05em;
  line-height: 1.75;
  overflow-y: scroll;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
}

ul, ol, dl {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.fontsize10 {
  font-size: 10px;
}

.fontsize12 {
  font-size: 12px;
}

.fontsize14 {
  font-size: 14px;
}

.fontsize16 {
  font-size: 16px;
}

.fontsize18 {
  font-size: 18px;
}

.fontsize20 {
  font-size: 20px;
}

.fontsize22 {
  font-size: 22px;
}

.fontsize24 {
  font-size: 24px;
}

.fontsize26 {
  font-size: 26px;
}

.fontsize28 {
  font-size: 28px;
}

.fontsize30 {
  font-size: 30px;
}

.fontsize32 {
  font-size: 32px;
}

.fontsize34 {
  font-size: 34px;
}

.fontsize36 {
  font-size: 36px;
}

.fontsize38 {
  font-size: 38px;
}

.fontsize40 {
  font-size: 40px;
}

.fontsize42 {
  font-size: 42px;
}

.fontsize44 {
  font-size: 44px;
}

.fontsize46 {
  font-size: 46px;
}

.fontsize48 {
  font-size: 48px;
}

.fontsize50 {
  font-size: 50px;
}

.fontsize52 {
  font-size: 52px;
}

.fontsize54 {
  font-size: 54px;
}

.fontsize56 {
  font-size: 56px;
}

.fontsize58 {
  font-size: 58px;
}

.fontsize60 {
  font-size: 60px;
}

@media print, screen and (768px <= width) {
  .fontsize10-md {
    font-size: 10px;
  }
  .fontsize12-md {
    font-size: 12px;
  }
  .fontsize14-md {
    font-size: 14px;
  }
  .fontsize16-md {
    font-size: 16px;
  }
  .fontsize18-md {
    font-size: 18px;
  }
  .fontsize20-md {
    font-size: 20px;
  }
  .fontsize22-md {
    font-size: 22px;
  }
  .fontsize24-md {
    font-size: 24px;
  }
  .fontsize26-md {
    font-size: 26px;
  }
  .fontsize28-md {
    font-size: 28px;
  }
  .fontsize30-md {
    font-size: 30px;
  }
  .fontsize32-md {
    font-size: 32px;
  }
  .fontsize34-md {
    font-size: 34px;
  }
  .fontsize36-md {
    font-size: 36px;
  }
  .fontsize38-md {
    font-size: 38px;
  }
  .fontsize40-md {
    font-size: 40px;
  }
  .fontsize42-md {
    font-size: 42px;
  }
  .fontsize44-md {
    font-size: 44px;
  }
  .fontsize46-md {
    font-size: 46px;
  }
  .fontsize48-md {
    font-size: 48px;
  }
  .fontsize50-md {
    font-size: 50px;
  }
  .fontsize52-md {
    font-size: 52px;
  }
  .fontsize54-md {
    font-size: 54px;
  }
  .fontsize56-md {
    font-size: 56px;
  }
  .fontsize58-md {
    font-size: 58px;
  }
  .fontsize60-md {
    font-size: 60px;
  }
}
@media print, screen and (992px <= width) {
  .fontsize10-lg {
    font-size: 10px;
  }
  .fontsize12-lg {
    font-size: 12px;
  }
  .fontsize14-lg {
    font-size: 14px;
  }
  .fontsize16-lg {
    font-size: 16px;
  }
  .fontsize18-lg {
    font-size: 18px;
  }
  .fontsize20-lg {
    font-size: 20px;
  }
  .fontsize22-lg {
    font-size: 22px;
  }
  .fontsize24-lg {
    font-size: 24px;
  }
  .fontsize26-lg {
    font-size: 26px;
  }
  .fontsize28-lg {
    font-size: 28px;
  }
  .fontsize30-lg {
    font-size: 30px;
  }
  .fontsize32-lg {
    font-size: 32px;
  }
  .fontsize34-lg {
    font-size: 34px;
  }
  .fontsize36-lg {
    font-size: 36px;
  }
  .fontsize38-lg {
    font-size: 38px;
  }
  .fontsize40-lg {
    font-size: 40px;
  }
  .fontsize42-lg {
    font-size: 42px;
  }
  .fontsize44-lg {
    font-size: 44px;
  }
  .fontsize46-lg {
    font-size: 46px;
  }
  .fontsize48-lg {
    font-size: 48px;
  }
  .fontsize50-lg {
    font-size: 50px;
  }
  .fontsize52-lg {
    font-size: 52px;
  }
  .fontsize54-lg {
    font-size: 54px;
  }
  .fontsize56-lg {
    font-size: 56px;
  }
  .fontsize58-lg {
    font-size: 58px;
  }
  .fontsize60-lg {
    font-size: 60px;
  }
}
.md {
  display: none !important;
}

.lg {
  display: none !important;
}

.hidden {
  display: none !important;
}

.none {
  display: none !important;
}

.ib {
  display: inline-block !important;
  font-weight: inherit;
}

.inline {
  display: inline !important;
}

@media print, screen and (768px <= width) {
  .md {
    display: block !important;
  }
  .none-md {
    display: none !important;
  }
  .ib-md {
    display: inline-block !important;
    font-weight: inherit;
  }
  .inline-md {
    display: inline !important;
  }
}
@media print, screen and (992px <= width) {
  .lg {
    display: block !important;
  }
  .none-lg {
    display: none !important;
  }
  .ib-lg {
    display: inline-block !important;
    font-weight: inherit;
  }
  .inline-lg {
    display: inline !important;
  }
}
.gutter {
  padding-left: 5% !important;
  padding-right: 5% !important;
}

@media print, screen and (768px <= width) {
  .gutter-md {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .gutter-none-md {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media print, screen and (992px <= width) {
  .gutter-lg {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .gutter-none-lg {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.max428 {
  max-width: 428px;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media print, screen and (768px <= width) {
  .max428 {
    max-width: 720px;
  }
}

@media print, screen and (992px <= width) {
  .max800 {
    max-width: 800px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media print, screen and (992px <= width) {
  .max900 {
    max-width: 900px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media print, screen and (992px <= width) {
  .max960 {
    max-width: 960px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media print, screen and (992px <= width) {
  .max1000 {
    max-width: 1000px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media print, screen and (992px <= width) {
  .max1100 {
    max-width: 1100px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media print, screen and (992px <= width) {
  .max1200 {
    max-width: 1200px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media print, screen and (992px <= width) {
  .max1300 {
    max-width: 1300px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media print, screen and (992px <= width) {
  .max1400 {
    max-width: 1400px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media print, screen and (992px <= width) {
  .max1500 {
    max-width: 1500px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media print, screen and (992px <= width) {
  .max1600 {
    max-width: 1600px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media print, screen and (992px <= width) {
  .max1880 {
    max-width: 1880px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media print, screen and (992px <= width) {
  .max1920 {
    max-width: 1920px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media print, screen and (768px <= width) {
  .max-none-md {
    max-width: none;
  }
}
@media print, screen and (992px <= width) {
  .max-none-lg {
    max-width: none;
  }
}
.mgt1em {
  margin-top: 1em !important;
}

.mgt2em {
  margin-top: 2em !important;
}

.mgt3em {
  margin-top: 3em !important;
}

.mgt4em {
  margin-top: 4em !important;
}

.mgt5em {
  margin-top: 5em !important;
}

.mgt0 {
  margin-top: 0px !important;
}

.mgt10 {
  margin-top: 10px !important;
}

.mgt20 {
  margin-top: 20px !important;
}

.mgt30 {
  margin-top: 30px !important;
}

.mgt40 {
  margin-top: 40px !important;
}

.mgt50 {
  margin-top: 50px !important;
}

.mgt60 {
  margin-top: 60px !important;
}

.mgt70 {
  margin-top: 70px !important;
}

.mgt80 {
  margin-top: 80px !important;
}

.mgt90 {
  margin-top: 90px !important;
}

.mgt100 {
  margin-top: 100px !important;
}

.mgb1em {
  margin-bottom: 1em !important;
}

.mgb2em {
  margin-bottom: 2em !important;
}

.mgb3em {
  margin-bottom: 3em !important;
}

.mgb4em {
  margin-bottom: 4em !important;
}

.mgb5em {
  margin-bottom: 5em !important;
}

.mgb0 {
  margin-bottom: 0px !important;
}

.mgb10 {
  margin-bottom: 10px !important;
}

.mgb20 {
  margin-bottom: 20px !important;
}

.mgb30 {
  margin-bottom: 30px !important;
}

.mgb40 {
  margin-bottom: 40px !important;
}

.mgb50 {
  margin-bottom: 50px !important;
}

.mgb60 {
  margin-bottom: 60px !important;
}

.mgb70 {
  margin-bottom: 70px !important;
}

.mgb80 {
  margin-bottom: 80px !important;
}

.mgb90 {
  margin-bottom: 90px !important;
}

.mgb100 {
  margin-bottom: 100px !important;
}

@media print, screen and (768px <= width) {
  .mgt0-md {
    margin-top: 0px !important;
  }
  .mgb0-md {
    margin-bottom: 0px !important;
  }
  .mgt10-md {
    margin-top: 10px !important;
  }
  .mgb10-md {
    margin-bottom: 10px !important;
  }
  .mgt20-md {
    margin-top: 20px !important;
  }
  .mgb20-md {
    margin-bottom: 20px !important;
  }
  .mgt30-md {
    margin-top: 30px !important;
  }
  .mgb30-md {
    margin-bottom: 30px !important;
  }
  .mgt40-md {
    margin-top: 40px !important;
  }
  .mgb40-md {
    margin-bottom: 40px !important;
  }
  .mgt50-md {
    margin-top: 50px !important;
  }
  .mgb50-md {
    margin-bottom: 50px !important;
  }
  .mgt60-md {
    margin-top: 60px !important;
  }
  .mgb60-md {
    margin-bottom: 60px !important;
  }
  .mgt70-md {
    margin-top: 70px !important;
  }
  .mgb70-md {
    margin-bottom: 70px !important;
  }
  .mgt80-md {
    margin-top: 80px !important;
  }
  .mgb80-md {
    margin-bottom: 80px !important;
  }
  .mgt90-md {
    margin-top: 90px !important;
  }
  .mgb90-md {
    margin-bottom: 90px !important;
  }
  .mgt100-md {
    margin-top: 100px !important;
  }
  .mgb100-md {
    margin-bottom: 100px !important;
  }
  .mgt110-md {
    margin-top: 110px !important;
  }
  .mgb110-md {
    margin-bottom: 110px !important;
  }
  .mgt120-md {
    margin-top: 120px !important;
  }
  .mgb120-md {
    margin-bottom: 120px !important;
  }
  .mgt130-md {
    margin-top: 130px !important;
  }
  .mgb130-md {
    margin-bottom: 130px !important;
  }
  .mgt140-md {
    margin-top: 140px !important;
  }
  .mgb140-md {
    margin-bottom: 140px !important;
  }
  .mgt150-md {
    margin-top: 150px !important;
  }
  .mgb150-md {
    margin-bottom: 150px !important;
  }
  .mgt160-md {
    margin-top: 160px !important;
  }
  .mgb160-md {
    margin-bottom: 160px !important;
  }
  .mgt170-md {
    margin-top: 170px !important;
  }
  .mgb170-md {
    margin-bottom: 170px !important;
  }
  .mgt180-md {
    margin-top: 180px !important;
  }
  .mgb180-md {
    margin-bottom: 180px !important;
  }
  .mgt190-md {
    margin-top: 190px !important;
  }
  .mgb190-md {
    margin-bottom: 190px !important;
  }
  .mgt200-md {
    margin-top: 200px !important;
  }
  .mgb200-md {
    margin-bottom: 200px !important;
  }
}
@media print, screen and (992px <= width) {
  .mgt0-lg {
    margin-top: 0px !important;
  }
  .mgb0-lg {
    margin-bottom: 0px !important;
  }
  .mgt10-lg {
    margin-top: 10px !important;
  }
  .mgb10-lg {
    margin-bottom: 10px !important;
  }
  .mgt20-lg {
    margin-top: 20px !important;
  }
  .mgb20-lg {
    margin-bottom: 20px !important;
  }
  .mgt30-lg {
    margin-top: 30px !important;
  }
  .mgb30-lg {
    margin-bottom: 30px !important;
  }
  .mgt40-lg {
    margin-top: 40px !important;
  }
  .mgb40-lg {
    margin-bottom: 40px !important;
  }
  .mgt50-lg {
    margin-top: 50px !important;
  }
  .mgb50-lg {
    margin-bottom: 50px !important;
  }
  .mgt60-lg {
    margin-top: 60px !important;
  }
  .mgb60-lg {
    margin-bottom: 60px !important;
  }
  .mgt70-lg {
    margin-top: 70px !important;
  }
  .mgb70-lg {
    margin-bottom: 70px !important;
  }
  .mgt80-lg {
    margin-top: 80px !important;
  }
  .mgb80-lg {
    margin-bottom: 80px !important;
  }
  .mgt90-lg {
    margin-top: 90px !important;
  }
  .mgb90-lg {
    margin-bottom: 90px !important;
  }
  .mgt100-lg {
    margin-top: 100px !important;
  }
  .mgb100-lg {
    margin-bottom: 100px !important;
  }
  .mgt110-lg {
    margin-top: 110px !important;
  }
  .mgb110-lg {
    margin-bottom: 110px !important;
  }
  .mgt120-lg {
    margin-top: 120px !important;
  }
  .mgb120-lg {
    margin-bottom: 120px !important;
  }
  .mgt130-lg {
    margin-top: 130px !important;
  }
  .mgb130-lg {
    margin-bottom: 130px !important;
  }
  .mgt140-lg {
    margin-top: 140px !important;
  }
  .mgb140-lg {
    margin-bottom: 140px !important;
  }
  .mgt150-lg {
    margin-top: 150px !important;
  }
  .mgb150-lg {
    margin-bottom: 150px !important;
  }
  .mgt160-lg {
    margin-top: 160px !important;
  }
  .mgb160-lg {
    margin-bottom: 160px !important;
  }
  .mgt170-lg {
    margin-top: 170px !important;
  }
  .mgb170-lg {
    margin-bottom: 170px !important;
  }
  .mgt180-lg {
    margin-top: 180px !important;
  }
  .mgb180-lg {
    margin-bottom: 180px !important;
  }
  .mgt190-lg {
    margin-top: 190px !important;
  }
  .mgb190-lg {
    margin-bottom: 190px !important;
  }
  .mgt200-lg {
    margin-top: 200px !important;
  }
  .mgb200-lg {
    margin-bottom: 200px !important;
  }
}
.pdy1em {
  padding-top: 1em !important;
  padding-bottom: 1em !important;
}

.pdy2em {
  padding-top: 2em !important;
  padding-bottom: 2em !important;
}

.pdy3em {
  padding-top: 3em !important;
  padding-bottom: 3em !important;
}

.pdy4em {
  padding-top: 4em !important;
  padding-bottom: 4em !important;
}

.pdy5em {
  padding-top: 5em !important;
  padding-bottom: 5em !important;
}

.pdy0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.pdy10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.pdy20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.pdy30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.pdy40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.pdy50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.pdy60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.pdy70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.pdy80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.pdy90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.pdy100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.pdt1em {
  padding-top: 1em !important;
}

.pdt2em {
  padding-top: 2em !important;
}

.pdt3em {
  padding-top: 3em !important;
}

.pdt4em {
  padding-top: 4em !important;
}

.pdt5em {
  padding-top: 5em !important;
}

.pdt0 {
  padding-top: 0px !important;
}

.pdt10 {
  padding-top: 10px !important;
}

.pdt20 {
  padding-top: 20px !important;
}

.pdt30 {
  padding-top: 30px !important;
}

.pdt40 {
  padding-top: 40px !important;
}

.pdt50 {
  padding-top: 50px !important;
}

.pdt60 {
  padding-top: 60px !important;
}

.pdt70 {
  padding-top: 70px !important;
}

.pdt80 {
  padding-top: 80px !important;
}

.pdt90 {
  padding-top: 90px !important;
}

.pdt100 {
  padding-top: 100px !important;
}

.pdb1em {
  padding-bottom: 1em !important;
}

.pdb2em {
  padding-bottom: 2em !important;
}

.pdb3em {
  padding-bottom: 3em !important;
}

.pdb4em {
  padding-bottom: 4em !important;
}

.pdb5em {
  padding-bottom: 5em !important;
}

.pdb0 {
  padding-bottom: 0px !important;
}

.pdb10 {
  padding-bottom: 10px !important;
}

.pdb20 {
  padding-bottom: 20px !important;
}

.pdb30 {
  padding-bottom: 30px !important;
}

.pdb40 {
  padding-bottom: 40px !important;
}

.pdb50 {
  padding-bottom: 50px !important;
}

.pdb60 {
  padding-bottom: 60px !important;
}

.pdb70 {
  padding-bottom: 70px !important;
}

.pdb80 {
  padding-bottom: 80px !important;
}

.pdb90 {
  padding-bottom: 90px !important;
}

.pdb100 {
  padding-bottom: 100px !important;
}

@media print, screen and (768px <= width) {
  .pdy0-md {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .pdt0-md {
    padding-top: 0px !important;
  }
  .pdb0-md {
    padding-bottom: 0px !important;
  }
  .pdy10-md {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .pdt10-md {
    padding-top: 10px !important;
  }
  .pdb10-md {
    padding-bottom: 10px !important;
  }
  .pdy20-md {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .pdt20-md {
    padding-top: 20px !important;
  }
  .pdb20-md {
    padding-bottom: 20px !important;
  }
  .pdy30-md {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .pdt30-md {
    padding-top: 30px !important;
  }
  .pdb30-md {
    padding-bottom: 30px !important;
  }
  .pdy40-md {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .pdt40-md {
    padding-top: 40px !important;
  }
  .pdb40-md {
    padding-bottom: 40px !important;
  }
  .pdy50-md {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .pdt50-md {
    padding-top: 50px !important;
  }
  .pdb50-md {
    padding-bottom: 50px !important;
  }
  .pdy60-md {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .pdt60-md {
    padding-top: 60px !important;
  }
  .pdb60-md {
    padding-bottom: 60px !important;
  }
  .pdy70-md {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .pdt70-md {
    padding-top: 70px !important;
  }
  .pdb70-md {
    padding-bottom: 70px !important;
  }
  .pdy80-md {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .pdt80-md {
    padding-top: 80px !important;
  }
  .pdb80-md {
    padding-bottom: 80px !important;
  }
  .pdy90-md {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .pdt90-md {
    padding-top: 90px !important;
  }
  .pdb90-md {
    padding-bottom: 90px !important;
  }
  .pdy100-md {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .pdt100-md {
    padding-top: 100px !important;
  }
  .pdb100-md {
    padding-bottom: 100px !important;
  }
  .pdy110-md {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }
  .pdt110-md {
    padding-top: 110px !important;
  }
  .pdb110-md {
    padding-bottom: 110px !important;
  }
  .pdy120-md {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .pdt120-md {
    padding-top: 120px !important;
  }
  .pdb120-md {
    padding-bottom: 120px !important;
  }
  .pdy130-md {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
  }
  .pdt130-md {
    padding-top: 130px !important;
  }
  .pdb130-md {
    padding-bottom: 130px !important;
  }
  .pdy140-md {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }
  .pdt140-md {
    padding-top: 140px !important;
  }
  .pdb140-md {
    padding-bottom: 140px !important;
  }
  .pdy150-md {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }
  .pdt150-md {
    padding-top: 150px !important;
  }
  .pdb150-md {
    padding-bottom: 150px !important;
  }
  .pdy160-md {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
  .pdt160-md {
    padding-top: 160px !important;
  }
  .pdb160-md {
    padding-bottom: 160px !important;
  }
  .pdy170-md {
    padding-top: 170px !important;
    padding-bottom: 170px !important;
  }
  .pdt170-md {
    padding-top: 170px !important;
  }
  .pdb170-md {
    padding-bottom: 170px !important;
  }
  .pdy180-md {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }
  .pdt180-md {
    padding-top: 180px !important;
  }
  .pdb180-md {
    padding-bottom: 180px !important;
  }
  .pdy190-md {
    padding-top: 190px !important;
    padding-bottom: 190px !important;
  }
  .pdt190-md {
    padding-top: 190px !important;
  }
  .pdb190-md {
    padding-bottom: 190px !important;
  }
  .pdy200-md {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }
  .pdt200-md {
    padding-top: 200px !important;
  }
  .pdb200-md {
    padding-bottom: 200px !important;
  }
}
@media print, screen and (992px <= width) {
  .pdy0-lg {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .pdt0-lg {
    padding-top: 0px !important;
  }
  .pdb0-lg {
    padding-bottom: 0px !important;
  }
  .pdy10-lg {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .pdt10-lg {
    padding-top: 10px !important;
  }
  .pdb10-lg {
    padding-bottom: 10px !important;
  }
  .pdy20-lg {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .pdt20-lg {
    padding-top: 20px !important;
  }
  .pdb20-lg {
    padding-bottom: 20px !important;
  }
  .pdy30-lg {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .pdt30-lg {
    padding-top: 30px !important;
  }
  .pdb30-lg {
    padding-bottom: 30px !important;
  }
  .pdy40-lg {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .pdt40-lg {
    padding-top: 40px !important;
  }
  .pdb40-lg {
    padding-bottom: 40px !important;
  }
  .pdy50-lg {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .pdt50-lg {
    padding-top: 50px !important;
  }
  .pdb50-lg {
    padding-bottom: 50px !important;
  }
  .pdy60-lg {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .pdt60-lg {
    padding-top: 60px !important;
  }
  .pdb60-lg {
    padding-bottom: 60px !important;
  }
  .pdy70-lg {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .pdt70-lg {
    padding-top: 70px !important;
  }
  .pdb70-lg {
    padding-bottom: 70px !important;
  }
  .pdy80-lg {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .pdt80-lg {
    padding-top: 80px !important;
  }
  .pdb80-lg {
    padding-bottom: 80px !important;
  }
  .pdy90-lg {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .pdt90-lg {
    padding-top: 90px !important;
  }
  .pdb90-lg {
    padding-bottom: 90px !important;
  }
  .pdy100-lg {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .pdt100-lg {
    padding-top: 100px !important;
  }
  .pdb100-lg {
    padding-bottom: 100px !important;
  }
  .pdy110-lg {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }
  .pdt110-lg {
    padding-top: 110px !important;
  }
  .pdb110-lg {
    padding-bottom: 110px !important;
  }
  .pdy120-lg {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .pdt120-lg {
    padding-top: 120px !important;
  }
  .pdb120-lg {
    padding-bottom: 120px !important;
  }
  .pdy130-lg {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
  }
  .pdt130-lg {
    padding-top: 130px !important;
  }
  .pdb130-lg {
    padding-bottom: 130px !important;
  }
  .pdy140-lg {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }
  .pdt140-lg {
    padding-top: 140px !important;
  }
  .pdb140-lg {
    padding-bottom: 140px !important;
  }
  .pdy150-lg {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }
  .pdt150-lg {
    padding-top: 150px !important;
  }
  .pdb150-lg {
    padding-bottom: 150px !important;
  }
  .pdy160-lg {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
  .pdt160-lg {
    padding-top: 160px !important;
  }
  .pdb160-lg {
    padding-bottom: 160px !important;
  }
  .pdy170-lg {
    padding-top: 170px !important;
    padding-bottom: 170px !important;
  }
  .pdt170-lg {
    padding-top: 170px !important;
  }
  .pdb170-lg {
    padding-bottom: 170px !important;
  }
  .pdy180-lg {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }
  .pdt180-lg {
    padding-top: 180px !important;
  }
  .pdb180-lg {
    padding-bottom: 180px !important;
  }
  .pdy190-lg {
    padding-top: 190px !important;
    padding-bottom: 190px !important;
  }
  .pdt190-lg {
    padding-top: 190px !important;
  }
  .pdb190-lg {
    padding-bottom: 190px !important;
  }
  .pdy200-lg {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }
  .pdt200-lg {
    padding-top: 200px !important;
  }
  .pdb200-lg {
    padding-bottom: 200px !important;
  }
}
.cmn-bar {
  height: 2px;
  background-color: var(--color-gray);
}

.em {
  display: inline-block;
  font-style: normal;
  font-weight: 600;
  background: linear-gradient(rgba(255, 255, 255, 0) 70%, var(--color-green) 70%);
  padding: 0 0.25em;
}

.op0 {
  opacity: 0;
}

.letter-s1 {
  letter-spacing: 0.1em;
}

.indent01 {
  position: relative;
  padding: 0 0 0 1em;
}
.indent01::after {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.indent02 {
  position: relative;
  padding: 0 0 0 1em;
}
.indent02::after {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-under {
  text-decoration: underline;
}

.mgla {
  margin-left: auto;
}

@media print, screen and (768px <= width) {
  .text-left-md {
    text-align: left;
  }
  .text-center-md {
    text-align: center;
  }
  .text-right-md {
    text-align: right;
  }
  .text-undermd {
    text-decoration: underline;
  }
  .mglamd {
    margin-left: auto;
  }
}
@media print, screen and (992px <= width) {
  .text-left-lg {
    text-align: left;
  }
  .text-center-lg {
    text-align: center;
  }
  .text-right-lg {
    text-align: right;
  }
  .text-underlg {
    text-decoration: underline;
  }
  .mglalg {
    margin-left: auto;
  }
}
.text-link {
  color: var(--color-blue02);
}

.lh100 {
  line-height: 1;
}

.lh125 {
  line-height: 1.25;
}

.lh150 {
  line-height: 1.5;
}

.lh175 {
  line-height: 1.75;
}

.lh200 {
  line-height: 2;
}

.underline {
  text-decoration: underline;
}

.flex {
  display: flex !important;
}

.justify-left {
  justify-content: flex-start !important;
}

.justify-center {
  justify-content: center !important;
}

.justify-right {
  justify-content: flex-end !important;
}

.justify-around {
  justify-content: space-around !important;
}

.justify-between {
  justify-content: space-between !important;
}

.align-center {
  align-items: center !important;
}

.flex-grow0 {
  flex-grow: 0;
}

.flex-grow1 {
  flex-grow: 1;
}

@media print, screen and (768px <= width) {
  .flex-md {
    display: flex !important;
  }
  .justify-left-md {
    justify-content: flex-start !important;
  }
  .justify-center-md {
    justify-content: center !important;
  }
  .justify-right-md {
    justify-content: flex-end !important;
  }
  .justify-around-md {
    justify-content: space-around !important;
  }
  .justify-between-md {
    justify-content: space-between !important;
  }
  .align-center-md {
    align-items: center !important;
  }
  .flex-grow0-md {
    flex-grow: 0;
  }
  .flex-grow1-md {
    flex-grow: 1;
  }
}
@media print, screen and (992px <= width) {
  .flex-lg {
    display: flex !important;
  }
  .justify-left-lg {
    justify-content: flex-start !important;
  }
  .justify-center-lg {
    justify-content: center !important;
  }
  .justify-right-lg {
    justify-content: flex-end !important;
  }
  .justify-around-lg {
    justify-content: space-around !important;
  }
  .justify-between-lg {
    justify-content: space-between !important;
  }
  .align-center-lg {
    align-items: center !important;
  }
  .flex-grow0-lg {
    flex-grow: 0;
  }
  .flex-grow1-lg {
    flex-grow: 1;
  }
}
.grid {
  display: grid;
}

.grid-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media print, screen and (768px <= width) {
  .grid-2-md {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media print, screen and (992px <= width) {
  .grid-2-lg {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media print, screen and (992px <= width) {
  .grid-3-lg {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media print, screen and (1200px <= width) {
  .grid-3-xl {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.gap-0-10 {
  column-gap: 10px;
}

.gap-0-20 {
  column-gap: 20px;
}

.gap-10-0 {
  row-gap: 10px;
}

.gap-20-0 {
  row-gap: 20px;
}

.gap-10-10 {
  gap: 10px;
}

.gap-10-20 {
  gap: 10px 20px;
}

.gap-20-20 {
  gap: 20px 20px;
}

.gap-20-10 {
  gap: 20px 10px;
}

@media print, screen and (992px <= width) {
  .gap-0-10-lg {
    column-gap: 10px;
  }
  .gap-0-20-lg {
    column-gap: 20px;
  }
  .gap-10-0-lg {
    row-gap: 10px;
  }
  .gap-20-0-lg {
    row-gap: 20px;
  }
  .gap-10-10-lg {
    gap: 10px;
  }
  .gap-10-20-lg {
    gap: 10px 20px;
  }
  .gap-20-20-lg {
    gap: 20px 20px;
  }
  .gap-20-10-lg {
    gap: 20px 10px;
  }
}
@media print, screen and (992px <= width) {
  .cmn-layout {
    display: grid;
    grid-template-columns: 200px 1fr;
    grid-template-rows: auto 1fr;
    gap: 0 60px;
  }
}
@media print, screen and (992px <= width) {
  .cmn-layout-left {
    grid-row-start: 1;
    grid-column-start: 1;
  }
}
@media print, screen and (992px <= width) {
  .cmn-layout-right {
    grid-row-start: 1;
    grid-column-start: 2;
  }
}

.cmn-row01 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.5em 1em;
}

.cmn-ttl11 {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 0 0.5em;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
}
@media print, screen and (992px <= width) {
  .cmn-ttl11 {
    grid-template-columns: 30px 1fr;
    font-size: 22px;
  }
}
.cmn-ttl11 h2, .cmn-ttl11 h3, .cmn-ttl11 h4, .cmn-ttl11 h5, .cmn-ttl11 h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

.cmn-ttl12 {
  font-size: 18px;
  font-weight: bold;
}
@media print, screen and (992px <= width) {
  .cmn-ttl12 {
    font-size: 22px;
  }
}

.announce-list {
  display: grid;
  grid-template-columns: 100%;
  gap: 0.5em 0;
}
.announce-list a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.announce-list .item {
  display: block;
  color: inherit;
  text-decoration: none;
  padding: 0 1em;
  border-style: solid;
  border-color: var(--color-gray02);
  border-width: 1px;
}
.announce-list summary {
  list-style: none;
  position: relative;
  z-index: 0;
  padding: 1em 2em 1em 0;
}
.announce-list summary::after {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  font: var(--fa-font-solid);
  content: "\f054";
}
@media (hover: hover) {
  .announce-list summary:hover {
    text-decoration: underline;
  }
}
.announce-list details summary {
  cursor: pointer;
}
.announce-list details summary::after {
  font: var(--fa-font-solid);
  content: "\f078";
}
.announce-list details > :not(summary) {
  padding: 1em 0;
  border-style: solid;
  border-color: var(--color-gray02);
  border-width: 1px 0 0;
}
.announce-list details[open] summary::after {
  font: var(--fa-font-solid);
  content: "\f077";
}

.news-list {
  margin: 20px 0 0;
}
.news-list li {
  margin: 0 !important;
}
.news-list a {
  color: inherit;
  text-decoration: none;
}
.news-list .item {
  padding: 1em 1em;
  border-style: solid;
  border-color: var(--color-gray02);
  border-width: 0 0 1px;
}
.news-list li:nth-of-type(1) .item {
  border-top-width: 1px;
}
.news-list .date {
  font-size: 12px;
  color: var(--color-gray);
}
@media (hover: hover) {
  .news-list a .text:hover {
    text-decoration: underline;
  }
}

.side-nav-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 1em;
  min-height: 3.5em;
  color: inherit;
  text-decoration: none;
  line-height: 1.2;
  padding: 0.5em 0.5em;
  border-style: solid;
  border-color: var(--color-gray02);
  border-width: 0 0 1px;
}
@media (hover: hover) {
  .side-nav-item {
    transition: opacity 0.2s;
  }
  .side-nav-item:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.side-nav-item::after {
  width: 1.5em;
  flex-shrink: 0;
  text-align: center;
}
.side-nav-item.ver_link::after {
  font: var(--fa-font-solid);
  content: "\f054";
}
.side-nav-item.ver_down::after {
  font: var(--fa-font-solid);
  content: "\f078";
}
.side-nav-item.ver_down.active::after {
  font: var(--fa-font-solid);
  content: "\f077";
}
.side-nav-item.ver_child01 {
  padding-left: 1em;
}
.side-nav-item.ver_child02 {
  background-color: var(--color-gray03);
  padding-left: 1.5em;
}
.side-nav-item.ver_bdt {
  border-top-width: 1px;
}
.side-nav-ttl {
  color: var(--color-white);
  background-color: var(--color-black02);
  line-height: 1.2;
  padding: 0.6em 1em 0.6em 1em;
}
.side-cal-text {
  font-size: 12px;
}

@media (hover: hover) {
  .hover_op {
    transition: opacity 0.2s;
  }
  .hover_op:hover {
    opacity: 0.7;
  }
}

.hover_under {
  color: inherit;
  text-decoration: none;
}
@media (hover: hover) {
  .hover_under:hover {
    text-decoration: underline;
  }
}

.gmap {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
}
@media print, screen and (768px <= width) {
  .gmap {
    height: 400px;
  }
}

.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

[data-searchselect]:disabled {
  display: none;
}

.tippy-box {
  background-color: var(--color-brown) !important;
}

.tippy-content {
  padding: 0.5em 0.5em;
}

.tippy-arrow:before {
  border-top-color: var(--color-brown) !important;
}

.js-list-tippy {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: center;
  gap: 0.5em 0.5em;
}

[data-scroll] {
  cursor: pointer;
}

[data-navscroll] {
  cursor: pointer;
}

[data-totop] {
  cursor: pointer;
}

.cmn-totop {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 0.5em;
 /*bottom: 90px;*/
  bottom: 150px;
  z-index: 100;
  width: 3em;
  height: 3em;
  color: var(--color-white);
  background: var(--color-black);
  border-radius: 50%;
  cursor: pointer;
}

/*
@media print, screen and (992px <= width) {
  .cmn-totop {
    right: 0.5em;
    bottom: 0.5em;
  }
}*/

.js-accordion-btn {
  cursor: pointer;
}

.js-accordion-target {
  height: 0;
  overflow: hidden;
}

.scroll-adjust {
  position: relative;
  z-index: -1;
}

.scroll-adjust-in {
  position: absolute;
  bottom: 0;
}

.header {
  position: relative;
  z-index: 1002;
  background-color: var(--color-white);
  padding: 0;
  border-style: solid;
  border-color: var(--color-gray02);
  border-width: 0 0 1px;
}
@media print, screen and (992px <= width) {
  .header {
    padding: 0 0 20px;
  }
}
.header-row01 {
  background-color: var(--color-gray);
}
.header-row01-list {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 45px;
}
@media print, screen and (992px <= width) {
  .header-row01-list {
    justify-content: space-between;
    height: 50px;
  }
}
.header-row01-bar {
  width: 1px;
  height: 100%;
  background-color: var(--color-gray02);
}
@media print, screen and (992px <= width) {
  .header-row01-bar {
    height: 27px;
  }
}
.header-row01-item.ver01 {
  width: min(35.3276353276%, 137.7777777778px);
}
@media print, screen and (992px <= width) {
  .header-row01-item.ver01 {
    width: 392.2222222222px;
  }
}
.header-row01-item.ver02 {
  width: min(34.4729344729%, 134.4444444444px);
}
@media print, screen and (992px <= width) {
  .header-row01-item.ver02 {
    width: 331.1111111111px;
  }
}
.header-row01-item.ver03 {
  width: min(26.7806267806%, 104.4444444444px);
}
@media print, screen and (992px <= width) {
  .header-row01-item.ver03 {
    width: 258.8888888889px;
  }
}
.header-row02 {
  display: none;
}
@media print, screen and (992px <= width) {
  .header-row02 {
    display: block;
    background-color: var(--color-gray03);
  }
  .header-row02-list {
    display: flex;
    align-items: center;
    gap: 0 20px;
    height: 60px;
  }
  .header-row02-catch {
    margin: auto auto auto 0;
  }
  .header-row02-center {
    margin: auto;
  }
  .header-row02-item {
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 0 0.5em;
    color: inherit;
    text-decoration: none;
  }
}
@media print and (hover: hover), screen and (992px <= width) and (hover: hover) {
  .header-row02-item {
    transition: opacity 0.2s;
  }
  .header-row02-item:hover {
    opacity: 0.7;
    color: inherit;
    text-decoration: none;
  }
}
@media print, screen and (992px <= width) {
  .header-row02-item-icon {
    width: 26px;
  }
  .header-row02-item-count {
    font-size: 10px;
    width: 2em;
    height: 2em;
    color: var(--color-white);
    line-height: 2;
    text-align: center;
    background-color: var(--color-red);
    border-radius: 50%;
  }
}
@media print, screen and (992px <= width) {
  .header-row03 {
    position: relative;
    z-index: 1;
  }
}
.header-row03-list {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
}
@media print, screen and (992px <= width) {
  .header-row03-list {
    justify-content: flex-start;
    height: auto;
    margin: 20px 0 0;
  }
}
.header-row03-logo {
  width: 171px;
}
@media print, screen and (992px <= width) {
  .header-row03-logo {
    width: 189px;
    margin: auto auto auto 0;
  }
}
.header-row03-logo-center {
  width: 171px;
}
@media print, screen and (992px <= width) {
  .header-row03-logo-center {
    width: 189px;
    margin: auto;
  }
}
.header-row03-item {
  display: none;
}
@media print, screen and (992px <= width) {
  .header-row03-item {
    display: block;
    position: relative;
    z-index: 0;
  }
  .header-row03-item::before, .header-row03-item::after {
    content: "";
    position: absolute;
    z-index: 0;
  }
  .header-row03-item::before {
    display: none;
    right: 0;
    top: 0;
    left: 0;
    width: 15px;
    height: 11px;
    background-color: var(--color-red);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    margin: 30px auto 0;
  }
  .header-row03-item.active::before {
    display: block;
  }
  .header-row03-item::after {
    top: 0;
    right: 0;
    bottom: 0;
    height: 1em;
    width: 1px;
    background-color: var(--color-gray02);
    margin: auto 0;
  }
  .header-row03-item.ver_noline::after {
    display: none;
  }
}
@media print, screen and (992px <= width) {
  .header-row03-item-link {
    position: relative;
    z-index: 0;
    display: block;
    color: inherit;
    text-decoration: none;
    padding: 0 1em;
  }
}
@media print and (hover: hover), screen and (992px <= width) and (hover: hover) {
  .header-row03-item-link:hover {
    text-decoration-line: underline;
    text-decoration-color: var(--color-red);
    text-underline-offset: 0.5em;
  }
}
.header-row03-child {
  display: none;
}
@media print, screen and (992px <= width) {
  .header-row03-child {
    display: block;
    position: absolute;
    z-index: 0;
    top: 40px;
    left: 0;
    width: 100%;
    padding: 25px 0;
    background-color: var(--color-white);
    border-style: solid;
    border-color: var(--color-red);
    border-width: 2px 0 0;
    filter: drop-shadow(0 6px 8px rgba(0, 0, 0, 0.08));
    pointer-events: none;
    opacity: 0;
  }
  .header-row03-child.active {
    opacity: 1;
    pointer-events: initial;
  }
}
@media print, screen and (992px <= width) {
  .header-row03-child-ttl {
    font-weight: 700;
  }
  .header-row03-child-row {
    font-size: 13px;
    margin: 0.5em 0 0;
  }
  .header-row03-child-link {
    display: block;
    position: relative;
    z-index: 0;
    color: inherit;
    text-decoration: none;
    padding: 0 3em 0 0;
  }
  .header-row03-child-link::after {
    display: flex;
    align-items: center;
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    font: var(--fa-font-solid);
    content: "\f054";
  }
}
@media print and (hover: hover), screen and (992px <= width) and (hover: hover) {
  .header-row03-child-link:hover {
    text-decoration-line: underline;
    text-decoration-color: var(--color-red);
    text-underline-offset: 0.5em;
  }
}
@media print, screen and (992px <= width) {
  .header-row03-child-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1em 2.5em;
  }
  .header-row03-bottom {
    display: flex;
    justify-content: flex-end;
    padding: 1em 0 0;
    margin: 20px 0 0;
    border-style: solid;
    border-color: var(--color-gray02);
    border-width: 1px 0 0;
  }
}
.header-row04 {
  display: none;
}
@media print, screen and (992px <= width) {
  .header-row04 {
    display: block;
    margin: 20px 0 0;
  }
  .header-row04-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1em 1em;
  }
  .header-row04 input[type=text],
  .header-row04 select {
    box-sizing: content-box;
    height: 3em;
    width: auto;
    font-family: inherit;
    color: inherit;
    padding: 0 1em;
    background-color: #fff;
    border: 1px solid var(--color-gray02);
    appearance: none;
    border-radius: 5px 5px;
    outline: none;
    box-shadow: none;
  }
  .header-row04 select {
    flex-grow: 0;
    max-width: 100%;
    padding: 0 2em 0 1em;
    background-image: url(../img/common/chevron-down-solid.svg);
    background-size: 1em 1em;
    background-position: right 0.5em center;
    background-repeat: no-repeat;
  }
  .header-row04-cat {
    flex-grow: 1;
  }
  .header-row04-price {
    display: flex;
    align-items: center;
    gap: 0 0.5em;
  }
  .header-row04-price input[type=text] {
    width: 5em;
  }
  .header-row04-keyword {
    display: flex;
    align-items: center;
    gap: 0 1em;
    flex-grow: 1;
    background-color: var(--color-gray03);
    border-style: solid;
    border-color: var(--color-gray02);
    border-width: 1px;
    border-radius: 5px 5px;
  }
  .header-row04-keyword input[type=text] {
    flex-grow: 1;
    background-color: transparent;
    border-width: 0;
  }
  .header-row04-stock {
    display: flex;
    align-items: center;
    gap: 0 0.5em;
    cursor: pointer;
  }
  .header-row04-btn {
    color: var(--color-white);
    line-height: 3;
    background-color: var(--color-black02);
    padding: 0 1em;
    border-width: 0;
    cursor: pointer;
  }
}
@media print and (hover: hover), screen and (992px <= width) and (hover: hover) {
  .header-row04-btn {
    transition: opacity 0.2s;
  }
  .header-row04-btn:hover {
    opacity: 0.7;
  }
}
.header-fs {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-white);
  min-width: 100vw;
  overflow-y: scroll;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.2s, z-index 0.2s;
}
.header-fs.fs-active {
  opacity: 1;
  z-index: 1003;
}
.header-fs-inner {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.header-fs-head {
  position: sticky;
  z-index: 0;
  top: 0;
  left: 0;
  background-color: var(--color-white);
  padding: 15px 0;
  border-style: solid;
  border-color: var(--color-gray02);
  border-width: 0 0 1px;
}
.header-fs-head-logo {
  display: block;
  width: 171px;
  margin: 0 auto;
}
.header-fs-head-close {
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  font-weight: 100;
  padding: 0 15px;
  cursor: pointer;
}
.header-fs input[type=text],
.header-fs select {
  height: 3em;
  width: 100%;
  max-width: 100%;
  font-family: inherit;
  color: inherit;
  padding: 0 1em;
  background-color: #fff;
  border: 1px solid var(--color-gray02);
  appearance: none;
  border-radius: 5px 5px;
  outline: none;
}
.header-fs select {
  padding: 0 2em 0 1em;
  background-image: url(../img/common/chevron-down-solid.svg);
  background-size: 1em 1em;
  background-position: right 0.5em center;
  background-repeat: no-repeat;
}
.header-fs-area {
  display: none;
}
.header-fs-area.active {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding: 20px 0 40px;
}
.header-fs-close {
  text-align: center;
  cursor: pointer;
}
.header-fs-btn {
  display: block;
  width: 100%;
  text-decoration: none;
  line-height: 3;
  text-align: center;
  padding: 0 1em;
  border-width: 0;
  cursor: pointer;
}
.header-fs-btn.ver01 {
  color: var(--color-white);
  background-color: var(--color-black02);
  border-radius: 1.5em;
}
.header-fs-btn.ver02 {
  color: var(--color-white);
  background-color: var(--color-red);
}
.header-fs-btn.ver03 {
  color: inherit;
  background-color: var(--color-gray02);
}
.header-fs-nav-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 1em;
  min-height: 3.5em;
  color: inherit;
  text-decoration: none;
  line-height: 1.2;
  padding: 0 0.5em;
  border-style: solid;
  border-color: var(--color-gray02);
  border-width: 0 0 1px;
}
.header-fs-nav-item::after {
  width: 1.5em;
  flex-shrink: 0;
  text-align: center;
}
.header-fs-nav-item.ver_link::after {
  font: var(--fa-font-solid);
  content: "\f054";
}
.header-fs-nav-item.ver_down::after {
  font: var(--fa-font-solid);
  content: "\f078";
}
.header-fs-nav-item.ver_down.active::after {
  font: var(--fa-font-solid);
  content: "\f077";
}
.header-fs-nav-item.ver_child01 {
  padding-left: 1.5em;
}
.header-fs-nav-item.ver_child02 {
  background-color: var(--color-gray03);
  padding-left: 2.5em;
}
.header-fs-nav-item.ver_bdt {
  border-top-width: 1px;
}
.header-fs-nav-ttl {
  color: var(--color-white);
  background-color: var(--color-black02);
  line-height: 1.2;
  padding: 0.6em 1em 0.6em 1.5em;
}
.header-fs-search {
  display: flex;
  flex-direction: column;
}
.header-fs-search-upside {
  padding: 1em 0 0;
}
.header-fs-search-downside {
  flex-grow: 1;
  background-color: var(--color-gray03);
  padding: 2em 0;
  margin: 1em 0 0;
}
.header-fs-price {
  display: flex;
  align-items: center;
  gap: 0 0.5em;
}
.header-fs-price input[type=text] {
  flex-grow: 1;
  width: 10em;
}
.header-fs-stock {
  display: flex;
  align-items: center;
  gap: 0 0.5em;
  cursor: pointer;
}

body.fs-active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.follownav {
  position: fixed;
  z-index: 1002;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: var(--color-white);
  padding: 15px 0;
  filter: drop-shadow(0 -4px 8px rgba(0, 0, 0, 0.08));
}
@media print, screen and (992px <= width) {
  .follownav {
    display: none;
  }
}
.follownav-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.follownav-item {
  position: relative;
  z-index: 0;
  color: inherit;
  text-decoration: none;
  text-align: center;
  border-style: solid;
  border-color: var(--color-gray02);
  border-width: 0 1px 0 0;
}
.follownav-item:nth-last-of-type(1) {
  border-width: 0;
}
.follownav-item-fig {
  width: min(45%, 26px);
  margin: 0 auto;
}
.follownav-item-text {
  font-size: 10px;
}
.follownav-item-count {
  font-size: 10px;
  position: absolute;
  z-index: 1;
  top: -0.5em;
  left: 50%;
  width: 2em;
  height: 2em;
  color: var(--color-white);
  line-height: 2;
  text-align: center;
  background-color: var(--color-red);
  border-radius: 50%;
  margin: 0 0 0 0.5em;
}

.gft {
  padding: 40px 0 140px;
}
@media print, screen and (992px <= width) {
  .gft {
    padding: 60px 0 60px;
  }
}
.gft-fst-ttl {
  font-size: 16px;
  font-weight: bold;
}
@media print, screen and (992px <= width) {
  .gft-fst-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0 5%;
  }
}
.gft-fst-item {
  display: block;
  position: relative;
  z-index: 0;
  color: inherit;
  line-height: 1.2;
  text-decoration: none;
  padding: 1em 2em 1em 0.5em;
  border-style: solid;
  border-color: var(--color-gray02);
  border-width: 0 0 1px;
}
.gft-fst-item:nth-of-type(1) {
  border-top-width: 1px;
}
.gft-fst-item::after {
  position: absolute;
  top: 0;
  right: 0.5em;
  bottom: 0;
  display: flex;
  align-items: center;
  font: var(--fa-font-solid);
  content: "\f054";
}
@media print, screen and (992px <= width) {
  .gft-fst-item {
    border-width: 0;
  }
  .gft-fst-item:nth-of-type(1) {
    border-width: 0;
  }
}
@media (hover: hover) {
  .gft-fst-item:hover {
    text-decoration: underline;
  }
}
@media print, screen and (992px <= width) {
  .gft-scd {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
}
.gft-sns-list {
  display: flex;
  justify-content: center;
  gap: 0 15px;
}
.gft-sns-item {
  width: 35px;
}
@media print, screen and (992px <= width) {
  .gft-sns-item {
    width: 42px;
  }
}
.gft-copyright {
  font-size: 10px;
  color: var(--color-gray);
  text-align: center;
}
@media print, screen and (992px <= width) {
  .gft-copyright {
    font-size: 13px;
  }
}

body:has(.is-login-false) .login-item {
  display: none;
}

body:has(.is-login-true) .logout-item {
  display: none;
}

.fs-l-header {
  padding-top: 0 !important;
}

.fs-l-header__contents {
  display: block !important;
}

.fs-c-breadcrumb {
  color: var(--color-gray);
  padding: 0 5%;
}
@media print, screen and (992px <= width) {
  .fs-c-breadcrumb {
    padding: 0 20px;
  }
}
.fs-c-breadcrumb__list {
  width: min(100%, 428px);
  padding: 0.5em 0;
  margin: 0 auto;
  display: flex;
  overflow-x: auto;
}
@media print, screen and (768px <= width) {
  .fs-c-breadcrumb__list {
    display: block;
    overflow: auto;
    width: min(100%, 720px);
  }
}
@media print, screen and (992px <= width) {
  .fs-c-breadcrumb__list {
    width: min(100%, 1100px);
  }
}
.fs-c-breadcrumb__listItem {
  flex-shrink: 0;
}
.fs-c-breadcrumb a {
  color: inherit;
  text-decoration: underline;
}

.fs-l-main {
  max-width: 1100px;
}

.fs-c-panelContainer {
  width: min(90%, 428px);
  margin: 0 auto;
}
@media print, screen and (768px <= width) {
  .fs-c-panelContainer {
    width: min(100%, 720px);
  }
}
@media print, screen and (992px <= width) {
  .fs-c-panelContainer {
    width: min(100%, 1100px);
  }
}

.fs-c-heading--page {
  font-size: 26px;
  font-weight: bold;
  padding: 0;
  border: 0;
}

.fs-c-slick:has(.slick-dots) {
  padding: 0 0 2em;
}
@media print, screen and (992px <= width) {
  .fs-c-slick:has(.slick-dots) {
    padding: 0 0 2.5em;
  }
}
@media (hover: hover) {
  .fs-c-slick .slick-slide a {
    transition: opacity 0.2s;
  }
  .fs-c-slick .slick-slide a:hover {
    opacity: 0.7;
  }
}
.fs-c-slick .slick-dots {
  position: absolute;
  bottom: -2em;
  right: 0;
  left: 0;
}
@media print, screen and (992px <= width) {
  .fs-c-slick .slick-dots {
    bottom: -2.5em;
  }
}
.fs-c-slick .slick-dots li {
  margin: 0 0.5em;
}
.fs-c-slick .slick-dots li button {
  width: auto;
  height: auto;
}
.fs-c-slick .slick-dots li button::before {
  font-size: 10px;
  color: var(--color-gray02);
}
.fs-c-slick .slick-dots li.slick-active button {
  width: auto;
  height: auto;
}
.fs-c-slick .slick-dots li.slick-active button::before {
  color: var(--color-red);
}
.fs-c-slick .slick-prev,
.fs-c-slick .slick-next {
  font-size: inherit;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  border-style: solid;
  border-color: var(--color-gray02);
  border-width: 1px;
}
.fs-c-slick .slick-prev::before,
.fs-c-slick .slick-next::before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: inherit;
  height: inherit;
  color: var(--color-black02);
  font: var(--fa-font-solid);
}
.fs-c-slick .slick-prev::before {
  content: "\f053";
}
.fs-c-slick .slick-next::before {
  content: "\f054";
}

.fs-c-subgroupList {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5em 0.5em;
}
@media print, screen and (768px <= width) {
  .fs-c-subgroupList {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media print, screen and (992px <= width) {
  .fs-c-subgroupList {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.fs-c-subgroupList__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 0;
  width: 100%;
  height: 38px;
  color: var(--color-black02);
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  background: var(--color-beige02);
  padding: 0 0.5em;
  border: 0;
}
@media print, screen and (992px <= width) {
  .fs-c-subgroupList__link {
    height: 50px;
  }
}

.fs-c-productImageModal {
  display: flex;
  align-items: center;
}

.fs-c-productList__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 25px 4%;
}
@media print, screen and (768px <= width) {
  .fs-c-productList__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 34px 15px;
  }
}
@media print, screen and (1200px <= width) {
  .fs-c-productList__list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 34px 15px;
  }
}
.fs-c-productList__list__item {
  padding: 0;
  border-width: 0;
}
.fs-c-productList__list .fs-c-productName__copy {
  font-size: 10px;
  color: var(--color-gray);
}
.fs-c-productList__list .fs-c-productName__name {
  font-size: 14px;
  margin: 0.3em 0 0;
}
.fs-c-productList__list .fs-c-productPrice--listed .fs-c-productPrice__main__label {
  font-size: 12px;
}
.fs-c-productList__list .fs-c-productPrice--listed .fs-c-productPrice__main__price {
  font-size: 12px;
}
.fs-c-productList__list .fs-c-productPrice--listed .fs-c-productPrice__main__price::after {
  content: "のところ";
}
.fs-c-productList__list .fs-c-productPrice--listed .fs-c-productPrice__addon {
  font-size: 12px;
}
.fs-c-productList__list .fs-c-productPrice--selling .fs-c-productPrice__main__label {
  font-size: 12px;
}
.fs-c-productList__list .fs-c-productPrice--selling .fs-c-productPrice__main__price {
  font-size: 16px;
}
.fs-c-productList__list .fs-c-productPrice--selling .fs-c-productPrice__addon {
  font-size: 12px;
}

.fs-c-productList__controller .fs-c-sortItems {
  order: 1;
  width: 100%;
  border: 0;
  background-color: var(--color-gray03);
  padding: 1em 1em;
}
.fs-c-productList__controller .fs-c-sortItems__label {
  flex-shrink: 0;
  border: 0;
}
.fs-c-productList__controller .fs-c-sortItems__list {
  gap: 5px 5px;
  border: 0;
}
.fs-c-productList__controller .fs-c-sortItems__list__item {
  color: inherit;
  background-color: var(--color-white);
}
@media (hover: hover) {
  .fs-c-productList__controller .fs-c-sortItems__list__item {
    transition: opacity 0.2s;
  }
  .fs-c-productList__controller .fs-c-sortItems__list__item:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.fs-c-productList__controller .fs-c-sortItems__list__item.is-active {
  color: var(--color-white);
  background-color: var(--color-gray);
}
.fs-c-productList__controller .fs-c-sortItems__list__item a:hover {
  text-decoration: none;
}
.fs-c-productList__controller .fs-c-listControl {
  order: 0;
  width: 100%;
}
.fs-c-productList__controller .fs-c-listControl__status {
  flex-grow: 1;
}
.fs-c-productList__controller.ver0 .fs-c-sortItems {
  margin-bottom: 20px;
}
@media print, screen and (992px <= width) {
  .fs-c-productList__controller.ver0 .fs-c-sortItems {
    margin-bottom: 35px;
  }
}
.fs-c-productList__controller.ver1 .fs-c-sortItems {
  display: none;
}
.fs-c-productList__controller.ver1 .fs-c-listControl {
  margin-top: 25px;
}
@media print, screen and (992px <= width) {
  .fs-c-productList__controller.ver1 .fs-c-listControl {
    margin-top: 45px;
  }
}

.fs-c-pagination {
  flex-wrap: wrap;
  align-items: stretch;
  gap: 2px 0;
  font-size: 12px;
}
.fs-c-pagination__item {
  flex-grow: 0;
  min-width: 2.7em;
  height: 2.7em;
  line-height: 2.7;
  text-align: center;
  padding: 0 0.2em;
  border-style: solid;
  border-color: var(--color-gray02);
  border-width: 1px 1px 1px 0;
}
.fs-c-pagination__item[role=button] {
  color: var(--color-gray02);
}
.fs-c-pagination__item[role=button]:visited {
  color: var(--color-gray02);
}
.fs-c-pagination__item[role=button]:hover {
  color: var(--color-gray02);
}
.fs-c-pagination__item.is-active {
  color: inherit;
  background-color: transparent;
}
.fs-c-pagination__item.is-active:hover {
  color: inherit;
}
.fs-c-pagination__item--prev, .fs-c-pagination__item--next {
  background-color: var(--color-gray03);
}
.fs-c-pagination__item--prev::before, .fs-c-pagination__item--next::before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font: var(--fa-font-solid) !important;
  color: var(--color-black02);
}
.fs-c-pagination__item--prev {
  margin-right: 5px;
  border-width: 1px;
}
.fs-c-pagination__item--prev::before {
  content: "\f053";
}
.fs-c-pagination__item--next {
  margin-left: 5px;
  border-width: 1px;
}
.fs-c-pagination__item--next::before {
  content: "\f054";
}
.fs-c-pagination__item:nth-child(1) {
  border-left-width: 1px;
}

.fs-c-pagination__item--prev + .fs-c-pagination__item {
  border-width: 1px;
}

.fs-l-productLayout {
  margin: 20px 0 0;
  gap: 10px 0;
}
.fs-l-productLayout .fs-c-productCarouselMainImage__image {
  cursor: pointer;
}
.fs-l-productLayout .fs-c-productCarouselMainImage__thumbnailList {
  overflow-x: auto;
}
.fs-l-productLayout .fs-c-productNameHeading {
  margin-bottom: 0;
}
.fs-l-productLayout .fs-c-productNameHeading__copy {
  font-size: 14px;
}
.fs-l-productLayout .fs-c-productNameHeading__name {
  font-size: 16px;
}
.fs-l-productLayout .fs-c-productNumber {
  font-size: 12px;
  color: var(--color-gray);
  line-height: inherit;
  padding: 0;
  border-width: 0;
}
.fs-l-productLayout .fs-c-productNumber__label {
  font-weight: bold;
}
.fs-l-productLayout .fs-c-productNumber__label::after {
  content: ":";
}
.fs-l-productLayout .fs-c-productPrices--productDetail .fs-c-productPrice--listed .fs-c-productPrice__main__label {
  font-size: 14px;
  margin-right: 0.3em;
}
.fs-l-productLayout .fs-c-productPrices--productDetail .fs-c-productPrice--listed .fs-c-productPrice__main__price {
  font-size: 14px !important;
}
.fs-l-productLayout .fs-c-productPrices--productDetail .fs-c-productPrice--listed .fs-c-productPrice__main__price::after {
  content: "のところ";
}
.fs-l-productLayout .fs-c-productPrices--productDetail .fs-c-productPrice--selling .fs-c-productPrice__main__label {
  font-size: 14px;
  font-weight: bold;
  margin-right: 0.5em;
}
.fs-l-productLayout .fs-c-productPrices--productDetail .fs-c-productPrice--selling .fs-c-productPrice__main__price {
  font-size: 25px !important;
  font-weight: bold;
}
.fs-l-productLayout .fs-c-productPrices--productDetail .fs-c-productPrice--selling .fs-c-productPrice__addon {
  font-size: 12px;
  color: var(--color-gray);
  margin-left: 0.5em;
}
.fs-l-productLayout .fs-c-productPointDisplay {
  font-size: 12px;
  color: var(--color-black02);
  line-height: inherit;
  background: none;
  padding: 0;
  border-width: 0;
}
.fs-l-productLayout .fs-c-productPointDisplay__quantity {
  color: var(--color-red);
}
.fs-l-productLayout .fs-c-productQuantityAndWishlist {
  grid-template-columns: 100px 1fr;
  gap: 0 10px;
  margin: 10px 0 0;
}
@media print, screen and (992px <= width) {
  .fs-l-productLayout .fs-c-productQuantityAndWishlist {
    margin: 20px 0 0;
  }
}
.fs-l-productLayout .fs-c-productQuantityAndWishlist__wishlist {
  align-self: start;
  padding: 0;
}
.fs-l-productLayout .fs-c-quantity select {
  height: 60px;
  width: 100px;
  text-align: center;
  padding: 0 0.5em;
}
.fs-l-productLayout .fs-c-button--particular {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  font-size: 16px;
  color: var(--color-black02);
  font-weight: bold;
  background: var(--color-gray03);
  border: 1px solid var(--color-gray02);
  border-radius: 4px;
  box-shadow: none;
}
@media print, screen and (992px <= width) {
  .fs-l-productLayout .fs-c-button--particular {
    width: 250px;
  }
}
.fs-l-productLayout .fs-c-button--particular.fs-c-button--addToWishList--detail::before {
  font-size: 1.4em;
  margin-right: 0.3em;
  font-family: "fs-icon" !important;
  content: "\e919";
}
.fs-l-productLayout .fs-c-button--particular.fs-c-button--addToWishList--detail::after {
  content: "";
}
.fs-l-productLayout .fs-c-button--particular.fs-c-button--removeFromWishList--detail::before {
  font-size: 1.4em;
  margin-right: 0.3em;
  font-family: "fs-icon" !important;
  content: "\e91a";
  color: var(--color-red);
}
.fs-l-productLayout .fs-c-button--particular.fs-c-button--removeFromWishList--detail::after {
  content: "";
}
.fs-l-productLayout .fs-c-returnedSpecialContract {
  padding: 0;
}
.fs-l-productLayout .fs-c-returnedSpecialContract a {
  text-decoration: underline;
}
.fs-l-productLayout .fs-c-inquiryAboutProduct {
  padding: 0;
}
.fs-l-productLayout .fs-c-inquiryAboutProduct .fs-c-button__label {
  text-decoration: underline;
}
.fs-l-productLayout .fs-c-productReview__addReview {
  padding: 0;
}
.fs-l-productLayout .fs-c-productReview a {
  text-decoration: underline;
}

.fs-c-button--myPageTop {
  color: var(--color-black02);
  padding: 0.5em 1em;
  border-style: solid;
  border-color: var(--color-black02);
  border-width: 1px;
}
@media (hover: hover) {
  .fs-c-button--myPageTop {
    transition: opacity 0.2s;
  }
  .fs-c-button--myPageTop:hover {
    opacity: 0.7;
    text-decoration: none;
    color: initial;
  }
}

.btn001 {
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0 0.3em;
  font-size: 13px;
  color: var(--color-white);
  line-height: 1.2;
  background-color: var(--color-red);
  text-decoration: none;
  padding: 0.65em 0.5em;
  border: 0;
  margin-right: 0.5em;
  transition: opacity 0.2s;
}
.btn001:hover {
  color: var(--color-white);
  background-color: var(--color-red);
  text-decoration: none;
  opacity: 0.7;
}

.btn002 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 0.5em;
  width: 100%;
  height: 60px;
  border: 0;
  font-size: 18px;
  color: var(--color-white);
  font-weight: bold;
  background-color: var(--color-red);
  text-decoration: none;
  padding: 0 1em;
  transition: opacity 0.2s;
}
.btn002::before {
  font-family: "fs-icon" !important;
  content: "\e91f";
  font-size: 1.4em;
  font-weight: 400;
}
.btn002:hover {
  color: var(--color-white);
  background-color: var(--color-red);
  text-decoration: none;
  opacity: 0.7;
}

.fs-c-wishlistProduct__title {
  margin-top: 40px;
}
@media print, screen and (992px <= width) {
  .fs-c-wishlistProduct__title {
    margin-top: 60px;
  }
}

.fs-c-button--particular.fs-c-button--addToWishList--icon::before {
  color: var(--color-gray);
}
.fs-c-button--particular.fs-c-button--removeFromWishList--icon::before {
  color: var(--color-red);
}

.fs-l-footer {
  position: relative;
  border-width: 0 !important;
  background: none !important;
  color: inherit !important;
  margin-top: 0 !important;
}

.fs-l-footer__contents {
  max-width: 100% !important;
}

.fs-p-footerUtilityMenu {
  width: min(100%, 1100px);
  margin: 0 auto;
}

.top-srv-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 10px;
}
@media print, screen and (768px <= width) {
  .top-srv-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.top-srv-item {
  width: min(100%, 202px);
}
@media (hover: hover) {
  .top-srv-item {
    transition: opacity 0.2s;
  }
  .top-srv-item:hover {
    opacity: 0.7;
  }
}

.top-carousel-mv {
  margin: 16px 0 0;
}
@media print, screen and (992px <= width) {
  .top-carousel-mv {
    margin: 20px 0 0;
  }
}
.top-carousel-mv .slick-slide {
  padding: 0 8px;
}
@media print, screen and (992px <= width) {
  .top-carousel-mv .slick-slide {
    padding: 0 10px;
  }
}
.top-carousel-mv .slick-slide img {
  width: min(80vw, 400px);
}

.top-carousel-pickup {
  margin: 16px -5% 0;
}
@media print, screen and (992px <= width) {
  .top-carousel-pickup {
    margin: 20px 0 0;
  }
}
.top-carousel-pickup .slick-slide {
  padding: 0 5px;
}
@media print, screen and (992px <= width) {
  .top-carousel-pickup .slick-slide {
    padding: 0 14px;
  }
}
@media (hover: hover) {
  .top-carousel-pickup .slick-slide a {
    transition: opacity 0.2s;
  }
  .top-carousel-pickup .slick-slide a:hover {
    opacity: 0.7;
  }
}
.top-carousel-pickup .slick-slide img {
  width: min(44vw, 170px);
}
@media print, screen and (992px <= width) {
  .top-carousel-pickup .slick-slide img {
    width: min(23.8181818182vw, 262px);
  }
}
.top-carousel-pickup .slick-prev::before {
  content: "\f053";
}
@media print, screen and (992px <= width) {
  .top-carousel-pickup .slick-prev {
    left: -6px;
  }
}
.top-carousel-pickup .slick-next::before {
  content: "\f054";
}
@media print, screen and (992px <= width) {
  .top-carousel-pickup .slick-next {
    right: -20px;
  }
}

.top-carousel-feature {
  margin: 16px -5% 0;
}
@media print, screen and (992px <= width) {
  .top-carousel-feature {
    margin: 20px 0 0;
  }
}
.top-carousel-feature .slick-slide {
  padding: 0 5px;
}
@media print, screen and (992px <= width) {
  .top-carousel-feature .slick-slide {
    padding: 0 6px;
  }
}
.top-carousel-feature .slick-slide img {
  width: min(44vw, 170px);
}
@media print, screen and (992px <= width) {
  .top-carousel-feature .slick-slide img {
    width: min(18.1818181818vw, 200px);
  }
}
.top-carousel-feature .slick-prev::before {
  content: "\f053";
}
@media print, screen and (992px <= width) {
  .top-carousel-feature .slick-prev {
    left: -14px;
  }
}
.top-carousel-feature .slick-next::before {
  content: "\f054";
}
@media print, screen and (992px <= width) {
  .top-carousel-feature .slick-next {
    right: -20px;
  }
}

.top-carousel-jewelry,
.top-carousel-brand,
.top-carousel-watch {
  margin: 16px -5% 0;
}
@media print, screen and (992px <= width) {
  .top-carousel-jewelry,
  .top-carousel-brand,
  .top-carousel-watch {
    margin: 20px 0 0;
  }
}
.top-carousel-jewelry .slick-slide,
.top-carousel-brand .slick-slide,
.top-carousel-watch .slick-slide {
  padding: 0 5px;
}
@media print, screen and (992px <= width) {
  .top-carousel-jewelry .slick-slide,
  .top-carousel-brand .slick-slide,
  .top-carousel-watch .slick-slide {
    padding: 0 10px;
  }
}
.top-carousel-jewelry .slick-slide .fs-c-productListCarousel__list__item,
.top-carousel-brand .slick-slide .fs-c-productListCarousel__list__item,
.top-carousel-watch .slick-slide .fs-c-productListCarousel__list__item {
  min-width: 0 !important;
  max-width: 152px !important;
  margin: 0 !important;
}
@media (hover: hover) {
  .top-carousel-jewelry .slick-slide,
  .top-carousel-brand .slick-slide,
  .top-carousel-watch .slick-slide {
    transition: opacity 0.2s;
  }
  .top-carousel-jewelry .slick-slide:hover,
  .top-carousel-brand .slick-slide:hover,
  .top-carousel-watch .slick-slide:hover {
    opacity: 0.7;
  }
}
@media (hover: hover) {
  .top-carousel-jewelry .slick-slide a:hover,
  .top-carousel-brand .slick-slide a:hover,
  .top-carousel-watch .slick-slide a:hover {
    color: inherit;
    text-decoration: none;
  }
}
.top-carousel-jewelry .slick-slide .fs-c-productImage__image,
.top-carousel-brand .slick-slide .fs-c-productImage__image,
.top-carousel-watch .slick-slide .fs-c-productImage__image {
  width: min(44vw, 170px);
}
@media print, screen and (992px <= width) {
  .top-carousel-jewelry .slick-slide .fs-c-productImage__image,
  .top-carousel-brand .slick-slide .fs-c-productImage__image,
  .top-carousel-watch .slick-slide .fs-c-productImage__image {
    width: min(13.8181818182vw, 152px);
  }
}
.top-carousel-jewelry .slick-slide .fs-c-productName__name,
.top-carousel-brand .slick-slide .fs-c-productName__name,
.top-carousel-watch .slick-slide .fs-c-productName__name {
  font-size: 12px;
}
.top-carousel-jewelry .slick-slide .fs-c-productPrice,
.top-carousel-brand .slick-slide .fs-c-productPrice,
.top-carousel-watch .slick-slide .fs-c-productPrice {
  color: var(--color-red);
  font-weight: 500;
}
.top-carousel-jewelry .slick-slide .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price,
.top-carousel-brand .slick-slide .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price,
.top-carousel-watch .slick-slide .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  color: inherit;
}
.top-carousel-jewelry .slick-slide .fs-c-productPrice__main__label,
.top-carousel-brand .slick-slide .fs-c-productPrice__main__label,
.top-carousel-watch .slick-slide .fs-c-productPrice__main__label {
  display: none;
}
.top-carousel-jewelry .slick-slide .fs-c-productListItem__control,
.top-carousel-brand .slick-slide .fs-c-productListItem__control,
.top-carousel-watch .slick-slide .fs-c-productListItem__control {
  display: none;
}

.news-list li {
  display: none;
}
.news-list li:nth-of-type(-n + 3) {
  display: block;
}

#notice {
  padding: 1em 1em;
  margin: 1em 0 0;
  border-style: solid;
  border-color: var(--color-black);
  border-width: 1px;
}
#notice h3 {
  color: var(--color-red);
  margin: 0 0 0.5em;
}/*# sourceMappingURL=style.css.map */