@charset "utf-8";
/*---------------------------------------------------

4Cケース特長CSS

Copyright (c) THIRDWAVE CORP. All Rights Reserved. 
----------------------------------------------------*/

.column2R #main {
  float: none;
  margin: auto;
}
.raytrek_4c_feature .pc {
    display: block;
}
.raytrek_4c_feature .sp {
    display: none;
}

/*サイドバナーの左は追従メニューと被るので撤去*/
.sidebannerLeft, .sidebannerRight {
  top: 1200px;
}

/*↓↓↓　基本設定　↓↓↓*/
.raytrek_4c_feature {
    font-family:'Noto Sans JP';
    /*margin: 20px calc((100vw - 100%) * -1);*/
	margin: 20px auto;
	background: #fff;
	text-align: left;
  }
  .raytrek_4c_feature > section {
	  padding: 120px 0;
  }
  .raytrek_4c_feature .cont_inner{
    width:1140px;
    margin: 0 auto;
  }

.raytrek_4c_feature h2 {
	font-size: 48px;
	font-weight: bold;
	margin-bottom: 40px;
}
.raytrek_4c_feature .ttl_h4 {
  position: relative;
	font-size: 28px;
	font-weight: normal;
}
.raytrek_4c_feature .ttl_h4:before {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 60px;
  height: 2px;
  content: '';
  background: #fff;
}
.raytrek_4c_feature p {
	font-size: 18px;
	line-height: 1.8;
  font-weight: 300;
}
.raytrek_4c_feature .txt_white {
  color: #fff;
}
.raytrek_4c_feature .txt_gray {
  color: #484848;
}
.cont_inner_design , .cont_inner_perfomance>ul , .cont_inner_airflow , .cont_inner_scalability , .cont_inner_port , .cont_inner_mainteance {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.raytrek_mt60 {
  margin-bottom: 60px!important;
}
.raytrek_mt40 {
  margin-bottom: 40px!important;
}
.cont_inner .txt_box {
  width: 600px;
}

/*↓↓↓　特長はここから　↓↓↓*/
.raytrek_new {
  text-align: center;
}
.raytrek_new h3 {
  font-size: 42px;
  color: #0672bc;
}
.raytrek_new h3 span {
  font-style: italic;
  font-weight: 800;
  background: linear-gradient(45deg, #dd4a78, #1a6eb6);
  background: -webkit-linear-gradient(0deg, #dd4a78, #1a6eb6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.raytrek_design {
  background: url(img/raytrek_4c/design_bg.webp?$staticlink$) no-repeat top center;
  padding: 20px 0 60px!important;
  background-size: 100% 1300px;
}
.cont_inner_design {
  margin-bottom: 120px!important;
}
.cont_inner_design .img_box img {
  width: 400px;
}
.cont_inner_perfomance .txt_box {
  width: 100%;
  text-align: center;
}
.cont_inner_perfomance .ttl_h4:before {
  left: calc(50% - 30px);
}
.cont_inner_perfomance ul li {
  /*background: url(img/raytrek_4c/performance_bg.webp?$staticlink$) no-repeat;*/
  background-color: #fff;
  border: 4px solid #dd4a78;
  border-image: linear-gradient(45deg, #dd4a78, #1a6eb6);
  border-image-slice: 1;
  width: 30%;
  text-align: center;
}
.cont_inner_perfomance ul li p {
  font-weight: bold!important;
  background: url(img/raytrek_4c/performance_bg.webp?$staticlink$) no-repeat;
  background-size: cover;
  padding: 36px 0 10px;
  font-size: 18px;
}
.raytrek_cpu img,.raytrek_gpu img {
    display: none;
  }
.raytrek_cpu img,.raytrek_win img {
    height: 100px;
    margin: 40px 0;
  }
.raytrek_gpu img {
    height: 90px;
    margin: 45px 0;
  }
.cont_inner_airflow .ttl_h4:before {
  background: #484848;
}
.cont_inner_port .ttl_h4:before {
  background: #484848;
}
.cont_inner_port .img_box {
  margin-left: -120px;
}
.raytrek_scalability {
  background: url(img/raytrek_4c/scalability_bg.webp?$staticlink$) no-repeat top center;
  padding: 60px 0 120px!important;
  background-size: 100% 890px;
}
.cont_inner_scalability .img_box img {
   width: 560px;
   margin-right: -120px;
}
.raytrek_mainteance {
  background: url(img/raytrek_4c/mainte_bg.webp?$staticlink$) no-repeat top center;
  padding: 160px 0 120px!important;
  background-size: 100% 670px;
}
.raytrek_about {
  background: url(img/raytrek_4c/about_bg.webp?$staticlink$) no-repeat center;
  background-size: cover;
}
.raytrek_about .cont_inner {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.raytrek_about .ttl_h4:before {
  background: #484848;
}
.btn-brand {
    line-height: 1;
    background: #db3368;
    border-radius: 50px;
    width: 250px;
    text-align: center;
    margin-bottom: 20px;
    transition: 0.3s all;
}
.btn-brand a {
    display: block;
    padding: 15px 0 18px;
    color: #fff;
    text-decoration: none;
    transition:0.6s all;
}
.btn-brand a:hover{
  transform:scale(1.2,1.2);
  transition:0.6s all;
}

/*スマホ用ここから*/
@media screen and (max-width:479px) {
  .raytrek_4c_feature .pc {
      display: none;
  }
  .raytrek_4c_feature .sp {
      display: block;
  }

  .raytrek_4c_feature {
    margin: 0; 
	  padding: 0 2%;
  }
  .raytrek_4c_feature .cont_inner {
    width: 100%;
  }
  .raytrek_4c_feature > section {
      padding: 60px 10px;
  }
  .raytrek_4c_feature p {
      font-size: 16px;
  }
	.raytrek_4c_feature img {
		max-width: 100%;
	}
  .raytrek_new h3 {
      font-size: 26px;
  }
  .cont_inner_design , .cont_inner_scalability , .cont_inner_mainteance {
    flex-wrap: wrap;
  }
  .cont_inner_airflow , .cont_inner_port {
    flex-wrap: wrap-reverse;
  }
  .cont_inner_perfomance ul {
    display: block;
    text-align: center;
  }
  .cont_inner_perfomance ul li {
    width: 80%;
    margin: 0 auto 20px;
  }
  .raytrek_4c_feature h2 {
      font-size: 28px;
  }
  #lp_page_raytrek_4c .ttl_h4 {
      font-size: 22px;
     border: none;
      width: 100%;
      margin: 0;
  }
  .cont_inner .txt_box {
      width: 90%;
      margin: 0 auto;
  }
  .cont_inner .img_box {
      width: 80%;
      margin: 0 auto;
  }
  .raytrek_design {
      padding: 60px 0 20px!important;
      background-size: 170% 1600px;
  }
  .cont_inner_perfomance .txt_box {
      text-align: left;
  }
  .cont_inner_perfomance .ttl_h4:before {
    left: 0;
  }
  .raytrek_scalability {
    padding: 60px 0 20px!important;
      background-size: 150% 800px;
  }
  .raytrek_mainteance {
      padding: 120px 0 60px!important;
      background-size: 200% 880px;
      background-position-x: right;
  }
  .raytrek_about .cont_inner {
      display: block;
  }
  .btn-brand {
    margin: 0 auto 40px;
  }
  .raytrek_cpu img, .raytrek_gpu img,.raytrek_win img {
    margin: 0 auto;
      padding: 20px;
	  height: auto;
  }
  .raytrek_cpu img {
    width: 66%;
  }
.raytrek_gpu img,.raytrek_win img {
    width: 96%;
  }
}

/*↓↓↓　CLIP STUDIO PAINT訴求　↓↓↓*/
.box_wacom_one .inner {
  width: 1050px;
  margin: 0 auto;
}
.box_wacom_one h4 {
  color: #093381;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: normal;
}
.box_wacom_one .rn img {
  width: 420px;
}
.box_wacom_one .video {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}
.box_wacom_one .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.box_wacom_one h3 span {
  display: inline-block;
  margin: 20px 0;
  font-size: 24px;
  letter-spacing: 1px;
}
.box_wacom_one h3 span::after {
  content: "";
  display: block;
  height: 4px;
  position: relative;
  letter-spacing: .2em;
  padding: 0 10px;
  width: 100%;
  right: 0;
  top: 0px;
  background: #4dcfe2;
}
.box_wacom_one .new_tit {
  text-align: center;
}
.box_wacom_one {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 60px 0;
}
.box_wacom_one>.inner:not(:last-child), .box_wacom_one .inner>div:not(:last-child) {
  margin-bottom: 80px;
}
.box_wacom_one .ctn_box {
  display: flex;
  justify-content: space-between;
}
.box_wacom_one .text_box {
  width: 60%;
}
.box_wacom_one .img_box {
  width: 40%;
}
.box_wacom_one h2 {
  font-size: 36px;
}
.box_wacom_one .square_slider h5 {
  font-size: 18px;
}
#lp_page_raytrek_r5 .box_wacom_one .square_slider p {
  color: #605b5a;
  font-size: 14px;
  margin-top: 0px;
}
.box_wacom_one {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 60px 0;
}
.box_wacom_one .video {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}
.box_wacom_one .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.box_wacom_one .square_slider p {
  color: #605b5a;
  font-size: 14px;
  margin-top: 0px;
}
.box_wacom_one .square_slider img {
  max-height: 272px;
  width: auto;
  margin: auto;
}
.box_wacom_one .square_slider h5 {
  font-size: 18px;
}
#lp_page_raytrek_r5 .box_wacom_one .square_slider p {
  color: #605b5a;
  font-size: 14px;
  margin-top: 0px;
}
.slick-slide {
  margin-right: 40px !important;
}
.box_wacom_one {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 60px 0;
}
.box_wacom_one .video {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}
.box_wacom_one .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.box_wacom_one .square_slider p {
  color: #605b5a;
  font-size: 14px;
  margin-top: 0px;
}
.box_wacom_one .douken {
  border: 2px #24b2e5 solid;
  margin-top: -50px;
}
.box_wacom_one .douken p {
  background-color: #24b2e5;
  color: #fff;
  text-align: center;
  font-size: 26px;
  padding: 10px 0;
  line-height: 100%;
  letter-spacing: 0.1em;
}
.box_wacom_one .douken img {
  width: 210px;
}
.box_wacom_one .douken ul {
  display: flex;
  justify-content: space-between;
  padding: 0 20px 20px;
}
.box_wacom_one .douken ul li {
  text-align: center;
}
.box_wacom_one .douken .list_tx {
  text-align: center;
  font-size: 20px;
  margin-top: 20px;
}
@media screen and (max-width:479px) {
  .box_wacom_one>.inner {
    display: block;
    width: 100%;
  }
  .box_wacom_one .ctn_box {
    display: block;
    text-align: center;
    width: 100%;
  }
  .box_wacom_one .img_box, .box_wacom_one .text_box {
    width: 100%;
  }
  .box_wacom_one .img_box, .box_wacom_one .text_box {
    width: 100%;
  }
  .box_wacom_one .new_tit h2 {
    font-size: 28px;
    text-align: center;
  }
  .box_wacom_one h2 {
    font-size: 28px;
  }
  .box_wacom_one>.inner:not(:last-child), .box_wacom_one .inner>div:not(:last-child) {
    margin-bottom: 80px;
  }
  .box_wacom_one .inner.se {
    margin-bottom: 40px;
  }
  .box_wacom_one .square_slider img {
    max-height: 272px;
    width: auto;
    margin: auto;
  }
  .box_wacom_one h3 span {
    display: inline-block;
    margin: 0 0 20px;
    font-size: 1.26em;
    letter-spacing: 0;
  }
  .box_wacom_one .douken p {
    font-size: 1.2em;
  }
  .box_wacom_one .douken ul {
    display: flex;
    justify-content: space-between;
    padding: 0 0 30px;
    flex-wrap: wrap;
  }
  .box_wacom_one .douken ul li {
    position: relative;
    width: 46vw;
  }
  .box_wacom_one .douken ul li span {
    bottom: 0;
    display: block;
    left: 0;
    right: 0;
  }
  .box_wacom_one .douken .list_tx {
    text-align: center;
    font-size: 1em;
    margin-top: 10px;
  }
}

.prev {
  left: 2px;
}
.next {
  right: 10px;
}
.prev, .next {
  display: block;
  position: absolute;
  top: -20px;
  bottom: 0;
  margin: auto 0;
  width: 30px;
  height: 30px;
  z-index: 1;
  cursor: pointer;
  opacity: 0.8;
}