html {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  color: #222;
  width: 100%;
  overflow-x: hidden;
}
body {    
  font-family: "游ゴシック体","游ゴシック",YuGothic,Yu Gothic,"Hiragino Kaku Gothic Pro",Meiryo,Osaka,"MS PGothic",sans-serif;
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  overflow-wrap: break-word;
  word-break: normal;
  background-color: #fdfeff;
  overflow: auto;
  overflow-x: hidden;
}
body {
  color: #222;
  letter-spacing: .1em;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
#header ul, #header ol, #footer ul, #footer ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  color: #000;
  cursor: pointer;
  text-decoration: none;
}

/* Font */
i {
  font-style: normal;
}   
#section_vision .section_title {
  font-family: YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
}
.main {
  max-width: 100%;
  margin: auto;
}
.top_img {
  position: relative;
  top: 0;
  width: 100%;
  height: auto;
  padding: 64px 35px 25px;
  box-sizing: border-box;
}
.top_img p {
  position: absolute;
  color: #FFF;
  font-weight: medium;
  font-size: 4em;
  top: 50%;
  left: 5%;
  font-family: '游ゴシック体', YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
}
.t_img,
.s_img {
  max-width: 100%;
  width: 100%;
  height: auto;
  text-align: left;
}
.t_img li {
  /*padding-top: calc((536/1920/5)*100%);*/ /*2枚*/
  /*padding-top: calc((536/1920/7)*100%);*/ /*3枚*/
  /*padding-top: calc((536/1920/9)*100%);*/ /*4枚*/
  /*padding-top: calc((536/1920/13)*100%);*/ /*5枚*/
  /*padding-top: calc((536/1920/15)*100%);*/ /*6枚*/
  padding-top: calc((536/1920/21)*100%);
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}
.t_img .slide-keyVisual {
  background-image: url("/assets/images/kv/top-keyVisual.png");
}
.t_img .slide-filmora {
  background-image: url("/assets/images/kv/top-filmoraCP.png");
}
.t_img .slide-sterna {
  background-image: url("/assets/images/kv/top-sterna.png");
}
.t_img .slide-comic {
  background-image: url("/assets/images/kv/top-comic.png");
}
.t_img .slide-support {
  background-image: url("/assets/images/kv/top-support.png");
}
.t_img .slide-anime {
  background-image: url("/assets/images/kv/top-anime.png");
}
.t_img .slide-zbrush {
  background-image: url("/assets/images/kv/top-zbrush.png");
}
.t_img .slide-ambassador {
  background-image: url("/assets/images/kv/top-ambassador.png");
}
.t_img .slide-optionSet {
  background-image: url("/assets/images/kv/top-optionSet.png");
}
.t_img .slide-speech {
  background-image: url("/assets/images/kv/top-speech.png");
}
.t_img .slide-yt {
  background-image: url("/assets/images/kv/top-yt.png");
}
.t_img .slide-mel {
  background-image: url("/assets/images/kv/top-mel.png");
}
.t_img .slide-202403sale {
  background-image: url("/assets/images/kv/top-sale202303final.png");
}
.t_img .slide-shikako {
  background-image: url("/assets/images/kv/top-shikako.png");
}
.t_img .slide-202505_6thSmileSale_o2 {
  background-image: url("/assets/images/kv/202505_6thSmileSale_o2_pc.png");
}
.t_img .slide-202411sale_st {
  background-image: url("/assets/images/kv/202411sale_st_pc.png");
}
.t_img .slide-Luminella_teaser {
  background-image: url("/assets/images/kv/Luminella_teaser_header_PC_202412.png");
}
img {
  width: 100%;
  height: auto;
}
/* 画像1枚の時 */
/*.purchase_btn {
  position: absolute;
  top: 70%;
  left: 54%;
  display: inline-block;
  padding: 1.0% 14.0%;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  border: solid 2px #fff;
  border-radius: 3px;
  transition: .4s;
  margin-top: 0;
  z-index: 999;
}*/
.top_link {
  position: relative;
  top: 0;
  width: 100%;
  height: auto;
  padding: 0 35px;
  box-sizing: border-box;
}
.t_link {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.t_link .card_wrapper {
  width: calc(100%/3);
  padding: 0 0.8em 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
     -webkit-box-orient: vertical; 
     -webkit-box-direction: normal; 
     -webkit-flex-direction: column; 
    -ms-flex-direction: column;
     flex-direction: column; 
    box-sizing: border-box;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
.t_link .card_wrapper:nth-child(3) {
  padding: 0;
}
.t_link .card_wrapper .link_card {
  width: 100%;
  height: 0;
  transition: all 0.2s linear 0s;
  background-size: contain;
  background-repeat: no-repeat;
}
.t_link .card_wrapper .card_onlineStore {
  background-image: url("/assets/images/top/top-onlineStore.png");
  padding-top: calc((524/1211)*100%);
}
.t_link .card_wrapper .card_amazon {
  background-image: url("/assets/images/top/top-amazon.png");
  padding-top: calc((524/1211)*100%);
}
.t_link .card_wrapper .card_o2review {
  background-image: url("/assets/images/top/top-o2review.png");
  padding-top: calc((509/1210)*100%);
}
.t_link .card_wrapper .link_card {
  vertical-align: bottom;
}
.t_link .card_wrapper .link_card:hover {
  transition: all 0.2s linear 0s;
  -webkit-filter: brightness(0.8);
  -moz-filter: brightness(0.8);
  -o-filter: brightness(0.8);
  -ms-filter: brightness(0.8);
  filter: brightness(0.8);
}

.purchase_btn:hover {
  font-weight: bold;
  background: #fff;
  color: #222;
}
a.scroll {
  text-align: center;
  padding-top: 20px;
  color: #000;
  font-size: 13px;
}
a.scroll span {
  position: absolute;
  top: 86.5%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-left: -12px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: scroll 2s infinite;
  animation: scroll 2s infinite;
  opacity: 0;
  box-sizing: border-box;
  cursor: pointer;
}
a.scroll span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
a.scroll span:nth-of-type(2) {
  top: 89%;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}
@-webkit-keyframes scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* Footer-Scroll */
.footer_scroll {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 6;
  margin: auto;
  padding: 20px;
  background-color: rgba(248,247,245,.9);
}
.footer_scroll div.footerScroll_purchase {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer_scroll div.footerScroll_purchase div.footerScroll_btnGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  width: calc(100%/2);
}
.footer_scroll div.footerScroll_purchase div.footerScroll_btnGroup a.footerScroll_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 40px;
  padding: 0 20px;
  border: 1px solid #7c7a76;
  border-radius: 6px 20px 20px 6px;
  color: #fff;
  letter-spacing: .03em;
  -webkit-transition: .2s;
  transition: .2s;
}
.footer_scroll div.footerScroll_purchase div.footerScroll_btnGroup a.footerScroll_btn-left {
  width: calc(100%/4);
  font-size: 1.1em;
  min-width: 175px;
  background-color: rgb(230, 145, 50);
  border: none;
}
.footer_scroll div.footerScroll_purchase div.footerScroll_btnGroup a.footerScroll_btn-right {
  width: calc(100%/3.3);
  margin-left: 20px;
  font-size: 1.1em;
  min-width: 215px;
  background-color: rgb(35, 55, 95);
  border: none;
}
a.footerScroll_btn .arrow-right {
  width: 10%;
  height: 30%;
  padding-left: 10px;
  opacity: 1;
}

body[data-section='0'] #section_mission .section_title,
body[data-section='1'] #section_vision .section_title,
body[data-section='2'] #section_service .section_title {
  position: fixed;
}
.slider{
  width: 100%;
}
.slider img{
    height: auto;
    width: 100%;
}
/*slick setting*/
.slick-prev:before,
.slick-next:before {
    color: #000;
}

/* Content */
.content {
  width: 100%;
  margin-top: 64px;
  background-color: #fff;
}
#section_vision,
#section_mission,
#section_service,
#section_member {
  position: relative;
  max-width: 100%;
  border:32px solid #FFF; 
}
#section_vision .section_img,
#section_mission .section_img,
#section_service .section_img,
#section_member .section_img  {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 300px;
  overflow: hidden;
  z-index: 1;
  box-sizing: border-box;
}
#section_vision .section_wrapper,
#section_mission .section_wrapper,
#section_service .section_wrapper,
#section_member .section_wrapper {
  position: relative;
  z-index: 5;
  padding: 1% 0 0;
  width: 100%
}
#section_vision .section_title,
#section_mission .section_title,
#section_service .section_title,
#section_member .section_title {
  color: #fff;
  font-size: 50px;
  font-weight: 500;
  letter-spacing: 0.02em;
  width: 320px;
  line-height: 100px;
  text-align: center;
  margin: -53px 0 0 -160px;
  mix-blend-mode: exclusion;
  position: absolute;
  z-index: 5;
  top: 170px;
  left: 50%;
  text-shadow: 3px 3px 10px #000;
}

.borderAnimation_before:before {
  transition: width 400ms ease 0ms;
  content: "";
  display: block;
  height: 4px;
  width: 0%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
}
.borderAnimation.inview .borderAnimation_before:before {
  width: 100%;
}
.tablet .borderAnimation_before:before {
  transition: none;
  width: 100%;
}
.borderAnimation_before:after {
  transition: height 400ms ease 400ms;
  content: "";
  display: block;
  width: 4px;
  height: 0%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #000;
}
.borderAnimation.inview .borderAnimation_before:after {
  height: 100%;
}
.tablet .borderAnimation_before:after {
  transition: none;
  height: 100%;
}

.borderAnimation_after:before {
  transition: width 400ms ease 800ms;
  content: "";
  display: block;
  height: 4px;
  width: 0%;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #000;
}
.borderAnimation.inview .borderAnimation_after:before {
  width: 100%;
}
.tablet .borderAnimation_after:before {
  transition: none;
  width: 100%;
}
.borderAnimation_after:after {
  transition: height 400ms ease 1200ms;
  content: "";
  display: block;
  width: 4px;
  height: 0%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000;
}
.borderAnimation.inview .borderAnimation_after:after {
  height: 100%;
}
.tablet .borderAnimation_after:after {
  transition: none;
  height: 100%;
}

#section_vision .section_ttl, #section_service .section_ttl, #section_company .section_ttl, #section_recruit .section_ttl {
  color: #fff;
}
#section_vision .section_ttl .borderAnimation_before:before, #section_service .section_ttl .borderAnimation_before:before, #sectioncompany .section_ttl .borderAnimation_before:before, #section_recruit .section_ttl .borderAnimation_before:before {
  background-color: #fff;
}
#section_vision .section_ttl .borderAnimation_before:after, #section_service .section_ttl .borderAnimation_before:after, #section_company .section_ttl .borderAnimation_before:after, #section_recruit .section_ttl .borderAnimation_before:after {
  background-color: #FFF;
}
#section_vision .section_ttl .borderAnimation_after:before, #section_service .section_ttl .borderAnimation_after:before, #section_company .section_ttl .borderAnimation_after:before, #section_recruit .section_ttl .borderAnimation_after:before {
  background-color: #FFF;
}
#sectionvision .section_ttl .borderAnimation_after:after, #section_service .section_ttl .borderAnimation_after:after, #section_company .section_ttl .borderAnimation_after:after, #section_recruit .section_ttl .borderAnimation_after:after {
  background-color: #FFF;
}
#section_vision .section_subtitle,
#section_mission .section_subtitle,
#section_service .section_subtitle,
#section_member .section_subtitle {
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  padding: 210px 0 95px;
  text-shadow: 3px 1px 2px #000;
}
#section_vision .section_subject,
#section_vision .section_column,
#section_mission .section_subject,
#section_mission .section_column {
  background-color: #fff;
}
#section_vision .section_subject,
#section_mission .section_subject {
  display: block;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.4em;
  padding-bottom: 60px;
  line-height: 1.5;
}
#section_vision .section_subject_subTitle,
#section_mission .section_subject_subTitle {
  font-size: 13px;
}
#section_vision .section_subject_sp,
#section_mission .section_subject_sp {
  display: none;
}
#section_vision .section_column,
#section_mission .section_column {
  display: block;
  background-color: #fff;
  word-break: break-word;
  text-align: center;
  width: 64%;
  margin: 0 auto 100px;
  font-size: 16px;
  letter-spacing: 0.09em;
  line-height: 2.6;
  vertical-align: top;
}
#section_vision p.section_column_sp,
#section_mission p.section_column_sp {
  display: none;
}
#section_vision .section_column strong,
#section_mission .section_column strong {
  font-size: 18px;
}
#section_service .service_img {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  max-height: auto;
  overflow: hidden;
  z-index: 1;
  box-sizing: border-box;
}
.p_img {
  max-width: 50%;
  width: 100%;
  height: auto;
  text-align: left;
}
.p_content {
  width: 50%;
  text-align: center;
}
.p_img,
.p_content {
  float: left;
}
.pc_title {
  margin-top: 170px;
  font-size: 40px;
  font-weight: bold;
}
.pc_text {
  font-size: 16px;
  line-height: 2em;
}
div.product_btn-gloup {
  width: calc(100% / 1.5);
  margin: 0 auto;
}
.product_btn {
  display: inline-block;
  padding: 0.4em 2.3em;
  text-decoration: none;
  color: #222;
  border: solid 2px #222;
  border-radius: 3px;
  transition: .4s;
  margin-top: 50px;
}
.product_btn:hover {
  font-weight: bold;
  background: #222;
  color: #fff;
}
.interview_btn {
  padding: 0.4em 3.2em;
  margin-top: 10px;
}
.arrow{
  float: right;
  width: 8px;
  height: 8px;
  margin: 8px 0 5px 8px;
  border: 2px solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(45deg);
}
.arrow:hover {
  border-color: #fff #fff transparent transparent;
}

@media screen and (min-width: 1900px) and (max-width: 1920px){
  #section_vision .section_wrapper,
  #section_mission .section_wrapper,
  #section_service .section_wrapper,
  #section_member .section_wrapper {
    padding: 1% 0 0;
  }
  #section_member .division_img {
    max-height: 1100px;
  }
}


@media screen and (max-width: 1400px){
  .top_img {
    padding: 56px 32px 32px;
  }
  /* Content */
  .content {
    margin-top: 56px;
  }
  #section_vision .section_wrapper,
  #section_mission .section_wrapper,
  #section_service .section_wrapper,
  #section_member .section_wrapper {
    padding: 1% 0px 0px;
  }
}

@media screen and (max-width: 1300px){
  #section_vision .section_title,
  #section_mission .section_title,
  #section_service .section_title,
  #section_member .section_title {
    left: 51.5%;
    width: 280px;
  }
  #section_service .pc_title {
    margin-top: 110px;
  }
}

@media screen and (max-width: 1200px) {
  .purchase_btn {
    font-size: 18px;
  }
  a.scroll span {
    top: 85%;
  }
  a.scroll span:nth-of-type(2) {
    top: 87.5%;
  }
}

@media screen and (max-width: 1100px) {
  /* 画像1枚の時 */
  /*.purchase_btn {
    padding: 1.0% 13.5%;
  }*/
  #section_vision .section_title,
  #section_mission .section_title,
  #section_service .section_title {
    left: 51.5%;
  }
  #section_service .pc_title {
    margin-top: 90px;
    font-size: 30px;
  }
  #section_service .pc_text {
    font-size: 15px;
  }
  #section_service div.product_btn-gloup {
    width: calc(100% / 1.2);
  }
  #section_service .product_btn {
    margin-top: 30px;
    padding: 0.4em 2.3em;
    font-size: 15px;
  }
  #section_service .interview_btn {
    padding: 0.4em 3.2em;
    margin-top: 15px;
  }
  #section_member .member_img p {
    font-size: 1.47rem;
  }
  #section_contact .section_title {
    top: 14%;
  }
}

/* iPad Pro */
@media screen and (max-width: 1024px) {
  #header {
    height: 48px;
  }
  #logo {
    width: 170px;
    padding: 8px;
  }
  p.lang {
    margin: 16px 15px 14px;
  }
  #headNav li {
    padding: 10px 12px;
  }
  .top_img {
    padding: 48px 32px 32px;
  }
  /* 画像1枚の時 */
  /*.purchase_btn {
    top: 69%;
    padding: 1.0% 13.2%;
  }*/
  a.scroll span {
    display: none;
  }
  .footer_scroll div.footerScroll_purchase div.footerScroll_btnGroup a.footerScroll_btn-left {
    width: calc((100% - 70px) / 5);
  }
  .footer_scroll div.footerScroll_purchase div.footerScroll_btnGroup a.footerScroll_btn-right {
    width: calc((100% - 70px) / 4.2);
  }
  #section_vision .section_title,
  #section_mission .section_title, 
  #section_service .section_title, 
  #section_member .section_title {
    left: 52%;
    top: 140px;
  }
  #section_vision .section_subtitle,
  #section_mission .section_subtitle,
  #section_service .section_subtitle,
  #section_member .section_subtitle {
    padding: 160px 0 60px;
  }
  #section_vision .section_subject,
  #section_mission .section_subject {
    padding: 40px 0 60px;
  }
  #section_vision .section_column,
  #section_mission .section_column {
    width: 70%;
  }
}

@media screen and (max-width: 927px) {
  #section_member .member_img p {
    font-size: 1rem;
  }
}

@media screen and (max-width: 768px) {
  p.lang {
    width: fit-content;
    font-size: 0.8em;
    margin: 19px 15px 14px;
  }
  /* 画像1枚の時 */
  /*.purchase_btn {
    top: 70%;
    padding: 0.8% 11.7%;
  }*/
  .footer_scroll div.footerScroll_purchase div.footerScroll_btnGroup a.footerScroll_btn-left {
    width: calc((100% - 70px) / 3.8);
    padding: 0 10px;
    min-width: 130px;
    font-size: .8em;
  }
  .footer_scroll div.footerScroll_purchase div.footerScroll_btnGroup a.footerScroll_btn-right {
    width: calc((100% - 70px) / 3.2);
    padding: 0 10px;
    min-width: 160px;
    font-size: .8em;
  }
  #section_vision .section_title,
  #section_mission .section_title, 
  #section_service .section_title, 
  #section_member .section_title {
    top: 110px;
    left: 54.5%;
    font-size: 45px;
    width: 250px;
    line-height: 85px;
  }
  #section_vision .section_subtitle,
  #section_mission .section_subtitle,
  #section_service .section_subtitle,
  #section_member .section_subtitle {
    padding: 130px 0 40px;
  }
  #section_vision .section_column,
  #section_mission .section_column {
    font-size: 1.35rem;
    width: 80%;
  }
  #section_service .service_img {
    margin: 70px 0 0;
  }
  #section_service .pc_title {
    margin-top: 60px;
    font-size: 25px;
  }
  #section_service .pc_text {
    font-size: 12px;
  }
  #section_service .product_btn {
    margin-top: 20px;
    font-size: 12px;
  }
  #section_service .interview_btn {
    margin-top: 10px;
  }
  a.footerScroll_btn .arrow-right {
    padding-left: 10px;
  }
}

/* iPhone6Plus, 6sPlus, 7Plus, 8Plus  */
@media screen and (max-width: 425px) {
  #header {
    height: 40px;
  }
  #logo {
    width: 130px;
    padding: 5px;
  }
  p.lang {
    margin: 15px 10px 10px;
  }
  .top_img {
    padding: 40px 20px 20px;
  }
  .t_img li {
    padding-top: calc((856/1920/21)*100%);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .t_img .slide-keyVisual {
    background-image: url("/assets/images/kv/top-keyVisual_sp.png");
  }
  .t_img .slide-sterna {
    background-image: url("/assets/images/kv/top-sterna_sp.png");
  }
  .t_img .slide-filmora {
    background-image: url("/assets/images/kv/top-filmoraCP_sp.png");
  }
  .t_img .slide-comic {
    background-image: url("/assets/images/kv/top-comic_sp.png");
  }
  .t_img .slide-support {
    background-image: url("/assets/images/kv/top-support_sp.png");
  }
  .t_img .slide-anime {
    background-image: url("/assets/images/kv/top-anime_sp.png");
  }
  .t_img .slide-zbrush {
    background-image: url("/assets/images/kv/top-zbrush_sp.png");
  }
  .t_img .slide-ambassador {
    background-image: url("/assets/images/kv/top-ambassador_sp.png");
  }
  .t_img .slide-optionSet {
    background-image: url("/assets/images/kv/top-optionSet_sp.png");
  }
  .t_img .slide-speech {
    background-image: url("/assets/images/kv/top-speech_sp.png");
  }
  .t_img .slide-yt {
    background-image: url("/assets/images/kv/top-yt_sp.png");
  }
  .t_img .slide-mel {
    background-image: url("/assets/images/kv/top-mel_sp.png");
  }
  .t_img .slide-202403sale {
  background-image: url("/assets/images/kv/top-sale202303final_sp.png");
  }
  .t_img .slide-shikako {
  background-image: url("/assets/images/kv/top-shikako-sp.png");
  }
  .t_img .slide-202505_6thSmileSale_o2 {
  background-image: url("/assets/images/kv/202505_6thSmileSale_o2_sp.png");
  }
  .t_img .slide-202411sale_st {
    background-image: url("/assets/images/kv/202411sale_st_sp.png");
  }
  .t_img .slide-Luminella_teaser {
  background-image: url("/assets/images/kv/Luminella_teaser_header_SP_202412.png");
}
  /* 画像1枚の時 */
  /*.purchase_btn {
    left: 53.8%;
    padding: 0.8% 11.3%;
    font-size: 10px;
    border: solid 1px #fff;
  }*/

  .top_link {
    padding: 0 20px;
  }
  .t_link .card_wrapper {
    width: 100%;
    margin: 5px 0;
    padding: 0;
  }
  .t_link .card_wrapper .link_card {
    width: 100%;
    transition: all 0.2s linear 0s;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .t_link .card_wrapper .card_onlineStore {
    background-image: url("/assets/images/top/top-onlineStore_sp.png");
    padding-top: calc((161/673)*100%);
  }
  .t_link .card_wrapper .card_amazon {
    background-image: url("/assets/images/top/top-amazon_sp.png");
    padding-top: calc((161/673)*100%);
  }
  .t_link .card_wrapper .card_o2review {
    background-image: url("/assets/images/top/top-o2review_sp.png");
    padding-top: calc((161/673)*100%);
  }

  .footer_scroll div.footerScroll_purchase div.footerScroll_btnGroup a.footerScroll_btn {
    height: 40px;
    padding: 0 10px;
  }
  .content {
    margin-top: 0;
  }
  #section_vision,
  #section_mission,
  #section_service,
  #section_member {
      border: 20px solid #FFF; 
  }
  #section_vision .section_title, 
  #section_mission .section_title, 
  #section_service .section_title, 
  #section_member .section_title {
    top: 85px;
    left: 72%;
    width: 150px;
    line-height: 45px;
    font-size: 23px;
  }
  body[data-section="0"] #section_mission .section_title,
  body[data-section="1"] #section_vision .section_title, 
  body[data-section="2"] #section_service .section_title, 
  body[data-section="3"] #section_member .section_title {
    top: 130px;
    left: 69.8%;
  }
  .borderAnimation_before::before {
    height: 2px;
  }
  .borderAnimation_before::after {
    width: 2px;
  }
  .borderAnimation_after::before {
    height: 2px;
  }
  .borderAnimation_after::after {
    width: 2px;
  }
  #section_vision .section_subtitle,
  #section_mission .section_subtitle, 
  #section_service .section_subtitle, 
  #section_member .section_subtitle {
    font-size: 8px;
    padding: 70px 0px 30px;
  }
  #section_vision .section_subject_sp,
  #section_mission .section_subject {
    font-size: 16px;
    padding: 0 0 30px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.7rem;
  }
  #section_vision .section_subject_sp .section_subject_subTitle,
  #section_mission .section_subject .section_subject_subTitle {
    font-size: 11px;
  }
  #section_vision .section_subject {
    display: none;
  }
  #section_vision .section_subject_sp {
    display: block;
  }
  #section_vision .section_column,
  #section_mission .section_column {
    display: none;
  }
  #section_vision p.section_column_sp,
  #section_mission p.section_column_sp {
    display: block;
    width: 100%;
    font-size: 1rem;
    line-height: 2rem;
    letter-spacing: 0.5rem;
    margin: 0 auto 10px;
    text-align: center;
  }
  #section_vision .section_column strong,
  #section_mission .section_column strong {
    font-size: 1.3rem;
  } 
  #section_service .p_img {
    max-width: 70%;
    margin-left: 15px;
  }
  #section_service .p_content {
    width: 100%;
  }
  #section_service .pc_title {
    margin-top: 10px;
    font-size: 23px
  }
  #section_service .pc_text {
    font-size: 1rem;
  }
  #section_service .product_btn {
    margin-top: 15px;
  }
}

/* iPhone6, 6s, 7, 8 */
@media screen and (max-width: 375px) {
  p.lang {
    font-size: 0.7em;
    margin: 15px 10px 12px;
  }
  .purchase_btn {
    font-size: 9px;
  }
  .footer_scroll {
    padding: 15px;
  }
  a.footerScroll_btn .arrow-right {
    /*padding-left: 15px;*/
  }
  #section_vision .section_title,
  #section_mission .section_title, 
  #section_service .section_title, 
  #section_member .section_title {
    top: 90px;
    left: 75%;
  }
  body[data-section="0"] #section_mission .section_title,
  body[data-section="1"] #section_vision .section_title, 
  body[data-section="2"] #section_service .section_title, 
  body[data-section="3"] #section_member .section_title {
    top: 130px;
    left: 72.5%;
  }
  #section_vision .section_subject,
  #section_mission .section_subject {
    font-size: 14px;
  }
  #section_vision .section_subject .section_subject_subTitle,
  #section_mission .section_subject .section_subject_subTitle {
    font-size: 10px;
  }
  #section_vision p.section_column_sp,
  #section_mission p.section_column_sp {
    line-height: 1.8rem;
    letter-spacing: 0.4rem;
  }
  #section_service .service_img {
     margin: 0; 
  }
}

/* iPhone5, SE */
@media screen and (max-width: 320px) {
  /* 画像1枚の時 */
  /*.purchase_btn {
    left: 53.8%;
    padding: 0.8% 9.0%;
    font-size: 10px;
    border: solid 1px #fff;
  }*/
  .footer_scroll div.footerScroll_purchase div.footerScroll_btnGroup a.footerScroll_btn-left {
    width: calc((100% - 70px) / 1.5);
    font-size: 0.8em;
  }
  .footer_scroll div.footerScroll_purchase div.footerScroll_btnGroup a.footerScroll_btn-right {
    display: none;
  }
  a.footerScroll_btn .arrow-right {
    /*padding-left: 20px;*/
  }
  #section_vision .section_title,
  #section_mission .section_title, 
  #section_service .section_title, 
  #section_member .section_title {
    top: 75px;
    left: 80%;
  }
  body[data-section="0"] #section_mission .section_title,
  body[data-section="1"] #section_vision .section_title,
  body[data-section="2"] #section_service .section_title, 
  body[data-section="3"] #section_member .section_title {
    top: 115px;
    left: 76%;
  }
  #section_vision .section_subtitle,
  #section_mission .section_subtitle,
  #section_service .section_subtitle,
  #section_member .section_subtitle {
    padding: 55px 0px 20px;
  }
  #section_vision .section_subject_sp {
    font-size: 14px;
    letter-spacing: 0.5rem;
  }
  #section_vision p.section_column_sp,
  #section_mission p.section_column_sp {
    line-height: 1.6rem;
    letter-spacing: 0.3rem;
  }
  #section_vision .section_subject_sp {
    font-size: 14px;
    letter-spacing: 0.5rem;
  }
  #section_mission .section_subject {
    display: none;
  }
  #section_mission .section_subject_sp {
    display: block;
    font-size: 14px;
    padding-bottom: 30px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.7rem;
  }
  #section_mission .section_subject_sp .section_subject_subTitle {
    font-size: 0.5em;
    letter-spacing: 0.5rem;
  }
  #section_service .pc_title {
    font-size: 20px;
  }
  #section_service div.product_btn-gloup {
    width: calc(100% / 1);
  }
  #section_service .product_btn {
    font-size: 10px;
    border: 1px solid;
  }
  #section_service .interview_btn {
    margin: 8px;
  }
}