@charset "utf-8";


#header{
    background-color: transparent;
}

#hd_nav nav ul{
  background: none;
}

/* #hd_language ul li > ul{
  background-color: transparent;
} */

#content{
  position: relative;
  top: 0;
  left: 0;
}

#main_outer,#main_outer_sp{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;

}



#main{
  width: 100%;
  padding: 100px 0 60px;
  box-sizing: border-box;
  position: relative;
}

#color_menu{
      z-index: 1;
      position: relative;
      top: 0;
      left: 0;
      width: 96%;
      margin: 0 auto;
}

#color_menu > li{
  border: solid 2px rgba(255,255,255,1);
  display: block;
  margin-top: -2px;
}
#color_menu:hover > li{
    opacity: .4;
}
#color_menu > li:hover,#color_menu:hover > li img{
    opacity: 1;
}

#color_menu > li a{
  display: flex;
  flex-direction: row;
  align-items: center;
}

.size_icon {
  width: 38%;
  min-width: 100px;
}

.size_icon ul{
  display: flex;
  align-items: center;
  justify-content: center;
}


.size_icon ul li{
  margin-right: 4%;
}

.size_icon ul li:last-of-type{
  margin-right: 0;
}

.size_icon ul li img{
  height: 30px;
}

.color-selected{
  width: 15px;
  max-height: 54px;
  height: 100vh;
  border-right: solid 2px #fff;
}

.color_txt{
  width: 70%;
  border-right: solid 2px rgba(255,255,255,1);
  /*padding: 10px 0;*/
  overflow: hidden;
}

.color_txt img{
  width: auto;
  height: 100%;
}


.color_txt ul {
  display: flex;
  width: 100%;
  height: 34px;
  overflow: hidden;
  padding: 10px 0;
}

.color_txt li {
  width: auto;
  height: 34px;
  height: 100%;
  display: inline-block;
}


.color_txt {
  overflow: hidden;
  vertical-align: middle;
}



.color-selected_list{
  transition: 0.3s;
}

.color-selected_list.active{
  transition: 0.3s;
}

#color-selected_white.active{
  background-color: rgba(230,235,241,0.9);
}

#color-selected_white.active .color-selected{
  background-color: #fff;
}

#color-selected_gray.active{
  background-color: rgba(89,87,87,0.7);
}

#color-selected_gray.active .color-selected{
  background-color: #595757;
}

#color-selected_navy.active{
  background-color: rgba(66,100,124,0.6);
}

#color-selected_navy.active .color-selected{
  background-color: #42647C;
}

#color-selected_khaki.active{
  background-color: rgba(118,113,80,0.6);
}

#color-selected_khaki.active .color-selected{
  background-color: #767150;
}

#color-selected_light-gray.active{
  background-color: rgba(189,195,196,0.5);
}

#color-selected_light-gray.active .color-selected{
  background-color: #BDC3C4;
}

#color-selected_salmon-pink.active{
  background-color: rgba(242,156,151,0.8);
}

#color-selected_salmon-pink.active .color-selected{
  background-color: #F29C97;
}

#color-selected_lavender.active{
  background-color: rgba(216,198,224,0.8);
}

#color-selected_lavender.active .color-selected{
  background-color: #D8C6E0;
}

#color-selected_baby-pink.active{
  background-color: rgba(248,204,217,0.5);
}

#color-selected_baby-pink.active .color-selected{
  background-color: #F8CCD9;
}

#color-selected_soft-beige.active{
  background-color: rgba(228,198,166,0.5);
}

#color-selected_soft-beige.active .color-selected{
  background-color: #E4C6A6;
}

#color-selected_pink.active{
  background-color: rgba(241,158,194,0.8);
}

#color-selected_pink.active .color-selected{
  background-color: #F19EC2;
}

#color-selected_yellow.active{
  background-color: rgba(255,218,1,0.5);
}

#color-selected_yellow.active .color-selected{
  background-color: #FFDA01;
}

#color-selected_saxe-blue.active{
  background-color: rgba(126,206,244,0.8);
}

#color-selected_saxe-blue.active .color-selected{
  background-color: #7ECEF4;
}

#color-selected_blue.active{
  background-color: rgba(76,172,226,0.8);
}

#color-selected_blue.active .color-selected{
  background-color: #4CACE2;
}

#color-selected_yellow-green.active{
  background-color: rgba(182,213,106,0.8);
}

#color-selected_yellow-green.active .color-selected{
  background-color: #B6D56A;
}


#top_news{
  width: 100%;
  padding: 104px 65px 80px;
  box-sizing: border-box;
  background-color: rgba(255,255,255,0.8);
  text-align: left;
  position: relative;
  z-index: 3;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: auto !important;
}


#top_news h2.topics_ttl img{
  width: 190px;
  height: auto;
}

#top_news h2.topics_ttl{
  margin-top: 60px;

}

#top_news h2.series_ttl_01 img{
  width: 508px;
  height: auto;
}


#top_news .series_site{
  display: flex;
  max-width: 1100px;
  margin: 30px auto 70px;
  justify-content: space-between;
}

#top_news.top_news_block .list__item{
  display: none;
}

#top_news.top_news_block .list__item.tag_all{
  display: flex;
}

#campaign{
  width: 100%;
  padding: 104px 65px 80px;
  box-sizing: border-box;
  background-color: #c9d8e3;
  position: relative;
  z-index: 3;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: auto !important;
}




/*cm*/


#top_cm{
  position: relative;
      z-index: 9;
}

#top_cm a{
  display: block;
}

#cm_inner{
  background: url(../images/top/PC_cm_bg.jpg) no-repeat top center/cover;
  width: 100%;
  height: 100vh;
  position: relative;
  min-height: 600px;
}

#cm_txt{
  position: absolute;
  top: 37%;
  right: 8%;
  width: 50%;
  max-width: 790px;
}

.cm_tt{
  margin-bottom: 80px;
}

.cm_tt img{
  width: 100%;
}

/*dragons*/

#top_dragons_wrap.pc_only{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  margin-top: 60px;
  z-index: 15;
}

#top_dragons {
  margin-right: 50px;
}

.spon_banner img {
  height: 144px;
}

.banner_shop_btn{
  margin: 40px auto 0;
  text-align: center;
}


.select_btn{
  width: 96%;
  margin: 30px auto 0;
  border: solid 2px #fff;
  position: relative;
  z-index: 3;
  transition: 0.8s;
}

.select_btn a{
  display: flex;
  color: #656464;
  font-size: 26px;
  font-weight: bold;
  position: relative;
  z-index: 3;
    justify-content: center;
  padding: 30px 0;
  transition: 0.8s;
}

.select_btn a:hover{
  text-decoration: none;
}

.select_btn::after,.select_btn::before{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.8s;
}

.select_btn::after{
  background-color: rgba(255, 255, 255, 0.7);
}

.select_btn::before{
  width: 0;
  background-color: #656464;
  z-index: 2;
}

.select_btn ul{
  display: flex;
  line-height: 1;
  align-items: center;
}

.select_btn ul li:first-of-type{
  margin-right: 60px;
}

.select_btn ul li dl{
  display: flex;
  align-items: center;
}


.select_btn ul li dl dt{
  margin-right: 60px;
  width: 536px;
  height: 28px;
  background: url(../images/top/howto_banner_ttl_01.svg) no-repeat top left/100% auto;
  transition: 0.8s;
}

.select_btn ul li dl dt img{
  vertical-align: initial;
}

.select_btn ul li.arrow_btn{
  width: 50px;
  height: 50px;
  background: url(../images/top/arrow_icon_01.svg) no-repeat top left/100% auto;
  transition: 0.8s;
}

.select_btn:hover a{
  color: #fff;
}

.select_btn:hover a ul li dl dt{
  background: url(../images/top/howto_banner_ttl_w_01.svg) no-repeat top left/100% auto;
}


.select_btn:hover a ul li.arrow_btn{
  background: url(../images/top/arrow_icon_w_01.svg) no-repeat top left/100% auto;
}

.select_btn:hover::before{
  width: 100%;
}

@media screen and (max-width:1290px) {
  #main{
    padding: 105px 0 60px;
  }
}


@media screen and (max-width:768px) {
  #top_dragons_wrap.pc_only{
    display: none;
  }
  #top_dragons_wrap.sp_only{
    background-color: #fff;
    position: relative;
    top: 0;
    left: 0;
    z-index: 8;
    padding: 10% 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  #top_dragons_wrap.top_dragons_wrap--active {
    z-index: 1;
  }

  #top_dragons {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
  }

  #top_dragons.top_dragons--active{
    position: relative;
    top: 0;
    left: 0;
  }

  #top_frontale{
    margin-top: 30px;
  }

  .spon_banner img {
    height: auto;
    width: 80%;
    max-width: 450px;
  }
}


#top_news h2,#campaign h2 {
    margin: 0 auto 50px;
    text-align: center;
}

#top_news .news_cat_list{
  display: flex;
  align-items: center;
  justify-content: center;
}

#top_news .news_cat_list li{
  width: 185px;
  color: #656464;
  background-color: #fff;
  border: solid 1px #656464;
  border-radius: 30px;
  padding: 10px 4px;
  box-sizing: border-box;
  font-size: 12px;
  text-align: center;
  transition: 0.7s;
  font-weight: bold;
  margin-bottom: 40px;
  cursor: pointer;
}
#top_news .news_cat_list li:hover,#top_news .news_cat_list li.current{
  background-color: #656464;
  color: #fff;
}

#top_news .news_cat_list li:not(:last-of-type){
  margin-right: 10px;
}


#top_news dl{
  display: flex;
  margin-bottom: 8px;
  width: 900px;
  margin: 0 auto 8px;
}

#top_news dt {
    margin-right: 30px;
    font-size: 16px;
    width: 140px;
  }
  #top_news dt .cat::before{
    content: '-';
    margin: 0 5px;
  }

#top_news dl dd {
  font-size: 16px;
  width: calc(100% - 140px);
}
#top_news dl a {
    text-decoration: underline;
    font-size: 16px;
}

#top_news dl a:hover{
  text-decoration: none;
}


.event_box{
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  display: none;
}

.event_img_bg{
  background-color: rgba(0,0,0,0.65);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
}

.event_img{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 21;
  max-height: 590px;
  min-height: 400px;
  height: 68%;
}

.event_img img{
  height: 100%;
  width: auto;
}

.event_close_btn,
.event_close_btn span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.event_close_btn {
  position: absolute;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 21;
  right: 0;
  top: -50px;
}
.event_close_btn span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;

}
.event_close_btn span:nth-of-type(1) {
  top: 0;
  -webkit-transform: translateY(15px) rotate(-45deg);
  transform: translateY(15px) rotate(-45deg);
}

.event_close_btn span:nth-of-type(2) {
  bottom: 0;
  -webkit-transform: translateY(-24px) rotate(45deg);
  transform: translateY(-24px) rotate(45deg);
}

@media screen and (max-width:768px) {
.event_img {
  max-height: inherit;
  min-height: inherit;
  height: auto;
  width: 70%;
}
.event_img img {
  height: auto;
  width: 100%;
}

.event_close_btn {
  top: -9%;
  width: 30px;
  height: 30px;
}

.event_close_btn span:nth-of-type(2) {
  -webkit-transform: translateY(-14px) rotate(45deg);
  transform: translateY(-14px) rotate(45deg);
}

#header,#hd_language ul li > ul{
  background-color: rgba(255, 255, 255, 0.65);
}
  .color_txt ul {
      height: 20px;
  }

.color_txt li {
  height: 20px;
}
.color_txt img {
  height: 19px;
  max-width: initial;
}

#main {
  padding-top: 50px;
}

#color_menu {
  z-index: 3;
    width: 100%;
}

#color_menu > li {
    border-left: none;
    border-right: none;
}

#color_menu > li:not(.active) {
    opacity: .3;
}

#color_menu.active > li.active {
    opacity: 1;
}

.color-selected {
  max-height: 40px;
}

.color_txt {
  width: 68%;
  overflow: hidden;
  display: block;
  line-height: 0;
}

.size_icon ul {
  justify-content: space-evenly;
}

.size_icon ul li {
  margin-right: 0;
  line-height: 0;
}

.size_icon ul li img {
  height: 14px;
  max-width: inherit;
}
/* #main_outer{
  display: none;
} */
/* #main_outer_sp{
  display: block;
  opacity: 0;
}

#main_outer_sp{
  z-index: 1;
}

#main_outer_sp {
    animation: fade_ani 4s ease 0s normal;
    -webkit-animation: fade_ani 4s ease 0s normal;
} */

@keyframes fade_ani {
    0% {opacity: 0}
    50% {opacity: 0.5}
    100% {opacity: 1}
}

@-webkit-keyframes fade_ani {
    0% {opacity: 0}
    50% {opacity: 0.5}
    100% {opacity: 1}
}

  #top_news{
    padding: 11% 8%;
  }

  #top_news h2 {
    width: 139px;
    margin-bottom: 32px;
}

  #top_news h2 img{
    height: auto;
  }

  
  #top_news .news_cat_list{
    flex-direction: column;
    margin-bottom: 30px;
  }

  #top_news .news_cat_list li {
    width: 80%;
    padding: 6px 4px;
    font-size: 14px;
    margin-bottom: 10px;
  }
  #top_news .news_cat_list li:not(:last-of-type) {
    margin-right: 0;
  }

  #top_cm{
    position: relative;
    z-index: 9;
    height: auto !important;
  }

  #top_cm a{
    display: block;
    background-color: #fff;
    padding-bottom: 5%;
  }

  #cm_inner{
    background: url(../images/top/SP_cm_bg.jpg) no-repeat top center/100% auto;
    width: 100%;
    min-height: 0;
    height: 0;
    padding-bottom: 146.67%;
    position: relative;
  }

  .cm_btn{
    width: 62%;
    margin: 0 auto;
  }

#top_news dl{
  width: 100%;
}

  #top_news dt{
    margin-right: 3%;
    width: 25%;
  }

  #top_news dl dd{
    width: 75%;
  }
  

  #top_news dt,#top_news dd,#top_news dl a,#top_news dl dd{
        font-size: 12px;
  }

  #top_news dt .cat{
    display: block;
    font-size: 11px;
  }

  .more_btn{
    font-size: 12px;
    margin-top: 30px;
  
  }

  .more_btn a{
    font-size: 12px;
  }
  
  .more_btn .arrow_btn{
    width: 40px;
    height: 40px;
    margin-left: 15px;
  }

  #top_news dt .cat::before{
    display: none;
  }

#campaign{
  padding: 10% 0;
}

#campaign h2{
  width: 262px;
}


}



#main_outer.color_bg_white{background: url("../images/top/PC_main_img_01.jpg") repeat-y 0 0/cover;}
#main_outer.color_bg_gray{background: url("../images/top/PC_main_img_02.jpg") repeat-y 0 0/cover;}
#main_outer.color_bg_navy{background: url("../images/top/PC_main_img_03.jpg") repeat-y 0 0/cover;}
#main_outer.color_bg_khaki{background: url("../images/top/PC_main_img_04.jpg") repeat-y 0 0/cover;}
#main_outer.color_bg_light-gray{background: url("../images/top/PC_main_img_05.jpg") repeat-y 0 0/cover;}
#main_outer.color_bg_salmon-pink{background: url("../images/top/PC_main_img_06.jpg") repeat-y 0 0/cover;}
#main_outer.color_bg_lavender{background: url("../images/top/PC_main_img_07.jpg") repeat-y 0 0/cover;}
#main_outer.color_bg_baby-pink{background: url("../images/top/PC_main_img_08.jpg") repeat-y 0 0/cover;}
#main_outer.color_bg_soft-beige{background: url("../images/top/PC_main_img_09.jpg") repeat-y 0 0/cover;}
#main_outer.color_bg_pink{background: url("../images/top/PC_main_img_10.jpg") repeat-y 0 0/cover;}
#main_outer.color_bg_yellow{background: url("../images/top/PC_main_img_11.jpg") repeat-y 0 0/cover;}
#main_outer.color_bg_saxe-blue{background: url("../images/top/PC_main_img_12.jpg") repeat-y 0 0/cover;}
#main_outer.color_bg_blue{background: url("../images/top/PC_main_img_13.jpg") repeat-y 0 0/cover;}
#main_outer.color_bg_yellow-green{background: url("../images/top/PC_main_img_14.jpg") repeat-y 0 0/cover;}

#main_outer.color_bg_white.main_outer_hover--even{background: url("../images/top/PC_main_img_15.jpg") repeat-y 0 0/cover;}
#main_outer.color_bg_gray.main_outer_hover--even{background: url("../images/top/PC_main_img_16.jpg") repeat-y 0 0/cover;}
#main_outer.color_bg_navy.main_outer_hover--even{background: url("../images/top/PC_main_img_17.jpg") repeat-y 0 0/cover;}
#main_outer.color_bg_khaki.main_outer_hover--even{background: url("../images/top/PC_main_img_18.jpg") repeat-y 0 0/cover;}
#main_outer.color_bg_light-gray.main_outer_hover--even{background: url("../images/top/PC_main_img_19.jpg") repeat-y 0 0/cover;}
#main_outer.color_bg_salmon-pink.main_outer_hover--even{background: url("../images/top/PC_main_img_20.jpg") repeat-y 0 0/cover;}
#main_outer.color_bg_lavender.main_outer_hover--even{background: url("../images/top/PC_main_img_21.jpg") repeat-y 0 0/cover;}
#main_outer.color_bg_baby-pink.main_outer_hover--even{background: url("../images/top/PC_main_img_22.jpg") repeat-y 0 0/cover;}
#main_outer.color_bg_soft-beige.main_outer_hover--even{background: url("../images/top/PC_main_img_23.jpg") repeat-y 0 0/cover;}
#main_outer.color_bg_pink.main_outer_hover--even{background: url("../images/top/PC_main_img_24.jpg") repeat-y 0 0/cover;}
#main_outer.color_bg_yellow.main_outer_hover--even{background: url("../images/top/PC_main_img_25.jpg") repeat-y 0 0/cover;}
#main_outer.color_bg_saxe-blue.main_outer_hover--even{background: url("../images/top/PC_main_img_26.jpg") repeat-y 0 0/cover;}
#main_outer.color_bg_blue.main_outer_hover--even{background: url("../images/top/PC_main_img_27.jpg") repeat-y 0 0/cover;}
#main_outer.color_bg_yellow-green.main_outer_hover--even{background: url("../images/top/PC_main_img_28.jpg") repeat-y 0 0/cover;}


.color_bg_white_sp{background: url("../images/top/SP_main_img_01.jpg") repeat-y 0 0/cover;}
.color_bg_gray_sp{background: url("../images/top/SP_main_img_02.jpg") repeat-y 0 0/cover;}
.color_bg_navy_sp{background: url("../images/top/SP_main_img_03.jpg") repeat-y 0 0/cover;}
.color_bg_khaki_sp{background: url("../images/top/SP_main_img_04.jpg") repeat-y 0 0/cover;}
.color_bg_light-gray_sp{background: url("../images/top/SP_main_img_05.jpg") repeat-y 0 0/cover;}
.color_bg_salmon-pink_sp{background: url("../images/top/SP_main_img_06.jpg") repeat-y 0 0/cover;}
.color_bg_lavender_sp{background: url("../images/top/SP_main_img_07.jpg") repeat-y 0 0/cover;}
.color_bg_baby-pink_sp{background: url("../images/top/SP_main_img_08.jpg") repeat-y 0 0/cover;}
.color_bg_soft-beige_sp{background: url("../images/top/SP_main_img_09.jpg") repeat-y 0 0/cover;}
.color_bg_pink_sp{background: url("../images/top/SP_main_img_10.jpg") repeat-y 0 0/cover;}
.color_bg_yellow_sp{background: url("../images/top/SP_main_img_11.jpg") repeat-y 0 0/cover;}
.color_bg_saxe-blue_sp{background: url("../images/top/SP_main_img_12.jpg") repeat-y 0 0/cover;}
.color_bg_blue_sp{background: url("../images/top/SP_main_img_13.jpg") repeat-y 0 0/cover;}
.color_bg_yellow-green_sp{background: url("../images/top/SP_main_img_14.jpg") repeat-y 0 0/cover;}

.color_bg_white_sp.main_outer_hover--even{background: url("../images/top/SP_main_img_15.jpg") repeat-y 0 0/cover;}
.color_bg_gray_sp.main_outer_hover--even{background: url("../images/top/SP_main_img_16.jpg") repeat-y 0 0/cover;}
.color_bg_navy_sp.main_outer_hover--even{background: url("../images/top/SP_main_img_17.jpg") repeat-y 0 0/cover;}
.color_bg_khaki_sp.main_outer_hover--even{background: url("../images/top/SP_main_img_18.jpg") repeat-y 0 0/cover;}
.color_bg_light-gray_sp.main_outer_hover--even{background: url("../images/top/SP_main_img_19.jpg") repeat-y 0 0/cover;}
.color_bg_salmon-pink_sp.main_outer_hover--even{background: url("../images/top/SP_main_img_20.jpg") repeat-y 0 0/cover;}
.color_bg_lavender_sp.main_outer_hover--even{background: url("../images/top/SP_main_img_21.jpg") repeat-y 0 0/cover;}
.color_bg_baby-pink_sp.main_outer_hover--even{background: url("../images/top/SP_main_img_22.jpg") repeat-y 0 0/cover;}
.color_bg_soft-beige_sp.main_outer_hover--even{background: url("../images/top/SP_main_img_23.jpg") repeat-y 0 0/cover;}
.color_bg_pink_sp.main_outer_hover--even{background: url("../images/top/SP_main_img_24.jpg") repeat-y 0 0/cover;}
.color_bg_yellow_sp.main_outer_hover--even{background: url("../images/top/SP_main_img_25.jpg") repeat-y 0 0/cover;}
.color_bg_saxe-blue_sp.main_outer_hover--even{background: url("../images/top/SP_main_img_26.jpg") repeat-y 0 0/cover;}
.color_bg_blue_sp.main_outer_hover--even{background: url("../images/top/SP_main_img_27.jpg") repeat-y 0 0/cover;}
.color_bg_yellow-green_sp.main_outer_hover--even{background: url("../images/top/SP_main_img_28.jpg") repeat-y 0 0/cover;}


marquee{
  vertical-align: middle;
  position: relative;
  top: 0;
  left: 0;
  z-index: -1;
}
.color-selected_list.active{
  position: relative;
  top: 0;
  left: 0;
}
.color-selected_list.active:after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -2;
}


#color-selected_white.active,
#color-selected_gray.active,
#color-selected_navy.active,
#color-selected_khaki.active,
#color-selected_light-gray.active,
#color-selected_salmon-pink.active,
#color-selected_lavender.active,
#color-selected_baby-pink.active,
#color-selected_soft-beige.active,
#color-selected_pink.active,
#color-selected_yellow.active,
#color-selected_saxe-blue.active,
#color-selected_blue.active,
#color-selected_yellow-green.active{background: none;}

#color-selected_white.active:after{background-color: rgba(230,235,241,0.8);}
#color-selected_gray.active:after{background-color: rgba(89,87,87,0.7);}
#color-selected_navy.active:after{background-color: rgba(66,100,124,0.6);}
#color-selected_khaki.active:after{background-color: rgba(118,113,80,0.6);}
#color-selected_light-gray.active:after{background-color: rgba(189,195,196,0.5);}
#color-selected_salmon-pink.active:after{background-color: rgba(242,156,151,0.8);}
#color-selected_lavender.active:after{background-color: rgba(216,198,224,0.8);}
#color-selected_baby-pink.active:after{background-color: rgba(248,204,217,0.5);}
#color-selected_soft-beige.active:after{background-color: rgba(228,198,166,0.5);}
#color-selected_pink.active:after{background-color: rgba(241,158,194,0.8);}
#color-selected_yellow.active:after{background-color: rgba(255,218,1,0.5);}
#color-selected_saxe-blue.active:after{background-color: rgba(126,206,244,0.8);}
#color-selected_blue.active:after{background-color: rgba(76,172,226,0.8);}
#color-selected_yellow-green.active:after{background-color: rgba(182,213,106,0.8);}


.more_btn{
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-top: 50px;

}
.more_btn a{
  transition: 0.8s;

}

.more_btn a:hover{
  text-decoration: none;
  opacity: 0.7;
  transition: 0.8s;

}

.more_btn .arrow_btn{
  width: 50px;
  height: 50px;
  background: url(../images/top/arrow_icon_01.svg) no-repeat top left/100% auto;
  transition: 0.8s;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  transition: 0.8s;
}

.more_btn a:hover .arrow_btn{
  transform: translate(10px,0);
}


#special_site{
  max-width: 1100px;
  margin: 30px auto 0;
  display: flex;
  justify-content: space-between;


  justify-content: center;
  gap: 0 50px;
}

#special_site .slick-slide{
    margin: 0px 30px;
    transition: 0.6s;
    line-height: 1;
}


.slick-prev, .slick-next{
  width: 31px;
  height: 33px;
}

.slick-prev {
  left: 31.5%;
  background: url(../images/top/slider_arrow_prev.svg) no-repeat left/cover;
}

.slick-next {
  right: 31.5%;
  background: url(../images/top/slider_arrow_next.svg) no-repeat left/cover;
}

#special_site li {
    max-width: 336px;
    width: 32%;
}

#special_site li img{
  width: 100%;
  height: auto;

}

#top_news h2.shop_ttl{
  margin-top: 80px;
}

#top_news h2.shop_ttl img{
  width: 352px;
}

#top_news h2.business_ttl{
  margin-top: 80px;
}

#top_news h2.business_ttl img{
  width: 254px;
}

.banner_business_btn{
  margin: 40px auto 0;
  text-align: center;}

.banner_business_btn img{
  width: 350px;}

@media screen and (max-width:768px) {
  #main{
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 50px 0 7%;
    height: auto;
  }

    #special_site {
      margin: 0 auto;
      width: 100%;



      width: 80%;
      flex-direction: column;
      gap: 20px 0;
  }


  #special_site li:not(:last-of-type){
    margin-bottom: 5%;
  }
  #special_site li{
    max-width: 100%;
    width: 100%;
  }

  #top_news h2.shop_ttl {
    margin-top: 16%;
    width: 64%;
}

  .banner_shop_btn {
    margin: 5% auto 0;
    width: 80%;
}

#top_news h2.series_ttl_01{
  width: 80%;
}

.series_site {
  margin: 0 auto;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 80%;
}


.series_site li:not(:last-of-type){
margin-bottom: 5%;
}
.series_site li{
max-width: 100%;
width: 100%;
}

#top_news h2.business_ttl {
    margin-top: 16%;
    width: 50%;
}

.banner_business_btn {
    margin: 5% auto 0;
}

.banner_business_btn img{
    width: 80%;
}



.select_btn{
  width: 94%;
  margin: 7% auto 0;
}

.select_btn a{
  font-size: 16px;
  padding: 5% 0;
  width: 100%;
}

.select_btn ul{
  width: 100%;
  justify-content: center;
}

.select_btn ul li:first-of-type{
  margin-right: 5%;
  width: 74%;
}

.select_btn ul li dl{
  flex-direction: column;
}

.select_btn ul li dl dt{
  margin-right: auto;
  width: 100%;
  height: 0;
  padding-bottom: 6%;
  margin-bottom: 2%;
}

.select_btn ul li.arrow_btn{
  width: 7.5%;
  height: 0;
  padding-bottom: 7.5%;
}

#special_site .slick-slide{
  margin: 0 10px;
}
.slick-prev, .slick-next{
  width: 17px;
  height: 17px;
}

.slick-prev{
  left: 3%;
}

.slick-next{
  right: 3%;
}


}

