@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url('https://fonts.googleapis.com/css2?family=Sansita+Swashed&display=swap');
@import url('https://fonts.googleapis.com/css?family=Damion&display=swap');
/*-------------------------------------
　基本設定
---------------------------------------*/
#container {
  width: 100%;
  margin-bottom: 60px;
}
#lp_page {
  width: 100%;
  margin: 0 auto;
  color: #1d1d1d;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: normal;
  position: relative;
  overflow: hidden;
  margin-bottom: 90px;
}
#lp_page * {
  box-sizing: border-box;
}
#lp_page img {
    width: auto;
    max-width: 100%;
}
.breadCrumb {
    width: 100%;
    max-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;
}
.breadCrumb a {
    color: #0062b0;
    text-decoration: underline;
}
.breadCrumb a:hover {
    text-decoration: none;
}
.sidebannerLeft, .sidebannerRight {
  display: none;
}
.cont_wap {
  background: #fff;
}
.cont_inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.center_img {
    margin: 0 auto;
    display: block;
}
.only_pc {
  display: block;
}
.only_sp {
  display: none;
}
#pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 55px;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  #lp_page {
    width: 100%;
    font-size: 14px;
    position: relative;
    margin-top: 0!important;
  }
  .cont_section {
    padding: 60px 0
  }
  .cont_inner {
    width: 94%;
  }
  .breadCrumb {
      display: none;
  }
  .only_pc {
    display: none;
  }
  .only_sp {
    display: block;
  }
  #pagetop img {
    width: 50%;
}
  #pagetop {
    right: -3%;
  }
}

.effect_top {
    animation-name: anime-fadeTop;
    animation-duration: 2s;
    animation-timing-function: ease;
    animation-iteration-count: 1;
}
@keyframes anime-fadeTop {
    0% {
        opacity: 0
    }

    50% {
        opacity: 0;
        transform: translateY(50px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}
.fadeDownUp {
    opacity: 0;
    transition: all 1.2s;
    transform: translatey(20px);
}

.downUp {
    opacity: 1;
    transform: translate(0,0);
}

.fadeDownUpPlus {
    opacity: 0;
    transition: all 1.5s;
    transform: translatey(10px)
}

.downUpPlus {
    opacity: 1;
    transform: translate(0,0)
}

.fadeRightLeft {
    opacity: 0;
    transition: all 1.2s;
    transform: translatex(20px)
}

.rightLeft {
    opacity: 1;
    transform: translate(0,0)
}

.fadeZoomOut {
    opacity: 0;
    transition: all 1.2s;
    transform: scale(1.02)
}

.zoomOut {
    opacity: 1;
    transform: scale(1);
}

@keyframes lineSquare {
    0% {
        background-size: 0 2px,2px 0,0 2px,2px 0
    }

    25% {
        background-size: 100% 2px,2px 0,0 2px,2px 0
    }

    50% {
        background-size: 100% 2px,2px 100%,0 2px,2px 0
    }

    75% {
        background-size: 100% 2px,2px 100%,100% 2px,2px 0
    }

    100% {
        background-size: 100% 2px,2px 100%,100% 2px,2px 100%
    }
}

h2.h2_ttl {
    position: relative;
    text-align: center;
	margin-bottom: 40px;
}
span.h2_ttl_inner {
	color: #1d1d1d;
	font-size: 36px;
    font-weight: bold;
    border-bottom: 2px solid;
    border-image: linear-gradient(to right, #000000 0%, #004aef 100%);
    border-image-slice: 1;
}
span.h2_subttl {
    color: #888888;
    font-size: 20px;
    display: block;
    margin-top: 0.5em;
}
h3.h3_ttl img {
    display: block;
    margin: 0 auto;
}
.cont_wap h4 {
    color: #004aef;
    font-size: 16px;
    font-weight: bold;
}
p.note {
    font-size: 14px;
	margin-top: 1em;
}
@media screen and (max-width: 767px){
span.h2_ttl_inner {
    font-size: 24px;
}
span.h2_subttl {
    font-size: 16px;
}
.cont_wap h4 {
    font-size: 14px;
}
p.note {
    font-size: 12px;
}
}

/*-------------------------------------
　キービジュアル
---------------------------------------*/
.section_mainTitle img {
    margin: 0 auto;
}

/*-------------------------------------
　TourBoxとは
---------------------------------------*/
.section_about {
    background: #dbdcde;
    text-align: center;
    padding: 60px 0;
}
.about_item + .about_item {
    margin-top: 60px;
}
p.about_txt {
    font-size: 20px;
    line-height: 1.7;
	margin-top: 1em;
}

@media screen and (max-width: 767px){
p.about_txt {
    font-size: 16px;
}
}
	
/*-------------------------------------
　BENEFITS
---------------------------------------*/
.section_benefits {
    padding: 120px 0;
}
.benefits_warp {
    background: #f4f4f4;
    border-radius: 10px;
    text-align: center;
    padding: 60px 80px;
}
.benefits_item {
    margin-bottom: 40px;
}
.benefits_item p {
    font-size: 20px;
}
.benefits_item p.benefits_ttl {
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    display: inline-block;
    padding: 0 10px;
    background: #1d1d1d;
    margin: 14px auto 24px;
}
@media screen and (max-width: 767px){
.section_benefits {
    padding: 60px 0;
}
.benefits_warp {
    padding: 40px 20px;
}
.benefits_item p.benefits_ttl {
    font-size: 22px;
}
.benefits_item p {
    font-size: 16px;
}
}

/*-------------------------------------
　スライダー
---------------------------------------*/
#lp_page .slider .slick-slide {
    margin:0 10px;
}

/*-------------------------------------
　RECOMMENDATION 用途別おすすめモデル
---------------------------------------*/
.section_recommendation {
    background: #f4f4f4;
    padding: 120px 0;
}
.rec_inner {
    display: block;
    padding-top: 40px;
}
.rec_wap {
    width: 100%;
    max-width: 960px;
    margin: 0 auto 60px;
    padding: 30px;
    text-align: left;
    border-radius: 10px;
    background: #fff;
}
.model_catchcopy {
    margin: 14px auto;
    font-size: 32px;
    font-weight: bold;
    color: #02122e;
    line-height: 1.2;
}
.model_inner {
    display: flex;
    justify-content: center;
    align-items: center;
}
.model_parent {
    text-align: center;
}
.model_img {
    margin-bottom: 20px;
    width: 360px;
}
#lp_page .model_img img {
    width: 85%;
}
.model_detail {
    width: 480px;
}
.model_namesub {
    font-size: 20px;
    text-align: left;
    font-weight: bold;
}
.model_name {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    text-align: left;
    line-height: 1.4;
    color: #02122e;
    border-bottom: 1px solid #b2b2b2;
}
.model_name span {
    font-size: 20px;
}
.model_spec {
    margin-bottom: 10px;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    color: #02122e;
}
.model_price {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    color: #f39800;
}
span.main_price {
    font-size: 32px;
}
.bottom_area {
  display: flex;
  justify-content: center;
}
.gradient1 {
    display: inline-block;
    color: #fff;
	font-size: 16px;
    font-weight: bold;
    padding: 18px 60px;
    border-radius: 30px;
    text-decoration: none;
    outline: none;
    background: linear-gradient(270deg, #dbdcde 0%, #004aef 50%, #02122e 100%);
    background-position: 1% 50%;
    background-size: 200% auto;
    transition: all 0.3s ease-out;
	position: relative;
	width: 100%;
    max-width: 340px;
	cursor: pointer;
}
.gradient1:hover {
    color: #fff;
    background-position: 99% 50%;
}
.gradient1::after {
    position: absolute;
    top: calc(50% - 4px);
    right: 25px;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-right: 2px solid;
    border-bottom: 2px solid;
    border-color: #fff;
    content: '';
}
@media screen and (max-width: 767px){
.section_recommendation {
    padding: 60px 0;
}
.subttlWrap {
    width: 96%;
    max-width: 480px;
}
.subttlWrap h3 {
    font-size: min(5vw, 18px);
}
.pointLine02 {
    top: 55px;
}
.rec_wap {
	width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    padding: 30px 10px;
}
.rec_inner {
    width: 100%;
    flex-direction: column;
}
.rec_box {
    width: 100%;
}
.model_inner {
	display: block;
}
.model_detail,
.model_img {
    width: 96%;
    margin: 0 auto;
}
#lp_page .model_img img {
	display: block;
    margin: 0 auto 20px;
    height: auto;
    width: 80%;
}
span.main_price {
	font-size: 24px;
}
.model_catchcopy {
    font-size: min(4.5vw, 22px);
}
.model_namesub {
    font-size: 16px;
}
.model_name {
    font-size: 22px;
}
.model_spec {
    font-size: 14px;
}
.model_name span {
    font-size: 16px;
}
.model_price {
    font-size: 16px;
}
.gradient1 {
    font-size: 14px;
	padding: 18px 30px;
}
}

/*-------------------------------------
　SET MODEL セットでお得に
---------------------------------------*/
section.section_setmodel {
    padding: 120px 0;
}
.setmodel_wrap {
    background: #f4f4f4;
    border-radius: 10px;
    max-width: 960px;
    padding: 80px;
    margin: 0 auto;
}
img.set_logos {
    display: block;
    margin: 0 auto;
}
.setmodel_txt {
    margin-top: 40px;
}
.model_spec.setmodel_spec {
    margin-top: 20px;
}
.set_rec_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.set_rec_wap {
    width: 47.333%;
    background: #fff;
	margin-bottom: 30px;
	border-radius: 10px;
}
.set_model_name {
    color: #fff;
    background: #717071;
    font-size: 20px;
    font-weight: bold;
    padding: 0.5em;
    text-align: left;
	border-radius: 10px 10px 0 0;
}
.set_model_inner {
    padding: 20px 20px 30px;
}
.set_price_wrap {
    display: flex;
    justify-content: flex-start;
}
.set_img {
    margin-bottom: 20px;
}
.price_ttl {
    font-size: 16px;
    width: 90px;
    text-align: left;
}
.regular_price {
    color: #888888;
    font-size: 12px;
    font-weight: bold;
}
.regular_price span {
    font-size: 16px;
}
.set_price {
    color: #004aef;
    font-size: 14px;
    font-weight: bold;
}
.set_price span {
    font-size: 20px;
}
.gradient1.set_btn {
    max-width: 270px;
    padding: 12px 60px;
    font-size: 14px;
}

@media screen and (max-width: 767px){
section.section_setmodel {
    padding: 60px 0;
}
.set_rec_inner {
    display: block;
}
.set_rec_wap {
    width: 100%;
}
.setmodel_wrap {
    padding: 40px 20px;
}
.price_ttl {
    font-size: 14px;
}
.gradient1.set_btn  {
    font-size: 12px;
}
}

/*-------------------------------------
　MAKER’S VOICE メーカー担当者様の声
---------------------------------------*/
.section_voice {
	padding: 120px 0;
	background-image: linear-gradient(180deg, rgba(243, 244, 243, 1), rgba(220, 220, 222, 1));
}
.voice_warp {
    background: #fff;
    border-radius: 10px;
    max-width: 960px;
	padding: 80px;
	margin: 0 auto;
}
.voice_ttl_warp {
    display: flex;
    align-items: center;
}
.voice_item {
    margin-bottom: 60px;
}
.voice_img {
    padding-right: 20px;
}
.voice_ttl {
    font-size: 16px;
    font-weight: bold;
}
.voice_ttl span {
    font-size: 24px;
}
.voice_ttl hr {
    color: #b2b2b2;
    margin: 10px auto;
}
.voice_txt {
    position: relative;
    font-size: 20px;
    line-height: 1.7;
    padding: 30px;
    margin-top: 40px;
    box-sizing: border-box;
    background-color: #fff;
    background-image: linear-gradient(00deg,#1d1d1d,#1d1d1d),linear-gradient(00deg,#1d1d1d,#1d1d1d),linear-gradient(00deg,#1d1d1d,#1d1d1d),linear-gradient(00deg,#1d1d1d,#1d1d1d);
    background-size: 0 2px,2px 0,0 2px,2px 0;
    background-position: left top,right top,right bottom,left bottom;
    background-repeat: no-repeat;
}
.voice_txt.downUp {
    animation: lineSquare 1.2s linear forwards;
    animation-delay: .5s;
}
img.icon_quotation_top {
    position: absolute;
    top: -20px;
    right: 10px;
}
img.icon_quotation_bottom {
    position: absolute;
    bottom: -20px;
    left: 10px;
}
.voice_txt p + p {
    margin-top: 2em;
}
.makers_item {
    margin-bottom: 60px;
}
img.makers_img {
    display: block;
    margin: 0 auto;
}
.makers_txt {
    margin: 40px auto;
    font-size: 20px;
    line-height: 1.7;
}
a.external_link.gradient1 {
    text-align: center;
    display: block;
    margin: 0 auto;
}
a.external_link.gradient1::after {
	content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
	background: url(../../create/img/tourbox/external-link.webp) no-repeat;
	background-size: contain;
    top: calc(50% - 9px);
    -webkit-transform: unset;
    transform: unset;
    border-right: none;
    border-bottom: none;
}
@media screen and (max-width: 767px){
.section_voice {
	padding: 60px 0;
}
.voice_warp {
    padding: 40px 20px;
}
#lp_page img.voice_img {
    max-width: 120px;
}
.voice_ttl {
    font-size: 16px;
}
.voice_ttl span {
    font-size: 18px;
}
.voice_txt {
    font-size: 16px;
}
.makers_txt {
    font-size: 16px;
}
a.external_link.gradient1 {
    padding: 18px 0;
}
}

/*-------------------------------------
raytrekとは
---------------------------------------*/
h2.ttl-raytrek {
  margin-top: 100px;
  text-align: center;
  font-weight: bold;
  font-size: 60px;
  line-height: 1.8;
  margin-bottom: 40px;
  color: #333;
}
.main_section#about-raytrek {
  　color: #fff;
	background: #093381;
}
.main_section#about-raytrek .section_inner {
	width: 100%;
    max-width: 970px;
    margin: 0 auto;
    padding: 100px 20px;
}
.box-raytrek .copyArea {
    width: 50%;
}
.box-raytrek p {
    font-size: 18px;
    line-height: 1.8;
    color: #fff;
}
.box-raytrek p.ttl01 {
  font-weight: bold;
  line-height: 1;
  font-size: 36px;
  margin-bottom: 20px;
}
.box-raytrek p.ttl02 {
  font-weight: bold;
  line-height: 1;
  font-size: 48px;
  margin-bottom: 40px;
  color: #fff;
}
.box-raytrek p.btn-brand {
  line-height: 1;
  background: #db3368;
  border-radius: 50px;
  width: 250px;
  text-align: center;
  margin-bottom: 20px;
  transition: 0.3s all;
}
.box-raytrek p.btn-brand a {
  display: block;
  padding: 15px 0 18px;
  color: #fff !important;
  text-decoration: none !important;
}
.box-raytrek p.btn-brand:hover {
  opacity: 0.8;
}
.box-raytrek p.img-brand {
    margin-bottom: 40px;
}
.box-raytrek p.text-brand {
  clear: both;
}
.box-raytrek_flex {
    display: flex;
    align-items: flex-start;
}
@media screen and (max-width: 767px){
h2.ttl-raytrek {
    margin-top: 50px;
    font-size: 48px;
}
.section_inner {
    padding-bottom: 60px;
}
.box-raytrek .copyArea {
    width: 100%;
}
.box-raytrek p.ttl02 {
    text-align: center;
    font-size: 40px;
}
.box-raytrek p.btn-brand {
    width: 250px;
    margin: 0 auto;
    margin-bottom: 40px;
}
.box-raytrek p.btn-brand a {
    display: block;
    padding: 10px 0;
    text-decoration: none !important;
}
.box-raytrek p {
    font-size: 16px;
}
.box-raytrek p.img-brand {
    float: none;
    margin-bottom: 40px;
}
#s_containerSF img {
    max-width: 100%;
}
.box-raytrek p.text-brand {
    clear: both;
}
.box-raytrek_flex {
    align-items: center;
    flex-direction: column;
}
}