html {
  box-sizing: border-box;
  font-size: 62.5%;
}

@media screen and (min-width: 821px) and (max-width: 1536px) {
  html {
    font-size: 0.65vw;
  }
}

@media screen and (max-width: 820px) {
  html {
    font-size: 1.3vw;
  }
}

@media screen and (max-width: 820px) {
  .header--sp__menu__box__hamburger__button__text,
  .header__inner__account__log__text,
  .header__inner__account__cart__text {
  line-height: 1;
  }
  
  .fs-c-breadcrumb {
  font-size: 2.4rem;
  }
  
  .fs-c-breadcrumb__listItem {
  display: inline;
  }
  }
  
  .fs-l-main,
  .fs-l-main,
  .fs-l-pageMain {
  max-width: inherit !important;
  margin: 0 auto;
  }
  
  #fs_CustomPage .fs-l-main {
  padding: 0;
  }

.columnPage * {
  box-sizing: border-box;
}

.columnPage {
  max-width: 90rem;
  padding: 5rem 1.6rem 16.5rem;
  margin: 0 auto;
  -webkit-text-size-adjust: 100%;
  font-size: 100%;
  line-height: 1;
  letter-spacing: .01em;
  list-style: none;
  font-feature-settings: "palt";
  overflow: hidden;
  color: #525252;
  font-weight: 400;
}

@media screen and (min-width:821px),
print {
  .columnPage {
    padding: 4rem 0 13rem;
  }
}

.columnPage button {
  background: transparent;
  padding: 0;
  margin: 0;
}

.columnPage ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.columnPage a {
  text-decoration: none;
}

.sp_only {
  display: none !important;
}

@media screen and (min-width:641px),
print {
  .pc_only {
    display: block !important;
  }
}

@media screen and (max-width:640px),
print {
  .pc_only {
    display: none !important;
  }

  .sp_only {
    display: block !important;
  }
}

.columnPage .content {
  display: block;
}

@media screen and (min-width:821px),
print {
  .columnPage .content {
    display: block;
  }
}

.bold {
  font-weight: bold;
}

/*----------------------------------------  
  common
----------------------------------------*/
.columnPage ._paragraph,.figcaption {
  font-size: 2.8rem;
  line-height: 2;
}

@media screen and (min-width:821px),
print {
.columnPage ._paragraph,.figcaption {
  font-size:1.8rem ;
  line-height: 2;
}
}

.figcaption {
  text-align: right;
}

.columnPage ._paragraph ._txtblock {
  display: inline-block;
}

.columnPage ul ,
.columnPage ol {
  margin: 2em 0;
}

.columnPage ._paragraph:not(:last-of-type) {
  margin-bottom: 1em;
}

.columnPage ul ._paragraph ,
.columnPage ol ._paragraph {
  margin: 0 auto 0;
}

/*----------------------------------------  
  mainVisual
----------------------------------------*/
.columnPage #mainVisual {
  margin-bottom: 3.5rem;
}

.columnPage .pageTitle {
  margin-bottom: 5rem;
  font-size: 3.4rem;
  line-height: 1.67;
  color: #000000;
}

@media screen and (min-width:821px),
print {
.columnPage .pageTitle {
  font-size: 3rem;
  line-height: 1;
  text-align: center;
}
}

/*----------------------------------------  
  pageDescription
----------------------------------------*/
.pageDescription {
  margin-bottom: 7rem;
}

@media screen and (min-width:821px),
print {
  .pageDescription {
    margin-bottom: 5rem;
  }
}

.pageDescription ._paragraph {
  text-align: left;
}

@media screen and (min-width:821px),
print {
  .pageDescription ._paragraph {
    text-align: center;
  }
}

.pageDescription ._paragraph ._txtblock{
  display: inline-block;
}

@media screen and (min-width:821px),
print {
  .pageDescription ._paragraph ._txtblock{
    display: block;
  }
}

/*----------------------------------------  
  pageNavigation
----------------------------------------*/
.pageNavigation {
  margin-bottom: 7.5rem;
  padding: 4rem 3.5rem ;
  border: 1px solid #525252;
}

@media screen and (min-width:821px),
print {
  .pageNavigation {
    margin-bottom: 5rem;
    padding: 2.5rem 5rem ;
  }
}

.pageNavigation ._title {
  font-size: 2.8rem;
  margin-bottom: 4rem;
  padding-bottom: 2.4rem;
  border-bottom: 1px solid #525252;
  text-align: center;
}

.pageNavigation ._list {
  list-style-type: none;
}

.pageNavigation ._index {
  position: relative;
  display: block;
  font-size: 3rem;
  line-height: 1;
}

@media screen and (min-width:821px),
print {
  .pageNavigation ._index {
    display: block;
    padding-bottom: 2px;
    font-size: 1.6rem;
  }

  .pageNavigation ._index a {
    position: relative;
    display: inline-block;
  }

  .pageNavigation ._index a:hover::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px ;
    background: #525252;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

.pageNavigation ._index:nth-of-type(n+2) {
  margin-top: 4rem;
}

@media screen and (min-width:821px),
print {
  .pageNavigation ._index:nth-of-type(n+2) {
    margin-top: 2rem;
  }
}

/*----------------------------------------  
  article
----------------------------------------*/
.article:nth-of-type(n+2) {
  margin-top: 7rem;
}

.article:last-of-type {
  margin-bottom: 10rem;
}

.article ._title{
  margin-bottom: 2.5rem;
  font-size: 3rem;
  line-height: 1.7;
}

.article .sub_title{
  margin-bottom: 1em;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.7;
} 

@media screen and (min-width:821px),
print {
  .article ._title{
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 4rem;
  }
}

@media screen and (min-width:821px),
print {
  .article .sub_title {
    font-size: 1.8rem;
    line-height: 1;
  }
}

.article ._title::before {
  content: "■";
}

.article ._image {
  margin-bottom: 3rem;
}

/*----------------------------------------  
  aside
----------------------------------------*/

.asidePage:last-of-type {
  margin-bottom: 10rem; 
}

.asidePage .moreBtnGroup {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
	gap:20px;
}

.asidePage .moreBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px ;
  width: 100%;
  height: 5em;
  padding: .9em 2em;
  border-radius: 5px;
  background-color: #fff;
  font-size: 2.6rem;
}

@media screen and (min-width:821px),
print {
  .asidePage .moreBtn {
    width: 43rem;
    height: 5em;
    font-size: 1.6rem;
    transition: all .4s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
}

.asidePage .moreBtn::after {
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  margin-left: 10px;
  content: '';
}

.asidePage .moreBtn:nth-of-type(1) {
  border: 1px solid #e62d77;
  color: #e62d77;
}

.asidePage .moreBtn:nth-of-type(1)::after {
  border-top: 2px solid #e62d77;
  border-right: 2px solid #e62d77;
}

.asidePage .moreBtn:nth-of-type(1):hover::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.asidePage .moreBtn:nth-of-type(1):hover {
  background: #e62d77;
  color: #fff;
}


.asidePage .moreBtn:nth-of-type(2) {
  border: 1px solid #ecac22;
  color: #ecac22;
}

.asidePage .moreBtn:nth-of-type(2)::after {
  border-top: 2px solid #ecac22;
  border-right: 2px solid #ecac22;
}

.asidePage .moreBtn:nth-of-type(2):hover::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.asidePage .moreBtn:nth-of-type(2):hover {
  background: #ecac22;
  color: #fff;
}

.asidePage .moreBtn:nth-of-type(3) {
  border: 1px solid #9E9FA5;
  color: #9E9FA5;
}

.asidePage .moreBtn:nth-of-type(3)::after {
  border-top: 2px solid #9E9FA5;
  border-right: 2px solid #9E9FA5;
}

.asidePage .moreBtn:nth-of-type(3):hover::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.asidePage .moreBtn:nth-of-type(3):hover {
  background: #9E9FA5;
  color: #fff;
}


.asidePage .moreBtn:nth-of-type(4) {
  border: 1px solid #FFC6AC;
  color: #FFC6AC;
}

.asidePage .moreBtn:nth-of-type(4)::after {
  border-top: 2px solid #FFC6AC;
  border-right: 2px solid #FFC6AC;
}

.asidePage .moreBtn:nth-of-type(4):hover::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.asidePage .moreBtn:nth-of-type(4):hover {
  background: #FFC6AC;
  color: #fff;
}
.asidePage #column03_1 .moreBtn{
	margin: 10px 0;
}
.asidePage #column03_1 .moreBtn:nth-of-type(2) {
  border: 1px solid #e62d77;
  color: #e62d77;
}

.asidePage #column03_1 .moreBtn:nth-of-type(2)::after {
  border-top: 2px solid #e62d77;
  border-right: 2px solid #e62d77;
}

.asidePage #column03_1 .moreBtn:nth-of-type(2):hover::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.asidePage #column03_1 .moreBtn:nth-of-type(2):hover {
  background: #e62d77;
  color: #fff;
}

.asidePage #column03_1 .moreBtn:nth-of-type(3) {
  border: 1px solid #e62d77;
  color: #e62d77;
}

.asidePage #column03_1 .moreBtn:nth-of-type(3)::after {
  border-top: 2px solid #e62d77;
  border-right: 2px solid #e62d77;
}

.asidePage #column03_1 .moreBtn:nth-of-type(3):hover::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.asidePage #column03_1 .moreBtn:nth-of-type(3):hover {
  background: #e62d77;
  color: #fff;
}

.asidePage #column03_2 .moreBtn{
	margin: 10px 0;
}
.asidePage #column03_2 .moreBtn:nth-of-type(2) {
  border: 1px solid #ecac22;
  color: #ecac22;
}

.asidePage #column03_2 .moreBtn:nth-of-type(2)::after {
  border-top: 2px solid #ecac22;
  border-right: 2px solid #ecac22;
}

.asidePage #column03_2 .moreBtn:nth-of-type(2):hover::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.asidePage #column03_2 .moreBtn:nth-of-type(2):hover {
  background: #ecac22;
  color: #fff;
}

.asidePage #column03_2 .moreBtn:nth-of-type(3) {
  border: 1px solid #ecac22;
  color: #ecac22;
}

.asidePage #column03_2 .moreBtn:nth-of-type(3)::after {
  border-top: 2px solid #ecac22;
  border-right: 2px solid #ecac22;
}

.asidePage #column03_2 .moreBtn:nth-of-type(3):hover::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.asidePage #column03_2 .moreBtn:nth-of-type(3):hover {
  background: #ecac22;
  color: #fff;
}


.asidePage {
  border-top: 2px solid #5e5e5e;
  padding: 3rem 0;
}

.asidePage > ._title.bold {
  margin-bottom: 3.4rem;
  font-size: 3.4rem;
  text-align: center;
}

.asidePage ._container{
  border: 1px solid #5e5e5e;
}

.asidePage .relevant {
  display: flex;
  flex-wrap: wrap;
}

.asidePage ._page {
  position: relative;
  width: 50%;
}

.asidePage ._page a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 2.2rem 0 3.2rem;
}

.asidePage ._page:nth-of-type(even):before {
  content: "";
  width: 1px;
  height: 100%;
  background: #5e5e5e;
  position: absolute;
  top: 0;
  left: 0;
}

.asidePage ._page:nth-of-type(n+3) {
  border-top: 1px solid #5e5e5e;
}

.asidePage ._image {
  margin-bottom: 3.2rem;
}

.asidePage ._title {
  padding: 0 2.5rem;
  font-size: 2.6rem;
  line-height: 1.7;
  color: #000;
  text-align: left;
}

.connection-banner li {
  margin:1rem auto 0;
}


/* おすすめアイテム */
.osusume_top{
  font-size: 2rem;
  font-weight: bold;
  width: 100%;
  padding: 1.6rem;
  margin: 0 auto 3.2rem;
  background: #333;
  color: #fff;
  display: flex;
  align-items: center;
}
.osusume_list li + li{
  margin: 8rem 0 0;
}
.osusume_list h4{
  font-size: 1.8rem;
  padding: 0 0 .4rem;
  margin: 0 0 2.8rem;
  color: #333;
  font-weight: bold;
  border-bottom: 2px solid #333;
}
.osusume_list h4 + a{
  width: 50%;
  margin: 0 auto 2rem;
  display: block;
}
.osusume_list p{
  margin: auto;
  font-size: 1.6rem;
  line-height: 1.7em;
}
.osusume_list a:last-child{
  font-size: 1.6rem;
  color: #fff;
  width: 35%;
  aspect-ratio: 200/40;
  margin: 2rem auto 0;
  background: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5rem;
  position: relative;
}
.osusume_list a:last-child::after{
  content: '';
  border-top: .8rem solid transparent;
  border-bottom: .8rem solid transparent;
  border-left: .8rem solid #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
}
@media screen and (max-width:769px) {
  .osusume_top{
    font-size: 3.2rem;
    padding: 2rem;
    margin: 6rem 0 0;
  }
  .osusume_list li + li{
    margin: 10rem 0 0;
  }
  .osusume_list h4{
    font-size: 2.8rem;
    padding: 0 0 .8rem;
    margin: 0 0 6rem;
  }
  .osusume_list h4 + a{
    width: 100%;
    margin: 0 0 6rem;
  }
  .osusume_list p{
    font-size: 2.6rem;
  }
  .osusume_list a:last-child{
    font-size: 2.6rem;
    width: 100%;
    margin: 6rem 0 0;
    border-radius: 10rem;
    aspect-ratio: 200/30;
  }
  .osusume_list a:last-child::after{
    border-top: 1.6rem solid transparent;
    border-bottom: 1.6rem solid transparent;
    border-left: 1.6rem solid #fff;
    right: 3rem;
  }
}

.moreProduct{
	width: 43rem;
	margin-bottom: 1rem;
}
.ProductName,
.price{
	font-size: 16px;
	color: #525252;
}
.price{
	text-align: right;
	margin: 10px 0;
}
.priceNum{
	color: #ef000a;
	font-size: 24px;
	font-weight: bold;
}
.pcProduct{
	display: block;
}
.spProduct{
	display: none;
}
@media screen and (max-width:1440px){
	.moreProduct{
		width: 100%;
	}
	.pcProduct{
		display: none;
	}
	.spProduct{
		display: block;
	}
}