@charset "UTF-8";
/*------------------------------------------------------------
  変数設定
  ------------------------------------------------------------*/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

a, address, article, aside, audio, b, big, blockquote, body, button, caption, center, cite, code, dd, details, div, dl, dt, em, fieldset, figcaption, figure, footer, form, form, h1, h2, h3, h4, h5, h6, header, i, iframe, img, input, label, li, main, mark, menu, nav, ol, p, pre, q, s, section, select, small, span, strong, summary, table, tbody, td, textarea, tfoot, th, thead, time, tr, u, ul, video {
  margin: 0;
  padding: 0;
  font-size: inherit;
  box-sizing: border-box;
}

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

audio, canvas, progress, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

ol,
ul {
  list-style: none;
}

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

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

svg:not(:root) {
  overflow: hidden;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}

button,
input,
select {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

blockquote,
q {
  quotes: none;
}

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

/*------------------------------------------------------------
	サイト基礎
  ------------------------------------------------------------*/
body {
  color: #414141;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  position: relative;
  width: 100%;
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif !important;
}
@media screen and (max-width: 991px) {
  body {
    font-size: 1.6rem;
  }
}
body a {
  color: #273678;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
body a:hover {
  opacity: 0.8;
}
body img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
}
body .inner-xl {
  max-width: 1600px;
  margin: 0 auto;
}
body .inner-l {
  max-width: calc(1200px + 3rem);
  margin: 0 auto;
  padding: 0 1.5rem;
  width: 100%;
}
@media screen and (max-width: 991px) {
  body .inner-l {
    padding: 0 2rem;
  }
}
body .inner-m {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  body .inner-m {
    padding: 0 2rem;
  }
}
body .inner-s {
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  body .inner-s {
    padding: 0 2rem;
  }
}
body .readTxt {
  line-height: 32px;
}
body section {
  position: relative;
}
body h2.baseTtl {
  font-size: 3.2rem;
  line-height: 42px;
  position: relative;
  margin-bottom: 5rem;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  body h2.baseTtl {
    margin-bottom: 4rem;
  }
}
body h3.baseTtl {
  color: #414141;
  margin-bottom: 5rem;
  font-size: 2rem;
}
body .pcNone {
  display: none;
}
@media screen and (max-width: 991px) {
  body .pcNone {
    display: block;
  }
}
@media screen and (max-width: 1200px) {
  body .lgNone {
    display: none !important;
  }
}
body .lgBlock {
  display: none !important;
}
@media screen and (max-width: 1200px) {
  body .lgBlock {
    display: block !important;
  }
}
@media screen and (max-width: 991px) {
  body .tbNone {
    display: none !important;
  }
}
body .tbBlock {
  display: none !important;
}
@media screen and (max-width: 991px) {
  body .tbBlock {
    display: block !important;
  }
}
@media screen and (max-width: 769px) {
  body .spNone {
    display: none !important;
  }
}
body .spBlock {
  display: none !important;
}
@media screen and (max-width: 769px) {
  body .spBlock {
    display: block !important;
  }
}

.preload * {
  transition: none !important;
}

.wrap {
  overflow-x: hidden;
  position: relative;
  width: 100%;
}

/*------------------------------------------------------------
	ヘッダー
  ------------------------------------------------------------*/
#baseMenu {
  display: none;
}

header#mainHeader {
  margin: 0 !important;
  width: 100%;
  background: #273678;
  height: 125px;
  padding: 2rem 3rem;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  box-shadow: 0px 3px 10px -5px #000;
}
@media screen and (max-width: 991px) {
  header#mainHeader {
    height: 130px;
    padding: 2rem;
  }
}
header#mainHeader #shopHeader {
  font-size: 1.6rem;
  font-weight: bold;
  justify-content: space-between;
  color: #fff;
  align-items: center;
}
header#mainHeader #shopHeader h1 {
  display: flex;
  align-items: center;
  gap: 0 4rem;
  margin: 0;
  width: 472px;
}
@media screen and (max-width: 1200px) {
  header#mainHeader #shopHeader h1 {
    gap: 0 2.5rem;
    width: 355px;
  }
}
@media screen and (max-width: 991px) {
  header#mainHeader #shopHeader h1 {
    gap: 0 1.5rem;
    order: 1;
    width: 245px;
  }
}
header#mainHeader #shopHeader h1 a img {
  width: 153px;
  filter: invert(1);
}
@media screen and (max-width: 991px) {
  header#mainHeader #shopHeader h1 a img {
    width: 78px;
  }
}
header#mainHeader #shopHeader h1 .logoTxt {
  font-size: 3.4rem;
  line-height: 38px;
}
@media screen and (max-width: 1200px) {
  header#mainHeader #shopHeader h1 .logoTxt {
    font-size: 2rem;
    line-height: 30px;
  }
}
@media screen and (max-width: 991px) {
  header#mainHeader #shopHeader h1 .logoTxt {
    font-size: 1.5rem;
    line-height: 17px;
    text-align: left;
  }
}
header#mainHeader #shopHeader nav {
  border: none;
  margin: 0;
  width: calc(100% - 472px - 110px);
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1200px) {
  header#mainHeader #shopHeader nav {
    width: calc(100% - 355px - 50px);
  }
}
@media screen and (max-width: 991px) {
  header#mainHeader #shopHeader nav {
    order: 3;
    width: 100%;
    margin-top: 3rem;
    justify-content: center;
  }
}
header#mainHeader #shopHeader nav > ul {
  width: initial;
}
header#mainHeader #shopHeader nav > ul li {
  line-height: inherit;
  height: auto;
  width: auto;
  flex: auto;
}
header#mainHeader #shopHeader nav > ul li:hover {
  border-bottom: none !important;
}
header#mainHeader #shopHeader nav > ul li ul {
  display: flex !important;
}
header#mainHeader #shopHeader nav > ul li ul li {
  border-right: 1px solid #fff;
  height: 73px;
  line-height: 73px;
}
@media screen and (max-width: 991px) {
  header#mainHeader #shopHeader nav > ul li ul li {
    height: auto;
    line-height: inherit;
  }
}
header#mainHeader #shopHeader nav > ul li ul li:first-child {
  border-left: 1px solid #fff;
}
header#mainHeader #shopHeader nav > ul li a {
  font-size: 1.6rem;
  color: #fff;
  padding: 0 3rem;
}
@media screen and (max-width: 1200px) {
  header#mainHeader #shopHeader nav > ul li a {
    font-size: 1.5rem;
    padding: 0 2rem;
  }
}
@media screen and (max-width: 991px) {
  header#mainHeader #shopHeader nav > ul li a {
    padding: 0 1rem;
    font-size: 1.3rem;
  }
}
header#mainHeader #shopHeader nav > ul li.navContact {
  height: 73px;
  line-height: 73px;
}
@media screen and (max-width: 991px) {
  header#mainHeader #shopHeader nav > ul li.navContact {
    height: auto;
    line-height: inherit;
  }
}
header#mainHeader #shopHeader .rightIcons {
  width: 110px;
}
@media screen and (max-width: 1200px) {
  header#mainHeader #shopHeader .rightIcons {
    width: 50px;
  }
}
@media screen and (max-width: 991px) {
  header#mainHeader #shopHeader .rightIcons {
    order: 2;
    width: calc(100% - 250px);
  }
}
header#mainHeader #shopHeader .rightIcons ul {
  display: flex;
  flex-direction: column;
  gap: 0.8rem 0;
  align-items: flex-end;
}
@media screen and (max-width: 991px) {
  header#mainHeader #shopHeader .rightIcons ul {
    flex-direction: row;
    gap: 0 0.8rem;
    align-items: center;
    justify-content: flex-end;
  }
}
header#mainHeader #shopHeader .rightIcons ul li.cartBtn {
  position: relative;
}
header#mainHeader #shopHeader .rightIcons ul li.cartBtn .cart-badge .cart-qty {
  top: -5px;
  right: -1px;
}

body:not(#shopTopPage) #mainHeader,
#mainHeader.scrolled {
  padding: 0.5rem 3rem;
  height: 90px;
}
@media screen and (max-width: 991px) {
  body:not(#shopTopPage) #mainHeader,
  #mainHeader.scrolled {
    padding: 1.2rem;
  }
}
body:not(#shopTopPage) #mainHeader #shopHeader h1,
#mainHeader.scrolled #shopHeader h1 {
  gap: 0 2rem;
  width: 295px;
}
@media screen and (max-width: 991px) {
  body:not(#shopTopPage) #mainHeader #shopHeader h1,
  #mainHeader.scrolled #shopHeader h1 {
    gap: 0 1.5rem;
    width: 195px;
  }
}
body:not(#shopTopPage) #mainHeader #shopHeader h1 a img,
#mainHeader.scrolled #shopHeader h1 a img {
  width: 100px;
}
@media screen and (max-width: 991px) {
  body:not(#shopTopPage) #mainHeader #shopHeader h1 a img,
  #mainHeader.scrolled #shopHeader h1 a img {
    width: 65px;
  }
}
body:not(#shopTopPage) #mainHeader #shopHeader h1 .logoTxt,
#mainHeader.scrolled #shopHeader h1 .logoTxt {
  font-size: 2rem;
  line-height: 26px;
}
@media screen and (max-width: 991px) {
  body:not(#shopTopPage) #mainHeader #shopHeader h1 .logoTxt,
  #mainHeader.scrolled #shopHeader h1 .logoTxt {
    font-size: 1.2rem;
    line-height: 16px;
  }
}
body:not(#shopTopPage) #mainHeader #shopHeader nav,
#mainHeader.scrolled #shopHeader nav {
  width: calc(100% - 295px - 110px);
}
@media screen and (max-width: 991px) {
  body:not(#shopTopPage) #mainHeader #shopHeader nav,
  #mainHeader.scrolled #shopHeader nav {
    margin-top: 1.5rem;
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  body:not(#shopTopPage) #mainHeader #shopHeader .rightIcons,
  #mainHeader.scrolled #shopHeader .rightIcons {
    width: calc(100% - 195px);
  }
}
body:not(#shopTopPage) #mainHeader #shopHeader .rightIcons ul,
#mainHeader.scrolled #shopHeader .rightIcons ul {
  gap: 0.3rem 0;
  margin-top: 0.4rem;
}
@media screen and (max-width: 991px) {
  body:not(#shopTopPage) #mainHeader #shopHeader .rightIcons ul,
  #mainHeader.scrolled #shopHeader .rightIcons ul {
    gap: 0 0.8rem;
    margin-top: 0;
  }
}
body:not(#shopTopPage) #mainHeader #shopHeader .rightIcons ul .column.itemSearch,
#mainHeader.scrolled #shopHeader .rightIcons ul .column.itemSearch {
  top: 9rem;
}
/*------------------------------------------------------------
	フッター
  ------------------------------------------------------------*/
footer#mainFooter {
  background: #000000;
  width: 100%;
  padding: 5.5rem 1.5rem 4rem;
  color: #fff;
  margin: 0 !important;
  position: relative;
  margin-top: 12rem !important;
  /*-- page top --*/
}
@media screen and (max-width: 991px) {
  footer#mainFooter {
    margin-top: 6rem !important;
    padding: 11rem 2rem 1.5rem;
  }
}
footer#mainFooter a {
  color: #fff;
}
footer#mainFooter .footerLogo {
  margin-bottom: 3rem;
  text-align: center;
}
footer#mainFooter .footerLogo a img {
  width: 276px;
  margin: 0 auto 2.5rem;
}
@media screen and (max-width: 991px) {
  footer#mainFooter .footerLogo a img {
    width: 200px;
    margin-bottom: 2rem;
  }
}
footer#mainFooter .footerLogo a .txt {
  color: #fff;
  font-size: 3.1rem;
}
@media screen and (max-width: 991px) {
  footer#mainFooter .footerLogo a .txt {
    font-size: 2.1rem;
  }
}
footer#mainFooter .footerMenu ul {
  justify-content: center !important;
  gap: 0 1.5rem;
  margin-bottom: 3rem;
}
footer#mainFooter .footerMenu ul li {
  margin: 0 !important;
  font-size: 1.4rem !important;
}
@media screen and (max-width: 991px) {
  footer#mainFooter .footerMenu ul li {
    font-size: 1.2rem !important;
    width: auto !important;
  }
}
footer#mainFooter .footerRight {
  position: absolute;
  top: 4.5rem;
  right: 3rem;
}
@media screen and (max-width: 991px) {
  footer#mainFooter .footerRight {
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 3rem;
  }
}
footer#mainFooter .footerRight ul {
  display: flex;
  flex-direction: column;
  gap: 1rem 0;
}
@media screen and (max-width: 991px) {
  footer#mainFooter .footerRight ul {
    flex-direction: row;
    justify-content: center;
  }
}
footer#mainFooter .footerRight ul li.cartBtn {
  position: relative;
}
footer#mainFooter .footerRight ul li.cartBtn .cart-badge .cart-qty {
  top: -5px;
  right: -1px;
}
footer#mainFooter .copy {
  font-weight: normal;
  opacity: 0.5;
}
footer#mainFooter #go_pagetop {
  position: fixed;
  right: 2rem;
  z-index: 10;
}
footer#mainFooter #go_pagetop a img {
  width: 40px;
}
/*------------------------------------------------------------
	TOP
  ------------------------------------------------------------*/
.secMv {
  background: #273678;
  margin-top: 125px;
}
@media screen and (max-width: 991px) {
  .secMv {
    margin-top: 130px;
  }
}
.secMv ul .slide-arrow {
  position: absolute;
  z-index: 1;
  top: calc(50% - 36.25px - 44px);
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .secMv ul .slide-arrow {
    width: 10px;
    top: inherit;
    bottom: 1.7rem;
  }
}
.secMv ul .slide-arrow.prev-arrow {
  left: calc(20% - 30px);
}
@media screen and (max-width: 991px) {
  .secMv ul .slide-arrow.prev-arrow {
    left: 2rem;
  }
}
.secMv ul .slide-arrow.next-arrow {
  right: calc(20% - 30px);
}
@media screen and (max-width: 991px) {
  .secMv ul .slide-arrow.next-arrow {
    right: 2rem;
  }
}
.secMv ul .slide-arrow:hover {
  opacity: 0.8;
}
.secMv ul li {
  padding: 0 0.5rem;
}
@media screen and (max-width: 991px) {
  .secMv ul li {
    padding: 0;
  }
}
.secMv ul.slick-dots {
  padding: 1.7rem 0 2.5rem;
  display: flex;
  justify-content: center;
  gap: 0 1rem;
}
@media screen and (max-width: 991px) {
  .secMv ul.slick-dots {
    padding: 1rem 0 2rem;
    gap: 0 0.8rem;
  }
}
.secMv ul.slick-dots li {
  padding: 0;
}
.secMv ul.slick-dots li button {
  background: #BFBFBF;
  border: 0;
  font-size: 0;
  width: 15px;
  height: 15px;
  border-radius: 8px;
}
@media screen and (max-width: 991px) {
  .secMv ul.slick-dots li button {
    width: 12px;
    height: 12px;
  }
}
.secMv ul.slick-dots li.slick-active button {
  background: #fff;
}

.secInfo {
  padding: 9.5rem 0;
}
@media screen and (max-width: 991px) {
  .secInfo {
    padding: 5.5rem 0 8rem;
    border-bottom: 1px solid #BFBFBF;
  }
}
.secInfo .inner-s {
  position: relative;
  z-index: 0;
}
.secInfo .inner-s::before {
  content: "";
  display: block;
  position: absolute;
  background: url("https://csa-racing.jp/ec-base/assets/img/bg01.png") no-repeat;
  width: 562px;
  height: 502px;
  z-index: -1;
  opacity: 0.05;
  top: 0;
  left: -20.5rem;
}
@media screen and (max-width: 991px) {
  .secInfo .inner-s::before {
    background-size: calc(100% - 4rem);
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    background-position: center 6rem;
  }
}
.secInfo .inner-s ul {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 2.5rem;
}
.secInfo .inner-s ul li {
  border-bottom: 1px solid #BFBFBF;
  padding-bottom: 1rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 991px) {
  .secInfo .inner-s ul li {
    padding-bottom: 0.5rem;
    margin-bottom: 1.5rem;
  }
}
.secInfo .inner-s ul li span.date {
  width: 185px;
  display: inline-block;
  color: #273678;
}
@media screen and (max-width: 991px) {
  .secInfo .inner-s ul li span.date {
    width: 100%;
    margin-bottom: 0.1rem;
  }
}
.secInfo .inner-s ul li a {
  color: #414141;
}
.secInfo .inner-s .moreLink a {
  font-size: 1.4rem;
  text-decoration: underline;
}
@media screen and (max-width: 991px) {
  .secInfo .inner-s .moreLink a {
    font-size: 1.6rem;
  }
}

section#mainContent.itemList {
  width: 100%;
  padding-bottom: 1rem;
}
@media screen and (max-width: 991px) {
  section#mainContent.itemList {
    padding-top: 5.5rem;
  }
}
section#mainContent.itemList .inner-l .catPageTopSpacer {
  padding-top: calc(125px + 6rem);
}
@media screen and (max-width: 991px) {
  section#mainContent.itemList .inner-l .catPageTopSpacer {
    padding-top: calc(130px - 1.5rem);
  }
}
section#mainContent.itemList .inner-l .titleForSearchResult {
  font-size: 2rem;
  color: #414141;
  margin-top: 0;
}
section#mainContent.itemList .inner-l ul.itemUL {
  gap: 1rem;
}
section#mainContent.itemList .inner-l ul.itemUL li.item.part {
  box-shadow: 0px 3px 6px 0 #aaa;
  border-radius: 10px;
  padding: 1.5rem 1.5rem 1rem;
  margin: 0;
  width: calc(25% - 0.75rem);
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  section#mainContent.itemList .inner-l ul.itemUL li.item.part {
    padding: 1rem 1rem 0.5rem;
    width: calc(50% - 0.5rem);
  }
}
section#mainContent.itemList .inner-l ul.itemUL li.item.part .itemImg {
  padding: 0;
  aspect-ratio: 1/1;
  height: auto;
  width: 100%;
  margin-bottom: 1rem;
}
section#mainContent.itemList .inner-l ul.itemUL li.item.part .itemImg a {
  width: 100%;
  height: 100%;
}
section#mainContent.itemList .inner-l ul.itemUL li.item.part .itemImg a::before {
  display: none;
}
section#mainContent.itemList .inner-l ul.itemUL li.item.part .itemImg a img {
  position: static;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  transition: all 0.3s ease-in-out;
}
section#mainContent.itemList .inner-l ul.itemUL li.item.part .itemImg a .soldout_cover p {
  color: #BFBFBF;
}
@media screen and (max-width: 991px) {
  section#mainContent.itemList .inner-l ul.itemUL li.item.part .itemImg a .soldout_cover p {
    font-size: 1.8rem;
  }
}
section#mainContent.itemList .inner-l ul.itemUL li.item.part .itemTitle {
  text-align: left;
  margin: 0 0 2.5rem;
}
@media screen and (max-width: 991px) {
  section#mainContent.itemList .inner-l ul.itemUL li.item.part .itemTitle {
    margin: 0 0 1.5rem;
  }
}
section#mainContent.itemList .inner-l ul.itemUL li.item.part .itemTitle h2 {
  margin: 0;
  line-height: 22px;
}
section#mainContent.itemList .inner-l ul.itemUL li.item.part ul.itemDetail li.itemPrice {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: right;
}
@media screen and (max-width: 991px) {
  section#mainContent.itemList .inner-l ul.itemUL li.item.part ul.itemDetail li.itemPrice {
    font-size: 2rem;
  }
}
section#mainContent.itemList .inner-l ul.itemUL li.item.part:hover .itemImg {
  border: none;
}
section#mainContent.itemList .inner-l ul.itemUL li.item.part:hover .itemImg a img {
  transform: scale(1.05);
}
section#mainContent.itemList .inner-l ul.itemUL li.item.part:hover a {
  color: #414141;
  opacity: 0.8;
}

/*------------------------------------------------------------
	商品詳細
  ------------------------------------------------------------*/
body#shopDetailPage section#mainContent {
  padding: 0;
  padding-top: 7.5rem;
  width: 100%;
  margin-bottom: 0;
  color: #414141;
  margin-top: 90px;
}
@media screen and (max-width: 991px) {
  body#shopDetailPage section#mainContent {
    padding-top: 5rem;
  }
}
body#shopDetailPage section#mainContent .itemArea {
  gap: 0 4rem;
}
@media screen and (max-width: 991px) {
  body#shopDetailPage section#mainContent .itemArea {
    gap: 4rem 0;
  }
}
body#shopDetailPage section#mainContent .itemArea .item {
  float: none;
  width: calc(50% - 2rem);
}
@media screen and (max-width: 991px) {
  body#shopDetailPage section#mainContent .itemArea .item {
    width: 100%;
  }
}
body#shopDetailPage section#mainContent .itemArea .item .itemImg {
  height: auto;
  display: block;
}
body#shopDetailPage section#mainContent .itemArea .item .itemImg .itemImgSlide {
  float: none;
  width: 100%;
  margin-bottom: 1.5rem;
}
body#shopDetailPage section#mainContent .itemArea .item .itemImg .itemImgSlide .bx-wrapper {
  float: none;
  width: 100%;
}
body#shopDetailPage section#mainContent .itemArea .item .itemImg .itemImgSlide .bx-wrapper .bx-viewport {
  height: auto !important;
  aspect-ratio: 1/1;
}
body#shopDetailPage section#mainContent .itemArea .item .itemImg .itemImgSlide .bx-wrapper .bx-viewport li {
  width: 100% !important;
  aspect-ratio: 1/1;
}
body#shopDetailPage section#mainContent .itemArea .item .itemImg .itemImgSlide .bx-wrapper .bx-viewport li .imgBox {
  width: 100%;
  height: 100%;
  line-height: inherit;
  border-radius: 0;
  overflow: hidden;
}
body#shopDetailPage section#mainContent .itemArea .item .itemImg .itemImgSlide .bx-wrapper .bx-viewport li .imgBox a img {
  max-width: inherit;
  max-height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
body#shopDetailPage section#mainContent .itemArea .item .itemImg #slideImgPager {
  float: none;
  height: auto;
  padding: 0;
  width: 100%;
}
body#shopDetailPage section#mainContent .itemArea .item .itemImg #slideImgPager #mCSB_1 #mCSB_1_container {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  body#shopDetailPage section#mainContent .itemArea .item .itemImg #slideImgPager #mCSB_1 #mCSB_1_container {
    gap: 0.5rem;
  }
}
body#shopDetailPage section#mainContent .itemArea .item .itemImg #slideImgPager #mCSB_1 #mCSB_1_container li {
  width: calc(25% - 1.125rem);
}
@media screen and (max-width: 991px) {
  body#shopDetailPage section#mainContent .itemArea .item .itemImg #slideImgPager #mCSB_1 #mCSB_1_container li {
    width: calc(20% - 0.4rem);
  }
}
body#shopDetailPage section#mainContent .itemArea .item .itemImg #slideImgPager #mCSB_1 #mCSB_1_container li a .smallImgBox {
  height: 100%;
  line-height: inherit;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
body#shopDetailPage section#mainContent .itemArea .item .itemImg #slideImgPager #mCSB_1 #mCSB_1_container li a .smallImgBox img {
  max-width: none;
  max-height: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body#shopDetailPage section#mainContent .itemArea .item .itemImg #slideImgPager #mCSB_1 #mCSB_1_scrollbar_vertical {
  display: none !important;
}
body#shopDetailPage section#mainContent .itemArea .purchase {
  width: calc(50% - 2rem);
  margin: 0;
  border: none;
}
@media screen and (max-width: 991px) {
  body#shopDetailPage section#mainContent .itemArea .purchase {
    width: 100%;
  }
}
body#shopDetailPage section#mainContent .itemArea .purchase h1.itemTitle {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  line-height: 34px;
}
body#shopDetailPage section#mainContent .itemArea .purchase .itemPrice h2 {
  margin: 0 0 3rem;
  font-size: 2.4rem;
  font-weight: bold;
  color: #414141;
}
body#shopDetailPage section#mainContent .itemArea .purchase .itemPrice #itemAttention {
  font-size: 1.2rem;
  color: #273678;
  margin-bottom: 3rem;
  line-height: 1.6;
}
body#shopDetailPage section#mainContent .itemArea .purchase .itemPrice #itemAttention .free__text {
  color: #ff0000;
}
body#shopDetailPage section#mainContent .itemArea .purchase .itemDescription {
  margin: 0 0 1.5rem 0;
}
body#shopDetailPage section#mainContent .itemArea .purchase #appsItemDetailCustom {
  margin-bottom: 5rem;
}
@media screen and (max-width: 991px) {
  body#shopDetailPage section#mainContent .itemArea .purchase #appsItemDetailCustom {
    margin-bottom: 3rem;
  }
}
body#shopDetailPage section#mainContent .itemArea .purchase #appsItemDetailCustom #appsItemDetailCustomTag {
  border-top: 1px solid #BFBFBF;
  border-bottom: 1px solid #BFBFBF;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
body#shopDetailPage section#mainContent .itemArea .purchase #appsItemDetailCustom #appsItemDetailCustomTag .appsItemDetailCustomTag_heading {
  font-size: 1.8rem;
  line-height: 28px;
  margin: 0 0 3rem;
}
body#shopDetailPage section#mainContent .itemArea .purchase #appsItemDetailCustom #appsItemDetailCustomTag .appsItemDetailCustomTag_description {
  font-size: 1.6rem;
  line-height: 26px;
  margin-bottom: 3rem;
}
@media screen and (max-width: 991px) {
  body#shopDetailPage section#mainContent .itemArea .purchase #appsItemDetailCustom #appsItemDetailCustomTag .appsItemDetailCustomTag_description {
    font-size: 1.4rem;
    line-height: 24px;
    margin-bottom: 1.5rem;
  }
}
body#shopDetailPage section#mainContent .itemArea .purchase #purchase_form #itemSelect .itemOptionElement label,
body#shopDetailPage section#mainContent .itemArea .purchase #purchase_form #itemSelect #amountSelectWrap label {
  font-size: 1.6rem;
  margin: 0 0 1rem 0;
  color: #414141;
}
body#shopDetailPage section#mainContent .itemArea .purchase #purchase_form #itemSelect .itemOptionElement select,
body#shopDetailPage section#mainContent .itemArea .purchase #purchase_form #itemSelect #amountSelectWrap select {
  font-family: inherit;
  font-size: 1.6rem;
  padding: 0.5rem 2rem 0.5rem 1rem;
}
body#shopDetailPage section#mainContent .itemArea .purchase #purchase_form #itemSelect .itemOptionElement select:focus-visible,
body#shopDetailPage section#mainContent .itemArea .purchase #purchase_form #itemSelect #amountSelectWrap select:focus-visible {
  outline: none;
  border: 1px solid #273678;
}
body#shopDetailPage section#mainContent .itemArea .purchase #purchase_form #itemSelect .itemOptionElement select {
  margin-bottom: 3rem;
  max-width: -moz-max-content;
  max-width: max-content;
}
body#shopDetailPage section#mainContent .itemArea .purchase .purchaseButton button {
  display: block;
  background: #273678;
  font-size: 1.6rem;
  padding: 1.5rem 0;
  width: 250px;
}
@media screen and (max-width: 991px) {
  body#shopDetailPage section#mainContent .itemArea .purchase .purchaseButton button {
    margin: 0 auto;
  }
}

/*------------------------------------------------------------
	TOP / 商品詳細以外
  ------------------------------------------------------------*/
body:not(#shopTopPage, #shopDetailPage) .main,
body:not(#shopTopPage, #shopDetailPage) #privacy,
body:not(#shopTopPage, #shopDetailPage) #law {
  margin-top: 90px;
}
@media screen and (max-width: 991px) {
  body:not(#shopTopPage, #shopDetailPage) .main,
  body:not(#shopTopPage, #shopDetailPage) #privacy,
  body:not(#shopTopPage, #shopDetailPage) #law {
    margin-top: 90px;
    padding: 1rem 2rem 0;
    width: 100%;
  }
}

/*------------------------------------------------------------
	ブログ
  ------------------------------------------------------------*/
.secBlog {
  padding-top: calc(90px + 5rem);
}
.secBlog .inner-s .main {
  margin-top: 0 !important;
  width: 100%;
  /*-- 一覧 --*/
  /*-- 詳細 --*/
}
.secBlog .inner-s .main .social {
  display: none;
}
.secBlog .inner-s .main #about.blogListMain {
  padding: 0;
  width: 100%;
}
.secBlog .inner-s .main #about.blogListMain .blog_inner {
  padding: 0;
  margin-bottom: 3rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 991px) {
  .secBlog .inner-s .main #about.blogListMain .blog_inner {
    padding-bottom: 0.5rem;
    margin-bottom: 1.5rem;
  }
}
.secBlog .inner-s .main #about.blogListMain .blog_inner .blog_title {
  order: 2;
}
.secBlog .inner-s .main #about.blogListMain .blog_inner .blog_title h2 {
  line-height: inherit;
  font-size: 1.6rem;
}
.secBlog .inner-s .main #about.blogListMain .blog_inner .blog_title h2 a {
  color: #414141;
}
.secBlog .inner-s .main #about.blogListMain .blog_inner .blog_publish {
  order: 1;
  margin: 0;
  width: 190px;
}
@media screen and (max-width: 991px) {
  .secBlog .inner-s .main #about.blogListMain .blog_inner .blog_publish {
    width: 100%;
    margin-bottom: 0.1rem;
  }
}
.secBlog .inner-s .main #about.blogListMain .blog_inner .blog_publish p.publish_date {
  color: #273678;
  font-size: 1.6rem;
  line-height: inherit;
  font-weight: bold;
}
.secBlog .inner-s .main #about.blogListMain .blog_inner .blog_head_image {
  display: none !important;
}
.secBlog .inner-s .main #about.blogListMain .blog_inner .blog_contents {
  display: none;
}
.secBlog .inner-s .main #about.blogDetail {
  padding: 0;
  width: 100%;
}
.secBlog .inner-s .main #about.blogDetail .blog_inner {
  padding: 0;
  border-bottom: 0;
}
.secBlog .inner-s .main #about.blogDetail .blog_inner .blog_contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem 0;
}
@media screen and (max-width: 991px) {
  .secBlog .inner-s .main #about.blogDetail .blog_inner .blog_contents {
    gap: 0;
  }
}
@media screen and (max-width: 991px) {
  .secBlog .inner-s .main #about.blogDetail .blog_inner .blog_contents .blog_title {
    width: 100%;
  }
}
.secBlog .inner-s .main #about.blogDetail .blog_inner .blog_contents .blog_title h2 {
  font-size: 2.8rem;
}
@media screen and (max-width: 991px) {
  .secBlog .inner-s .main #about.blogDetail .blog_inner .blog_contents .blog_title h2 {
    font-size: 2rem;
  }
}
.secBlog .inner-s .main #about.blogDetail .blog_inner .blog_contents .blog_publish {
  margin: 0;
}
@media screen and (max-width: 991px) {
  .secBlog .inner-s .main #about.blogDetail .blog_inner .blog_contents .blog_publish {
    width: 100%;
  }
}
@media screen and (max-width: 991px) and (max-width: 991px) {
  .secBlog .inner-s .main #about.blogDetail .blog_inner .blog_contents .blog_publish .publish_date {
    margin: 0.5rem 0 1rem;
  }
}
.secBlog .inner-s .main #about.blogDetail .blog_inner .blog_contents .blog_body {
  width: 100%;
  border-top: 1px solid #BFBFBF;
  padding-top: 2rem;
  font-size: 1.6rem;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .secBlog .inner-s .main #about.blogDetail .blog_inner .blog_contents .blog_body {
    padding-top: 1.5rem;
  }
}
.secBlog .inner-s .main #about.blogDetail .blog_inner .blog_contents .blog_body p, .secBlog .inner-s .main #about.blogDetail .blog_inner .blog_contents .blog_body div {
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 991px) {
  .secBlog .inner-s .main #about.blogDetail .blog_inner .blog_contents .blog_body p, .secBlog .inner-s .main #about.blogDetail .blog_inner .blog_contents .blog_body div {
    margin-bottom: 1rem;
  }
}

/*------------------------------------------------------------
	共通
  ------------------------------------------------------------*/
body.shop {
  color: #414141;
}

.cartBtn img,
.searchBtn img {
  width: 35px;
}

/*-- page top --*/
#go_pagetop {
  position: fixed;
  right: 2rem;
  z-index: 10;
}
@media screen and (max-width: 1200px) {
  #go_pagetop {
    right: 1rem;
  }
}
#go_pagetop a img {
  width: 40px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
.noItemsMess {
  font-size: 1.8rem;
  font-size: 1.8rem;
  min-height: calc(100vh - 53.4rem);
  padding-top: calc(125px + 12rem);
}
@media screen and (max-width: 991px) {
  .noItemsMess {
    font-size: 1.4rem;
    min-height: calc(100vh - 44.3rem);
    padding-top: calc(130px + 6rem);
  }
}

.searchBtn {
  cursor: pointer;
}
.searchBtn:hover {
  opacity: 0.8;
}

.column.itemSearch {
  position: absolute;
  top: 12.5rem;
  z-index: 2;
  background: rgba(0, 0, 0, 0.7);
  right: 0;
  padding: 1.5rem 1.5rem;
}
@media screen and (max-width: 991px) {
  .column.itemSearch {
    top: 13rem;
  }
}
.column.itemSearch form {
  border: none;
}
.column.itemSearch form input {
  width: 250px;
  border: none;
  padding: 0.1rem 0.5rem 0.2rem;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .column.itemSearch form input {
    width: 200px;
  }
}
.column.itemSearch form input:focus-visible {
  outline: none;
}
.column.itemSearch form input::-moz-placeholder {
  color: #aaa;
}
.column.itemSearch form input::placeholder {
  color: #aaa;
}
.column.itemSearch form button {
  border: 0;
  width: 45px;
  height: 26px;
  margin-left: 0.5rem;
  border-radius: 5px;
  background: #fff;
}
.column.itemSearch form button::after {
  content: "検索";
  display: block;
  font-weight: normal;
  font-size: 1.4rem;
}
.column.itemSearch form button span {
  display: none;
}

.-center {
  text-align: center;
}
@media screen and (max-width: 991px) {
  .-center.-tbLeft {
    text-align: left;
  }
}

.-flex {
  display: flex;
  flex-wrap: wrap;
}

/*-- 色 --*/
.-white {
  color: #fff;
}

.-blue {
  color: #273678;
}

.-bgBlack {
  background: #000000;
}

.-bgBlue {
  background: #273678;
}

.-lh2 {
  line-height: 2;
}

/*-- Goldman --*/
.-gm {
  font-family: "Goldman", serif;
  font-weight: 400;
}

.-gm-bold {
  font-family: "Goldman", serif;
  font-weight: 700;
}

:root {
  --bold: 700;
  --medium: 500;
  --semiBold: 600;
  --black: 900;
}/*# sourceMappingURL=base.css.map */