.Flex {display: flex;}

/****** 2022版 ******/
/******SP******/
@media screen and (max-width: 640px) {
  .tabs {
    margin-top: 50px;
    margin: 0 auto;
  }

  .tab_item {
    width: calc((100% - 30px) / 3);
    margin: 15px 5px 0px;
    font-size: 11px;
    border-radius: 20px 20px 0 0;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    color: #fff;
    display: block;
    float: left;
  }

  #form.inner {
    padding-bottom: 5%;
  }

  .tabs input:checked+.tab_item {
    height: 56px;
    margin-top: 0;
  }

  .inst-icon {
    margin: auto;
    padding-bottom: 40px;
    padding-top: 30px;
  }

  .copy-inner {
    display: flex;
    justify-content: space-around;
    padding-bottom: 20px;
    width: 60%;
    margin: auto;
  }

  .fs-14r {
    font-size: 1.4rem;
  }

  .cartjs_header {
    display: none;
  }

  .cartjs_dtl_tbl {
    display: none;
  }

  .cartjs_link_regal {
    display: none;
  }
}

/******PC******/
@media screen and (min-width: 641px) {
  .tabs {
    margin-top: 50px;
    width: 80%;
    margin: 0 auto;
  }

  .tab_item {
    width: calc((100% - 90px) / 3);
    margin: 15px 15px 0px;
    border-radius: 20px 20px 0 0;
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    color: #fff;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
  }

  .inst-icon {
    width: 23%;
    margin: auto;
    padding-bottom: 40px;
    padding-top: 30px;
  }

  .fs-3r {
    font-size: 3rem;
  }

  .tabs input:checked+.tab_item {
    /*background-color: #fa656f;*/
    height: 100px;
    margin-top: 0;
  }

  .copy-inner {
    display: flex;
    justify-content: space-around;
    padding-bottom: 20px;
    width: 24%;
    margin: auto;
  }
}

.f08a5d {
  background-color: #f08a5d;
}

.38baf1 {
  background-color: #38baf1;
}

.fa656f {
  background-color: #fa656f;
}

.tab_item:hover {
  opacity: 0.75;
}

input[name="tab_item"] {
  display: none;
}

.tab_content {
  display: none;
  clear: both;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}

#all:checked~#all_content,
#programming:checked~#programming_content,
#design:checked~#design_content {
  display: block;
}

footer .inner {
  margin: auto;
  margin-top: 3%;
}

.df {
  display: flex;
}

.al-c {
  align-items: center;
}

.w30 {
  width: 30px;
}

.w60 {
  width: 60px;
}

.jc-c {
  justify-content: center;
}

a {
  text-decoration: none;
}

.cartjs_sk_link_other {
  display: none;
}

.cartjs_product_img {
  width: 10% !important;
  display: none;
}

.cartjs_product_table {
  display: none;
}

.cartjs_box div.cartjs_cart_in input {
  width: 90% !important;
  margin-top: 25px;
  margin: 0 auto;
  background: none;
  display: block;
  padding: 11px 0 9px;
  text-align: center;
  border: none;
  background: #f8656e !important;
  color: #ffffff;
  font-size: 18px !important;
  letter-spacing: 1px;
  border-radius: 12px;
  height: 80px !important;
  border-radius: 12px !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  text-decoration: none;
  line-height: 1 !important;
}

/*sp*/
.cartjs_buy input {
  margin-top: 25px;
  margin: 0 auto;
  background: none;
  height: 55px;
  display: block;
  padding: 11px 0 9px;
  text-align: center;
  border: none;
  background: #f8656e !important;
  color: #ffffff;
  font-size: 18px !important;
  letter-spacing: 1px;
  border-radius: 12px;
  border-radius: 12px !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  text-decoration: none;
  line-height: 1 !important;

  box-shadow: 0 0 0.1px #f8656e !important;
  border: 0.1px solid #f8656e !important;
  text-shadow: 0 -1px #f8656e !important;
}

/****** 2023版追加 ******/
.w980 {
  max-width: 980px;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .w980 {
    padding: 0 10px;
  }
}
.mt_60 {
  margin-top: 60px;
}
@media only screen and (max-width: 640px) {
  .mt_60 {
    margin-top: 30px;
  }
  .spnon_mt60 {
    margin-top: 0!important;
  }
}

.Lbox,
.Rbox {
  max-width: 800px;
  border: 3px solid #FFB3C7;
  padding: 30px;
}
.Lbox{
  box-shadow: 10px 10px 6px rgba(45, 45, 45, 40%);
  border-radius: 0 90px 90px 0;
}
.Rbox{
  box-shadow: -10px 10px 6px rgba(45, 45, 45, 40%);
  border-radius: 90px 0 0 90px;
  margin-top: 60px;
  margin-left: auto;
}
@media only screen and (max-width: 640px) {
  .Lbox,
  .Rbox {
    padding: 20px;
  }
  .Rbox {
    margin-top: 30px;
  }
}
.title_mult,
.title {
  font-size: 30px;
  font-weight: bold;
  position: relative;
  text-align: left;
}
.title_mult {padding: 5px 10px 10px 120px}
.title {padding: 30px 10px 30px 120px}
@media only screen and (max-width: 640px) {
  .title_mult,
  .title {
    font-size: 1.4rem;
  }
  .title_mult {padding: 5px 3px 10px 70px}
  .title {padding: 30px 10px 30px 70px}
}
.title_mult:before,
h2.title:before {
  position:absolute;
  top:50%;
  left:0;
  -webkit-transform:translateY(-50%);
  transform: translateY(-50%);
}
.title_mult:before,
h2.title:before {
  content: '';
  width: 90px;
  height: 90px;
  background-size: contain;
  vertical-align: middle;
}
.title_mult:before {background-image: url("https://img07.shop-pro.jp/PA01461/149/etc_base64/aWNvbjAx.png?cmsp_timestamp=20231023105758");}
h2.title:before {background-image: url("https://img07.shop-pro.jp/PA01461/149/etc_base64/aWNvbjAy.png?cmsp_timestamp=20231023182731")}
@media only screen and (max-width: 640px) {
  .title_mult:before,
  h2.title:before {
    width: 60px;
    height: 60px;
  }
}
.dotted{
  background-image: linear-gradient(to right, #E78196 17px, transparent 17px);
  background-size: 30px 6px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
@media only screen and (max-width: 640px) {
  .dotted{
    background-image: linear-gradient(to right, #E78196 15px, transparent 15px);
    background-size: 20px 3px;
  }
}
.Lbox p {
  padding: 30px;
  line-height: 2;
}
@media only screen and (max-width: 640px) {
  .Lbox p {
    font-size: 1.2rem;
    padding: 20px 10px 10px;
    font-weight: 400;
    line-height: 1.5;
  }
}

.youtube {
  position: relative;
  padding-bottom: 56.25%;  /* 横16:縦9 */
  height: 0;
  overflow: hidden;
  margin: 30px;
}
@media only screen and (max-width: 640px) {
  .youtube {margin: 20px 0 10px;}
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 640px) {
  .txt_img {
    padding: 0 15px;
    width: auto;
    box-sizing: border-box;
  }
}

/**購入ボタン**/
a.btn--orange {
  color: #fff;
  background-color: #f52231;
}
a.btn--orange:hover {
  color: #fff;
  background: #f63a48;
}
a.btn-c {
  font-size: 30px;
  font-weight: bold;
  position: relative;
  padding: 1.5rem 6rem 1.5rem 5rem;
  border-radius: 100vh;
}
@media only screen and (max-width: 640px) {
  a.btn-c {
    font-size: 18px;
  }
}
a.btn-c i.fa {
  margin-right: 1rem;
}
a.btn-c:before {
  font-family: 'Font Awesome 5 Free';
  font-size: 26px;
  line-height: 1;
  position: absolute;
  top: calc(50% - 12px);
  right: 1.5rem;
  margin: 0;
  padding: 0;
  content: '\f054';
  font-weight: 900;
}
@media only screen and (max-width: 640px) {
  a.btn-c:before {
    font-size: 20px;
    top: calc(50% - 9px);
  }
}
a.btn--orange.btn--cubic {
  border-bottom: 5px solid #c41b27;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a.btn--orange.btn--cubic:hover {
  margin-top: 3px;
  border-bottom: 2px solid #c41b27;
}

/*** 基本 ***/
.slider {
  position: relative;
}
.bx-viewport {
  border: none !important;
  left: 0 !important;
}
#slider div {
  width: 100% !important;
}

.more_prd {
  display: none;
  background-color: #aaa;
  color: #fff;
  font-size: 123.076%;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.free_space_block {
  margin-top: 3em;
}


.comment {
  max-width: 1000px;
  margin: 40px auto;

}
.comment.attention {
  max-width: 960px;
  border:2px solid #f00;
  padding:20px;
  background:#fff;
}

.comment h3 {
  font-size: 2.4rem;
  font-weight: bold;
  text-align:center;
}

.comment h3 +p,
.comment h3 +.txt{
  margin-top:20px;
}

.comment p {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.comment .txt {
  max-width: 900px;
  padding-bottom:0;
}
@media only screen and (max-width: 640px) {
  .comment {
    margin: 20px;
  }

  .comment.attention {
    border:2px solid #f00;
    padding: 20px 0;
    background:#fff;
  }

  .comment h3 {
    font-size: 2.4rem;
    font-weight: bold;
  }
  .comment.attention h3{
    font-size: 1.6rem;
  }

  .comment h3 +p,
  .comment h3 +.txt{
    margin-top:20px;
  }

  .comment p {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}

.youtube_syoukai {
  background-image: url("https://img07.shop-pro.jp/PA01461/149/etc_base64/YmdfeW91dHViZQ.png?cmsp_timestamp=20240920175705");
  background-repeat: repeat;
  padding: 5% 16.3% 5% 14.3%;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .youtube_syoukai {
    padding: 0;
  }
  .youtube_syoukai_movie {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
  }
  .youtube_syoukai iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;  
  }
}

.cta-omatome {
}
.cta-omatome-inner {
  background-image: url("https://img07.shop-pro.jp/PA01461/149/etc_base64/aW1nX29tYXRvbWVjdGFfcGM.png?cmsp_timestamp=20240920175705");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  min-height: 1200px;
  max-width: 1120px;
  padding: 0;
  margin: 0 auto;
}
.cta-omatome-buttons {
  /* padding-top: 670px; */
  padding-top: 57%;
}

.cta-omatome-buttons .cartjs_box div.cartjs_cart_in input {
  width: 75%!important;
}
@media only screen and (min-width: 641px) and (max-width: 999px) {
  .cta-omatome-inner {
    background-image: url("https://img07.shop-pro.jp/PA01461/149/etc_base64/aW1nX29tYXRvbWVjdGFfc3A.png?cmsp_timestamp=20240920175705");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    min-height: auto;
    height: 1180px;
    max-width: auto;
    padding: 0;
    margin: 0 auto;
  }
  .cta-omatome-buttons {
    padding-top: 94%;
  }
  .cta-omatome-buttons .cartjs_box div.cartjs_cart_in input {
    font-size: 14px!important;
    height: 70px!important;
  }
}
@media only screen and (max-width: 640px) {
  .cta-omatome-inner {
    background-image: url("https://img07.shop-pro.jp/PA01461/149/etc_base64/aW1nX29tYXRvbWVjdGFfc3A.png?cmsp_timestamp=20240920175705");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    min-height: auto;
    height: 640px;
    max-width: auto;
    padding: 0;
    margin: 0 auto;
  }
  .cta-omatome-buttons {
    padding-top: 94%;
  }
  .cta-omatome-buttons .cartjs_box div.cartjs_cart_in input {
    font-size: 14px!important;
    height: 70px!important;
  }
  .cartjs_box {
    padding: 0!important;
  }
}
/****** 2025ふわふわ歯ブラシクリーナーボタン******/
.hover-lift {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hover-lift:hover {
  transform: translateY(-8px); /* 8px持ち上がる */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* 影で浮き感を演出 */
}
.hover-lift {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: inline-block; /* 念のため追加 */
}

.hover-lift:hover {
  transform: translateY(-8px) scale(1.1); /* 持ち上げ＋10%拡大 */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* 影で浮かせる */
}
