.main1c ul {
  margin-bottom: 0;
}

.main1c ul li {
  margin-left: 0;
  list-style: none;
}

.main1c h2, .main1c h3, .main1c h4 {
  border: none;
  margin: 0;
  padding: 0;
}
.main1c h2:before, .main1c h2:after, .main1c h3:before, .main1c h3:after, .main1c h4:before, .main1c h4:after {
  content: none;
}

.main1c .pc {
  display: block;
}

.pc_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main1c .sp {
  display: none;
}


/* 2021.08 */

.order-arrow {
display: none;
}

.cta-text {
    background: url(/defaultShop/images/parts/cta_text_bg.png) center top no-repeat;
        background-size: auto;
    background-size: 18%;
    color: #333;
    font-family: 'NotosansJP', sans-serif;
    text-align: center;
    font-weight: bold;
    font-size: 25px !important;
    line-height: 1.5 !important;
    margin: 20px 0 5px;
    padding: 30px 0;
    text-shadow: 0 1px 0 #fff;
}

.cta-text em {
    color: #da0707;
}

.buybutton {
    font-family: YakuHanJPs, "NotosansJP", "CI", sans-serif;
    display: block;
    background: #f51d12;
    border: 4px solid #fff;
    border-radius: 300px;
    color: #fff !important;
    text-decoration: none !important;
    text-align: center;
    padding: 0;
    margin: 20px auto 50px;
    font-weight: bold;
    box-shadow: 0 1px 8px #888;
    overflow: hidden;
    width: 60%;
    height: 120px;
    font-size: 45px;
    line-height: 120px;
}

.buybutton:hover, .buybutton:active {
    background: #fff;
    color: #f51d12 !important;
    border-color: #f51d12;
    box-shadow: 0 0 2px #555;
}

.buybutton-temp a, .listbutton a {
    width: 130%;
    height: 140px;
    font-size: 48px;
    line-height: 132px;
    margin-left: -15%;
/*    background: #fa0046; */
    margin-top: 20px;
}

.detailetmpl {
    margin: 20px auto 60px !important;
}

.first-price .buybutton-temp {
    height: 180px;
}


@media screen and (max-width: 767px) {
  .main1c .pc {
    display: none;
  }

  .pc_flex {
    display: none;
  }

  .main1c .sp {
    display: block;
  }



/* 2021.08 */

/* CTA */

.cta-text {
    background: url(/defaultShop/images/parts/cta_text_bg.png) center bottom no-repeat;
    background-size: 20%;
    font-size: 4.6vw !important;
    line-height: 1.5 !important;
    margin: 20px 4vw 0;
    padding: 0 0 11vw;
}

.cta-text br {
	display: none;
}

.buybutton,
.topimage .header-buybutton {
	border: 3px solid #fff;
	box-shadow: 0 1px 6px #888;
	width: 90%;
	height: 18vw;
	font-size: 6vw !important;
	line-height: 18vw;
	margin-top: 10px;
	margin-bottom: 20px;
}

.topimage .header-buybutton {
	line-height: 18vw;
  position: absolute;
  right: 4vw;
}

.buybutton:hover,
.buybutton:active,
.topimage .header-buybutton:hover,
.topimage .header-buybutton:active {
	background: #fff;
	color: #f51d12 !important;
	border-color: #f51d12;
	border-width: 3px;
	box-shadow: 0 0 2px #555;
}

.buybutton-temp a, .listbutton a, .buybutton {
    width: 100%;
    height: 23vw;
    font-size: 5.8vw;
    line-height: 22vw;
    margin-left: 0;
    margin-top: 4vw;
}

.detailetmpl {
    margin: 0 !important;
}

.first-price .buybutton-temp {
    height: 28vw;
    margin-top: -1vw;
}


} /* @media query */

