@charset "UTF-8";
/* -----------------------------------------------------------------------
## Font ##################################################
----------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap");
/*.summersale {
  font-family: "Noto Sans Japanese", "Noto Sans CJK JP", sans-serif;
}*/

/* -----------------------------------------------------------------------
## Common ##################################################
----------------------------------------------------------------------- */
.sp-only {
    display: none;
}
.summersale {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    color: #444444;
    /* padding-bottom: 80px; */
    letter-spacing: 0.05em;
    z-index: auto;
    background: #ffffd9;
    font-weight: 500;
}
.summersale ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}
.summersale h1,.summersale h2,.summersale h3{
    border-bottom: none;
    background: none;
    text-align: center;
}

.summersale h2 {
    width: auto;
    margin: 0 auto;
}

.summersale h3 {
    font-size: 1.4em;
    margin: 0 auto;
    font-weight: 700;
    width: 35%;
}

.pc{
    display: inline;
}
.sp{
    display: none;
}
.lp-nav ul li a,.lp-menu ul li a{
    display: block;
}
/*グンゼストアcss打消し*/
.st-Breadcrumbs_Item div {
    display: inline-block
  }
  .st-Breadcrumbs {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    width: 100%;
    max-width: 1266px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
    margin: 11px auto 15px;
    font-size: 0;
  }
  .st-Breadcrumbs_Item {
    font-size: 11px;
    display: inline-block
  }
  .st-Breadcrumbs_Item:after {
    content: '＞';
    margin: 0 7px;
    color: #555
  }
  .st-Breadcrumbs_Item:last-child:after {
    display: none
  }
  .st-Breadcrumbs_Link {
    color: #7e7e7e;
    text-decoration: underline
  }
  .st-Breadcrumbs_Link:hover, .st-Breadcrumbs_Link:focus {
    text-decoration: none
  }
.pane-contents > .container {
    width: auto;
}
.section-title {
    font-weight: bold;
    font-size: 2.4rem;
    color: #004085;
    position: relative;
    display: inline-block;
}

.section-title span {
    position: relative;
    display: inline-block;
    font-weight: bold;
    font-size: 22px;
    padding-bottom: 10px;
    margin: 0 auto 10px;
}

.section-title span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 105%; 
  height: 7px;
  background: repeating-linear-gradient(
    135deg,
    #ff7e00,
    #ff7e00 3px,
    transparent 4px,
    transparent 7px
  );
  transform: translateX(-50%);
}

.pane-contents .container .pane-right-menu {
    width: auto;
    display: flex;
    margin: auto;
    justify-content: center;
}
/* -----------------------------------------------------------------------
## main ##################################################
----------------------------------------------------------------------- */
.summersale .lp-main{
    background-image: url(/lp/summersale/25/images/pc_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
	background-size: cover;
    height: 360px;
}
.summersale .ttl_freeshipping{
    position: absolute;
    left: -165px;
    bottom: 0;
    width: 225px;
}
.summersale .ttl_sub{
    position: absolute;
    right: -175px;
    top: 25px;
    width: 202px;
}

/* -----------------------------------------------------------------------
## lp-contents ##################################################
----------------------------------------------------------------------- */
.summersale .lp-contents{
    margin: 0 auto;
    background: #f5f5f5;
}

/* -----------------------------------------------------------------------
## lp-menu ##################################################
----------------------------------------------------------------------- */
.summersale .lp-menu {
    padding: 30px 0 25px;
	background-color: #fffa8e;
}

.lp-contents .lp-menu h3 img {
    font-size: 1.4em;
    margin: 10px auto 15px;
    font-weight: 700;
    width: 340px;
}

.lp-menu ul li{
    font-weight: 700;
    position: relative;
    font-size: 1.4rem;
    place-items: center;
	display: inline-flex;
    align-items: center;
    justify-content: center;
}
.lp-menu ul li a{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.lp-menu .menu01 li:first-child a,.lp-menu .menu01 li:nth-child(4) a{
	padding: 25px;
}
.lp-menu .menu01 li:nth-child(2) a,.lp-menu .menu01 li:nth-child(3) a{
	padding: 10px 20px;
}
.lp-menu .menu01 li:after{
  content: '\EA03';
    font-family: iconfont,sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    vertical-align: middle;
    line-height: 0.5;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    position: absolute;
    right: 10px;
}
.lp-menu .menu02 li:after{
  content: '\EA03';
    font-family: iconfont,sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    vertical-align: middle;
    line-height: 1.2;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -.5em;
}
.lp-menu ul.menu01{
    width: 1100px;
    margin: 0 auto;
    justify-content: space-between;
}
.lp-menu .menu01 li{
    color: #f3061c;
    background: #ffffff;
    border: #e60f23 solid 3px;
    width: calc(100% / 3 - 1.2rem);
    line-height: 1.2;
	height: 80px;
}
.lp-menu .menu01 li:nth-child(2){
    background-color: #ff2c2c;
	color: #ffffff;
}
.lp-menu .menu01 li span{
    font-size: 1.3rem;
    color: #ff2c2c;
    background: #fff336;
    padding: 2px 8%;
    border-radius: 9999px;
    margin-bottom: 3px;
    vertical-align: middle;
}
.lp-menu .menu01 li:after{
    transform:rotate(90deg);
    right: 10px;
    margin: auto;
    top: inherit;
}

/*カーソルを載せた時に下がるアニメーション*/
.lp-menu .menu01 li {
  transition: transform 0.2s ease;
}
.lp-menu .menu01 li:hover {
  transform: translateY(5px);
}


.lp-menu ul.menu02{
    width: 820px;
    margin: 2.1429rem auto 0;
    justify-content: space-between;
}
.lp-menu .menu02 li{
    color: #fff;
    background: #e60f23;
    width: calc(100% / 2 - 0.5rem);
}
.lp-menu .menu02 li::before{
    content: '';
    position: absolute;
    left:25px;
    width: 57px;
    height: 57px;
    background: url(/lp/summersale/25/images/sale-icon.png) no-repeat;
    background-size: 100% auto;
    background-position: center;
}
.lp-menu .menu02 li a{
    height: 70px;
    padding-left: 16px;
}


/* -----------------------------------------------------------------------
## lp-category ##################################################
----------------------------------------------------------------------- */
.lp-category {
    background-color: #ff9e2c;
    padding-bottom: 50px;
}

.category-bg {
    background-color: #fff;
    width: 1100px;
    margin: 50px auto 0;
    padding: 35px 0 35px;
    border-radius: 20px;
}

.lp-category ul {
    width: 850px;
    margin: 20px auto 5px;
    row-gap: 2.143rem;
    column-gap: 2rem;
}
.lp-category .cat01{
	margin: 25px auto 50px;
}
.lp-category .cat01 li{
	position: relative;
}

.lp-category .category-menu {
    display: flex;
    gap: 25px;
    margin: -15px 45px 10px;
}
.lp-category .cat02 li {
    width: calc(100% / 2 - 20px);
    position: relative;
}
.lp-category ul li img{
    margin-bottom:0.5rem; 
}
.lp-category .cat01 .off-price{
    position: absolute;
    background: #e60f23;
    color: #fff;
    padding: 5px 8px;
    border-radius: 8px;
    top: -30px;
    right: 10px;
    font-size: 1.15rem;
    font-weight: 700;
    z-index: 1;
    line-height: 1.1;
    filter: drop-shadow(3px 3px 5px rgba(103,103,103, 0.25));
    animation: 1.2s bound-anim ease-in infinite alternate;
}
.lp-category .cat01 .off-price span{
	font-size: 1.8rem;
}

.lp-category .cat01 .off-price::after {
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-color: #e60f23 transparent transparent transparent;
    border-width: 10px 5px 0 5px;
    position: absolute;
    bottom: -9px;
    right: 25px;
}
.lp-category .cat02 .off-price{
    position: absolute;
    background: #e60f23;
    color: #fff;
    padding: 5px 8px;
    border-radius: 8px;
    top: -30px;
    right: 3px;
    font-size: 1rem;
    font-weight: 700;
    z-index: 1;
    line-height: 1.1;
    filter: drop-shadow(3px 3px 5px rgba(103,103,103, 0.25));
    animation: 1.2s bound-anim ease-in infinite alternate;	
}
.lp-category .cat02 .off-price span{
	font-size: 1.5rem;
}

.lp-category .cat02 .off-price::after {
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-color: #e60f23 transparent transparent transparent;
    border-width: 10px 5px 0 5px;
    position: absolute;
    bottom: -9px;
    right: 20px;
}

.button-wrapper .item-btn {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin: 0% auto 3%;
}

.lp-category .item-btn.men{
    color: #2974ff;
    border-color: #2974ff;
    border: 2px solid;
}
.lp-category .item-btn.women{
    color: #f34f4f;
    border-color: #f34f4f;
    border: 2px solid;
}

.lp-category .button-wrapper {
    display: flex;
    gap: 20px;
    margin: 0% auto 4%;
    width: auto;
    justify-content: center;
}

.lp-category .item-btn {
    width: 370px;
    margin: 0;
    position: relative;
    display: block;
    height: auto;
    min-width: auto;
    padding: 15px 0;
    font-size: 1.2rem;
    line-height: 2rem;
    font-weight: bold;
    background-color: #faf2a2;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    border: none;
}

.item-btn::after {
    content: '\EA03';
    font-family: iconfont, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    vertical-align: middle;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
}


.lp-category .btn-wrap {
    display: flex;
    gap: 20px;
    margin: 0;
    width: auto;
    justify-content: center;
}


.lp-category .btn {
    position: relative;
    display: block;
    width: 370px;
    height: 3%;
    min-width: auto;
    margin: 0;
    padding: 15px 0;
    font-size: 1.2rem;
    line-height: 2rem;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    border: none;
}

.lp-category .btn {
    position: relative;
    display: block;
    width: 370px;
    padding: 15px 0;
    height: auto;
    min-width: auto;
    margin: 15px 0;
    font-size: 1.2rem;
    line-height: 2rem;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    border: none;
}

.lp-category .btn.mens {
    background: #4285f4;
}

.lp-category .btn.ladies {
    background: #ff4362;
}

.btn-wrap {
    display: flex;
    gap: 10px;
    margin: 0;
    width: auto;
    justify-content: center;
}

.lp-category .btn::after {
    content: '\EA03';
    font-family: iconfont, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    vertical-align: middle;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
}


/* -----------------------------------------------------------------------
## lp-summer ##################################################
----------------------------------------------------------------------- */
.lp-summer{
    background: #a7e9ff;
    padding-bottom: 50px;
}

.lp-summer h2 {
    padding: 15px 10px;
    margin: 30px auto 50px;
    position: relative;
}
.lp-summer h2::after{
	content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-color: #007aed transparent transparent transparent;
    border-width: 15px 10px 0 10px;
    position: absolute;
    bottom: -14px;
    left: 0;
    right: 0;
    margin: auto;
}
.lp-summer .summer-title{
	background-image: url(/lp/summersale/25/images/summer_pc_bg.jpg);
}
.lp-summer .summer-btn {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-direction: row;
}
.lp-summer .summer-btn img {
    display: flex;
}
.lp-summer .summer-btn .btn02 img{
    width: 53px;
}
.lp-summer ul a{
	width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	padding: 15px;
}

.lp-summer ul li{
    font-weight: 700;
    position: relative;
    font-size: 1.4rem;
    display: grid;
    place-items: center;
}

/* 上部の青い帯 */
.title-ribbon {
    top: -50px;
    background: repeating-linear-gradient(45deg, #007aed, #007aed 15px, #1484ee 0, #1484ee 30px);
    color: white;
    font-size: 20px;
    line-height: 1.3;
    padding: 15px 0;
    clip-path: polygon(0 0, 300% 0, 50% 100% , 0 80%);
    text-align: center;
    border-radius: 20px 20px 0 0;
    display: block;
    position: relative;
    flex-direction: row;
    justify-content: flex-start;
}

/* 一つ目の項目 */
.title-ribbon1 {
    top: -50px;
    background: repeating-linear-gradient(45deg, #007aed, #007aed 15px, #1484ee 0, #1484ee 30px);
    color: white;
    font-size: 20px;
    line-height: 1.3;
    padding: 25px 0;
    padding-bottom: 32px;
    clip-path: polygon(0 0, 300% 0, 50% 100% , 0 80%);
    text-align: center;
    border-radius: 20px 20px 0 0;
    display: block;
    position: relative;
    flex-direction: row;
    justify-content: flex-start;
}

.title-ribbon h2 {
  margin: 0;
  font-size: 1.4rem;
}

.title-ribbon .yellow {
  color: #ffeb3b;
  font-weight: bold;
}

.title-ribbon .white {
  color: white;
  margin-left: 0.2em;
}

.title-ribbon1 .yellow {
    color: #ffeb3b;
    font-weight: bold;
}

.title-ribbon1 .white {
    color: white;
    margin-left: 0.1em;
}

.lp-summer .btn01 {
    width: 820px;
    margin: 2.1429rem auto 0;
    justify-content: space-between;
}
.lp-summer .btn01 li{
    background: #ffff24;
    width: calc(100% / 2 - 1.8rem);
	border: #204df4 solid 3px;
	border-radius: 10px;
}
.lp-summer .btn01 li::after{
	content: '\EA03';
    font-family: iconfont, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    vertical-align: middle;
    line-height: 1.2;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    position: absolute;
    transform: rotate(90deg);
    left: 0;
    right: 0;
    margin: auto;
    bottom: -3px;
    top: inherit;
}
.lp-summer .btn02 {
    width: 1100px;
    margin: 40px auto 50px;
    justify-content: space-between;
}
.lp-summer .btn02 li{
    background: #fff;
    border: #204df4 solid 3px;
    width: calc(100% / 4 - 1.8rem);
    line-height: 1.2;
    height: 80px;
    border-radius: 10px;
}
.lp-summer .btn02 li::after{
	content: '\EA03';
    font-family: iconfont, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    vertical-align: middle;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    position: absolute;
    right: 5px;
}
.lp-summer .summer-btn .off-price {
    position: absolute;
    background: #e60f23;
    color: #fff;
    padding: 7px 10px;
    border-radius: 8px;
    top: -95px;
    right: 10px;
    font-size: 1rem;
    font-weight: 700;
    z-index: 1;
    line-height: 1.1;
    filter: drop-shadow(3px 3px 5px rgba(103,103,103, 0.25));
    animation: 1.2s bound-anim ease-in infinite alternate;
}
.lp-summer .summer-btn .off-price span{
	font-size: 1.5rem;
	background: none;
	display: contents;
}
.lp-summer .summer-btn .off-price::after {
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-color: #e60f23 transparent transparent transparent;
    border-width: 10px 5px 0 5px;
    position: absolute;
    bottom: -9px;
    right: 20px;
}
.lp-summer .summer-item {
    background-color: #fff;
    border-radius: 20px;
    padding: 50px 0px 10px;
    width: 360px;
}
.lp-summer .summer-item_ttl {
    margin: -50px auto 0px;
    position: relative;
    padding: 3%;
}
.lp-summer .summer-item_container{
	display: flex;
    justify-content: center;
}

.lp-summer .item_01{
	position: relative;
}
.lp-summer .item-off-icon{
	position: absolute;
    width: 60px;
    top: 5px;
    right: 5px;
}

.lp-summer .item_02 ul {
    margin: 20px 0;
    gap: 18px;
    display: flex;
    /* flex-direction: row; */
    /* justify-content: center; */
    flex-wrap: nowrap;
}

.lp-summer .page-Campaign_PriceNormal, .lp-summer .cms-Ctrl_ItemPrice_Normal{
	margin: 20px 0 5px;
	font-weight: 700;
    font-size: 1.3rem;
}
.lp-summer .item-btn{
	width: 100%;
    border-radius: 5px;
    color: #204df4;
    position: relative;
    background-color: #e1ecff;
    border: #204df4 solid 2px;
    font-weight: 700;
    font-size: 1.2rem;
    padding: 7px 10px;
}
.lp-summer .item-btn::after{
	content: '\EA03';
    font-family: iconfont, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    vertical-align: middle;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    position: absolute;
    right: 5px;
}
.lp-summer .button-wrapper {
    display: flex;
    gap: 10px;
    justify-content: center;
}


.lp-summer .other-btn a {
    width: 300px;
    height: 65px;
    padding: 7px;
    background-color: #faf2a2;
    font-size: 1.2rem;
    font-weight: 700;
    border: 2px solid;
    border-radius: 5px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.lp-summer .other-btn2 a {
    width: 165px;
    height: 65px;
    padding: 7px;
    background-color: #faf2a2;
    font-size: 1.2rem;
    font-weight: 700;
    border: 2px solid;
    border-radius: 5px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}


/* メンズ用 */
.lp-summer .other-btn.men a {
  color: #2974ff;
  border-color: #2974ff;
}
.lp-summer .other-btn.men a ::after {
  color: #2974ff;
}
.lp-summer .other-btn2.men a {
  color: #2974ff;
  border-color: #2974ff;
}
.lp-summer .other-btn2.men a ::after {
  color: #2974ff;
}
/* レディース用 */
.lp-summer .other-btn.women a {
  color: #f34f4f;
  border-color: #f34f4f;
}
.lp-summer .other-btn.women a ::after {
  color: #f34f4f;
}
.lp-summer .other-btn2.women a {
  color: #f34f4f;
  border-color: #f34f4f;
}
.lp-summer .other-btn2.women a ::after {
  color: #f34f4f;
}
/* 矢印共通 */
.lp-summer .other-btn a::after {
  content: '\EA03';
  font-family: iconfont, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
  vertical-align: middle;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  position: absolute;
  right: 5px;
}
/* 矢印共通 */
.lp-summer .other-btn2 a::after {
  content: '\EA03';
  font-family: iconfont, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
  vertical-align: middle;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  position: absolute;
  right: 5px;
}

.lp-summer .summer-item .off-price::after {
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-color: #e60f23 transparent transparent transparent;
    border-width: 15px 5px 0 5px;
    position: absolute;
    bottom: -10px;
    right: 0px;
    left: -10px;
    margin: auto;
    transform: rotate(46deg);
}
@keyframes bound-anim{
  0%{transform:translateY(0px);}
  100%{transform: translateY(6px);}
}
.lp-summer .summer-item .off-price::after {
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-color: #e60f23 transparent transparent transparent;
    border-width: 15px 5px 0 5px;
    position: absolute;
    bottom: -9px;
    right: 0px;
    left: -10px;
    margin: auto;
}
.lp-summer .summer-item .off-price span{
    font-size: 1.7rem;
}

.lp-summer p {
    padding: 0;
}
.icon-wrapper {
    display: flex;
    gap: 2px;
    flex-direction: column;
    width: 80px;
    margin: -5px 0px 0px 8px;
    position: absolute;
}
.icon-wrapper1 {
    display: flex;
    gap: 2px;
    flex-direction: column;
    width: 80px;
    margin: -15px 0px 0px 8px;
    position: absolute;
}
.icon {
    display: inline-block;
    padding: 2px 2px;
    border: 1px solid #333;
    border-radius: 5px;
    font-size: 0.8rem;
    font-weight: bold;
    left: -10px;
}

.icon.men {
    background-color: #f2f5ff;
    border-color: #0142bc;
    color: #2974ff;
    font-size: 13px;
}

.icon.women {
  background-color: #fffafe;
  border-color: #e11f88;
 color:#ff5cb4;
	     font-size: 13px;
}

/* -----------------------------------------------------------------------
## lp-brand ##################################################
----------------------------------------------------------------------- */
.lp-brand {
    padding-bottom: 50px;
    background-color: #fff6d2;
}

.lp-brand h3 {
    font-size: 1.4em;
    margin: 40px auto 10px;
    font-weight: 700;
    width: 400px;
}

.lp-brand ul {
    display: flex;
    gap: 14px;
    justify-content: center;
    max-width: 1100px;
    margin: 0;
    padding-top: 50px;
    flex-wrap: nowrap;
    flex-direction: row;
}

.lp-brand ul li {
    width: calc(100% / 6 - 12px);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lp-brand ul li .brand-series {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 80px;
}

.lp-brand ul li .brand-series img {
    width: 170px;
    height: auto;
}

.lp-brand .off-price {
    position: absolute;
    background: #e60f23;
    color: #fff;
    padding: 5px 8px;
    border-radius: 8px;
    top: -48px;
    right: 2px;
    font-size: 1rem;
    font-weight: 700;
    z-index: 1;
    line-height: 1.1;
    filter: drop-shadow(3px 3px 5px rgba(103,103,103, 0.25));
    animation: 1.2s bound-anim ease-in infinite alternate;
}
.lp-brand .off-price span{
    font-size: 1.5rem;
}
.lp-brand .off-price::after{
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-color: #e60f23 transparent transparent transparent;
    border-width: 10px 5px 0 5px;
    position: absolute;
    bottom: -9px;
    right: 20px;
}
/*下部ボタン*/
.lp-brand .menu-area ul{
    width: 1050px;
    margin: 1% auto;
    flex-wrap: wrap;
    justify-content: space-between;
}
.lp-brand .menu-area ul li{
    width: calc(100% / 3 - 1rem);
    background: #ff4362;
    color: #fff;
    position: relative;
    font-weight: bold;
    border-radius: 5px;
    font-size: 1.2rem;
}
.lp-brand .menu-area ul li a{
    padding: 5% 0;
    display: block;
}
.lp-brand .menu-area ul li:nth-child(2){background: #4b86e9;}
.lp-brand .menu-area ul li:nth-child(3){background: #ebaa0c;}
.lp-brand .menu-area ul li:after{
  content: '\EA03';
    font-family: iconfont,sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    vertical-align: middle;
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -.5em;
}

.lp-brand .brand-menu {
    display: flex;
    gap: 25px;
    margin: 0;
    justify-content: center;
}

.lp-brand .cat02 li {
    width: calc(100% / 2 - 20px);
    position: relative;
}

/* -----------------------------------------------------------------------
## lp-other ##################################################
----------------------------------------------------------------------- */
.lp-other {
    padding-bottom: 70px;
    background-color: #FFFFFF;
}

.lp-other h2 {
    margin: 0;
}

.other-contents {
    display: flex;
    justify-content: center;
    gap: 100px;
    padding-top: 40px;
}

.other-contents img {
    height: 130px;
    width: auto;
}

.other-contents1 ul {
    display: flex;
    flex-wrap: nowrap;
	gap:20px;
}

.other-contents2 {
    display: flex;
    flex-direction: column;
}

.other-contents2 img{
	border: 1px #888888 solid; 
}

/* -----------------------------------------------------------------------
## lp-section ##################################################
----------------------------------------------------------------------- */
.summersale .lp-section{
    margin: 0 auto;
    padding: 25px 0;
	background-color: #f5f5f5;
}

.lp-section .attention{
    width:  900px;
    margin: 50px auto;
    text-align: left;
    background: #fff;
    padding: 20px 50px 30px;
}
.lp-section .attention h3{
    font-size: 1.2em;
    margin-bottom: 1%;
}
.summersale .page-Campaign_Price {
    text-align: center!important;
    font-size: 1.26em;
    font-weight: 600;
	letter-spacing: -0.03rem;
}
.page-Campaign_PriceNormal span[id^="goods_discount_rate_"] {
    background: red;
    padding: 2px 7px 2px 0;
    margin: 0 10px 4px;
    color: #fff;
    display: inline-block;
}
.page-Campaign_PriceNormal span[id^="goods_discount_rate_"]:before {
    content: 'セール価格';
    background: #fff;
    padding: 0 0 1px;
    color: red;
    text-align: center;
    white-space: nowrap;
    padding: 5px;
    display: inline-block;
    margin: -4px 7px -4px 0;
}
/* -----------------------------------------------------------------------
## lp-campaign ##################################################
----------------------------------------------------------------------- */
.lp-campaign {
    padding-bottom: 40px;
    background-color: #fffa7e;
}

.lp-campaign h3 {
    font-size: 1.4em;
    margin: 50px auto 10px;
    font-weight: 700;
    width: 400px;
}

.lp-campaign h2 {
    line-height: 1.25em;
}


.lp-campaign .campaign-block img{
	height: 200px;
}

.lp-campaign ul{
	width: 1100px;
	margin: 0 auto;
}
.mens .lp-campaign ul{
	justify-content: space-evenly;
}
.lp-campaign ul li{
	width: 24%;
}
.lp-campaign .event_area{
    margin: 0 auto 50px;
    width: 750px;
}
.lp-campaign .event_list{
    flex-wrap: wrap;
    justify-content: space-between;
    width: 750px;
    margin: 0 auto 30px;
}
.lp-campaign .event_list li{
    width: 48%;
}
.lp-campaign .cp_btn{
    background: #e60f23;
    width: 100%;
    text-align: center;
    margin: 25px auto 0;
    color: #fff;
    position: relative;
    border-radius: 5px;
    padding: 8px 12px;
    font-size: 1.35rem;
    font-weight: 700;
}
.lp-campaign .cp_btn:after{
    content: '\EA03';
    font-family: iconfont, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    vertical-align: middle;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    position: absolute;
    right: 5px;
}

.campain01 .campain02 .campain03{
    display: flex;
    flex-direction: column;
}

.campaign-row {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 0px auto 20px;
}


.campaign-row.two-col .campaign-block {
    text-align: center;
}

.campaign-row.one-col .campaign-block {
    width: 530px;
    text-align: center;
}

.campaign-block {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.campain-pc {
    display: flex;
    align-items: flex-end;
    gap: 50px;
    flex-wrap: nowrap;
    justify-content: center;
}

.lp-campaign .btn {
    position: relative;
    display: block;
    width: 370px;
    height: 3%;
    min-width: auto;
    margin: 0;
    padding: 15px 0;
    font-size: 1.2rem;
    line-height: 2rem;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    border: none;
}

.lp-campaign .btn {
    position: relative;
    display: block;
    width: 260px;
    height: auto;
    min-width: auto;
    margin: 15px 0;
    padding: 10px 0;
    font-size: 1.2rem;
    line-height: 2rem;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    border: none;
}

.lp-campaign .btn.mens {
    background: #4285f4;
}

.lp-campaign .btn.ladies {
    background: #ff4362;
}

.btn-wrap {
    display: flex;
    gap: 10px;
    margin: 0;
    width: auto;
    justify-content: center;
}

.lp-campaign .btn::after {
    content: '\EA03';
    font-family: iconfont, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    vertical-align: middle;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
}



/* -----------------------------------------------------------------------
## PC ##################################################
----------------------------------------------------------------------- */
@media(min-width:768px){
/*.mens .lp-summer li:nth-child(n+4) .summer-item-name {
    height: 76px;
}*/
.sp{
    display: none;
}
}

/* -----------------------------------------------------------------------
## SP ##################################################
----------------------------------------------------------------------- */
@media(max-width:767px){
/* -----------------------------------------------------------------------
## Common ##################################################
----------------------------------------------------------------------- */
.sp-only {
    display: inline;
 }

.summersale {
    width: 100%;
    /*font-size: 1.1em;*/
    padding-bottom: 0;
    z-index: auto;
}

.pc{
    display: none;
}
.sp{
    display: block;
}
.summersale h2 {
    margin: 0 auto 0px;
    width: 90%;
}
.section-title {
    font-weight: bold;
    font-size: 2.4rem;
    color: #004085;
    position: relative;
    display: inline-block;
}

.section-title span {
    position: relative;
    display: inline-block;
    font-weight: bold;
    font-size: 2.1rem;
    padding-bottom: 10px;
    margin: 10px auto 20px;
}

.section-title span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 105%; /* テキストより少し広め */
  height: 7px;
  background: repeating-linear-gradient(
    135deg,
    #ff7e00,
    #ff7e00 3px,
    transparent 4px,
    transparent 7px
  );
  transform: translateX(-50%);
}

/* -----------------------------------------------------------------------
## lp-main ##################################################
----------------------------------------------------------------------- */
.svg-wrapper {
  width:100%;
}

.summersale .lp-main{
    width: 100%;
    background-size: auto;
    background-position: center;
    background-image: none;
    padding: 0;
	height: 100%;
}
.summersale h1{
    margin: 0 auto;
    padding: 0;
    text-align: center;
}
/* -----------------------------------------------------------------------
## lp-nav ##################################################
----------------------------------------------------------------------- */
.summersale .lp-nav{
    margin: 1rem auto 0;
    position: relative;
}
.lp-nav ul{
    width: 96%;
    margin: 0 auto;
}
.lp-nav ul li{
    width : calc(100% / 2 - 0.5rem) ;
    border-radius: 7px 7px 0 0;
    font-size: 1.0em;
    border: solid #ff4362 4px;
    border-bottom: none;
}
.lp-nav ul li.active::after {
    border-width: 26px 18px 0 18px;
    bottom: -16px;
}
/* -----------------------------------------------------------------------
## lp-contents ##################################################
----------------------------------------------------------------------- */
.summersale .lp-contents{
    width: 100%;
}
/* -----------------------------------------------------------------------
## lp-menu ##################################################
----------------------------------------------------------------------- */
.summersale .lp-menu {
    padding: 7% 3% 5%;
}
.lp-menu h2::before{
    top:-12px;
    left:-72px;
    width: 58px;
    height: 47px;
    background-size: 100% auto;
    background-position: center;
}
.lp-menu h2::after{
    top:-12px;
    right:-72px;
    width: 58px;
    height: 47px;
    background-size: 100% auto;
    background-position: center;
}

.lp-menu h3 {
    margin: 0;
    width: 100%;
}
.lp-menu ul li {
    font-size: 1.1429em;
}
 .lp-menu .menu01 li span {
    font-size: 0.8em;
}   
.lp-menu ul.menu01, .lp-menu ul.menu02 {
    width: 100%;
    margin-top: 1.2rem;
    row-gap: 1rem;
}

.lp-menu .menu01 li:first-child {
    color: #e60f23;
    background: #ffffff;
    border: #e60f23 solid 2.5px;
    width: calc(100% / 1 - 0.5rem);
}

.lp-menu .menu01 li {
    color: #e60f23;
    background: #ffffff;
    border: #e60f23 solid 2.5px;
    width: calc(100% / 2 - 0.5rem);
}

.lp-menu .menu01 li:first-child a, .lp-menu .menu01 li:nth-child(4) a{
	padding: 25px 0;
	width: 100%;
}
.lp-menu .menu01 li:nth-child(2) a, .lp-menu .menu01 li:nth-child(3) a{
	padding: 10px 5px 15px;
}
.lp-menu .menu01 li:after {
    bottom: 5px;
    left: 0;
    right: 0;
}
.lp-menu .menu01 li a {
    font-size: 1.8rem;
}
 /*.lp-menu .menu01 li .inner{
    width: 100%;
    display: grid;
}*/
.lp-menu .menu02 li{
    width: 100%;
}
.lp-menu .menu02 li a {
    height: 60px;
}   
.lp-menu .menu02 li::before {
    left: 26px;
    width: 48px;
}

.lp-contents .lp-menu h3 img {
    margin: 0 auto;
    width: auto;
}

  .lp-menu .menu01 li:hover {
    transform: none;
  }

  .lp-menu .menu01 li {
    transition: none;
  }
/* -----------------------------------------------------------------------
## lp-category ##################################################
----------------------------------------------------------------------- */
.lp-category {
    padding-bottom: 1%;
}
.category-bg {
    width: 100%;
    padding: 6% 3%;
    border-radius: 0;
    margin: 5% auto;
}
	
.lp-category h3 {
    margin: 0px auto 0;
    width: auto;
    padding: 0 10px;
}

.lp-category ul{
	width: 100%;
}
.lp-category .category-menu {
    display: flex;
    gap: 0;
    margin: -15px auto 0;
}

.lp-category ul li{
    width: 47%;
    margin: 0 auto;
}
.lp-category ul li img{
    margin-bottom:0.6rem; 
}

.lp-category .cat01 li:first-child .off-price{
	font-size: 1.8rem;
	padding: 8px 15px;
    top: -45px;
}
.lp-category .cat01 li:first-child .off-price span{
	font-size: 2.8rem;
}
.lp-category .cat01{
	margin: 10% auto;
}
.lp-category .cat01 li:first-child{
	width: 96%;
	margin-bottom: 5%;
}
.lp-category .cat01 .off-b{
	font-size: 1.8rem;
	top: -40px;
}
.lp-category .cat01 .off-b span{
	font-size: 2.5rem;
}
.lp-category .cat02 {
    row-gap: 2.5rem;
    display: flex;
}
.lp-category .cat02 .off-price span {
    font-size: 1.7rem;
}
.lp-category .cat02 li {
    width: calc(100% / 1 - 1.4rem);
}

.lp-category .cat02 .off-price {
    position: absolute;
    background: #e60f23;
    color: #fff;
    padding: 5px 8px;
    border-radius: 8px;
    top: -20px;
    right: 3px;
    font-size: 1.4rem;
    font-weight: 700;
    z-index: 1;
    line-height: 1.1;
    filter: drop-shadow(3px 3px 5px rgba(103,103,103, 0.25));
    animation: 1.2s bound-anim ease-in infinite alternate;
}


.button-wrapper .item-btn {
    width: 48%;
    margin: 0;
}

.lp-category .item-btn.men{
    color: #2974ff;
    border-color: #2974ff;
    border: 2px solid;
}
.lp-category .item-btn.women{
    color: #f34f4f;
    border-color: #f34f4f;
    border: 2px solid;
}

.lp-category .button-wrapper {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 0% auto 3%;
}

.lp-category .item-btn {
    position: relative;
    display: block;
    height: auto;
    min-width: auto;
    padding: 10px 0;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: bold;
    background-color: #faf2a2;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    border: none;
}

.item-btn::after {
    content: '\EA03';
    font-family: iconfont, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    vertical-align: middle;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
}

.lp-category .btn-wrap {
    display: flex;
    gap: 10px;
    margin: 0;
    width: auto;
    /* flex-direction: row; */
    /* justify-content: center; */
    flex-wrap: nowrap;
}

.lp-category .btn {
    position: relative;
    display: block;
    height: auto;
    min-width: auto;
    padding: 10px 0;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    border: none;
}

/* -----------------------------------------------------------------------
## lp-campaign ##################################################
----------------------------------------------------------------------- */	
.lp-campaign {
    padding: 0% 0 5%;
    background: #fffa7e;
}

.lp-campaign h2 {
    width: 90%;
    margin: 10px auto 0;
}

.lp-campaign h3 {
    margin: 15px auto -10px;
    width: 95%;
}

.campaign-row {
    display: flex;
    justify-content: center;
    width: 92%;
    gap: 1.2rem;
    margin: 0 auto 1rem;
    flex-direction: row;
}

.campaign-row.two-col .campaign-block {
    width: 48%;
    text-align: center;
}

.campaign-row.one-col .campaign-block {
    width: 100%;
    text-align: center;
}

.campain-pc {
    display: flex;
    gap: 0;
    flex-wrap: nowrap;
    flex-direction: column;
    align-content: center;
    align-items: stretch;
}

.campaign-block img {
    width: 100%;
    height: auto;
    margin: 0px auto 15px;
}

.lp-campaign .campaign-block img {
    height: auto;
}

.lp-campaign .btn {
    position: relative;
    display: block;
    width: 260px;
    height: auto;
    min-width: auto;
    margin: 0;
    padding: 10px 0;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    border: none;
}


.btn.mens {
    background: #4285f4;
}

.btn.ladies {
    background: #ff4362;
}

.btn-wrap {
    display: flex;
    justify-content: space-around;
    gap: 10px;
    flex-wrap: wrap;
	width:100%;
}

.btn-wrap .btn {
    width: 48%;
    margin: 0;
}

.btn::after {
    content: '\EA03';
    font-family: iconfont, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    vertical-align: middle;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
}

/* -----------------------------------------------------------------------
## lp-summer ##################################################
----------------------------------------------------------------------- */
.lp-summer {
    padding-bottom: 7%;
}
.lp-summer .pc {
    display: none; 
}

.lp-summer .summer-title{
    background: none;
}

.lp-summer .main-ttl {
    text-align: center;
    font-weight: 700;
}

.lp-summer h2 {
    padding: 0px;
    width: 100%;
    margin: 20px auto 5%;
    position: relative;
}

.lp-summer h2::after{
	content: none;
}

.lp-summer .summersale h3 {
    font-size: 1.4em;
    margin: 0 auto;
    font-weight: 700;
    width: 90%;
    padding: 0;
}

.lp-summer .summer-btn {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-direction: column;
    margin: auto 1.5rem 0;
}
.lp-summer .summer-btn ul{
	width: 93%;
}

.lp-summer .other-btn a {
    width: 300px;
    height: 65px;
    padding: 7px;
    background-color: #faf2a2;
    font-size: 1.5rem;
    font-weight: 700;
    border: 2px solid;
    border-radius: 5px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.lp-summer .summer-btn img {
	left: -10px;
	top: -25px;
}
.lp-summer .btn02 li {
	height: 70px;
}
.lp-summer .summer-btn .btn02 img{
	width: 40px;
}
.lp-summer .summer-btn .off-price {
    position: absolute;
    background: #e60f23;
    color: #fff;
    border-radius: 8px;
    top: -28%;
    right: 5px;
    font-weight: 700;
    z-index: 1;
    line-height: 1.1;
    filter: drop-shadow(3px 3px 5px rgba(103, 103, 103, 0.25));
    animation: 1.2s bound-anim ease-in infinite alternate;
}
.lp-summer .summer-item .off-price::after {
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-color: #e60f23 transparent transparent transparent;
    border-width: 15px 5px 0 5px;
    position: absolute;
    bottom: -8px;
    right: 0px;
    left: -10px;
    margin: auto;
    transform: rotate(46deg);
}

.lp-summer .summer-item .off-price span{
	font-size:  2.8rem;
}

.lp-summer .btn02 li::after{
	right: 0;
}
.lp-summer .summer-btn span {
    font-size: 2.2rem;
    line-height: 2.8rem;
    left: 10px;
}
.lp-summer .summer-btn .off-price {
    font-size: 1.5rem;
    padding: 1.5% 4%;
}

.lp-summer .summer-btn .off-price span {
    font-size: 2rem;
}

.lp-summer ul {
    row-gap: 4.214rem;
    width: 92.76%;
}

.lp-summer .summer-item {
    width: 100%;
}


.lp-summer .summer-item_container {
    flex-direction: column;
}


.lp-summer .summer-item_box a {
    display: flex;
    justify-content: space-around;
}

.lp-summer .summer-item_box:nth-child(2) a {
    flex-direction: row-reverse;
}

.lp-summer .item_01,
.lp-summer .item_02 {
    width: 100%;
}

.lp-summer .item-off-icon {
    width: 55px;
}

.lp-summer .item_02 ul {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    margin: 4% 0 5%;
    width: 100%;
}

.lp-summer .item_02 .item-name {
    font-size: 1.5rem;
}

.lp-summer .page-Campaign_PriceNormal,
.lp-summer .cms-Ctrl_ItemPrice_Normal {
    font-size: 1.5rem;
    margin: 3% auto 0;
}

.page-Campaign_PriceNormal span[id^="goods_discount_rate_"] {
    display: flex;
    margin: 0 5px -2px;
    padding: 0 4px 0 0;
}

.lp-summer .item-btn {
    font-size: 1.35rem;
    letter-spacing: 0.001rem;
    padding: 6px 0;
}

.lp-summer .item-btn::after {
    bottom: 5px;
}

.other-btn {
    font-size: 1.5rem;
    margin: 0 auto;
    padding: 0;
    width: 90%;
}

.other-btn a {
    width: 100%;
}

.other-btn span a{
    font-size: 1.8rem;
}

.lp-summer .other-btn {
    width: 100%;
    padding: 0px;
    /* background-color: #faf2a2; */
    font-size: 0;
    line-height: 2.3rem;
    font-weight: 700;
    border-radius: 5px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.lp-summer .other-btn2 a {
    width: 17.6rem;
    height: 60px;
    padding: 7px;
    background-color: #faf2a2;
    font-size: 1.5rem;
    font-weight: 700;
    border: 2px solid;
    border-radius: 5px;
    line-height: 2rem;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}


/*.lp-summer .other-btn a {
  width: 100%;
  text-align: center;
}*/

/* メンズ用 */
.lp-summer .other-btn.men a {
  color: #2974ff;
  border-color: #2974ff;
}
.lp-summer .other-btn.men a ::after {
  color: #2974ff;
}
.lp-summer .other-btn2.men a {
  color: #2974ff;
  border-color: #2974ff;
}
.lp-summer .other-btn2.men a ::after {
  color: #2974ff;
}
/* レディース用 */
.lp-summer .other-btn.women a {
  color: #f34f4f;
  border-color: #f34f4f;
}
.lp-summer .other-btn.women a ::after {
  color: #f34f4f;
}
.lp-summer .other-btn2.women a {
  color: #f34f4f;
  border-color: #f34f4f;
}
.lp-summer .other-btn2.women a ::after {
  color: #f34f4f;
}
/* 矢印共通 */
.lp-summer .other-btn a::after {
  content: '\EA03';
  font-family: iconfont, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
  vertical-align: middle;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  position: absolute;
  right: 5px;
}
/* 矢印共通 */
.lp-summer .other-btn2 a::after {
  content: '\EA03';
  font-family: iconfont, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
  vertical-align: middle;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  position: absolute;
  right: 5px;
}
.other-btn a {
  width: 100%;
  text-align: center;
}

/* メンズ用 */
.other-btn.men {
  color: #2974ff;
  border-color: #2974ff;
}
.other-btn.men::after {
  color: #2974ff;
}

/* レディース用 */
.other-btn.women {
  color: #f34f4f;
  border-color: #f34f4f;
}
.other-btn.women::after {
  color: #f34f4f;
}

.other-btn::after {
  content: '\EA03';
  font-family: iconfont, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
  vertical-align: middle;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  position: absolute;
  right: 3px;
}


/* 上部の青い帯 */
.title-ribbon {
    background: repeating-linear-gradient(45deg, #007aed, #007aed 15px, #1484ee 0, #1484ee 30px);
    border-radius: 20px 20px 0 0;
    clip-path: polygon(0 0, 300% 0, 50% 100%, 0 80%);
    color: white;
    padding: 15px 0px;
    /* padding-bottom: 22px; */
    position: relative;
    text-align: center;
    top: -50px;
    display: block;
}

/* 一つ目の項目 */
.title-ribbon1 {
    background: repeating-linear-gradient(45deg, #007aed, #007aed 15px, #1484ee 0, #1484ee 30px);
    border-radius: 20px 20px 0 0;
    clip-path: polygon(0 0, 300% 0, 50% 100%, 0 80%);
    color: white;
    padding: 2rem 0px;
    padding-bottom: 3.2rem;
    position: relative;
    text-align: center;
    top: -50px;
    display: block;
}

.title-ribbon h2 {
    font-size: 1.4rem;
    margin: 0;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.title-ribbon .yellow {
    color: #ffeb3b;
}

.title-ribbon .white {
    color: white;
    margin-left: 0.1em;
}

.title-ribbon1 .yellow {
    color: #ffeb3b;
}

.title-ribbon1 .white {
    color: white;
    margin-left: 0.1em;
}


.lp-summer .button-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.lp-summer .btn01 {
    justify-content: space-between;
    margin: 2.1429rem auto 0;
    width: 820px;
}

.lp-summer .btn01 li {
    background: #ffff24;
    border: #204df4 solid 3px;
    border-radius: 10px;
    width: calc(100% / 2 - 1.8rem);
}

.lp-summer .btn01 li::after {
    bottom: -3px;
    content: '\EA03';
    display: inline-block;
    font-family: iconfont, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    left: 0;
    line-height: 1.2;
    margin: auto;
    position: absolute;
    right: 0;
    speak: none;
    text-decoration: none;
    text-transform: none;
    top: inherit;
    transform: rotate(90deg);
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    vertical-align: middle;
}

.lp-summer .btn02 {
    justify-content: space-between;
    margin: 40px auto 50px;
    width: 1100px;
}

.lp-summer .btn02 li {
    background: #fff;
    border: #204df4 solid 3px;
    border-radius: 10px;
    height: 80px;
    line-height: 1.2;
    width: calc(100% / 4 - 1.8rem);
}

.lp-summer .btn02 li::after {
    content: '\EA03';
    display: inline-block;
    font-family: iconfont, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    position: absolute;
    right: 5px;
    speak: none;
    text-decoration: none;
    text-transform: none;
    vertical-align: middle;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.icon-wrapper {
    display: flex;
    flex-direction: column;
    width: fit-content;
    margin: -5px 0px 0px 8px;
    position: absolute;
    top: 1.3rem;
}
.icon-wrapper1 {
    display: flex;
    gap: 2px;
    flex-direction: column;
    width: fit-content;
    margin: -5px 0px 0px 8px;
    position: absolute;
    top: 1.3rem;
}

.icon {
    display: inline-block;
    padding: 2px 7px;
    border: 1px solid #333;
    border-radius: 5px;
    left: -10px;
}

.icon-wrapper1 .icon.men {
    background-color: #f2f5ff;
    border-color: #0142bc;
    color: #2974ff;
    font-size: 1.33rem;
}
.icon-wrapper .icon.men {
    background-color: #f2f5ff;
    border-color: #0142bc;
    color: #2974ff;
    font-size: 1.33rem;
    padding: 0.2rem 1.8rem;
}

.icon-wrapper1 .icon.women {
    background-color: #fffafe;
    border-color: #e11f88;
    color: #ff5cb4;
    font-size: 1.33rem;
}
.icon-wrapper .icon.women {
    background-color: #fffafe;
    border-color: #e11f88;
    color: #ff5cb4;
    font-size: 1.33rem;
}

/* -----------------------------------------------------------------------
## lp-brand
----------------------------------------------------------------------- */
.lp-brand {
    background-color: #fff6d2;
    margin: 0 auto;
    padding-bottom: 6%;
}

.lp-brand ul {
    margin-top: 1rem;
    column-gap: 1rem;
    width: 100%;
    flex-wrap: wrap;
    padding-top: 5rem;
}

.lp-brand h3 {
    margin: 15px auto 0;
    width: 95%;
}

.lp-brand ul li {
    position: relative;
    width: calc(100% / 2 - 1.4rem);
}

.lp-brand ul li .brand-series {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%;
}

.lp-brand ul li .brand-series img {
    height: auto;
    width: 100%;
}

.lp-brand .menu-area ul {
    row-gap: 1.8rem;
    width: 95%;
}

.lp-brand .menu-area ul li {
    font-size: 1.6rem;
    width: 100%;
}

.lp-brand .off-price {
    font-size: 1.15rem;
    padding: 5px 8px;
    top: -50px;
}

.lp-brand .off-price span {
    font-size: 2rem;
}

.lp-brand .cat02 {
    row-gap: 8.5rem;
    display: flex;
}
/*.lp-brand .cat02 .off-price span {
    font-size: 1.7rem;
}*/

.lp-brand .brand-menu {
    display: flex;
    gap: 0;
    margin: auto 1%;
}

.lp-brand .cat02 li {
    width: calc(100% / 1 - 1.4rem);
}

/*.lp-category .cat02 .off-price {
    position: absolute;
    background: #e60f23;
    color: #fff;
    padding: 5px 8px;
    border-radius: 8px;
    top: -20px;
    right: 3px;
    font-size: 1.4rem;
    font-weight: 700;
    z-index: 1;
    line-height: 1.1;
    filter: drop-shadow(3px 3px 5px rgba(103,103,103, 0.25));
    animation: 1.2s bound-anim ease-in infinite alternate;
}*/

	
/* -----------------------------------------------------------------------
## lp-other ##################################################
----------------------------------------------------------------------- */
.lp-other {
    padding-bottom: 5rem;
    background-color: #FFFFFF;
}

.lp-other h2 {
    margin: 0;
}

.other-contents {
    display: flex;
    justify-content: center;
    gap: 3rem;
    padding-top: 10px;
    flex-direction: column;
    margin: auto 1rem;
    list-style: none;
}

.other-contents img {
    height: auto;
    width: auto;
}

.other-contents1 ul {
    display: flex;
    flex-wrap: nowrap;
    gap: 1.5rem;
}

.other-contents2 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.other-contents2 img{
	border: 1px #888888 solid; 
}
/* -----------------------------------------------------------------------
## lp-section
----------------------------------------------------------------------- */
.summersale .lp-section {
    background-color: #f5f5f5;
    font-size: 1.1em;
    margin: 0 auto;
    padding: 50px 0;
}

.lp-section .menu-area ul {
    width: 96%;
}

.lp-section .menu-area ul li {
    font-size: inherit;
    margin: 3% 2%;
    width: 100%;
}

.lp-section .menu-area ul li a {
    display: block;
}

/* イベント */
.lp-section .attention {
    font-size: 0.9em;
    margin: 0;
    padding: 20px 4% 7%;
    width: 100%;
}

}