@media screen and (max-width:639px) {
/*スマホ用のcssを記述*/
}

@media only screen and (min-width:640px) and (max-width:1023px) {
/*tablet用のcssを記述*/
}

@media screen and (min-width:1024px) {
/*pc用のcssを記述*/
}


.cp_breadcrumb *, .cp_breadcrumb *:after, .cp_breadcrumb *:before {
 -webkit-box-sizing: border-box;
         box-sizing: border-box;
}
.cp_breadcrumb {
 overflow: hidden;
 width: 100%;
 margin: 1em auto;
 padding: 0;
 list-style: none;
}
.cp_breadcrumb li {
  font-family: Comic Sans MS;
  font-size: 0.4rem;
 display: inline-block;
 padding: 0;
 margin: 0 0 0.5em 0;
}
.cp_breadcrumb a {
 position: relative;
 display: inline-block;
 margin: 0;
 padding: 0.7em 1em 0.7em 2em;
 text-decoration: none;
 color: #ffffff;
 background-color: #e91e63;
}
.cp_breadcrumb li:first-child a {
 padding-left: 1em;
 border-radius: 5px 0 0 5px;
}
.cp_breadcrumb a::after,
.cp_breadcrumb a::before {
 position: absolute;
 top: 50%;
 right: -1.5em;
 margin-top: -1.48em;
 content: '';
 border-top: 1.48em solid transparent;
 border-bottom: 1.48em solid transparent;
 border-left: 1.5em solid;
 }
.cp_breadcrumb a::after {
 z-index: 2;
 border-left-color: #e91e63;
}
.cp_breadcrumb a::before {
 z-index: 1;
 right: -1.8em;
 border-left-color: #ffffff;
}
.cp_breadcrumb li:nth-child(2) a       { background:        #EC407A; }
.cp_breadcrumb li:nth-child(2) a:after { border-left-color: #EC407A; }
.cp_breadcrumb li:nth-child(3) a       { background:        #F06292; }
.cp_breadcrumb li:nth-child(3) a:after { border-left-color: #F06292; }
.cp_breadcrumb li:nth-child(4) a       { background:        #F48FB1; }
.cp_breadcrumb li:nth-child(4) a:after { border-left-color: #F48FB1; }
.cp_breadcrumb li:nth-child(5) a       { background:        #F8BBD0; }
.cp_breadcrumb li:nth-child(5) a:after { border-left-color: #F8BBD0; }

.cp_breadcrumb li:last-child a {
 cursor: default;
 pointer-events: none;
 color: black;
 background:        #f7d7e2;
 border-radius: 0 5px 5px 0;
}
.cp_breadcrumb li:last-child a:hover {
 background: none;
}
.cp_breadcrumb li:last-child a::before,
.cp_breadcrumb li:last-child a::after {
 content: normal;
}


.btn-border {
  display: inline-block;
  max-width: 230px;
  text-align: left;
  border: 2px solid #edacdf;
  font-size: 16px;
  color: #3b232d;
  text-decoration: none;
  font-weight: bold;
  padding: 8px 16px;
  border-radius: 4px;
  transition: .4s;
}

.btn-border:hover {
  background-color: #d575c0;
  border-color:  #edacdf;
  color: #FFF;
}
