.artist {
  width: 73.14%;
  margin: 60px auto 0;
}

#pre_author_info .artist {
  width: 97%;
  margin: 60px auto 0;
}

@media (max-width: 1024px) {
  .artist {
    width: auto;
    padding: 0 30px;
  }
}

@media (max-width: 599px) {
  .artist {
    padding: 0 10px;
  }
}

.artist .namewapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.artist .namewapper .artistname h1 {
  font-size: 3.6rem;
  font-weight: 600;
}

.artist .keyword h2 {
  font-size: 3.0rem;
  font-weight: 600;
}

@media (max-width: 599px) {
  .artist .namewapper .artistname h1 {
    font-size: 2.4rem;
  }

  .artist .keyword h2 {
    font-size: 2.4rem;
  }

}

.artist .namewapper .artistname p {
  font-size: 1.2rem;
  font-family: futura, 'Century Gothic', 'Hind', sans-serif;
  color: #4A4A4A;
  letter-spacing: 0.1em;
  margin-top: 4px;
  margin-bottom: 6px;
}

.artist .keyword p {
  font-size: 1.2rem;
  font-family: futura, 'Century Gothic', 'Hind', sans-serif;
  color: #4A4A4A;
  letter-spacing: 0.1em;
  margin-bottom: 6px;
}

.artist .keyword .result{
  margin: 20px 0 0 0;
}

.artist .keyword .result p {
  font-size: 1.45rem !important;
  font-family: futura, 'Century Gothic', 'Hind', sans-serif;
  color: #4A4A4A;
  letter-spacing: 0.1em;
  margin-bottom: 6px;
}

.artist .keyword .result p span {
  font-size: 1.45rem;
}

.artist .keyword .result p span.num {
  font-size: 1.5rem;
  font-weight: 600;
}

@media (max-width: 599px) {
  .artist .keyword .result{
    margin: 10px 0 0 0;
  }

  .artist .keyword .result p span {
    display: block;
  }

  .artist .keyword .result p span.num {
    display: inline !important;
  }

}

.artist .namewapper .artistimg {
  width: 120px;
  margin-left: 100px;
}

.artist .namewapper .artistimg img {
  width:120px;
  height:120px;
  object-fit:cover;
  border-radius:50%;
}

@media (max-width: 599px) {
  .artist .namewapper .artistimg {
    width: 80px;
    margin-left: 20px;
  }

  .artist .namewapper .artistimg img{
    width: 80px;
    height: 80px;
  }
}

.artist .introduction {
  margin-top: 40px;
  font-size: 1.4rem;
}

@media (max-width: 599px) {
  .artist .introduction {
    font-size: 1.3rem;
  }
}

.artist .iconwapper {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.artist .iconwapper a {
  display: block;
  width: 28px;
  margin-right: 16px;
}

@media (max-width: 1024px) {
  .artist .iconwapper a {
    margin-right: 24px;
  }
}

.artist .iconwapper a:last-of-type {
  margin-right: 0;
}

.artist .iconwapper a img {
  width: 100%;
}

.artist .hplink {
  margin-top: 8px;
}

.artist .hplink a {
  font-size: 1.1rem;
  color: #696969;
}

.artist .articlelist {
  margin-top: 30px;
}

.artist .articlelist.youtube {
  margin-top: 0px;
}

.artist .articlelist h3 {
  font-family: futura, 'Century Gothic', 'Hind', sans-serif;
  font-size: 1.4rem;
}

.artist .articlelist li {
  margin-top: 6px;
}

@media (max-width: 1024px) {
  .artist .articlelist li {
    margin-top: 12px;
  }
}

.artist .articlelist li a {
  font-size: 1.2rem;
  color: #696969;
  border-bottom: 1px solid #696969;
  padding-bottom: 2px;
  line-height: 1.5em;
}

.artist .articlelist li a span{
  font-size: 1.2rem;
  color: #696969;
  line-height: 1.5em;
}

.artist .artist_bookmark {
  position:absolute;
  right:0;
  bottom:0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: none;
  background-color: #fff;
  cursor: pointer;
}

.artist .artist_bookmark span.tooltip {
  position: relative;
  display: block;
}

.artist .artist_bookmark span.tooltip img {
  width: 75%;
  padding: 12.5%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid #7f7f7f;
  border-radius: 50%;
}

.artist .artist_bookmark span.tooltip .balloon {
  width: 150px;
  position: absolute;
  left: 50%;
  bottom: 90%;
  transform: translateX(-50%);
  margin-bottom: 20px;
  padding: 2px;
  background-color: #111;
  font-size: 0.5em;
  color: #fff;
  text-align: center;
  visibility: hidden; 
  opacity: 0; 
  z-index: 1;
  transition: 0.5s all;
}

.artist .artist_bookmark span.tooltip .balloon::before {
  content: "";
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 12px solid #111;
  position: absolute;
  top: 99%;
  left: 50%;
  transform: translateX(-50%);
}

.artist .artist_bookmark span.tooltip:hover .balloon { 
  bottom: 100%; 
  visibility: visible; 
  opacity: 1;
}

@media (max-width: 599px) {
  .artist .artist_bookmark span.tooltip .balloon {
    display: none;
  }
  
  .artist .artist_bookmark span.tooltip .balloon::before {
    content: none;
  }
}


.artistcontents {
  width: 85.71%;
  margin: 80px auto 0;
}

@media (max-width: 1024px) {
  .artistcontents {
    width: auto;
    padding: 0 30px;
  }
}

@media (max-width: 599px) {
  .artistcontents {
    padding: 0 10px;
  }
}

.artistcontents .contnet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.artistcontents .contnet li {
  width: 31%;
  padding: 1.0%;
  margin-bottom: 60px;
}

.artistcontents .contnet li#selectd_prodict {
  border: 4px solid #ccc;
}

.artistcontents .artistlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 60px;
}

.artistcontents .artistlist li {
  width: 6%;
  margin: 1px;
  text-align: center;
}

.artistcontents .artistlist li a{
  display: block;
  padding: 30px 0;
  font-size: 1.35rem;
  background: #f1f1f1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.artistcontents .artistlist li a:hover{
  display: block;
  padding: 30px 0;
  font-size: 1.35rem;
  background: #000;
  color: #fff;
}

.artistcontents .artistlist.eng {
  font-family: futura, 'Century Gothic', 'Hind', sans-serif;
  font-weight: 800;
}


@media (max-width: 1024px) {
  .artistcontents .contnet li {
    width: 48%;
  }
  .artistcontents .artistlist li {
    width: calc(10% - 2px);
    margin: 1px;
    text-align: center;
  }
}

@media (max-width: 599px) {
  .artist {
    padding: 0 10px;
  }

  .artistcontents .artistlist {
    margin-bottom: 30px;
  }

  .artistcontents .artistlist li {
    width: calc(20% - 2px);
    margin: 1px;
    text-align: center;
  }
  
  .artistcontents .artistlist li a{
    padding: 20px 0;
  }
  
  .artistcontents .artistlist li a:hover{
    padding: 20px 0;
  }
}

.artistcontents .contnet li a img {
  width: 100%;
  height: 240px;
  -o-object-fit: contain;
  object-fit: contain;
  background-color: #f3f3f3;
}

.artistcontents .contnet li a .workinfo h2 {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.4rem;
  margin-top: 10px;
  line-height: 1.3em;
}

.artistcontents .contnet li a .workinfo .name_jp {
  font-size: 1.2rem;
  color: #696969;
  margin-top: 14px;
}

.artistcontents .contnet li a .workinfo .name_en {
  font-size: 1.2rem;
  color: #696969;
}

.artistcontents .contnet li a .workinfo .size {
  font-size: 1.2rem;
  border-bottom: 1px solid #bdbdbd;
  padding-bottom: 4px;
}

.artistcontents .contnet li a .workinfo .price_yen {
  display: block;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.4rem;
  margin-top: 4px;
  text-align: right;
}

.artistcontents .contnet li a .workinfo .ask ,
.artistcontents .contnet li a .workinfo .soldout {
  display: block;
  font-family: futura, 'Century Gothic', 'Hind', sans-serif;
  font-size: 1.4rem;
  color: #F71818;
  margin-top: 4px;
  text-align: right;
}

.artistlist_introduction {
  margin-bottom: 40px;
}

.artistlist_introduction p,
.artistlist_introduction p a,
.artistlist_introduction p span{
  font-size: 1.4rem;
}

.artistlist_introduction p.heading{
  margin-bottom: 10px;
}

@media (max-width: 599px) {
  .artistlist_introduction p,
  .artistlist_introduction p a,
  .artistlist_introduction p span{
    font-size: 1.3rem;
  }
}

.t_artist,
.tagboat_artist{
  font-family: futura, 'Century Gothic', 'Hind', sans-serif;
  padding: 2px 16px;
  background: #000;
  color: #fff;
  margin-left: 4px;
  line-height: 1.0em;
}

.t_artist{
  margin: 0 4px 0 0;
}

.artistcontents h3.title {
  line-height: 40px;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.4rem;
  background-color: #4E4D4D;
  padding-left: 20px;
}

.artistcontents h3.title.eng {
  font-family: futura, 'Century Gothic', 'Hind', sans-serif;
}

.artistcontents .list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.artistcontents .list li {
  width: 20%;
  border:1px solid #fff;
  background:#f1f1f1;
}

.artistcontents .list li a{
  display: block;
  padding: 30px 10px;
  font-size: 1.35rem;
  line-height: 1.65em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.artistcontents .list li a:hover{
  display: block;
  padding: 30px 10px;
  font-size: 1.35rem;
  background: #000;
  color: #fff;
}

@media (max-width: 1024px) {
  .artistcontents .list {
    margin-bottom: 30px;
  }

  .artistcontents .list li {
    width: 25%;
  }
}

@media (max-width: 599px) {
  .artistcontents .list {
    margin-bottom: 30px;
  }

  .artistcontents .list li {
    width: 50%;
  }

  .artistcontents .list li a{
    display: block;
    padding: 20px 10px;
    font-size: 1.35rem;
    background: #f1f1f1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  
  .artistcontents .list li a:hover{
    display: block;
    padding: 20px 10px;
    font-size: 1.35rem;
    background: #000;
    color: #fff;
  }

}

.artistcontents .pagenation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.artistcontents .pagenation ul li {
  margin-right: 4px;
}

.artistcontents .pagenation ul li:last-child {
  margin-right: 0;
}

.artistcontents .pagenation ul .links a {
  padding: 14px 15px;
  color: #ffffff;
  font-size: 1.2rem;
  display: block;
  background-color: #4E4D4D;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.artistcontents .pagenation ul .links a:hover {
  background-color: #888888;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.artistcontents .pagenation ul .active {
  background-color: #E5E5E5;
  font-size: 1.2rem;
  padding: 14px 15px ;
}

.artistcontents .pagenation ul .continue {
  border: 1px solid #707070;
  padding: 14px 15px;
}

@media (max-width: 599px) {
  .artistcontents .pagenation ul .links a {
    padding: 10px 11px;
  }
  
  .artistcontents .pagenation ul .active {
    padding: 10px 11px;
  }
  
  .artistcontents .pagenation ul .continue {
    padding: 10px 11px;
  }

}

/* nft */
.artist.nft .titlewapper {
  margin: 60px auto ;
}

.new_contens.nft .titlewapper {
  width: 85.71%;
  margin: 80px auto 0;
}

.artist.nft .titlewapper h2 ,
.new_contens.nft .titlewapper h2{
  font-family: futura, 'Century Gothic', 'Hind', sans-serif;
  font-size: 50px;
  letter-spacing: 0.1em;
}

.artist.nft .copy {
  font-size: 2.0em;
}
.artist.nft ul li {
  margin: 12px 0;
  font-size: 2.0em;
  font-weight: normal;
  line-height: 1.4;
}
.artist.nft ul li img{
  display: inline;
  width: 30px;
  margin-right: 5px;
  vertical-align: middle;
}
.artist.nft h3{
  margin-top: 40px;
  font-size: 2.4em;
  font-weight: 600;
  line-height: 2.0em;
  text-decoration: underline;
}

@media (max-width: 599px) {
  .artist.nft .titlewapper {
    margin: 40px auto 20px;
    width: auto;
    padding: 0 10px;
  }
  .new_contens.nft .titlewapper {
    margin: 40px auto 0;
    width: auto;
    padding: 0 10px;
  }
  .artist.nft .titlewapper h2 ,
  .new_contens.nft .titlewapper h2 {
    font-size: 30px;
  }

  .artist.nft .copy {
    font-size: 1.6em;
  }
  .artist.nft ul li {
    margin: 12px 0;
    font-size: 1.6em;
    font-weight: normal;
    line-height: 1.4;
  }
  .artist.nft ul li img{
    display: inline;
    width: 30px;
    margin-right: 5px;
    vertical-align: middle;
  }
  .artist.nft h3{
    margin-top: 20px;
    font-size: 2.0em;
    font-weight: 600;
    line-height: 2.0em;
    text-decoration: underline;
  }

}

.artist.nft .artistwapper {
  float: left;
  clear: both;
  width: 100%;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.artist.nft .artistwapper .wapper_left {
  float: left;
  width: 200px;
}

.artist.nft .artistwapper .artistname {
  float: right;
  width: calc(100% - 200px);
}

.new_contens.nft .artistname {
  margin-bottom: 40px;
}

.artist.nft .artistwapper .artistname h1 ,
.new_contens.nft .artistname h1 {
  font-size: 3.0rem;
  font-weight: 600;
}

.artist.nft .artistwapper .artistname span ,
.new_contens.nft .artistname span {
  font-size: 1.8rem;
  font-family: futura, 'Century Gothic', 'Hind', sans-serif;
  color: #4A4A4A;
  letter-spacing: 0.1em;
  margin-left: 10px;
}

.artist.nft .artistwapper .artistname .introduction {
  margin-top: 14px;
  font-size: 1.4rem;
}

@media (max-width: 599px) {
  .artist.nft .artistwapper {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .artist.nft .artistwapper .wapper_left {
    float: left;
    width: 100px;
  }
  
  .artist.nft .artistwapper .artistname {
    float: right;
    width: calc(100% - 100px);
  }
  
  .new_contens.nft .artistname {
    margin-top: 0;
    margin-bottom: 40px;
  }
  
  .artist.nft .artistwapper .artistname h1 ,
  .new_contens.nft .artistname h1 {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.4;
  }

  .artist.nft .artistwapper .artistname h1 span {
    display: block;
  }
  
  .artist.nft .artistwapper .artistname .introduction {
    margin-top: 14px;
    font-size: 1.3rem;
  }

}

.artist.nft .artistimg {
  width: 120px;
  margin-left: 0px;
  margin-right: 80px;
}

.artist.nft .artistimg img {
  width:120px;
  height:120px;
  object-fit:cover;
  border-radius:50%;
}

@media (max-width: 599px) {
  .artist.nft .artistimg {
    width: 80px;
    margin-left: 0px;
    margin-right: 20px;
  }

  .artist.nft .artistimg img{
    width: 80px;
    height: 80px;
  }
}

/* nft faq */
.artist.nft.faq dt{
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
}

.artist.nft.faq dd {
  font-weight: normal;
  margin-bottom: 4.0em;
}

.artist.nft.faq dd ul li{
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 1.0em;
}

.artist.nft.faq dd ul .attention{
  margin-bottom: 1.0em;
  color: #ff0000;
  font-weight: 600;
}

@media (max-width: 599px) {
  .artist.nft.faq dt{
    font-size: 1.5rem;
  }
  
  .artist.nft.faq dd ul li{
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 1.0em;
  }
  
}

.artist.nft.faq .flow{
  float: left;
  clear: both;
  width: 100%;
  margin: 0 0 20px 0;
}

.artist.nft.faq .flow .left{
  float: left;
  width: 50%;
  margin-right: 2%;
}

.artist.nft.faq .flow .right{
  float: right;
  width: 48%;
}

.artist.nft .flow h3{
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 2.4em;
  font-weight: normal;
  line-height: 2.0em;
  text-decoration: none;
}

.artist.nft .flow p{
  margin-bottom: 20px;
  font-size: 1.45em;
  line-height: 1.8em;
}

.artist.nft .flow ul li{
  margin-bottom: 20px;
  font-size: 1.45em;
  line-height: 1.8em;
}

.artist.nft .flow a{
  font-size: 1.0em !important;
  text-decoration: underline;
}

@media (max-width: 599px) {
  .artist.nft.faq .flow{
    float: none;
    clear: both;
    width: 100%;
    margin: 0 0 20px 0;
  }
  
  .artist.nft.faq .flow .left{
    float: none;
    width: 100%;
    margin-right: 0%;
    margin: 0 auto;
  }
  
  .artist.nft.faq .flow .right{
    float: none;
    width: 100%;
    margin-right: 0%;
    margin: 0 auto;
  }

  .artist.nft .flow h3{
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 2.0em;
    font-weight: normal;
    line-height: 2.0em;
    text-decoration: none;
  }

  .artist.nft .flow p{
    margin-bottom: 10px;
    font-size: 1.35em;
    line-height: 1.5em;
  }

  .artist.nft .flow ul li{
    margin-bottom: 10px;
    font-size: 1.35em;
    line-height: 1.5em;
  }

}

/* ArtWorks ���� */

.search.block_outer {
  position: relative;
}
.search.block_outer #search_area {
  margin-top: 40px;
  padding: 0 100px;
}

@media (max-width: 1024px) {
  .search.block_outer #search_area {
    padding: 0 20px;
    margin-top: 20px;
  }
}

@media (max-width: 599px) {
  .search.block_outer #search_area {
    padding: 0 10px;
  }
}

.search.block_outer .change{
  position: absolute;
  top: 0px;
  left: 272px;
}

@media (max-width: 1024px) {
  .search.block_outer .change{
    top: 0px;
    left: 192px;
  }
}

@media (max-width: 599px) {
  .search.block_outer .change{
    top: 0px;
    left: 176px;
  }
}

.search.block_outer .change .selectbox-rank {
    display: inline-flex;
    align-items: center;
    position: relative;
}
.search.block_outer .change .selectbox-rank::after {
    position: absolute;
    right: 15px;
    width: 10px;
    height: 7px;
    background-color: #323232;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}
.search.block_outer .change .selectbox-rank select {
    appearance: none;
    min-width: 160px;
    height: 2.4em;
    padding: .2em calc(.8em + 30px) .2em 1.0em;
    border: none;
    border-bottom: 1px solid #121212;
    background-color: #fff;
    color: #121212;
    font-family: futura, 'Century Gothic', 'Hind', sans-serif;
    font-size: 1.4em;
    cursor: pointer;
}
.search.block_outer .change .selectbox-rank select:focus {
    outline: none;
}


.search.block_outer .change li{
  font-family: futura, 'Century Gothic', 'Hind', sans-serif;
  display: inline-block;
  width: 150px;
  margin: 0 5px;
  border-radius: 0;
  background:url(../../img/icon/icon_down-c0.png) right 12px center no-repeat;
  background-size:7px;
  color: #bebebe;
  font-size: 1.4rem;
  font-family: inherit;
  text-align: center;
}

.search.block_outer .change li a{
  font-family: futura, 'Century Gothic', 'Hind', sans-serif;
  display: block;
  padding: 10px 10px;
  background:url(../../img/icon/icon_down-c0.png) right 12px center no-repeat;
  background-size:7px;
  color: #bebebe;
  border-bottom: 1px solid #aaa;
  font-size: 1.4rem;
  font-family: inherit;
}

.search.block_outer .change li a:hover{
  font-family: futura, 'Century Gothic', 'Hind', sans-serif;
  display: block;
  background:url(../../img/icon/icon_down-12.png) right 12px center no-repeat;
  background-size:7px;
  color: #121212;
  border-bottom: 1px solid #121212;
  font-size: 1.4rem;
  font-family: inherit;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.search.block_outer .change li.selected{
  font-family: futura, 'Century Gothic', 'Hind', sans-serif;
  display: inline-block;
  width: 150px;
  margin: 0 ;
  padding: 10px 10px;
  border-radius: 0;
  background:url(../../img/icon/icon_down-12.png) right 12px center no-repeat;
  background-size:7px;
  color: #121212;
  border-bottom: 1px solid #121212;
  font-size: 1.4rem;
  font-family: inherit;
  text-align: center;
}

@media (max-width: 1024px) {
  .search.block_outer .change li,
  .search.block_outer .change li.selected{
    width: 46.5%;
    max-width: 150px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  }
}

@media (max-width: 767px) {
  .search.block_outer .change li,
  .search.block_outer .change li.selected{
    width: 45.0%;
    max-width: 130px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  }
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

#modal__btn{
  font-family: futura, 'Century Gothic', 'Hind', sans-serif;
  display: inline-block;
  width: 160px;
  margin: 0 ;
  padding: 10px 10px;
  border-radius: 0;
  background:url(../../img/icon/icon_search-ff.png) #121212 right 12px center no-repeat;
  color: #fff;
  font-size: 1.4rem;
  font-family: inherit;
  text-align: center;
}

#modal__btn:hover{
  opacity: 0.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

#modal{
  background: #fff;
  display: none;
  padding: 40px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  width: 650px;
  z-index: 3;
}

#modal .modal__inner {

}

@media (max-width: 767px) {
  #modal{
  	width:95%;
  	padding:2.5%;
  }
}

#close__btn{
	position: absolute;
	top:-50px;
	right:0px;
	z-index: 2;
	cursor: pointer;
    width: 60px;
    height:60px;
}

#close__btn span{
    display: inline-block;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
	background-color: #fff;
}

#close__btn span:nth-of-type(1) {
    top: 21px;
    left: 16px;
    transform: translateY(6px) rotate(-135deg);
    width: 50%;
}

#close__btn span:nth-of-type(2){
    top: 32px;
    left: 16px;
    transform: translateY(-6px) rotate(135deg);
    width: 50%;
}

#modal .search-area .formlist{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1px;
}

@media (max-width: 767px) {
  #modal .search-area .formlist {
    display: block;
  }
}

#modal .search-area .formlist .label {
  width: 32.5%;
  background-color: #D1D1D1;
  padding: 22px 20px 0;
  position: relative;
  font-size: 1.25rem;
}

@media (max-width: 767px) {
  #modal .search-area .formlist .label {
    width: 100%;
    padding: 10px 20px;
  }
}

#modal .search-area .formlist .input {
  width: 67.5%;
  background-color: #F5F5F5;
  padding: 12px 20px;
  margin-left: 1px;
}

@media (max-width: 767px) {
  #modal .search-area .formlist .input {
    width: 100%;
  }
}

#modal .search-area .formlist .input input {
  border: 1px solid #CECECE;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 28px;
  text-indent: 0.5em;
  outline: 0;
}

#modal .search-area .formlist .input .wapper input {
  display: inline;
  border: 1px solid #CECECE;
  width: 47%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 28px;
  text-indent: 0.5em;
  outline: 0;
}

@media (max-width: 767px) {
  #modal .search-area .formlist .input input ,
  #modal .search-area .formlist .input .wapper input {
    line-height: 40px;
  }
}

.search.block_outer #modal .search-area .formlist .wapper span {
  font-size: 1.2rem;
}

.search.block_outer .input input::-webkit-input-placeholder {
  color: #D0D0D0;
}

.search.block_outer .input input:-ms-input-placeholder {
  color: #D0D0D0;
}

.search.block_outer .input input::-ms-input-placeholder {
  color: #D0D0D0;
}

.search.block_outer .input input::placeholder {
  color: #D0D0D0;
}

.search.block_outer #modal .search-area .btn .submit_button {
  margin: 20px auto 0;
  display: block;
  text-align: center;
  background-color: #000;
  color: #ffffff;
  font-size: 1.4rem;
  padding: 8px 50px;
  font-weight: 600;
  border: none;
  cursor: pointer;
}

#overlay {
  background: rgba(51,51,51,.9);
  display: none;
  cursor: pointer;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.botan a{
  display:block;
  margin:20px auto;
  padding:20px 0;
  border:2px solid #000;
  border-radius:10px;
  background:#fff;
  color:#000;
  text-align:center;
  font-size: 2.0rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.botan a:hover{
  margin:20px auto;
  border:2px solid #000;
  border-radius:10px;
  background:#000;
  color:#fff;
  text-align:center;
  font-size: 2.0rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}


/* ���݃y�[�W */
.shoping_com.special img{
  max-width: 100%;
  margin: 0 auto;
}
#about_this{
  width: 73.14%;
  max-width: 1000px;
  margin: 40px auto 0;
}
#about_this h3{
	font-weight: 600;
	font-size: 17px;
	line-height: 1.8;
	margin: 12px 0 0 ;
	padding: 0 ;
	letter-spacing: 0.02em ;
}
#about_this dl dt ,
#about_this dl dd ,
#about_this span ,
#about_this p{
	font-size: 16px;
	line-height: 1.6;
	margin: 0 ;
	padding: 0 ;
	letter-spacing: 0.02em ;
}
#about_this dl {
	margin-bottom: 12px;
}
#about_this dl dt {
	font-weight: bold;
	margin: 12px 0 0 ;
}
#about_this .attention{
  color: #ff0000;
}
#about_this .st{
  font-weight: 600;
}
#about_this ul{
	margin: 30px 0 0 0 ;
}
#about_this li{
	font-size: 16px;
	line-height: 1.6;
	margin: 0 0 0.5em;
	padding: 0 ;
	letter-spacing: 0.02em ;
	font-weight: bold;
}
#about_this li .pdgl{
	font-weight: bold;
	padding-left: 49px !important ;
}
@media (max-width: 1024px) {
  .shoping_com.special img{
    margin: -30px auto 0;
  }
  #about_this {
    width: auto;
    padding: 0 30px;
  }
}

@media (max-width: 599px) {
  #about_this {
    margin: 20px auto 0;
    padding: 0 10px;
  }
}


/*# sourceMappingURL=style_archive.css.map */