@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');
/*-------------------------------------
　基本設定
---------------------------------------*/
body {
    margin: 0;
}
#container {
  width: 100%;
  margin-bottom: 60px;
}
#lp_page {
  width: 100%;
  margin: 0 auto;
  color: #fff;
  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;
}
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: #1A242D;
}
.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: 1280px) {
    .bnr_link_win11_wrap {
      width: 100%;
      margin: 10px auto;
    }

    .bnr_link_win11 {
      float: none;
      width: 100%;
      margin-top: 0;
      text-align: center;
    }
  }
@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: #fff;
	font-size: 36px;
    font-weight: bold;
    border-bottom: 2px solid #fff;
}
span.h2_subttl {
    color: #fff;
    font-size: 20px;
    display: block;
    margin-top: 0.5em;
}
.cont_wap h4 {
    color: #fa3858;
    font-size: 16px;
    font-weight: bold;
}
p.note {
    font-size: 12px;
	margin-top: 1em;
}
@media screen and (max-width: 767px){
span.h2_ttl_inner {
    font-size: 24px;
}
span.h2_subttl {
    font-size: 16px;
}
h3.h3_ttl {
    font-size: 18px;
}
.cont_wap h4 {
    font-size: 14px;
}
p.note {
    font-size: 10px;
}
}

/*-------------------------------------
　キービジュアル
---------------------------------------*/
.section_mainTitle img {
    width: 100%;
    margin: 0 auto;
}

/*-------------------------------------
　Ableton Liveとは
---------------------------------------*/
.section_about {
    background: #121920;
    text-align: center;
    padding: 60px 0;
}
.section_about h3.h3_ttl {
    font-family: "Noto Sans JP", sans-serif;
}
.about_item + .about_item {
    margin-top: 60px;
}
h3.about_h3_ttl {
    color: #fff;
    padding: 0.1em 1em;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    position: relative;
    width: max-content;
    margin: 0 auto;
}
h3.about_h3_ttl:before, h3.about_h3_ttl:after { 
    position: absolute;
    top: 0;
    content:'';
    width: 8px;
    height: 100%;
    display: inline-block;
  }
  h3.about_h3_ttl:before {
    border-left: solid 1px #fff;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    left: 0;
  }
  h3.about_h3_ttl:after {
    content: '';
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    border-bottom: solid 1px #fff;
    right: 0;
  }
p.about_txt {
    font-size: min(2.1vw, 20px);
    line-height: 1.7;
	margin-top: 1em;
}
@media screen and (max-width: 767px){
h3.about_h3_ttl {
    font-size: 18px;
}
p.about_txt {
    font-size: min(3.2vw, 16px);
}
}

/*-------------------------------------
　おすすめモデル
---------------------------------------*/
h3.h3_ttl {
    text-align: center;
	margin-top: 60px;
}
h3.h3_ttl span {
    color: #000000;
    border: 6px solid #FFFFFF;
    border-radius: 6px;
    padding: 0.5em 1.5em;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    position: relative;
    background: #b6fcc0;
	display: inline-block;
}
h3.h3_ttl:before {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 6px;
    content: '';
    background: #fff;
}
.section_lineup {
    background: #353535;
    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: 20px;
    font-weight: bold;
    color: #000;
}
.model_catchcopy span {
    font-size: 16px;
}
.model_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.model_parent {
    text-align: center;
}
.model_img {
    width: 360px;
}
.model_detail {
    width: 480px;
}
.model_namesub {
    font-size: 20px;
    text-align: left;
    font-weight: bold;
}
.model_name {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    text-align: left;
    line-height: 1.4;
    color: #02122e;
    border-bottom: 1px solid #b2b2b2;
	font-family: "Noto Sans JP", sans-serif;
}
.model_name span {
    font-size: 32px;
}
.model_spec {
    margin-bottom: 10px;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    color: #02122e;
}
.model_spec th, .model_spec td {
    padding: 5px 0;
}
.model_price {
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    color: #fa3858;
}
span.main_price {
    font-size: 32px;
}
.bottom_area {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.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, #f62f7a 0%, #fa3858 50%, #ab0420 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_lineup {
    padding: 60px 0;
}
.subttlWrap {
    width: 96%;
    max-width: 480px;
}
.subttlWrap h3 {
    font-size: min(5vw, 18px);
}
h3.h3_ttl span {
    font-size: 18px;
}
.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;
}
.model_img img {
	display: block;
    margin: 0 auto 20px;
    height: auto;
    width: 80%;
}
span.main_price {
	font-size: 24px;
}
.model_catchcopy {
    font-size: min(4vw, 16px);
}
.model_catchcopy span {
    font-size: min(3.4vw, 14px);
}
.model_namesub {
    font-size: 16px;
}
.model_name {
    font-size: 18px;
}
.model_spec {
    font-size: 14px;
}
.model_name span {
    font-size: 22px;
}
.model_price {
    font-size: 16px;
}
.gradient1 {
    font-size: 14px;
	padding: 18px 30px;
}
}

/*-------------------------------------
　BENEFITS
---------------------------------------*/
.section_benefits {
	background: #1A242D;
    padding: 120px 0;
}
.benefits_warp {
    background: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 60px 80px;
}
.benefits_item {
    margin-bottom: 40px;
}
.benefits_item p {
    color: #000;
    font-size: min(2.1vw, 20px);
}
.benefits_item p.benefits_ttl {
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    display: inline-block;
    padding: 0 10px;
    background: #C90526;
    margin: 14px auto 24px;
}
.benefits_item p.note {
    font-size: 14px;
}
@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: min(3.2vw, 16px);
}
.benefits_item p.note {
    font-size: 10px;
}
}

/*-------------------------------------
　ギャラリー
---------------------------------------*/
ul.gallery_fix {
    display: flex;
    width: 100%;
    margin: 0;
}
ul.gallery_fix li {
    width: 100%;
    height: 25vw;
}
li.gallery_fix_01 {
	background-image: url(../../create/img/ableton_live/gallery_img_01.webp?$staticlink$);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
	margin-right: 2px;
}
li.gallery_fix_02 {
	background-image: url(../../create/img/ableton_live/gallery_img_02.webp?$staticlink$);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
	margin-left: 2px;
}

/*-------------------------------------
　SET MODEL セットでお得に
---------------------------------------*/
section.section_setmodel {
    padding: 120px 0;
}
.setmodel_wrap {
    background: #F2F2F2;
    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: #26A793;
    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: #000000;
    font-size: 12px;
    font-weight: bold;
}
.regular_price span {
    font-size: 16px;
}
.set_price {
    color: #FF764D;
    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: #1A242D;
}
.voice_warp {
    background: #F5F5F5;
    border-radius: 10px;
    max-width: 960px;
	padding: 80px;
	margin: 0 auto;
}
.voice_ttl_warp {
    display: block;
}
p.voice_ttl_top {
    padding-left: 1em;
    text-indent: -1.5em;
}
p.voice_ttl_bottom {
    padding-left: 1em;
}
.voice_item {
    margin-bottom: 60px;
}
.voice_img {
    padding-right: 20px;
}
.voice_ttl {
    font-size: 16px;
    font-weight: bold;
}
.voice_ttl span {
    font-size: min(2.9vw, 24px);
}
.voice_ttl hr {
    color: #b2b2b2;
    margin: 10px auto;
}
.voice_txt {
    position: relative;
    font-size: 20px;
    line-height: 1.7;
    border: 2px solid #000000;
    padding: 30px;
	margin-top: 40px;
}
.voice_txt, .makers_txt {
    color: #000;
    font-size: min(2vw, 20px);
}
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 {
    width: 100%;
    max-width: 400px;
    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;
}
}
/*-------------------------------------
　クリエイターPCを 用途・目的から選ぶ
---------------------------------------*/
.p-create-pc__purpose.section_purpose {
    background: #353535;
}
.p-create-pc__purpose__card a {
    color: #484848;
}
.c-panel-arrow::before {
    color: #484848;
}