/* カスタマイズ用CSS */
/*ボタンのデザイン*/
div .mybutton{
    text-align: center;
}
/*まずはお決まりのボックスサイズ算出をborer-boxに */
*,* :before,
* :after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;/*rem算出をしやすくするために*/
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 0.5rem;
}
a.btn-flat {
  overflow: hidden;
  padding: 1.5rem 6rem;
  color: #fff;
  border-radius: 0;
  background: #000;
}

a.btn-flat span {
  position: relative;
}

a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 30px;
  width: 140%;
  height: 500%;
  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-70%) rotate(135deg);
  transform: translateX(-98%) translateY(-70%) rotate(135deg);
  background: #23AC38;
}

a.btn-flat:hover:before {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(135deg);
  transform: translateX(-9%) translateY(-25%) rotate(135deg);
}

div .-eyecatchRole__intro,.memberRole_image{
    margin-top:50px;
}
div .plus-eyecatchRole{
    display: flex;
}

/*トップページのデザイン調整kasai*/
div .announceblock{
    width: 90%;
    margin:24px auto;
    font-size: 16px;
}
p .announce{
    text-align: left;
    font-size: 16px;
    color:#333333;
    margin: 8px 0px 0px 0px;
}

/*会員登録のcss*/
div.ec-select select, div.ec-halfInput input, div.ec-zipInput input, div.ec-birth select, div.ec-input input, div.ec-telInput input{
    font-size: 2rem;
    height:48px;
}
a.ec-blockBtn--action, a.ec-blockBtn--cancel, button.ec-blockBtn--cancel ,button.ec-blockBtn{
    font-size: 90%;
}

/*カート追加インプットのcss*/
.ec-numberInput input{
    font-size:2rem;
    padding-right:12px;
}

div.ec-eyecatchRole__intro{
    padding-left:5%;
    margin-top:5%;
}

div.ec-newsRole{
    margin-bottom:80px;
}

.ecRole_image{
width:96%;    
}

img.tokutenimg{
    width: 100%;
}
.tokutencontent{
    width:100%;
    margin-bottom:80px;
}