#MainContents {
  --DefaultFontSize: 1.8rem;
  --DefaultFontColor: #221815;
  --DefaultFontWeight: 400;
  --DefaultLineHeight: 1.8;
  --DefaultLetterSpacing: 0.01em;
  --InnerSize: 980px;
  --MaxInnerSize: 90%;
  --MainTransition: .3s;
  --BgSetup: center / cover no-repeat;
  --MainColor: #a6937c;
  --SubColor: #313131;
  --AccentColor: #b82122;
  --Black: #000;
}

@media screen and (max-width: 768px) {
  #MainContents {
    --DefaultFontSize: 1.6rem
  }
}

#MainContents,
#MainContents input,
#MainContents select,
#MainContents textarea,
#MainContents button {
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt"1;
  font-size: var(--DefaultFontSize);
  font-weight: var(--DefaultFontWeight);
  line-height: var(--DefaultLineHeight);
  letter-spacing: var(--DefaultLetterSpacing);
  color: var(--DefaultFontColor)
}

#MainContents p,
#MainContents a,
#MainContents em,
#MainContents span,
#MainContents strong {
  font-size: var(--DefaultFontSize);
  font-weight: var(--DefaultFontWeight);
  line-height: var(--DefaultLineHeight);
  vertical-align: baseline
}

#MainContents em,
#MainContents strong {
  font-weight: calc(var(--DefaultFontWeight) + 100)
}

#MainContents a {
  display: inline
}

#MainContents picture {
  width: fit-content
}

#MainContents .item--name,
#MainContents .item--price {
  font-size: 1.5rem;
  font-weight: var(--DefaultFontWeight);
  color: var(--DefaultFontColor)
}

#MainContents .ajax_area .preset_price_area {
  font-size: 1.5rem;
  font-weight: calc(var(--DefaultFontWeight) + 100);
  color: var(--DefaultFontColor)
}

#MainContents .ajax_area .stock_exist {
  width: 100%;
  font-size: 1.6rem
}

#MainContents .ajax_area a.cartinbtn {
  display: inline-block;
  width: 100%;
  font-size: 1.6rem;
  margin: 10px auto 0
}

@media screen and (max-width: 768px) {

  #MainContents .item--name,
  #MainContents .item--price {
    font-size: var(--DefaultFontSize)
  }

  #MainContents .item__list__img {
    margin: unset;
    width: unset;
    height: unset
  }

  #MainContents .item__list__img img {
    transform-origin: unset;
    position: unset;
    margin: unset;
    transform: unset
  }
	


  #MainContents .ajax_area .preset_price_area {
    font-size: 1.5rem
  }

  #MainContents .ajax_area .stock_exist {
    font-size: 1.6rem;
    margin: 0
  }

  #MainContents .ajax_area a.cartinbtn {
    font-size: 1.6rem;
    margin: 0
  }
}

@media screen and (max-width: 640px) {
  #MainContents img {
    width: auto
  }
}

#MainContents .inner {
  width: var(--InnerSize);
  max-width: var(--MaxInnerSize);
  margin-inline: auto
}

#MainContents .indText {
  display: inline-block;
  text-indent: -1.1em;
  padding-left: 1.1em
}

#MainContents .noWrap {
  display: inline-block;
  white-space: nowrap;
  vertical-align: baseline
}

@media screen and (min-width: 769px) {
  #MainContents .sp {
    display: none
  }

  #MainContents .noWrapPC {
    display: inline-block;
    white-space: nowrap;
    vertical-align: baseline
  }
}

@media screen and (max-width: 768px) {
  #MainContents .pc {
    display: none
  }

  #MainContents .noWrapSP {
    white-space: nowrap;
    vertical-align: baseline
  }
}

#MainContents .ajax_area.custom .stock_exist {
  margin: 0;
  padding: .55em .5em .55em 1.2em;
  border: 2px solid #b5b5b5
}

@media screen and (max-width: 768px) {
  #MainContents .ajax_area.custom .stock_exist {
    padding: .25em .25em .25em 1em;
    font-size: 1.4rem
  }
}

#MainContents .section .inner .row.shirt_row {
  margin-top: 120px
}

@media screen and (max-width: 768px) {
  #MainContents .section .inner .row.shirt_row {
    margin-top: 50px
  }
}

#MainContents .section .inner .row.shirt_row .col.big_col .item__list__id .item__list__textarea .priceArea {
	text-align: center;
}

@media screen and (max-width: 768px) {
  #MainContents .section .inner .row.shirt_row .col.big_col .item__list__id .item__list__textarea .priceArea {
    display: unset;
    padding-top: 0
  }
}

@media screen and (max-width: 768px) {
  #MainContents .section .inner .row.shirt_row .col.big_col .item__list__id .item__list__textarea .priceArea .item--name {
    margin-bottom: 10px;
	}
}

@media screen and (max-width: 425px) {
  #MainContents .section .inner .row.shirt_row .col.big_col .item__list__id .item__list__textarea .priceArea .item--name {
    font-size: 1.4rem
  }
}

#MainContents .section .inner .row.shirt_row .col.big_col .item__list__id .item__list__textarea .priceArea dt .ajax_area :not(.preset_price_area) {
  display: none !important
}

@media screen and (min-width: 769px) {
  #MainContents .section .inner .row.shirt_row .col.big_col .item__list__id .item__list__textarea .priceArea dd {
    width: 395px;
    max-width: 50%
  }
}

#MainContents .section .inner .row.shirt_row .col.big_col .item__list__id .item__list__textarea .priceArea dd .ajax_area .preset_price_area {
  display: none
}

#MainContents .section .inner .row.shirt_row .col.small_col {
  margin-top: 70px
}

@media screen and (max-width: 768px) {
  #MainContents .section .inner .row.shirt_row .col.small_col {
    margin-top: 30px
  }
}

#MainContents .section .inner .row.shirt_row .col.small_col dt {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 25px;
  position: relative
}

@media screen and (max-width: 768px) {
  #MainContents .section .inner .row.shirt_row .col.small_col dt {
    gap: 0 20px
  }
}

@media screen and (max-width: 425px) {
  #MainContents .section .inner .row.shirt_row .col.small_col dt {
    gap: 0 10px
  }
}

#MainContents .section .inner .row.shirt_row .col.small_col dt span {
  font-family: "Oswald", sans-serif;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1
}

@media screen and (max-width: 425px) {
  #MainContents .section .inner .row.shirt_row .col.small_col dt span {
    font-size: 2rem
  }
}

#MainContents .section .inner .row.shirt_row .col.small_col dt::before,
#MainContents .section .inner .row.shirt_row .col.small_col dt::after {
  content: "";
  margin-top: 5px;
  display: block;
  width: 100%;
  height: 1px;
  flex: 1;
  background: var(--SubColor)
}

#MainContents .section .inner .row.shirt_row .col.small_col dd {
  margin-top: 40px
}

@media screen and (max-width: 768px) {
  #MainContents .section .inner .row.shirt_row .col.small_col dd {
    margin-top: 30px
  }
}

#MainContents .section .inner .row.shirt_row .col.small_col dd .shirt_item_list {
  --ShirtColumns: 3;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 35px
}

.scrollWrap {
	
}

@media screen and (max-width: 768px) {
	
	.scrollWrap {
		width: 100%;
		overflow-x: auto;
		padding-bottom: 50px;
	}
	
	.scrollWrap .shirt_item_list {
		width: 1050px;
	}
	
  #MainContents .section .inner .row.shirt_row .col.small_col dd .shirt_item_list {
    --ShirtColumns: 6;
    gap: 35px 0;
		justify-content: space-between;
  }
}

#MainContents .section .inner .row.shirt_row .col.small_col dd .shirt_item_list .item__list__id {
  width: calc((100% - 35px*(var(--ShirtColumns) - 1))/var(--ShirtColumns))
}

@media screen and (max-width: 768px) {
  #MainContents .section .inner .row.shirt_row .col.small_col dd .shirt_item_list .item__list__id {
    width: 150px;
  }
}

#MainContents .section .inner .row.shirt_row .col.small_col dd .shirt_item_list .item__list__id .item__list__img .img_link {
  display: flex;
  justify-content: center
}

#MainContents .section .inner .row.shirt_row .col.small_col dd .shirt_item_list .item__list__id .item__list__img figcaption {
  font-size: 1.5rem
}

@media screen and (max-width: 768px) {
  #MainContents .section .inner .row.shirt_row .col.small_col dd .shirt_item_list .item__list__id .item__list__img figcaption {
    font-size: 1.4rem
  }
}

#MainContents .section .inner .row.shirt_row .col.small_col dd .shirt_item_list .item__list__id .ajax_area.custom .preset_price_area {
  margin: .5em 0 1.5em;
  line-height: 1
}

@media screen and (min-width: 769px) {
  #MainContents .section .inner .row.shirt_row .col.small_col dd .shirt_item_list .item__list__id .ajax_area.custom .preset_price_area {
    text-align: center
  }
}

@media screen and (max-width: 768px) {
  #MainContents .section .inner .row.shirt_row .col.small_col dd .shirt_item_list .item__list__id .ajax_area.custom .preset_price_area {
    font-size: 1.4rem
  }
}

#MainContents .section .inner .row .col.column_col {
  margin-top: 100px;
  border: 20px solid #d2d2d2;
  padding: 30px 45px
}

@media screen and (max-width: 768px) {
  #MainContents .section .inner .row .col.column_col {
    margin-top: 70px;
    border: 12px solid #d2d2d2;
    padding: 35px 8%
  }
}


#MainContents .section .inner .row .col.shirt_title {
  margin-top: 200px;
  position: relative
}

@media screen and (max-width: 768px) {
  #MainContents .section .inner .row .col.shirt_title {
    margin-top: 100px
  }
}

#MainContents .section .inner .row .col.shirt_title .heading02 {
  font-family: "Oswald", sans-serif;
  font-size: 8rem;
  line-height: 1;
  color: var(--AccentColor);
  text-align: center
}

@media screen and (max-width: 768px) {
  #MainContents .section .inner .row .col.shirt_title .heading02 {
    font-size: 10.5vw
  }
}

#MainContents .section .inner .row .col.shirt_title p {
  margin-top: 15px;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1;
  text-align: center
}

@media screen and (max-width: 768px) {
  #MainContents .section .inner .row .col.shirt_title p {
    margin-top: 10px;
    font-size: 2rem
  }
}

@media screen and (max-width: 425px) {
  #MainContents .section .inner .row .col.shirt_title p {
    font-size: 1.8rem
  }
}

#MainContents .section .inner .row .col.shirt_title::after {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  margin-top: 25px;
  border-top: 1px solid var(--AccentColor);
  border-bottom: 1px solid var(--AccentColor)
}

@media screen and (max-width: 768px) {
  #MainContents .section .inner .row .col.shirt_title::after {
    height: 2px;
    margin-top: 15px
  }
}

#MainContents .section .inner .row .col .contents.shirt_list {
 /* display: flex;
  flex-wrap: wrap;
  gap: 130px 10%;*/
  padding: 100px 0 0
}

@media screen and (max-width: 768px) {
  #MainContents .section .inner .row .col .contents.shirt_list {
    /*gap: 30px 10%;*/
    padding: 40px 0 0
  }
}

#MainContents .section .inner .row .col .contents.shirt_list .list_item {
  width: 540px;
	margin-left: auto;
	margin-right: auto;
}

#MainContents .section .inner .row .col .contents.shirt_list .list_item:nth-child(n + 2) {
	margin-top: 80px;
}


@media screen and (max-width: 768px) {
  #MainContents .section .inner .row .col .contents.shirt_list .list_item {
    width: 100%
  }
}

#MainContents .section .inner .row .col .contents.shirt_list .list_item .img_area {
  max-width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: center
}

@media screen and (max-width: 768px) {
  #MainContents .section .inner .row .col .contents.shirt_list .list_item .img_area {
    max-width: 85%
  }
}

#MainContents .section .inner .row .col .contents.shirt_list .list_item .text_area {
  display: flex;
  justify-content: space-between;
  flex-flow: column;
  gap: 40px 0;
  margin-top: 40px
}

@media screen and (max-width: 768px) {
  #MainContents .section .inner .row .col .contents.shirt_list .list_item .text_area {
    gap: 30px 0;
    margin-top: 35px
  }
}

#MainContents .section .inner .row .col .contents.shirt_list .list_item .text_area dl dt {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1;
  text-align: center
}

@media screen and (max-width: 768px) {
  #MainContents .section .inner .row .col .contents.shirt_list .list_item .text_area dl dt {
    font-size: 2.2rem
  }
}

#MainContents .section .inner .row .col .contents.shirt_list .list_item .text_area dl dd {
  margin-top: 35px
}

@media screen and (max-width: 768px) {
  #MainContents .section .inner .row .col .contents.shirt_list .list_item .text_area dl dd {
    margin-top: 15px
  }
}

#MainContents .section .inner .row .col .contents.shirt_list .list_item .text_area .button_area {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 20px
}

#MainContents .section .inner .row .col .contents.shirt_list .list_item .text_area .button_area .btn01 {
  width: calc((100% - 20px)/2)
}

@media screen and (max-width: 768px) {
  #MainContents .section .inner .row .col .contents.shirt_list .list_item .text_area .button_area .btn01 {
    width: 90%
  }
}

#MainContents .section .inner .row .col .contents.cloth_list {
  padding-top: 85px
}

@media screen and (max-width: 768px) {
  #MainContents .section .inner .row .col .contents.cloth_list {
    padding-top: 50px
  }
}

#MainContents .section .inner .row .col .contents.cloth_list .cloth_listItem {
  display: flex;
  gap: 0 5%
}

@media screen and (max-width: 768px) {
  #MainContents .section .inner .row .col .contents.cloth_list .cloth_listItem {
    flex-flow: column
  }
}

#MainContents .section .inner .row .col .contents.cloth_list .cloth_listItem:nth-of-type(2n) {
  flex-flow: row-reverse
}

@media screen and (max-width: 768px) {
  #MainContents .section .inner .row .col .contents.cloth_list .cloth_listItem:nth-of-type(2n) {
    flex-flow: column
  }
}

#MainContents .section .inner .row .col .contents.cloth_list .cloth_listItem:not(:first-of-type) {
  margin-top: 80px
}

@media screen and (max-width: 768px) {
  #MainContents .section .inner .row .col .contents.cloth_list .cloth_listItem:not(:first-of-type) {
    margin-top: 35px
  }
}

#MainContents .section .inner .row .col .contents.cloth_list .cloth_listItem .img_area,
#MainContents .section .inner .row .col .contents.cloth_list .cloth_listItem .text_area {
  width: 47.5%
}

@media screen and (max-width: 768px) {

  #MainContents .section .inner .row .col .contents.cloth_list .cloth_listItem .img_area,
  #MainContents .section .inner .row .col .contents.cloth_list .cloth_listItem .text_area {
    width: 100%;
    display: flex;
    align-items: center;
    flex-flow: column
  }
}

#MainContents .section .inner .row .col .contents.cloth_list .cloth_listItem .text_area dt {
  margin-top: 10px;
  font-size: 2.8rem;
  font-weight: 600
}

@media screen and (max-width: 768px) {
  #MainContents .section .inner .row .col .contents.cloth_list .cloth_listItem .text_area dt {
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1
  }
}

#MainContents .section .inner .row .col .contents.cloth_list .cloth_listItem .text_area dd {
  margin-top: 10px
}

@media screen and (max-width: 768px) {
  #MainContents .section .inner .row .col .contents.cloth_list .cloth_listItem .text_area dd {
    margin-top: 10px
  }
}

#MainContents .section .inner .row .col .contents.chart_contents {
  --ChartColumns: 4;
  --TableHeadingSize: 100px;
  --BorderSetup: 1px solid #c2c2c2;
  margin-top: 80px;
  overflow: auto;
  padding-bottom: 40px
}

@media screen and (min-width: 769px) {
  #MainContents .section .inner .row .col .contents.chart_contents .chart_table {
    width: var(--InnerSize)
  }
}

@media screen and (max-width: 768px) {
  #MainContents .section .inner .row .col .contents.chart_contents .chart_table {
    min-width: 1538px;
    border-top: var(--BorderSetup);
    border-left: var(--BorderSetup)
  }
}

@media screen and (max-width: 768px) {
  #MainContents .section .inner .row .col .contents.chart_contents .chart_table tbody {
    display: flex
  }
}

#MainContents .section .inner .row .col .contents.chart_contents .chart_table tbody tr :is(th, td) {
  padding: 15px;
  border-right: var(--BorderSetup);
  border-bottom: var(--BorderSetup)
}

@media screen and (max-width: 768px) {
  #MainContents .section .inner .row .col .contents.chart_contents .chart_table tbody tr :is(th, td) {
    width: 100% !important;
    min-width: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column
  }
}

#MainContents .section .inner .row .col .contents.chart_contents .chart_table tbody tr :is(th, td, p, span, a) {
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: center
}

#MainContents .section .inner .row .col .contents.chart_contents .chart_table tbody tr th {
  width: var(--TableHeadingSize);
  border-left: var(--BorderSetup);
  background: #e5e5e5
}

#MainContents .section .inner .row .col .contents.chart_contents .chart_table tbody tr th.yellow {
  background: #ea9a00;
	color: #fff;
	border-bottom: 1px solid #fff;
}

.chartIcon {
	margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
	
	#MainContents .section .inner .row .col .contents.chart_contents .chart_table tbody tr td.bdrOra01 {
		border-top: 3px solid #ea9a00;
	}

	#MainContents .section .inner .row .col .contents.chart_contents .chart_table tbody tr td.bdrOra02 {
		border-bottom: 3px solid #ea9a00;
	}
	#MainContents .section .inner .row .col .contents.chart_contents .chart_table tbody tr td.bdrOra03 {
		border-right: 3px solid #ea9a00;
	}
	
}
	
@media screen and (max-width: 768px) {
  #MainContents .section .inner .row .col .contents.chart_contents .chart_table tbody tr th {
    width: 166px
  }
	
	#MainContents .section .inner .row .col .contents.chart_contents .chart_table tbody tr th.yellow {
  	border-right: 1px solid #fff;
	}
	
	#MainContents .section .inner .row .col .contents.chart_contents .chart_table tbody tr td.bdrOra04 {
		border-bottom: 3px solid #ea9a00;
	}

	#MainContents .section .inner .row .col .contents.chart_contents .chart_table tbody tr td.bdrOra05 {
		border-left: 3px solid #ea9a00;
	}
	#MainContents .section .inner .row .col .contents.chart_contents .chart_table tbody tr td.bdrOra06 {
		border-right: 3px solid #ea9a00;
	}
	
	
}

#MainContents .section .inner .row .col .contents.chart_contents .chart_table tbody tr td {
  width: calc((var(--InnerSize) - var(--TableHeadingSize))/var(--ChartColumns))
}

@media screen and (max-width: 768px) {
  #MainContents .section .inner .row .col .contents.chart_contents .chart_table tbody tr td {
    height: 310px
  }
}

#MainContents .section .inner .row .col .contents.chart_contents .chart_table tbody tr td .Star {
  font-size: 2rem;
  color: #eb6100
}

#MainContents .section .inner .row .col .contents.chart_contents .chart_table tbody tr td .kinouImg {
  display: flex;
  justify-content: center;
  gap: 0 10px;
  margin-bottom: 10px
}

@media screen and (max-width: 768px) {
  #MainContents .section .inner .row .col .contents.chart_contents .chart_table tbody tr td .kinouImg {
    gap: 0 5px
  }
}

#MainContents .section .inner .row .col .contents.chart_contents .chart_table tbody tr.chart_list {
  border-bottom: var(--BorderSetup)
}

@media screen and (min-width: 769px) {
  #MainContents .section .inner .row .col .contents.chart_contents .chart_table tbody tr.chart_list :is(th, td) {
    border: 0
  }
}

@media screen and (min-width: 769px) {
  #MainContents .section .inner .row .col .contents.chart_contents .chart_table tbody tr.chart_list :is(th, td) {
    padding: 0 0 15px
  }
}

#MainContents .section .inner .row .col .contents.chart_contents .chart_table tbody tr.chart_list th {
  border-left: none
}

@media screen and (min-width: 769px) {
  #MainContents .section .inner .row .col .contents.chart_contents .chart_table tbody tr.chart_list th {
    opacity: 0;
    pointer-events: none
  }
}

@media screen and (max-width: 768px) {
  #MainContents .section .inner .row .col .contents.chart_contents .chart_table tbody tr.chart_list .chart_listItem {
    display: flex;
    align-items: center;
    gap: 5%
  }
}

@media screen and (max-width: 768px)and (max-width: 768px) {
  #MainContents .section .inner .row .col .contents.chart_contents .chart_table tbody tr.chart_list .chart_listItem {
    flex-flow: unset
  }
}

@media screen and (max-width: 768px) {
  #MainContents .section .inner .row .col .contents.chart_contents .chart_table tbody tr.chart_list .chart_listItem .text_Area {
    width: 240px
  }
}

#MainContents .section .inner .row .col .contents.chart_contents .chart_table tbody tr.chart_list .chart_listItem .text_Area h3 {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1;
  font-family: "Inter", sans-serif;
  text-align: center;
  color: var(--Black);
}

#MainContents .section .inner .row .col .contents.chart_contents .chart_table tbody tr.chart_list .chart_listItem .text_Area p {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: center
}

@media screen and (max-width: 768px) {
  #MainContents .section .inner .row .col .contents.chart_contents .chart_table tbody tr.chart_list .chart_listItem .text_Area p {
    margin-top: 15px
  }
}

@media screen and (min-width: 769px) {
  #MainContents .section .inner .row .col .contents.chart_contents .chart_table tbody tr.chart_list .chart_listItem .text_Area .btn01.sp {
    display: none
  }
}

@media screen and (max-width: 768px) {
  #MainContents .section .inner .row .col .contents.chart_contents .chart_table tbody tr.chart_list .chart_listItem .text_Area .btn01.sp {
    margin-top: 15px;
    padding: 6px;
    font-size: 1.5rem
  }
}

@media screen and (min-width: 769px) {
  #MainContents .section .inner .row .col .contents.chart_contents .chart_table tbody tr.chart_list .chart_listItem img {
    margin-top: 15px;
	}
}

@media screen and (max-width: 769px) {
  #MainContents .section .inner .row .col .contents.chart_contents .chart_table tbody tr.chart_list .chart_listItem img {
		max-height: 280px;
	}
}

#MainContents .section .inner .row .col .contents.chart_contents .chart_table tbody tr.price td {
  font-size: 1.8rem;
  line-height: 1
}

#MainContents .section .inner .row .col .contents.chart_contents .chart_table tbody tr.function td {
  vertical-align: top
}

#MainContents .section .inner .row .col .contents.chart_contents .chart_link {
  width: var(--InnerSize);
  display: flex;
  justify-content: end;
  margin-top: 30px
}

@media screen and (max-width: 768px) {
  #MainContents .section .inner .row .col .contents.chart_contents .chart_link {
    display: none
  }
}

#MainContents .section .inner .row .col .contents.chart_contents .chart_link .btn01 {
  width: 200px;
  margin: 0 calc(((var(--InnerSize) - var(--TableHeadingSize))/var(--ChartColumns) - 200px)/2);
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: center
}

#MainContents .section .inner .row .col .contents.chart_contents .simplebar-track.simplebar-horizontal {
  height: 10px;
  border-radius: 9999px;
  background: #eee
}

#MainContents .section .inner .row .col .contents.chart_contents .simplebar-track .simplebar-scrollbar:before {
  opacity: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #b5b5b5
}

/*# sourceMappingURL=index.css.map */

.smpText {
	display: none;
}

.item__list__img .item--name {
	display: block !important;
}

/* 250619 */

#keyVisual {
	background: #e2ccc1;
}

.keyInner {
	width: 1030px;
	max-width: 100%;
	margin: 0 auto;
  position: relative;
}

.reasonSlide {
	position: relative;
}

.reasonSlide .rsSame {
	text-align: center;
	width: 30%;
	border-right: 1px solid #bfbfbf;
	min-height: 630px;
}

.reasonSlide .rsSame img {
  display: inline-block;
}

.reasonWrap {
  padding: 30px;
  text-align: center;
}

.reasonIcon {
  margin-bottom: 20px;
}

.reasonTitle {
  font-size: 2.0rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--Black);
}
.reasonBoldTitle {
  font-size: 3.0rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 30px;
  color: var(--Black);
}

.reasonTxtArea {
  text-align: center;
  min-height: 120px;
}

.reasonText {
  display: inline-block;
  text-align: left;
  max-width: 80%;
}

.reasonBTxt {
  margin-top: 30px;
  font-weight: 500;
  font-size: 1.8rem;
  color: var(--Black);
}

.wataText {
  margin-top: 20px;
}

.wataText dt {
  font-size: 2.0rem;
  font-weight: 500;
}

.wataText dd {
  max-width: 80%;
  display: inline-block;
  text-align: left;
  font-size: 1.6rem;
}


@media screen and (max-width:767px){
 
.reasonWrap {
  padding: 10px 5%;
}

.reasonIcon {
  margin-bottom: 10px;
}

.reasonTitle {
  font-size: 1.8rem;
}
.reasonBoldTitle {
  font-size: 2.4rem;
  margin-bottom: 20px;
}

.reasonTxtArea {
  min-height: 100px;
}

.reasonText {
  max-width: 100%;
}

.reasonBTxt {
  margin-top: 20px;
  font-size: 1.6rem;
}

.wataText {
  margin-top: 20px;
}

.wataText dt {
  font-size: 1.8rem;
}

.wataText dd {
  max-width: 100%;
  } 
}

.reasonSlide .prev {
	position: absolute;
	background: url("/ec/img/usr/pg/campaign/nonironmax/ladies/slide_prev.png") left top no-repeat;
	background-size: cover;
	width: 60px;
	height: 60px;
  transform: translateY(-50%);	
	z-index: 90;
	cursor: pointer;
	top: 50%;
	left: 23.5%;
	text-indent: -9999px;
}

.reasonSlide .next {
	position: absolute;
	background: url("/ec/img/usr/pg/campaign/nonironmax/ladies/slide_next.png") left top no-repeat;
	background-size: cover;
	width: 60px;
	height: 60px;
  transform: translateY(-50%);	
	z-index: 90;
	cursor: pointer;
	top: 50%;
	right: 23.5%;
	text-indent: -9999px;
}



#reasonArea {
	padding: 100px 0;
}

#sect-one {
	padding: 380px 0 180px;
	background: url("/ec/img/usr/pg/campaign/nonironmax/ladies/scene_bg_pc.png") top left no-repeat;
	background-size: 100% auto;
}

.contInner {
	width: 90%;
	max-width: 830px;
	margin: 0 auto 120px;
}

.scene_title {
	text-align: center;
	margin-bottom: 80px;
}


.scene_title img {
	margin: 0 auto;
}


@media screen and (max-width:767px){
	
	#sect-one {
		padding: 200px 0 0;
		background: url("/ec/img/usr/pg/campaign/nonironmax/ladies/scene_bg_sp.png") top left no-repeat;
		background-size: 100% auto;
	}
	
	
	.scene_title {
		margin-bottom: 40px;
	}
	
	.reasonSlide .prev {
		position: absolute;
		background: url("/ec/img/usr/pg/campaign/nonironmax/ladies/slide_prev.png") left top no-repeat;
		background-size: cover;
		width: 50px;
		height: 50px;
		transform: translateY(-50%);	
		z-index: 90;
		cursor: pointer;
		top: 50%;
		left: 5.5%;
		text-indent: -9999px;
	}

	.reasonSlide .next {
		position: absolute;
		background: url("/ec/img/usr/pg/campaign/nonironmax/ladies/slide_next.png") left top no-repeat;
		background-size: cover;
		width: 50px;
		height: 50px;
		transform: translateY(-50%);	
		z-index: 90;
		cursor: pointer;
		top: 50%;
		right: 5.5%;
		text-indent: -9999px;
	}
	
	.reasonSlide li {
		padding: 0 30px;
	}
}

.sceneFlex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 80px;
}

.sceneFlex li {
	width: 48%;
}

.sceneFlex li:nth-child(n + 3) {
	margin-top: 80px;
}

.sceneImg {
	position: relative;
}

.sceneImg .numBlack {
	background: #000;
	width: 63px;
	height: 63px;
	color: #fff;
	line-height: 1.0;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	position: absolute;
	top: -25px;
	left: 30px;
	font-size: 27px !important;
}

.sceneTxt {
	padding: 40px 50px 0;
}

.sceneTxt .lead {
	font-size: 16px;
	margin-bottom: 30px;
}

.sceneTxt .bolds {
	font-weight: 500;
	text-align: center;
  color: var(--Black);
}

.orangeTxt {
	color: #eb6100;
}
.blueTxt {
	color: #00b7ee
}

@media screen and (max-width:767px){
	
	.sceneFlex {
		margin-bottom: 80px;
	}

	.sceneFlex li {
		width: auto;
	}

	.sceneFlex li:nth-child(n + 2) {
		margin-top: 50px;
	}

	.sceneImg .numBlack {
		width: 50px;
		height: 50px;
		top: -20px;
		left: 20px;
		font-size: 20px !important;
	}
	.sceneTxt {
		padding: 20px 5% 0;
	}

	.sceneTxt .lead {
		font-size: 16px;
		margin-bottom: 20px;
	}
	
}


#nonIronMax {
	background: url("/ec/img/usr/pg/campaign/nonironmax/ladies/ironmax_bg_pc.png") left bottom no-repeat;
	background-size: 100% auto;
	padding: 0 0 80px;
	margin-bottom: 50px;
	box-sizing: border-box;
	min-height: 680px;
	position: relative;
}

.ironTitle {
	width: 90%;
	max-width: 980px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
}

.ironImg {
	width: 100%;
	max-width: 1380px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,0);
	text-align: right;
	z-index: 1;
}


.ironImg img {
	display: inline;
}

.ironLink {
	position: absolute;
	bottom: 100px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
}



@media screen and (max-width:767px){
	
	#nonIronMax {
		background: url("/ec/img/usr/pg/campaign/nonironmax/ladies/ironmax_bg_sp.png") center center no-repeat;
		background-size: 100% 100%;
		padding: 0;
		margin: 80px 0;
		box-sizing: border-box;
		min-height: 360px;
		position: relative;
		width: 100%;
		overflow: hidden;
	}
	
	
	.ironTitle {
		width: 90%;
		max-width: 980px;
		z-index: 2;
	}
	
	.ironTitle img {
		max-width: 70%;
	}
	

	.ironImg {
		width: 100%;
		max-width: 100%;
		position: relative;
		top: auto;
		right: auto;
		left: 80%;
		transform: translate(-50%,0);
		text-align: right;
		z-index: 1;
	}
	
	.ironLink {
		bottom: 40px;
		text-align: center;
	}
	
	.ironLink img {
		max-width: 70%;
	}
	
	
}

#variArea {
	padding: 80px 0;
}

.variTitle {
	text-align: center;
	margin: 0 0 50px;
}

.secTitle {
	text-align: center;
	margin: 0 0 80px;
  color: #000;
}

#lineUp {
	padding-bottom: 120px;
}

.nonIronBnr {
	text-align: center;
	display: flex;
	justify-content: center;
	margin: 20px 0 0;
}





@media screen and (max-width:767px){
	
	#variArea {
		padding: 60px 0;
	}
	

  .variTitle {
	  margin: 0 0 -30px;
  }
}


.ajax_area .stock_exist,
.ajax_area .cartinbtn {
	display: none !important;
}

.item--name p,
.preset_price_area {
	text-align: center !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	
}

.item--name {
	margin-top: 30px;
}

.item--name p {
	line-height: 2.0 !important;
}


.fstItemFlex {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}

.fstItemFlex li:nth-child(n + 2) {
	margin-left: 30px;
}

.secItemFlex {
	display: flex;
	justify-content: space-between;
}

.moreArea {
	margin-top: 30px;
	text-align: center;
}

.moreBtn {
	display: inline-block !important;
	border: 1px solid #313131;
	border-radius: 40px;
	line-height: 1.0;
	width: 250px;
	box-sizing: border-box;
	padding: 15px 30px 20px;
	text-align: left;
	background: url("/ec/img/usr/pg/campaign/nonironmax/ladies/aroww_img01.png") right 30px center no-repeat;
}

.allLinkArea {
	text-align: center;
	margin-top: 120px;
}

.maruLink {
	margin-top: 30px;
	text-align: center;
}


.maruLink a {
	display: inline-block !important;
	width: 110px;
	height: 110px;
	border: 1px solid #313131;
	border-radius: 50%;
	background: url("/ec/img/usr/pg/campaign/nonironmax/ladies/arrow_img02.png") center center no-repeat;
}


@media screen and (max-width:767px){
	
	.fstItemFlex {
		width: 90%;
		margin: 0 auto 20px;
	}
	
	.fstItemFlex li:nth-child(n + 2),
	.secItemFlex li:nth-child(n + 2){
		margin-left: 5%;
	}


	
}

#sizeArea {
	padding: 120px 0;
	background: #e5e5e5;
}

.sizeTitle {
  text-align: center;
  margin-bottom: 50px !important;
}

.sankoArea {
	margin-bottom: 50px;
	text-align: center;
}


.sankoArea span {
	position: relative;
	display: inline-block;
	width: 32%;
	background: #23c2ce;
	color: #fff;
	font-size: 24px !important;
	line-height: 1.0;
	box-sizing: border-box;
	padding: 10px 0;
	text-align: center;
	font-weight: 600;
}
.sankoArea span::after {
	width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 30px solid #23c2ce;
	position: absolute;
	bottom: -30px;
	left: 50%;
	transform: translateX(-50%);
	content: '';
}

.sizeFlex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.sizeFlex.taCenter {
  justify-content: center;
  margin-top: 10px;
}
.sizeFlex li {
  width: 32.5%;
  box-sizing: border-box;
  min-height: 100px;
  background: #fff;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sizeFlex li:nth-child(n + 4) {
  margin-top: 10px;
}

.sizeLeft {
  width: 60%;
  font-size: 18px;
  font-weight: 500;
  color: var(--Black);
}

.sizeLeft span {
  font-size: 35px !important;
  font-weight: 500 !important;
}

.sizeRight {
  width: 35%;
}

.sizeRight a {
  display:  block !important;
  border: 1px solid #313131;
  color: #313131;
  font-size: 18px;
  line-height: 1.0 !important;
  font-weight: 500 !important;
  padding: 10px;
  text-align: left;
  background: url(/ec/img/usr/pg/campaign/nonironmax/ladies/arrow_mini.png) right 10px center no-repeat;
}

.sizeRight a:nth-child(n + 2) {
  margin-top: 10px;
}

.sizeCaution {
  text-align: center;
  margin-top: 30px;
  font-size: 14px;
}

@media screen and (max-width:767px){
  #sizeArea {
    padding: 60px 0;
  }


  .sizeTitle {
    margin-bottom: 30px !important;
  }
  .sankoArea {
    margin-bottom: 50px;
  }


  .sankoArea span {
    width: auto;
    font-size: 20px !important;
    padding: 10px 5%;
  }
  .sankoArea span::after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 20px solid #23c2ce;
    bottom: -20px;
  }

  .sizeFlex {
    display: flex;
    align-items: stretch !important;
    justify-content: space-between !important;

  }

  .sizeFlex li {
    width: 49%;
    box-sizing: border-box;
    min-height: 100%;
    background: #fff;
    padding: 10px;
    display: block;
    align-items: stretch !important;
    justify-content: center;
    height: auto;
  }
  .sizeFlex li:nth-child(n + 3) {
    margin-top: 5px;
  }

  .sizeLeft {
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 15px;
    line-height: 1.0 !important;
  }

  .sizeLeft span {
    font-size: 26px !important;
    font-weight: 500 !important;
    line-height: 1.0 !important;
  }

  .sizeRight {
    width: auto;
  }

  .sizeRight.ext {
    display: block;
    justify-content: space-between;
  }

  .sizeRight a {
    display:  block !important;
    border: 1px solid #313131;
    color: #313131;
    font-size: 16px !important;
    line-height: 1.0 !important;
    font-weight: 500 !important;
    padding: 15px;
    text-align: left;
    background: url(/ec/img/usr/pg/campaign/nonironmax/ladies/arrow_mini.png) right 10px center no-repeat;
    background-size: 15px auto;
  }

  .sizeRight.ext a {
    width: auto;
  }

  .sizeRight a:nth-child(n + 2) {
    margin-top: 8px;
  }

}

#voiceArea {
  padding: 120px 0;
  background: #e5e5e5;
}

.voiceTitle {
	text-align: center;
	margin: 0 0 50px;
}

.voiceSubFlex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #313131;
  padding: 0 0 10px;
  margin: 0 0 50px;
}

.vsLeft {
  font-size: 2.2rem;
  font-weight: 500;
  color: var(--Black);
}

.vsLeft sup {
  font-size: 1.6rem;
}

.vsRight {
  font-size: 1.4rem;;
}

.minimini {
  font-size: 0.8em !important;
}


.voiceSlide {
  padding-bottom: 30px;
}

.voiceSlide li {
  margin-right: 10px;
  padding-bottom: 30px;
}

.voiceSame {
  min-height: 330px;
  box-sizing: border-box;
  background: #fff;
  position: relative;
  padding: 30px;
  border-radius: 30px;
}

.voiceSame::before {
  background: url(/ec/img/usr/pg/campaign/nonironmax/ladies/voice_icon.png) left top no-repeat;
  background-size: cover;
  width: 28px;
  height: 30px;
  content: '';
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}

.humanFlex {
  display: flex;
  margin-bottom: 10px;
}

.humanFlex .humanTxt {
  margin-left: 20px;
  line-height: 1.4;
}

.voiceStar {
  color: #eb6100;
  font-size: 25px !important;
  font-weight: 500;
}

.voiceSlide .prev {
	position: absolute;
	background: url("/ec/img/usr/pg/campaign/nonironmax/ladies/slide_prev.png") left top no-repeat;
	background-size: cover;
	width: 56px;
	height: 56px;
  transform: translateY(-50%);	
	z-index: 90;
	cursor: pointer;
	top: 50%;
	left: 8.5%;
	text-indent: -9999px;
}

.voiceSlide .next {
	position: absolute;
	background: url("/ec/img/usr/pg/campaign/nonironmax/ladies/slide_next.png") left top no-repeat;
	background-size: cover;
	width: 56px;
	height: 56px;
  transform: translateY(-50%);	
	z-index: 90;
	cursor: pointer;
	top: 50%;
	right: 9%;
	text-indent: -9999px;
}

@media screen and (max-width:767px){
  #voiceArea {
    padding: 60px 0;
  }

  
.voiceSubFlex {
    display: block;
    margin: 0 0 30px;
  }

.vsLeft {
  font-size: 1.6rem;
  font-weight: 600;
  width: auto;
}

span.voiceStar {
  font-size: 18px !important;
}

.vsLeft sup {
  font-size: 1.6rem;
}

.vsRight {
  font-size: 1.2rem;
  width: auto;
}

.minimini {
  font-size: 0.8em !important;
}


  .voiceSlide .prev {
    left: 3.5%;
  }

  .voiceSlide .next {
    right: 4.5%;
  }

}

#carbonArea {
  padding: 120px 0;
}

.carbonTitle {
  text-align: center;
  margin-bottom: 50px !important;
}

.carbonBnr {
  width: 100%;
  max-width: 980px;
  margin: 0 auto 50px;
}

.carbonSubTitle {
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 50px;
  color: var(--Black);
}

.shirt_item_list {
  margin-bottom: 50px;
}

.item__list__id {
  display: flex;
  justify-content: center;
  align-items: center;
}

.carbonText {
  width: 250px;
  margin-left: 50px;
  text-align: center;
}


.item--name {
  font-size: 1.6rem !important;
  font-weight: 500 !important;
}

  

.blueCaution {
  background: #dff6f9;
  padding: 60px;
}

.blueCaution dt {
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 20px;
  color: var(--Black);
}

@media screen and (max-width:767px){

  #carbonArea {
    padding: 60px 0;
  }

  .carbonTitle {
    text-align: center;
    margin-bottom: 50px !important;
  }

  .carbonSubTitle {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 30px;
  }

  .shirt_item_list {
    margin-bottom: 40px;
  }

  .item__list__id {
    display: block;
  }

  .carbonText {
    width: 70%;
    margin: 0 auto 0;
    text-align: center !important;
  }
  .item__list__img {
    text-align: center;
  }

  .item--name {
    text-align: center !important;
  }

  .blueCaution {
    background: #dff6f9;
    padding: 30px 5%;
  }

  .blueCaution dt {
    font-size: 2.0rem;
    margin-bottom: 10px;
  }


}


.interFont {
  font-family: "Inter", sans-serif !important;
  font-weight: 600;
  font-style: normal;
}

.ruikei {
  font-size: 50px;
  font-weight: 600;
  line-height: 1.2 !important;
}

.ruikei span.interFont {
  display: inline !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  letter-spacing: -0.01em;
}


.ruikei sup {
  font-size: 0.4em;
}

.riyuu {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2 !important;
  margin: 0 0 20px;
}


@media screen and (max-width:767px){

  
  .ruikei {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.2 !important;
  }


  .riyuu {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2 !important;
    margin: 0 0 10px;
  }

}

/*-------------------------------------------------------------------
	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;
  }
  
}

#bnrArea {
  padding: 0 0 120px;
}

.banner__list {
  display: flex;
  justify-content: center;
}

.banner__list a {
  width: 25%;
}


.banner__list a:nth-child(n + 2) {
  margin-left: 5%;
}

.bnrCaution {
  text-align: center;
  margin-top: 15px;
  line-height: 1.6;
  color: var(--Black);
}

.bnrCaution.ext {
  margin-top: 120px;
}

.bnrCaution dt {
  font-size: 3.0rem;
  font-weight: 600;
}

.bnrCaution dt span {
  font-size: 2.0rem !important;
  font-weight: 600 !important;
}

.bnrCaution dd {
  font-size: 2.0rem;
  font-weight: 500;
}

br.spIn {
  display: none;
}

@media screen and (max-width: 768px){
    
  #bnrArea {
    padding: 0 0 60px;
  }

  .banner__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .banner__list a {
    width: 48%;
  }


  .banner__list a:nth-child(n + 2) {
    margin-left: 0;
  }

  .banner__list a:nth-child(2) {
    margin-left: 4%;
  }

  .banner__list a:nth-child(3) {
    margin-top: 20px;
  }

  .bnrCaution {
    margin-top: 10px;
    line-height: 1.6;
  }

  .bnrCaution dt {
    font-size: 2.4rem;
  }

  .bnrCaution dt span {
    font-size: 1.6rem !important;
  }

  .bnrCaution dd {
    font-size: 1.6rem;
  }
  img.mh60 {
    max-height: 60px;
  }

  img.mh70 {
    max-height: 70px;
  }

  br.spIn {
    display: inline;
  }

}

.slick-dots{
  position: absolute;
  bottom: -30px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li{
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button{
  font-size: 0 !important;
  line-height: 1.0 !important;
  display: block;
  width: 12px;
  height: 12px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #fff;
	border: 1px solid #e2ccc1;
	border-radius: 50%;
	box-sizing: border-box;
}
.slick-dots li button:hover,
.slick-dots li button:focus{
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before{
  opacity: 1;
}
.slick-dots li button:before{
	position: absolute;
  top: 0;
  left: 0;
  content: '';
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.slick-dots li:hover button:before,
.slick-dots li:focus button:before,
.slick-dots li.slick-active button:before{
  background: #e2ccc1;
}

.price::after{
  content: none !important;
}