@charset "utf-8";
/* CSS Document */
/*.common===================================================*/
#paint_2020 {
  width: 755px;
  box-sizing: border-box;
  margin: 0 auto 50px;
  /*  padding: 10px 30px 10px 10px;*/
  background: #fafafa;
  /*  font-size: 1.2em;*/
  font-size: 16px;
  color: #333;
  line-height: 1.7em;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    position: relative;
    box-shadow: 1px 1px 5px #d4d4d4c2;
}

#paint_2020 .mb_30 {
  margin-bottom: 30px;
}
#paint_2020 .mb_10 {
  margin-bottom: 10px;
}
#paint_2020 img {
  max-width: 100%;
}

.sml{
    font-size:0.8em;
}
.flx {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flx_order {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: row;
}

#paint_2020 .flx_innner {
  width: 50%;
  box-sizing: border-box;
  padding: 1%;
}

.cf:after {
  content: "";
  clear: both;
  display: block;
}

/*HeadlineDesign=================================*/
.bg_sidebar {
  display: flex;
  align-items: flex-start;
    flex-direction: column;
  position: relative;
  font-size: 1.2em;
    margin: 0 auto 20px auto;
}
.bg_sidebar span {
  background: #fafafa;
  z-index: 1;
}
.bg_sidebar:after {
  content: "";
  flex-grow: 1;
  position: absolute;
  top: 50%;
  background: #333;
  width: 95%;
  height: 1px;
  margin-left: 10px;
  padding-left: 15px;
}
.bg_ubd {
  text-align: center;
  font-weight: bold;
  font-size: 1.3em;
}
.bg_ubd:after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  border-bottom: 1px solid #333;
  margin: 0 auto 50px auto;
  padding: 25px 0 0 0;
}


/*=============================////HeadlineDesign*/
/*header_sdp=========================================*/

.header_sdp {
  position: relative;
}
.header_sdp p.logo {
  position: absolute;
  left: 4%;
  top: 0;
  width: 26%;
  padding: 2%;
  background: #fbfbfb;
  box-sizing: border-box;
}
.header_sdp p.logo:after {
  position: absolute;
  top: 0;
  right: -11px;
  content: "";
  border-top: 0px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 7px solid #7d7d7d;
  border-left: 0px solid transparent;
  transform: rotate(0deg);
}

.mv .sp_view{
    display:none;
}

.intro {
  width: 85%;
  padding: 5%;
  margin: 30px auto 100px auto;
  border: 1px solid #333;
  box-sizing: border-box;
}
.intro p {
  font-size: 0.9em;
}

/*=====================================////header_sdp*/
/*variation======================================*/
.variation, .detail_sdp, .jirei, .movie, .users_voice, .faq, .item {
  width: 95%;
  margin: 0 auto 100px auto;
}

.variation_c,
.variation_v{
    margin: 0 auto 100px auto;
}


.variation .variation_c ul.color_sample.flx li {
    width: 95px;
    padding: 0;
    box-sizing: border-box;
    font-size: 11px;
    text-align: center;
    color: #333;
    margin: 0 0 10px 0;
}


.variation .variation_c ul.color_sample.flx li span{
    font-size:10px;
}

.variation .variation_c ul.color_sample a {
    display: block;
    width: 95px;
    height: 95px;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 7px;
}
.variation .variation_c ul.color_sample a:hover {
    opacity: 0.7;
    border-radius: 50%;
    transition: 450ms;
}

.variation_v ul li {
  width: 18%;
}


.variation_v ul li a {
    display: block;
    border-radius: 50%;
    overflow: hidden;
    width: 130px;
    height: 130px;
    position: relative;
    /* box-shadow: 5px 5px 0px #333; */
    border: 1px solid #d0d0d0;
    box-sizing: border-box;
}

.variation .color_sample{
        margin: 0 0 50px 0;
}

.variation li a span {
    display: inline-block;
    background: #333;
    position: absolute;
    bottom: -2px;
    left: 0;
    color: #fff;
    padding: 4px 0px;
    width: 100%;
    text-align: center;
}
.variation_v ul li a:hover {
    border-radius: 7px;
    transition: 500ms;
}

.chupot {
    width: 90%;
    margin: 0 auto 50px auto;
    padding: 2%;
    border: 1px solid #333;
}
.chupot h5 {
  text-align: center;
  position: relative;
  margin: 0 0 20px 0;
}
.chupot h5:before, .chupot h5:after {
  content: "";
  display: block;
  width: 25%;
  height: 1px;
  background: #333;
  position: absolute;
  top: 50%;
}
.chupot h5:before {
  left: 40px;
}
.chupot h5:after {
  right: 40px;
}
.chupot .flx p:first-of-type {
  width: 20%;
}
.chupot .flx p:last-of-type {
  width: 70%;
  font-size: 0.9em;
}

.chupot a{
    display:block;
    opacity: 0.87;
}

.chupot a:hover {
    opacity: 1;
    transition: 500ms;
}
/*==================================////variation*/
/*ã‚‚ã£ã¨ãã‚ã—ãsdp==============================*/
.detail_sdp_inner {
  position: relative;
  margin: 0 0 100px 0;
}
.detail_sdp_inner h4 {
    width: 100%;
}

.detail_sdp_inner > p {
  position: absolute;
  left: 1%;
  top: 1%;
  display: inline;
}
.detail_sdp_inner > p span {
  font-size: 1.2em;
  font-weight: 900;
  color: #fff;
  background: #333;
}
.textarea {  
  width: 80%;
/*  background: rgb(255 255 255 / 0.5);*/
  background: rgba(255,255,255,0.80);
  padding: 5%;
  font-size: 0.9em;
  margin-top: -100px;
  box-shadow: 1px 1px 3px #d4d4d4;
  border-radius: 8px 8px 0 0;
    z-index: 9;
}


.textarea  p{
        text-shadow: 3px 3px 7px #ffffff;
}
.detail_sdp_inner > p {
  position: absolute;
  left: 3%;
  top: 3%;
}
.detail_sdp_inner > p span {
  font-size: 1em;
  letter-spacing: 2px;
  font-weight: 900;
  color: #fff;
  background: #333;
  display: inline-block;
  padding: 6px 11px;
  margin: 0 0 2% 0;
}
dl.more_detail {
  width: 90%;
  margin: 30px auto 50px auto;
  border-top: 1px solid #333;
  padding: 20px 0 0;
}
dl.more_detail dt {
  font-weight: bold;
  margin: 0 0 10px 0;
}

/*==========================////ã‚‚ã£ã¨ãã‚ã—ãsdp*/
/*å¡—è£…äº‹ä¾‹=======================================*/
.jirei h4 {
  display: inline-block;
  background: #333;
  color: #fff;
  font-size: 1em;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 1px;
  padding: 5px 10px;
}
.jirei_detail {
  margin: 0 auto 30px auto;
}
.jirei_detail li {
  width: 50%;
    position: relative;
}

.jirei_detail ul.flx li:nth-of-type(odd):before {
    content: "Before";
    display: block;
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px 7px #333;
    letter-spacing: 2px;
}
.jirei_detail ul.flx li:nth-of-type(even):before {
    content: "After";
    display: block;
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px 7px #333;
    letter-spacing: 2px;
}
.jirei_detail p {
  font-size: 0.9em;
  text-align: right;
}
.jirei_detail p span {
  font-weight: bold;
}
.jirei_detail p a {
  color: #333;
}




/*===================================////å¡—è£…äº‹ä¾‹*/
/*å‹•ç”»===========================================*/
.douga_wrap {
  margin: 10px auto 100px auto;
  width: 90%;
}
.douga {
  position: relative;
  padding-bottom: 56.25%; /*ã‚¢ã‚¹ãƒšã‚¯ãƒˆæ¯” 16:9ã®å ´åˆã®ç¸¦å¹…*/
  height: 0;
  overflow: hidden;
}
.douga iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
    border: 1px solid transparent;
}
/*=======================================////å‹•ç”»*/
/*ãŠå®¢æ§˜ã®å£°=====================================*/

.voice {
  box-sizing: border-box;
  width: 98%;
  border: 1px solid #333;
  padding: 3%;
  margin: 0 auto 30px auto;
  box-shadow: 5px 5px 0 #333;
  display: flex;
}

.voice p{
    width: 150px;
    height: auto;
    
}

/*.voice:before {
  content: "";
  width: 150px;
  height: 150px;
  display: block;
  background: url("../images/paint20_01.png") no-repeat;
  background-size: contain;
}

.voice:nth-last-of-type(2):before {
  content: "";
  width: 150px;
  height: 150px;
  display: block;
  background: url("../images/paint20_02.png") no-repeat;
  background-size: contain;
}*/

.voice dl {
  width: 80%;
  padding: 0px 0 0 30px;
}
.voice dt {
  font-size: 0.9em;
  font-weight: 800;
}
.voice dt span {
  font-size: 1.3em;
  font-weight: 800;
  padding: 0 0 0 5px;
}
.voice dd {
  font-size: 0.8em;
  line-height: 1.8em;
}
/*=================================////ãŠå®¢æ§˜ã®å£°*/
/*ã‚­ãƒ£ãƒ³ãƒšãƒ¼ãƒ³æƒ…å ±===============================*/

.camparea {
  box-sizing: border-box;
  width: 90%;
  margin: 0 auto 100px auto;
  padding: 2%;
  border: 1px solid #de9529;
}
.camparea h3 {
  text-align: center;
  font-size: 1.2em;
}
p.camp_btm a {
  display: block;
  width: 80%;
  padding: 2%;
  margin: 0 auto;
  box-sizing: border-box;
  text-decoration: none;
  color: #fff;
  font-weight: 800;
  text-align: center;
  background: #de9529;
}
/*===========================////ã‚­ãƒ£ãƒ³ãƒšãƒ¼ãƒ³æƒ…å ±*/
/*ã‚ˆãã‚ã‚‹è³ªå•===================================*/

.faq dl {
  border: 1px solid #333;
  background: #f1f1f1;
  padding: 2% 4%;
  margin: 0 0 5% 0;
}
.faq dt {
  font-weight: 900;
  margin-bottom: 10px;
}
.faq dd {
  font-size: 0.9em;
}

/*===============================////ã‚ˆãã‚ã‚‹è³ªå•*/
/*å•†å“æƒ…å ±=======================================*/

.item_detail.flx {
  justify-content: space-between;

}
.item_detail_inner.flx {
  flex-direction: column;
  width: 45%;
}
.item_detail > p, .item_detail > dl {
  width: 50%;
  box-sizing: border-box;
}
.item_detail > dl, .item_detail_02 > dl {
  padding: 0 0 0 60px;
}
.item_detail dt, .item_detail_02 dt {
  font-size: 1.1em;
  font-weight: 800;
  margin: 0 0 10px 0;
}
.item_detail dd li, .item_detail_02 dd li {
  width: 100%;
  font-size: 0.9em;
  line-height: 1.9em;
}
.item_detail dd li:first-of-type, .item_detail_02 dd li:first-of-type {
  text-align: right;
  font-weight: 800;
  font-size: 1.1em;
}
.item_detail dd li:first-of-type span, .item_detail_02 dd li:first-of-type span {
  font-weight: 300;
  font-size: 0.9em;
}
.item_detail p a, .item_detail_02 p a {
  display: block;
  background: #333;
  color: #fff;
  text-decoration: none;
  text-align: center;
  width: 90%;
  margin: 0 auto 30px auto;
  padding: 5%;
  font-size: 0.9em;
}
.item_detail.flx:after, .item_detail_02.flx:after {
  content: "";
  display: block;
  background: #bdbdbd;
  height: 1px;
  width: 80%;
  margin: 40px auto 80px auto;
}
.item_detail_02 {
  width: 40%;
  box-sizing: border-box;
}
.item_detail_02 .item_detail_inner.flx {
  flex-direction: column;
  width: 100%;
}
.item_detail_02 dl {
  margin: 0 auto 50px auto;
    width: 100%;
}

.item_detail:nth-child(1) p a:hover {
    transition: 350ms;
    background: #f4d976;
}

.item_detail:nth-child(2) p a:hover {
    transition: 350ms;
    background: #a57430;
}

.item_detail:nth-child(3) p a:hover {
    transition: 350ms;
    background: #d39789;
}

.item_detail:nth-child(4) p a:hover {
    transition: 350ms;
    background: #ec763b;
}

.item_detail:nth-child(5) p a:hover {
    transition: 350ms;
    background: #693c52;
}

.item_detail:nth-child(6) p a:hover {
    transition: 350ms;
    background: #d9db73;
}

.item_detail:nth-child(7) p a:hover {
    transition: 350ms;
    background: #76a998;
}

.item_detail:nth-child(8) p a:hover {
    transition: 350ms;
    background: #707b8b;
}

.item_detail:nth-child(9) p a:hover {
    transition: 350ms;
    background: #515051;
}

.item_detail_02:nth-child(1) p a:hover {
    transition: 350ms;
    background: #beb7a8;
    color: #78756D;
}

.item_detail_02:nth-child(2) p a:hover {
    transition: 350ms;
    background: #c7ab6b;
}


.item_detail_02:nth-child(3) p a:hover {
    transition: 350ms;
    background: #a8625f;
}


.item_detail_02:nth-child(4) p a:hover {
    transition: 350ms;
    background: #ccb6de;
}

/*==================================////å•†å“æƒ…å ±*/
.sdp_footer {
    position:relative;
}

.sdp_footer p {
        width: 60px;
    height: 60px;
    position: fixed;
    right: 25%;
    bottom: 10px;
    padding: 1%;
    box-sizing: border-box;
    background: rgba(136,136,136,0.70);
    border-radius:50%;

}

.sdp_footer p a {
    height: 60px;
    width: 60px;
    display: block;
    box-sizing: border-box;
    text-decoration: none;
    position: absolute;
    bottom: -2px;
    right: 0px;
    background: url(../img/pagetop_arrow.png)no-repeat;
    background-size: 80% ,cover;
    background-position: center;
    /* border-radius: 50%; */
    /* font-size: 0.3em; */
    line-height: 2.5em;
    color: #fff;
    text-indent: -9999px;
}


.sdp_footer p a:hover{
    opacity: 0.7;
    transition: 350ms;
}
 

/*#scroll_visible{
opacity:0;
transition: all 0.5s;
}
#scroll_visible.active{
opacity:1;
}

#scroll_visible p{
padding:20px;
background: #f7e0c1;
display:inline-block;
}*/


/*h1.event_name_ {
    margin: 0 0 20px 0;
    padding: 10px;
    color: #003780;
    font-size: 21px;
    font-weight: normal;
    line-height: 140%;
    border-left: 5px solid #003780;
}*/