/** Shopify CDN: Minification failed

Line 1242:17 Expected ":"

**/
@charset "UTF-8";
@media screen and (max-width: 767px) {
/* body .module-inner {
  padding: 0;
}
 body .collection-products {
    padding: 0;
} */
  .breadcrumbs {
    padding-left: 1rem;
  }
}

body .home-inline-features {
    text-align: left;
}
body .home-inline-features .home-inline-text {
   text-align: center;
}
/*======TOPページ=====*/
.main-content {
  overflow: hidden;
}
/*link image box*/
.image-flex-item a {
  display: block;
  width: 100%;
}
.image-flex-item a:hover img {
  opacity: 0.7;
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.image-flex-item img {
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 500px;
  width: 100%;
  -o-object-position: left center;
     object-position: left center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.image-flex-item.bgarea a {
  position: relative;
}
.image-flex-item.bgarea a img {
  margin-bottom: -1.2vw;
}
.image-flex-item.bgarea a:hover img {
  opacity: inherit;
}
.image-flex-item.bgarea a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(350deg, #3bb6d5 36.23%, rgba(59, 182, 213, 0.53) 124.3%);
  background: linear-gradient(100deg, #3bb6d5 36.23%, rgba(59, 182, 213, 0.53) 124.3%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -10;
}
@media screen and (max-width: 767px) {
  .image-flex-item.bgarea a {
    margin-bottom: -3px;
  }
}
@media screen and (max-width: 767px) {
  .image-flex-item img {
    max-height: inherit;
  }
}
/*news*/
#section-news-list .news-list-item > a {
  color: inherit;
}
#section-news-list .news-list-item > a .news-list-category {
  background: #3bb6d5;
  display: inline-block;
  width: 50px;
  text-align: center;
}

/*footer*/
@media screen and (max-width: 1020px) {
  .footer-columns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.footer-columns .newsletter-form {
  padding: 0;
  width: 40%;
}
@media screen and (max-width: 1020px) {
  .footer-columns .newsletter-form {
    width: 100%;
  }
}
.footer-columns .newsletter-form-lead {
  font-size: 13px;
}
.footer-columns .newsletter-form__fields {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
}
@media screen and (max-width: 1020px) {
  .footer-columns .newsletter-form__fields {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer-columns .newsletter-form__button {
  margin-top: 0;
  width: 80px;
  font-size: 14px;
  border: none;
  padding: 0 10px;
  height: 30px;
  border-radius: 2.727px;
}
.footer-columns .newsletter-form__input {
  border-radius: 2.727px;
  border: 0.9px solid #000;
  background: #fff;
  min-width: 290px;
  height: 30px;
  padding: 6px;
}
.footer-wrapper  {
  padding-bottom: 20px;
}
/*layout*/
.page-title {
  font-size: 30px;
}

/*collection list*/
.collections-list {
  gap: 30px !important;
}
@media screen and (min-width: 768px) {
  .collections-list {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media screen and (max-width: 767px) {
  .collections-list {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}
@media screen and (max-width: 767px) {
  .collections-list .collection-card__info {
    margin-top: 0;
  }
  .collections-list .collection-card__info .collection-card__title {
    font-size: 20px;
    margin-top: 10px;
  }
}

#custom-badge {
  background: #d53b3b;
  font-size: 14px;
  font-weight: bold;
  border-radius: 6px 0 0 6px;
  height: 28px;
  width: 60px;
  bottom: 0;
  right: 0;
}

/*cart*/
.cart-button-checkout {
  width: 100%;
}
.cart-button-checkout .button {
  font-size: 16px;
}

/*contact page*/
.template-page-contact .main-content {
  max-width: 100%;
  margin: 0 auto;
}
.template-page-contact .main-content .button {
  width: 240px;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .template-page-contact .main-content {
    padding: 50px 0 0;
  }
  .template-page-contact .main-content .contact-form-wrapper {
    padding: 0 20px;
    margin-bottom: 80px;
  }
  .template-page-contact .main-content .button {
    width: 100%;
  }
}

/*Q&A faq*/
/* .faq__summary:hover {
  color: inherit !important;
}

.faq__answer {
  padding: 20px 10px 20px 40px;
  margin-bottom: 20px;
}

.faq__answer p {
  margin: 0;
} */

/*news page*/
.blog-post-title {
  font-size: 30px;
}
.article-grid-item .post-content {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/*float cart*/
.zrx-sticky-atc-main-button span {
  font-size: 17px;
}

.zrx-sticky-atc-product-title {
  font-size: 17px;
  padding: 6px 0;
}

@media (min-width: 720px) {
  .zrx-sticky-atc-main-button {
    min-width: 330px !important;
  }
}

/*=============
3step
=============*/
.wrap {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
.wrap p {
  margin: 0;
}
.wrap h1,
.wrap h2,
.wrap h3,
.wrap h4,
.wrap h5,
.wrap h6 {
  margin-top: 0 !important;
}

.ttl_wrap {
  background: #3bb6d5;
  padding: 24px;
  text-align: center;
  letter-spacing: 0.3em;
  margin-bottom: 30px;
  width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

.custom_ttl {
  font-size: 40px;
  font-weight: bold;
  margin: 0;
  color: #fff;
}
.custom_ttl .font_s {
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .wrap {
  padding: 0;
}
  .custom_ttl {
    font-size: 30px;
    letter-spacing: 0.05em;
  }
  .custom_ttl .font_s {
    font-size: 24px;
  }
}

.step_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  margin-bottom: 130px;
}
.step_list li {
  width: calc((100% - 68px) / 3);
  position: relative;
}
.step_list li:nth-child(-n+2) {
  margin-right: 34px;
}
@media screen and (max-width: 767px) {
  .step_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .step_list li {
    width: 100%;
    margin-bottom: 30px;
  }
  .step_list li:nth-child(-n+2) {
    margin-right: 0;
  }
}

.list_inner {
  border-radius: 30px;
  overflow: hidden;
  border: solid 3px #3bb6d5;
}
.list_inner img {
  width: 100%;
}

.step_number {
  display: block;
  background-color: #3bb6d5;
  color: #fff;
  width: 80px;
  height: 80px;
  font-weight: bold;
  font-size: 55px;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .step_number {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 35px;
  }
}

.txt_wrap {
  padding: 16px 10px 30px;
}

.step_ttl {
  margin: 0 0 16px;
  font-size: 20px;
  font-weight: 700;
  color: #3bb6d5;
}

.step_txt {
  font-size: 15px;
  letter-spacing: 0.01em;
  line-height: 1.5;
  min-height: 70px;
}
@media screen and (max-width: 767px) {
.step_txt {
  min-height: inherit;
}
}
/*=============
movie
=============*/
.item_ttl {
  color: #3bb6d5;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .item_ttl {
    font-size: 24px;
  }
}

.movie_ttl {
  margin-bottom: 36px;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  position: relative;
}
.movie_ttl::after {
  content: "";
  display: block;
  width: 400px;
  height: 300px;
  background: url(/cdn/shop/files/deco_movie_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -150%;
  right: 0;
}

.youtube_wrap {
  max-width: 700px;
  height: 370px;
  position: relative;
  margin: 0 auto 120px;
  aspect-ratio: 70/37;
}
@media screen and (max-width: 767px) {
  .youtube_wrap {
    max-width: 100%;
    height: inherit;
  }
}

.youtube_wrap iframe {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
@media screen and (max-width: 767px) {
  .youtube_wrap iframe {
    height: 100%;
  }
}

.mb_btm_wrap {
  background: #f1fbfd;
  padding: 50px 0 128px;
  position: relative;
  width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
.mb_btm_wrap::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 35px solid rgb(255, 255, 255);
  border-right: 40px solid transparent;
  border-left: 40px solid transparent;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .mb_btm_wrap {
    padding: 50px 0;
  }
}

.mb_btn_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 130px;
}
.mb_btn_box li {
  width: 410px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .mb_btn_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 30px;
    padding: 0 20px;
  }
  .mb_btn_box li {
    width: 100%;
  }
}

.mb_item {
  width: 100%;
  padding: 0 10px;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 30px;
}
.mb_item p {
  color: #3bb6d5;
  font-size: 16px;
  font-weight: 700;
  padding-top: 16px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .image-flex-item img {
    max-height: inherit;
  }
}

/*=============
slide_show
=============*/
.slideshow-slide__image {
  max-height: 500px;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.slideshow-slide__content .slideshow-slide__button {
  border-radius: 30px;
  background: rgb(25, 16, 255);
  background: -webkit-gradient(linear, left top, right top, from(rgb(25, 16, 255)), color-stop(15%, rgb(25, 16, 255)), to(rgb(41, 101, 255)));
  background: -webkit-linear-gradient(left, rgb(25, 16, 255) 0%, rgb(25, 16, 255) 15%, rgb(41, 101, 255) 100%);
  background: linear-gradient(90deg, rgb(25, 16, 255) 0%, rgb(25, 16, 255) 15%, rgb(41, 101, 255) 100%);
  border: solid 4px #4dabfa !important;
  font-size: 26px;
  font-weight: 600;
  display: block;
  line-height: 1;
  padding: 17px 0;
  letter-spacing: -0.01em;
  text-align: center;
  width: 28%;
  max-width: 320px;
  border-radius: 50px;
}


.slideshow-slide__content {
  top: 90% !important;
  left: 95% !important;
}


/*==========
Maker
============*/
.maker_ttl {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .maker_ttl {
    font-size: 24px;
  }
}

.maker_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 62px;
}
.maker_list li {
  background-color: rgba(255, 255, 255, 0.3215686275);
  border-radius: 30px;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .maker_list {
    gap: 30px;
  }
  .maker_list li {
  padding: 10px;
}
}

.maker_list_inner {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.maker_list_inner img {
  width: 28%;
  height: 100%;
  max-width: 280px;
  padding-right: 20px;
}
.maker_list_inner p {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #333;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .maker_list_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .maker_list_inner img {
    width: 100%;
    margin-bottom: 20px;
  }
}

 .parallax_bg {
  position: relative !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  overflow: hidden;
}

 .parallax_contents {
  padding-top: 5em;
}

.parallax_contents a {
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  /* .parallax_contents {
    padding: 0 20px;
  } */
  .parallax_bg {
    background: url(https://ec.moritamedical.jp/cdn/shop/files/bg_about.jpg);
     background-size: cover !important;
     background-attachment: scroll !important;
}

  
  .parallax_contents {
    padding-top: 30px;
  }
}

/*==============
top_swiper_slider
=================*/
.swiper {
  width: 100% !important;
  margin-top: 0 !important;
  height: 700px !important;
}
.swiper-wrapper {
  height: 100% !important;
}
.swiper-slide img {
 height: 700px !important;
}

.custom_swiper {
  width: 100%;
  max-width: 1980px;
  height: 700px;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .custom_swiper {
    max-width: 100%;
 height: 100vw !important;
    overflow: hidden;
  }
}

.swiper-slide {
  text-align: center;
    background-color: #fff !important;
}

.swiper-slide img {
  width: 100%;
  max-height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .swiper-slide img {
    max-height: 100vw;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

@media screen and (max-width: 1980px) {
  .swiper {
    width: 100%;
  }
  .swiper-slide img {
    width: 100%;
  }
}

.sw_link_btn {
  border-radius: 30px;
  background: rgb(25, 16, 255);
  background: -webkit-gradient(linear, left top, right top, from(rgb(25, 16, 255)), color-stop(15%, rgb(25, 16, 255)), to(rgb(41, 101, 255)));
  background: -webkit-linear-gradient(left, rgb(25, 16, 255) 0%, rgb(25, 16, 255) 15%, rgb(41, 101, 255) 100%);
  background: linear-gradient(90deg, rgb(25, 16, 255) 0%, rgb(25, 16, 255) 15%, rgb(41, 101, 255) 100%);
  border: solid 4px #4dabfa !important;
  font-size: 26px;
  font-weight: 600;
  display: block;
  line-height: 1;
  padding: 17px 0;
  letter-spacing: -0.01em;
  text-align: center;
  width: 28%;
  max-width: 320px;
  border-radius: 50px;
  position: absolute;
  bottom: 10px;
  left: 72%;
  color: #fff;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.sw_link_btn:hover {
  opacity: 0.8;
  -webkit-box-shadow: 0px 1px 10px #fff;
          box-shadow: 0px 1px 10px #fff;
  background: -webkit-gradient(linear, left top, right top, from(rgb(41, 101, 255)), color-stop(85%, rgb(25, 16, 255)), to(rgb(25, 16, 255)));
  background: -webkit-linear-gradient(left, rgb(41, 101, 255) 0%, rgb(25, 16, 255) 85%, rgb(25, 16, 255) 100%);
  background: linear-gradient(90deg, rgb(41, 101, 255) 0%, rgb(25, 16, 255) 85%, rgb(25, 16, 255) 100%);
}
@media screen and (max-width: 767px) {
  .sw_link_btn {
    font-size: 13px;
    letter-spacing: -0.1em;
      left: 68%;
  }
}

@media screen and (max-width: 767px) {
  [class^=swiper-button] {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}

.swiper-button-prev, .swiper-button-next {
    transform: scale(.5);
    color: #57C0DB;
}
.swiper-pagination {
    bottom: 0 !important;
}
.swiper-pagination-bullet {
  background:#57C0DB;
}
/*================
about
================*/
.about_inner {
  padding: 90px 0 150px;
}
.about_inner li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: calc((100% - 50px) / 3);
  padding: 45px 20px 10px;
  background-color: rgba(255, 255, 255, 0.3215686275);
  border-radius: 30px;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 40px 2% 20px;
}
.about_inner li:nth-child(-n+2) {
  margin-right: 25px;
}
@media screen and (max-width: 767px) {
   .about_inner {
    padding: 0 20px 40px;
  }
  .about_inner li {
    width: 100%;
    margin-bottom: 20px;
  }
  .about_inner li:nth-child(-n+2) {
    margin-right: 0;
  }
}
.about_inner img {
  width: 30%;
  min-width: 70px;
}

.about_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .about_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.about_ttl {
  font-weight: normal;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .about_ttl {
    font-size: 24px;
    letter-spacing: -0.01em;
  }
}

.about_item_ttl {
  color: #003399;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  /* padding-bottom: 30px; */
}

.about_item_txt {
   color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.574px;
  word-break: break-all;
  text-align: justify;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-height: 105px;
}
@media screen and (max-width: 767px) {
  .about_item_txt {
    margin-bottom: 14px;
  min-height: inherit;
  }
}
/* .parallax_mask {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
z-index: 2;
background-color: rgba(0, 0, 0, 0.4);
} */


/*==== Q&A ====*/
.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.faq_bottom {
  background-color: #f1fbfd;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 4rem;
}
.faq_bottom img {
  width: 100%;
  height: auto;
}
.faq_bottom p {
  color: #000;
  text-align: center;
  font-family: Noto Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
    .faq_bottom {
    padding-top: 0;
  }
  .faq_bottom p {
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
  }
  .faq__section-wrapper {
    padding: 0 20px !important;
  }
}

.custm_btn {
  margin: 3% 0;
}
.custm_btn a {
  display: block;
  margin: 20px auto;
  width: 259px;
  height: 47px;
  -webkit-filter: drop-shadow(10px 10px 20px rgba(59, 182, 213, 0.25));
          filter: drop-shadow(10px 10px 20px rgba(59, 182, 213, 0.25));
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.custm_btn a:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
@media screen and (max-width: 767px) {
  .custm_btn a {
    width: 220px;
  }
}

.deco {
  max-width: 250px;
}
@media screen and (max-width: 767px) {
  .deco {
    display: none;
  }
}

.faq {
  background-color: #f1fbfd;
}

.faq__section-content {
  background-color: #fff;
  border-radius: 30px;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .faq__section-content {
    /* padding: 0px 20px 20px; */
    padding: 20px 0;
  }
}

.faq__details:last-child {
  border-bottom: none;
}
.faq__heading + .faq__details {
  border-top: none !important;
}
.faq__summary {
  font-weight: bold !important;
  color: #333 !important;
}

.txt_q {
display: flex;
  gap: 4px;
 
}
.txt_q::before  {
  content: "Q.";
  font-weight: bold;
    color: #003399;
}

.faq__answer {
  /* padding: 0 32px 20px 10px !important; */
  padding: 0 64px 20px 10px !important;
}
.faq__answer p {
  margin: 0;
  padding-left: 1.15rem;
  overflow: hidden;
  
}
.faq__answer .txt_a::before  {
  content: "A.";
  color: #3bb6d5;
  font-weight: bold;
  position: absolute;
}
.faq__section-wrapper {
  margin-bottom: 0 !important;
}

.faq__details:first-child {
    border-top: none !important;
}
.faq__heading {
    margin-bottom: 0 !important;
}
.faq__heading-title {
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: #ffffff;
    background: #3bb6d5b5;
    padding: 10px;
      /* border-radius: 30px;
    width: 80%; */
    margin: 0 auto 10px !important;
}
@media screen and (max-width: 767px) {
.faq__answer {
    padding: 0 10px 20px 10px !important;
}
  .txt_q {
    margin-right: 0.3rem;
}
  .faq__summary {
    font-size: 15px !important;
}
}
/*=============
ご利用ガイド
===============*/
.footer_head_ttl {
  color: #3bb6d5;
}

.footer_head_warp {
  background-color: #f1fbfd;
  padding: 40px 20px;
       border-top: solid 2px #d3eef4;
}
@media screen and (max-width: 767px) {
  .footer_head_warp {
    padding: 20px;
  }
}

.footer_head_block {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.footer_head_block li {
  width: 25%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px;
}
.footer_head_block li img {
  width: 80%;
  max-width: 150px;
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .footer_head_block li img {
    width: 50%;
  }
}
.footer_head_block li .icon_ttl {
  color: #3bb6d5;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 14px;
}
.footer_head_block li p {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .footer_head_block {
    -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
            flex-flow: wrap;
  }
  .footer_head_block li {
    width: calc((100% - 20px) / 2);
    padding: 0;
    margin-bottom: 30px;
  }
  .footer_head_block li:nth-child(odd) {
    margin-right: 20px;
  }
  .footer_head_block li .icon_ttl {
    margin-bottom: 8px;
  }
  .footer_head_block li p {
    font-size: 14px;
    word-break: break-all;
    text-align: justify;
  }
  .footer_head_block li img {
    margin-bottom: 14px;
  }
}
/* NEWS */
#section-news-list {
    border-bottom: solid 1px #d0e6eb;
}
  #section-news-list .news-list-heading{
    /* display: flex; */
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
      font-weight
  }
  #section-news-list .container{
    max-width: 900px;
    margin: 0 auto;
    padding: 55px;
  }
  #section-news-list .news-list{
    border: 1px solid #ccc;
  }
  #section-news-list .news-list-item{
    border-bottom: 1px solid #ccc;
   margin: 0;
  }
  #section-news-list .news-list-item>a{
    display: flex;
    align-items: center;
    padding: 20px;
     position: relative;
  }
  #section-news-list .news-list-item:last-child{
    border-bottom: none;
  }
  #section-news-list .news-list-date{
    font-size: 15px;
    margin-right: 15px;
  }
  #section-news-list .news-list-category{
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    background: #000;
    padding: 5px;
    margin-right: 15px;
  }
  #section-news-list .news-list-info{
    position: relative;
    top: -1px;
  }
  #section-news-list .news-list-title{
    font-size: 16px;
    margin-bottom: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    top: 1px;
  }
  @media screen and (max-width: 768px){
    #section-news-list .container{
      padding: 35px 20px;
    }
    #section-news-list .news-list-item>a{
      display: block;
      padding: 10px;

    }
    #section-news-list .news-list-info{
      margin-bottom: 5px;
    }
    #section-news-list .news-list-category{
    font-size: 12px;
    padding: 2px;
  }
  }

  #section-news-list .news-list-item > a::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 6px solid #3bb6d5;
  border-bottom: 4px solid transparent;
  position: absolute;
  top: 50%;
    right: 5%;

  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
/*==========
TITLE
===========*/
.faq__section-heading,
.page-title,
.section-title,
.news-list-heading h2 {
  font-size: 30px !important;
  text-align: center;
   font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .section-title,
  .news-list-heading h2 {
    font-size: 24px !important;
  }
}
/*==========
Top review
===========*/
.testimonials__section-heading {
  font-size: 30px !important;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .testimonials__section-heading {
    font-size: 24px !important;
  }
}

.testimonial__quote p {
  font-size: 16px !important;
}


/*============-
Product
==============*/
/* .main-content {
  margin: 0 auto !important;
}
 */
.pxs-faq-section,
.bnr_wrap,
#shopify-section-template--15505576099951__77ba452c-0b95-4f9f-aece-5b0fbbd819a7 {
  width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

.table_01 tr,
.table_01 td,
.table_01 tbody {
  width: 100%;
}
/*============-
News
==============*/
.blog-posts {
  margin-bottom: 60px;
}

/*============-
btn
==============*/
.home-inline-cta a,
.news_btn a {
  background-color: #3bb6d5;
  border-radius: 30px;
  color: #fff;
  padding: 10px 30px;
  position: relative;
}
.home-inline-cta a::after,
.news_btn a::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 6px solid rgb(255, 255, 255);
  border-bottom: 4px solid transparent;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.news_btn {
  text-align: right;
}
.button {
 font-weight: 700 !important;
}

.home-inline-cta a:hover,
.news_btn a:hover {
  color: #2caecf;
  background-color: #fff;
  border: solid 1px #2caecf;
}
.home-inline-cta a:hover::after,
.news_btn a:hover::after {
  border-left: 6px solid #2caecf;
}
/*==========
others
==========*/
.home-inline-feature {
  margin-bottom: 10px;
}
/*==========
Policypage
==========*/
.shopify-policy__body .rte div.full_wdth {
  width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  max-width: 100vw;
}
.shopify-policy__body .rte div.full_wdth .full_inner,
.shopify-policy__body .rte div.full_wdth p {
  max-width: 900px;
  margin: 0 auto;
  padding: 50px 20px;
}
@media screen and (max-width: 767px) {
  .shopify-policy__body .rte div.full_wdth .full_inner,
  .shopify-policy__body .rte div.full_wdth p {
    max-width: 100%;
  }
}
.shopify-policy__body h3, .shopify-policy__body ol{
      max-width: 100% !important;
}
@media screen and (max-width: 767px) {
.shopify-policy__title h1 {
font-size: 1.8rem !important;
}

  .shopify-policy__body .rte div.full_wdth .full_inner, .shopify-policy__body .rte div.full_wdth p {
    padding: 10px 10px;
}


}
/*==========
sp_navmenu
==========*/
.drawer-nav__flyout {
      transition: transform 0.3s ease-out, opacity 0.1s ease-in !important;
}

/*==========
review
==========*/
#shopify-block-bb88e10f-2aaa-49b0-beb3-1e9254d341de {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    background: #f1fcfd;
    padding: 50px;
    border-bottom: solid 1px #eee;
}
.jdgm-widget {
  border-radius: 20px;
    margin-bottom: 50px;
    max-width: 1000px;
    margin: 0 auto;
    background: #fff;
}
.jdgm-collected-link {
display: none;}

@media screen and (max-width: 767px) {
#shopify-block-bb88e10f-2aaa-49b0-beb3-1e9254d341de {
    padding: 20px;
}
  .jdgm-widget {
padding: 20px;
}
}
/*==========

==========*/
@media screen and (min-width: 720px) {
.dynamic-featured-collection {
padding-top: 50px !important;
    /* border-top: solid 1px #7dcbe26e; */
}
}
/*==========
breadcrumb
==========*/
.breadcrumbs {
    margin: 0 auto 10px !important;
    text-align: left !important;
    max-width: 1050px;
}

/*==========
ｂｔn
==========*/
.shopify-payment-button__more-options {
    background: #3bb6d5 !important;
    color: #fff !important;
    padding: 12px 30px !important;
    font-weight: bold !important;
    border-radius: 4px;
}

.stock-overlay {
    top: unset !important;
    transform: none !important;
    bottom: 0;
    left: 0 !important;
}

/*==========
item-list
==========*/
body .product-list-item-title a {
    display: inline-block;
    text-align: left;
}