@charset "UTF-8";
/*-------------------------------------------------------------------
	template reset
-------------------------------------------------------------------*/
.wrapper{
    overflow: unset;
}

@media screen and (max-width: 768px) {
  main{
    line-height: 0!important;
  }
}

.page a:hover {
  opacity: 0.7;
}
.page p,
.page span,
.page a,
.page h2,
.page h3 {
  font-size: unset;
  line-height: unset;
  letter-spacing: unset;
  color: unset;
  overflow: unset;
  vertical-align: unset;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "sans-serif";
}
.page,
.page p,
.page span,
.page a,
.page h2,
.page h3 {
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: .1em;
  color: #333;
  overflow: unset;
}
.page__inner{
  width: 980px;
  max-width: 95%;
}
.page .item__list__id{
  display: flex;
  flex-flow: column;

}
.page .item__list__text{
  text-align: unset;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  flex: 1;
}
.page .item__list__img a{
  display: flex;
  justify-content: center;
}
.page .item--name,
.page .item--price,
.page .ajax_area .preset_price_area{
  color: #333;
  font-weight: 500;
}
.page .item--name{
  margin-bottom: 20px;
}
.page .ajax_area .preset_price_area{
  margin-bottom: 40px;
}
.page .ajax_area .stock_exist,
.page .ajax_area a.cartinbtn{
  width: 100%;
  max-width: unset !important;
  margin: 0;
  padding: 20px 0;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  border-radius: unset;
}
.ajax_area  .stock_exist:before{
  content: unset;
}
.ajax_area .stock_exist:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  border-top: 15px solid #333;
  border-bottom: 0;  transform: translateY(-50%);
}
.page .ajax_area .stock_exist{
  margin-bottom: 15px;
}
.l-header,
.l-header.l-fixed{
  position: absolute;
}
@media screen and (max-width: 768px) {
  p,
  span,
  a,
  h2,
  h3 {
    font-size: 1.5rem;
  }
  .page .item__list__img{
    width: 100%;
    height: unset;
  }
  .page .item__list__img a{
    height: fit-content;
  }
  .page .item__list__img img{
    position: unset;
    -webkit-transform: unset;
    transform: unset;
  }
  .page .item--name, .page .item--price{
    font-size: 1.3rem;
    margin-bottom: 20px;
  }
  .page .ajax_area .preset_price_area {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
  .page .ajax_area .stock_exist,
  .page .ajax_area a.cartinbtn{
    font-size: 1.3rem !important;
    padding: 20px 0;
  }
}
/*-------------------------------------------------------------------
	format
--------------------------------------------------------------------*/
.pc {
	display:block;
}
.pcIn {
	display:inline;
}
.sp,
.spIn {
	display:none;
}
.indText {
	display: inline-block;
    text-indent: -1.1em;
    padding-left: 1.1em;
}
.noWrap{
	display: inline-block;
	white-space: nowrap;
  vertical-align: baseline;
}
.font_inter {
  font-family: "Inter", sans-serif !important;
}
@media screen and (max-width: 768px){
	.pc,
  .pcIn {
		display:none;
	}
	.sp {
		display:block;
	}
	.spIn {
		display:inline;
	}
	.noWrapSP{
    display: inline-block;
		white-space: nowrap;
		vertical-align: baseline;
	}
}
/*-------------------------------------------------------------------
	scrfadeItem
--------------------------------------------------------------------*/
.fadeItem,
.scrfadeItem{
  opacity: 0;
}
.fadein{
  opacity: 1;
  animation: fadeItem .8s linear backwards;
}
.fadeItem.spFade,
.scrfadeItem.spFade{
  opacity: 1;
}
.fadein.spFade{
  opacity: 1;
  animation: unset;
}

@keyframes fadeItem {
	0% { 
    opacity: 0;
    transform: translateY(40px);
  }
	100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 768px){
  .fadeItem.spFade,
  .scrfadeItem.spFade{
    opacity: 0;
  }
  .fadein.spFade{
    opacity: 1;
    animation: fadeItem .8s linear backwards;
  }
  
}
/*-------------------------------------------------------------------
	button Template
--------------------------------------------------------------------*/
.btn01,
.page .ajax_area a.cartinbtn{
  max-width: 360px;
  margin: 0 auto;
  padding: 25px 0;
  background: #333;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  color: #fff !important;
  position: relative;
}
.btn01.arrow::after{
  content: "";
  width: 29px;
  aspect-ratio: 29 / 5;
  background: url(/ec/img/usr/pg/campaign/advanced_Items/btn_arrow-01.png) no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateX(-48%);
  transition: right .3s;
}
.btn01.arrow:hover:after{
  right: -10px;
}

.btn01.longBtn{
  max-width: 480px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .btn01{
    padding: 20px 0;
    font-size: unset;
  }
  .btn01.arrow::after{
    right: 10px;
  }
}
/*-------------------------------------------------------------------
	banner Template
--------------------------------------------------------------------*/
.banner01{
  width: fit-content;
  display: block;
  margin: 0 auto;
}
/*-------------------------------------------------------------------
	FixdAnchorBtn Template
--------------------------------------------------------------------*/
#FixdAnchorBtn{
  height: 0;
  position: relative;
}
#FixdAnchorBtn a{
  --FixdAnchorBtnColor:#82CCB6;
  max-width: 160px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1 / 1;
  background: #fff;
  border: var(--FixdAnchorBtnColor) 2px solid;
  border-radius: 50%;
  position: fixed;
  bottom: 25px;
  right: 2.7%;
  z-index: 10;
  font-size: 2rem;
  font-weight: 500;
  color: var(--FixdAnchorBtnColor);
  text-align: center;
}
#FixdAnchorBtn a:hover{
  color: #fff;
  background: var(--FixdAnchorBtnColor);
  opacity: 1;
}
#FixdAnchorBtn.stopBtn a{
  position: absolute;
}

@media screen and (max-width: 1440px) {
  #FixdAnchorBtn a{
    width: 11.1118%;
    font-size: 1.38889vw;
  }
}
@media screen and (max-width: 768px) {
  #FixdAnchorBtn{
    height: 70px;
  }
  
  #FixdAnchorBtn a{
    width: 100px;
    font-size: 1.2rem;
  }
  #FixdAnchorBtn a:hover{
    background: #fff;
    color: var(--FixdAnchorBtnColor);
    opacity: 1;
  }
}

/*-------------------------------------------------------------------
	KeyVisual
--------------------------------------------------------------------*/
#KeyVisual{
  width: 100%;
  max-width: 1920px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

/*-------------------------------------------------------------------
	AnchorLinkSection
--------------------------------------------------------------------*/
#AnchorLinkSection{
  padding: 60px 0 70px;
}
#AnchorLinkSection .ttl02{
  width: fit-content;
  margin: 0 auto 60px;
  position: relative;
  z-index: 10;
  font-size: 2.8rem;
  line-height: 1.8;
  font-weight: bold;
  text-align: center;
}
#AnchorLinkSection .ttl02#text{
  position: relative;
  z-index: 1;
}

#AnchorLinkSection .ttl02::before,
#AnchorLinkSection .ttl02::after{
  content: "";
  display: block;
  position: absolute;
  
}
#AnchorLinkSection .ttl02::before{
  background: url(/ec/img/usr/pg/campaign/advanced_Items/als_icon-01.png) no-repeat;
  background-size: cover;
  width: 119px;
  aspect-ratio: 119 / 152;
  left: -10%;
  bottom: 0;
  transform: translateX(-100%);
}
#AnchorLinkSection .ttl02::after{
  background: url(/ec/img/usr/pg/campaign/advanced_Items/als_icon-02.png) no-repeat;
  background-size: cover;
  width: 112px;
  aspect-ratio: 112 / 153;
  top: 0;
  right: -10%;
  transform: translateX(100%);
}
#AnchorLinkSection .AnchorLinkList{
  display: flex;
  justify-content: center;
  gap: 20px 0;
}
#AnchorLinkSection .AnchorLinkListItem{
  width: 245px;
  padding: 1px 5px 0;
  text-align: center;
}
#AnchorLinkSection .AnchorLinkListItem:nth-of-type(2n){
  border-left: 1px solid #333;
  border-right: 1px solid #333;
}
#AnchorLinkSection .AnchorLinkListItem a::after{
  content: "";
  display: block;
  width: 19px;
  background: url(/ec/img/usr/pg/campaign/advanced_Items/als_arrow.png) no-repeat;
  background-position: center;
  aspect-ratio: 19 / 12;
  margin-top: 20px;
  transition: .3s;
}
#AnchorLinkSection .AnchorLinkListItem:hover a:after{
  transform: translateY(5px);
}
#AnchorLinkSection .AnchorLinkListItem a{
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  line-height: 1;
}
#AnchorLinkSection .AnchorLinkListItem p{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
}
#AnchorLinkSection .AnchorLinkListItem a .colorArea{
  margin-right: 5px;
  padding: 8px 10px;
  background: #333;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
#AnchorLinkSection .AnchorLinkListItem .BS01Anchor .colorArea{
  background: var(--sectionColor);
}
#AnchorLinkSection .AnchorLinkListItem .BS02Anchor .colorArea{
  background: var(--sectionColor);
}
#AnchorLinkSection .AnchorLinkListItem .BS03Anchor .colorArea{
  background: var(--sectionColor);
}
@media screen and (max-width: 1024px) {
  #AnchorLinkSection .ttl02::before{
    width: 25%;
    left: -5%;
  }
  #AnchorLinkSection .ttl02::after{
    width: 25%;
    right: -5%;
  }
}
@media screen and (max-width: 768px) {
  #AnchorLinkSection{
    padding: 40px 0 30px;
  }
  #AnchorLinkSection .ttl02{
    margin: 0 auto 80px;
    font-size: 1.8rem;
    line-height: 1.8;
  }
  #AnchorLinkSection .ttl02::before{
    left: 2%;
    bottom: -40px;
  }
  #AnchorLinkSection .ttl02::after{
    right: 3%;
    top: -20px;
  }
  #AnchorLinkSection .AnchorLinkListItem{
    width: calc(100% / 3);
  }
  #AnchorLinkSection .AnchorLinkListItem p,
  #AnchorLinkSection .AnchorLinkListItem a .colorArea{
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 455px) {
  #AnchorLinkSection .ttl02::before{
    width: 20%;
    left: 30px;
    bottom: -60px;
  }
  #AnchorLinkSection .ttl02::after{
    width: 20%;
    right: 15px;
  }
  #AnchorLinkSection .AnchorLinkList{
    flex-wrap: wrap;
  }
  #AnchorLinkSection .AnchorLinkListItem {
    width: calc(100% / 2);
  }
  #AnchorLinkSection .AnchorLinkListItem:nth-of-type(2n) {
    border-left: 1px solid #333;
    border-right: unset;
  }
  #AnchorLinkSection .AnchorLinkListItem a .colorArea{
    padding: 8px 5px;
  }
}
@media screen and (max-width: 375px) {
  #AnchorLinkSection .ttl02::before{
    width: 18%;
    left: 15%;
  }
  #AnchorLinkSection .ttl02::after{
    width: 18%;
    right: 15%;
    top: -60px;
  }
  #AnchorLinkSection .AnchorLinkListItem:nth-of-type(2n) {
    border-left: 1px solid #333;
    border-right: unset;
  }
}
/*-------------------------------------------------------------------
	BS Template
--------------------------------------------------------------------*/
.bsContainer{
  --sectionColor:#333; 
  padding: 120px 0;
  background: var(--sectionColor);
  position: relative;
}
.bsContainer .bsAnchor{
  width: 0px;
  height: 0px;
  position: absolute;
  top: -60px;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
}
.bsContainer .bsContents{
  padding: 60px 60px 100px;
  background: #fff;
  
}
.bsContainer .bsTitleContainer{
  display: flex;
  padding-bottom: 40px;
  border-bottom: #333 2px solid;
}
.bsContainer .bsTitleContainer dt{
  padding: 15px 25px 20px 10px;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  color: var(--sectionColor);
  display: flex;
  justify-content: center;
  flex-flow: column;
}
.bsContainer .bsTitleContainer dt .numberText{
  font-size: 3.6rem;
  line-height: .8;
}
.bsContainer .bsTitleContainer .nayamiText{
  display: flex;
  align-items: center;
  padding: 0 20px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1; 
  border-left: solid 1px #333;
  border-right: solid 1px #333;
}
.bsContainer .bsTitleContainer .nayamiText .colorArea{
  width: 100px;
  font-size: 2.7rem;
  text-align: center;
  color: #fff;
  background: var(--sectionColor);
  padding: 5px 0;
  margin-right: 10px;
}
.bsContainer .bsTitleContainer .mainText{
  width: calc(100% - 402px);
  padding: 10px 0 10px 20px;
  display: flex;
  align-items: center;
  line-height: 2;
}
.bsContainer .bsTitleContainer .mainText .markerText{
  background: var(--markerColor);
}
.bsContainer .bsDetailContainer{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 40px 0 0;
}
.bsContainer .bsDetailContainer .bsDetailImg{
  width: 42%;
  height: fit-content;
  position: sticky;
  top: 160px;
  display: flex;
  justify-content: center;
}
.bsContainer .bsDetailContainer .bsDetailText{
  width: 53%;
}
.bsContainer .bsDetailContainer .bsDetailText .pickupImg{
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 2px solid #333;
}
.bsContainer .bsDetailContainer .bsDetailText .pickupImg h3{
  width: fit-content;
  height: 50px;
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0 auto 15px;
  font-size: 2rem;
  font-weight: bold;
}
.bsContainer .bsDetailContainer .bsDetailText .pickupImg h3::before,
.bsContainer .bsDetailContainer .bsDetailText .pickupImg h3::after{
  content: "";
  height: 100%;
  aspect-ratio: 21 / 50;
}
.bsContainer .bsDetailContainer .bsDetailText .pickupTitle dt{
  padding: 30px 0;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
.bsContainer .bsDetailContainer .bsDetailText .pickupTitle dd{
  padding: 24px 0;
  font-size: 1.8rem;
  font-weight: bold;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
.bsContainer .bsDetailContainer .bsDetailText .pickupNoto{
  padding: 22px 0 40px;
  border-bottom: 2px solid #333;
}
.bsContainer .bsDetailContainer .bsDetailText .pickupNoto .pickupNotoList{
  display: flex;
  flex-flow: column;
  gap: 25px;
  margin-bottom: 30px;
}
.bsContainer .bsDetailContainer .bsDetailText .pickupNoto .headingText{
  width: 184px;
  display: block;
  margin: 0 0 15px;
  padding: 10px 0;
  border-radius: 9999px;
  border: var(--sectionColor) 2px solid;
  overflow: hidden;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  color: var(--sectionColor);
}
.bsContainer .bsDetailContainer .bsDetailText .pickupNoto .features .headingText{
  background: var(--sectionColor);
  color: #fff;
  margin: 0 0 10px;
}
.bsContainer .bsDetailContainer .bsDetailText .pickupNoto .featuresFlex{
  display: flex;
  flex-wrap: wrap;
  gap: 15px 10px;
}
.bsContainer .bsDetailContainer .bsDetailText .pickupNoto .featuresFlex img{
  width: fit-content;
  height: fit-content;
}
.bsContainer .bsDetailContainer .bsDetailText .pickupNoto .featuresFlex img.setimg{
  display: none;
}
.bsContainer .relatedItemscontainer{
  padding: 125px 0 0;
}
.bsContainer .relatedItemscontainer .ttl03{
  font-size: 3.2rem;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  margin-bottom: 80px;
}
.bsContainer .relatedItemscontainer .relatedItemsList{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 80px 5%;
  margin-bottom: 70px;
}
.bsContainer .relatedItemscontainer .relatedItemsList .relatedItemsListItem{
  width: calc(95% / 2);
}
.bsContainer .controlAContainer{
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 110px;
}
.bsContainer .controlAContainer dt{
  width: fit-content;
  font-weight: bold;
  position: relative;
  margin: 0 auto 10px;
  padding: 0 25px;
}
.bsContainer .controlAContainer dt::before,
.bsContainer .controlAContainer dt::after{
  content: "";
  display: block;
  width: 15px;
  aspect-ratio: 15 / 17;
  position: absolute;
  bottom: 2px;
}
.bsContainer .controlAContainer dt::before{
  background: url(/ec/img/usr/pg/campaign/advanced_Items/title_dec01-left.png);
  left: 0;
}
.bsContainer .controlAContainer dt::after{
  background: url(/ec/img/usr/pg/campaign/advanced_Items/title_dec01-right.png);
  right: 0;
}

@media screen and (max-width: 768px) {
  .bsContainer{
    padding: 50px 0;
  }
  .bsContainer .bsContents {
    padding: 35px 5% 40px;
  }
  .bsContainer .bsTitleContainer{
    flex-wrap: wrap;
    padding-bottom: 20px;
  }
  .bsContainer .bsTitleContainer dt{
    padding: 0 20px 0 0;
    font-size: .9rem;
  }
  .bsContainer .bsTitleContainer dt .numberText{
    font-size: 2.3rem;
  }
  .bsContainer .bsTitleContainer .nayamiText{
    border-right: unset;
    font-size: 1.8rem;
    padding-right: 0;
  }
  .bsContainer .bsTitleContainer .nayamiText .colorArea{
    width: 80px;
    font-size: 1.8rem;
    padding: 5px 0;
  }
  .bsContainer .bsTitleContainer .mainText{
    width: 100%;
    margin-top: 20px;
    padding: 20px 0 0;
    border-top: #333 1px solid;
  }
  .bsContainer .bsDetailContainer .bsDetailImg,
  .bsContainer .bsDetailContainer .bsDetailText{
    width: 100%;
  }
  .bsContainer .bsDetailContainer .bsDetailImg{
    margin-bottom: 25px;
    position: unset;
  }
  .bsContainer .bsDetailContainer .bsDetailText .pickupImg h3{
    font-size: 1.8rem;
  }
  .bsContainer .bsDetailContainer .bsDetailText .pickupTitle dt{
    font-size: 1.8rem;
    padding: 25px 0;
  }
  .bsContainer .bsDetailContainer .bsDetailText .pickupTitle dd{
    font-size: unset;
  }
  .bsContainer .bsDetailContainer .bsDetailText .pickupNoto{
    padding: 22px 0 30px;
  }
  .bsContainer .relatedItemscontainer{
    padding: 55px 0 0;
  }
  .bsContainer .relatedItemscontainer .ttl03{
    font-size: 2.4rem;
    margin-bottom: 40px;
  }
  .bsContainer .relatedItemscontainer .relatedItemsList{
    gap: 40px 5%;
    margin-bottom: 50px;
  }
  .bsContainer .controlAContainer{
    margin-bottom: 60px;
  }
  .bsContainer .banner01 {
    max-width: 480px;
    margin-top: 40px;
  }
  .bsContainer .bsAnchor{
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .bsContainer .relatedItemscontainer .relatedItemsList .relatedItemsListItem{
    width: calc(95% / 2);
  }
}
  .btn01, .page .ajax_area a.cartinbtn{
    padding: 20px 0;
  }
  .ajax_area .stock_exist:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 10px solid #333;
}
@media screen and (max-width: 438px) {
	.bsContainer .bsDetailContainer .bsDetailText .pickupNoto .featuresFlex img{
		display: none;
	}
	.bsContainer .bsDetailContainer .bsDetailText .pickupNoto .featuresFlex img.setimg{
		display: block;
		height: auto;
		width: auto;
	}
}

@media screen and (max-width: 350px) {
  .bsContainer .bsTitleContainer dt {
    padding: 0;
    margin:0 auto 15px;
    font-size: .9rem;
  }
  .bsContainer .bsTitleContainer .nayamiText{
    width: 100%;
    padding: 0;
    border-left: unset;
    justify-content: center;
  }
  .bsContainer .bsTitleContainer .nayamiText .colorArea{
    width: 80px;
  }
}
/*-------------------------------------------------------------------
	BS01
--------------------------------------------------------------------*/
#BS01,
.BS01Anchor{
  --sectionColor:#7BCAD9;
  --markerColor:#B4E1EA;
}
.bsContainer#BS01 .bsDetailContainer .bsDetailText .pickupImg h3::before{
  background: url(/ec/img/usr/pg/campaign/advanced_Items/bs01_pickup-left.png) no-repeat;
}
.bsContainer#BS01 .bsDetailContainer .bsDetailText .pickupImg h3::after{
  background: url(/ec/img/usr/pg/campaign/advanced_Items/bs01_pickup-right.png) no-repeat;
}

/*-------------------------------------------------------------------
	BS02
--------------------------------------------------------------------*/
#BS02,
.BS02Anchor{
  --sectionColor:#83B4D1;
  --markerColor:#B5D9EF;
}
.bsContainer#BS02 .bsDetailContainer .bsDetailText .pickupImg h3::before{
  background: url(/ec/img/usr/pg/campaign/advanced_Items/bs02_pickup-left.png) no-repeat;
}
.bsContainer#BS02 .bsDetailContainer .bsDetailText .pickupImg h3::after{
  background: url(/ec/img/usr/pg/campaign/advanced_Items/bs02_pickup-right.png) no-repeat;
}

/*-------------------------------------------------------------------
	BS03
--------------------------------------------------------------------*/
#BS03,
.BS03Anchor{
  --sectionColor:#82CCB6;
  --markerColor:#BAEBDC;
}
.bsContainer#BS03 .bsDetailContainer .bsDetailText .pickupImg h3::before{
  background: url(/ec/img/usr/pg/campaign/advanced_Items/bs03_pickup-left.png) no-repeat;
}
.bsContainer#BS03 .bsDetailContainer .bsDetailText .pickupImg h3::after{
  background: url(/ec/img/usr/pg/campaign/advanced_Items/bs03_pickup-right.png) no-repeat;
}

/*-------------------------------------------------------------------
	Category
--------------------------------------------------------------------*/
#Category{
  padding: 0 0 280px;
}
#Category .ttl02{
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 70px;
}
#Category .categoryList{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 0;
  margin-bottom: 10px;
}
#Category .categoryList .categoryListItem{
  width: calc(calc(100% - calc(25px * 3)) / 4);
  border: #333 1px solid;
  border-radius: 9999px;
  overflow: hidden;
}
#Category .categoryList .categoryListItem a{
  width: 100%;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
#Category .categoryContainer{
  padding-top: 110px;
  position: relative;
}
#Category .categoryContainer .categoryAnchor{
  width: 0px;
  height: 0px;
  position: absolute;
  top: 70px;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
}

#Category .categoryContainer .categoryContainerTitle{
  padding: 35px 0 33px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
#Category .categoryContainer .categoryContainerTitle dt{
  font-size: 3.2rem;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
}
#Category .categoryContainer .categoryContainerTitle dd{
  font-weight: bold;
  text-align: center;
}
#Category .categoryItemsList{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 35px 0;
  margin: 40px 0 80px;
}
#Category .categoryItemsListItem{
  width: calc(calc(100% - calc(30px * 3)) / 4);
}
#Category .banner01{
  margin-top: 140px;
}
@media screen and (max-width: 768px) {
  #Category {
    margin-top: 0;
    padding: 50px 0 75px;
  }
  #Category .ttl02 {
    font-size: 2.4rem;
    margin-bottom: 45px;
  }
  #Category .categoryList .categoryListItem{
    width: calc(95% / 2);
  }
  #Category .categoryList .categoryListItem a{
    font-size: 1.7rem;
    height: 45px;
  }
  #Category .categoryContainer{
    padding-top: 50px;
  }
  #Category .categoryContainer:first-of-type{
    padding-top: 40px;
  }
  #Category .categoryContainer .categoryContainerTitle {
    padding: 24px 0 22px;
  }
  #Category .categoryContainer .categoryContainerTitle dt{
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  #Category .categoryItemsList{
    margin: 40px 0 50px;
  }
  #Category .categoryItemsListItem {
    width: calc(95% / 2);
  }
  #Category .banner01 {
    margin-top: 40px;
  }
  #Category .categoryContainer .categoryAnchor{
    top: 0;
  }
}
