/*free space*/
.cg_freespace_01 {
  width:710px;
  margin:auto;
}
.clearfix::after {
content: "";
display: block;
clear: both;
}

/* module Ä´À° */
.iconNav > ul > li > a{
    text-align:center;
}
.hdrFixed .iconNav > ul > li:not(:last-child) > a {
    margin-right: 25px !important;
}
.iconNav > ul > li .loginIcon,
.iconNav > ul > li .guideIcon,
.iconNav > ul > li .cartIcon {
    margin-left: 0 !important;
}
/* module Ä´À° */

.megaMenu__button span:first-child {
  border-radius: 0 !important;
  max-width: 100% !important;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100% !important;
  flex: 0 0 100% !important;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover, .slick-next:focus {
  background: rgba(190, 190, 190, 0.8) !important;
}
.slick-prev:hover, .slick-prev:focus {
  left: -50px;
  background-image: url('https://img08.shop-pro.jp/PA01038/428/etc/arrow_left.png') !important;
}
.slick-next:hover, .slick-next:focus {
  right: -50px;
  background-image: url('https://img08.shop-pro.jp/PA01038/428/etc/arrow_right.png') !important;
}
.itemList__unit .block {
  border: 1px solid #000 !important;
  padding: 5px !important;
}
.itemList__unit .button:before {
  background-color: rgba(0, 0, 0, 0) !important;
}
.gNav .megaMenu li a {
    text-align: center !important;
}
h1.hdrInfo {
    font-size: 10px;
}

/*add css 20220704*/

.ft-info {
  padding-top: 50px;
  background-color: #7c7c7c;
  color: #fff;
}

.ft-info-flex {
  display: flex;
  justify-content: space-between;
}

.ft-info-block {
  width: 31%;
}

@media (max-width:640px) {
  .ft-info-flex {
      flex-wrap: wrap;
  }

  .ft-info-block {
      width: 100%;
  }
}

/*add css 20221020*/
.flow .container {
	max-width: 1000px;
	margin: 50px auto;
}
.flow_list {
	list-style-type: none;
	gap: 2rem 4%;
	display: flex;
}
.flow_list li {
	width: 24%;
	position: relative;
}
.flow_list li:not(:first-child)::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 0 15px 20px;
	border-color: transparent transparent transparent #f2f2f2;
	position: absolute;
	top: 40%;
	left: -15%;
}
.flow_list .flow_col3 {
	margin-bottom: 2rem;
}
.flow_title {
	margin-bottom: 1rem;
	padding: 10px 0;
	font-size: 20px;
	font-weight: bold;
}

/*add css 20230607*/
.copyright--typeA a{
  color: #fff;
}
.copyright--typeA a:visited{
  color: #fff;
}