<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url('https://fonts.googleapis.com/css2?family=Sansita+Swashed&amp;display=swap');
@import url('https://fonts.googleapis.com/css?family=Damion&amp;display=swap');
/*-------------------------------------
　基本設定
---------------------------------------*/
#container {
  width: 100%;
  margin-bottom: 60px;
}
.column2R #main {
  float: none;
  width: auto;
}
#lp_page {
  width: 100%;
  margin: 0 auto;
  color: #484848;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  position: relative;
  overflow: hidden;
  margin-bottom: 90px;
}
#lp_page * {
  box-sizing: border-box;
}
#lp_page img {
    width: auto;
    max-width: 100%;
}
.breadCrumb {
    width: 970px;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    text-align: left;
    padding: 12px 0;
}
.breadCrumb li {
	display: inline;
    padding: 0 0 0 10px;
    background: url(../5img/bcBg_999.gif) no-repeat scroll left center!important;
}
.breadCrumb li:first-child {
    padding-left: 0;
    background: 0 0!important;
}
.sidebannerLeft, .sidebannerRight {
  display: none;
}
.cont_wap {
  background: #fff;
}
.cont_section {
  padding: 60px 0
}
.cont_inner {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
.main_title {
  width: 100%;
  height: auto;
  position: relative;
}
.txt_ttl.color_primary {
  color: #333;
}
.page_link {
	width: 970px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 20px;
	display: flex;
	justify-content: space-between;
}
.page_link a {
	margin: 0;
}
.page_link a:hover {
	opacity: 0.6;
}
.main_title .main_title_inner {
  width: 100%;
  max-width: 1920px;
}
.main_title .main_title_inner img {
  width: 100%;
}
.ichiran-link {
  display: block;
  text-align: right;
  font-size: 14px;
  margin: 20px 0;
}
.ichiran-link a {
  color: #fff;
}
.pagetop {
  display: none;
  width: 970px;
  margin: 0 auto;
}
.only_pc {
  display: block;
}
img.only_pc {
  margin-left: auto;
  margin-right: auto;
}
.only_sp {
  display: none;
}
.bxshadow {
  box-shadow: 4px 4px 2px #000;
}
#pagetop {
  opacity: 1;
  position: fixed;
  bottom: 30px;
  right: 55px;
  transition: opacity .5s;
  z-index: 1;
}
#pagetop a {
  background-color: rgba(51,51,51,.8);
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 12px;
  line-height: 1.5em;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
}
.cont_inner h2 {
    margin: 40px auto;
}
.cont_inner h3.txt_ttl {
    font-size: 30px;
    margin: 0 auto;
    text-align: center;
    position: relative;
	font-weight: 500;
}
.ttl_line {
    border-bottom: 2px solid #fff;
    width: 108px;
    position: relative;
    margin: 15px auto 30px;
}
.ttl_line:before {
    position: absolute;
    bottom: -16px;
    left: 40%;
    width: 0;
    height: 0;
    content: '';
    border-width: 16px 12px 0 12px;
    border-width: 16px 14px 0 14px;
    border-style: solid;
    border-color: #ffffff transparent transparent transparent;
}
.ttl_line:after {
    position: absolute;
    bottom: -13px;
    left: 40%;
    width: 0px;
    height: 0;
    content: '';
    border-width: 16px 14px 0 14px;
    border-style: solid;
    border-color: #89c33f transparent transparent transparent;
}
.btn_link {
    display: block;
    width: 100%;
    max-width: 516px;
    margin: 0 auto;
	padding-bottom: 90px;
}
.btn_link img {
    width: 100%;
    max-width: 516px;
}
.btn_link a:hover {
    opacity: 0.7;
}
a.flash:hover {
    animation-name: hover-flash;
    animation-duration: 1s;
    opacity: .85;
}
@keyframes hover-flash {
    0% {
        opacity: .3
    }

    100% {
        opacity: .85
    }
}

@media screen and (max-width: 479px) {
  .p-registered .iconlink_wapper {
    width: 96vw;
  }
  .leadSection {
      padding-top: 0!important;
  }
  #lp_page {
    width: 100%;
    font-size: 3.6vw;
    position: relative;
    margin-top: 0!important;
  }
  .cont_section {
    padding: 60px 0
  }
  .cont_inner {
    width: 94%;
  }
  .main_title {
    width: 100%;
    margin-left: 0;
    height: auto;
  }
.page_link {
	width: 100%;
	position: static;
	transform: translateX(0);
	flex-wrap: wrap;
	padding: 15px 0 10px;
	background: #000;
}
.page_link a {
    padding: 0 15px;
	width: 50%;
}
  .ichiran-link {
    font-size: 3.2vw;
    margin: 10px 10px 0 0;
  }
  .txt_ttl {
    font-size: 5.4vw;
    line-height: 1.4;
    margin: 0 auto 15px;
  }
  .txt_ttl span {
    display: block;
    margin-left: 0;
  }
  .pagetop {
    width: 96%;
  }
  .only_pc {
    display: none;
  }
  .only_sp {
    display: block;
  }
  img.only_sp {
    margin-left: auto;
    margin-right: auto;
  }
  .bxshadow {
    box-shadow: 2px 2px 2px #561c20;
  }
  #pagetop {
    right: 8%;
  }
  .btn_link {
      padding-bottom: 60px;
  }
}

/*-------------------------------------
　ナビ
---------------------------------------*/
.nav_box {
	background: #D8E65B;
}
.nav_box li {
    position: relative;
}
.nav_box a {
	position: relative;
    color: #1C1C1C;
    display: block;
    font-size: 17px;
    font-weight: 800;
    letter-spacing: 2px;
    padding: 12px 12px;
    text-align: left;
    text-decoration: none;
    height: 100%;
	padding-left: 2.2rem;
}
.nav_box a:hover {
    opacity: 0.7;
}
.nav_box a:before {
    content: "";
    display: inline-block;
    background-image: url(../images/event/raytrek-spring-campaign/arrow_down.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 29px;
    height: 28px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-13.5px);
}
.menuBox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  margin-left: 0;
  box-shadow: 0 1px 10px rgb(255 255 255 / 60%);
}
.inside {
    margin: 0 auto;
    width: 100%;
    max-width: 920px;
}
.inside ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 12px;
}

@media screen and (max-width:479px) {
.nav_box a {
    font-size: 3.4vw;
    text-align: center;
    padding: 1rem 0 0;
    letter-spacing: normal;
}
  .nav_box a:hover {
    background: transparent;
  }
  .nav_box a:before {
      content: "";
      display: inline-block;
      background-image: url(../images/event/raytrek-spring-campaign/arrow_down.png);
      background-repeat: no-repeat;
      background-size: contain;
      width: 20px;
      height: 19px;
      position: absolute;
      top: 0;
      left: 40%;
      transform: translateY(-8.5px);
  }
  .menuBox {
    /*position: sticky;*/
  }
  .inside {
    width: 100%;
  }
.inside ul {
    padding-top: 24px;
}
  .inside ul li {
    width: 25%;
  }
}

/*-------------------------------------
　概要
---------------------------------------*/
.cont_top {
    background: #89C33F;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 1.7px;
    line-height: 1.7;
}

@media screen and (max-width: 479px){
.cont_top {
    font-size: 4vw;
}
}

/*-------------------------------------
　ラインナップ
---------------------------------------*/
@media screen and (min-width: 768px){
#lp_page .bg_recom_model h2 img {
    max-width: 464px;
}
}
.lineup_catch {
	text-align: center;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 1.7px;
    line-height: 1.7;
	margin-bottom: 40px;
}
.cont_present-camp_overview .txt_ttl {
  color: #011e60;
}
.cont_present-camp_overview .cont_inner:nth-of-type(n+2) {
  margin-top: 90px;
}
.rec_wap.creator_home_pc {
  background: #fff;
}
.rec_wap img {
  max-width: 100%;
}
.rec_inner {
  display: flex;
  justify-content: space-between;
  padding-bottom: 60px;
}
.rec_wap {
  width: 32%;
  padding: 30px;
  text-align: left;
  color: #1C1C1C;
	border: 2px solid #89C33F;
	border-radius: 10px;
	position: relative;
}
.rec_inner_center {
  display: flex;
  justify-content: center;
  padding-bottom: 60px;
}
.rec_inner_center &gt; .rec_wap:first-child {
  margin-right: 24px;
}
#lp_page .model_img img {
    width: 100%;
    max-width: 314px;
}
img.icon_gentei {
    position: absolute;
    top: 25px;
    left: 15px;
}
.model_parent {
    text-align: center;
	line-height: 1.5;
}
.rec_ttl_flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.rec_ttl {
  font-size: 36px;
  font-weight: bold;
  color: #004ea1;
  line-height: 1.1;
  text-align: center;
  letter-spacing: 4px;
}
.rec_ttl span {
  display: block;
  font-size: 32px;
  font-weight: 400;
  font-family: 'Sansita Swashed', cursive;
  letter-spacing: 1px;
  transform: scaleX(1.2) skewX(-6deg);
}
.gaming_pc .rec_ttl {
  color: #011e60;
}
.rec_ttl.creator_pc {
  color: #0a3381;
  padding-right: 40px;
}
.rec_ttl.home_pc {
  padding-left: 40px;
  position: relative;
}
.rec_ttl.home_pc::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 94px;
  background-color: #0a3381;
  position: absolute;
  top: 5px;
  left: 0;
  transform: rotate(20deg);
}
.rec_flex {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.rec_box.point_back {
  background: #92f097;
}
.rec_box.point_back:hover {
  background: #bbfcbe;
}
.rec_box.point_back::before {
  content: "ポイント\A進呈";
  white-space: pre;
  position: absolute;
  top: 15px;
  left: 1px;
  font-size: 17px;
  letter-spacing: 0;
  text-align: center;
  line-height: 1.1;
}
.rec_box.point_back::after {
  border-top: 100px solid #4db052;
}
.rec_box.reco_pc {
  background: #0036b1;
}
.rec_box.reco_pc:hover {
  background: #6292ff;
}
/*おすすめタグ*/
#rec_mark01::before {
  content: "おすすめ";
  white-space: pre;
  position: absolute;
  top: 24px;
  left: 1px;
  font-size: 17px;
  letter-spacing: 0;
  text-align: center;
  line-height: 1.1;
}
#rec_mark02::before {
  content: "おすすめ";
  white-space: pre;
  position: absolute;
  top: 24px;
  left: 1px;
  font-size: 17px;
  letter-spacing: 0;
  text-align: center;
  line-height: 1.1;
}
.rec_box.reco_pc::before {
  content: none;
  white-space: pre;
  position: absolute;
  top: 24px;
  left: 1px;
  font-size: 17px;
  letter-spacing: 0;
  text-align: center;
  line-height: 1.1;
}
#rec_mark01::after {
  border-top: 100px solid #00277e;
}
#rec_mark02::after {
  border-top: 100px solid #00277e;
}
.rec_box.sold_out {
  background: #ddd;
}
.rec_box.sold_out::after {
  border-top: 0;
}
.rec_box.sold_out::before {
  content: "※ご好評につき\A完売しました";
  white-space: pre;
  position: absolute;
  top: 30px;
  left: 50%;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #e43344;
  letter-spacing: 4px;
  transform: rotate(0) translateX(-50%);
}
#container .rec_box a, .rec_box a span {
    text-decoration: none;
    color: #fff;
}
.rec_box.sold_out a {
  pointer-events: none !important;
}
.rec_box .rec_box_inner {
  background: #fff;
  padding: 20px;
  height: 100%;
}
.rec_box.sold_out .rec_box_inner {
  opacity: 0.6;
}
.rec_box .rec_img {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rec_box .rec_name {
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0;
}
.rec_box .rec_spec p {
  font-size: 14px;
}
.rec_box .rec_price, .rec_box .rec_price span {
  font-size: 22px;
  font-weight: bold;
  color: #e43344;
}
.rec_box .rec_price .yen {
  font-size: 14px;
}
.rec_box .rec_jaccs_price span {
  color: #00a2e6;
}
.point_back_txt {
  margin-top: 20px;
  text-align: right;
  font-size: 15px;
  font-weight: bold;
  margin-right: 40px;
}
.jaccs_link {
  margin-top: 20px;
  text-align: right;
  font-size: 15px;
  margin-right: 40px;
}
.point_back_txt + .jaccs_link {
  margin-top: 10px;
}
.bg_recom_model {
   background: #fff;
}
.bg_recom_model h2 {
	font-size: 52px;
	color: #fff;
	text-align: center;
}
.model_parent .ttl_limited {
  background: linear-gradient(45deg, rgba(173,3,17,1) 10%, rgba(229,0,18,1) 51%, rgba(173,3,17,1) 100%);
  color: #fef18c;
  box-sizing: border-box;
  font-size: min(4vw,22px);
	letter-spacing: 2px;
  font-weight: 600;
  font-style: italic;
  padding: 6px 14px;
  position: absolute;
  top: 0;
  left: 0;
}
.model_name {
  font-size: min(6vw,18px);
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 20px;
  color: #B60031;
}
.model_catchcopy {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: bold;
}
.model_img .icon_sale {
  display: block;
  max-width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.cont_present-camp_overview .model_img .icon_sale {
  top: 0;
  bottom: auto;
  right: -30px;
}
.model_img .model_vga {
  background: #fce300;
  border: 1px solid #ccc;
  color: #484848;
  display: block;
  font-size: min(4.4vw,24px);
  font-weight: bold;
  padding: 6px 0;
  text-align: center;
  transform: rotate(-4deg);
  width: 90%;
  position: absolute;
  top: -10px;
  left: 10%;
}
.model_spec {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
    width: 100%;
    flex-direction: column;
	font-size: 14px;
	font-weight: bold;
}
.model_spec li {
    list-style: none;
}
.model_price {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
}
.rec_box a .model_price span {
  color: #e50011;
  font-size: min(10vw,50px);
  font-weight: 600;
  margin-bottom: 4px;
}
.rec_box a .model_price span.yen {
  font-size: min(6vw,30px);
}
.model_point {
  background-color: #e50011;
  color: #fef18c;
  font-size: min(3.4vw,16px);
  display: inline-block;
  letter-spacing: 1px;
  padding: 6px 14px;
}
.rec_box a .model_point span {
  color: #fef18c;
  font-size: min(6vw,18px);
}
.bottom_area {
  display: flex;
  justify-content: center;
}
#lp_page .c-button--primary-blue {
    background-color: #001E60;
	font-size: 14px;
	width: 232px;
	margin: 0 auto;
}


@media screen and (max-width: 479px){
.model_inner {
	display: block;
}
.lineup_catch {
    font-size: 18px;
}
  .model_detail,
  .model_img {
    width: 96%;
    margin: 0 auto;
  }
  .model_img img {
    display: block;
    margin: 0 auto 20px;
    height: auto;
    width: 80%;
  }
.model_img .icon_sale {
  width: 30%;
	margin: 0;
}
.cont_present-camp_overview .model_img .icon_sale {
    right: 0;
}
  .model_img .model_vga {
    margin: 20px auto -20px;
    position: static;
    width: 80%;
  }
  span.main_price {
      font-size: 24px;
      font-size: min(6vw,24px);
  }
  .btn_box {
    margin-top: 20px;
    width: 100%;
  }
  .bg_recom_model h2 {
      margin-bottom: 20px;
      font-size: 8vw;
  }
  .cont_present-camp_overview .cont_inner:nth-of-type(n+2) {
    margin-top: 30px;
  }
  .rec_inner_center {
    flex-direction: column;
  }
  .rec_inner_center &gt; .rec_wap:first-child {
    margin-right: 0;
  }
  .rec_wap {
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 30px;
  }
  .rec_wap.gaming_pc {
    margin-top: 0;
  }
  .rec_inner {
    width: 100%;
    flex-direction: column;
  }
  .rec_ttl_flex {
    flex-direction: column;
  }
  .rec_ttl {
    font-size: 5vw;
    letter-spacing: 1px;
  }
  .rec_ttl span {
    font-size: 5vw;
  }
  .rec_ttl.creator_pc {
    padding-right: 0;
  }
  .rec_ttl.home_pc {
    padding-left: 0;
    margin-top: 20px;
  }
  .rec_ttl.home_pc::before {
    content: none;
  }
  .rec_flex {
    display: block;
    margin-top: 20px;
  }
  .rec_box {
    width: 100%;
  }
  .rec_box .rec_box_inner {
    padding: 15px;
  }
  .rec_box .rec_name {
    font-size: 4vw;
    margin: 10px 0 4px;
  }
  .rec_box .rec_spec p {
    font-size: 3.4vw;
  }
  .rec_box .rec_price, .rec_box .rec_price span {
    font-size: 5vw;
  }
  .rec_box .rec_price .yen {
    font-size: 3.4vw;
  }
  .point_back_txt {
    margin-top: 10px;
    margin-right: 10px;
    font-size: 3.4vw;
  }
  .jaccs_link {
    margin-top: 10px;
    margin-right: 10px;
    font-size: 3.4vw;
  }
}

/*-------------------------------------
　クリエイティブサポートグッズキャンペーン
---------------------------------------*/
@-webkit-keyframes hover-flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes hover-flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}

.cont_present-camp {
    text-align: center;
    background: url("../images/event/raytrek-spring-campaign/BG_campaign.png") no-repeat top center;
    background-size: cover;
}
.cont_present-camp .txt_ttl {
  margin-top: 90px;
}
@media screen and (min-width: 768px){
#lp_page .cont_present-camp h2 img {
    max-width: 602px;
}
}
.kikan {
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    max-width: 530px;
    font-size: 20px;
    font-weight: bold;
    align-items: center;
}
.kikan .midashi {
    background: #0672bc;
    color: #fff;
    padding: 10px 10px 12px;
    border-radius: 5px;
    font-size: 18px;
	font-weight: 500;
}
.present-camp_wap {
    background: #89C33F;
    color: #fff;
    border: 3px solid #D8E65B;
    border-radius: 5px;
    width: 100%;
    max-width: 816px;
    margin: 60px auto;
    padding: 30px 20px 60px;
}
.present-camp_wap .txt {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}
.present-camp_wap p {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1.7px;
    line-height: 1.7;
}
.present-camp_box {
	display: block;
	width: 100%;
    max-width: 640px;
    margin: 100px auto 40px;
    background-color: #fff;
    border-radius: 10px;
    padding: 40px 80px;
	position: relative;
}
.present-camp_box_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.present-camp_l img {
    width: auto;
    max-width: 260px;
    position: absolute;
    top: -85px;
    left: 60px;
}
.present-camp_wap h3.txt_ttl {
    color: #fff;
}
.present_list_wap h3.txt_ttl {
    color: #89c33f;
}
.present_list_wap .ttl_line {
    color: #88C23F;
	border-bottom: 2px solid #88C23F;
}
.present_list_wap .ttl_line:before {
    border-color: #89c33f transparent transparent transparent;
}
.present_list_wap .ttl_line:after {
    border-color: #f8fff9 transparent transparent transparent;
}
.present_list_wap {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}
.present_list_box {
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 60px;
}
.present_list {
    width: 31.333%;
    text-align: left;
    color: #1C1C1C;
	margin-bottom: 60px;
}
.present_list .txt {
    text-align: center;
    width: 100%;
    max-width: 310px;
    margin: 0 auto;
}
.present_list h4 {
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0;
}
.present_list p {
    font-size: 16px;
}
#lp_page .present_list .txt a {
    margin-top: 20px;
    width: 100%;
	background-color: #89c33f;
}
.present_list .c-button--primary-blue::before {
    background-color: #abfa8c;
}
.present_list img {

}

@media screen and (max-width: 767px){
.present_list {
    width: 47.333%;
}
}

@media screen and (max-width: 479px) {
.cont_present-camp {
    text-align: center;
    background: url("../images/event/raytrek-spring-campaign/BG_campaign_sp.png") repeat top center;
    background-size: contain;
}
.cont_present-camp .txt_ttl {
	margin-top: 20px;
}
.kikan {
    flex-direction: column;
    line-height: normal;
}
.kikan .midashi {
    font-size: 16px;
    margin-bottom: 10px;
	padding: 10px 20px 12px;
}
.cont_inner h3.txt_ttl {
    font-size: 24px;
}
.present-camp_wap p {
    font-size: 14px;
}
  .present_list_box {
      flex-direction: column;
  }
  .present_list {
      width: 100%;
      padding: 0 10px;
  }
  .present_list h4 {
      font-size: 16px;
  }
  .present_list:nth-of-type(n+2) {
      margin-top: 20px;
  }
  .present_list p {
      font-size: 14px;
  }
  .present_list img {
      margin: 10px auto 0;
  }
  .present_list_wap .btn_link {
      padding: 30px 0 0;
  }
}

/*-------------------------------------
同時開催キャンペーン
---------------------------------------*/
#lp_page .c-button--primary-blue.pink {
    background-color: #CF1E64;
}
.c-button--primary-blue.pink:before {
    background-color: #ff68bb;
}


/*-------------------------------------
4Cシリーズについて
---------------------------------------*/
.cont_series-4C {
    background: #fff;
    text-align: center;
	padding-top: 100px;
	padding-bottom: 120px;
}
.cont_series-4C .cont_inner {

}
.reco__link-wrap {
    display: flex;
    justify-content: space-between;
	margin-bottom: 120px;
}
.reco__link-box {
    width: 31.333%;
}
h4.reco__link-ttl {
    color: #1C1C1C;
    font-size: min(2.3vw,22px);
    font-weight: bold;
    margin: 20px auto;
}

@media screen and (max-width: 768px){
.reco__link-wrap {
    display: block;
}
.reco__link-box {
    width: 100%;
    margin-bottom: 60px;
}
h4.reco__link-ttl {
    font-size: 20px;
}
}

/*-------------------------------------
raytrekとは
---------------------------------------*/
#cont_raytrek {
    background: #89C33F;
    text-align: center;
	padding: 60px 0 100px;
}
.cont_raytrek_txt p.sub_midashi_green {
    color: #D8E65B;
    font-size: 24px;
    letter-spacing: 5px;
}
.cont_raytrek_txt p.sub_midashi_green span {
	font-weight: bold;
}
#cont_raytrek h2 {
    font-size: 44px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 4.5px;
    margin: 30px 0 14px;
}
.cont_raytrek_txt p.sub_midashi_white {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.72px;
    margin-bottom: 30px;
}
.cont_raytrek_txt p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 1.5rem;
    line-height: normal;
    letter-spacing: 0.72px;
}

@media screen and (max-width: 479px){
#cont_raytrek h2 {
    font-size: 6vw;
}
.cont_raytrek_txt p {
    font-size: 4vw;
}
}

.nav_box.under a:before {
    content: "";
    display: inline-block;
    background-image: url(../images/event/raytrek-spring-campaign/arrow_up.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 29px;
    height: 28px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-13.5px);
}
@media screen and (max-width: 479px){
.nav_box.under a:before {
    content: "";
    display: inline-block;
    background-image: url(../images/event/raytrek-spring-campaign/arrow_up.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 19px;
    position: absolute;
    top: 0;
    left: 40%;
    transform: translateY(-8.5px);
}
}

/*========================================
slider (slick js)
========================================*/
.rot_box {
  margin-top: 30px;
}
.rot_prev, .rot_next {
  display: block;
  position: absolute;
  top: -20px;
  bottom: 0;
  margin: auto 0;
  width: 30px;
  height: 30px;
  z-index: 1;
  cursor: pointer;
  opacity: 0.8;
}
.rot_prev:hover, .rot_next:hover {
  opacity: 0.6;
}
.rot_prev {
  left: 2px;
}
.rot_next {
  right: 10px;
}
.rec_wap .rot_next {
  right: 4px;
}
.slick-slide {
  margin-left: 5px !important;
  margin-right: 5px !important;
}
.rec_wap .slick-slide {
  margin-left: 10px !important;
  margin-right: 10px !important;
}
.slick-slide img {
  margin: 0 auto;
}
.square_slider {
  display: none;
}
.slick-initialized {
  display: block;
}
@media screen and (max-width: 479px) {
  .rot_next, .rec_wap .rot_next {
    right: 2px;
  }
  .rec_wap .slick-slide {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}</pre></body></html>