@charset "UTF-8";
.pubtn a {
  background: #d4e7ff; }

a.fastposting {
  display: block;
  background: #ffdddd;
  border: 1px solid #CCCCCC;
  padding: 15px;
  border-radius: 5px;
  margin-top: 15px;
  transition: 0.2s; }
  a.fastposting:hover {
    background: #F1F1F1; }
  a.fastposting span {
    display: block;
    font-weight: bold;
    font-size: 18px; }
  a.fastposting small {
    font-size: 13px; }

a.lineaccount {
  display: block;
  background: #A0FF84;
  border: 1px solid #CCCCCC;
  padding: 15px;
  border-radius: 5px;
  margin-top: 15px;
  transition: 0.2s; }
  a.lineaccount:hover {
    background: #F1F1F1; }
  a.lineaccount span {
    display: block;
    font-weight: bold;
    font-size: 18px; }
  a.lineaccount small {
    font-size: 13px; }

button.slick-prev {
  right: auto;
  rotate: 180deg; }

.rate_wrap {
  position: relative;
  font-size: 20px;
  line-height: 1em;
  color: black;
  margin: 0 auto 1.5em;
  width: 5em; }
  .rate_wrap::before {
    content: "★★★★★";
    position: absolute;
    color: #FFE500;
    width: 2.7em;
    overflow: hidden;
    white-space: nowrap;
    top: 0;
    left: 0; }
  .rate_wrap.rate5::before {
    width: 5em; }
  .rate_wrap.rate4point5::before {
    width: 4.5em; }
  .rate_wrap.rate4point4::before {
    width: 4.4em; }
  .rate_wrap.rate4point3::before {
    width: 4.3em; }
  .rate_wrap.rate4point2::before {
    width: 4.2em; }
  .rate_wrap.rate4::before {
    width: 4em; }
  .rate_wrap.rate3point5::before {
    width: 3.5em; }
  .rate_wrap.rate3::before {
    width: 3em; }

#topContents {
  padding: 80px 0 0;
  height: 900px;
  overflow: hidden; }
  #topContents::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: transparent;
    position: absolute;
    top: 0; }
  #topContents video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0; }
  #topContents iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9; }
  #topContents iframe.pc {
    display: block; }
  #topContents video.sp {
    display: none; }
  #topContents div.container {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    margin-bottom: 100px; }

#topmenu li {
  margin-bottom: 0.5em; }
  #topmenu li a {
    color: #FFFFFF;
    font-size: 20px; }
    #topmenu li a i {
      margin-left: 1em; }

#columnnews {
  background: url("/common/img/myimg/column_bg3.jpg") no-repeat top left/100%;
  font-weight: bold;
  color: #FFFFFF; }
  #columnnews h2 {
    font-family: "リュウミン R-KL";
    font-weight: bold; }
  #columnnews a {
    color: inherit; }
    #columnnews a.columnbtn {
      display: inline-block;
      margin: 15px auto 0;
      background: #666;
      color: #fff;
      border-radius: 45px;
      padding: 12px;
      letter-spacing: .05em;
      text-indent: 0.05em;
      transition: 0.25s; }
      #columnnews a.columnbtn:hover {
        background: #000000; }
  #columnnews li {
    margin: 0 auto 10px;
    text-align: left;
    width: 700px;
    display: flex; }
    #columnnews li a {
      text-decoration: underline;
      display: block;
      transition: 0.25s; }
      #columnnews li a:hover {
        color: #d8e350;
        transform: scale(1.02); }

@media screen and (max-width: 768px) {
  #columnnews {
    background: url("/common/img/myimg/column_bg3.jpg") no-repeat top left/cover;
    padding: 0 0 30px; }
    #columnnews li {
      margin: 0 auto 20px;
      width: 100%;
      flex-wrap: wrap; }
      #columnnews li:nth-child(n+4) {
        display: none; }
      #columnnews li a {
        width: 100%;
        font-size: 18px; } }
#newitem1, #houbachi, #inova, #meisai {
  background: url("/common/img/myimg/shori_bg.jpeg") no-repeat top left/100% 100%;
  color: #000000;
  /*position:relative;
  &::after{
  	content:"Coming soon...";
  	position:absolute;
  	top:0; 
  	left:0;
  	display:flex;
  	width:100%;
  	height:100%;
  	background:rgba(0,0,0,0.9);
  	color:#FFFFFF;
  	font-size:40px;
  	justify-content:center;
  	align-items:center;
  }*/ }
  #newitem1 h2, #houbachi h2, #inova h2, #meisai h2 {
    font-weight: bold;
    font-size: 20px; }
  #newitem1 p, #houbachi p, #inova p, #meisai p {
    font-weight: bold;
    font-size: 23px;
    /*&.description {font-size: 18px;}*/ }
  #newitem1 ul, #houbachi ul, #inova ul, #meisai ul {
    display: flex;
    margin-bottom: 20px; }
    #newitem1 ul li, #houbachi ul li, #inova ul li, #meisai ul li {
      flex: 1; }
      #newitem1 ul li a, #houbachi ul li a, #inova ul li a, #meisai ul li a {
        display: block;
        width: 100%;
        position: relative; }
        #newitem1 ul li a span, #houbachi ul li a span, #inova ul li a span, #meisai ul li a span {
          position: absolute;
          display: flex;
          justify-content: center;
          align-items: center;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          background: RGBA(0, 0, 0, 0.7);
          color: #FFFFFF;
          font-size: 30px;
          font-family: "リュウミン R-KL";
          opacity: 0;
          transition: 0.25s; }
        #newitem1 ul li a:hover span, #houbachi ul li a:hover span, #inova ul li a:hover span, #meisai ul li a:hover span {
          opacity: 1; }
      #newitem1 ul li img, #houbachi ul li img, #inova ul li img, #meisai ul li img {
        width: 100%; }
      #newitem1 ul li div, #houbachi ul li div, #inova ul li div, #meisai ul li div {
        display: flex;
        flex-direction: column; }
        #newitem1 ul li div form, #houbachi ul li div form, #inova ul li div form, #meisai ul li div form {
          order: 1; }
        #newitem1 ul li div p, #houbachi ul li div p, #inova ul li div p, #meisai ul li div p {
          margin: 0 auto; }
      #newitem1 ul li h3, #houbachi ul li h3, #inova ul li h3, #meisai ul li h3 {
        font-size: 18px;
        margin: 1em 0 0; }
      #newitem1 ul li a.btnlink, #newitem1 ul li p.btnlink, #houbachi ul li a.btnlink, #houbachi ul li p.btnlink, #inova ul li a.btnlink, #inova ul li p.btnlink, #meisai ul li a.btnlink, #meisai ul li p.btnlink {
        display: block;
        width: 70%;
        margin: 15px auto 0;
        background: #666;
        color: #fff;
        border-radius: 45px;
        padding: 12px;
        letter-spacing: .05em;
        text-indent: 0.05em;
        transition: 0.25s; }
        #newitem1 ul li a.btnlink:hover, #newitem1 ul li p.btnlink:hover, #houbachi ul li a.btnlink:hover, #houbachi ul li p.btnlink:hover, #inova ul li a.btnlink:hover, #inova ul li p.btnlink:hover, #meisai ul li a.btnlink:hover, #meisai ul li p.btnlink:hover {
          background: #000000; }
        #newitem1 ul li a.btnlink.sp, #newitem1 ul li p.btnlink.sp, #houbachi ul li a.btnlink.sp, #houbachi ul li p.btnlink.sp, #inova ul li a.btnlink.sp, #inova ul li p.btnlink.sp, #meisai ul li a.btnlink.sp, #meisai ul li p.btnlink.sp {
          display: none; }
      #newitem1 ul li p.btnlink, #houbachi ul li p.btnlink, #inova ul li p.btnlink, #meisai ul li p.btnlink {
        line-height: 0;
        cursor: pointer; }
        #newitem1 ul li p.btnlink input, #houbachi ul li p.btnlink input, #inova ul li p.btnlink input, #meisai ul li p.btnlink input {
          cursor: pointer;
          border: none;
          background: none;
          color: #FFFFFF;
          font-size: 16px; }

#houbachi {
  background: url("/common/img/myimg/houbachi_bg.jpg") no-repeat top left/100%;
  color: #FFFFFF; }
  #houbachi ul {
    display: flex; }
    #houbachi ul li {
      flex: 1; }
      #houbachi ul li img {
        width: 100%; }
      #houbachi ul li h3 {
        font-size: 18px;
        margin: 1em 0 0; }
      #houbachi ul li a.btnlink, #houbachi ul li p.btnlink {
        background: #666;
        color: #fff; }
        #houbachi ul li a.btnlink:hover, #houbachi ul li p.btnlink:hover {
          background: #000000; }

#meisai {
  background: url("/common/img/myimg/simple_bg.png") no-repeat top left/100%; }
  #meisai ul {
    display: flex; }
    #meisai ul li {
      flex: 1; }
      #meisai ul li img {
        width: 100%; }
      #meisai ul li h3 {
        font-size: 18px;
        margin: 1em 0 0; }
      #meisai ul li a.btnlink, #meisai ul li p.btnlink {
        background: #666;
        color: #fff; }
        #meisai ul li a.btnlink:hover, #meisai ul li p.btnlink:hover {
          background: #000000; }

div#youtubeminamitori {
  margin-top: 50px; }
  div#youtubeminamitori h2 {
    margin-bottom: 1.5em; }
  div#youtubeminamitori ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2%; }
    div#youtubeminamitori ul li {
      width: 22%;
      position: relative; }
      div#youtubeminamitori ul li::before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0); }
      div#youtubeminamitori ul li a {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; }
      div#youtubeminamitori ul li iframe {
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9; }
      div#youtubeminamitori ul li h3 span {
        display: block; }

div.sp_youtube_footer {
  width: 100%;
  background: #4F876F;
  position: fixed;
  bottom: -100%;
  left: 0;
  opacity: 0;
  transition: 1s;
  z-index: 100; }
  div.sp_youtube_footer img {
    width: 100%; }
  div.sp_youtube_footer.active {
    bottom: 0;
    opacity: 1; }

@media screen and (max-width: 768px) {
  #topContents {
    padding: 80px 0 0;
    height: auto; }
    #topContents video {
      width: 100%;
      height: auto;
      position: relative; }
    #topContents iframe.pc {
      display: none; }
    #topContents video.sp {
      display: block; }
    #topContents div.container {
      position: relative;
      left: auto;
      transform: translateX(0);
      z-index: 900; }
      #topContents div.container .sideTxt {
        top: 53%;
        writing-mode: vertical-lr;
        transform: translateY(-50%);
        font-size: 3.7vw; }
      #topContents div.container ._lft {
        left: 0;
        right: auto; }
      #topContents div.container ._rht {
        left: auto;
        right: 0; }

  #newitem1, #houbachi, #inova, #meisai {
    background: url(/common/img/myimg/shori_bg4.jpg) no-repeat top left/cover; }
    #newitem1 h2, #houbachi h2, #inova h2, #meisai h2 {
      font-size: 20px; }
    #newitem1 p, #houbachi p, #inova p, #meisai p {
      font-size: 25px; }
    #newitem1 p.notice, #houbachi p.notice, #inova p.notice, #meisai p.notice {
      font-size: 15px; }
    #newitem1 ul, #houbachi ul, #inova ul, #meisai ul {
      flex-wrap: wrap;
      margin-bottom: 0; }
      #newitem1 ul li, #houbachi ul li, #inova ul li, #meisai ul li {
        flex: none;
        width: 50%;
        margin-bottom: 10px; }
        #newitem1 ul li div p, #houbachi ul li div p, #inova ul li div p, #meisai ul li div p {
          order: 1;
          margin: 0 auto 0.1em; }
        #newitem1 ul li div a, #houbachi ul li div a, #inova ul li div a, #meisai ul li div a {
          order: 2;
          margin: 10px auto 0 !important; }
        #newitem1 ul li div form, #houbachi ul li div form, #inova ul li div form, #meisai ul li div form {
          order: 3; }
        #newitem1 ul li h3, #houbachi ul li h3, #inova ul li h3, #meisai ul li h3 {
          font-size: 14px;
          margin: 1em 0 2px; }
        #newitem1 ul li a.btnlink, #houbachi ul li a.btnlink, #inova ul li a.btnlink, #meisai ul li a.btnlink {
          margin: 10px auto 15px;
          padding: 5px 12px; }
          #newitem1 ul li a.btnlink.sp, #houbachi ul li a.btnlink.sp, #inova ul li a.btnlink.sp, #meisai ul li a.btnlink.sp {
            display: block; }
        #newitem1 ul li p.btnlink, #houbachi ul li p.btnlink, #inova ul li p.btnlink, #meisai ul li p.btnlink {
          padding: 5px 12px; }
          #newitem1 ul li p.btnlink input, #houbachi ul li p.btnlink input, #inova ul li p.btnlink input, #meisai ul li p.btnlink input {
            font-size: 14px; }

  #houbachi {
    background: url(/common/img/myimg/houbachi_bg.jpg) no-repeat top left/cover; }

  div#youtubeminamitori ul {
    gap: 20px;
    padding: 0 20px; }
    div#youtubeminamitori ul li {
      width: 100%; }
      div#youtubeminamitori ul li h3 span {
        font-size: 2.8vw; } }
@media screen and (max-width: 620px) {
  #topContents div.container .sideTxt {
    top: 50%;
    font-size: 4.6vw; }
  #topContents div.container ._lft {
    left: -7%;
    right: auto; }
  #topContents div.container ._rht {
    left: auto;
    right: -7%; } }
#inova {
  background: url(/common/img/myimg/simple_bg.png) no-repeat top left/cover; }

#meisai {
  background: url(/common/img/myimg/simple_bg.png) no-repeat top left/cover; }

#bestseleer div.recommendation {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 1%; }
  #bestseleer div.recommendation div.proSlideBox {
    width: 15%; }

@media screen and (max-width: 768px) {
  #bestseleer div.recommendation {
    gap: 50px 10%; }
    #bestseleer div.recommendation div.proSlideBox {
      width: 45%;
      margin: 0; } }
#cart {
  position: relative; }

#cart table#spcart,
#cart table#spcartsum {
  display: none; }

#cart table#cart_table {
  display: table; }

#cart div.cart_footer {
  display: none; }

@media only screen and (min-width: 320px) and (max-width: 768px) {
  #cart table#cart_table {
    display: none; }

  .default_send,
  .currency_code {
    display: none; }

  .scroll-wrap {
    overflow: unset; }

  #cart table#spcart,
  #cart table#spcartsum {
    display: table; }

  #cart td {
    border-left-color: #CCCCCC; }

  #cart table#spcart img {
    width: 100%; }
  #cart table#spcart .delButton {
    width: 100%; }
  #cart table#spcart .blank {
    padding: 30px 0; }

  #cart div.cart_footer {
    display: block;
    position: sticky;
    bottom: 0;
    background: #FFFFFF; }
    #cart div.cart_footer th, #cart div.cart_footer td {
      font-size: 24px; }
    #cart div.cart_footer .cart_footer_send {
      display: flex;
      justify-content: center; }
    #cart div.cart_footer input {
      display: inline;
      margin: 5px;
      width: 50%;
      max-width: 150px; } }
#faq {
  background: url("../img/features/case_bg.jpg") top center no-repeat;
  background-size: cover;
  color: #fff; }
  #faq #faqall {
    max-width: 1000px;
    margin: 0 auto; }
    #faq #faqall dl {
      display: flex;
      flex-direction: column;
      flex-wrap: wrap; }
      #faq #faqall dl dt {
        width: 100%;
        font-size: 2.3rem;
        line-height: 1.3;
        position: relative;
        padding: 0 1.5em 0.15em 100px;
        border-bottom: 1px dashed #FFFFFF;
        cursor: pointer;
        counter-increment: count;
        text-align: left; }
        #faq #faqall dl dt::before {
          content: "Q" counter(count);
          color: #FFFFFF;
          font-family: Arial, Helvetica, 'sans-serif';
          font-size: 2.8rem;
          position: absolute;
          left: 0;
          display: block;
          width: 90px;
          text-align: center;
          top: -5px; }
        #faq #faqall dl dt::after {
          content: "\f078";
          font-weight: 900;
          font-family: "Font Awesome 6 Free";
          position: absolute;
          top: 0;
          right: -10px;
          transition: 0.4s; }
        #faq #faqall dl dt.active::after {
          transform: rotate(180deg); }
        #faq #faqall dl dt:nth-of-type(n+2) {
          margin-top: 1em; }
      #faq #faqall dl dd {
        width: 100%;
        display: none;
        position: relative;
        padding: 0 1.5em 0 100px;
        font-size: 1.6rem;
        margin-bottom: 1.5em;
        margin-top: 15px;
        text-align: left; }
        #faq #faqall dl dd::before {
          content: "A" counter(count);
          color: #FFFFFF;
          font-family: Arial, Helvetica, 'sans-serif';
          font-size: 2.8rem;
          position: absolute;
          left: 0;
          display: block;
          width: 90px;
          font-size: 2.0rem;
          text-align: center;
          top: -5px; }

@media screen and (max-width: 768px) {
  #faq #faqall {
    padding: 0 5%; }
    #faq #faqall dl dt {
      font-size: 1.4rem;
      padding: 0 1.5em 0.15em 70px; }
      #faq #faqall dl dt::before {
        font-size: 1.8rem;
        width: 60px;
        top: -2.5px; }
      #faq #faqall dl dt::after {
        content: "\f078";
        font-weight: 900;
        font-family: "Font Awesome 6 Free";
        position: absolute;
        top: 0;
        right: -10px;
        transition: 0.4s; }
    #faq #faqall dl dd {
      font-size: 1.2rem;
      padding: 0 1.5em 0 70px; }
      #faq #faqall dl dd::before {
        font-size: 1.5rem;
        width: 60px;
        top: -2.5px; } }
#voice {
  background: url(../../../common/img/top/top_cont_bg.jpg) no-repeat top center/cover;
  color: #FFFFFF;
  padding: 3% 0; }
  #voice div.wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1em; }
    #voice div.wrapper ul.voicelist {
      display: flex;
      flex-wrap: wrap;
      margin-top: 40px;
      gap: 4%; }
      #voice div.wrapper ul.voicelist li {
        width: 48%;
        margin-bottom: 4%;
        border: 1px solid #FFFFFF;
        padding: 1.5em; }
        #voice div.wrapper ul.voicelist li div.star {
          display: flex;
          align-items: center;
          gap: 3%; }
          #voice div.wrapper ul.voicelist li div.star p {
            font-size: 1.4rem;
            color: rgba(132, 251, 200, 0.97); }
            #voice div.wrapper ul.voicelist li div.star p span {
              color: #FFBB00;
              font-size: 150%; }
          #voice div.wrapper ul.voicelist li div.star .starwrap {
            position: relative;
            display: flex;
            align-items: center; }
            #voice div.wrapper ul.voicelist li div.star .starwrap [type="radio"] {
              position: absolute;
              z-index: -1;
              opacity: 0; }
            #voice div.wrapper ul.voicelist li div.star .starwrap label {
              position: relative;
              z-index: 10; }
              #voice div.wrapper ul.voicelist li div.star .starwrap label svg {
                width: 36px;
                cursor: pointer;
                transition: 0.2s ease-in-out;
                scale: 0.9; }
                #voice div.wrapper ul.voicelist li div.star .starwrap label svg polygon {
                  fill: #FFFFFF;
                  stroke: #CCCCCC; }
              #voice div.wrapper ul.voicelist li div.star .starwrap label.evaluation polygon {
                fill: #FFBB00;
                stroke: #CC9600; }
        #voice div.wrapper ul.voicelist li h2 {
          font-size: 2.2rem;
          font-weight: bold;
          margin-bottom: 0.5em; }
        #voice div.wrapper ul.voicelist li figure {
          display: flex;
          justify-content: space-between;
          gap: 4%; }
          #voice div.wrapper ul.voicelist li figure div.imagewrap {
            text-align: center; }
          #voice div.wrapper ul.voicelist li figure div.image {
            width: 150px;
            height: 150px;
            border-radius: 50%;
            overflow: hidden;
            position: relative;
            margin-bottom: 1em; }
            #voice div.wrapper ul.voicelist li figure div.image.male {
              background: rgba(79, 82, 242, 0.95); }
            #voice div.wrapper ul.voicelist li figure div.image.female {
              background: #FF99CC; }
            #voice div.wrapper ul.voicelist li figure div.image svg {
              width: 85%;
              position: absolute;
              left: 50%;
              bottom: -5%;
              transform: translate(-50%, 0); }
              #voice div.wrapper ul.voicelist li figure div.image svg ellipse, #voice div.wrapper ul.voicelist li figure div.image svg path {
                fill: #FFFFFF; }
          #voice div.wrapper ul.voicelist li figure figcaption {
            width: fit-content; }

@media screen and (max-width: 768px) {
  #voice {
    padding: 3% 0; }
    #voice div.wrapper {
      max-width: 1200px;
      padding: 0 1em; }
      #voice div.wrapper ul.voicelist {
        flex-direction: column;
        margin-top: 40px;
        gap: 4%; }
        #voice div.wrapper ul.voicelist li {
          width: 100%;
          margin-bottom: 4%;
          padding: 1.5em; }
          #voice div.wrapper ul.voicelist li h2 {
            font-size: 1.5rem;
            margin-bottom: 0.5em; }
          #voice div.wrapper ul.voicelist li figure {
            gap: 4%; }
            #voice div.wrapper ul.voicelist li figure div.image {
              width: 80px;
              height: 80px; } }
td.stock {
  display: none; }
