html {
  --color-black: #000000;
  --color-white: #FFFFFF;
  --color-red: #EA1F22;
  --color-yellow: #FFF621;
}
body {
  font-family: "Zen Kaku Gothic New", sans-serif !important;
}
* {
  color: var(--color-white);
}
body > header {
  position: sticky;
  padding: 30px 20px 30px 40px;

}
.text-black {
    color: var(--color-black);
}
.text-white {
  color: var(--color-white);
}
.text-red {
    color: var(--color-red);
}
.text-yellow {
    color: var(--color-yellow);
}
.bg-black {
    background: var(--color-black);
}
.bg-red {
    background: var(--color-red);
}
.bg-yellow {
    background: var(--color-yellow);
}
.maker_section {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
.maker_section_inner {
  max-width: 1080px;
  margin: 0 auto;
}
.text-left {
  text-align: left;
}
#maker_lp h1,
#maker_lp h2,
#maker_lp h3,
#maker_lp h4,
#maker_lp h5,
#maker_lp h6,
#maker_lp p,
#maker_lp a {
  font-weight: 700;
}
#maker_lp h1 {
font-size: 54px;
line-height: 1.5;
}
#maker_lp h2 {
  font-size: 42px;
  line-height: 1.5;
}
#maker_lp h3 {
  font-size: 32px;
  line-height: 1.6;
}
#maker_lp h4 {
  font-size: 24px;
  line-height: 1.6;
}
#maker_lp h5 {
  font-size: 20px;
  line-height: 1.8;
}
#maker_lp h6 {
  font-size: 18px;
  line-height: 1.5;
}
#maker_lp p,
.maker_phase__content li {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
}
#maker_lp a {
  text-decoration: none;
}
p:empty {
  display: none;
}
#maker_lp .color-box {
  line-height: 1;
  width: max-content;
  max-width: 100%;
}
#maker_lp h2.color-box {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 80px auto 0;
}
#maker_lp h3.color-box {
  padding: 6px 12px;
  margin: 30px auto 0;
}
#maker_lp h4.color-box {
  padding: 6px 4px;
  margin: 30px auto 0;
}
#maker_lp h4.color-box span {
  color: inherit;
}

/* 共通スタイル */
#maker_lp img {
  max-width: 100%;
  height: auto;
  display: block;
}
.maker-ec_download_button {
  border-radius: 27px;
}
.maker-ec_download_button a {
  width: 240px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 11px 11px 20px;
  font-size: 15px;
  font-weight: 700;
}
.maker-ec_download_button .maker_right_arrow {
  width: 32px;
  height: 32px;
  padding: 12px 10px;
  background: #000;
  border-radius: 50%;
}
/* セクション共通 */
.maker_section {
  padding: 60px 20px;
}
.maker_section_inner {
  max-width: 1080px;
  margin: 0 auto;
}

/* マージン */
.maker_about .maker_title h2 {
  margin-top: 16px;
}
.maker_about__box h4,
.maker_who .maker_title h2,
.maker_about__bottom h4,
.maker_free-box h4 + p,
.maker_phase__content h5,
.maker_phase__content ul,
.maker_image_content h6 + h6,
.maker_change h3,
.maker_change h3 + h5 {
  margin-top: 20px;
}
.maker_selection h3,
.maker_free-box2,
.maker_new_selection p,
.maker_phases_box h3 + p,
.maker_change h2 + h5,
.maker_timing h5 {
    margin-top: 30px;
}
.maker_who .maker_title + p,
.maker_free-box1,
.maker_phase + .maker_phase,
.maker_phases__bottom h5,
.maker_cta__buttons {
  margin-top: 40px;
}

/* FVセクション */
.maker_fv {
  background: url("https://art-trading.co.jp/manage/wp-content/themes/arttrading_rn/lp/img/maker-ec/maker_fv_bg_pc.png");
  background-size: cover;
  height: calc(64800vw / 1440);
  position: relative;
}
.maker_fv__content {
  padding-top: calc(6000vw / 1440);
  padding-left: calc(12000vw / 1440);
}
#maker_lp .maker_fv__text h1 {
  font-size: calc(5400vw / 1440);
}
#maker_lp .maker_fv__text h5 {
  font-size: calc(2000vw / 1440);
  margin-top: calc(3000vw / 1440);
}
.maker_fv_button {
  width: calc(42000vw / 1440);
  height: calc(8000vw / 1440);
  margin-top: calc(7600vw / 1440);
  border-radius: calc(1600vw / 1440);
}
.maker_fv_button a {
  font-size: calc(2000vw / 1440);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: calc(1200vw / 1440);
  padding: calc(3000vw / 1440) calc(2000vw / 1440) calc(1500vw / 1440);
  position: relative;
}
.maker_fv_button a span:first-child {
  font-size: calc(1400vw / 1440);
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: calc(36500vw / 1440);
  height: calc(3200vw / 1440);
  border-radius: calc(1600vw / 1440);
  position: absolute;
  top: calc(-1600vw / 1440);
  left: 50%;
  transform: translateX(-50%);
}
#maker_lp img.maker_right_arrow {
  width: calc(3200vw / 1440);
  height: calc(3200vw / 1440);
  padding: calc(1200vw / 1440) calc(1000vw / 1440);
  background: var(--color-black);
  border-radius: 50%;
}
.maker_fv__image {
  position: absolute;
  top: calc(-7200vw / 1440);
  width: calc(70700vw / 1440);
  right: calc(800vw / 1440);
}
/* バー */
.maker-bar {
  background: #13131A;
  padding: 24px 20px;
  text-align: center;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.maker-bar:after,
.maker_timing:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  border-top-width: 40px;
  border-style: solid;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  border-bottom: none;
  z-index: 1;
}
.maker-bar:after {
  border-top-color: #13131A;

}
.maker_timing:after {
  border-top-color: var(--color-red);
}
.maker-bar span {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
}
.maker-bar span:before,
.maker-bar span:after {
  content: "";
  display: block;
  width: 27px;
  height: 36px;
  position: absolute;
  top: 4px;
}
.maker-bar span:before {
  background: url("https://art-trading.co.jp/manage/wp-content/themes/arttrading_rn/lp/img/maker-ec/maker_bar_left.png");
  background-size: cover;
  left: -36px;
}
.maker-bar span:after {
  background: url("https://art-trading.co.jp/manage/wp-content/themes/arttrading_rn/lp/img/maker-ec/maker_bar_right.png");
  background-size: cover;
  right: -36px;
}

/* Aboutセクション */
.maker_about {
  background: url("https://art-trading.co.jp/manage/wp-content/themes/arttrading_rn/lp/img/maker-ec/maker_about_bg.png");
  background-size: cover;
  position: relative;
  padding-top: 90px;
  padding-bottom: 80px;
}
.maker_title h5 {
  line-height: 1.5;
}
.maker_about__image {
  position: relative;
  width: 100%;
  height: 355px;
  margin: 0 auto;
}

.maker_about__image-main {
  height: 100%;
}
#maker_lp .maker_about__image-main img {
  width: auto;
  height: 100%;
  margin: 0 auto;
}
.maker_about__fukidashi {
  width: calc(42000vw / 1120);
  max-width: 420px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  background: #363442;
  padding: 15px 6px;
  border-radius: 50px;
  font-weight: bold;
}

.maker_about__fukidashi1 {
  top: 101px;
  left: 0;
}

.maker_about__fukidashi2 {
  top: 211px;
  left: 0;
}

.maker_about__fukidashi3 {
  top: 133px;
  right: 0;
}

.maker_about__fukidashi:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
}

.maker_about__fukidashi1:after {
  width: 30px;
  height: 20px;
  background: url(https://art-trading.co.jp/manage/wp-content/themes/arttrading_rn/lp/img/maker-ec/maker_fukidashi1.svg);
  bottom: 4px;
  right: -12px;
}
.maker_about__fukidashi2:after {
  width: 27px;
  height: 22px;
  background: url(https://art-trading.co.jp/manage/wp-content/themes/arttrading_rn/lp/img/maker-ec/maker_fukidashi2.svg);
  top: 5px;
  right: -11px;
}
.maker_about__fukidashi3:after {
  width: 27px;
  height: 18px;
  background: url(https://art-trading.co.jp/manage/wp-content/themes/arttrading_rn/lp/img/maker-ec/maker_fukidashi3.svg);
  top: 25px;
  left: -17px;
}

.maker_about__box {
  background: #13131A;
  padding: 60px 20px 24px;
}
.box_underline {
  position: relative;  
}
.box_underline:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  border-top-width: 60px;
  border-style: solid;
  border-left: min(calc(50vw - 20px), 540px) solid transparent;
  border-right: min(calc(50vw - 20px), 540px) solid transparent;
  border-bottom: none;
  z-index: 1;
}
.maker_about__box:after {
  border-top-color: #13131A;
}
.bg-yellow:after {
  border-top-color: var(--color-yellow);
}

.maker_about__box p span {
  display: block;
  margin: 10px 0;
}

.maker_about__bottom {
  margin-top: 100px;
}

/* Whoセクション */
.maker_who {
  background: url("https://art-trading.co.jp/manage/wp-content/themes/arttrading_rn/lp/img/maker-ec/maker_who_bg.png");
  background-size: cover;
  background-position: right;
}
#maker_lp .maker_who p {
  line-height: 1.8;;
}

/* Selectionセクション */
.maker_selection {
  background: url("https://art-trading.co.jp/manage/wp-content/themes/arttrading_rn/lp/img/maker-ec/maker_selection_bg.png");
  background-size: cover;
  background-position: top center;
  height: calc(39800vw / 1440);
  min-height: 398px;
}
/* Freeセクション */

.maker_free-box {
  padding: 60px 20px;
  position: relative;
}

.maker_free-box img {
  position: absolute;
  bottom: 0;
}

.maker_free-box1 {
  background: #F0F0F0;
}
.maker_free-box1 img {
  /* width: 150px;
  left: 30px; */
  width: calc(15000vw / 1440);
  max-width: 150px;
  left: min(calc(3000vw / 1440),30px);
}

.maker_free-box2 {
}
.maker_free-box2 img {
  /* width: 215px;
  right: 30px; */
  width: calc(21500vw / 1440);
  max-width: 215px;
  right: min(calc(3000vw / 1440),30px);
}

/* Placeセクション */
.maker_place {
  background: url("https://art-trading.co.jp/manage/wp-content/themes/arttrading_rn/lp/img/maker-ec/maker_place_bg.png");
  background-size: cover;
  background-position: right;
  padding-top: 80px;
  padding-bottom: 70px;
}
#maker_lp .maker_place_item h3 {
  line-height: calc(42/32);
  background: #4D090A;
  width: max-content;
  max-width: 100%;
  padding: 0 11px 0 10px;
}
#maker_lp .maker_place_item > h3:first-child {
  padding-right: 1px;
}
#maker_lp .maker_place_item .maker_place_second > h3 {
  padding-right: 13px;
}
#maker_lp .maker_place_item .maker_place_second > h3:first-child {
  padding-right: 3px;
}
.maker_place_item + .maker_place_item {
  margin-top: 62px;
}
.maker_place_item h3 + p,
.maker_place_item .maker_place_second + p {
  margin-top: 22px;
}
.space-trim {
  letter-spacing: -0.5em;
}

/* New Selectionセクション */
.maker_new_selection {
  padding-top: 80px;
  padding-bottom: 250px;
}

/* Phasesセクション */
.maker_phases {
  padding-top: 140px;
}

.maker_phases_box {
  padding: 60px 20px 40px;
  position: relative;
}

.maker_phases_box img {
  width: 651px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -434px;
}

.maker_phases__list {
  margin-top: 120px;
}

.maker_phase {
  display: flex;
  gap: 60px;
}
.maker_phase1 {
  --phase-color: #6C2D2E;
}
.maker_phase2 {
  --phase-color: #4D090A;
}
.maker_phase3 {
  --phase-color: #981214;
}
.maker_phase4 {
  --phase-color: #BF1B1E;
}
.maker_phase5 {
  --phase-color: #EA1F22;
}

.maker_phase__image {
  flex-basis: 440px;
}

.maker_phase__content {
  flex-basis: 580px;
}
.maker_phase__title {
  color: var(--color-white);
  background: var(--phase-color);
  padding: 3px 12px;
  width: max-content;
  max-width: 100%;
  line-height: 1.5 !important;
}

.maker_phase__subtitle {
  color: var(--phase-color);
  border-bottom: 2px solid var(--phase-color);
  width: max-content;
  max-width: 100%;
  margin-top: 8px;
}
.maker_phase__content h5 {
  line-height: 1.5 !important;
}

.maker_phase__content li {
  color: #5B5B5B;
  padding-left: 25px;
  position: relative;
}
.maker_phase__content li:before {
  content: "・";
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  line-height: 1;
  text-align: center;
  width: 25px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.maker_phases__bottom {
  margin-top: 80px;
}

.maker-bar2 span:before {
  left: -52px;
}
.maker-bar2 span:after {
  right: -52px;
}
/* Imageセクション */
.maker_image {
  display: flex;
}


.maker_image_left,
.maker_image_right {
  flex: 1;
  position: relative;
}
.maker_image_left {
  background: #F0F0F0;
}
.maker_image_right {
  background: #CB14141A;
}
.maker_image_img {
  width: calc(24600vw / 1300);
  max-width: 246px;
  position: absolute;
  bottom: 0;
}
.maker_image_img br {
  display: none;
}
.maker_image_left .maker_image_img {
  left: 0;
}
.maker_image_right .maker_image_img {
  right: 0;
}
.maker_image_content {
  padding: min(calc(6300vw / 1300),63px) min(calc(4000vw / 1300),40px) min(calc(5300vw / 1300),53px);
}
#maker_lp .maker_image_content h6 {
  font-size: min(calc(1800vw / 1300),18px);
  text-align: center;
}
.maker_image_content h6 {
  padding: 15px;
  border-radius: 50px;
  font-weight: bold;
  width: calc(42000vw / 1300);
  max-width: 420px;
}
.maker_image_left .maker_image_content h6 {
  background: #424242;
  margin-left: auto;;
}

.maker_image_right .maker_image_content h6 {
  background: #EA1F22;
}

/* Changeセクション */
.maker_change {
}

/* Timingセクション */
.maker_timing {
  position: relative;
}

/* CTAセクション */
.maker_cta {
  background: url("https://art-trading.co.jp/manage/wp-content/themes/arttrading_rn/lp/img/maker-ec/maker_cta_bg.png");
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 90px;
}

.maker_cta__buttons {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
.maker_cta__buttons br {
  display: none;
}

.maker_cta__button {
  flex: 1;
  max-width: 490px;
  height: 88px;
  padding: 3px;
  border-radius: 50px;
  background: linear-gradient(100deg, #B2871C 4.4%, #BC9736 6.22%, #DCCA85 13.52%, #F0EAB6 18.99%, #F8F7CA 20.81%, #F8F7CA 31.76%, #F5F0BE 32.67%, #EDDE9E 35.41%, #E8D186 38.14%, #E5C978 40.88%, #E4C774 43.61%, #9C6D25 49.09%, #9C6D25 60.03%, #B78C3B 60.94%, #CBA24B 62.77%, #D7AF54 64.59%, #D3A851 65.5%, #A35F26 66.42%, #A05A23 67.33%, #A4612A 68.24%, #AF7540 69.15%, #C19663 70.98%, #DBC393 72.8%, #F8F7CB 74.62%, #F8F7CB 77.36%, #DCB75D 81.92%, #B58D3D 85.57%, #B78F39 87.39%, #BC9231 89.22%, #BE9430 91.04%, #7A4721 95.6%);
}
.maker_cta__button_inner {
  font-size: 24px;
  line-height: 1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2 solid #6C2D2E;
  border-radius: 50px;
  position: relative;
}
.maker_cta_arrow {
  width: 30px;
  height: 30px;
  padding: 10px 10px 10px 11px;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
.maker_cta_arrow img {
  position: relative;
  z-index: 1;
}
.maker_cta_arrow:after {
  content:"";
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: var(--color-white);
  position: absolute;
  top: 0;
  left: 0;
}
.maker_cta__button--primary {
  background: linear-gradient(91.22deg, #C81619 0.06%, #D30A0D 29.79%, #FF1115 68.54%, #7F0F11 99.6%);
}
.maker_cta__button--secondary {
  background: linear-gradient(91.22deg, #000000 0.06%, #2D2D2D 29.79%, #676767 68.54%, #000000 99.6%);
}
@media (min-width: 990px) {
  .sp-tablet {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 989px) {

  /* バー */
  .maker-bar {
    padding: 15px 10px;
  }
  .maker-bar:after,
  .maker_timing:after {
    bottom: -30px;
    border-top-width: 30px;
    border-left: 75px solid transparent;
    border-right: 75px solid transparent;
  }
  .maker-bar span {
    font-size: 15px;
    width: 100%;
    max-width: 370px;
    margin: 0 auto;
  }
  .maker-bar span:before,
  .maker-bar span:after {
    width: 20px;
    height: 26px;
    top: 11px;
  }
  .maker-bar span:before {
    left: 0;
  }
  .maker-bar span:after {
    right: 0;
  }
  .maker-bar2 span {
    width: max-content;
  }
  .maker-bar2 span:before,
  .maker-bar2 span:after {
    top: -1px;
  }
  .maker-bar2 span:before {
    left: -38px;
  }
  .maker-bar2 span:after {
    right: -38px;
  }
}
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
  body > header {
    padding: 20px;  
  }
  #maker_lp h1 {
  font-size: 30px;
  }
  #maker_lp h2 {
    font-size: 28px;
    line-height: 1.5;
  }
  #maker_lp h3 {
    font-size: 24px;
  }
  #maker_lp h4 {
    font-size: 18px;
  }
  #maker_lp h5 {
    font-size: 18px;
    line-height: 1.8;
  }
  #maker_lp h6 {
    font-size: 15px;
    line-height: 1.5;
  }
  #maker_lp p,
  .maker_phase__content li {
    font-size: 15px;
    line-height: 1.5;
  }
  #maker_lp .color-box {
    width: 100%;
  }
  #maker_lp h2.color-box {
    font-size: 24px;
    line-height: 1.5;
    width: 100%;
    height: 82px;
    margin: 30px auto 0;
  }
  #maker_lp h3.color-box {
    padding: 10px 5px;
    margin: 23px auto 0;
  }
  #maker_lp h4.color-box {
    font-size: 24px;
    line-height: 1.5;
    padding: 6px 4px;
  }
  #maker_lp h4.color-box span {
    width: max-content;
    display: block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  
  /* 共通スタイル */
  #maker_lp img {
    max-width: 100%;
    height: auto;
    display: block;
  }
  .maker-ec_download_button a {
    width: 140px;
    height: 32px;
    padding: 4px 9px 4px 12px;
    font-size: 12px;
  }
  .maker-ec_download_button .maker_right_arrow {
    width: 24px;
    height: 24px;
    padding: 8px 6px;
  }
  /* セクション共通 */
  .maker_section {
    padding: 60px 20px;
  }
  .maker_section_inner {
    max-width: 1080px;
    margin: 0 auto;
  }
  
  /* マージン */
  .maker_about .maker_title h2,
  .maker_about__box h4,
  .maker_about__box h3 + p,
  .maker_about__bottom h4,
  .maker_who .maker_title h2 {
    margin-top: 16px;
  }
  .maker_selection h3,
  .maker_free-box2,
  .maker_phases_box h3 + p,
  .maker_change h2 + h5,
  .maker_change h3 + h5 {
    margin-top: 20px;
  }
  .maker_who .maker_title + p,
  .maker_free-box1,
  .maker_place_item + .maker_place_item,
  .maker_phase + .maker_phase,
  .maker_phases__bottom h5,
  #maker_lp .maker_timing h3.color-box,
  .maker_cta__buttons {
      margin-top: 30px;
  }
  
  /* FVセクション */
  .maker_fv {
    background: url("https://art-trading.co.jp/manage/wp-content/themes/arttrading_rn/lp/img/maker-ec/maker_fv_bg_sp.png");
    background-size: cover;
    height: 740px;
  }
  .maker_fv__content {
    padding: 60px 20px;
  }
  #maker_lp .maker_fv__text h1 {
    font-size: 30px;
    width: max-content;
    max-width: 100vw;
    margin: 0 auto;
  }
  #maker_lp .maker_fv__text h5 {
    font-size: 15px;
    margin-top: 30px;
  }
  .maker_fv_button {
    width: 350px;
    max-width: 100%;
    height: 80px;
    margin: 46px auto 0;
    border-radius: 8px;
  }
  .maker_fv_button a {
    font-size: 20px;
    width: 100%;
    gap: 10px;
    padding: 31px 20px 17px;
    position: relative;
  }
  .maker_fv_button a span:first-child {
    font-size: 11px;
    width: 280px;
    height: 24px;
    border-radius: 40px;
    top: -7px;
    left: 50%;
    transform: translateX(-50%);
  }
  #maker_lp img.maker_right_arrow {
    width: 32px;
    height: 32px;
    padding: 12px 10px;
  }
  .maker_fv__image {
    width: 312px;
    top: auto;
    right: auto;
    left: 51%;
    bottom: -30px;
    transform: translateX(-50%);
  }
  
  /* Aboutセクション */
  .maker_about {
    background: url("https://art-trading.co.jp/manage/wp-content/themes/arttrading_rn/lp/img/maker-ec/maker_about_bg_sp.png");
    background-size: cover;
    padding: 82px 0 60px;
  }
  #maker_lp.maker_title h5 {
    font-size: 15px;
    line-height: 1.5;
  }
  .maker_about__image {
    height: 295px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 16px;
    padding: 40px 20px 20px 100px;
  }
  .maker_about__image-main {
    width: 227px;
    height: auto;
    margin-left: 0;
    position: absolute;
    bottom: 0;
    left: -41px;
  }
  .maker_about__fukidashi {
    width: 100%;
    max-width: 100%;
    height: 64px;
    padding: 13px 6px;
    position: relative;
    top: 0;
    z-index: 2;
  }
  .maker_about__fukidashi:after {
    width: 30px;
    height: 20px;
    background: url(https://art-trading.co.jp/manage/wp-content/themes/arttrading_rn/lp/img/maker-ec/maker_fukidashi_sp.svg);
    top: auto;
    right: auto;
    bottom: 0;
    left: -6px;
  }
  #maker_lp .maker_about__fukidashi h6 {
    line-height: 1.3;
  }
  .maker_about__box {
    padding: 30px 20px;
  }
  .box_underline:after {
    bottom: -37px;
    border-top-width: 37px;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
  }
  #maker_lp .maker_about__box p {
    line-height: 1.8;
  }
  .maker_about__box p span {
    margin: 0;
  }
  .maker_about__box p span+ span {
    margin-top: 8px;
  }  
  .maker_about__bottom {
    margin-top: 67px;
    padding: 0 20px;
  }
  
  /* Whoセクション */
  .maker_who {
    background: url("https://art-trading.co.jp/manage/wp-content/themes/arttrading_rn/lp/img/maker-ec/maker_who_bg_sp.png");
    background-size: cover;
    background-position: right;
  }
  
  /* Selectionセクション */
  .maker_selection {
    background: url("https://art-trading.co.jp/manage/wp-content/themes/arttrading_rn/lp/img/maker-ec/maker_selection_bg_sp.png");
    background-size: cover;
    background-position: bottom center;
    height: 398px;
    min-height: 398px;
  }
  /* Freeセクション */

  .maker_free-box {
    padding: 30px 20px;
    text-align: left;
  }
  
  .maker_free-box img {
    top: 14px;
    bottom: auto;
    left: auto;
  }
  .maker_free-box1 img {
    width: 64px;
    right: 20px;
  }
  .maker_free-box2 img {
    width: 84px;
    right: 12px;
  }
  
  /* Placeセクション */
  .maker_place {
    background: url("https://art-trading.co.jp/manage/wp-content/themes/arttrading_rn/lp/img/maker-ec/maker_place_bg_sp.png");
    background-size: cover;
    padding: 60px 20px;
  }
  #maker_lp .maker_place_item h3 {
    font-size: 28px;
    line-height: calc(37/28);
    padding: 0 8px 0 4px;
  }
  #maker_lp .maker_place_item > h3:nth-child(4) {
    padding-right: 11px;
  }
  .maker_place_second {
    background: #4D090A;
  }
  #maker_lp .maker_place_item .maker_place_second > h3 {
    background: transparent;
    padding-right: 4px;
  }
  .maker_place_second h3:not(:first-child) {
    max-width: max-content;
    letter-spacing: -0.04em;
  }
  
  /* New Selectionセクション */
  .maker_new_selection {
    padding-top: 60px;
    padding-bottom: 154px;
  }
  
  /* Phasesセクション */
  .maker_phases {
    padding: 78px 0 72px;
  }
  
  .maker_phases_box {
    padding: 60px 20px 33px;
  }
  
  .maker_phases_box img {
    width: 391px;
    top: -261px;
  }
  
  .maker_phases__list {
    margin-top: 97px;
    padding: 0 20px;
  }  
  .maker_phase {
    flex-direction: column;
    gap: 20px;
  }
  
  .maker_phase__image,
  .maker_phase__content {
    flex-basis: 100%;
  }
  .maker_phase__title {
    padding: 2px 12px;
    width: 100%;
  }
  #maker_lp .maker_phase__subtitle {
    font-size: 18px;
    line-height: 1.5;
    width: 100%;
    margin-top: 10px;
  }
  .maker_phase__content li {
    padding-left: 15px;
  }
  .maker_phase__content li:before {
    font-size: 22px;
    width: 15px;
    top: 0;
    transform: translate(0);
  }
  
  .maker_phases__bottom {
    margin-top: 60px;
    padding: 0 20px;
  }
  
  /* Imageセクション */
  .maker_image {
    flex-direction: column;
  }
  .maker_image_left,
  .maker_image_right {
    flex: none;
  }
  .maker_image_left {
    height: calc(25200vw / 390);
    padding-top: calc(2200vw / 390);
  }
  .maker_image_right {
    height: calc(23000vw / 390);
  }
  .maker_image_img {
    width: calc(13600vw / 390);
    max-width: none;
    bottom: 0;
  }
  .maker_image_right .maker_image_img {
    left: 0;
  }
  .maker_image_content {
    padding: calc(2000vw / 390) calc(2000vw / 390) calc(2000vw / 390) calc(9000vw / 390);
  }
  #maker_lp .maker_image_content h6 {
    font-size: calc(1500vw / 390);
    line-height: 1.1;
    height: calc(4000vw / 390);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .maker_image_content h6 {
    padding: 3px 15px;
    width: 100%;
    max-width: none;
  }
  .maker_image_content h6 + h6 {
    margin-top: calc(1000vw / 390);
  }
   
  /* Changeセクション */
  #maker_lp .maker_change h3 {
    font-size: 20px;
    line-height: 1.4;
  }
  #maker_lp .maker_change h5 {
    font-size: 15px;
    line-height: 1.4;
  }
  
  /* Timingセクション */
  #maker_lp .maker_timing h5 {
    font-size: 15px;
  }
  
  /* CTAセクション */
  .maker_cta {
    background: url("https://art-trading.co.jp/manage/wp-content/themes/arttrading_rn/lp/img/maker-ec/maker_cta_bg_sp.png");
    background-size: cover;
    padding-top: 87px;
    padding-bottom: 60px;
  }
  
  .maker_cta__buttons {
    flex-direction: column;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 16px;
  }
  .maker_cta__button {
    flex: none;
    width: 100%;
    /* max-width: 100%; */
    height: 64px;
    margin: 0 auto;
  }
  .maker_cta__button_inner {
    font-size: 18px;
    border: 1px solid #6C2D2E;
  }
  .maker_cta_arrow {
    width: 24px;
    height: 24px;
    padding: 8px 8px 8px 9px;
    left: auto;
    right: 10px;
  }
  .maker_cta_arrow:after {
    width: 24px;
    height: 24px;
  }
}