@charset "utf-8";

h3 {
  color: #fff;
}

.studio_head {
  position: absolute;
  z-index: 9;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100vh - 150px);
}
.studio_menu_wp {
  position: absolute;
  z-index: 9;
  left: 10%;
  bottom: 120px;
}
.studio_menu {
  transition: 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.studio_menu_list > li {
  position: relative;
  padding: 10px 0;
}
.studio_menu_list > li > a {
  position: relative;
  display: inline-block;
  padding: 2px 0;
  font-size: 1.4rem;
  color: #fff;
  text-decoration: none;
  transition: 0.5s 0.1s;
}
.studio_menu_list > li > a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -1%;
  width: 100%;
  height: 1px;
  background: #fff;
  transition: all 0.3s;
  transform: scale(0, 1);
  transform-origin: left top;
}
.studio_menu_list > li > a:hover::after {
  transform: scale(1, 1);
}
.studio_menu_btn {
  display: none;
  position: fixed;
  right: 4vw;
  top: 26vw;
  z-index: 999;
  width: 12vw;
  height: 12vw;
  cursor: pointer;
  border-radius: 3px;
}
.studio_menu_btn span {
  width: 8vw;
  height: 0.6vw;
  background-color: #fff;
  position: absolute;
  right: 2vw;
  transition: all 0.3s ease;
  opacity: 1;
}
.studio_menu_btn span:nth-child(1) {
  top: 4vw;
}
.studio_menu_btn span:nth-child(2) {
  display: none;
  top: 5vw;
}
.studio_menu_btn span:nth-child(3) {
  top: 7vw;
  width: 4vw;
}
.is_open.studio_menu_wp .studio_menu {
  z-index: 998;
  opacity: 1;
  top: 0;
  right: 0;
  transition: 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
  pointer-events: auto;
}
.is_open .studio_menu_btn span:nth-child(1) {
  top: 5.5vw;
  width: 8vw;
  transform: rotate(45deg);
}
.is_open .studio_menu_btn span:nth-child(2) {
  display: none;
}
.is_open .studio_menu_btn span:nth-child(3) {
  top: 5.5vw;
  width: 8vw;
  transform: rotate(-45deg);
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .studio_menu_wp {
    background: none;
    left: 0;
    top: 0;
    bottom: auto;
    width: 100%;
  }
  .studio_menu_btn {
    display: block;
  }
  .studio_menu {
    margin: 0 !important;
    width: 100vw !important;
    height: calc(100vh + 80px);
    overflow: auto;
    padding: 40vw 5vw 10vw;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 1);
    opacity: 0;
    z-index: -1;
    text-align: center;
    pointer-events: none;
  }
  .studio_menu_list {
    display: block;
  }
  .studio_menu_list > li {
    padding: 2.5vw 0;
  }
  .studio_menu_list > li > a {
    font-size: 3.7vw;
    padding: 0;
  }
}

.studio_wp {
  position: relative;
  overflow: hidden;
  padding: 0 0 80px;
  background: #000;
  color: #fff;
}
.studio_main {
  position: relative;
  min-height: calc(100vh - 152px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.studio_point {
  padding-bottom: 100px;
}
.studio_point01 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: -1px;
  height: 646px;
  background: url(/jp/products/studio/image/point01_pc.png) no-repeat center top;
}
.studio_point02 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: -0.5px;
  height: 587px;
  background: url(/jp/products/studio/image/point02_pc.png) no-repeat center top;
}
.studio_point03 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: -0.5px;
  height: 794px;
  background: url(/jp/products/studio/image/point03_pc.png) no-repeat center top;
}
.studio_point_text {
  margin-top: 130px;
  width: 30%;
  font-size: 1.8rem;
  line-height: 1.9;
  letter-spacing: 0.13em;
}
.studio_point_pic {
  margin-top: 50px;
  width: 75.75%;
  margin-right: -10%;
}
.studio_point_num {
  position: absolute;
  left: -98px;
  top: 0;
  line-height: 0;
}
.studio_point_title {
  position: relative;
  padding-top: 90px;
}
.studio_point_title h3 {
  margin-bottom: 20px;
  position: relative;
  z-index: 3;
  background: url(/jp/products/studio/image/bg_text.png) no-repeat center center;
  background-size: cover;
  -webkit-background-clip: text;
  color: transparent;
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 1.6;
}
.studio_point02 .studio_point_num {
  left: 0;
  top: 30px;
}
.studio_point02 .ui_df {
  justify-content: flex-end;
}
.studio_point02 .studio_point_text {
  margin-top: -20px;
  width: 36%;
  margin-right: -2%;
}
.studio_point03 .studio_point_text {
  margin-top: -180px;
  width: 42%;
}
.studio_btn_store_wp {
  padding-top: 80px;
  margin-top: -80px;
}
.studio_btn_store {
  max-width: 500px;
  width: 100%;
  padding: 1px;
  margin: 0 auto;
  border-radius: 35px;
  background: url(/jp/products/studio/image/bg_text.png) no-repeat center center;
  background-size: cover;
  transition: 0.6s 0.1s;
}
.studio_btn_store p {
  background: #000;
  border-radius: 35px;
}
.studio_btn_store a {
  position: relative;
  display: block;
  padding: 10px;
  font-family: "Open Sans", sans-serif;
  font-size: 2.4rem;
  text-align: center;
}
.studio_btn_store a span {
  display: inline-block;
  background: url(/jp/products/studio/image/bg_text.png) no-repeat center center;
  background-size: cover;
  -webkit-background-clip: text;
  color: transparent;
}
.studio_btn_store a::after {
  content: "";
  position: absolute;
  right: -65px;
  top: 50%;
  width: 130px;
  height: 1px;
  background: url(/jp/products/studio/image/bg_text.png) no-repeat center center;
  background-size: 100% auto;
}
.studio_btn_store:hover {
  opacity: 0.6;
}
.studio_title {
  margin-bottom: 40px;
  text-align: center;
}

/*-- Add 2025/8/27 --*/
.studio_title h2,
.studio_title h3 {
  margin-bottom: 10px;
  display: inline-block;
  background: url(/jp/products/studio/image/bg_text.png) no-repeat center center;
  background-size: cover;
  -webkit-background-clip: text;
  color: transparent;
  font-family: "Open Sans", sans-serif;
  font-size: 6.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.35;
}
/*--        //--*/

.studio_title p {
  font-size: 3.2rem;
  line-height: 1.7;
  letter-spacing: 0.2em;
}
.studio_inter {
  padding-top: 80px;
}
.studio_inter .studio_title {
  margin-bottom: 140px;
  height: 60px;
  border-bottom: 1px solid #fff;
}

/*-- Add 2025/8/27 --*/
.studio_inter .studio_title h2,
.studio_inter .studio_title h3 {
  padding: 0 50px;
}
/*--            //--*/

.studio_inter .studio_title > div {
  display: inline-block;
  background: #000;
}
.studio_inter01 {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-bottom: 100px;
  margin-bottom: 100px;
}
.studio_inter01::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: url(/jp/products/studio/image/bg_text.png) no-repeat center center;
  background-size: 100% auto;
}
.studio_inter_text h3 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 2.3rem;
  line-height: 1.9;
  letter-spacing: 0.1em;
}
.studio_inter_text p {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-break: strict;
}
.studio_inter_text ul {
  display: inline-block;
  padding: 30px 40px;
  border: 1px solid #fff;
  font-size: 1.2rem;
}
.studio_inter01 {
  align-items: center;
}
.studio_inter01 .studio_inter_text {
  width: 38%;
  position: relative;
  z-index: 2;
}
.studio_inter01 .studio_inter_pic {
  width: 62.8%;
  margin-left: -5%;
  margin-right: -1%;
}
.studio_inter01 .studio_inter_text h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.2rem;
  line-height: 1.7;
  letter-spacing: 0.2em;
}
.studio_inter02 .studio_inter_text {
  padding-top: 40px;
  width: 47%;
}
.studio_inter02 .studio_inter_pic {
  width: 56%;
  margin: 0 -3% 0 -7%;
}
.studio_inter03 {
  padding-top: 50px;
  padding-bottom: 170px;
  flex-direction: row-reverse;
}
.studio_inter03 .studio_inter_text {
  padding-top: 20px;
  margin-right: -1%;
  width: 43%;
}
.studio_inter03 .studio_inter_pic {
  width: 67.25%;
  margin: -2% -5% 0;
}
.studio_customize_head {
  margin-bottom: 120px;
  position: relative;
  height: 431px;
  background: url(/jp/products/studio/image/customize_pc.jpg) no-repeat center center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.studio_customize_head .studio_title {
  margin-bottom: 30px;
}
.studio_customize01,
.studio_customize03 {
  margin-bottom: 120px;
  flex-direction: row-reverse;
}
.studio_customize01 .studio_inter_text,
.studio_customize03 .studio_inter_text {
  padding-top: 40px;
  width: 47%;
}
.studio_customize01 .studio_inter_pic,
.studio_customize03 .studio_inter_pic {
  width: 53.22%;
}
.studio_customize01 .studio_inter_text h3,
.studio_customize03 .studio_inter_text h3 {
  margin-right: -1em;
}
.studio_customize01 .studio_inter_text p,
.studio_customize03 .studio_inter_text p {
  padding-right: 30px;
}
.studio_customize02 {
  margin-bottom: 120px;
}
.studio_customize02 .studio_inter_text {
  margin-top: -10px;
  width: 41.5%;
}
.studio_customize02 .studio_inter_pic {
  margin-top: 40px;
  width: 46.67%;
}

.studio_customize02 .studio_btn_store {
  margin-bottom: 20px;
}

.studio_customize03 .studio_btn_store {
  margin-top: 20px;
}

.studio_customize02 .studio_btn_store a,
.studio_customize03 .studio_btn_store a {
  font-size: 1.4rem;
}

.studio_customize .ui_wide {
  position: relative;
  padding-bottom: 150px;
}
.studio_customize .ui_wide::after,
.studio_lineup .ui_wide::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: url(/jp/products/studio/image/bg_text.png) no-repeat center center;
  background-size: 100% auto;
}

.studio_gallery {
  position: relative;
  padding: 220px 0 270px;
  background: url(../image/bg_gallery_pc.jpg) no-repeat;
  background-size: 100% 100%;
}
.studio_gallery #gallery {
  position: absolute;
  left: 0;
  top: 160px;
}
.studio_gallery .studio_title h3 {
  background-position: -150px top;
  background-size: 600px auto;
}
.studio_gallery_slick {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
.studio_gallery_slick li img {
  border: 1px solid #fff;
}
.studio_gallery_slick .slick-dots {
  position: static;
  transform: translateX(0);
  padding: 20px 0;
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
.studio_gallery_slick .slick-dots li {
  border: none;
  margin: 0 20px 0 0;
  width: 96px;
  height: 63px;
  text-indent: 0;
  cursor: pointer;
  transition: 0.4s;
  opacity: 0.5;
}
.studio_gallery_slick .slick-dots li img {
  border: 1px solid #fff;
}
.studio_gallery_slick .slick-dots li.slick-active,
.studio_gallery_slick .slick-dots li:hover {
  opacity: 1;
}
.studio_info .ui_wide {
  padding-top: 130px;
  position: relative;
}
.studio_info .ui_wide::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: url(/jp/products/studio/image/bg_text.png) no-repeat center center;
  background-size: 100% auto;
}
.studio_info .studio_title,
.studio_info .studio_title h3 {
  text-align: left;
  background-size: 160% auto;
}
.studio_info_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.studio_info_list li {
  margin-bottom: 50px;
  width: calc((100% - 20px) / 2.00001);
  font-size: 1.4rem;
}
.studio_info_pic {
  position: relative;
  margin-bottom: 15px;
}
.studio_info_pic a {
  display: block;
  border: 1px solid #fff;
}
.studio_info_mark {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  padding: 5px 18px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 2.1rem;
  line-height: 1.4;
  letter-spacing: 0.15em;
}
.studio_spec .ui_wide {
  position: relative;
}
.studio_spec .studio_title h3 {
  text-align: left;
  background-size: 280% auto;
}
.studio_spec_box {
  position: absolute;
  left: 0;
  top: 150px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.studio_spec_pic {
  text-align: center;
}
.studio_spec_text {
  margin-top: 10px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.studio_spec_text dl {
  width: 100%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.85;
}
.studio_spec_text dl:nth-child(3),
.studio_spec_text dl:nth-child(4) {
  width: 90%;
}
.studio_spec_text dl:nth-child(2) {
  width: 110%;
}
.studio_spec_text dl dt {
  height: 81px;
  min-height: 66px;
  border-bottom: 1px solid #fff;
  font-weight: bold;
  line-height: 1.55;
}
@media screen and (min-width: 1025px) {
  .studio_spec_text dl dt {
    height: auto;
  }
}
.studio_spec_text dl dt,
.studio_spec_text dl dd {
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.studio_spec_text dl dd {
  padding: 15px 0;
  height: calc(100% - 62px);
}
.studio_spec_cir {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #fff;
}

@media screen and (min-width: 768px) {
  .studio_design .ui_wide {
    padding-top: 250px;
  }
}
@media screen and (min-width: 1025px) {
  .studio_design .ui_wide {
    padding-top: 0;
  }
}

.studio_design .studio_inter_text {
  text-align: center;
}

.studio_design .studio_inter_text .ui_font_b {
  margin-top: 20px;
}

.studio_hover_box {
  position: relative;
}
.studio_hover_btn {
  position: absolute;
  z-index: 2;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  cursor: default;
  transition: 0.4s;
}
.studio_hover_btn:hover {
  transform: scale(1.2);
}
.studio_hover_btn01 {
  left: 43.4%;
  top: 38%;
}
.studio_hover_btn02 {
  left: 50.8%;
  top: 80.5%;
}
.studio_hover_btn03 {
  left: 15%;
  top: 91.6%;
}
.studio_hover_btn04 {
  left: 74.7%;
  top: 64.2%;
}
.studio_hover_item li {
  transition: 0.35s ease-out;
  transform-origin: 0 50%;
}
.studio_ishover {
  transform: scale(1.15);
}

#video {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
  .studio_main {
    min-height: 800px;
  }
  .studio_head {
    height: 800px;
  }
}

@media screen and (max-width: 767px) {
  .studio_wp {
    padding-bottom: 8vw;
  }
  .studio_head {
    height: auto;
  }
  .studio_point {
    padding-bottom: 20vw;
  }
  .studio_point_title {
    padding-top: 18vw;
  }
  .studio_point_title h3 {
    margin-bottom: 7vw;
    margin-right: -5vw;
    font-size: calc(62 / 750 * 100vw);
    letter-spacing: 0.02em;
  }
  .studio_point_text {
    margin: 0 !important;
    width: 100% !important;
    font-size: calc(34 / 750 * 100vw);
  }
  .studio_point_pic {
    width: 100% !important;
    margin: 12vw 0 0;
  }
  .studio_point_text p {
    margin-right: -3vw;
  }
  .studio_point_num {
    left: 0;
    width: 40vw;
  }
  .studio_point_num img {
    width: 100%;
  }
  .studio_point01 {
    padding-top: 28vw;
    justify-content: flex-start;
    height: 176vw;
    background-image: url(/jp/products/studio/image/point01_sp.png);
    background-size: 100% 100%;
  }
  .studio_point02 {
    padding-top: 30vw;
    justify-content: flex-start;
    height: 262vw;
    background-image: url(/jp/products/studio/image/point02_sp.png);
    background-size: 100% 100%;
  }
  .studio_point03 {
    margin-bottom: 10vw;
    justify-content: flex-start;
    height: 243vw;
    background-image: url(/jp/products/studio/image/point03_sp.png);
    background-size: 100% 100%;
  }
  .studio_point02 .studio_point_num {
    left: auto;
    right: 0;
    top: 2vw;
  }
  .studio_btn_store_wp {
    padding-top: 20vw;
    margin-top: -20vw;
  }
  .studio_btn_store {
    max-width: 80vw;
  }
  .studio_btn_store a {
    padding: 1vw;
    font-size: calc(46 / 750 * 100vw);
  }
  .studio_btn_store a::after {
    width: 12.5vw;
    right: -2vw;
  }
  .studio_title {
    margin-bottom: 12vw;
  }
  .studio_title h3 {
    font-size: calc(90 / 750 * 100vw);
  }
  .studio_inter {
    padding-top: 10vw;
  }
  .studio_inter .studio_title h3 {
    padding: 0 6vw;
  }
  .studio_inter .studio_title {
    margin-bottom: 28vw;
    height: 10vw;
  }
  .studio_inter_text h3 {
    margin: 0 -3vw 6vw 0;
    font-size: calc(42 / 750 * 100vw);
  }
  .studio_inter_text p {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: 0.12em;
    line-height: 1.7;
  }
  .studio_inter01 {
    display: block;
    margin: 0;
    padding-bottom: 22vw;
  }
  .studio_inter01 .studio_inter_text {
    width: 100%;
  }
  .studio_inter01 .studio_inter_pic {
    width: 108%;
    margin: 14vw -4% 0;
  }
  .studio_inter01 .studio_inter_text h3 {
    margin: 0 0 12vw;
    font-size: calc(50 / 750 * 100vw);
  }
  .studio_inter_text ul {
    padding: 8vw 5vw 8vw 8vw;
    display: block;
    width: 90%;
    margin: 0 auto;
    font-size: calc(28 / 750 * 100vw);
    letter-spacing: 0.25em;
  }
  .studio_inter02 .studio_inter_text {
    padding-top: 22vw;
    margin: 0 0 10vw;
    width: 100%;
  }
  .studio_inter02 .studio_inter_pic {
    margin: 0;
    width: 100%;
  }
  .studio_inter03 .studio_inter_text {
    padding: 0;
    margin: 0 0 8vw;
    width: 100%;
  }
  .studio_inter03 .studio_inter_pic {
    margin: 0 -5%;
    width: 110%;
  }
  .studio_inter03 {
    padding: 8vw 0 30vw;
  }
  .studio_customize .ui_wide {
    padding-bottom: 33vw;
  }
  .studio_customize .ui_wide::after,
  .studio_lineup .ui_wide::after {
    width: 89.4vw;
    left: 5.3vw;
  }
  .studio_customize_head {
    margin-bottom: 16vw;
    padding-top: 5vw;
    height: 120vw;
    background-image: url(/jp/products/studio/image/customize_sp.jpg);
    background-size: cover;
  }
  .studio_title p {
    font-size: calc(50 / 750 * 100vw);
  }
  .studio_customize01,
  .studio_customize03 {
    margin-bottom: 26vw;
    flex-direction: column;
  }
  .studio_customize01 .studio_inter_text,
  .studio_customize03 .studio_inter_text {
    padding: 0 0 12vw 0;
    width: 100%;
  }
  .studio_customize01 .studio_inter_text p,
  .studio_customize03 .studio_inter_text p {
    padding: 0;
  }
  .studio_customize01 .studio_inter_pic,
  .studio_customize03 .studio_inter_pic {
    width: 100%;
  }
  .studio_customize02 .studio_inter_text {
    margin: 0 0 20vw;
    width: 100%;
  }
  .studio_customize02 .studio_inter_pic {
    margin-top: 0;
    width: 100%;
  }

  .studio_customize02 .studio_btn_store {
    margin-bottom: 20px;
  }

  .studio_customize02 .studio_btn_store a {
    font-size: 1.4rem;
  }

  .studio_gallery {
    padding: 44vw 0 55vw;
    background-image: url(../image/bg_gallery_sp.jpg);
    background-size: 100% 100%;
  }
  .studio_gallery #gallery {
    top: 30vw;
  }
  .studio_gallery_slick .slick-dots {
    padding: 5.3vw 0;
    flex-wrap: wrap;
  }
  .studio_gallery_slick .slick-dots li {
    width: 19.3vw;
    height: 12.7vw;
    margin: 0 4vw 4vw 0;
  }
  .studio_gallery_slick .slick-dots li:nth-child(4n) {
    margin-right: 0;
  }
  .studio_info {
    margin-top: -27vw;
  }
  .studio_info .ui_wide {
    padding-top: 28vw;
  }
  .studio_info_list li {
    margin-bottom: 8vw;
    width: 100%;
    font-size: calc(28 / 750 * 100vw);
  }
  .studio_info_pic {
    margin-bottom: 3vw;
  }
  .studio_info_mark {
    padding: 0.2vw 2.5vw;
    font-size: calc(40 / 750 * 100vw);
    line-height: 1.4;
  }
  .studio_spec {
    position: relative;
    padding: 15vw 0 20vw;
  }
  .studio_spec_box {
    position: relative;
    top: 0;
    left: 0;
    z-index: 3;
    display: block;
  }
  .studio_spec_pic {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 20vw;
    width: 100%;
  }
  .studio_spec_text {
    width: 100%;
    display: block;
    position: relative;
    z-index: 3;
  }
  .studio_spec_text dl {
    width: 100% !important;
    border: none;
    display: flex;
    border-right: 1px solid #fff;
  }
  .studio_spec_text dl dt,
  .studio_spec_text dl dd {
    padding: 4vw 0;
    border: none;
    border-left: 1px solid #fff;
    height: auto;
    min-height: 24vw;
  }
  .studio_spec_text dl dt {
    width: 42%;
    font-size: calc(28 / 750 * 100vw);
  }
  .studio_spec_text dl dd {
    width: 58%;
    font-size: calc(24 / 750 * 100vw);
  }
  .studio_info .ui_wide::after {
    width: 89.4vw;
    left: 5.3vw;
  }
  .studio_hover_btn {
    width: 8vw;
    height: 8vw;
    font-size: calc(26 / 750 * 100vw);
  }
  .studio_hover_btn01 {
    left: 42.5%;
    top: 28%;
  }
  .studio_hover_btn02 {
    left: 49%;
    top: 71%;
  }
  .studio_hover_btn03 {
    left: 19.4%;
    top: 86%;
  }
  .studio_hover_btn04 {
    left: 70%;
    top: 51%;
  }
  .studio_spec_cir {
    margin: 1.2vw 0 1.5vw;
  }
  .studio_gallery_slick li img {
    width: calc(100% - 1px);
  }
}

.studio_lineup .ui_wide {
  padding-bottom: 30vw;
}
@media screen and (min-width: 767px) {
  .studio_lineup .ui_wide {
    padding-bottom: 180px;
  }
}
.studio_lineup .studio_btn_store {
  margin-top: 60px;
}
@media screen and (min-width: 767px) {
  .studio_lineup .studio_btn_store {
    margin-top: 100px;
  }
}

.flexBox {
  display: flex;
  flex-direction: column;
  gap: 10vw;
}
@media screen and (min-width: 767px) {
  .flexBox {
    flex-direction: row;
    gap: 0;
  }
}
.flexBox_item {
}
.flexBox_ttl {
}

.linkList {
  position: relative;
  height: 30px;
}
.linkList_item {
  position: absolute;
  left: 0%;
  padding-left: 2.5em;
  padding-right: 1em;
  font-weight: bold;
}
@media screen and (min-width: 767px) {
  .linkList_item {
    left: 0;
    padding-left: 3em;
  }
}
@media screen and (min-width: 1025px) {
  .linkList_item {
    left: 5%;
  }
}
.linkList_item.-yuki {
  position: absolute;
  left: 50%;
}
@media screen and (min-width: 1025px) {
  .linkList_item.-yuki {
    left: 45%;
  }
}

.linkList_item::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.5em;
  max-width: 30px;
  height: 1.5em;
  max-height: 30px;
  border: 1px solid #707070;
  background: linear-gradient(#47484f 0%, #141519 100%);
  border-radius: 50%;
  translate: 0 -50%;
  content: "";
}
@media screen and (min-width: 767px) {
  .linkList_item::before {
    width: 30px;
    height: 30px;
  }
}
.linkList_item.-yuki::before {
  background: linear-gradient(#f5f5f5 0%, #acafab 100%);
}
.linkList_item::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  translate: 0 -50%;
  rotate: 45deg;
  content: "";
}
.linkList_link {
  color: #fff;
}

.txtLink {
  position: relative;
  color: #fff;
}
.txtLink:hover {
  color: #fff;
}
.txtLink::after {
  position: absolute;
  bottom: -0.3em;
  left: -1%;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transition: scale 0.3s;
  transform-origin: left top;
  scale: 0 1;
  content: "";
}
.txtLink:hover::after {
  scale: 1 1;
}
