@charset "utf-8";
/* 初期化 */
html, body { 
  height: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
}
a {
  text-decoration: none;
}
img { 
  border: none;
  vertical-align: bottom;
 }
ul {
  padding-left: 0!important;
}
.l-article {
  max-width: 100%!important;
}
.l-container {
  max-width: 100%!important;
  padding: 0!important;
}
.l-content__body {
  margin: 0!important;
}
.tab {
  display: none;
}
.tabbr {
  display: none;
}
.spbr {
  display: none;
}
.sp {
  display: none;
}
.woocommerce {
  width: 100%;
  margin: 0em auto 5em;
}
.fadeInUpTrigger{
	opacity: 0;
}
.fadeInTrigger{
	opacity: 0;
}
blockquote {
  border-left: none!important;

}
.wp-block-woocommerce-empty-cart-block .wp-block-separator.is-style-dots  {
  display: none;
}
.wp-block-woocommerce-empty-cart-block .wp-block-heading:last-of-type {
  display: none;
}
.wp-block-woocommerce-empty-cart-block .wp-block-product-new {
  display: none;
}
.wc-block-cart__empty-cart__title {
  display: block;
}

/*////////////// common //////////////*/

/*////////////// font //////////////*/

body {
  font-family: "Noto Sans JP", sans-serif!important;
  font-style: normal;
}
.serif {
  font-family: 'Noto Serif JP', serif;
}
.cardo {
  font-family: "Cardo", serif;
  font-weight: 600;
  font-style: normal;
}
/*////////////// font //////////////*/

:root {
  --black-col: #000;
  --white-col: #fff;
  --text-col: #1A1A1A;
  --back-col: #F5F5F5;
  --main-col: #203369;
  --point-col: #B7212C;
  --back-col2: #FAFAFA;
  --back-col3: #E0EDDE;
  --gray-col: #666666;
  --hover-col: #EF999F;
  
}

.flex-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.flex-content .detail-text {
  margin: .5em 0 0;
}
.flex-bet {
  display: flex;
  justify-content: space-between;
}
.relative {
  position: relative;
}
img {
  width: 100%;
}
.drop-shadow {
  filter: drop-shadow(3px 3px 7px #ccc);
}
.o-container {
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1270px) {
  .o-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .o-container {
    padding-left: 1rem!important;
    padding-right: 1rem!important;
  }
}
.o-container2 {
  width: 85%;
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 1270px) {
  .o-container2 {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .o-container2 {
    width: 93%;
  }
}
@media screen and (max-width: 480px) {
  .o-container2 {
    width: 95%;
  }
}
.bl-back {
  background: var(--black-col);
}
.section-content {
  padding: 3em 0;
}
.page-content {
  padding: 3em 0 0;
}
.page-post-style {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
.page-post-style .alignwide {
  width: 85%;
  margin: auto auto;
  max-width: 1400px;
  left: auto;
}
.page-post-style .backcolor {
  background: var(--back-col);
}
.page-post-style .w-full {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.page-post-style .mask-content img {
  margin: 0;
}
.page-post-style .content-h2 {
  padding: 0;
  margin-bottom: 3em;
  
}

.page-post-style .is-layout-flex .wp-block-image img {
  box-shadow: 20px 20px black;
}
.page-post-style h2 {
  padding: .5em;
  font-family: 'Noto Serif JP', serif;
  border-bottom: 1px solid;
  border-color: var(--point-col);
}

.page-post-style .is-layout-flex h2 {
  width: 100%;
}
.page-post-style .content-h2 h2 {
  border-bottom: none;
  padding-top: 0;
}
.page-post-style .content-h2 .p-text {
  padding-bottom: 0;
  margin-bottom: 0;
}

.page-post-style:not(:is(.woocommerce-checkout *)) h3 {
  padding: .5em;
  margin-bottom: 1.5em;
  font-size: 1.3em;
  background: var(--point-col);
  color: var(--white-col);
}
.page-post-style h5 {
  padding: .5em;
  margin-bottom: 1.3em;
  font-size: 1.1em;
  line-height: 1.8em;
}
.page-post-style h4 {
  margin-bottom: 1em;
  font-size: 1.1em;
  padding: .5em;
  background: var(--back-col2);
  
}

.page-post-style .faq-box__inner {
  justify-content: flex-start;
}
.page-post-style .faq-box__inner:nth-child(2n) {
  margin-bottom: 2em;
}
.page-post-style .faq-box__inner.question {
  border-bottom: 1px solid;
  border-color: var(--text-col);
  padding: .5em 1em;
  letter-spacing: .1em;
  font-weight: 600;
}
.page-post-style .faq-box__inner .icon {
  font-weight: 600;
  letter-spacing: .1em;
  padding-right: .5em;
  color: var(--main-col);
  font-size: 1.2em;
}
.page-post-style .faq-box__inner.answer {
  padding: 1em;
  background: var(--back-col);
  line-height: 1.5em;
  margin-top: 1em;
}
.page-post-style .faq-box__inner.answer .icon {
  color: var(--point-col);
}
@media screen and (max-width: 1270px) {
  .page-post-style .faq-box__inner .text-content {
    width: 94%;
  }
}
@media screen and (max-width: 768px) {
  .page-post-style .faq-box__inner .text-content {
    width: 91%;
  }
}
@media screen and (max-width: 479px) {
  .page-post-style .faq-box__inner .text-content {
    width: 90%;
  }
}
.page-post-style p {
  margin-bottom: 1em;
  font-size: 1em;
  line-height: 1.7em;
}
.page-post-style ul {
  margin-bottom: 1em;
}
.page-post-style ol {
  margin-bottom: 1em;
  padding-left: 1em;
}
.page-post-style ul li {
  padding-bottom: 1em;
  list-style: inside;
  font-size: 1em;
}
.page-post-style ol li {
  padding-bottom: 1em;
  font-size: 1em;
}
.page-post-style ol li::marker {
  color: var(--point-col);
}
.page-post-style img {
  margin: 2em auto;
}
.page-post-style .wp-block-table {
  padding-bottom: 8em;
  margin-bottom: -2em;
}
@media screen and (max-width: 1270px) {
  /*
  .page-post-style h2 {
    margin-right: 1em;
    margin-left: 1em;
  }
  */
  .page-post-style .content-h2 .p-text {
    margin-right: 1em;
    margin-left: 1em;
  }
  .page-post-style ul {
    margin-bottom: 1em;
    margin-left: 2em;
}
}
@media screen and (max-width: 768px) {
  /*
  .page-post-style h2 {
    margin-right: 1em;
    margin-left: 1em;
  }
  */
  .page-post-style .content-h2 .p-text {
    margin-right: 1em;
    margin-left: 1em;
  }
  
  /* .page-post-style h3 {
    margin-right: 1em;
    margin-left: 1em;
  }
  .page-post-style h5 {
    margin-right: 1em;
    margin-left: 1em;
  }
  .page-post-style h4 {
    margin-right: 1em;
    margin-left: 1em;
    
  }
  .page-post-style p {
    margin-right: 1em;
    margin-left: 1em;
  }
  .page-post-style ul {
    margin-right: 1em;
    margin-left: 1em;
  }
  .page-post-style ol {
    margin-right: 1em;
    margin-left: 1em;
  } */
  
.page-post-style .wp-block-table {
  padding-bottom: 4em;
}
}

.page-post-style .wp-block-table th {
  width: 25%;
  color: var(--text-col);
  font-weight: 600;
  letter-spacing: .1em;
  text-align: center;
  padding: 1em 1em!important;
  border-right: 0!important;
  border-left: 0;
  border-bottom: 1px solid;
  border-color: var(--point-col);
  background: none;
  
}
@media screen and (max-width: 768px) {
  .page-post-style .wp-block-table th {
    padding: 1em 1em 0em!important;
    border-bottom: none;
  }
}
.page-post-style .wp-block-table td {
  padding: 1em 1em!important;
  border-bottom: 1px solid;
  border-color: var(--point-col);
  border-left: 0;
}
@media screen and (max-width: 768px) {
  .page-post-style .wp-block-table td {
    padding-top: 0em!important;
    
  }
}
.page-post-style iframe {
  width: 100%;
  margin: 2em 0!important;
}

@media screen and (max-width: 768px) {
.page-post-style .wp-block-table tr {
  display: flex;
  flex-wrap: wrap;
}
.page-post-style .wp-block-table th {
  width: 100%;
  text-align: left;
}
.page-post-style .wp-block-table td {
  width: 100%;
  border-left: 0;
}

.page-post-style p {
  margin-bottom: 1em;
  font-size: 0.9rem;
  line-height: 1.5em;
}
.page-post-style img {
  width: 90%;
  margin: 1em auto;
}
.page-post-style .section-table {
  border: none;
  width: 95%;
  margin: 1rem auto;
}

}
@media screen and (max-width: 479px) {
  .section-table tbody th {
    width: 5.5em;
    padding: 1em 0em!important;
  }
  .section-table tbody td {
    padding: 1em .2em!important;
  }
}

h1.wp-block-heading {
  font-size: 1.8em !important;
  margin-bottom: 3rem;
}
h2.wp-block-heading {
  font-size: 1.5em !important;
  margin-top: 1em;
  margin-bottom: 1em !important;
}
h3.wp-block-heading {
  font-size: 1.3em !important;
  margin-bottom: 1em !important;
}
@media screen and (max-width: 1270px) {
h1.wp-block-heading {
  font-size: 1.4em !important;
  margin-bottom: 1.5rem;
}
h2.wp-block-heading {
  font-size: 1.15em !important;
  margin-top: 1em;
  margin-bottom: 1em !important;
}
h3.wp-block-heading {
  font-size: 1.1em !important;
  margin-bottom: 1sem !important;
}
.page__inner .section-content {
  padding-top: 5em;
}
.page__inner .flex-content {
  padding-bottom: 6em;
}
.single .related .section-content__inner {
  padding: 2em 0;
}
.woocommerce .related ul.products li.product a img {
  height: 154px;
}
.woocommerce .related .btn01 {
  margin: 2em 0 1em;
}
.page-post-style.simpleback {
  width: 90%;
}
}


.content-h2 {
  padding-bottom: 0em;
  padding: 2em 0;
  color: var(--text);
  text-align: center;
}
.content-h2.white {
  color: var(--white-col);
}

.content-h2 .title-text {
  font-size: 1.8em;
  padding-bottom: 0em;
  text-align: center;
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  .content-h2 .title-text {
    font-size: 1.5em;
  }
  .feature .content-h2 .title-text {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 480px) {
  .content-h2 .title-text {
    font-size: 1.4em;
  }
  .feature .content-h2 .title-text {
    font-size: 1.2em;
  }
  .content-h2 .p-text {
    font-size: .9em;
  }
}
.content-h2 .title-text.white {
  color: var(--white-col);
}
.content-h2.left .title-text {
  text-align: left;
}
.content-h2.left .p-text {
  text-align: left;
  padding-left: .2em;
}
.content-h2 .p-text {
  text-align: center;
  padding-top: 1em;
  padding-bottom: 0;
  line-height: 1;
}
.content-h2 .p-text.red {
  color: var(--point-col);
}
.p-text {
  font-weight: 500;
  letter-spacing: .1em;
  font-size: 1em;
  margin-top: -.5em;
}
.section-content__inner .detail-text {
  line-height: 2.7em;
}
thead td, thead th {
  color: var(--text-col) !important;
}
.btn01 {
  text-align: center;
}
.btn01 .btn01__inner {
  text-align: left;
  margin: 3em 0;
  width: fit-content;
  display: inline-block;
  background: var(--white-col);
  padding: .5em 3em .5em 1em;
}
.btn01 .btn01__inner.black {
  background: var(--text-col);
}
.btn01 .btn01__inner.black a {
  color: var(--white-col);
}
.btn01 .btn01__inner a {
  font-weight: 600;
  letter-spacing: .1em;
  transition: .3s;
  position: relative;
  color: var(--text-col);
  font-size: 1em;
  position: relative;
}
.btn01 .btn01__inner a::after {
  content: " ";
  width: 4em;
  height: 1px;
  background: var(--point-col);
  display: inline-block;
  position: absolute;
  top: .8em;
  right: -5em;
  transition: .3s;
}
.btn01 .btn01__inner.black a::after {
  background: var(--point-col);
}
.btn01 .btn01__inner a:hover::after  {
  right: -5.5em;
}
@media screen and (max-width: 768px) {
  .btn01 .btn01__inner {
    margin: 3em 0 1em;
  }
  .contact-row .btn01 .btn01__inner {
    margin: 2em 0 3em;
  }
  .btn01 .btn01__inner a {
    padding: .4em 0em .4em 1em;
    font-size: 1em;
  }
  .btn01 .btn01__inner a::after {
    top: 1.1em;
  }
}
@media screen and (max-width: 1270px) {
.blog-inner{
  margin-right: 2em;
  margin-left: 2em;
}
}
.blog-inner .row .date {
  letter-spacing: .1em;
  width: 20%;
}
.blog-inner .row .date p {
  letter-spacing: .15em;
}
.blog-inner .row .news-title {
  width: 80%;
}
.blog-inner .row .news-title a {
  letter-spacing: .1em;
  color: var(--text-col);
  transition: .3s;
}
.blog-inner .row .news-title a:hover {
  color: var(--hover-col);
}
@media screen and (max-width: 768px) {

.blog-inner .row {
  width: 100%;
  flex-wrap: wrap;
}
.blog-inner .row .date {
  width: 100%;
  margin-bottom: .5em;
}
.blog-inner .row .news-title {
  width: 100%;
}
}
@media screen and (max-width: 479px) {

  .blog-inner .row {
    width: 90%;
  }
}


.masked-img {
  width: 100%;
  height: auto;
}



/*////////////// common end //////////////*/

/*////////////// header //////////////*/
/* .sp-header {
  display: none;
} */
.l-header {
  background: none!important;
  z-index: 9999 !important;
  
  padding: 0 2em;
  background: var(--black-col)!important;
}
@media screen and (max-width: 480px) {
  .l-header {
    padding: 0 1em 0 .5em;
  }
}
.l-header .c-gnav .menu-item a span {
  letter-spacing: .1em;
  color: var(--white-col);
  transition: .3s;
}
.l-header .c-gnav .menu-item a:hover span {
  color: var(--point-col);
}
.header-top {
  vertical-align: top;
}
.l-header__searchBtn {
  display: flex;
  justify-content: space-between;
  width: 120px!important;
  padding-top: .7em;
  padding-left: 1em;
}
.l-header__searchBtn .icon .mask-image {
  display: inline-block;
  content: "";;
  mask-repeat: no-repeat;
  mask-size: contain;
  background: var(--point-col);
  width: 25px;
  height: 25px;
  margin: auto 0 0 .5em;
  transition: .3s;
}
.l-header__searchBtn .icon .mask-image:hover {
  background: var(--hover-col);
}
.l-header__searchBtn .icon .insta {
  mask-image: url(../img/common/insta.svg);
  width: 20px;
  margin-top: .1em;
  margin-right: .2em;
}
.l-header__searchBtn .icon .cart {
  mask-image: url(../img/common/cart.svg);
}
.l-header__searchBtn .icon .mypage {
  mask-image: url(../img/common/mypage.svg);
}
@media screen and (max-width: 1270px) {
  .l-header .c-gnav__a {
    font-size: .9em;
    padding: 16px 8px!important;
}
.l-header__searchBtn {
  width: 100px !important;
}
}
@media screen and (max-width: 999px) {
  .l-header__logo {
    display: block!important;
  }
  .l-header__center {
    grid-area: left!important;
  }
[data-btns=rr-rl] .l-header__body {
  grid-template-columns: 25% 50% auto 17% var(--ark-drawerW)!important;
}
.l-header__searchBtn {
  padding-top: .5em;
}
.c-iconBtn__icon svg path {
  fill: var(--point-col);
}
}
@media screen and (max-width: 768px) {
  [data-btns=rr-rl] .l-header__body {
    grid-template-columns: 21% 45% auto 20% var(--ark-drawerW) !important;
}

}
@media screen and (max-width: 629px) {
  [data-btns=rr-rl] .l-header__body {
    grid-template-columns: 25% 45% auto 25% var(--ark-drawerW) !important;
  }
}
@media screen and (max-width:522px) {
  [data-btns=rr-rl] .l-header__body {
    grid-template-columns: 25% 39% auto 31% var(--ark-drawerW) !important;
}

}
@media screen and (max-width:433px) {
  [data-btns=rr-rl] .l-header__body {
    grid-template-columns: 25% 34% auto 33% var(--ark-drawerW) !important;
}

}
/*////////////// header end //////////////*/

/*////////////// footer //////////////*/
.l-footer {
 background: var(--black-col)!important;
 padding: 5em 0 1em;
}
@media screen and (max-width:768px) {
  .l-footer {
    padding: 0em 0 1em;
   }
}
.footer-contact-box {
  padding-top: 3em;
}
.footer-contact__inner {
  flex-wrap: wrap;
}
.footer-contact__inner .row {
  width: 32.5%;
  position: relative;
}
@media screen and (max-width:479px) {
  .footer-contact__inner .row {
    width: 100%;
    margin-bottom: 1em;
  }
  .footer-contact__inner .row:last-of-type {
    margin-bottom: 0em;
  }
}
.footer-contact__inner .row p {
  position: absolute;
  width: fit-content;
  height: fit-content;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: var(--white-col);
  font-size: 1.1em;
  font-weight: 600;
  letter-spacing: .1em;
}
@media screen and (max-width:768px) {
  .footer-contact__inner .row p {
    font-size: 1em;
  }
}
.footer-contact__inner .contact-row {
  width: 100%;
  background: var(--point-col);
  padding: 1.5em;
  margin-top: 1em;
  margin-bottom: 4em;
}
@media screen and (max-width:768px) {
  .footer-contact__inner .contact-row {
    padding: 1em;
  }
}
.footer-contact__inner .contact-box__inner {
  border: 1px solid;
  border-color: var(--white-col);
}
.footer-contact__inner .contact-box__inner .content-h2 .p-text {
  color: var(--white-col);
}
.footer-contact__inner .contact-box__inner .content-h2 .title-text {
  color: var(--white-col);
}
.footer-contact__inner .contact-box__inner .detail {
  text-align: center;
  font-size: .9em;
  letter-spacing: .1em;
  padding: 0 1em 0em;
  color: var(--white-col);
}
@media screen and (max-width: 1270px) {
  .footer-contact__inner .contact-box__inner .detail {
    text-align: left;
  }
}

.footer__inner .logo {
  width: 20%;
  padding-bottom: 3em;
  height: fit-content;
}
@media screen and (max-width: 1270px) {
.footer__inner .logo {
  width: 23%;
}
.footer__inner .logo a:first-of-type {
  width: 80%;
}
}
.footer__inner .logo .icon {
  display: inline-block;
  content: "";;
  mask-image: url(../img/common/insta.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
  background: var(--white-col);
  width: 20px;
  height: 20px;
  margin: auto 0 0 .5em;
  transition: .3s;
}
.footer__inner .logo .icon:hover {
  background: var(--point-col);
}
.footer__inner .nav {
  width: fit-content;
  margin: auto 0;
}
.footer__inner .footer-nav__inner {
  list-style: none;
  padding-left: 2.5em!important;
}
.footer__inner .footer-nav__inner li {
  padding-bottom: .5em;
}
.footer__inner .footer-nav__inner li a {
  color: var(--white-col);
  font-size: .9em;
  letter-spacing: .1em;
}
@media screen and (max-width:479px) {
  .footer__inner .footer-nav__inner li a {
    font-size: .8em;
  }

}
@media screen and (max-width:768px) {
  .footer__inner {
   flex-wrap: wrap;
  }
  .footer__inner .logo {
    width: 35%;
    justify-content: center;
    margin: auto;
  }
  .footer__inner .footer-menu {
    width: 100%;
    justify-content: center;
  }
  .footer__inner .footer-nav__inner:first-of-type {
    padding-left: 0!important;
  }

}
@media screen and (max-width:479px) {
  .footer__inner .logo {
    width: 45%;
  }

}
.l-footer .copy {
  text-align: center;  
  font-size: .8em;
  padding-top: 7em;
  color: var(--white-col);
}
@media screen and (max-width:768px) {
  .l-footer .copy {
    font-size: .7em;
    padding-top: 4em;
  }
}


/*////////////// footer end //////////////*/

/*////////////// mv //////////////*/
.mv {
  position: relative;
}

:root {
  --scrolldown-shadow: 1px 1px 2px rgba(0,0,0,.9);
}

/*slider設定*/
.top-slider.sp-mv {
  display: none !important;
}
.top-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}
@media screen and (max-width: 767px) {
  .top-slider img {
    height: 35vh;
  }
}
.top-slider .slick-list,
.top-slider .slick-track,
.top-slider .slick-track .slick-slide > div {
  height: 100%;
}

@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2); /* 最大拡大率 */
  }
  100% {
    transform: scale(1);
  }
}

.top-page .mv .slide .img {
  animation: zoomInOut 40s ease-in-out 0s infinite;
}




/*////////////// mv end //////////////*/


/*////////////// top-content //////////////*/
.top-page {
  background: var(--white-col);
}
.top-page .mv {
  position: relative;
  padding-top: 1em;
  padding-bottom: 2em;
}
@media screen and (max-width: 1270px) {
.top-page .mv {
  padding-bottom: 0em;
}
}
.top-page .mv-box {
  position: relative;
  width: 95%;
  margin: auto;
  max-width: 1500px;
}
.top-page .mv-catch {
  position: absolute;
  height: fit-content;
  width: 100%;
  text-align: right;
  padding-right: 10%;
  /* margin: auto; */
  top: 0em;
  bottom: 0;
  right: 0em;
  left: 0;
  margin: auto;
  color: var(--white-col);
  letter-spacing: .2em;
  font-size: .9em;
}
.top-page .mv-catch h1 {
  text-shadow: 1px 1px 3px rgba(0,0,0,.9);
}
@media screen and (max-width: 1270px) {
.top-page .mv-catch {
  font-size: .5em;
}
}
.top-page .mv__inner {
  display: inline-block;
  width: 100%;
}
.top-page .mv .flex-content {
  max-width: 1500px;
  margin: auto;
}
.top-page .mv .catch__inner .green{
  color: var(--main-col);
  font-size: 1.5em;
}
.top-page .mv .illust-top {
  width: 25%;
  margin-left: 6em;
  margin-top: -7em;
}
.top-page .mv .illust-down {
  width: 11%;
  position: absolute;
  left: 3em;
  bottom: -3em;
  z-index: 2;
}
.top-page .mv .big {
  width: 38%;
  position: absolute;
  right: 0em;
  left: auto;
  bottom: -5em;
}
.top-page .mv-bottom {
  position: relative;
}
.top-page .mv-bottom .mv-catch {
  position: absolute;
  bottom: 2em;
  left: 2em;
  color: var(--white-col);
  font-size: 1.3em;
  letter-spacing: .1em;
  line-height: 1.8em;
}
.top-page .mv-bottom .mv-catch span {
  font-size: .8em;
}

.top-page .feature {
  margin-top: 3em;
  padding-bottom: 3em;
}
.top-page .feature__inner .text-content {
  width: 57%;
  padding-right: 3em;
}
@media screen and (max-width: 768px) {
  .top-page .feature__inner .flex-bet {
    flex-wrap: wrap;
  }
  .top-page .feature__inner .text-content {
    width:1007%;
    padding-right: 0em;
  }
}
.top-page .feature__inner .text-content .content-h2 {
  padding-top: 0;
}
.top-page .feature__inner .flex-bet {
  width: 90%;
  margin: auto;
  align-items: flex-start;
}
.top-page .feature__inner .text-content .catch {
  font-size: 1.2em;
  letter-spacing: .1em;
  color: var(--point-col);
  font-weight: 600;
  padding-bottom: 1em;
}
@media screen and (max-width: 1270px) {
  .top-page .feature__inner .text-content .catch {
    font-size: 1em;}
    .top-page .feature__inner .text-content {
      width: 57%;
      padding-right: 0.5em;
  }
}
@media screen and (max-width: 768px) {
  .top-page .feature__inner .text-content {
    width:1007%;
    padding-right: 0em;
  }
  .top-page .feature__inner .btn01__inner {
      margin: 2em 0 2em;
  }
}
.top-page .feature__inner .text-content .detail {
  font-size: .9em;
  letter-spacing: .05em;
  color: var(--text-col);
  font-weight: 500;
}
@media screen and (max-width: 1270px) {
.top-page .feature__inner .text-content .detail {
  font-size: .8em;
}
}
.top-page .feature__inner .text-content .btn01 {
  text-align: left;
}
.top-page .feature__inner .img {
  width: 40%;
}
@media screen and (max-width: 1270px) {
.top-page .feature__inner .img {
  width: 54%;
  margin: auto 0;
}
}
.top-page .feature__inner .flex-bet.img-box .img:first-of-type {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .top-page .feature__inner .flex-bet.img-box .img:first-of-type {
    margin-top: 1em;
  }
}
.top-page .feature__inner .flex-bet.img-box .img:last-of-type {
  width: 57%;
  margin-top: -4em;
}
@media screen and (max-width: 1270px) {
.top-page .feature__inner .flex-bet.img-box .img:last-of-type {
  margin-top: 0em;
}
}
@media screen and (max-width: 1000px) {
  .top-page .feature__inner .flex-bet.img-box .img:last-of-type {
    margin-top: -3em;
  }
  }

/*////////////// top-content end //////////////*/

/*////////////// shop-content //////////////*/
.shop-content {
  padding-bottom: 2em;
}
@media screen and (max-width: 479px) {
  .shop-content {
    padding-bottom: 0em;
  }
}
.shop-content .content-h2 {
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .shop-content .content-h2 {
    padding-top: 1em;
  }
}
.shop .content-h2 {
  padding-bottom: 0;
  margin-bottom: 2em;
  padding-top: 2em;
}
@media screen and (max-width: 479px) {
  .woocommerce-shop .shop-content .content-h2 {
    padding-top: 1em;
  }
}

.shop-content .shop__inner .custom-product-display {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1em;
}
.shop-content .shop__inner .custom-product-display.sp-content {
  display: none;
}
/* .shop-content .shop__inner .flex::after {
  content: " ";
  display: block;
  width: 24%;
} */
.shop-content .shop__inner .item_catname {
  display: flex;
  color: var(--white-col);
  padding-bottom: 1em;
  padding-top: 2em;
  width: 100%;
}
.shop-content .shop__inner .item_catname .cat-name::after {
  content: " ";
  display: inline-block;
  width: 5em;
  height: 1px;
  background: var(--white-col);
  padding: 0 1em;
  margin-left: .5em;
  margin-right: .5em;
  margin-bottom: .3em;
}
.shop-content .shop__inner .item_catname .cat-name {
  font-size: 1.3em;
  letter-spacing: .1em;
}
@media screen and (max-width: 768px) {
  .shop-content .shop__inner .item_catname .cat-name {
    font-size: 1.1em;
  }
}
.shop-content .shop__inner .item_catname .cat-slug {
  margin-top: .2em;
}
@media screen and (max-width: 768px) {
  .shop-content .shop__inner .item_catname .cat-slug {
    font-size: .9em;
  }
}
.shop-content .shop__inner .product-item  {
  margin: 0 8px 16px 0; /* 各アイテムに右方向と下方向にスペースを追加 */
  width: calc(25% - 20px); /* 4列の場合の幅調整、必要に応じて変更 */
  margin-bottom: 2em;
}
@media screen and (max-width: 1270px) {
  .shop-content .shop__inner .product-item {
    margin: 0 0px 11px 0;
    width: calc(23% - 0px);
}
.shop-content .shop__inner .product-item .product-title a {
  font-size: 1.1em;
}
}
@media screen and (max-width: 768px) {
  .shop-content .shop__inner .product-item {
      width: calc(48% - 0px);
  }
}
@media screen and (max-width: 479px) {
  .shop-content .shop__inner .product-item {
      width: calc(47% - 0px);
  }
}
.shop-content .shop__inner .product-item:last-of-type {
  padding-right: 0;
}
.shop-content .shop__inner .product-item img {
  margin-bottom: 0;
  margin-top: 0;
}
.shop-content .shop__inner .product-item .product-title {
  padding: .5em 0 0;
  margin-bottom: 0;
  line-height: 1.5em;
  font-family: 'Noto Serif JP', serif;
}
.shop-content .shop__inner .product-item .product-title a {
  letter-spacing: .1em;
  line-height: 1.7em;
  color: var(--white-col);
  transition: .3s;
  font-size: 1.2em;
  font-weight: 500;
}
@media screen and (max-width: 1270px) {
.shop-content .shop__inner .product-item .product-title a {
  font-size: 1em;
}
}
@media screen and (max-width: 768px) {
  .shop-content .shop__inner .product-item .product-title {
    margin-right: 0;
    margin-left: 0;
}
.shop-content .shop__inner .product-item .product-price .price {
  margin-right: 0;
    margin-left: 0;
}
.shop-content .shop__inner .product-item img {
  width: 100%;
}
}
.shop-content .shop__inner .product-item .product-title a:hover {
  color: var(--point-col);
}
.shop-content .shop__inner .product-item .product-price .price {
  color: var(--point-col);
}
.shop-content .shop__inner .product-item .product-price {
  font-size: 1em;
  font-weight: 500;
  letter-spacing: .1em;
  color: var(--main-col);
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0;
}
.shop-content .shop__inner .product-item .product-price .spacer {
  flex-grow: 1;
}
.shop-content .shop__inner .product-item .product-price .amount {
  font-weight: 600;
}
.shop-content .shop__inner .product-item .product-price .amount {
  font-weight: 600;
}
.shop-content .shop__inner .product-item .sold-out {
  text-align: left;
  color: var(--white-col);
  background: var(--point-col);
  padding: .3em;
  font-weight: 600;
  font-size: .9em;
}
.shop-content .btn01 {
  margin: 1em auto 0em;

}
.shop-content .btn01 .btn01__inner {
  margin-top: 1em;
  margin-bottom: 4em;
}
/*////////////// shop-content end //////////////*/

/*////////////// ranking //////////////*/
.ranking-content {
  background-image: url(../img/common/ranking-back.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2em 0 3em;
}
.ranking-page {
  padding-top: 0;
}
.ranking-page .product-category-list {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.ranking-page .product-category-list .single-product {
  margin-right: 1em;
  padding-bottom: 2em;
}
@media screen and (max-width: 479px) {
  .ranking-page .product-category-list .single-product {
    margin: auto;
  }
}
.ranking-page .product-category-list .single-product:nth-of-type(3n) {
  padding-right: 0;
}
@media screen and (max-width: 1270px) {
  .ranking-page .ranking-content .single-product {
    width: 30.5%;
  }
  .ranking-page .ranking-content .single-product .product-title a {
    width: 100%;
  }
  .ranking-page .ranking-content .single-product .price {
    padding-top: .3em;
}
  .ranking-page .ranking-content .product-title {
    flex-wrap: wrap;
  }
  }
@media screen and (max-width: 768px) {
  .ranking-page .ranking-content .single-product {
    width: 46%;
  }
  }
  @media screen and (max-width: 479px) {
    .ranking-page .ranking-content .single-product {
      width: 80%;
    }
    }
.ranking-content .ranking-box {
  padding-top: 2em;
}
@media screen and (max-width: 479px) {
  .ranking-content .product-category-list {
    flex-wrap: wrap;
  }
  }
.ranking-content .single-product {
  width: 31.5%;
}
@media screen and (max-width: 768px) {
  .ranking-content .single-product {
    width: 33%;
  }
}
@media screen and (max-width: 480px) {
  .ranking-content .single-product {
    width: 80%;
    margin: auto;
    padding-bottom: 2em;
  }
  .ranking-content .single-product:last-of-type {
     padding-bottom: 0;
    }

  }
.ranking-content .single-product .product-count {
  color: var(--white-col);
  font-size: 1.2em;
  font-weight: 600;
  letter-spacing: .1em;
  position: relative;
  padding-left: 2em;
  display: block;
  padding-bottom: .5em;
}
@media screen and (max-width: 480px) {
  .ranking-content .single-product .product-count {
    padding-bottom: 0em;
  }
}
.ranking-content .single-product .product-count::before {
  content: " ";
  width: 1.5em;
  height: 1.5em;
  display: inline-block;
  background-image: url(../img/common/r-no1.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding-bottom: .2em;
  position: absolute;
  left: 0;
  top: 0em;
}
.ranking-content .single-product:nth-of-type(2) .product-count::before {
  background-image: url(../img/common/r-no2.png);
}
.ranking-content .single-product:nth-of-type(3) .product-count::before {
  background-image: url(../img/common/r-no3.png);
}
.ranking-content .single-product:nth-child(n+4) .product-count::before {
  display: none;
}
.ranking-content .single-product:nth-child(n+4) .product-count {
  padding-left: 0;
}
.ranking-content .product-title {
  padding-top: .5em;
  display: flex;
  justify-content: space-between;
  font-family: 'Noto Serif JP', serif;
}
@media screen and (max-width: 1270px) {
  .ranking-content .product-title {
    display: flex;
    flex-wrap: wrap;
  }
  .ranking-content .product-title a {
   width: 100%;
  }
  
}
@media screen and (max-width: 768px) {
  .ranking-content .product-title {
    display: flex;
    flex-wrap: wrap;
  }
  .ranking-content .product-title a {
   width: 100%;
  }
  
}

@media screen and (max-width: 768px) {
  .ranking-content .product-title {
    margin: 0!important;
  }
  
}
.ranking-content .product-title .product-category {
  background: var(--black-col);
  padding: .5em;
  color: var(--white-col);
  display: inline-block;
  font-weight: 500;
  letter-spacing: .1em;
  margin: auto 0;
}
@media screen and (max-width: 1270px) {
  .ranking-content .product-title .product-category {
    font-size: .9em;
  }
}
.ranking-content .product-title a {
  font-size: 1.1em;
  color: var(--white-col);
  letter-spacing: .1em;
  margin: auto 0;
}
.ranking-content .price {
  color: var(--white-col);
}
@media screen and (max-width: 768px) {
  .ranking-content .price {
    margin-left: 0;
    margin-right: 0;
  }
  .ranking-content img {
    width: 100%;
  }
}
.ranking-content .btn01 .btn01__inner a::after {
  background: var(--point-col);
}
/*////////////// ranking end //////////////*/

/*////////////// page-content //////////////*/

/* page-mv */
.page-mv {
  width: 100%;
  height: 40vh;    
  max-width: 100%;
  object-fit: cover;
}
.page-mv-box {
  position: relative;
}
.page-mv-box .page-title {
  display: inline-block;
  position: absolute;
  width: fit-content;
  height: fit-content;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: var(--white-col);
}
.page-mv-box .page-title__inner {
  font-size: 1.8em;
  letter-spacing: .2em;
}
@media screen and (max-width: 768px) {
  .page-mv-box .page-title__inner {
    font-size: 1.5em;
  }
}
/* page-mv end*/
.page .p-topArea {
  min-height: 45vh!important;
  position: relative;
  display: none!important;
}
.p-breadcrumb {
  display: none;
}
.page-news .ranking-include {
  margin-bottom: 3em;
}
.page-news .section-content__inner {
  background: var(--back-col);
  padding-top: 3em;
  padding-bottom: 3em;
}
.page-news .blog-inner {
  background-image: url(../img/common/newsback.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2em 3em 3em;
  margin-bottom: 3em;
}
.page-news .blog-inner .row {
  border-bottom: 1px solid #D5D5D5;
  width: 100%;
  padding: 1em 1em;
  margin-bottom: 0;
}

@media screen and (max-width: 479px) {
  .page-news .blog-inner {
    padding: 2em 2em 3em;
  }
}

.page-news .blog-inner .row .date {
  color: var(--point-col);
  font-weight: 400;
}
.page-news .blog-inner .row .news-title a {
  color: var(--text-col);
  transition: .3s;
}
.page-news .blog-inner .row .news-title a:hover {
  color: var(--point-col);
}

.page__inner .section-content {
  padding: 2em 0 0;
}
.page__inner .section-content .special {
  padding-bottom: 8em;
}
.page__inner .section-content__inner__inner .h3-title {
  font-size: 1.5em;
  letter-spacing: .15em;
  padding: .5em 0 3em;
  font-weight: 400;
  line-height: 2.5em;
}
.page__inner .section-content__inner__inner .catch-detail {
  font-size: 1em;
  line-height: 2em;
  letter-spacing: .1em;
}
.page__inner .flex-content {
  padding-bottom: 2em;
  justify-content: space-between;
}
.page__inner .flex-content .col-2 {
  width: 48%;
  margin: auto;
}
.page__inner .flex-content .img {
  margin-right: 2em;
  width: 33%;
}
.section-table,
.wp-block-table table {
  border: none;
}
.section-table tbody th {
  width: 20%;
  padding: 1em!important;
  text-align: left;
  background: #fff;
  font-size: 1em;
  border: none;
  font-weight: 400;
  letter-spacing: .15em;
}
.section-table tbody td {
  padding: 1em!important;
  background: var(--white-col)!important;
  border: none;
  font-size: 1em;
}
iframe {
  width: 100%;
}
.p-404 {
  padding-top: 3em;
}
@media screen and (max-width: 1270px) {

  .p-404 {
    padding: 6em 2em 0;
  }
  .error404 .u-ta-c {
    text-align: left!important;
  }
}
.page-low .section-content {
  padding-top: 0;
}
.page-low .title-box.long .content-h2__inner {
  width: 30%;
}
@media (max-width: 781px) {
  .wp-block-columns.reverce {
      flex-wrap: wrap-reverse!important;
  }
}


/*////////////// blog //////////////*/
.pagenavi {
  text-align: center;
  margin: 3em auto 1em;
  font-size: 1.1em;
}

.pagenavi .current {
  color: var(--point-col);
  padding: 8px 10px;
  margin: 0 0.3em;
  border: none;
}

.pagenavi .nextpostslink,
.pagenavi .page,
.pagenavi .previouspostslink,
.pagenavi span,
.pagenavi a {
  color: var(--text-col);
  padding: 8px 10px;
  margin: 0 0.3em;
  text-decoration: none;
  border: none;
  transition: .3s;
}

.pagenavi .nextpostslink:hover,
.pagenavi .page:hover,
.pagenavi .previouspostslink:hover,
.pagenavi span:hover,
.pagenavi a:hover {
  color: var(--hover-col);
}
.blog {
  background: var(--back-col);
}
.single .l-sidebar {
  display: none;
}
.single .l-content {
 flex: none;
}
.single .p-entry__author {
  display: none;
}
.single .l-content__body {
  display: block!important;
}
.single .section-content__inner {
  background-image: url(../img/common/newsback.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 3em;
  /* border: 2px solid var(--point-col); */
}
@media screen and (max-width: 1270px) {
  .page-single .section-content__inner {
    margin-right: 2em!important;
    margin-left: 2em!important;
  }
  }
.single .date {
  letter-spacing: .05em;
  font-weight: 400;
  color: var(--point-col);
}
.single .article-head {
  width: fit-content;
  height: fit-content;
  line-height: 1;
  padding: .5em 1.5em;
  background: var(--point-col);
  color: white;
  font-size: .9rem;
  font-weight: 600;
}
.single .article-title {
  font-weight: 600;
  letter-spacing: .1em;
  line-height: 1.5em;
  padding: .5em 0;
  font-size: 1.5em;
  margin-bottom: 1em;
}
.single .date-category {
  margin-top: 2em;
}

/*おすすめ商品に「SOLD OUT」表示*/
span.out-of-stock-badge {
  position: absolute;
  bottom: .8rem;
  left: .5em;
  color: var(--point-col);
  color: red;
  font-family: "RocknRoll One", sans-serif;
}

.post-style h2 {
  background: var(--white-col);
  padding: .2em .5em;
  border-left: 3px solid;
  border-color: var(--point-col);
  margin-bottom: 1em;
  font-size: 1.5em;
}
 .post-style h3 {
  padding: .5em;
  border-bottom: 1px solid;
  border-color: var(--point-col);
  margin-bottom: 1em;
  font-size: 1.3em;
}
 .post-style h5 {
  padding: .5em;
  margin-bottom: 1em;
  font-size: 1em;
}
 .post-style h4 {
  margin-bottom: 1em;
  font-size: 1.1em;
}
 .post-style h4::before {
  content: "●";
  padding: .3em;
  font-size: .7em;
  color: var(--point-col);
}
 .post-style p {
  margin-bottom: 1em;
  line-height: 1.5em;
  font-size: 1em;
}
.post-style ul {
  margin-bottom: 1em;
}
.post-style ol {
  margin-bottom: 1em;
  padding-left: 1em;
}
.post-style ul li {
  padding-bottom: 1em;
  list-style: inside;
  font-size: 1em;
}
.post-style ol li {
  padding-bottom: 1em;
  font-size: 1em;
}
.post-style .wp-block-image {
  padding-bottom: 2em;
}
@media screen and (max-width: 479px) {
  .single-post .section-content__inner {
    padding: 2em 2em;
  }
  .single-post .btn .blog-link a {
    padding: .3em 1em;
  }
  
  .page-post-style.simpleback {
    width: 100%;
    border-radius: 20px;
  }
  
  .single .btn {
    width: 100%;
  }
  .post-style .mask-content {
    width: 80%;
    mask-position: top;
  }
  .post-style h2 {
    padding: .1em .5em;
    font-size: 1.4em;
  }
  .post-style h3 {
    font-size: 1.2em;
  }
  .post-style h4 {
    margin-bottom: 0.5em;
    font-size: 1.1em;
  }
  .post-style h5 {
    margin-bottom: 0;
    font-size: 1em;
  }
  .post-style p {
    font-size: 0.9em;
  }
  .post-style ul li,
  .post-style ol li {
    padding-bottom: 0.5em;
    font-size: 0.9em;
  }
}

/*////////////// page //////////////*/

.l-main__body > .c-postContent {
  margin-top: 2rem !important;
  margin-bottom: 3rem !important;
}
.btn {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: auto;
  padding: 2em 0 0em;
  margin-top: 2em;
}

.btn__content {
  width: 30%;
  margin-bottom: 5em;
}

.btn__content .previous,
.btn__content .next {
  text-align: center;
}

.btn__content a {
  color: var(--text-col);
  text-decoration: none;
  transition: .3s;
  border-bottom: none!important;
  font-size: 1em;
}

.btn__content a:hover {
  color: var(--point-col);
}

.btn__content .blog-link {
  width: 30%;
  text-align: center;
  margin: 1em 0;
  
}

.single-post .btn .blog-link a {
  color: var(--point-col);
  text-decoration: none;
  border: 2px solid;
  border-color: var(--point-col);
  padding: .3em 2em;
  transition: .3s;
  font-size: 1em;
  font-weight: 600;
}

.single-post .btn .blog-link a:hover {
  background: var(--point-col);
  color: var(--white-col);
}
.wp-block-group__inner-container a {
  color: var(--text-col);
  transition: .3s;
}
.wp-block-group__inner-container a:hover {
  color: var(--hover-col);
}
/*////////////// blog end //////////////*/

/*////////////// woocommerce //////////////*/
.woocommerce .c-headLogo__img {
  height: 100%!important;
}
.woocommerce-page .c-headLogo {
  height: 100%!important;
}
@media screen and (max-width: 1000px) {
  .woocommerce .c-headLogo__img {
    height: 100%!important;
  }
}
.page-product .page__inner .first-content {
  padding-top: 0;
}
.single-product .type-product {
  width: 85%;
  margin: 3em auto 1em!important;
  max-width: 1500px;
}
.single-product .content-h2  {
  padding-bottom: 1em;
}
.single-product .summary {
  display: grid;
}

.woocommerce-breadcrumb {
  display: none;
}
.single-product .summary h1 {
  font-size: 1.5rem !important;
  letter-spacing: 0.15em !important;
  font-weight: 500 !important;
  order: 1;
  padding: .5em .5em .4em!important;
  border-bottom: 1px solid;
  border-color: var(--point-col);
  font-family: 'Noto Serif JP', serif;
  font-weight: 900 !important;
}
@media screen and (max-width: 767px) {
  .single-product .summary h1 {
    font-size: 1.2rem !important;
  }
}
.single-product .woocommerce-product-gallery__wrapper {
  width: 100%;
}
.single-product .summary p.price {
  font-size: 1.2em !important;
  margin: 1rem 0 2rem;
  order: 2;
  color: var(--point-col)!important;
  font-weight: 600;
  letter-spacing: .1em;
  padding-left: .7em;
}
.single-product .summary p.price .woocommerce-price-suffix {
  color: var(--text-col);
}

.single-product .summary .woocommerce-product-details__short-description {
  margin-bottom: .5rem;
  order: 3;
}
@media screen and (max-width: 767px) {
  .single-product .summary .woocommerce-product-details__short-description {
    margin-bottom: 0rem;
  }
}
.single-product .summary .add_short-description {
  order: 4;
}

.single-product .summary .woocommerce-product-details__short-description {
  & h2 {
    font-size: 1.2em;
    margin: 0 0 1rem .1em;
    border-left: 4px solid var(--point-col);
    padding-left: .5em;
    letter-spacing: .1em;
    font-family: 'Noto Serif JP', serif;
  }
  & h3 {
    position: relative;
    margin-bottom: 1.5rem;
    font-weight: 400;
    font-size: 1.1em;
    letter-spacing: .1em;
    padding-left: 2.5em;
    font-family: 'Noto Serif JP', serif;
    &::before {
      position: absolute;
      content: "";
      width: 1.8em;
      height: 1px;
      background: var(--point-col);
      top: 0;
      bottom: 0;
      left: 0;
      margin: auto 0;
    }
  }
}
.single-product .summary .woocommerce-product-details__short-description p {
  font-size: 0.9rem;
  line-height: 2;
  margin-bottom: .5rem !important;
}

.single-product .summary .product-summary-table {
  order: 4;
}

.single-product .summary .stock {
  order: 5;
}

.single-product .summary form.cart {
  display: flex;
  flex-wrap: wrap;
  order: 6;
}
.single-product .summary form.cart .quantity {
  position: relative;
  padding-left: 0;
  width: fit-content;
  margin: 1em 2em 1rem 0.5rem !important;
}

.single-product .summary table {
  border: none;
  font-family: 'Noto Serif JP', serif !important;
  margin-bottom: 3rem;
}
.single-product .summary table th {
  background: var(--white-col);
  border-left: none;
  font-size: 0.9rem;
  padding: .7em !important;
}
.single-product .summary table td {
  border-left: none;
  font-size: .9em;
  padding: .7em!important;
}

.single-product .summary .product_meta {
  order: 7;
  display: none;
}


.woocommerce ul.products li.product a {
  position: relative;
  width: 100%;
  display: inline-block;
  margin: auto;
}

.woocommerce ul.products li.product a img {
  transition: 0.5s;
}

.woocommerce ul.products li.product a img:hover {
  transform: scale(1.04);
}

:root {
  --product-list-image-h: 31vh;
}
.archive.woocommerce ul.products li.product,
.archive.woocommerce-page ul.products li.product {
  margin: 2em auto 0!important;
  width: 32%!important;
  float: none!important;
}
.archive.woocommerce ul.products li.product a img {
  height: var(--product-list-image-h) !important;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  :root {
    --product-list-image-h: 36vh;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --product-list-image-h: 23vh;
  }
}

.woocommerce span.soldout {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  width: 100%;
  height: calc(var(--product-list-image-h) + 5px);
  background: rgba(255,255,255,.7);
  color: #d14444;
  font-weight: 600;
  text-align: center;
  /* font-family: 'Jost', sans-serif; */
}

.woocommerce nav.woocommerce-pagination ul {
  height: fit-content;
}
.woocommerce .woocommerce-pagination ul.page-numbers li, .woocommerce-page .woocommerce-pagination ul.page-numbers li {
  display: inline-block;
  height: 100% !important;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
  height: fit-content;
}

.woocommerce .woocommerce-result-count {
  display: none;
}
.woocommerce .woocommerce-ordering {
  margin: 0 3em 1em!important;
}

.woocommerce-Reviews {
  display: none;
}
.woocommerce .c-bottomSection__title {
  display: none;
}
.woocommerce .p-postList {
  display:none!important;

}
.woocommerce .p-entry__foot {
  width: 100%;
  margin: auto;
}
.woocommerce-tabs {
  width: 100%;
}
.woocommerce-tabs .tabs {
  display: none;
}
.woocommerce-tabs .panel {
  padding: 2em!important;
  background: var(--white-col);
}
.woocommerce-tabs .panel h2 {
  display: none;
}
.woocommerce .single-product .product_meta .posted_in a {
  color: var(--text-col)!important;
}
.woocommerce-page .button {
  background-color: var(--white-col)!important;
}
.woocommerce-page .woocommerce-info {
  border-top-color: var(--text-col);
}
.woocommerce-page .woocommerce-info::before {
  color: var(--text-col);
}
.woocommerce-MyAccount-content a {
  color: var(--text-col);
  transition: .3s;
  border-bottom: 1px solid;
  border-color: var(--point-col);
}
.woocommerce-page a:hover {
  color: var(--point-col)!important;
}
.woocommerce-MyAccount-navigation {
  background: var(--white-col);
}
.woocommerce-MyAccount-navigation li {
  text-align: center;
  list-style: none!important;
  border-bottom: 1px solid;
  border-color: var(--text-col);
  padding: 1em 0;
  margin: 0!important;
}
.woocommerce-MyAccount-navigation li:last-child {
  border-bottom: 0;
}
.woocommerce-MyAccount-navigation li a {
  color: var(--text-col);
  font-weight: 600;
  transition: .3s;
}
.woocommerce-MyAccount-navigation li a:hover {
  color: var(--point-col);
}
.woocommerce-shop .l-content {
  vertical-align: bottom;
  background: var(--white-col);
}
.woocommerce-shop .l-content__body {
  background: var(--white-col);
  
}
/* .woocommerce-Price-amount bdi {
  font-family: 'Jost', sans-serif;
  font-weight: 400!important;
} */
.with-empty-cart-icon {
  padding-top: 3em;
}
.wp-block-separator {
  padding: 2em 0;
}
.wp-block-woocommerce-empty-cart-block .wp-block-heading {
  padding-bottom: 2em;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: .1em;
}
.wp-block-woocommerce-empty-cart-block .wc-block-grid__products {
  width: 80%;
  margin: auto;
}
.wp-block-woocommerce-empty-cart-block .wc-block-grid__products a .wc-block-grid__product-title {
  font-size: 1.1em;
  letter-spacing: .1em;
  font-family: 'Noto Serif JP', serif;
  color: var(--text-col);
}
/* woocommerc　ページレイアウト */

/* .woocommerce-shop .l-content,
.tax-product_cat .l-content,
.single-product .l-content,
.woocommerce-order {
  padding: 3em 0;
} */
.woocommerce-shop .l-content .l-content__body,
.tax-product_cat .l-content .l-content__body,
.single-product .l-content .l-content__body {
  flex-wrap: wrap;
}
:root {
  --woocommerce-sidebar-width: 250px;
}
.woocommerce-shop .l-content .l-content__body .content-area,
.tax-product_cat .l-content .l-content__body .content-area {
  width: calc(100% - var(--woocommerce-sidebar-width));
  order: 2;
  padding-left: 3rem;
}
.woocommerce-shop .l-content .l-content__body .l-sidebar,
.tax-product_cat .l-content .l-content__body .l-sidebar {
  display: block !important;
  width: var(--woocommerce-sidebar-width);
  order: 1;
  padding: 1.5rem;
  background: #eee;
}

.l-sidebar h3,
.l-sidebar .c-widget__title {
  font-size: 1rem;
  text-align: center;
  border-bottom: 1px solid var(--text-col);
  padding: 0.5rem;
}
.l-sidebar .c-widget+.c-widget {
  margin-top: 1.5rem;
}
.l-sidebar ul {
  margin: 0 1rem !important;
}
.l-sidebar ul li {
  list-style: none;
  font-size: 1rem;
  margin-bottom: 2rem;
}
.l-sidebar ul li a {
  color: var(--text-col);
  text-decoration: none;
}
.l-sidebar ul li ul {
  margin-left: 0.5rem !important;
  margin-top: 0.5rem !important;
}
.l-sidebar ul li ul li {
  font-size: 90%;
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 767px) {
  .woocommerce-shop .l-content .l-content__body .content-area,
  .tax-product_cat .l-content .l-content__body .content-area,
  .single-product .l-content .l-content__body .content-area {
    width: 100%;
    order: 1;
    padding-left: 0;
  }
  .woocommerce-shop .l-content .l-content__body .l-sidebar,
  .tax-product_cat .l-content .l-content__body .l-sidebar,
  .single-product .l-content .l-content__body .l-sidebar {
    width: 100%;
    order: 2;
  }
  .woocommerce-shop .l-content__body {
    margin-top: 0 !important;
  }
}

.woocommerce-shop .l-content h1,
.tax-product_cat .l-content h1,
.single-product .l-content h1{
  text-align: left;
  font-size: 2em;
  letter-spacing: .25em;
  font-weight: 600;
  padding-bottom: 1em;
}
.woocommerce-shop .l-content .wc-block-components-product-title,
.tax-product_cat .l-content .wc-block-components-product-title {
  color: var(--text-col);
  letter-spacing: .2em;
  padding-top: 0!important;
  padding-bottom: 0!important;
  font-weight: 400;
}
.woocommerce-shop .l-content .wc-block-components-product-price,
.tax-product_cat .l-content .wc-block-components-product-price {
  font-size: 1.3em!important;
  letter-spacing: .1em;
  font-weight: 400!important;
}

@media screen and (max-width: 767px) {
  /* .woocommerce-shop .l-content,
  .tax-product_cat .l-content,
  .single-product .l-content {
    padding: 6em 0;
  } */
  .woocommerce-shop .l-content h1,
  .tax-product_cat .l-content h1 {
    font-size: 1.4rem;
    padding-bottom: 1em;
  }
  .woocommerce-shop .l-content .wp-container-core-columns-layout-1.wp-container-core-columns-layout-1 {
    gap: 5px !important;
  }
}

.single-product .woocommerce div.product {
  display: flex;
  flex-wrap: wrap;
}

.woocommerce-Tabs-panel {
  display: none!important;
}
.woocommerce .has-post-thumbnail .related {
  display: none;
}

.woocommerce .price bdi {
  letter-spacing: .1em;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price .woocommerce-price-suffix {
  font-size: 1em;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  transition: 0s !important;
}
.woocommerce-product-gallery__image {
  opacity: 1;
  transition: 1s;
}
.woocommerce-product-gallery__image.flex-active-slide {
  opacity: 1;
}

.woocommerce .woocommerce-product-gallery {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.woocommerce .product-image {
  margin-bottom: 4em;
}
.woocommerce .product-image .thumb {
  width: 60%!important;
}
.woocommerce .product-image .gallery {
  width: 35%!important;
  display: flex;
  justify-content: space-between;
}
.woocommerce .product-image .gallery .woocommerce-product-gallery__image {
  width: 44%;
  display: inline-block;
  margin: 0 1em 1em 0;
}
.woocommerce .item-detail {
  margin-bottom: 4em;
}
.woocommerce .item-detail .item-detail__inner {
  width: 70%;
}
.woocommerce .item-detail .item-detail__inner .product-excerpt table {
  border: none;
}
.woocommerce .item-detail .item-detail__inner .product-excerpt table th {
  background: var(--white-col);
  border-left: none;
  font-size: 1em;
  padding: 1em!important;
}
.woocommerce .item-detail .item-detail__inner .product-excerpt table td {
  border-left: none;
  font-size: .9em;
  padding: 1em!important;
}

.woocommerce .item-detail .price-box {
  width: 25%;
  margin: auto 0;
}

.woocommerce .item-detail .price-box .quantity {
  text-align: right;
  margin-bottom: 2em;
}
.woocommerce .item-detail .price-box .cart-btn {
  text-align: right;
}
.woocommerce .item-btn-box {
  justify-content: flex-end;
  margin-bottom: 2em;
  width: 100%;
  order: 7;
  margin-top: 2rem;
}

.woocommerce .over-view {
  margin-bottom: 5em;
}
.woocommerce .sub-notes {
  padding: .5em 1.5em;
  width: 85%;
  margin: auto;
  max-width: 1500px;
  background: var(--back-col);
  border: 1px solid;
  border-color: var(--point-col);
  margin-bottom: 3em;
}
.woocommerce .sub-notes__inner p {
  letter-spacing: .1em;
  font-size: .9rem;
  line-height: 1.8em;
} 
.woocommerce .sub-notes .content-name {
  font-size: .9em;
  letter-spacing: .1em;
}
.woocommerce .shop .shop-img {
  margin-bottom: 4em;
}
.woocommerce .shop .shop-catch {
  line-height: 3em;
  font-size: 1em;
  letter-spacing: .1em;
}

/* 追加商品情報 */
:root {
  --product-add-dt-w: 8em;
  --product-add-dd-w: calc(100% - var(--product-add-dt-w));
}
dl.product-add {
  display: flex;
  flex-wrap: wrap;
  margin: 1rem 0 0;
  & dt, dd {
    font-size: .9rem;
  }
  & dt {
    width: var(--product-add-dt-w);
    padding: .2em .5em;
    border-right: 1px solid var(--point-col);
    color: var(--point-col);
    font-weight: 600;
  }
  & dd {
    width: var(--product-add-dd-w);
    padding: .2em 1em;
  }
}
dl.product-add:last-child {
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  :root {
    --product-add-dt-w: 100%;
    --product-add-dd-w: 100%;
  }
  dl.product-add {
    & dt, dd {
      font-size: .8rem;
    }
    & dt {
      border-right: 0;
      border-bottom: 1px solid var(--point-col);
      margin-bottom: .5em;
    }
  }
}

.wc-block-grid__product-add-to-cart {
  display: none !important;
}

.wc-block-components-notices {
  width: 90%;
  max-width: 700px;
  margin: 1.5em 10% 1.5em auto;
}
@media screen and (max-width: 767px) {
  .wc-block-components-notices {
    margin: 0 1.5rem 0 auto;
    padding-top: 3rem;
  }
}

.woocommerce .cart .single_add_to_cart_button {
  color: white !important;
  width: 100%;
  letter-spacing: .1em;
  display: inline-block;
  padding: 0em 2em 0em 1em;
  height: 3em;
  margin: auto 0;
  letter-spacing: .15em;
  position: relative;
  background-color: var(--black-col) !important;
}
.woocommerce .cart .single_add_to_cart_button::after {
  content: " ";
  width: 4em;
  height: 1px;
  background: var(--point-col);
  display: inline-block;
  position: absolute;
  top: 1.4em;
  right: -3em;
  transition: .3s;
}

.woocommerce .cart .single_add_to_cart_button:hover::after  {
  right: -3.5em!important;
}
@media screen and (max-width: 767px) {
  .woocommerce .cart .single_add_to_cart_button::after {
    right: -2em;
  }
  .woocommerce .cart .single_add_to_cart_button:hover::after  {
    right: -1.5em!important;
  }
}


.woocommerce .cart .single_add_to_cart_button:hover::before{
  right: 2%;
}
.woocommerce .cart .single_add_to_cart_button:hover::after{
  right: 2%;
}
.wc-block-components-product-name {
  color: var(--black-col);
}
.is-large.wc-block-cart .wc-block-cart__totals-title {
  text-align: left!important;
}
.wc-block-cart__submit-container {
  width: 65%;
  margin: 1em auto;
}
.wc-block-cart__submit-button {
  display: inline-block;
  padding: .6em 1em .6em 1em;
  letter-spacing: .15em;
  background: var(--black-col);
  color: var(--white-col);
  border: 1px solid var(--black-col);
  transition: .3s!important;
}
.wc-block-cart__submit-button:hover {
  color: var(--point-col);
  background: var(--white);
}

.add_to_cart_button {
  margin-top:  0!important;
  background: var(--white-col)!important;
  color: var(--black-col);
}
.woocommerce-info .showcoupon {
  color: var(--text-col);
  border-bottom: 1px solid;
  border-color: var(--hover-col);
  transition: .3s;
}
.woocommerce-checkout .page-mv-box {
  display: none;
}
.woocommerce .checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .form-row .button {
  color: var(--text-col)!important;
}
.woocommerce-privacy-policy-text p .woocommerce-privacy-policy-link {
  color: var(--text-col);
  border-bottom: 1px solid;
  border-color: var(--hover-col);
  transition: .3s;
}
.woocommerce-cart .page-mv-box {
  display: none;
}
#add_payment_method #payment ul.payment_methods li img, .woocommerce-cart #payment ul.payment_methods li img, .woocommerce-checkout #payment ul.payment_methods li img {
  width: 35px;
}
.woocommerce-account .page-mv-box {
  display: none;
}
.woocommerce-account .woocommerce {
  width: 80%;
  padding-bottom: 5em;
}
.wc-block-checkout {
  width: 80%;
  margin: auto;
}
[data-sidebar=on] .l-content__body {
  display: block!important;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tax-designer .content-h2 {
  margin-top: 3em;
}

.product_meta {
  font-size: 0.7rem;
  opacity: 0.7;
}

.woocommerce div.product p.stock {
  font-size: 1em!important;
  margin: 1rem 0;
  color: var(--point-col);
  font-family: "RocknRoll One", sans-serif;
}
.woocommerce-Address h2 {
  font-size: 1.3em;
}
.woocommerce-Address .edit {
  background: var(--black-col);
  padding: .5em;
  color: var(--white-col);
  display: inline-block;
  margin: .5em 0;
}

@media screen and (max-width: 1270px) {

  .page-product .page__inner .first-content {
    margin-top: 0;
  }
  
  .page-product .first-content {
    padding-top: 0;
  }
  /* .page-product .first-content .section-content__inner {
    padding-top: 0;
  } */
  .woocommerce-page .product-image .gallery {
    width: 39%!important;
  }
  .woocommerce-page .product-image .gallery .woocommerce-product-gallery__image {
    width: 40%;
    margin: 0 0.5em 1em 1em;
  }
  
  
  .woocommerce-page .related .btn01 a {
    width: 34%;
  }
  .woocommerce-product-gallery {
    margin-right: 1em;
  }
  
  }
  @media screen and (max-width: 768px) {


.woocommerce-product-gallery ol.flex-control-nav.flex-control-thumbs li {
  height: 192px;
}
.woocommerce-page .item-btn-box .btn01 {
  /* width: 60%; */
}
.woocommerce .item-btn-box {
  justify-content: flex-start;
  margin-top: 0;
  margin-bottom: 2em;
}
.woocommerce .sub-notes {
  padding: 1em 1em 1em;
  width: 85%;
}
.woocommerce .sub-notes__inner {
  font-size: .9em;
}
.section-content.related {
  width: 100%;
  margin-top: 3em;
}
.woocommerce .related .woocommerce ul.products {
  flex-wrap: wrap;
}
.woocommerce .related .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  width: 80%!important;
}
.woocommerce .related ul.products li.product a img {
  height: 250px;
}
.single-post .l-main {
  padding: 1em;
}
.single-post .l-sidebar {
  padding: 1em;
}
.single-product .l-main {
  padding: 1em;
}
.single-post .btn {
  padding-left: 0rem;
  padding-right: 0rem;
}
.single-post .btn .blog-link a {
  padding: .3em .5em;
}


.woocommerce-page .product-image .thumb {
  width: 100%!important;
}
.woocommerce-page .product-image .gallery {
  width: 100%!important;
  margin-top: 1em;
}
.woocommerce-page .product-image .gallery .woocommerce-product-gallery__image {
  width: 30%;
  margin: 0 .5em .5em 0;
}
.woocommerce-page .product-image {
  margin-bottom: 0em;
}
.woocommerce-page .item-detail .item-detail__inner {
  width: 100%;
  margin-bottom: 1em;
}
.woocommerce-page .item-detail .price-box .price p {
  text-align: left;
  margin-right: 2em;
}
.woocommerce-page .item-detail .price-box {
  width: 100%;
  margin-top: 2em;
}
.woocommerce-page .item-detail .price-box .cart {
  display: flex;
}
.woocommerce-page .item-detail .price-box .quantity {
  margin-right: 1em;
  text-align: left;
}
.page-product .content-h2 .title-text {
  font-size: 1.5em;
  letter-spacing: .25em;
  font-weight: 400;
  padding-bottom: 1em;
}
.woocommerce-page .item-detail {
  margin-bottom: 0em;
}
.woocommerce-page .item-detail {
  padding-bottom: 2em;
}
.woocommerce-page .item-btn-box {
  padding-top: 2em;
  padding-bottom: 1em;
}
.woocommerce-page .shop .section-content__inner {
  padding-top: 1em;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  margin: 0em auto!important;
}

.woocommerce-page .related .btn01 a {
  width: 36%;
}
.wc-block-cart {
  width: 90% !important;
  padding-top: 2em;
}
.woocommerce-MyAccount-navigation {
  padding-top: 7em;
}
.woocommerce-page .archive-first-h2 {
  padding-top: 7em;
}

.woocommerce-page .item-btn-box .btn01 {
  /* width: 74%; */
}
.woocommerce-product-gallery {
  margin-right: 0;
}
.woocommerce div.product .woocommerce-tabs .panel {
  padding: 2em 1em!important;
}
.woocommerce-account .woocommerce {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  margin-bottom: 2em;
  padding-top: 3em;
  order: 2;
}
.woocommerce a.button.alt {
  color: var(--text-col)!important;
}
.wc-block-checkout {
  width: 80%;
}
.tax-product_cat ul.products li.product, .woocommerce-page ul.products li.product {
  margin: 1em auto!important;
}
.woocommerce ul.products li.product a img {
  margin-bottom: 0.5em !important;
}

.woocommerce .woocommerce-ordering {
  margin: 0 0 0 3em!important;
}
.woocommerce .woocommerce-ordering select,
.woocommerce .woocommerce-ordering select * {
  font-size: 0.8em;
}
.wc-block-components-notices:empty {
  display: none;
}

  }
  @media screen and (max-width: 479px) {


.wc-block-grid.has-3-columns .wc-block-grid__products {
  display: flex !important;
}
.wc-block-grid.has-3-columns .wc-block-grid__product {
  flex: 1 0 50% !important;
  max-width: 50% !important;
  padding: 0 !important;
}

.single-product .related .btn01 .btn01__inner {
  margin: 2em 0 4em;
}
.single-product .section-content__inner {
  padding: 2em 0;
}
.wc-block-cart__submit-container {
  width: 91%;
  margin: 1em auto;
}
.wc-block-cart .wc-block-cart__submit-container--sticky {
  right: 0;
  width: 90% !important;
  margin: 0 auto 1rem !important;
  padding: 5px 20px 15px !important;
}
.with-empty-cart-icon {
  padding-top: 7em;
}

  }
/*////////////// woocommerce end //////////////*/


/*////////////// page-content end //////////////*/

/*////////////// contactform//////////////*/
.page-id-26 .page-content {
  background: var(--black-col);
}
.wpcf7 .wpcf7-response-output {
  color: white;
}
.wpcf7 {
  padding-top: 3em;
}

@media screen and (max-width: 767px) {
  .wpcf7 {
    padding: 1em 1.5em;
  }
}
.wpcf7-form .row {
  width: 80%;
      margin: auto;
      display: flex;
      justify-content: space-between;
      margin-bottom: 1.8em;
      align-items: center;
}
.wpcf7-form .row.text-area {
  align-items: start;
}
.wpcf7-form .row .name {
  width: 25%;
  text-align: left;
  font-size: 1.2em;
  letter-spacing: .1em;
  font-weight: 700;
  background-image: url(../img/top/menu2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  padding: .2em 0;
  padding-left: .5em;
  color: var(--white-col);
}
@media screen and (max-width: 1270px) {
.wpcf7-form .row .name {
  width: 30%;
  padding-left: 0;
}
}
@media screen and (max-width: 768px) {
  .wpcf7-form .row .name {
    font-size: 1em;
  }
  }
.wpcf7-form .row .name .must {
  color: #D63737;
}
.wpcf7-form .row .text-area {
  width: 75%;
}
.wpcf7-form .row .text-area .your-email .wpcf7c-conf {
  background: #fff;;
}
.wpcf7-form .row .text-area .your-email_confirm .wpcf7c-conf {
  background: #fff;
}
.wpcf7-form .row .text-area .wpcf7-form-control-wrap .wpcf7-text {
  width: 100%;
  padding: .7em 1em;
}
.wpcf7-form .row .text-area .detail {
  width: 100%;
  height: 250px;
  padding: 1em;
}
.wpcf7-form .row .text-area .detail .detail {
  padding: 1em;
}
.wpcf7-form .row .text-area .detail .detail .wpcf7c-conf {
  background: #fff;
}
.wpcf7-form p {
  font-size: 1em;
}
.wpcf7-form p .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label a {
  color: var(--black-col);
  text-decoration: none;
  padding-bottom: .5em;
  border-bottom: 1px solid;
  border-color: var(--text-col);
}
.privacy01 {
  margin-right: .5em;
  margin-top: .5em;
}
.wpcf7-form p .submit {
  display: inline-block;
        margin: 0 0em 4em;
        padding: .5em 3em;
        border: 1px solid;
        border-color: var(--point-col);
        color: var(--white-col);
        font-size: 1em;
        box-shadow: 0 0 3px 0 rgba(0,0,0,.22), 0 2px 3px 0 rgba(0,0,0,.32);
        transition: .3s;
        background: var(--point-col);
        font-weight: 600;
        letter-spacing: .1em;
}
.wpcf7-form p {
  text-align: center;
}
.wpcf7-form p .wpcf7-spinner{
  display: none;
}
.wpcf7-form p .wpcf7-back {
  margin-left: .5em;
}
.wpcf7-form p .wpcf7-submit {
  margin-left: .5em;
}
/* .wpcf7-response-output {
  display: none!important;
} */
.wpcf7-form .text {
  font-size: 1em;
      text-align: center;
      margin-bottom: 2em;
}
.wpcf7 .custom-wpcf7c-confirmed input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
.wpcf7 .custom-wpcf7c-confirmed .row .name {
  background: #fff;
}
.wpcf7 .custom-wpcf7c-confirmed .row .name .must {
  display: none;
}
.wpcf7 .custom-wpcf7c-confirmed .row .text-area .wpcf7-form-control-wrap .wpcf7-text {
  background: #fff;
}
.wpcf7 .custom-wpcf7c-confirmed .row .text-area .detail {
  height: 250px;
}
@media screen and (max-width: 767px) {
.wpcf7-form .row {
  width: 100%;
  flex-wrap: wrap;
}
.wpcf7-form .row .name {
  width: 100%;
  padding-bottom: .5em;
  margin-bottom: .5em;
}
.wpcf7-form .row .text-area {
  width: 100%;
}
}
/*////////////// contactform end//////////////*/


/*////////////// sp //////////////*/
/*////////////// sp //////////////*/
/*////////////// sp //////////////*/
@media screen and (max-width: 767px) {
  .pc {
    display: none!important;
  }
  .spbr {
    display: block;
  }
  .sp {
    display: block;
  }
}

