@charset "utf-8";
/*ヘッダー用
-------------------------*/
.column2R #main {
  float: none;
  margin: auto;
}
/*サイドバナーの左は追従メニューと被るので撤去*/
.sidebannerLeft, .sidebannerRight {
  display: none;
}
.feature_sk_skm {
  background: url(./img/feature_sk_skm/title_bg_r.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}
.feature_sk_skm#head_z, .feature_sk_skm#head_x {
  display: none;
}
.feature_sk_skm#head_z {
  background: url(./img/feature_sk_skm/title_bg_z.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}
.feature_sk_skm#head_x {
  background: url(./img/feature_sk_skm/title_bg_x.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}
.feature_sk_skm .title_part {
  width: 96vw;
  max-width: 1050px;
  position: relative;
  height: 38.2vw;
  max-height: 650px;
  margin-left: auto;
  margin-right: auto;
}
/*.feature_sk_skm .logo_galleria {
position: absolute;
top: 20px;
right: 0;
width: 24vw;
max-width: 300px;
}*/
/*.feature_sk_skm .title_text {
position: absolute;
bottom: 60px;
right: 0;
width: 38vw;
max-width: 580px;
}*/
.logo_box {
  text-align: center;
  width: 300px;
  position: absolute;
  bottom: 70px;
  left: 64px;
}
.feature_sk_skm .title_part .title_model {
  width: 32vw;
  max-width: 520px;
  position: absolute;
  bottom: 30px;
  left: 370px
}
.feature_sk_skm .cpu_box .title_logo_cpu {
  width: 9vw;
  max-width: 128px;
  margin-bottom: 20px;
  display: none;
}
.feature_sk_skm .gpu_box .title_logo_gpu {
  width: 14vw;
  max-width: 236px;
  vertical-align: baseline;
  display: none;
}
.feature_sk_skm .gpu_box .gpu_radeon_rx {
  width: 9vw;
  max-width: 128px;
}
@media screen and (max-width:479px) {
  .feature_sk_skm {
    background: url(./img/feature_sk_skm/title_bg_r_sp.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .feature_sk_skm#head_z {
    background: url(./img/feature_sk_skm/title_bg_z_sp.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .feature_sk_skm#head_x {
    background: url(./img/feature_sk_skm/title_bg_x_sp.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .feature_sk_skm .title_part {
    width: 96%;
    height: 300px;
    margin: 0 auto;
  }
  .feature_sk_skm .logo_galleria {
    top: 10px;
    width: 36vw;
  }
  .feature_sk_skm .title_text {
    bottom: 30px;
    width: 48vw;
  }
  .feature_sk_skm .title_part .title_model {
    left: 36%;
    bottom: 2%;
    width: 65%;
  }
  .logo_box {
    left: 2%;
    bottom: 2%;
    width: 35%;
  }
  .feature_sk_skm .cpu_box .title_model {
    width: 18vw;
    margin-left: -5vw;
  }
  .feature_sk_skm .cpu_box .title_logo_cpu {
    margin-bottom: 12px;
    width: 21vw;
  }
  .feature_sk_skm .gpu_box .title_logo_gpu {
    width: 100%;
  }
  .feature_sk_skm .gpu_box .gpu_radeon_rx {
    width: 21vw;
  }
}
/*ヘッダー用ここまで*/
/*詳細内容用
-------------------------*/
#feature_sk_skm {
  font-family: 'Noto Sans JP';
  /* width: 300%;
margin-left: -100%; */
  overflow: hidden;
}
#feature_sk_skm a {
  /* text-decoration: underline; */
}
#feature_sk_skm .contents_block {
  box-sizing: border-box;
  background: #011e60;
}
#feature_sk_skm .contents_block:nth-of-type(2n) {
  background: #031b53;
}
/*背景画像*/
#feature_sk_skm .contents_block.design {
  background: url("./img/feature_sk_skm/bg_design.webp") center / cover no-repeat;
}
#feature_sk_skm .contents_block.airflow {
  background: url("./img/feature_sk_skm/bg_airflow.webp") center / cover no-repeat;
}
#feature_sk_skm .contents_block.console {
  background: url("./img/feature_sk_skm/bg_console.webp") center / cover no-repeat;
  position: relative;
}
#feature_sk_skm .contents_block.console::after {
  content: '';
  background-color: rgba(0, 0, 0, .3);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#feature_sk_skm .contents_block.other {
  background: url("./img/feature_sk_skm/bg_other.webp") center 70% / cover no-repeat;
  background-size: auto 130%;
}
#feature_sk_skm .contents_block.performance {
  background: url("./img/feature_sk_skm/bg_performance.webp") center / cover no-repeat;
}
#feature_sk_skm .contents_block.spec {
  background: url("./img/feature_sk_skm/bg_spec.webp") center / cover no-repeat;
}
#feature_sk_skm .contents_block.performance.amd {
  background: linear-gradient(53deg, #1c0101 30%, #040822 70%);
}
#feature_sk_skm .contents_block.series#r_series {
  background: url("./img/feature_sk_skm/bg_series_r.webp") center / cover no-repeat;
}
#feature_sk_skm .contents_block.series#z_series {
  background: url("./img/feature_sk_skm/bg_series_z.webp") center / cover no-repeat;
}
#feature_sk_skm .contents_block.series#x_series {
  background: url("./img/feature_sk_skm/bg_series_x.webp") center / cover no-repeat;
}
@media screen and (max-width: 479px) {
  #feature_sk_skm .contents_block.design {
    background: url("./img/feature_sk_skm/bg_design_sp.webp") center / cover no-repeat;
  }
  #feature_sk_skm .contents_block.other {
    background: url("./img/feature_sk_skm/bg_other_sp.webp") center / cover no-repeat;
    background-size: cover;
  }
  #feature_sk_skm .contents_block.spec {
    background: url("./img/feature_sk_skm/bg_spec_sp.webp") center / cover no-repeat;
  }
  #feature_sk_skm .contents_block.series#x_series {
    background: url("./img/feature_sk_skm/bg_series_x.webp") center / cover no-repeat;
    background-position: 45% -170px;
    background-color: #0b1e3e;
  }
  #feature_sk_skm .contents_block.series#z_series {
    background: url("./img/feature_sk_skm/bg_series_z.webp") center / cover no-repeat;
    background-position: 36% -142px;
    background-color: #0b1e3e;
  }
}
#feature_sk_skm .contents_block > .inner {
  width: 96vw;
  max-width: 1050px;
  margin: 0 auto;
  padding: 90px 0;
  display: flex;
  color: #fff;
  box-sizing: border-box;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  /*flex-wrap: wrap;*/
}
#feature_sk_skm .contents_block.text_right > .inner {
  flex-direction: row-reverse;
}
/*#feature_sk_skm .contents_block.text_right > .inner .text_block {
margin-left: 80px;
}*/
/*#feature_sk_skm .contents_block.text_left > .inner .text_block {
margin-right: 30px;
}*/
#feature_sk_skm .contents_block.text_center > .inner {
  flex-direction: column;
  padding: 90px 0;
}
#feature_sk_skm .contents_block > .inner .icontext {
  display: block;
  margin: 0 auto 30px;
}
#feature_sk_skm .contents_block > .inner .text_block {
  /*text-align: center;*/
  width: 62%;
}
#feature_sk_skm .contents_block > .inner .text_block .color_Blue {
  color: #011e60;
}
#feature_sk_skm .contents_block > .inner .text_block > dt {
  font-weight: 600;
  font-size: 40px;
  line-height: 1.4;
  letter-spacing: .06em;
  text-align: left;
}
#feature_sk_skm .contents_block > .inner .text_block > dt .sub_title {
  font-size: 30px;
  font-weight: 400;
}
#feature_sk_skm .contents_block > .inner .text_block > dd {
  color: #ddd;
  font-size: 18px;
  letter-spacing: .05em;
  margin-top: 35px;
  line-height: 1.8;
  text-align: left;
  word-break: break-all;
}
#feature_sk_skm .contents_block > .inner .text_block .in_text_attention {
  font-size: 15px;
  margin-left: 1.35em;
  text-indent: -1.35em;
  margin-top: 1em;
}
#feature_sk_skm .contents_block > .inner .text_block .in_text_attention::before {
  content: '※';
}
#feature_sk_skm .contents_block > .inner .img_block {
  text-align: center;
  width: 35%;
}
#feature_sk_skm .contents_block > .inner .img_block img {
  max-width: 100%;
}
/*.other*/
#feature_sk_skm .contents_block.other > .inner .icontext {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 479px) {
  #feature_sk_skm .contents_block.other > .inner .icontext {
    margin: 0 auto 30px;
  }
}
/*.airflow*/
#feature_sk_skm .contents_block.airflow > .inner .text_block {
  width: 60%;
}
#feature_sk_skm .contents_block.airflow > .inner .img_block {
  width: 39%;
}
@media screen and (max-width: 479px) {
  #feature_sk_skm .contents_block.airflow > .inner .img_block {
    width: 80%;
  }
}
/*.rigid_card_support*/
#feature_sk_skm .contents_block.rigid_card_support {
  display: none;
}
#feature_sk_skm .contents_block.rigid_card_support > .inner .text_block {
  width: 53%;
}
#feature_sk_skm .contents_block.rigid_card_support > .inner .img_block {
  width: 45%;
}
@media screen and (max-width: 479px) {
  #feature_sk_skm .contents_block.rigid_card_support > .inner .img_block {
    width: 80%;
  }
}
/*.performance*/
#feature_sk_skm .contents_block.performance > .inner .text_block {
  max-width: 920px;
  text-align: center;
  width: 80vw;
}
#feature_sk_skm .contents_block.performance > .inner .text_block > dt {
  text-align: center;
}
#feature_sk_skm .contents_block.performance > .inner .text_block > dd {
  text-align: center;
}
#feature_sk_skm .contents_block.performance > .inner .spec_list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 80vw;
  max-width: 1050px;
  margin-top: 65px;
}
#feature_sk_skm .contents_block.performance > .inner .spec_list > li {
  background-color: rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 510px;
}
#feature_sk_skm .contents_block.performance > .inner .spec_list > li img {
  max-width: 100%;
}
/*#feature_sk_skm .contents_block.performance > .inner .spec_list .main_text {
font-size: 32px;
font-weight: 900;
letter-spacing: .1em;
}*/
#feature_sk_skm .contents_block.performance > .inner .spec_list .sub_text {
  font-size: 24px;
}
#feature_sk_skm .contents_block.performance > .inner .spec_list > li.spec_cpu .main_text, #feature_sk_skm .contents_block.performance > .inner .spec_list > li.spec_gpu .main_text {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
}
#feature_sk_skm .contents_block.performance.amd > .inner .spec_list > li.spec_gpu .main_text {
  color: #e30303;
}
#feature_sk_skm .contents_block.performance > .inner .spec_list > li.spec_gpu .main_image {
  margin-top: 16px;
  display: none;
}
#feature_sk_skm .contents_block.performance > .inner .spec_list > li.spec_gpu .main_image.gpu_radeon_rx {
  margin-top: 15px;
  height: 200px;
}
#feature_sk_skm .contents_block.performance > .inner .spec_list > li.spec_cpu .main_image {
  display: none;
  margin-top: 15px;
  max-width: 180px;
}
@media screen and (max-width: 479px) {
  #feature_sk_skm .contents_block.performance > .inner .spec_list > li {
    background-color: rgba(0, 0, 0, 1);
    width: 94%;
  }
  #feature_sk_skm .contents_block.performance > .inner .spec_list > li.spec_cpu .main_text, #feature_sk_skm .contents_block.performance > .inner .spec_list > li.spec_gpu .main_text {
    font-size: 6vw;
  }
}
/*.spec*/
#feature_sk_skm .contents_block.spec > .inner .img_block {
  text-align: center;
  width: 45%;
}
#feature_sk_skm .contents_block.spec > .inner .text_block {
  text-align: left;
  width: 45%;
}
#feature_sk_skm .contents_block.spec > .inner .text_block > dt {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: .05em;
  line-height: 1.8;
}
#feature_sk_skm .contents_block.spec > .inner .text_block > dd {
  text-align: center;
  width: 255px;
}
#feature_sk_skm .contents_block.spec > .inner .text_block > dd .ssd {
  margin-bottom: 70px;
}
#feature_sk_skm .contents_block.spec > .inner .spec_list > li .icontext {
  margin: 0 0 0 -20px;
}
#feature_sk_skm .contents_block.spec > .inner .spec_list > li .main_text {
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
  margin-top: 4px;
}
@media screen and (max-width: 479px) {
  #feature_sk_skm .contents_block.spec > .inner .text_block > dd {
    margin: 0 auto;
    text-align: center;
    width: 94%;
  }
  #feature_sk_skm .contents_block.spec > .inner .text_block {
    width: 100%;
  }
  #feature_sk_skm .contents_block.spec > .inner .img_block {
    width: 80%;
  }
  #feature_sk_skm .contents_block.spec > .inner .spec_list > li .icontext {
    margin: 40px auto 10px;
  }
  #feature_sk_skm .contents_block.spec > .inner .spec_list > li .main_text {
    font-size: 10vw;
    margin-top: 3vw;
    text-shadow: 1px 1px 7px rgba(0, 0, 0, 0.8), -1px -1px 7px rgba(0, 0, 0, 0.8), -1px 1px 7px rgba(0, 0, 0, 0.8), 1px -1px 7px rgba(0, 0, 0, 0.8);
  }
}
/*.series*/
#feature_sk_skm .contents_block.text_right.series > .inner {
  display: block;
}
#feature_sk_skm .contents_block.text_right.series > .inner .ctn_block {
  margin: 0 auto;
  text-align: center;
  width: 725px;
}
#feature_sk_skm #z_series, #feature_sk_skm #x_series {
  display: none;
}
#feature_sk_skm .ctn_block .series_icon {
  width: 100%;
}
#feature_sk_skm .ctn_block .series_name {
  font-size: 30px;
  font-weight: 300;
  margin: 40px 0 0;
}
#feature_sk_skm .ctn_block .series_name_sub {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 1.4px;
}
#feature_sk_skm .ctn_block .series_text {
  font-size: 18px;
  letter-spacing: .05em;
  line-height: 1.8;
  text-align: left;
}
@media screen and (max-width:479px) {
  #feature_sk_skm .contents_block.text_right.series > .inner .ctn_block {
    width: 94%;
  }
  #feature_sk_skm .ctn_block .series_name_sub {
    font-size: 38px;
  }
}
/*.gallery*/
#feature_sk_skm .contents_block.gallery {
  background: #fff;
}
#feature_sk_skm .contents_block.gallery > .inner .text_block {
  width: 100%;
}
#feature_sk_skm .contents_block.gallery > .inner .gallery_images {
  display: flex;
  /*width: 1050px;*/
  margin: 0 auto;
}
#feature_sk_skm .contents_block.gallery > .inner .gallery_images > .big_image_wrapper {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 48%;
}
#feature_sk_skm .contents_block.gallery > .inner .gallery_images > .big_image_wrapper > img {
  width: 100%;
}
#feature_sk_skm .contents_block.gallery > .inner .gallery_images > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: 20px;
  box-sizing: border-box;
  width: calc(52% - 20px);
}
#feature_sk_skm .contents_block.gallery > .inner .gallery_images > ul > li {
  width: calc(50% - 10px);
  box-sizing: border-box;
}
#feature_sk_skm .contents_block.gallery > .inner .gallery_images > ul > li:nth-of-type(n+3) {
  margin-top: 10px;
}
#feature_sk_skm .contents_block.gallery > .inner .gallery_images > ul > li:nth-of-type(2n) {
  margin-left: 10px;
}
#feature_sk_skm .contents_block.gallery > .inner .gallery_images > ul > li.active {
  border: 2px solid #0ff;
}
#feature_sk_skm .contents_block.gallery > .inner .gallery_images > ul > li > img {
  width: 100%;
}
/*オプション*/
.option_block .keyboardBox, .option_block .mouseBox {
  margin-bottom: 100px;
}
.option_block .option_head {
  letter-spacing: .06em;
  line-height: 1.4;
  margin-bottom: 50px;
  text-align: center;
}
.option_block .sub_title {
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 10px;
}
.option_block .sub_msg {
  font-size: 22px;
}
.option_block .sub_msg span {
  font-size: 16px;
}
.keyboardBox .featureBox {
  background: url("./img/closeup-galleria/bg_keyboard_01.webp") no-repeat scroll center top;
  height: 412px;
  margin: 0 auto;
  position: relative;
  width: 880px;
}
.keyboardBox .featureTxt01 {
  bottom: 30px;
  font-size: 16px;
  position: absolute;
  left: -18px;
  width: 185px;
}
.keyboardBox .featureTxt01 img {
  margin-bottom: 10px;
}
.keyboardBox .featureTxt02 {
  bottom: 0;
  font-size: 16px;
  position: absolute;
  right: 0;
  width: 445px;
}
@media screen and (max-width: 479px) {
  .keyboardBox .featureBox {
    background: none;
    height: auto;
    width: 100%;
  }
  .keyboardBox .featureBox + p {
    margin: 0 auto;
    width: 90%;
  }
  .keyboardBox .featureTxt01 {
    align-items: flex-end;
    bottom: 90px;
    display: flex;
    left: 24px;
    width: 90%;
  }
  .keyboardBox .featureTxt01 img {
    margin-bottom: 0;
    margin-right: 10px;
    width: 40%;
  }
  .keyboardBox .featureTxt02 {
    margin: 110px auto 0;
    position: static;
    width: 90%;
  }
}
.mouseBox .featureBox {
  background: url("./img/closeup-galleria/bg_mouse_01.webp") no-repeat scroll center top;
  height: 400px;
  margin: 0 auto;
  position: relative;
  width: 880px;
}
.mouseBox .featureTxt01 {
  bottom: 60px;
  font-size: 16px;
  position: absolute;
  left: 40px;
  width: 185px;
}
.mouseBox .featureTxt01 img {
  margin-bottom: 10px;
}
.mouseBox .featureTxt02 {
  bottom: 0;
  font-size: 16px;
  position: absolute;
  right: 0;
  width: 450px;
  text-align: left;
}
.mousepadBox .featureBox {
  background: url("./img/closeup-galleria/bg_mousepad_01.webp") no-repeat scroll center top;
  height: 400px;
  margin: 0 auto;
  position: relative;
  width: 880px;
}
.mousepadBox .featureTxt01 {
  bottom: 60px;
  font-size: 16px;
  position: absolute;
  left: 40px;
  width: 185px;
  text-align: left;
}
.mousepadBox .featureTxt01 img {
  margin-bottom: 10px;
}
.mousepadBox .featureTxt02 {
  bottom: 0;
  font-size: 16px;
  position: absolute;
  right: 75px;
  width: 530px;
  text-align: left;
}
@media screen and (max-width: 479px) {
  .mouseBox .featureBox {
    background: none;
    height: auto;
    width: 100%;
  }
  .mouseBox .featureTxt01 {
    align-items: flex-end;
    bottom: 120px;
    display: flex;
    left: 24px;
    width: 90%;
  }
  .mouseBox .featureTxt01 img {
    margin-bottom: 0;
    margin-right: 10px;
    width: 40%;
  }
  .mouseBox .featureTxt02 {
    margin: 110px auto 0;
    position: static;
    width: 90%;
  }
  .mousepadBox .featureBox {
    background: none;
    height: auto;
    width: 100%;
  }
  .mousepadBox .featureTxt01 {
    align-items: flex-end;
    bottom: 120px;
    display: flex;
    left: 24px;
    width: 90%;
  }
  .mousepadBox .featureTxt01 img {
    margin-bottom: 0;
    margin-right: 10px;
    width: 40%;
  }
  .mousepadBox .featureTxt02 {
    margin: 110px auto 0;
    position: static;
    width: 90%;
  }
}
.pc_spec {
  display: inline;
}
.sp_spec {
  display: none;
}
@media screen and (max-width:479px) {
  .pc_spec {
    display: none;
  }
  .sp_spec {
    display: inline;
  }
  #btnMove a {
    opacity: 1;
  }
  #feature_sk_skm {
    width: 100%;
    margin-left: 0;
  }
  #feature_sk_skm .contents_block {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
  #feature_sk_skm .contents_block > .inner {
    width: 100%;
    padding: 2vw;
    box-sizing: border-box;
    flex-direction: column;
  }
  #feature_sk_skm .contents_block.text_right > .inner {
    flex-direction: column;
  }
  #feature_sk_skm .contents_block > .inner .text_block {
    text-align: left;
    width: 100%;
  }
  #feature_sk_skm .contents_block.text_right > .inner .text_block {
    margin-left: 0;
    width: 94%;
  }
  #feature_sk_skm .contents_block.text_left > .inner .text_block {
    margin-right: 0;
    width: 94%;
  }
  #feature_sk_skm .contents_block > .inner .text_block > dt {
    font-size: 5.6vw;
  }
  #feature_sk_skm .contents_block > .inner .img_block {
    margin-top: 6vw;
    width: 80%;
  }
  #feature_sk_skm .contents_block.design > .inner .img_block {
    width: 50%;
  }
  #feature_sk_skm .contents_block > .inner .icontext {
    margin: 0 auto 3vw;
  }
  #feature_sk_skm .contents_block > .inner .text_block > dd {
    margin-top: 6vw;
    font-size: 4.1vw;
  }
  #feature_sk_skm .contents_block > .inner .text_block .in_text_attention {
    font-size: 3.5vw;
  }
  #feature_sk_skm .contents_block > .inner .text_block > dt .sub_title {
    font-size: 4vw;
  }
  #feature_sk_skm .contents_block.control > .inner .img_block {
    margin-top: 9vw;
    display: block;
  }
  #feature_sk_skm .contents_block.control > .inner .img_block > img:nth-of-type(n+2) {
    padding-left: 0;
    margin-top: 5vw;
  }
  #feature_sk_skm .contents_block.text_center > .inner {
    padding: 2vw;
  }
  /*#feature_sk_skm .contents_block.performance {
  background: linear-gradient(180deg, #061c01 58%, #040822 65%);
}
#feature_sk_skm .contents_block.performance.amd {
  background: linear-gradient(180deg, #1c0101 58%, #040822 65%);
}*/
  #feature_sk_skm .contents_block.performance > .inner .text_block > dd {
    text-align: left;
  }
  #feature_sk_skm .contents_block.performance > .inner .spec_list {
    width: 100%;
    flex-direction: column;
    align-items: center;
    margin-top: 10vw;
  }
  #feature_sk_skm .contents_block.performance > .inner .spec_list .main_text {
    font-size: 6vw;
  }
  #feature_sk_skm .contents_block.performance > .inner .spec_list > li:nth-of-type(n+2) {
    margin-top: 10vw;
  }
  #feature_sk_skm .contents_block.performance > .inner .spec_list > li.spec_gpu .main_image {
    margin-top: 3vw;
    width: 70%;
  }
  #feature_sk_skm .contents_block.performance > .inner .spec_list > li.spec_gpu .main_image.gpu_radeon_rx {
    height: auto;
    width: 50%;
  }
  #feature_sk_skm .contents_block.performance > .inner .spec_list .sub_text {
    font-size: 5vw;
  }
  #feature_sk_skm .contents_block.performance > .inner .spec_list > li.spec_cpu .main_image {
    margin-top: 3vw;
    width: 48%;
  }
  #feature_sk_skm .contents_block.gallery > .inner .gallery_images {
    width: 100%;
    flex-direction: column;
  }
  #feature_sk_skm .contents_block.gallery > .inner .gallery_images > .big_image_wrapper {
    width: 100%;
  }
  #feature_sk_skm .contents_block.gallery > .inner .gallery_images > ul {
    width: 100%;
    margin-left: 0;
    margin-top: 5vw;
  }
  #feature_sk_skm .contents_block.gallery > .inner .gallery_images > ul > li {
    width: 23%;
  }
  #feature_sk_skm .contents_block.gallery > .inner .gallery_images > ul > li:nth-of-type(2n) {
    margin-left: 0;
  }
  #feature_sk_skm .contents_block.gallery > .inner .gallery_images > ul > li:nth-of-type(n+3) {
    margin-top: 0;
  }
}
/* other_slider用
---------------------------------------------------------------- */
.other_box {
  width: 96vw;
  max-width: 1050px;
  margin: 0 auto;
}
.other_panel .other_panel_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}
.other_panel img {
  width: 44%;
  margin: 0 !important;
}
.other_panel .other_detail {
  width: 50%;
}
.other_panel .other_detail p {
  color: #ddd;
  font-size: 20px;
  letter-spacing: .05em;
  margin-top: 35px;
  line-height: 1.8;
  text-align: left;
  word-break: break-all;
}
.other_panel .other_detail p span {
  display: block;
  font-size: 16px;
  margin-top: 25px;
}
.other_panel .other_detail p.sub_title {
  font-weight: 600;
  font-size: 40px;
  line-height: 1.25;
  letter-spacing: .06em;
}
@media screen and (max-width: 479px) {
  #feature_sk_skm img {
    max-width: 100%
  }
  .other_box {
    width: 100%;
    margin: 10px auto 0;
  }
  .other_panel .other_panel_inner {
    flex-direction: column-reverse;
    justify-content: center;
    width: 100%;
    padding: 0;
  }
  .other_panel img {
    width: 80%;
  }
  .other_panel .other_detail {
    width: 80%;
    margin-bottom: 20px;
  }
  .other_panel .other_detail p {
    font-size: 4.1vw;
    margin-top: 6vw;
  }
  .other_panel .other_detail p.sub_title {
    margin-top: 0;
    font-size: 5.9vw;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* led_animation用
---------------------------------------------------------------- */
.contents_block .led_animation_wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 44%;
}
.contents_block .led_animation_wrapper .static_img {
  width: 50%;
}
.contents_block .led_animation_wrapper .led_animation_box {
  width: 50%;
  height: 363px !important;
}
.contents_block .led_animation_wrapper.sk_s .static_img, .contents_block .led_animation_wrapper.sk_p .static_img {
  width: 49%;
}
.contents_block .led_animation_wrapper.sk_s .led_animation_box, .contents_block .led_animation_wrapper.sk_p .led_animation_box {
  width: 51%;
  height: 372px !important;
}
@media screen and (max-width:1140px) {
  .contents_block .led_animation_wrapper .led_animation_box {
    height: auto !important;
  }
  .contents_block .led_animation_wrapper.sk_s .led_animation_box, .contents_block .led_animation_wrapper.sk_p .led_animation_box {
    height: auto !important;
  }
}
@media screen and (max-width:479px) {
  .contents_block .led_animation_wrapper {
    width: 80%;
    margin-top: 2vw;
  }
}