@charset "utf-8";


#header{
    background-color: transparent;
}

#hd_language ul li > ul{
  background-color: transparent;
}

#content{
  position: relative;
  top: 0;
  left: 0;
}

#main_outer,#main_outer_sp{
  width: 100%;
  height: 100rem;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;

}



#main{
  width: 100%;
  padding: 100px 0 60px;
  box-sizing: border-box;
}

#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: 28%;
  min-width: 100px;
}

.size_icon ul{
  display: flex;
  align-items: center;
  justify-content: center;
}


.size_icon ul li{
  margin-right: 10%;
}

.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 h2 img{
  width: 149px;
}

#top_news{
  width: 100%;
  padding: 45px 65px;
  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;
}





/*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: 12%;
  width: 50%;
  max-width: 570px;
}

.cm_tt{
  margin-bottom: 80px;
}

.cm_tt img{
  width: 100%;
}

#top_news h2{
  margin-bottom: 30px;
}

#top_news dl{
  display: flex;
}

#top_news dt{
  margin-right: 40px;
}

#top_news dl a{
  text-decoration: underline;
}

#top_news dl a:hover{
  text-decoration: none;
}

#sp_contents{
  background: rgba(255, 255, 255, 0.9);
  padding: 50px 0;
  box-sizing: border-box;
  z-index: 2;
  position: relative;
}

#sp_contents h2{
  margin-bottom: 45px;
}

#sp_contents h2 img {
    width: 190px;
    height: auto;
}

#sp_contents ul{
  display: flex;
  align-items: center;
  /* width: 1400px; */
  margin: 0 auto;
  justify-content: space-between;
}

#sp_contents ul li{
  width: 448px;
  margin: 0 auto;

}

#sp_contents ul li img{
  width: 100%;
  height: auto;
}

@media screen and (max-width:768px) {
#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 li {
  margin-right: 5%;
  line-height: 0;
}

.size_icon ul li img {
  height: 18px;
  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: 6% 3%;
  }

  #top_news h2{
    width: 24%;
    margin-bottom: 3%;
  }


  #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 dt{
    margin-right: 3%;
  }

}



#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);}

@media screen and (max-width:768px) {
  #main{
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 50px 0 7%;
    height: auto;
  }
  #sp_contents {
    padding: 6% 0 12%;
  }

  #sp_contents h2 {
      width: 36.76%;
      margin: 0 auto 4%;
  }

  #sp_contents h2 img{
    width: 100%;
  }

  #sp_contents ul {
    width: 87.467%;
    flex-direction: column;
  }

  #sp_contents ul li {
      width: 100%;
  }

  #sp_contents ul li:not(:last-of-type){
    margin-bottom: 5%;
  }

}
