@charset "utf-8";

.samplebtn:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.imagefooter {
  position:absolute;
  bottom: 0;
}
.info-list {
  height: 350px;
  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: 1000px;
  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: #ffe9a9;
}
.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, tbody, tr, th, td {
display: block;
}
.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: 180px;
  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: #2E9AC3;
  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%;
  background: #FFFCFA;
}
.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;
}
.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;
}
/*　テープ　枠　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);
}
.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;
}
.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;
}
.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;
