@charset "utf-8";

.samplebtn:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.imagefooter {
  position:absolute;
  bottom: 0;
}
.info-list {
  height: 500px;
  width: 700px;
  overflow-y: auto;
  margin-bottom: 30px;
  padding: 10px 15px;
  background: rgba(255,255,255,255.45);
  background-color: #fff9fc;
  border-radius: 6px;
  border: 10px solid #afeeee;
  color: #black;
  font-family: "Meiryo";
  font-size: 16px;
  font-weight: 600;
}
.info-list li {
  font-size: 2.8rem;
}
.artist-box {
  margin-bottom: 30px;
  overflow: hidden;
  padding: 20px 15px;
  background: #fff;
}
.artist-item {
  margin-bottom: 20px;
  overflow: hidden;
}
.artist-item:first-child {
  padding-bottom: 20px;
  border-bottom: 2px dashed #ddd;
}
.artist-item .photo {
  float: left;
  width: 100px;
  height: 100px;
  margin-right: 15px;
  background: #ccc;
}
.artist-item .detail {
  float: left;
  width: 350px;
}
.artist-item .detail-name {
  font-size: 2rem;
}
.artist-item .detail-txt {
  font-size: 1.4rem;
}
.artist-item .detail-history {
  position: relative;
  font-size: 1.4rem;
}
.artist-item .detail-history dt {
  position: absolute;
  left: 0;
  width: 80px;
}
.artist-item .detail-history dd {
  padding-left: 85px;
}
.artist-item .comment {
  float: right;
  width: 255px;
  padding: 10px 8px;
  background: #f1f1f1;
  font-size: 1.4rem;
}
.career-title {
  background: #ddd;
  padding: 10px;
  font-size: 2rem;
}
.career-list {
  margin-top: 5px;
  font-size: 1.6rem;
}
.detail-btn {
  float: right;
}
.detail-btn a {
  display: inline-block;
  margin-top: 25px;
  padding: 20px;
  color: #333;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  background: #ffa500;
}
.customer-list {
  height: 520px;
  overflow-y: auto;
  margin-bottom: 30px;
  padding: 10px 15px;
  background: rgba(255,255,255,255.45);
  border-radius: 6px;
  color: #bc0f79;
  font-size: 18px;
  font-weight: 600;
  }
.customer-list2 {
  height: 900px;
  width: 720px;
  overflow-y: auto;
  margin-bottom: 30px;
  padding: 10px 15px;
  background: rgba(255,255,255,255.45);
  border: 20px solid #6c3524;
  border-radius: 6px;
  color: #bc0f79;
  font-size: 28px;
  font-weight: 600;
}
.customer-list3 {
  height: 450px;
  width: 600px;
  overflow-y: auto;
  margin-bottom: 30px;
  padding: 10px 15px;
  background: rgba(255,255,255,255.45);
  background-color: #fff9fc;
  border: 10px solid #afeeee;
  border-radius: 6px;
  color: #bc0f79;
  font-size: 24px;
  font-weight: 600;
  }
.costomer-list li {
  font-size: 2.6rem;
}
.banner-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  padding: 0px 0px 0;
  background: #ffffff;
}
.banner-item {
  width: 720px;
  background: #FFF7D0;
  margin-bottom: 0px;
}
.banner-btn-list {
  width: 660px;
  margin: 0 auto;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.banner-btn-item {
  margin-top: 15px;
}
.banner-btn-item a:hover img {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.guide-title {
  margin-bottom: 10px;
  padding: 12px 0;
  font-size: 2rem;
  text-align: center;
  background: #ffa500;
}
.guide ol {
  padding: 15px 0;
  background: ;
}
.guide li {
  padding-left: 15px;
  font-size: 4.6rem;
  line-height: 1.8;
}
.about-artist {
  padding: 25px 15px;
  margin-top: 25px;
  background: #fff;
}
.about-box1 {
  float: left;
}
.about-box2 {
  float: right;
}
.about-box3 {
  clear: both;
}
.artist-header {
  width: 100%;
  background: #fff;
}
.artist-header-list {
  overflow: hidden;
  padding: 15px 0;
}
.artist-header-item {
  float: left;
  width: 50%;
}
.artist-header-item .artist-name {
  font-size: 1.6em;
  text-align: center;
}
.artist-header-item .artist-photo {
  width: 150px;
  height: 150px;
  margin: 15px auto 0;
  background: #c1c1c1;
}
.artist-header-item a:hover .artist-photo {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.artist-contents .title {
  margin-top: 35px;
  padding: 15px 0;
  background: #ffa500;
  font-size: 2.4rem;
  text-align: center;
}
.artist-contents-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-top: 20px;
  background: rgba(255,255,255,0);
  -webkit-align-content: space-around;
      -ms-flex-line-pack: distribute;
          align-content: space-around;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.artist-contents-list li {
  margin: 0 1px 10px;
}
.gallery-box1 {
  float: left;
}
.gallery-box2 {
  float: right;
}
.kiyaku {
  background: #fff;
}
.kiyaku td {
  padding: 10px 10px;
}
table{
  border-collapse:separate;
  border-spacing: 5px;
  width: 100%;
}

table th,table td{
  border-radius: 5px;
  text-align: center;
  padding: 15px 0;
}

table th{
  background-color: #f05db5;
  color: white;
  border:solid 1px #927141;
}

table td{
  background-color: #ffebcd;
  border:solid 1px #af9d85;
}
.apply-wrap {
  width: 100%;
  padding: 40px 30px;
  font-size: 4.0rem;
  background: #fff;
  height: 250px;
}
.apply-wrap input,
.apply-wrap button,
.apply-wrap select,
.apply-wrap textarea {
  font-size: 3.5rem;
  cursor: text;
}
.apply-wrap input[type="text"] {
  width: 100%;
  height: 90px;
}
.apply-wrap textarea {
  width: 100%;
  height: 220px;
  resize: none;
}
.apply-wrap th,
.apply-wrap td {
  vertical-align: top;
  padding: 15px;
  text-align: left;
  border-bottom: 1px dotted #ccc;
}
.apply-wrap th {
  position: relative;
  width: 100%;
  background: #4759A7;
  color: #fff;
}
.apply-wrap th span {
  display: block;
}
.apply-wrap th.must {
  padding: 15px 55px 15px 15px;
}
.apply-wrap th.must:before {
  content: '必須';
  position: relative;
  display: inline-block;
  padding: 1px 5px;
  background: #ec4a41;
  text-align: center;
  font-size: 3.2rem;
}
.input[type="checkbox"] , input[type="radio"]{
   -webkit-transform: scale(2.5);
   transform: scale(2.5);
   margin-right: 0.5em;
}   
.apply-wrap td {
  width: 100%;
}
.apply-wrap td .apply-size {
  margin-top: 20px;
}
.apply-wrap .apply-txt {
  margin-top: 10px;
  font-size: 3.2rem;
  color: #ec4a41;
}
.apply-submit button {
  display: block;
  width: 520px;
  margin: 25px auto 0;
  padding: 15px 0;
  font-size: 5.6rem;
  background: #ffa500;
  border: 0;
  border-radius: 3px;
  cursor:pointer;
}
.contactform-wrap {
  width: 100%;
  padding: 40px 30px;
  font-size: 4.0rem;
  background: #fff;
  height: 250px;
}
.contactform-wrap input,
.contactform-wrap button,
.contactform-wrap select,
.contactform-wrap textarea {
  font-size: 3.5rem;
  cursor: text;
}
.contactform-wrap input[type="text"] {
  width: 100%;
}
.contactform-wrap textarea {
  width: 100%;
  height: 180px;
  resize: none;
}
.contactform-wrap th,
.contactform-wrap td {
  vertical-align: top;
  padding: 15px;
  text-align: left;
  border-bottom: 1px dotted #ccc;
}
.contactform-wrap th {
  position: relative;
  width: 100%;
  background: #474747;
  color: #fff;
}
.contactform-wrap th span {
  display: block;
}
.contactform-wrap th.must {
  padding: 15px 55px 15px 15px;
}
.contactform-wrap th.must:before {
  content: '必須';
  position: relative;
  display: inline-block;
  padding: 1px 5px;
  background: #ec4a41;
  text-align: center;
  font-size: 3.2rem;
}
.contactform-wrap td {
  width: 100%;
}
.contactform-wrap td .contactform-size {
  margin-top: 10px;
}
.contactform-wrap .contactform-txt {
  margin-top: 10px;
  font-size: 1.4rem;
  color: #ec4a41;
}
.contactform-submit button {
  display: block;
  width: 520px;
  margin: 25px auto 0;
  padding: 15px 0;
  font-size: 5.6rem;
  background: #ffa500;
  border: 0;
  border-radius: 3px;
  cursor:pointer;
}
.guide-wrap {
  overflow: hidden;
}
.guide-block {
  margin-bottom: 25px;
}

.heading-ask {
  font-size: 2.2rem;
  padding: 5px 10px;
  border-bottom: 3px solid #e8d8cb;
  background: #4166ec;
  color: #fff;
}
.question-title,
.answer-title {
  margin-bottom: 15px;
  padding: 5px 10px;
  font-size: 2rem;
}
.question-title {
  background: #ddd;
}
.answer-title {
  position: relative;
  font-weight: bold;
  padding: 15px;
  border-radius: 8px;
  background: #fff;
}
.answer-title:after {
  content: '';
  position: absolute;
  bottom: -25px;
  right: 40px;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-top: 15px solid #fff;
}
.answer-box {
  overflow: hidden;
  margin: 25px 0 50px;
}
.answer-txt {
  float: left;
  width: 630px;
  padding: 20px;
  background: rgba(255,255,255,0.45);
}
.answer-icon {
  float: right;
}
.contact-area {
  height: 300px;
  padding: 20px 30px;
  background: #fff;
}
.contact-area > p {
  margin-top: 60px;
  text-align: center;
}
.contact-area .mail-btn {
  background: #ffa500;
}
.product-wrap {
  overflow: hidden;
}
.product-block {
  position: relative;
  display: block;
  width: 100%;
  height: 300px;
  margin-top: 25px;
  padding: 25px 20px 30px;
  background: #fff;
}
.product-block ul {
  position: absolute;
  top: 20px;
  right: 35px;
  padding: 10px;
  background: rgba(230,230,230,0.5);
  z-index: 2;
}
.product-block li {
  line-height: 2;
}
.product-block .photo-block {
  position: absolute;
  top: 20px;
  display: block;
  width: 180px;
  height: 190px;
  background: #ccc;
  z-index: 1;
}
.product-image {
  margin: 25px auto;
}
.product-about-block {
  position: relative;
  width: 720px;
}
.product-about-btn {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: block;
}
.product-about-btn:hover img {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.value-wrap {
  margin-top: 25px;
  padding: 20px;
  background: #fffff;
}
.value-wrap .title {
  font-size: 2.4rem;
}
.value-wrap .title:nth-of-type(2) {
  margin-top: 20px;
}
.value-wrap table {
  width: 100%;
  margin-top: 10px;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
}
.value-wrap table.value-table02 th {
  width: 50%;
}
.value-wrap table.value-table02 td {
  width: 50%;
}
.value-wrap table th,
.value-wrap table td {
  padding: 10px;
  text-align: left;
  border-right: 1px solid #999;
}
.value-wrap table th {
  background: #e8d8cb;
  border-bottom: 1px solid #999;
}
.value-wrap table td {
  background: #fff;
  border-bottom: 1px solid #999;
}
.artist-history {
  overflow: hidden;
  margin-bottom: 20px;
}
.artist-history dt,
.artist-history dd {
  float: left;
}
.artist-history dt {
  width: 80px;
  clear: left;
  margin-right: 10px;
}
.artist-history dd {
  width: 450px;
}
.qa-category {
  font-weight: bold;
}
.qa-fukidashi {
  font-weight: bold;
}
.photo-show { 
    height: 440px; 
    margin: 30px auto;
    max-width: 100%;
    position: relative;
    width: 720px; 
}

.photo-show img { 
    animation: show 40s infinite;
    -webkit-animation: show 40s infinite;
    border-radius: 0%;
    height: auto;
    max-width: 100%;
    opacity: 0;
    position: absolute;
}

/*アニメーション*/

@keyframes show {
    0% {opacity:0}
    5% {opacity:1}
    10% {opacity:1}
    20% {opacity:0}
 }

@-webkit-keyframes show {
    0% {opacity:0}
    5% {opacity:1}
    10% {opacity:1}
    20% {opacity:0}
}


.photo-show img:nth-of-type(1) {
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
}

.photo-show img:nth-of-type(2) {
    animation-delay: 5s;
    -webkit-animation-delay: 5s;
}

.photo-show img:nth-of-type(3) {
    animation-delay: 10s;
    -webkit-animation-delay: 10s;
}

.photo-show img:nth-of-type(4) {
    animation-delay: 15s;
    -webkit-animation-delay: 15s;
}

.photo-show img:nth-of-type(5) {
    animation-delay: 20s;
    -webkit-animation-delay: 20s
}

.photo-show img:nth-of-type(6) {
    animation-delay: 25s;
    -webkit-animation-delay: 25s;
}

.photo-show img:nth-of-type(7) {
    animation-delay: 30s;
    -webkit-animation-delay: 30s;
} 
.photo-show img:nth-of-type(8) {
    animation-delay: 35s;
    -webkit-animation-delay: 35s;
}


.photo-show img {
    transition: 0.2s;
    -webkit-transition: 0.2s;
}

.photo-show:hover img {
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
    border-radius: 0;
}
.orange{
    padding: 20px;
    margin: 40px 0;
    width: 90%;
    border: 2px dashed #FF8A65;
    background-color:;
    box-shadow: 0px 0px 0px 15px #FFF3E0;
    border-radius: 8px;
    color: #80888D;    
}
.boxmi15 {
  position: relative;
  margin: 2em 0;
  padding: 1em 2em;
  border-top: solid 2px #ee8992;
  border-bottom: solid 2px #ee8992;
  background-color: #fff;
  color: #ee8992;
  font-weight: bold;
}
.boxmi15:before, .boxmi15:after {
  position: absolute;
  top: -12px;
  width: 2px;
  height: -webkit-calc(100% + 24px);
  height: calc(100% + 24px);
  background-color: #ee8992;
  content: "";
}
.boxmi15:before {
  left: 12px;
}
.boxmi15:after {
  right: 12px;
}
.boxmi15-title {
  font-size: 1.15em;
  padding: 4px 0 10px 12px;
  color: #ee8992;
  font-weight:bold;
  text-align: center;
   margin: -14px -24px 5px -24px;
}
.boxmi15 p {
  margin: 0;
  padding: 0;
}
.sen15 {
  background-color: #fff;
  background-image:
  linear-gradient(90deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 50%, #fff 0%, #fff 100%), linear-gradient(180deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 95%, #ed7780 100%);
  background-size: 8px 100%,100% 2em;
  line-height: 2;
  padding: 4px 10px 22px 10px;
}
.ribbon4 {
  display: inline-block;
  position: relative;
  height: 60px;/*高さ*/
  line-height: 60px;/*高さ*/
  text-align: center;
  padding: 0 40px 0 18px;/*文字の左右の余白*/
  font-size: 100%;/*文字サイズ*/
  background: #ff7f00;/*背景色*/
  color: #FFF;/*文字色*/
  box-sizing: border-box;
}

.ribbon4:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon4:after {
  top: 0;
  right: 0;
  border-width: 30px 15px 30px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
/* ホワイトボード風　タイトル　4 */
.wboard-w4 {
 position: relative;
 margin: 2em auto;
 padding: 3.5em 1em 1em;
 width: 90%; /* ボックス幅 */
 background: #fff; /* ボックス背景色 */
 color: #000000; /* 文章色 */
 border: 5px solid #c6c6c6; /* 枠線 */
 border-radius: 3px; /* 角の丸み */
 box-shadow: 0 0 8px #333, 0 0 2px #555 inset;
}
.wboard-w4::before,
.wboard-w4::after {
 position: absolute;
 content: '';
 width: 25px; 
 bottom: 3px;
 border-radius: 2px;
 box-shadow: 1px 1px 3px #666;
} 
.wboard-w4::before {
 right: 55px;
 border: solid 3px #ff0000; /*飾ペン赤 */
}
.wboard-w4::after {
 right: 20px;
 border: solid 3px #333; /*飾ペン黒 */
 transform: rotate(8deg); /*飾ペン角度 */
}
.title-w4 {
 position: absolute;
 padding: .1em .5em;
 left: 1em;
 top: .5em;
 font-weight: bold;
 font-size: 1.1em; /* 文字サイズ */
 color: #ff4747; /* タイトル文字色 */
 background-color: #ffffff; /* ボックス背景色 */
 box-shadow: 1px 1px 3px #a0a0a0;
}
.balloon1-top {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #e0edff;
}

.balloon1-top:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 15%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #e0edff;
}

.balloon1-top p {
  margin: 0;
  padding: 0;
}
/* 吹き出し本体 */
.balloon2{
  position: relative;
  padding: 20px;
  background: linear-gradient(to bottom, #b3dced 0%,#29b8e5 100%);
  color: #ffffff;
}
/* グラデーションの終了の色に合わせた三角アイコン */
.balloon2::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 20px;
  bottom: -15px;
  border-top: 15px solid #29b8e5;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}  
.btn-partial-line {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.25em 0.5em;
  text-decoration: none;
  border-bottom: solid 3px #668ad8;
  border-left: solid 3px #668ad8;
  color: #668ad8;
  transition: .4s;
}

.btn-partial-line:hover {
  padding-left: 0.7em;
  padding-right: 0.3em;
}
.boxmi11 {
  position: relative;
  margin: 3em 0 1em 0;
  background: #fff6e6;
  box-shadow: 0 2px 3px rgba(0,0,0,.22);
  padding: 22px 8px 22px 8px;
  background-color: #fff6e6;
  background-image:
  linear-gradient(90deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 50%, #fff6e6 0%, #fff6e6 100%), linear-gradient(180deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 95%, #ed7780 100%);
  background-size: 8px 100%,100% 2em;
  line-height: 2;
  color: #ee8992;
  font-weight: bold;
}
.boxmi11-title {
  background: #fff6e6;
  font-size: 1.2em;
  padding: 7px 0 0 16px;
  margin: -16px -8px 16px -8px;
  color: #ee8992;
  font-weight:bold;
}
.boxmi11:after {
  position: absolute;
  content: "";
  top: 25px;
  width: 30%;
  height: 35px;
  opacity: 0.3;
  margin: -35px auto 10px 35%;
  background: #db7093;
  transform: rotate(-2deg);
  left: 10px;
  right: 10px;
}
.boxmi11 p {
  margin: 0;
  padding: 0;
}
.balloon5 {
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden;
}

.balloon5 .faceicon {
  float: left;
  margin-right: -90px;
  width: 80px;
}

.balloon5 .faceicon img{
  width: 100%;
  height: auto;
  border: solid 3px #d7ebfe;
  border-radius: 50%;
}

.balloon5 .chatting {
  width: 100%;
}

.says {
  display: inline-block;
  position: relative; 
  margin: 5px 0 0 105px;
  padding: 17px 13px;
  border-radius: 12px;
  background:#d7ebfe;
}

.says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #F5FFF8;
}

.says p {
  margin: 0;
  padding: 0;
}
.count_8{
  counter-reset: chapter;
}

.count_8 li {
  z-index: 0;
  width: 33.333%;
  float: left;
}

.count_8 li:after {
  content:counter(chapter) " 位";
  counter-increment: chapter;
  background: #30b0d8;
  color: #fff;
  text-align: center;
  width: 100%;
  display: block;
}

.count_8 li:nth-child(2n):after {
  background: #85aa5b;
}

.count_8 li:nth-child(3n):after {
  background: #c96bc4;
}
/* メモ　クリップ　Ａ */
.clip-box-a {
 position: relative;
 margin: 2em auto;
 padding: 15px 35px 15px 25px;
 width: 90%; /* ボックス幅 */
 background-color: #fff; /* ボックス背景色 */
 color: #555555; /* 文章色 */
 border: 1px solid #ccc; /* 枠線 */
 box-shadow: 1px 1px 1px #acacac; /* 影の色 */
}
.clip-box-a::before {
 position: absolute;
 content: '';
 top: -15px;
 right: 10px;
 height: 55px;
 width: 15px;
 border: 3px solid #555555; /*クリップ色 */
 background-color: none;
 border-radius: 12px;
 box-shadow: 1px 1px 2px #999;
 transform: rotate(10deg);
 z-index: 1;
}
.clip-box-a::after {
 position: absolute;
 content: '';
 top: 0px;
 width: 10px; 
 right: 20px;
 border: solid 5px #fff; /*背景色と同じ色にする*/
 z-index: 2;
}
/* シンプル 枠（影）2 */
.kakomi-box4 {
 margin: 2em auto;
 padding: 1em;
 width: 90%;
 background-color: #FFF5EE; /* 背景色 */
 box-shadow: 0 0 5px 1px #ccc; /* 影 */
}
.yajirushi {
  position: relative;
  padding-left: 25px;
}

.yajirushi:before {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 15px transparent;
  border-bottom: solid 15px rgb(119, 195, 223);
}
.yajirushi:after {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 10px;
  width: 100%;
  border-bottom: solid 3px rgb(119, 195, 223);
}
/*　テープ　枠　4 */
.kakomi-tape4 {
 position:relative;
 padding: 35px 20px 20px;
 margin: 2.5em auto;
 width: 90%;
 color: #ffffff; /* 文字色 */
 background-color: #effff7; /*BOX背景色*/ 
 box-shadow: 0 2px 5px #999;
}
.title-tape4 {
 position: absolute;
 top: -15px;
 left: 30px;
 padding: 4px 20px;
 color: #555555; /*タイトル色*/
 font-weight: bold;
 background-color: rgba(255,255,255,.1);
 border-left: 2px dotted rgba(0,0,0,.1);
 border-right: 2px dotted rgba(0,0,0,.1);
 box-shadow: 0 0 5px rgba(0,0,0,0.2); 
 transform: rotate(-3deg);
}
.original-button {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  font-size: 30px;
  border-radius: 0px;
  width: 380px;
  height: 90px;
  font-weight: bold;
  border: 2px solid #333333;
  transition: 0.3s;
  box-shadow: 5px 5px 0px 0px rgba(51, 51, 51, 1);
  background-color: #f51441;
}

.original-button:hover {
  box-shadow: 0 0 #333;
  color: #fff;
  background-color: #333;
}
