@charset "utf-8";

html {
  overflow-x: hidden;
}
body {
  /* font-family: "Yu Gothic Pr6N M", var(--typeBasePrimary), var(--typeBaseFallback), sans-serif; */
  font-family: "Yu Gothic Pr6N M", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
/* @media (min-resolution: 2dppx) {
  body {
    zoom: 1.25;
  }
} */
/* @media (min-resolution: 2dppx) and (min-width: 600px) {
  body {
    zoom: 1.25;
  }
} */

a{
  word-break: break-word;
  color: #000;
}
a:hover,
a:visited{
  /* color: #000; */
  color: inherit;
}

/* .rte-setting a:not(.btn):not(.spr-summary-actions-newreview):before, .rte a:not(.btn):not(.spr-summary-actions-newreview):before, .rte-setting a:not(.btn):not(.spr-summary-actions-newreview):after, .rte a:not(.btn):not(.spr-summary-actions-newreview):after{
  content: none;
} */

table{
  border-collapse: collapse;
  border-spacing: 0;
}

iframe{
  width: 100%;
  aspect-ratio: 16 / 9;
}
.itemMovie iframe{
  height: 100%;
}

.link{
  transition: .3s;
}
.link:hover{
  opacity: .7;
}

/* .topCat_ph, .topCat_shadow {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.topCat_ph.visible, .topCat_shadow.visible {
  opacity: 1;
  transform: translateY(0);
} */


/* common */
.btn_more{
  /* font-family: "Plus Jakarta Sans", sans-serif; */
  font-family: "Yu Gothic Pr6N B";
  width: 160px;
  height: 50px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  transition: .3s;
}
.btn_more:hover{
  opacity: .7;
}
.btn_topCat{
  color: #000;
  border: 1px solid #000;
  background: transparent;
  /* background: #000; */
  position: relative;
  z-index: 5;
  opacity: 1 !important;
}
.btn_topCat:hover{
  background: #000;
  color: #fff;
}

.gmap{
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
}

.br_spOnly{
  display: none;
}
.br_u-1000{
  display: none;
}

.swym-heart{
  display: none;
}

.text_right{
  text-align: right;
}
.list-marker li{
  padding-left: 1em;
  position: relative;
}
.list-marker li:before{
  content: "\30FB";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.list-marker li:not(:last-of-type){
  margin-bottom: 10px;
}

.list-num{
  counter-reset: number;
}
.list-num li{
  padding-left: 1.5em;
  position: relative;
}
.list-num li:before{
  counter-increment: number;
  content: counter(number) ".";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.list-num li:not(:last-of-type){
  margin-bottom: 10px;
}

.list-aiu > li{
  padding-left: 2em;
  position: relative;
}
.list-aiu > li:before{
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.list-aiu > li:nth-child(1):before{
  content: "\30A2\FF09";
}
.list-aiu > li:nth-child(2):before{
  content: "\30A4\FF09";
}
.list-aiu > li:nth-child(3):before{
  content: "\30A6\FF09";
}
.list-aiu > li:nth-child(4):before{
  content: "\30A8\FF09";
}
.list-aiu > li:not(:last-of-type){
  margin-bottom: 10px;
}

.list-abc > li{
  padding-left: 2em;
  position: relative;
}
.list-abc > li:before{
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.list-abc > li:nth-child(1):before{
  content: "a\FF09";
}
.list-abc > li:nth-child(2):before{
  content: "b\FF09";
}
.list-abc > li:nth-child(3):before{
  content: "c\FF09";
}
.list-abc > li:nth-child(4):before{
  content: "d\FF09";
}
.list-abc > li:not(:last-of-type){
  margin-bottom: 10px;
}
/* common end */


/* header */
.fs-preview-header{
  display: none;
}
.menu_spOnly{
  display: none;
}
/* .global_menu li{
  margin-bottom: 0 !important;
} */
.headerSpace{
  height: 87px;
  margin: 0;
}

/* .announcement-bar{
  padding: 13px 0;
}
.announcement-text{
  font-size: 16px;
} */

/* .announceBar{
  width: 100%;
  height: 50px;
  background: #f2f2f2;
} */
.swiper-announce{
  width: 100%;
  /* height: 50px; */
  background: #f2f2f2;
}
.swiper-announce-inner{
  display: flex;
  align-items: center;
}
.announce-slide{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13px 30px;
}
.announce-slide a{
  transition: .3s;
}
.announce-slide a:hover{
  opacity: .7;
}

/* header end */


/* top */
.hero--100vh {
  height: calc(100vh - 137px);
}

.topBrand-wrap{
  width: 100%;
  height: 938px;
  background-image: url(https://cdn.shopify.com/s/files/1/0879/5888/0548/files/bg_top-brand.jpg);
  background-size: cover;
  background-position: left bottom;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 120px 0 60px;
  margin: 0 0 60px;
}
.topBrant_title{
  width: 90%;
  max-width: 835px;
}

.topCat-wrap{
  width: 100%;
}

/* .topCat_head{
  padding: 50px 0;
}
.topCat_head_image{
  width: 90%;
  max-width: 903px;
  margin: 0 auto;
} */



.topCat_head_image {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: transparent;
  margin-top: 50px;
}
.topCat_head_image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: red;
  transform: translateX(100%);
  transition: transform 0.5s ease-in-out;
  z-index: 1;
}
.topCat_head_image img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  transform: translateX(100%);
  opacity: 0;
  z-index: 2;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
.topCat_head_image.active::before {
  transform: translateX(0);
}
.topCat_head_image.active img.start-animation {
  transform: translateX(0);
  opacity: 1;
}

.topCat_head_title{
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 5.701754385964912vw;
  font-size: min(5.701754385964912vw, 65px);
  font-weight: 400;
  letter-spacing: .1em;
  color: #808080;
  text-align: center;
  margin: 25px 0;
}
.topCat_head_text{
  font-family: "Midashi Go MB31", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #808080;
  text-align: center;
}
.btn_topCat_all{
  width: 247px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #D7000F;
  border: 1px solid #D7000F;
  border-radius: 30px;
  margin: 30px auto 0;
  font-family: "Yu Gothic Pr6N B";
  color: #fff;
}
.btn_topCat_all:hover{
  background: #fff;
  color: #D7000F;
}

.topCatBox{
  width: 100%;
  min-height: 950px;
  padding-top: 80px;
  background: linear-gradient(to top, #D7000F 245px, rgba(0, 0, 0, 0) 245px);
  padding-bottom: 245px;
  position: relative;
  overflow: hidden;
}

.topCatBox-inner{
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
  /* display: flex;
  justify-content: space-between;
  position: relative; */
}

.topCatBox_content{
  width: 530px;
  padding-left: 20px;
  margin-bottom: 80px;
}
.topCat_num{
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 76px;
  line-height: 1;
  margin-bottom: 20px !important;
  letter-spacing: .2em;
}
.topCat_name{
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 28px;
  margin-top: 0 !important;
  margin-bottom: 10px !important;
  letter-spacing: .2em;
}
.topCat_name2{
  font-family: "Midashi Go MB31", sans-serif;
  font-weight: 700;
  font-size: 45px;
  /* margin-bottom: 40px !important; */
  margin-bottom: 10px !important;
  font-weight: 400;
  /* letter-spacing: .2em; */
  letter-spacing: .1em;
}
.topCat_name_single{
  margin-bottom: 50px !important;
}
.topCat_name_sub{
  font-family: "Midashi Go MB31", sans-serif;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 50px;
}

.topCat_text-wrap{
  margin-bottom: 45px;
}
.topCat_text-wrap h4{
  font-family: "Plus Jakarta Sans", sans-serif;
  /* letter-spacing: .2em; */
  letter-spacing: .1em;
  margin-bottom: 8px;
}
.topCat_text-wrap p{
  margin-bottom: 18px;
}

.topCat_image-wrap{
  width: 90%;
  max-width: 1300px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.topCat_image-inner{
  width: calc(100% - 530px);
  position: absolute;
  right: 0;
  bottom: 85px;
}
.topCat_image{
  position: relative;
  z-index: 5;
}


.hidden {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.hidden.active {
  opacity: 1;
  transform: translateY(0);
}


.topCat_shadow{
  position: absolute;
  z-index: 1;
  mix-blend-mode: multiply;
}
.topCat1_shadow{
  width: 128.83116%;
  max-width: 992px;
  left: 0;
  bottom: -45px;
}
.topCat2_shadow{
  width: 124.54545%;
  max-width: 959px;
  left: 125px;
  bottom: -70px;
}
.topCat3_shadow{
  width: 113.50649%;
  max-width: 874px;
  left: 90px;
  bottom: -56px;
}
.topCat4_shadow{
  width: 128.83116%;
  max-width: 992px;
  left: 86px;
  bottom: -44px;
}
.topCat5_shadow,
.topCat6_shadow,
.topCat7_shadow{
  width: 108.05194%;
  max-width: 832px;
  left: 78px;
  /* bottom: -24px; */
  bottom: 24px;
}
.topCat6_shadow{
  bottom: 10px;
}


.topBnr-wrap{
  width: 90%;
  max-width: 1180px;
  margin: 60px auto 120px !important;

  display: flex;
  justify-content: space-between;
}
.topBnr{
  font-family: "Midashi Go MB31", sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #fff !important;
  width: 48%;
  max-width: 560px;
  aspect-ratio: 56 / 21;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background-size: cover;
  flex-direction: column;
  background-position: center;
}
.topBnr span{
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: .1em;
}
.topBnr_service{
  background-image: url(https://cdn.shopify.com/s/files/1/0879/5888/0548/files/bnr_top-service.jpg);
}
.topBnr_shoplist{
  background-image: url(https://cdn.shopify.com/s/files/1/0879/5888/0548/files/bnr_top-shop.jpg);
}

.topWorks-wrap{
  width: 100%;
  display: flex;
}
.topWorks_content{
  width: 50%;
  background: #F5F5F5;
  padding: 73px 4% 80px 9%;
}
.topWorks_title{
  font-family: "Midashi Go MB31", sans-serif;
  font-size: 28px;
  margin-bottom: 30px !important;
}
.topWorks_text{
  line-height: 2;
  margin-bottom: 35px !important;
}
.topWorks_ph{
  width: 50%;
  background-image: url(https://cdn.shopify.com/s/files/1/0879/5888/0548/files/top-works_ph.jpg);
  background-size: cover;
  background-position: bottom;
}

.topPagelink-wrap{
  width: 90%;
  max-width: 1180px;
  margin: 0 auto;
}
.topPagelink{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 100px 0;
}
.topPagelink:not(:last-of-type){
  border-bottom: 1px solid #D9D9D9;
}
.topPagelink:nth-child(even){
  flex-direction: row-reverse;
}
.topPagelink_ph{
  width: calc(95% - 508px);
  max-width: 480px;
}
.topPagelink_ph img{
  border-radius: 10px;
}
.topPagelink_content{
  width: 508px;
}
.topPagelink_copy{
  font-family: "Midashi Go MB31", sans-serif;
  font-size: 20px;
  margin-bottom: 0 !important;
}
.topPagelink_title{
  font-family: "Midashi Go MB31", sans-serif;
  font-size: 28px;
  margin-top: 14px !important;
  margin-bottom: 40px !important;
}
.topPagelink_text{
  line-height: 2.1875;
  margin-bottom: 42px !important;
}

.topYoutube-wrap{
  width: 100%;
  background-image: url(https://beautifulcars.itembox.design/item/shopify/images/starter/bg_top-youtube.jpg);
  background-size: cover;
  padding: 100px 0;
}
.topYoutube-inner{
  width: 90%;
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.topYoutube_content{
  width: 590px;
}
.topYoutube_copy{
  font-family: "Midashi Go MB31", sans-serif;
  font-size: 24px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
/* .topYoutube_copy::before,
.topYoutube_copy::after{
  content: "";
  display: inline-block;
  width: 1px;
  height: 34px;
  background: #000;
}
.topYoutube_copy::before{
  margin-right: 20px;
  transform: rotate(-20deg);
}
.topYoutube_copy::after{
  margin-left: 20px;
  transform: rotate(20deg);
} */

.logo_youtube{
  /* width: 146px; */
  width: 100%;
  /* margin-bottom: 10px; */
  margin-bottom: 30px;
}

.topYoutube_title{
  font-family: "Midashi Go MB31", sans-serif;
  font-size: 32px;
  margin-top: 0 !important;
  margin-bottom: 20px;
}
/* .topYoutube_title span::after{
  content: "";
  width: 38px;
  height: 22px;
  background-image: url(https://cdn.shopify.com/s/files/1/0879/5888/0548/files/icon_youtube.png);
  background-size: cover;
  display: inline-block;
  margin-left: 10px;
} */
.topYoutube_text{
  width: 436px;
  line-height: 2.1875;
  margin-bottom: 50px !important;
}
.youtube_chlink{
  margin-bottom: 30px !important;
}
.topYoutube_ph{
  width: calc(95% - 590px);
  max-width: 553px;
  padding-top: 6px;
}
.topYoutube_ph img{
  border-radius: 10px;
}

#shopify-section-template--22895944794404__advanced_content_HFjMjD{
  border-bottom: 1px solid #D9D9D9;
}
.topMovie-wrap{
  width: 90%;
  max-width: 1180px;
  margin: 0 auto;
  /* padding: 100px 0; */
  padding: 100px 0 50px;
}
.topMovie_header{
  width: 100%;
  /* display: flex;
  justify-content: space-between; */
  margin-bottom: 38px;
}
.topMovie_title{
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 0 !important;
  text-align: center;
}
.reg-small{
  font-size: 0.5em;
  font-size: clamp(14px, 0.5em, 100%);
  vertical-align: bottom;
}

.topMovie-inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.topMovie_box{
  width: 23%;
  max-width: 265px;
  display: block !important;
  padding-bottom: 50px;
}
.topMovie{
  margin-bottom: 45px;
}
.topMovie .video-wrapper{
  padding-bottom: 100%;
}
.topMovie_box_date{
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  margin-bottom: 25px !important;
}
.topMovie_box_title{
  font-size: 19px;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

#shopify-section-template--22895944794404__blog-posts{
  width: 90%;
  max-width: 1180px;
  padding: 50px 0 0;
  margin: 0 auto;
}
#shopify-section-template--22895944794404__blog-posts .page-width{
  padding: 0;
}

#shopify-section-template--22895944794404__1661774631c3adf209{
  margin: 0;
}
#shopify-section-template--22895944794404__1661774631c3adf209 .page-width{
  width: 90%;
  max-width: 1180px;
  padding: 100px 0 0;
  margin: 0 auto;
}
#shopify-section-template--22895944794404__1661774631c3adf209 .section-header{
  margin-bottom: 38px;
}
#shopify-section-template--22895944794404__1661774631c3adf209 h2{
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 32px;
  font-weight: 500;
}
#shopify-section-template--22895944794404__blog-posts .section-header__link,
#shopify-section-template--22895944794404__1661774631c3adf209 .section-header__link{
  font-family: "Plus Jakarta Sans", sans-serif;
  width: 160px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  transition: .3s;
  border: 1px solid #000;
  font-size: 16px;
  letter-spacing: 0;
  opacity: 1 !important;
  background: #fff;
  color: #000;
}
#shopify-section-template--22895944794404__blog-posts .section-header__link:hover,
#shopify-section-template--22895944794404__1661774631c3adf209 .section-header__link:hover{
  color: #fff;
  background: #000;
}


#shopify-section-template--22895944794404__1661774631c3adf209 .article__title{
  font-size: 16px;
  color: #000;
}
#shopify-section-template--22895944794404__1661774631c3adf209 .article__list--border,
#shopify-section-template--22895944794404__blog_feed_Y7VLtL .article__list--border{
  border-color: #D9D9D9;
  padding: 18px 60px 18px 12px;
  position: relative;
}
#shopify-section-template--22895944794404__1661774631c3adf209 .article__list--border::after,
#shopify-section-template--22895944794404__blog_feed_Y7VLtL .article__list--border::after{
  content: "";
  width: 12px;
  height: 9px;
  background-image: url(https://cdn.shopify.com/s/files/1/0879/5888/0548/files/news_arrow.png);
  background-size: cover;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
}


#shopify-section-template--22895944794404__blog_feed_Y7VLtL .page-width{
  width: 90%;
  max-width: 1180px;
  padding: 50px 0 0;
  margin: 0 auto;
}
#shopify-section-template--22895944794404__blog-posts .section-header{
  margin-bottom: 38px;
}
#shopify-section-template--22895944794404__blog-posts h2,
#shopify-section-template--22895944794404__blog_feed_Y7VLtL h2{
  /* font-family: "Plus Jakarta Sans", sans-serif; */
  font-family: "Midashi Go MB31", sans-serif;
  font-weight: 700;
  font-size: 32px;
}
#shopify-section-template--22895944794404__blog-posts h2{
  text-align: center;
}
/* #shopify-section-template--22895944794404__blog_feed_Y7VLtL .btn_more{
  color: #000 !important;
} */
#shopify-section-template--22895944794404__blog_feed_Y7VLtL .article__list{
  display: block;
}
#shopify-section-template--22895944794404__blog_feed_Y7VLtL .blog-article:last-child .article__list--border{
    border-bottom: 1px solid #d9d9d9;
}
/* #shopify-section-template--22895944794404__blog_feed_Y7VLtL .article__list--border{
  border-color: #D9D9D9;
  padding: 18px 12px;
} */
#shopify-section-template--22895944794404__blog_feed_Y7VLtL .article__list--border a{
  font-size: 16px;
  color: #000 !important;
  display: block;
}
#feed_template--22895944794404__blog_feed_Y7VLtL{
  display: block;
}

#shopify-section-template--22895944794404__advanced_content_NYzWki{
  padding-bottom: 50px;
  border-bottom: 1px solid #D9D9D9;
}
.btn_topJournal{
  margin: 30px auto 0;
}
.btn_topBlog{
  margin: 50px auto 100px;
}

.topBlog-wrap{
  border-bottom: 1px solid #D9D9D9;
}
.topBlog_title{
  font-family: Midashi Go MB31, sans-serif;
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  margin-bottom: 38px;
}

/* top end */


/* header */




/* header end */


/* footer */
.logo_security-action{
  width: 94px;
  margin-top: 10px;
}
.medium-down--hide{
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  /* font-size: 14px; */
  font-size: 16px;
}
.site-footer__linklist{
  /* font-size: 12px; */
  font-size: 14px;
}
.site-footer__linklist li{
  margin-bottom: .25em;
}

.footer__item-padding .footer__title,
.footer__newsletter-text,
.footer__collapsible form{
  display: none;
}

.footer_search-bar{
  /* display: none; */
  max-width: 400px;
  margin-bottom: 30px;
  background: #fff;
}


/* footer end */


/* shopping-guide */
.shopping-guide-wrap{
  width: 100%;
  padding: 60px 0;
  background: #F5F5F5;
}
.shopping-guide-wrap > h2{
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-size: 32px;
  width: 90%;
  max-width: 1180px;
  margin: 0 auto 40px;
}

.shopping-guide-inner{
  width: 90%;
  max-width: 1180px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.shopping-guide_box-wrap{
  width: 48%;
  max-width: 560px;
}
.shopping-guide_box:not(:last-of-type){
  margin-bottom: 35px;
}
.shopping-guide_box h3{
  font-family: "Yu Gothic Pr6N B";
  font-size: 24px;
  position: relative;
  padding: 2px 0 2px 20px;
  margin-bottom: 20px;
}
.shopping-guide_box h3::before{
  content: "";
  width: 6px;
  height: 100%;
  display: block;
  background: #D7000F;
  position: absolute;
  left: 0;
  top: 0;
}

.shopping-guide_box p,
.shopping-guide_box li,
.shopping-guide_box h4{
  font-size: 14px;
  line-height: 1.857;
}
.shopping-guide_box h4{
  font-weight: 400;
  padding-left: 1em;
  position: relative;
}
.shopping-guide_box h4::before{
  content: "\25EF";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.shopping-guide_box li{
  padding-left: 1em;
  position: relative;
}
.shopping-guide_box li::before{
  content: "\30FB";
  position: absolute;
  left: 0;
  top: 0;
}
.shopping-guide_fee_table{
  width: 100%;
  margin: 6px 0 16px;
}
.shopping-guide_fee_table th,
.shopping-guide_fee_table td{
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #000;
}
.shopping-guide_fee_table th{
  width: 60px;
  background: #000;
  color: #fff;
  text-align: center;
  padding: 5px 0;
}
.shopping-guide_fee_table td:first-of-type{
  width: calc(100% - 128px);
  background: #F2F2F2;
  padding: 5px 13px;
}
.shopping-guide_fee_table td:last-of-type{
  width: 68px;
  padding: 5px 13px 5px 0;
  text-align: right;
}
.shopping-guide_fee_table tr:not(:last-of-type) th{
  border-bottom: 1px solid #fff;
}

.shopping-guide_bold{
  font-family: "Yu Gothic Pr6N B";
}
.shopping-guide_red{
  color: #D7000F;
}
.shopping-guide_note{
  padding-left: 1em;
  position: relative;
  display: block;
}
.shopping-guide_note::before{
  content: "\203B";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

/* shopping-guide end */


/* page */
.page_2column-wrap {
  width: 100%;
  position: relative;
}
.sideNav-wrap {
  height: 100%;
  position: absolute;
  top: 0;
  left: 9%;
  padding-top: 100px;
}
.sideNav {
  width: 100%;
  height: 500px;
  position: sticky;
  top: 100px;
}
.page_2column_content {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding-right: 9%;
}
.page_2column_content-inner{
  /* width: calc(100% - 460px); */
  width: calc(100% - 480px);
  max-width: 710px;
}

.num p {
  font-family: "Plus Jakarta Sans";
  font-size: 96px;
  font-weight: 400;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  display: none;
  margin-bottom: 0 !important;
}
.num p.active {
  opacity: 1;
  transform: translateY(0);
  display: block;
}
.num p.exit-active {
  opacity: 0;
  transform: translateY(-10px);
}
.sideNav_link li:not(:last-child){
  margin-bottom: 20px;
}
.sideNav_link li a{
  color: #808080;
  transition: .3s;
  padding-left: 1.8em;
  display: block;
  position: relative;
}
.sideNav_link li a span{
  position: absolute;
  left: 0;
  top: 0;
}
.sideNav_link li a.active {
  color: #000;
}

.btn_page_black{
  width: 200px;
  height: 50px;
  background: #000;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  border-radius: 30px;
  margin: 0 auto;
  letter-spacing: .1em;
  transition: .3s;
}
.btn_page_black:hover{
  background: #fff;
  color: #000 !important;
}
.btn_page_2column{
  width: 420px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.btn_auto-detailing_03_02{
  margin-bottom: 34px;
}

.page_mv{
  width: 100%;
  /* height: 160px; */
  display: flex;
  align-items: center;
  /* padding: 0 5% 0 10%; */
  padding: 36px 0;
  margin-bottom: 0 !important;
  background: #000;
}
.page_title{
  font-family: "Midashi Go MB31", sans-serif;
  font-size: 36px;
  letter-spacing: -0.05em;
  color: #fff;

  width: 90%;
  max-width: 1150px;
  padding: 0 25px;
  margin: 0 auto;
}
/* .page_title span{
  font-family: "Plus Jakarta Sans", sans-serif;
  letter-spacing: .15em;
  font-size: 20px;
  font-weight: 500;
  display: block;
  margin-top: 5px;
} */

/* page end */


/* autoDetailing */
/* autoDetailing end */


/* shop */
.shopContent-wrap{
  width: 100%;
  padding: 70px 0;
}
#shop07{
  border-bottom: 1px solid #D9D9D9;
}
.shopContent-inner{
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
.shopContent_bg{
  background: #F5F5F5;
}
.shop_name{
  font-family: "Midashi Go MB31", sans-serif;
  font-size: 24px;
  margin-bottom: 30px !important;
}

.shop_info-wrap{
  margin-bottom: 60px;
}
.shop_info{
  display: flex;
  /* flex-wrap: wrap; */
}
.shop_info dd{
  flex: 1;
}
.shop_info1 dt::after{
  content: "\FF1A";
  display: inline-block;
}
.shop_info2 dt::after{
  content: "\a0";
  display: inline-block;
}
.shop_info3 dt::after{
  content: "\a0\FF0F";
  display: inline-block;
}
.shop_info:not(:last-child){
  margin-bottom: 8px;
}

.shop_info a{
  text-decoration: underline !important;
  transition: .3s;
}
.shop_info a:hover{
  opacity: .7;
}

.shopBtn-wrap{
  display: flex;
  margin-top: 30px;
}
.btn_shopBlog{
  font-family: "Yu Gothic Pr6N B";
  width: 220px;
  height: 38px;
  background: #000;
  color: #fff !important;
  border-radius: 6px;
  margin-right: 15px;
  border: 1px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s;
  opacity: 1 !important;
}
.btn_shopBlog:hover{
  background: #fff;
  color: #000 !important;
}
.btn_shopfb{
  width: 38px;
}


.shopImage-wrap{
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 36px;
}
.shop_ph{
  width: 80%;
  /* margin-bottom: 36px; */
}
.shop_ph img,
.shop_ph_thumb img{
  border-radius: 10px;
}
.shop_ph img {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
.shop_ph img.fade-out {
  opacity: 0;
}
.shop_ph_thumb-wrap{
  width: 18%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.shop_ph_thumb{
  width: 100%;
}
/* .shop_ph_thumb:not(:last-of-type){
  margin: 0 0 10px;
} */
.shop_ph_thumb.current{
  pointer-events: none;
}

/* shop end */


/* price */
.priceIntro-wrap{
  width: 90%;
  max-width: 850px;
  padding: 50px 0 40px;
  margin: 0 auto;
}
.priceIntro_title{
  font-family: "Midashi Go MB31", sans-serif;
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px;
}
.priceIntro_text{
  line-height: 2;
}
.priceIntro_text span{
  font-weight: 700;
}
.priceIntro_text a{
  text-decoration: underline;
}

.price-type-calc{
  width: 100%;
  background: #D8D8CA;
  padding: 50px 0;
}
.price_size_image{
  width: 850px;
  margin: 0 auto;
}
.price-type-calc_note-wrap{
  width: 935px;
  margin: 20px auto 15px;
}
.price-type-calc_note{
  font-size: 14px;
  line-height: 2.285;
  padding-left: 1em;
  position: relative;
}
.price-type-calc_note::before{
  content: "\203B";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.price_equal{
  width: 32px;
  height: 30px;
  /* margin: 0 15px; */
  margin-right: 5px;
  display: inline-block;
  text-align: center;
  border: solid 1px #808080;
  background-image: linear-gradient(to bottom, #eee 0%, #d3d3d3 49%, #d3d3d3 52%, #808080 100%);
  border-radius: 5px;
}
.price-type{
  width: 935px;
  margin: 0 auto;

  font-size: 18px;
  line-height: 2.285;

  display: flex;
  align-items: center;
}
.price-type span{
  margin: 0 10px;
}
.price-type-text{
  width: 135px;
  height: 66px;
  background: #fff;
  border-radius: 10px;
  border: none;
  font-size: 18px;
  text-align: center;
}
.price-type-button{
  font-size: 18px;
  width: 54px;
  height: 45px;
  line-height: 45px;
  padding: 0;
  /* display: flex; */
  margin: 0 15px;
  border: solid 1px #808080;
  background-image: linear-gradient(to bottom, #eee 0%, #d3d3d3 49%, #d3d3d3 52%, #808080 100%);
  border-radius: 10px;
  cursor: pointer;
}
.price-type-result{
  width: 84px;
  height: 66px;
  background: #fff;
  border-radius: 10px;
  border: none;
  margin: 0 10px;
  font-size: 18px;
  text-align: center;
}

.priceLink-wrap{
  width: 1222px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 50px 0 5px;
}
.priceLink{
  width: 298px;
  height: 48px;
  display: flex;
  align-items: center;
  padding-left: 15px;
  position: relative;
  border: 1px solid #000;
  font-weight: 700;
  transition: .3s;
}
.priceLink::after{
  content: "";
  display: flex;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  position: absolute;
  left: auto !important;
  right: 15px;
  opacity: 1 !important;
  color: #000;
  margin-bottom: 5px;
  transition: .3s;
}
.priceLink:hover{
  background: #000;
  color: #fff;
}
.priceLink:hover::after{
  border-color: #fff;
}


.priceContent-wrap{
  width: 100%;
}
.priceContent-inner{
  width: 90%;
  max-width: 800px;
  padding: 40px 0;
  margin: 0 auto;
}

.priceContent_bg{
  background: #F5F5F5;
}
.price_content-inner{
  padding: 70px 0 100px;
}
.price_content_title{
  font-family: "Midashi Go MB31", sans-serif;
  font-size: 24px;
  margin-bottom: 20px;
}
.price_content_text{
  font-size: 14px;
  line-height: 2.285;
  margin-bottom: 25px;
}

.priceTable-wrap{
  width: 100%;
}
.price_scrollText{
  font-size: 14px;
  margin-bottom: 10px;
  display: none;
}
.priceTable{
  width: 100%;
}
.priceTable th,
.priceTable td{
  border: 1px solid #4f4d47;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  /* font-size: 14px; */
}
.priceTable th{
  background-color: #222;
  color: #fff;
  padding: 10px;
  box-sizing: border-box;
  font-weight: 400;
}
.priceTable td{
  color: #000;
}
td.priceTable_red{
  color: #D7000F;
}
.priceTable tr:not(:first-of-type) th{
  background: #eee;
  color: #000;
}

.price_note_list{
  margin: 10px 0 30px;
}
.price_note_list li{
  font-size: 14px;
  padding-left: 1em;
  position: relative;
  margin-bottom: 6px;
}
.price_note_list li:first-of-type{
  color: #D7000F;
}
.price_note_list li::before{
  content: "\203B";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.price_back{
  text-decoration: underline !important;
}
.price_back::before{
  content: "\25B2";
  display: inline-block;
}

#price04{
  border-bottom: 1px solid #D9D9D9;
}
/* price end */


/* service */
.serviceContent-wrap{
  width: 100%;
  padding: 50px 0;
}
.serviceContent-wrap:last-of-type{
  border-bottom: 1px solid #D9D9D9;
}
.serviceContent_bg{
  background: #F5F5F5;
}
.serviceContent-inner{
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
.serviceContentImage{
  width: 100%;
}
.serviceImage_t-44{
  margin-top: 44px;
}
.serviceImage_b-44{
  margin-bottom: 44px;
}
.serviceImage_b-6{
  margin-bottom: 6px;
}
.serviceContentImage img{
  border-radius: 10px;
}
.serviceContent-inner h2{
  font-family: "Midashi Go MB31", sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
}
.serviceText-wrap p{
  line-height: 2;
}
.serviceText-wrap p:not(:last-of-type){
  margin-bottom: 1em;
}

.serviceContentImage_2column-wrap{
  width: 100%;
  margin: 50px 0 20px;
}
.serviceContentImage_2column{
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.5%;
}
.serviceContentImage_2column img{
  width: 48.75%;
  border-radius: 10px;
}
.serviceContent_note{
  font-size: 14px;
  line-height: 2;
}

.service_polishing_image{
  width: 100%;
  max-width: 424px;
  margin: 35px auto;
}

.thickness_image-wrap{
  width:100%;
  margin-top: 35px;
}
.thickness_image-wrap img{
  margin-bottom: 10px;
  border-radius: 10px;
}
/* service end */


/* brand */
.brandContent{
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
/* .brandContent01{
  padding: 44px 0 46px;
} */
.brandContent01,
.brandContent02,
.brandContent03,
.brandContent04{
  padding: 44px 0 10px;
}
.brandContent05{
  padding: 44px 0 60px;
}
.brandContent06{
  padding: 50px 0 85px;
  background: #F5F5F5;
  border-bottom: 1px solid #D9D9D9;
}

.brandContent_title{
  font-family: "Midashi Go MB31", sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
}
.brandContent06 .brandContent_title{
  margin-bottom: 35px;
}
.brandContent_text{
  line-height: 2;
}
.brandContent_image{
  width: 100%;
  margin-top: 40px;
}
.brandContent_image img{
  border-radius: 10px;
}



.brand02_content-inner{
  padding: 90px 0 80px;
}
.brand02_content_title{
  font-family: "Midashi Go MB31", sans-serif;
  font-size: 24px;
  font-weight: 700;
}
.brand02_box-wrap{
  width: 100%;
}
.brand02_box{
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
  border-bottom: 1px solid #000;
}
.brand02_box_content{
  width: 54%;
  max-width: 426px;
}
.brand02_box_title{
  font-family: "Midashi Go MB31", sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 30px;
}
.brand02_box_text{
  line-height: 2;
}

.brand02_box_image{
  width: 35%;
  max-width: 280px;
}
.brand02_box_image img{
  border-radius: 10px;
}

.brand04_content-inner{
  padding: 90px 0;
}
.brand04_head{
  display: flex;
  align-items: center;
  margin: 0 0 30px;
  padding-top: 40px;
}
.brand04_head_logo{
  width: 105px;
  margin-right: 35px;
}
.brand04_head_content{
  width: calc(100% - 160px);
}
.brand04_head_title{
  font-family: "Midashi Go MB31", sans-serif;
  font-size: 24px;
  font-weight: 700;
}
.btn_brand04{
  margin: 30px 0 0;
}
.brand04_content_text{
  line-height: 2;
}
.brand04_content_text a{
  text-decoration: underline;
  transition: .3s;
}
.brand04_content_text a:hover{
  opacity: .7;
}
.brand04_content_image{
  width: 100%;
  margin-top: 50px;
}
.brand04_content_image img{
  border-radius: 10px;
}

#brand05{
  border-bottom: 1px solid #000;
}
.brand05_content-inner{
  padding: 100px 0 75px;
}
.brand05_logo{
  width: 90%;
  max-width: 533px;
  margin: 0 0 30px;
}
.brand05_content_text{
  line-height: 2;
}
/* brand end */


/* company */
.company_intro-wrap{
  padding: 50px 5% 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.company_intro_text{
  font-size: 16px;
  line-height: 2;
}
.company_mission-wrap{
  background: #F5F5F5;
  padding: 55px 5%;
}
.company_mission_title_en{
  font-family: "Plus Jakarta Sans";
  font-size: 60px;
  font-weight: 400;
  text-align: center;
}
.company_mission_title{
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 20px;
}
.company_mission_title_sub{
  font-family: "Midashi Go MB31", sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
.company_mission_text{
  font-size: 16px;
  line-height: 2;
  text-align: center;
}

.company_vision-wrap{
  background: #fff;
}

.company_value-wrap{
  padding: 70px 0;
  /* background: #A37E39; */
  background: linear-gradient(to bottom right, #fff, #D8D8CA);
}
.company_value-inner{
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
.company_value_head{
  display: flex;
  justify-content: space-between;
  margin-bottom: 55px;
}
.company_value_head_left{
  width: 240px;
  /* color: #fff; */
}
.company_value_head_left .company_mission_title_en,
.company_value_head_left .company_mission_title,
.company_value_head_left .company_mission_title_sub{
  text-align: left;
}
.company_value_head_left .company_mission_title_sub{
  margin-bottom: 0;
}
.company_value_head_right{
  width: calc(100% - 240px);
  max-width: 566px;
  padding-top: 15px;
}
.company_value_head_right p{
  font-size: 16px;
  line-height: 2;
  /* color: #fff; */
}
.company_value_head_right p:not(:last-of-type){
  margin-bottom: 1em;
}

/* .company_valu_list-wrap{
  display: flex;
  justify-content: flex-end;
} */
.company_valu_list{
  width: 100%;
  /* width: calc(100% - 240px);
  max-width: 566px; */
  /* padding: 50px 12% 20px; */
  /* padding: 50px 108px 20px; */
  padding: 0;
  box-sizing: border-box;
  background: #fff;

  padding: 40px;

  counter-reset: number 0;
}
.company_valu_list dt,
.company_valu_list dd{
  padding-left: 50px;
}
.company_valu_list dt{
  counter-increment: number 1;
  font-family: "Midashi Go MB31", sans-serif;
  font-weight: 700;
  font-size: 28px;
  position: relative;
  /* margin-top: 13px; */
  margin: 13px 0 5px;
}
.company_valu_list dt::before{
  font-family: "Plus Jakarta Sans";
  font-weight: 500;
  content: counter(number)".";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: #A37E39;
}
.company_valu_list dd{
  /* font-size: 20px; */
  /* margin-bottom: 30px; */
  padding-bottom: 18px;
  border-bottom: 1px solid #D9D9D9;
}
.company_valu_list dd:last-child{
  border-bottom: none;
}

/* .company_valu_list li{
  counter-increment: number 1;
  font-family: "Midashi Go MB31", sans-serif;
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  position: relative;

  padding: 12px 0;
  padding-left: 80px;
  border-bottom: 1px solid #fff;
  display: flex;
  align-items: center;
}
.company_valu_list li::before{
  font-family: "Plus Jakarta Sans";
  font-weight: 700;
  content: counter(number)".";
  display: block;
  position: absolute;
  left: 20px;
} */

.company_messeage-wrap{
  width: 100%;
  /* background: #D7000F; */
  /* padding-bottom: 70px; */
  padding: 60px 0 70px;
}
.company_messeage-inner{
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}
.company_message_ph{
  width: 100%;
  /* position: absolute; */
}
.company_message_ph img{
  border-radius: 10px;
}
.company_message_title-wrap{
  margin: 55px 0 30px;
}
.company_message_title-wrap h2{
  /* font-size: 16px; */
  font-size: 32px;
  /* color: #fff; */
  font-family: "Yu Gothic Pr6N B";
  margin-bottom: 10px;
}
.company_message_title-wrap p{
  font-size: 24px;
  font-family: "Yu Gothic Pr6N B";
  /* color: #fff; */
}
.company_messeage_text p{
  line-height: 2;
}
.company_messeage_text p:not(:last-of-type){
  margin-bottom: 1em;
}
.company_message_sign{
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 5px;
}
.company_message_sign p{
  font-size: 14px;
  font-weight: 700;
  /* color: #fff; */
}
.company_message_sign img{
  width: 249px;
}

.company_info-wrap{
  width: 100%;
  padding: 50px 0 90px;
}
.company_info-inner{
  width: 90%;
  max-width: 1180px;
  margin: 0 auto;
}
.company_info_title{
  font-family: "Midashi Go MB31", sans-serif;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 50px;
}
.company_info{
  display: flex;
  justify-content: space-between;
}
.company_info_left{
  width: 45%;
  max-width: 517px;
}
.company_info_list{
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #D9D9D9;
}
.company_info_list dt,
.company_info_list dd{
  padding: 16px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #D9D9D9;
  line-height: 1.75;
}
.company_info_list dt{
  width: 125px;
  padding-left: 16px;
}
.company_info_list dd{
  width: calc(100% - 125px);
  padding: 16px 10px;
}
.company_info_right{
  width: 52%;
  max-width: 600px;
}
.company_info_list dd li{
  padding-left: 1em;
  position: relative;
}
.company_info_list dd li::before{
  content: "\30FB";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.company_info_list dd li:not(:last-of-type){
  margin-bottom: 10px;
}
/* company end */


/* youtube */
/* .youtube_mv{
  background-image: url(https://cdn.shopify.com/s/files/1/0879/5888/0548/files/mv_cover_b.png),
  url(https://cdn.shopify.com/s/files/1/0879/5888/0548/files/youtube_mv_c.jpg);
} */
.itemDetail_q_right_youtube{
  background-image: url(https://cdn.shopify.com/s/files/1/0879/5888/0548/files/youtube_intro_bg.jpg);
}

.youtube_solution-wrap{
  width: 100%;
  padding: 70px 0;
}
.youtube_solution_title{
  font-size: 36px;
  font-weight: 700;
  padding: 0 60px;
  position: relative;
  display: table;
  margin: 0 auto 65px;
  text-align: center;
}
.youtube_solution_title::before,
.youtube_solution_title::after{
  content: "";
  display: block;
  border-style: solid;
  border-width: 28px 16px 0 16px;
  box-sizing: border-box;
  border-color: #D9D9D9 transparent transparent transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 28px;
}
.youtube_solution_title::before{
  left: 0;
}
.youtube_solution_title::after{
  right: 0;
}
.youtube_solution-inner{
  width: 90%;
  max-width: 1180px;
  margin: 0 auto;

  display: flex;
  justify-content: space-between;
}
.youtube_solution_content{
  width: 560px;
}
.youtube_solution_content_copy{
  font-family: "Midashi Go MB31", sans-serif;
  font-size: 20px;
  margin-bottom: 37px;
}
.youtube_solution_content_title{
  font-family: "Midashi Go MB31", sans-serif;
  font-size: 32px;
  margin-bottom: 34px;
}
.youtube_solution_content_text{
  font-size: 16px;
  line-height: 2.1875;
  letter-spacing: 0.05em;
}
.youtube_solution_image{
  width: calc(100% - 590px);
  max-width: 553px;
}
.youtube_solution_image img{
  border-radius: 10px;
}

.youtube-ch_text{
  width: 400px;
}
a.btn_youtube-ch{
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  width: 160px;
  height: 50px;
  background: #D7000F;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #D7000F;
  border-radius: 30px;
  letter-spacing: .1em;
  transition: .3s;
}
a.btn_youtube-ch:hover{
  background: #fff;
  color: #D7000F;
}

.youtube_recommend-wrap{
  width: 100%;
  padding: 80px 0 60px;
}
.youtube_recommend_title{
  font-family: "Yu Gothic Pr6N B";
  font-size: 36px;
  text-align: center;
  margin-bottom: 20px;
}
.youtube_recommend_title span{
  font-size: 20px;
  display: block;
}
.youtube_recommend_text{
  /* font-size: 14px; */
  font-size: 16px;
  text-align: center;
  line-height: 2.285;
}
.youtube_recommend-inner{
  width: 90%;
  max-width: 1200px;
  margin: 60px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.youtube_recommend_box{
  width: 380px;
  padding: 0 10px 50px;
  box-sizing: content-box;
}
.youtube_recommend_box_text{
  font-size: 18px;
  font-family: "Yu Gothic Pr6N B";
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  padding: 16px;
  box-sizing: border-box;
  background: #F2F2F2;
  border-radius: 30px;
}
.youtube_recommend_box_text::after{
  content: "";
  display: block;
  width: 16px;
  border-style: solid;
  border-width: 16px 8px 0 8px;
  border-color: #F2F2F2 transparent transparent transparent;
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: auto;
  box-sizing: border-box;
}
.youtube_recommend_box_title{
  font-size: 18px;
  font-weight: 400;
  line-height: 1.888;
  margin-top: 18px;
}

.youtube_live-wrap{
  width: 100%;
  background: linear-gradient(to bottom right, #fff, #D8D8CA);
  padding: 50px 0 70px;
}
.youtube_live_title{
  font-family: "Midashi Go MB31", sans-serif;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  text-decoration: underline;
  margin-bottom: 40px;
}
.youtube_live-inner{
  width: 90%;
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.youtube_live_image{
  width: calc( 95% - 504px );
  max-width: 553px;
}
.youtube_live_image img{
  border-radius: 10px;
}
.youtube_live_content-wrap{
  width: 504px;
}
.youtube_live_message-wrap{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.youtube_live_message_ph{
  width: 100px;
}
.youtube_live_message{
  width: 365px;
  font-size: 18px;
  background: #fff;
  padding: 23px;
  font-weight: 700;
  position: relative;
  border-radius: 10px;
}
.youtube_live_message::after{
  content: "";
  display: block;
  width: 30px;
  height: 78px;
  background-image: url(https://cdn.shopify.com/s/files/1/0879/5888/0548/files/youtube_live_bubble2.png);
  background-size: cover;
  position: absolute;
  bottom: 6px;
  left: -25px;
}

.youtube_live_content_title{
  font-size: 32px;
  line-height: 1.625;
  font-weight: 700;
}
.youtube_live_content_text{
  line-height: 1.625;
  margin: 20px 0 25px;
}

.slide_youtube-wrap{
  width: 100%;
  background: #F5F5F5;
  padding: 80px 0 50px;
}
.slide_youtube_title{
  font-family: "Yu Gothic Pr6N B";
  font-size: 32px;
  line-height: 1.666;
  text-align: center;
  margin-bottom: 20px;
}
.slide_youtube_title span{
  font-size: 20px;
  display: block;
}
.slide_youtube_text{
  font-size: 14px;
  text-align: center;
  line-height: 2.285;
  margin-bottom: 80px;
}


.swiper-youtube{
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
}

.youtube-slide{
  display: flex !important;
  justify-content: space-between;
  /* align-items: center; */
}
.youtube-slide_ph{
  width: 42%;
  max-width: 433px;
}
.youtube-slide_content{
  width: 53%;
  /* max-width: 466px; */
}
.youtube-slide_cat,
.youtube-slide_name{
  font-family: "Midashi Go MB31", sans-serif;
  font-weight: 700;
  /* font-size: 34px; */
  font-size: 32px;
}
.youtube-slide_cat{
  margin-bottom: 6px;
}
.youtube-slide_name{
  margin-bottom: 15px;
}
.youtube-slide_price{
  font-family: "Midashi Go MB31", sans-serif;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 30px;
}
.youtube-slide_text{
  font-size: 16px;
  line-height: 2;
  margin-bottom: 30px;

  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.btn_slide_youtube{
  width: 200px;
  height: 50px;
  font-size: 16px;
  font-family: "Yu Gothic Pr6N B";
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
  border-radius: 30px;
  box-sizing: border-box;
  transition: .3s;
}
.btn_slide_youtube:hover{
  color: #fff;
  background: #000;
}

.thumb-swiper-youtube{
  width: 90%;
  max-width: 1100px;
  margin: 50px auto 0;
}
.thumb_youtube-slide{
  /* padding: 0 10px; */
  width: 150px !important;
  padding: 0 5px 10px;
}

.thumb_youtube-slide{
  opacity: .4;
}
.swiper-slide-thumb-active{
  opacity: 1;
}


.youtube_starter-wrap{
  width: 100%;
  padding: 55px 0 70px;
}
.youtube_starter_title{
  font-family: "Yu Gothic Pr6N B";
  font-size: 28px;
  text-align: center;
  margin-bottom: 40px;
}
.youtube_starter_ph{
  width: 90%;
  /* max-width: 743px; */
  max-width: 715px;
  margin: 0 auto 30px;
}
.youtube_starter_name,
.youtube_starter_price{
  font-family: "Midashi Go MB31", sans-serif;
  font-weight: 700;
  text-align: center;
  /* line-height: 1.875; */
}
.youtube_starter_name{
  font-size: 34px;
  margin-bottom: 7px;
}
.youtube_starter_price{
  font-size: 24px;
  margin-bottom: 25px;
}
/* .youtube_starter_text{
  margin-top: 20px;
}
.youtube_starter_text p{
  font-size: 14px;
  line-height: 2;
}
.youtube_starter_text p:not(:last-of-type){
  margin-bottom: 1em;
} */

.btn_youtube_starter{
  margin: 23px auto 0;
}

.youtube_bottom-wrap{
  width: 100%;
  min-height: 1118px;
  background-image: url(https://cdn.shopify.com/s/files/1/0879/5888/0548/files/youtube_bottom_bg.jpg);
  background-size: cover;
  background-position: bottom;
  /* padding-top: 90px; */
  padding: 90px 0 50px;
}
.youtube_bottom_logo{
  width: 533px;
  margin: 0 auto 60px;
}
.youtube_bottom_copy{
  font-size: 48px;
  font-weight: 700;
  line-height: 1.666;
  text-align: center;
  margin-bottom: 20px;
}
.youtube_bottom_text{
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  margin-bottom: 65px;
}

.youtube_bottom_box-wrap{
  width: 90%;
  max-width: 1212px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.youtube_bottom_box{
  width: 380px;
  padding: 0 12px 50px;
  box-sizing: content-box;
}
.youtube_bottom_box_text{
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  padding: 16px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 30px;
}
.youtube_bottom_box_text::after{
  content: "";
  display: block;
  width: 16px;
  border-style: solid;
  border-width: 16px 8px 0 8px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: auto;
  box-sizing: border-box;
}

.btn_youtube_bottom{
  background: #D7000F;
  border: 1px solid #D7000F;
  color: #fff;
  margin: 0 auto;
}
.btn_youtube_bottom:hover{
  background: #fff;
  color: #D7000F;
}
.btn_youtube_bottom_black{
  background: #000;
  border: 1px solid #000;
}
.btn_youtube_bottom_black:hover{
  background: #fff;
  color: #000;
}


#shopify-section-template--23511384260900__advanced_content_UgC6G9{
  padding-bottom: 50px;
}
.youtube_new-wrap{
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
}
.youtube_new_title{
  font-family: "Midashi Go MB31", sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 36px;
  margin-bottom: 40px;
}
.btn_youtube_new{
  border: 1px solid #000;
  margin: 0 auto;
  opacity: 1 !important;
  transition: .3s;
}
.btn_youtube_new:hover{
  background: #000;
  color: #fff;
}

.page_image-wrap .grid__image-ratio--wide:before{
  /* padding-bottom: 66.6666%; */
  padding-bottom: 75%;
}


/* youtube end */


/* htcw */
.htcw_intro-wrap{
  padding: 60px 0 20px;
}
.htcw_intro{
  width: 90%;
  max-width: 844px;
  margin: 0 auto 40px;
}
.htcw_intro_title{
  font-family: "Midashi Go MB31", sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
}
.htcw_intro_text p{
  line-height: 2;
}
.htcw_intro_text p:not(:last-of-type){
  margin-bottom: 1em;
}
.htcs_image_full{
  width: 100%;
}

.htcwContent-wrap{
  width: 100%;
  padding: 50px 0 0;
}
.htcwContent-inner{
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.htcwContent_title{
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.htcwContent_title h2{
  font-family: "Midashi Go MB31", sans-serif;
  font-size: 28px;
  font-weight: 700;
  margin-right: 30px;
}
.htcwContent_title p{
  font-size: 18px;
  background: #F2F2F2;
  border-radius: 10px;
  position: relative;
  padding: 2px 15px;
}
.htcwContent_title p::before{
  content: "";
  width: 15px;
  height: 22px;
  background-image: url(https://cdn.shopify.com/s/files/1/0879/5888/0548/files/htcw_bubble.png);
  background-size: cover;
  position: absolute;
  left: -6px;
  bottom: 3px;
}

.htcw_select10-wrap{
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.select10_box{
  width: 32%;
  margin-bottom: 60px;
}
.select10_image{
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  background-size: cover;
  background-position: center;
  margin-bottom: 25px;
}

.htcw_recommend{
  padding: 70px 0 60px;
  border-top: 1px solid #D9D9D9;
}

.htcw_blog-wrap{
  width: 100%;
  padding: 50px 0 60px;
  border-top: 1px solid #D9D9D9;
}
.htcw_blog-inner{
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.youtube_new_title{
  font-family: "Midashi Go MB31", sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 36px;
  margin-bottom: 40px;
}

.btn_htcw_blog{
  margin-top: 50px;
}

.blogFilter_image-wrap img{
  height: 100%;
}
/* htcw end */


/* starter */
.starter_mv-wrap{
  width: 100%;
  margin-bottom: 30px;
}

.starter_intro-wrap{
  width: 100%;
  padding: 30px 0 0;
}
.starter_intro_title{
  font-family: "Midashi Go MB31", sans-serif;
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  margin-bottom: 40px;
}
.starter_intro-inner{
  width: 90%;
  max-width: 1180px;
  margin: 0 auto;
}

.starter_intro_content{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
.starter_intro_content:nth-child(even){
  flex-direction: row-reverse;
}
.starter_intro_content_ph{
  width: 47%;
  max-width: 553px;
}
.starter_intro_content_ph img{
  border-radius: 10px;
}
.starter_intro_content_text{
  width: 48%;
  max-width: 517px;
}
.starter_intro_content_text h3{
  font-family: "Midashi Go MB31", sans-serif;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 30px;
}
.starter_intro_content_text p{
  line-height: 2.25;
}

.starter_members-wrap{
  width: 100%;
  padding: 50px 0;
  background: linear-gradient(to bottom right, #f9f9f7, #d8d8ca);
}
.starter_members-wrap h2{
  font-family: Yu Gothic Pr6N B;
  font-size: 32px;
  text-align: center;
  margin: 0 0 30px;
}
.starter_members-wrap p{
  line-height: 2.25;
  text-align: center;
  margin: 0 0 50px;
}

.slide_starter_title{
  margin-bottom: 65px;
}
.swiper-starter{
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
}
.thumb-swiper-starter {
  width: 90%;
  max-width: 1100px;
  margin: 50px auto 0;
}

.thumb-swiper-starter .swiper-youtube-inner{
  flex-wrap: wrap;
  justify-content: center;
}

.starter_middle-wrap{
  padding: 50px 0;
}
.starter_middle-wrap p{
  font-size: 32px;
  font-family: "Yu Gothic Pr6N B";
  text-align: center;
  line-height: 1.75;
}

.starterYoutube{
  align-items: center;
}

/* .starter_lutecia-wrap{
  width: 90%;
  max-width: 900px;
  margin: 60px auto 0;
  padding-top: 80px;
  position: relative;
  display: flex;
  justify-content: center;
}
.starter_lutecia-wrap p{
  font-family: "Midashi Go MB31", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 2.25;
  writing-mode: vertical-rl;
  position: absolute;
  top: 0;
}
.starter_lutecia-iner img{
  border-radius: 10px;
} */

.starter_about-wrap{
  width: 100%;
  background: #F5F5F5;
  border-bottom: 1px solid #D9D9D9;
}
.starter_about-inner{
  width: 90%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 58px 0 64px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
.starter_about_content{
  width: 48%;
  max-width: 510px;
}
.starter_about_content h2{
  font-family: "Midashi Go MB31", sans-serif;
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 30px;
}
.starter_about_content p{
  line-height: 2.1875;
  margin-bottom: 30px;
}
.btn_starter_about{
  width: 160px;
  height: 50px;
  /* font-family: "Plus Jakarta Sans", sans-serif; */
  /* font-weight: 400; */
  border: 1px solid #000;
  border-radius: 30px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
}
.btn_starter_about:hover{
  color: #fff;
  background: #000;
}

.starter_about_ph{
  width: 47%;
  max-width: 553px;
}
.starter_about_ph img{
  border-radius: 10px;
}

.btn_fixed_starter{
  width: 130px;
  height: 130px;
  background: #000;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "Yu Gothic Pr6N B";
  line-height: 1.625;
  text-align: center;
  position: fixed;
  z-index: 5;
  right: 30px;
  bottom: 30px;
  border: 2px solid #000;
  transition: .3s;
}
.btn_fixed_starter_arrow{
  width: 12px;
  height: 10px;
  display: block;
  background-image: url(https://cdn.shopify.com/s/files/1/0879/5888/0548/files/starter_arrow.png);
  background-size: contain;
  margin-top: 20px;
  transition: .3s;
}
.btn_fixed_starter:hover{
  color: #000;
  background: #fff;
}
.btn_fixed_starter:hover .btn_fixed_starter_arrow{
  background-image: url(https://cdn.shopify.com/s/files/1/0879/5888/0548/files/starter_arrow_b.png);
}
/* starter end */


/* contact */
/* .contact_mv{
  background-image: url(https://cdn.shopify.com/s/files/1/0879/5888/0548/files/mv_cover_b.png),
  url(https://cdn.shopify.com/s/files/1/0879/5888/0548/files/contact_mv_c.png);
} */
.contact_check_title{
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}
.contact_check_list{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.contact_check_list:not(:last-of-type),
.contact_check_list2 li:not(:last-of-type){
  margin-bottom: 16px;
}
.contact_check_list dt,
.contact_check_list dd{
  font-size: 14px;
}
.contact_check_list dt{
  padding: 0 2em 0 1em;
  position: relative;
}
.contact_check_list dt::before,
.contact_check_list2 li:before{
  content: "\30FB";
  display: block;
  position: absolute;
  left: 0;
}
.contact_check_list dt::after{
  content: "\2026\2026";
  display: block;
  position: absolute;
  right: 5px;
  top: -4px;
}
.contact_check_list dd a,
.contact_check_list2 li a{
  text-decoration: underline;
}

.contact_check_list2{
  margin-top: 16px;
}
.contact_check_list2 li{
  font-size: 14px;
  padding-left: 1em;
  position: relative;
}
.contact_check_list2 li span{
  color: #d7000f;
}

#contact-template--22895945253156__form .btn{
  width: 160px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #000;
  transition: .3s;
  border-radius: 30px;
  font-size: 16px;
  color: #000;
}
#contact-template--22895945253156__form .btn:hover{
  background: #000;
  color: #fff;
}

/* contact end */


/* members */
.membersIntro-wrap{
  width: 100%;
  padding: 50px 0 0;
}
.membersIntro-inner{
  width: 90%;
  margin: 0 auto;
}
.membersIntro_title{
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 60px;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.2em;
}
.logo_members{
  width: 100%;
  max-width: 512px;
  margin: 0 auto;
}

.membersIntro_text{
  line-height: 2.625;
  text-align: center;
  margin: 25px 0 0;
}

.membersBenefits-wrap{
  width: 100%;
  /* background: #F2F2F2; */
  padding: 50px 0;
  margin-bottom: 50px;
}
.membersBenefits-inner{
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.membersBenefits_title{
  font-family: "Midashi Go MB31", sans-serif;
  font-weight: 700;
  font-size: 36px;
  text-align: center;
  padding-bottom: 25px;
  position: relative;
}
/* .membersBenefits_title::after{
  content: "";
  display: block;
  width: 60px;
  height: 5px;
  background: #D9D9D9;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
} */
.membersBenefits_text{
  font-size: 16px;
  line-height: 2;
  text-align: center;
  /* margin: 30px 0 50px; */
  margin: 0 0 50px;
}
.membersBenefits_text_note{
  margin: 18px 0 0;
}
.membersBenefits_text_note li{
  font-size: 16px;
  padding-left: 1em;
  position: relative;
  text-align: left;
}
.membersBenefits_text_note li::before{
  content: "\203B";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.membersBenefits_text_note li:not(:last-child){
  margin-bottom: 8px;
}

.membersBenefits_table-wrap{
  width: 100%;
}
.membersBenefits_table{
  width: 100%;
}
.membersBenefits_table th,
.membersBenefits_table td{
  border: 1px solid #000;
  text-align: center;
  vertical-align: middle;

  font-size: 16px;
  line-height: 1.3;
  padding: 0 10px;
  height: 65px;
}

.membersBenefits_table tr:first-of-type th{
  background: #f2f2f2;
}
.membersBenefits_table tr th:first-of-type{
  width: 255px;
  background: #D8D8CA;
  /* color: #fff; */
}
/* .membersBenefits_table tr:not(:last-of-type) th:first-of-type{
  border-bottom: 1px solid #fff;
} */

.membersBenefits_table td{
  width: calc( (100% - 255px) / 4 );
}

.membersBenefits_box{
  width: 100%;
  /* padding: 15px 15px 15px 212px; */
  padding: 15px 15px 15px 150px;
  background: #fff;
  position: relative;
  border: 1px solid #000;
  margin: 44px 0 0;
}
.membersBenefits_box::before{
  content: "";
  width: 124px;
  height: 79px;
  background-image: url(https://beautifulcars.itembox.design/item/shopify/images/members/members_pw-card.png);
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.membersBenefits_box p{
  /* font-size: 20px; */
  font-size: 16px;
  line-height: 1.8;
}
.membersBenefits_box p a{
  border-bottom: 1px solid #000;
}

.membersBenefits_detail-wrap{
  width: 100%;
  background: linear-gradient(to bottom right, #F9F9F7, #d8d8ca);;
  /* padding: 25px 0 40px; */
  padding: 0 0 50px;
}
.membersBenefits_detail_title{
  width: 100%;
  /* height: 120px; */
  height: 50px;
  position: relative;
}
.membersBenefits_detail_title h3{
  height: auto;
  font-size: 36px;
  color: #A37E39;
  font-family: "Yu Gothic Pr6N B";
  text-align: center;
  /* padding-bottom: 25px; */
  position: relative;
  top: -27px;
}
/* .membersBenefits_detail_title h3::after{
  content: "";
  display: block;
  width: 60px;
  height: 5px;
  background: #A37E39;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
} */

.membersBenefits_detail_text{
  width: 90%;
  font-size: 20px;
  text-align: center;
  margin: 0 auto 50px;
  line-height: 2;
}

.membersBenefits_detail-inner{
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.membersBenefits_detail_box{
  /* width: 32%; */
  width: 30%;
  /* max-width: 304px; */
  max-width: 267px;
}
.membersBenefits_detail_box_icon{
  width: 90%;
  max-width: 220px;
  margin: 0 auto 15px;
}
.membersBenefits_detail_box h4{
  font-size: 20px;
  font-family: "Yu Gothic Pr6N B";
  color: #A37E39;
  /* text-align: center; */
  margin: 0 0 20px;
}
.membersBenefits_detail_box h4 span{
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 28px;
  font-weight: 500;
}
.membersBenefits_detail_box p{
  font-size: 16px;
  line-height: 2;
}

.membersPoint_notice-wrap{
  width: 100%;
  padding: 44px 0 50px;
}
.membersPoint_notice_title{
  font-size: 24px;
  font-family: "Yu Gothic Pr6N B";
  text-align: center;
  margin: 0 0 25px;
}
.membersPoint_notice-inner{
  width: 90%;
  max-width: 870px;
  margin: 0 auto;
}
.membersPoint_notice-inner li{
  padding-left: 1em;
  position: relative;
}
.membersPoint_notice-inner li:not(:last-of-type){
  margin: 0 0 10px;
}
.membersPoint_notice-inner li::before{
  content: "\30FB";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.membersPoint_notice-inner li span{
  color: #D7000F;
}


.membersCP_parts_top{
  width: 100%;
  background: #F2F2F2;
  padding: 120px 0 0;
}
.membersCP_parts_top-inner{
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px 10px 0 0;
}

.membersCP01-wrap{
  width: 100%;
  border-bottom: 5px solid #f2f2f2;
  padding: 55px 0 66px;
}
.membersCP01-inner{
  width: 90%;
  max-width: 840px;
  margin: 0 auto;
}
.membersCP_num{
  font-size: 24px;
  font-family: "Yu Gothic Pr6N B";
  text-align: center;
}
.membersCP_title{
  font-size: 36px;
  font-family: "Yu Gothic Pr6N B";
  text-align: center;
  position: relative;
  padding: 0 0 20px;
}
/* .membersCP_title::after{
  content: "";
  width: 60px;
  height: 5px;
  background: #D7000F;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
} */
.membersCP01_text{
  font-size: 16px;
  line-height: 2;
  font-family: "Yu Gothic Pr6N B";
  text-align: center;
  margin: 20px 0 25px;
}
.membersCP_textRed{
  /* color: #D7000F; */
  color: #a37e39;
}
.membersPointBox{
  /* width: 90%; */
  width: 100%;
  max-width: 520px;
  padding: 15px;
  margin: 0 auto;
  background: #F5F5F5;
}
/* #shopify-section-template--23708097249572__advanced_content_YRBHMk .membersPointBox{
  width: 90%;
} */
.membersPointBox_bottom{
  max-width: 650px;
}
.membersPointBox_title{
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
.membersPointBox_text{
  font-size: 24px;
  font-family: "Yu Gothic Pr6N B";
  text-align: center;
}
.membersCP_textL{
  font-size: 64px;
}

.membersCP01_ill{
  width: 60%;
  max-width: 118px;
  margin: 0 auto 30px;
}

.membersPointBox_note{
  font-size: 16px;
  color: #D7000F;
  text-align: center;
}
.membersPointBox_notelist{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.membersPointBox_notelist li{
  font-size: 16px;
  color: #D7000F;
  padding: 0 .5em;
}

.btn_membersCP{
  height: 50px;
  background: #D7000F;
  border: 2px solid #D7000F;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 16px;
  font-family: "Yu Gothic Pr6N B";
  color: #fff;
  transition: .3s;
}
.btn_membersCP:hover{
  background: #fff;
  color: #D7000F;
}
.btn_membersCP01{
  width: 320px;
  margin: 30px auto 0;
}

.membersCP02-wrap{
  width: 100%;
  padding: 55px 0 80px;
}
.membersCP02-inner{
  width: 90%;
  max-width: 840px;
  margin: 0 auto;
}
.membersCP02_text{
  font-size: 16px;
  line-height: 2;
  font-family: "Yu Gothic Pr6N B";
  text-align: center;
  margin: 20px 0 25px;
}
.membersCP02_ill{
  width: 100%;
  max-width: 540px;
  margin: 30px auto 40px;
}
.btn_membersCP02-wrap{
  width: 660px;
  margin: 45px auto 0;
  display: flex;
  justify-content: space-between;
}
.btn_membersCP02{
  width: 320px;
}


.membersCP02_detail{
  width: 90%;
  max-width: 840px;
  margin: 0 auto;
}
.membersCP02_detail_title{
  font-size: 24px;
  font-family: "Yu Gothic Pr6N B";
  padding: 11px 24px;
  text-align: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin: 0 0 40px;
}
.membersCP02_detail_flow{
  display: flex;
  /* justify-content: center; */
  font-size: 24px;
  font-family: "Yu Gothic Pr6N B";

  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.membersCP02_detail_flow_num{
  margin-right: 10px;
}
.membersCP02_detail_flow_note{
  font-size: 16px;
  /* font-weight: 700; */
  /* text-align: center; */
  margin: 5px 0 0;

  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.membersCP02_detail_flow_note a{
  text-decoration: underline;
}
.membersCP02_detail_flow_note span{
  color: #d7000f;
}
.membersCP02_onetime{
  font-size: 20px;
  font-family: "Yu Gothic Pr6N B";
  text-align: center;
  color: #d7000f;
  margin-top: 15px;
}



#shopify-section-template--23708097249572__173226639696f10c04{
  width: 100%;
  background: #F2F2F2;
}
/* #shopify-section-template--23708097249572__173226639696f10c04 #shopify-block-vip_referral_code_yXJxrC{ */
#shopify-section-template--23708097249572__173226639696f10c04 .shopify-app-block{
  width: 90%;
  max-width: 1000px;
  padding: 20px 0 0;
  margin: 0 auto;
  background: #fff;
}
#shopify-section-template--23708097249572__173226639696f10c04 .vip-app-referral-code-block{
  width: 90%;
  max-width: 384px;
  background: #f2f2f2;
  padding: 22px;
  border-radius: 10px;
  margin: 0 auto;
}
#shopify-section-template--23708097249572__173226639696f10c04 .mt-2{
  margin-top: 0;
  text-align: center;
  line-height: 1;
}

#shopify-section-template--23708097249572__173226639696f10c04 .vip-app-referral-code-block_description{
  font-size: 24px;
  font-family: "Yu Gothic Pr6N B";
  color: #D7000F;
  margin: 0 0 20px;
}
#shopify-section-template--23708097249572__173226639696f10c04 .vip-app-referral-code-block_code{
  font-size: 32px;
  /* font-family: "Yu Gothic Pr6N B"; */
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
}

.members_logout_message{
  width: 90%;
  max-width: 384px;
  background: #f2f2f2;
  padding: 22px;
  border-radius: 10px;
  margin: 20px auto 0;
}
.members_logout_message a{
  text-decoration: underline;
}

.membersCP_parts_middle-wrap{
  width: 100%;
  background: #F2F2F2;
}
.membersCP_parts_middle-inner{
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  background: #fff;
}
.membersCP02_detail_bottom{
  padding-bottom: 60px;
}
.membersCP02_detail_arrow{
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.membersCP02_detail_arrow::after{
  content: "\25BC";
  display: block;
  font-size: 30px;
}

.membersPointBox_cp02_01{
  margin-top: 40px;
}

/* .membersCP02_detail_top{
  width: 100%;
} */

.btn_membersCP02_guest{
  margin: 40px auto 0;
}


#shopify-section-template--23708097249572__1727340022a983edfc{
  width: 100%;
  background: #F2F2F2;
}
/* #shopify-section-template--23708097249572__1727340022a983edfc #shopify-block-vip_referral_code_register_dQa7d3{ */
#shopify-section-template--23708097249572__1727340022a983edfc .shopify-app-block{
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  background: #fff;
  padding-top: 50px;
}
#shopify-section-template--23708097249572__1727340022a983edfc .vip-app-referral-code-register-form-block{
  /* width: 100%; */
  width: 90%;
  max-width: 636px;
  margin: 0 auto;
  border-color: #d9d9d9;
  border-width: 3px;
}
#shopify-section-template--23708097249572__1727340022a983edfc .vip-app-referral-code-register-form-block .vip-app-referral-code-register-form-block_description{
  font-size: 20px;
  font-family: "Yu Gothic Pr6N B";
}
#shopify-section-template--23708097249572__1727340022a983edfc .vip-app-referral-code-register-form-block input{
  border-color: #d9d9d9;
  border-width: 3px;
}

.membersCP_parts_bottom-wrap{
  width: 100%;
  background: #F2F2F2;
  padding: 0 0 35px;
}
.membersCP_parts_bottom-inner{
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  background: #fff;
  border-radius: 0 0 10px 10px;
  padding-bottom: 80px;
}

.membersProgram_notice-wrap{
  padding: 60px 0;
}
.membersProgram_notice-inner{
  max-width: 840px;
}
/* members end */


/* item detail */
.add-to-cart, .add-to-cart:hover{
  background: #D7000F !important;
  display: none !important;
}
.quantity-inventory{
  display: none !important;
}

.itemDetail_features_title{
  /* font-family: "Plus Jakarta Sans", sans-serif; */
  font-family: "Midashi Go MB31", sans-serif;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 40px !important;
  position: relative;
}
.itemDetail_features_title span{
  padding: 0 50px;
  display: table;
  background: #fff;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
.itemDetail_features_title::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  transform: translateY(-50%);
  z-index: 1;
}
.itemDetail_features-wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.itemDetail_features_ph{
  width: calc(100% - 540px);
}
.itemDetail_features_ph img{
  border-radius: 10px;
}
.itemDetail_features_content{
  width: 490px;
}
.itemDetail_features_content h3{
  font-family: "Midashi Go MB31", sans-serif;
  font-size: 36px;
  /* margin-bottom: 15px !important; */
  margin-bottom: 35px !important;
}
.itemDetail_features_content p{
  /* line-height: 2; */
  line-height: 2;
}

.itemDetail_kodawari-wrap{
  width: 100%;
  min-height: 344px;
  padding: 50px 0;
  background-image: url(https://cdn.shopify.com/s/files/1/0879/5888/0548/files/bg_kodawari.jpg?v=1725347735);
  background-size: cover;
  background-position: center;

  display: flex;
  align-items: center;

  border-radius: 10px;
}
.itemDetail_kodawari-inner{
  width: 50%;
  padding-right: 20px;
  display: flex;
  justify-content: flex-end;
}
.itemDetail_kodawari_content{
  width: 374px;
}
.itemDetail_kodawari_title{
  font-family: "Midashi Go MB31", sans-serif;
  font-size: 48px;
  margin-bottom: 20px !important;
}
.itemDetail_kodawari_text{
  line-height: 2;
}

.itemDetail_kodawari_image-wrap{
  width: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.itemDetail_kodawari_image{
  width: 326px;
  position: absolute;
  left: 70px;
  bottom: 0;
}
.temDetail_kodawari_name{
  font-size: 14px;
  text-align: center;
  position: absolute;
  top: 120px;
  right: -50px;
}

.itemDetail_q-wrap{
  width: 100%;
  display: flex;
  position: relative;
  background: #000;
  margin: 100px 0 0;
}
.itemDetail_q_title-wrap{
  width: 100%;
  height: 216px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
}
.itemDetail_q_title{
  font-size: 36px;
  font-family: "Yu Gothic Pr6N B";
  display: table;
  background: #fff;
  position: relative;
  max-width: 90%;
  padding: 12px 30px;
  margin-bottom: 0 !important;
  border-radius: 10px;
}
.itemDetail_q_title::after{
  content: "";
  display: block;
  width: 20px;
  border-style: solid;
  border-width: 20px 10px 0 10px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
}

.itemDetail_q_left,
.itemDetail_q_right{
  width: 50%;
  padding: 216px 0 0;
}
.itemDetail_q_left{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-right: 56px;
  padding-bottom: 80px;
}
.itemDetail_q_case{
  width: 90%;
  max-width: 540px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.itemDetail_q_case_num{
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  color: #fff;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-bottom: 0 !important;
}
.itemDetail_q_case_num span{
  font-size: 38px;
  line-height: 1;
}
.itemDetail_q_case_text{
  width: calc(100% - 120px);
  font-size: 28px;
  font-family: "Yu Gothic Pr6N B";
  color: #fff;
}

.itemDetail_q_right{
  /* background-image: url(https://cdn.shopify.com/s/files/1/0879/5888/0548/files/bg_q.jpg?v=1725347735); */
  background-size: cover;
  background-position: center;
}

.itemDetail_a-wrap{
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

#shopify-section-template--22895944892708__advanced_content_iEXTyr{
  background: #D8D8CA;
  padding: 80px 0;
}
.itemDetail_point-wrap{
  width: 100%;
  background: #fff;
  padding: 20px 0;
  border-top: 20px solid #D7000F;
}

.itemDetail_point_intro-wrap{
  width: 100%;
  position: relative;
}
.itemDetail_point_intro-inner{
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.itemDetail_point_intro_num{
  width: 220px;
  position: absolute;
  left: 110px;
  top: 76px;
}

.itemDetail_point{
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* padding: 80px; */
  padding: 60px 80px;
}
.itemDetail_point:not(:last-of-type){
  border-bottom: 1px solid #D8D8CA;
}
.itemDetail_point_image{
  width: 24%;
  max-width: 280px;
  aspect-ratio: 1 / 1;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
}
.itemDetail_point_content{
  width: calc(76% - 94px);
}
.itemDetail_point_num{
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #D7000F;
  border: 1px solid #D7000F;
  border-radius: 10px;
  margin-bottom: 20px !important;
  display: table;
  padding: 0 25px;
}
.itemDetail_point_title{
  font-family: "Midashi Go MB31", sans-serif;
  font-size: 32px;
  font-weight: 700;
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}
.itemDetail_point_text{
  line-height: 2;
}

.itemDetail_mechanisms-wrap{
  width: 90%;
  max-width: 1000px;
  /* border: 1px solid #000; */
  /* position: relative; */
  margin: 0 auto;
}
.itemDetail_mechanisms_border{
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  bottom: -10px;
  right: -10px;
  border: 1px solid #000;
}

.itemDetail_mechanisms_bg{
  width: 100%;
  background: #fff;
  padding: 80px 12%;
  position: relative;
  z-index: 2;
}
.itemDetail_mechanisms-inner{
  position: relative;
  background: #fff;
}
.itemDetail_mechanisms_image{
  /* position: relative;
  border-radius: 10px; */
  width: 80%;
  margin: 43px auto 0;
  /* margin-top: 43px; */
}
.itemDetail_mechanisms_image img{
  border-radius: 10px;
}

.itemDetail_mechanisms_title_sub{
  font-family: "Midashi Go MB31", sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0 !important;
}
.itemDetail_mechanisms_title{
  font-family: "Midashi Go MB31", sans-serif;
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  display: block;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
  margin-top: 0 !important;
  margin-bottom: 43px !important;
}
.itemDetail_mechanisms_text{
  line-height: 2;
}
.itemDetail_mechanisms_text:not(:last-of-type){
  margin-bottom: 1em !important;
}

#shopify-section-template--22895944892708__advanced_content_Y4reRY,
#shopify-section-template--23866047136036__advanced_content_Y4reRY{
  background: #F5F5F5;
  padding: 50px 0;
}
.itemDetail_howtouse_title{
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 32px;
  margin-bottom: 40px !important;
}
/* .itemDetail_howtouse_list{
  counter-reset: num_howtouse 0;
} */
.itemDetail_howtouse_list li{
  background: #fff;
  position: relative;
  /* padding: 18px 80px; */
  padding: 18px 50px;
  display: flex;
  align-items: center;
}
.itemDetail_howtouse_list li:not(:last-child){
  margin-bottom: 30px;
}
.itemDetail_howtouse_list li::before{
  /* counter-increment: num_howtouse 1;
  content: counter(num_howtouse)".";
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 32px;
  color: #D7000F;
  position: absolute;
  left: 24px; */
  content: "\30FB";
  position: absolute;
  top: 18px;
  left: 24px;
}



.faq-col{
  margin: 0;
  border: none;
  border-bottom: 1px solid #000;
}
#shopify-section-template--22895944892708__faq_jwLxbh .page-width--narrow > div:first-of-type .faq-col,
#shopify-section-template--23678501585188__faq_RtNzHk .page-width--narrow > div:first-of-type .faq-col{
  border-top: 1px solid #000;
}


.faq-trigger{
  background: #fff;
}
.faq-trigger:before,
.faq-content:before{
  display: none;
}
.faq-trigger span{
  font-size: 16px;
}
.faq-content p{
  font-size: 14px;
}
/* item detail end */


/* pure water */
.pw_waterSpot_title{
  font-size: 36px;
  font-family: "Yu Gothic Pr6N B";
  text-align: center;
  margin-bottom: 15px !important;
}
.pw_waterSpot_title_sub{
  font-size: 24px;
  font-family: "Yu Gothic Pr6N B";
  text-align: center;
  margin-bottom: 50px !important;
}
.pw_water-spor_reverse{
  flex-direction: row-reverse;
}
.pw_waterSpot_cause_title{
  font-size: 36px;
  font-family: "Yu Gothic Pr6N B";
  text-align: center;
  margin-top: 70px !important;
  margin-bottom: 30px !important;
}
.pw_waterSpot_cause_content{
  /* width: 90%; */
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.pw_waterSpot_cause_text{
  line-height: 2.25;
  margin-bottom: 20px !important;
}
.pw_waterSpot_cause_image{
  width: 100%;
}

.pw_taisaku_title{
  font-size: 36px;
  font-family: "Yu Gothic Pr6N B";
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pw_taisaku_title::before,
.pw_taisaku_title::after{
  content: "";
  width: 1px;
  height: 36px;
  background: #fff;
  display: inline-block;
}
.pw_taisaku_title::before{
  transform: rotate(-30deg);
  margin-right: 40px;
}
.pw_taisaku_title::after{
  transform: rotate(30deg);
  margin-left: 40px;
}
.pw_taisaku-wrap{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.pw_taisaku{
  width: 49.2%;
  max-width: 492px;
}

.pw_useImage_title{
  font-size: 36px;
  font-family: "Yu Gothic Pr6N B";
  text-align: center;
  margin-bottom: 30px !important;
}
.pw_useImage_content{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.pw_useImage_content p{
  line-height: 2.25;
  margin-bottom: 35px !important;
}
.pw_useImage-wrap{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.pw_useImage{
  width: 49%;
}

.pw_q-wrap{
  margin: 0;
}

.pw_howto_title{
  font-size: 36px;
  font-family: "Yu Gothic Pr6N B";
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px !important;
}
.pw_howto_title::before,
.pw_howto_title::after{
  content: "";
  width: calc( (100% - 248px - 100px) / 2 );
  height: 1px;
  display: block;
  background: #000;
}

.pw_howtoImage-wrap{
  width: 90%;
  max-width: 894px;
  margin: 0 auto;
  margin-bottom: 100px !important;
  display: flex;
  justify-content: space-between;
}
.pw_howtoImage{
  width: 32%;
  max-width: 280px;
}

.pw_conectImage-wrap{
  width: 100%;
  max-width: 1190px;
  margin: 0 auto;
  margin-bottom: 80px !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pw_conectImage_content{
  width: 48%;
  padding-left: 12%;
}
.pw_conectImage_content h3{
  font-size: 36px;
  font-family: "Yu Gothic Pr6N B";
  margin-bottom: 36px !important;
}
.pw_conectImage_content p{
  line-height: 2.25;
}
.pw_conectImage_ph{
  width: 48%;
}
.pw_conectImage_ph img{
  width: 100%;
  max-width: 500px;
}

.pw_conect_desc-wrap{
  width: 100%;
  max-width: 1190px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.pw_conect_desc{
  width: 48%;
  max-width: 568px;
  background: #F2F2F2;
  border-radius: 10px;
}
.pw_conect_desc h4{
  font-size: 26px;
  line-height: 1.615;
  font-family: "Yu Gothic Pr6N B";
  padding: 32px 8%;
  border-bottom: 3px solid #fff;
  margin-bottom: 0;
}
.pw_conect_desc p{
  line-height: 2;
  padding: 32px 8%;
}

.pw_ionExchangeResin-wrap{
  width: 100%;
  max-width: 1190px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}

.pw_ionExchangeResin_content{
  width: 54%;
  max-width: 634px;
}
.pw_ionExchangeResin_content h2{
  font-size: 36px;
  font-family: "Yu Gothic Pr6N B";
  margin-bottom: 75px !important;
}
.pw_ionExchangeResin_content p{
  line-height: 1.625;
  margin-bottom: 45px !important;
}
.pw_ionExchangeResin_water h3{
  font-size: 36px;
  font-family: "Yu Gothic Pr6N B";
  margin-bottom: 6px !important;
}
.pw_ionExchangeResin_water dl{
  display: flex;
  flex-wrap: wrap;
}
.pw_ionExchangeResin_water dl:not(:last-of-type){
  margin-bottom: 15px;
}
.pw_ionExchangeResin_water dl dt,
.pw_ionExchangeResin_water dl dd{
  font-size: 36px;
  font-family: "Yu Gothic Pr6N B";
}
.pw_ionExchangeResin_water dl dt{
  padding-right: 1em;
  position: relative;
}
.pw_ionExchangeResin_water dl dt::after{
  content: "\FF1A";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.pw_ionExchangeResin_note{
  margin-top: 30px;
}
.pw_ionExchangeResin_note li{
  font-size: 20px;
  position: relative;
  padding-left: 1em;
  list-style: none;
}
.pw_ionExchangeResin_note li::before{
  content: "\203B";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.pw_ionExchangeResin_ph{
  width: 43%;
  max-width: 500px;
}

.pw_howto-exchange-wrap{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.pw_howto-exchange_box{
  width: 30%;
  max-width: 350px;
}
.pw_exchange_arrow{
  width: 3.5%;
  max-width: 42px;
  display: block;
  margin-top: 10%;
}
.pw_howto-exchange_image{
  width: 100%;
  margin-bottom: 40px;
}
.pw_howto-exchange_step{
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 20px;
  color: #D7000F;
  margin-bottom: 20px !important;
}
.pw_howto-exchange_text{
  line-height: 2.25;
}

#shopify-section-template--23678501585188__advanced_content_Y4reRY{
  background: #f5f5f5;
  padding: 50px 0;
}

#shopify-section-template--22895944892708__faq_jwLxbh .page-width--narrow,
#shopify-section-template--23678501585188__faq_RtNzHk .page-width--narrow{
  max-width: var(--pageWidth);
}

.pw_howto-exchange_note{
  margin-top: 50px;
}
.pw_howto-exchange_note h3,
.pw_howto-exchange_note p{
  font-family: "Yu Gothic Pr6N B", sans-serif;
  font-size: 18px;
}
.pw_howto-exchange_note h3{
  margin-bottom: 5px;
}
.pw_howto-exchange_note p{
  margin-bottom: 30px;
}
/* pure water end */


/* mypage */
.title_mypage{
  font-family: "Midashi Go MB31", sans-serif;
  font-weight: 700;
  font-size: 32px;
  margin: 0 0 15px;
}

.mypage_aboutRank{
  margin-top: 1em;
}
.mypage_aboutRank a{
  text-decoration: underline;
}

.mypage_codeInvite{
  display: flex;
  flex-wrap: wrap;
}

.mypage_history{
  font-family: "Midashi Go MB31", sans-serif;
  font-weight: 700;
  font-size: 20px;
  margin: 0 0 15px;
}

.mypage_pointLogs{
  font-family: "Midashi Go MB31", sans-serif;
  font-weight: 700;
  font-size: 20px;
}

.pointlog_scrollText{
  font-size: 14px;
  margin-top: 30px;
  display: none;
}
.pointlogTable-wrap{
  width: 100%;
}
#pointlog{
  padding: 50px 0;
}
#point-logs-table{
  margin: 20px 0;
}
#point-logs-table th,
#point-logs-table td{
  font-size: 14px;
  border: 1px solid #000;
}
#point-logs-table th{
  font-weight: 700;
  background: #000;
  color: #fff;
  text-align: center;
}
#point-logs-table th:not(:last-of-type){
  border-right: 1px solid #fff;
}
/* mypage end */


/* collection */
#shopify-section-template--22895945580836__collection-header .section-header__title{
  font-family: "Midashi Go MB31", sans-serif;
}

/* collection end */


/* collection pure water */
.cat_pw_intro-wrap{
  width: 90%;
  max-width: 1180px;
  margin: 0 auto 10px;
  padding: 50px 0;
}
.cat_pw_title_sub{
  font-size: 24px;
  font-family: "Yu Gothic Pr6N B";
  text-align: center;
}
.cat_pw_title{
  font-size: 36px;
  font-family: "Yu Gothic Pr6N B";
  text-align: center;
}
.cat_pw_intro_box-wrap{
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 58px 0 0;
}
.cat_pw_intro_box{
  width: 48%;
  max-width: 556px;
  padding: 60px 5.5%;
  border: 3px solid #626262;
  border-radius: 30px;
  position: relative;
}
.cat_pw_intro_box::before{
  content: "";
  display: block;
  width: 55px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  bottom: -3px;
  right: 13.489209%;
}
.cat_pw_intro_box::after{
  content: "";
  width: 55px;
  height: 3px;
  background-color: #626262;
  position: absolute;
  bottom: -3px;
  right: 13.489209%;
  transform-origin: 0 0;
  transform: rotate(45deg);
}
.cat_pw_intro_title{
  font-size: 24px;
  font-family: "Yu Gothic Pr6N B";
  text-align: center;
  margin: 0 0 35px;
}

.cat_pw_product-wrap{
  width: 90%;
  max-width: 1180px;
  margin: 0 auto 50px;
  display: flex;
  justify-content: center;
  padding: 50px 0;
}
.cat_pw_product_image{
  width: 46%;
  max-width: 533px;
}
.cat_pw_product_text{
  display: flex;
  align-items: center;
}
.cat_pw_product_text p{
  font-size: 36px;
  font-family: "Yu Gothic Pr6N B";
  text-align: center;
}
.cat_pw_product_text p span{
  font-size: 32px;
}

.cat_pw_solution-wrap {
  width: 90%;
  max-width: 1190px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
}
.cat_pw_solution_box {
  width: 48%;
  max-width: 560px;
  display: flex;
  flex-direction: column;
}
.cat_pw_solution_box h3 {
  font-size: 18px;
  font-family: "Yu Gothic Pr6N B";
  margin: 0 0 10px;
}
.cat_pw_solution_box p {
  line-height: 2.125;
  flex: 1;
}
.cat_pw_solution_image {
  margin: 50px 0 0;
}
.cat_pw_solution_image img{
  border-radius: 10px;
}

.cat_pw_info-wrap{
  width: 90%;
  max-width: 1190px;
  margin: 0 auto;
  padding: 20px 0 50px;
}
.cat_pw_info-inner{
  width: 100%;
  margin: 70px 0 0;
}
.cat_pw_info_box{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cat_pw_info_box:not(:last-of-type){
  margin: 0 0 75px;
}
.cat_pw_info_box:nth-child(even){
  flex-direction: row-reverse;
}
.cat_pw_info_box_content{
  flex: 1;
}
.cat_pw_info_box:nth-child(odd) .cat_pw_info_box_content{
  margin-right: 100px;
}
.cat_pw_info_box:nth-child(even) .cat_pw_info_box_content{
  margin-left: 100px;
}
.cat_pw_info_box:nth-child(1) .cat_pw_info_box_content{
  margin-right: 65px;
}
.cat_pw_info_box_content h3{
  font-size: 18px;
  font-family: "Yu Gothic Pr6N B";
  margin: 0 0 15px;
}
.cat_pw_info_box_content p{
  line-height: 2.125;
}
.cat_pw_info_box_image{
  width: 43.529412%;
}
.cat_pw_info_box:nth-child(1) .cat_pw_info_box_image{
  width: 45.294118%;
}

.cat_pw_message-wrap{
  width: 100%;
  background: #f2f2f2;
  padding: 60px 0 80px;
  margin: 0 0 100px;
}
.cat_pw_message_text{
  width: 80%;
  max-width: 802px;
  margin: 40px auto 70px;
}
.cat_pw_message_text p{
  line-height: 2.125;
}
.cat_pw_message_text p:not(:last-of-type){
  margin-bottom: 35px;
}
.cat_pw_message_box{
  width: 90%;
  max-width: 1190px;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;

  padding: 50px 60px 24px;

  display: flex;
  justify-content: space-between;
}
.cat_pw_message_box_text{
  width: 43%;
  max-width: 450px;
}
.cat_pw_message_box_text p{
  line-height: 2.125;
  flex: 1;
}
.cat_pw_message_box_text p:not(:last-of-type){
  margin-bottom: 32px;
}

.cat_pw_message_box_image{
  width: 48%;
  max-width: 507px;
}
.cat_pw_message_box_image_cap{
  margin: 15px 0 0;
}
/* collection pure water end */


/* product list */
.grid-product__meta .grid-product__title{
  font-size: 15px;
}
.grid-product__meta .grid-product__price{
  font-size: 15px;
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
}
.grid-product__meta .grid-product__description{
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
/* product list end */


/* product */
.product-block--cart.is-wishlist .mxpr-like-container{
  display: flex;
}

.itemDetail_buy-wrap{
  width: 100%;
  padding: 50px 0;
  text-align: center;
}
.itemDetail_buy-wrap h2{
  font-family: "Midashi Go MB31", sans-serif;
  font-size: 36px;
  text-align: center;
  padding-bottom: 8px;
  display: table;
  margin: 0 auto 30px;
  border-bottom: 1px solid #000;
  /* margin-bottom: 50px !important; */
}
.itemDetail_buy-inner{
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* .itemDetail_buy_left{
  width: 45%;
}
.itemDetail_buy_left img{
  width: 100%;
}
.itemDetail_buy_right{
  width: 50%;
} */
.itemDetail_buy_image{
  width: 100%;
  max-width: 490px;
  margin: 0 auto 30px;
}

.itemDetail_buy_content{
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
}
.itemDetail_buy_title{
  /* font-family: "Midashi Go MB31", sans-serif; */
  /* font-size: 32px; */
  /* font-size: clamp(20px, 2.222vw, 32px); */
  font-size: 32px;
  font-family: "Yu Gothic Pr6N B";
  /* text-align: center; */
  margin-bottom: 10px !important;
}
.itemDetail_buy_title_center{
  text-align: center;
}
.itemDetail_buy_price{
  font-size: 24px;
  font-family: "Yu Gothic Pr6N B";
  text-align: center;
  margin-bottom: 30px !important;
}
.btn_itemDetail_buy{
  width: 247px;
  height: 50px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border: 1px solid #D7000F;
  background: #D7000F;
  border-radius: 30px;
  /* letter-spacing: .1em; */
  transition: .3s;
  font-family: "Yu Gothic Pr6N B";
  color: #fff !important;
  margin: 0 auto;
}
.btn_itemDetail_buy:hover{
  background: #fff;
  color: #D7000F !important;
}

.swym-button-bar{
  margin: 15px 0 0 !important;
}
.swym-button-bar button{
  padding: 0 15px !important;
}

.product__price{
  color: #000;
}

/* .btn_sticky-buy{
  width: 100px;
  height: 50px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background: #000;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 10;
  bottom: 30px;
  right: 30px;
  transition: .3s;
}
.btn_sticky-buy:hover{
  color: #000;
  background: #fff;
} */

.btn_sticky-buy{
  width: 100px;
  height: 100px;
  background: #D7000F;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "Yu Gothic Pr6N B";
  line-height: 1.625;
  text-align: center;
  position: fixed;
  z-index: 10;
  right: 30px;
  bottom: 30px;
  border: 2px solid #D7000F;
  transition: .3s;

  opacity: 0;
  pointer-events: none;
  transition: .3s;
}
.btn_sticky-buy_arrow{
  width: 12px;
  height: 10px;
  display: block;
  background-image: url(https://cdn.shopify.com/s/files/1/0879/5888/0548/files/starter_arrow.png);
  background-size: contain;
  margin-bottom: 16px;
  transition: .3s;
  transform: rotate(-90deg);
}
.btn_sticky-buy_text{
  margin-bottom: 16px;
}
.btn_sticky-buy:hover{
  color: #D7000F;
  background: #fff;
}
.btn_sticky-buy:hover .btn_sticky-buy_arrow{
  background-image: url(https://cdn.shopify.com/s/files/1/0879/5888/0548/files/product_arrow_r.png);
}

.product-single__title,
.product__price{
  font-family: "Midashi Go MB31", sans-serif;
  font-weight: 700;
}
/* product end */


/* news detail */
.article__date{
  display: block;
}
.article__date time{
  font-size: 16px;
}
#shopify-section-template--22895945285924__main iframe{
  height: 100%;
}

/* news detail end */


/* journal list */
.thum_sample{
  background-image: url(https://cdn.shopify.com/s/files/1/0879/5888/0548/files/thum-sample.jpg);
  background-size: cover;
  background-position: center;
}

.blogList_filterTag{
  padding: 30px 0 0;
}
.blogList_filterTag p{
  margin: 0;
}
/* journal list end */


/* journal detail */
/* .shopify-section-template--22895945285924__main .section-header h1{
} */
#shopify-section-template--22895945285924__main .page-content:not(:first-of-type){
  padding-top: 0;
}

.share_x{
  padding-left: 21px;
  position: relative;
}
.share_logo_x{
  width: 18px;
  height: 18px;
  background-image: url(https://cdn.shopify.com/s/files/1/0879/5888/0548/files/logo-x.png?v=1735351650);
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
/* journal detail end */


/* all */
.all_head-wrap{
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 50px 0 30px;
  border-top: 1px solid #D9D9D9;
}
.all_head-wrap_first{
  border-top: none;
}
.all_title{
  font-family: "Midashi Go MB31", sans-serif;
  font-weight: 700;
  font-size: 22px;
  padding-left: 20px;
  position: relative;
  margin-bottom: 0 !important;
}
.all_title::before{
  content: "";
  display: block;
  width: 5px;
  height: 100%;
  background: #D9D9D9;
  position: absolute;
  left: 0;
  top: 0;
}
.all_text{
  padding-left: 20px;
  margin-top: 12px;
}

#shopify-section-template--23997082108196__featured_products_RqKqrk,
#shopify-section-template--23997082108196__featured_products_EUpFdF,
#shopify-section-template--23997082108196__featured_products_cxr8FR,
#shopify-section-template--23997082108196__featured_products_MgwM4w,
#shopify-section-template--23997082108196__featured_products_dHVxbn,
#shopify-section-template--23997082108196__featured_products_T4dfbF,
#shopify-section-template--23997082108196__featured_products_6WejdM,
#shopify-section-template--23997082108196__featured_products_7EhGAg,
#shopify-section-template--23997082108196__featured_products_GHTFQ7,
#shopify-section-template--23997082108196__featured_products_K3gPT7{
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
  padding-bottom: 50px;
}
#shopify-section-template--23997082108196__featured_products_RqKqrk .page-width,
#shopify-section-template--23997082108196__featured_products_EUpFdF .page-width,
#CollectionSection-template--23997082108196__featured_products_6WejdM .page-width,
#shopify-section-template--23997082108196__featured_products_cxr8FR .page-width,
#shopify-section-template--23997082108196__featured_products_MgwM4w .page-width,
#shopify-section-template--23997082108196__featured_products_dHVxbn .page-width,
#shopify-section-template--23997082108196__featured_products_T4dfbF .page-width,
#shopify-section-template--23997082108196__featured_products_6WejdM .page-width,
#shopify-section-template--23997082108196__featured_products_7EhGAg .page-width,
#shopify-section-template--23997082108196__featured_products_GHTFQ7 .page-width,
#shopify-section-template--23997082108196__featured_products_K3gPT7 .page-width{
  padding: 0;
}

/* all end */


/* cart */
.ContinueShopping{
  padding-right: 30px;
}
.ContinueShopping a{
  width: 200px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  background: #d7000f;
  font-weight: bold;
  border-radius: 5px;
}

.cart_cal_note{
  font-size: 14px;
}
.cart_cal_note span{
  font-family: "Yu Gothic Pr6N B";
}

#delivery-datetime--isRender{
  margin-left: 0;
  margin-bottom: 30px;
}
.delivery-mindate-caution{
  font-family: "Yu Gothic Pr6N B";
  color: #000 !important;
}
.delivery-select-container--calendar svg path{
  fill: #000;
}

.cartPoint_note{
  margin-bottom: 20px;
}
.cartPoint_note li{
  font-size: 12px;
  position: relative;
  padding-left: 1em;
}
.cartPoint_note li::before{
  content: "\203B";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.cartPoint_note_red{
  color: #d7000f;
}

/* cart end */
.cart__checkout{
  background: #d7000f;
}


/* delivery status */
._1fragem1y{
  display: none;
}
/* delivery status end */


/* register */
.register_note{
  width: 100%;
  padding: 0 0 10px;

}
.register_note h3{
  font-family: "Yu Gothic Pr6N B";
  font-size: 16px;
  margin: 0 0 5px;
}
.register_note p{
  font-size: 14px;
  line-height: 1.75;
  margin: 0 0 20px;
}
.register_note a{
  text-decoration: underline;
}

.registerPrivacy{
  width: 100%;
  height: 500px;
  overflow-y: scroll;
  border: 1px solid #000;
  padding: 20px;
  box-sizing: border-box;
  margin: 0 0 20px;
}
.registerPrivacy_title{
  font-family: "Yu Gothic Pr6N B";
  font-size: 20px;
  margin-bottom: 20px;
}
.registerPrivacy_item{
  font-family: "Yu Gothic Pr6N B";
  margin: 20px 0 5px;
}
.registerPrivacy_text{
  font-size: 14px;
  /* line-height: 2; */
}
.registerPrivacy_list li{
  font-size: 14px;
  /* line-height: 2; */
  padding-left: 1em;
  position: relative;
}
.registerPrivacy_list li::before{
  content: "\30FB";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.registerPrivacy_mb_1em{
  margin-bottom: 1em;
}

.btn_register:disabled{
  color: #000;
}

/* register end */



/* privacy */
.privacy-wrap{
  width: 100%;
  padding: 80px 0;
}
.privacy-wrap h1{
  font-family: "Yu Gothic Pr6N B";
  font-size: 34px;
  text-align: center;
}
.privacy-inner{
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}

.privacy-wrap h2{
  font-family: "Yu Gothic Pr6N B";
  font-size: 20px;
  padding: 10px 15px;
  background: #000;
  text-align: center;
  color: #fff;
  margin-top: 50px;
  margin-bottom: 20px;
}
.privacy-wrap h3{
  font-family: "Yu Gothic Pr6N B";
  font-size: 18px;
  padding: 10px 15px;
  border-left: 5px solid #000;
  border-bottom: 1px solid #000;
  margin-top: 50px;
  margin-bottom: 20px;
}
.privacy-wrap p,
.privacy-wrap ul{
  margin-bottom: 25px;
}


/* privacy end */


/* register-successfully */
#shopify-section-template--22895944958244__rich_text_CkQQHW{
  margin-bottom: 50px;
}
.register-comp-wrap{
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.register-comp-wrap p:not(:last-of-type){
  margin-bottom: 2em !important;
}
.register-comp_strong{
  font-family: "Yu Gothic Pr6N B";
  color: #d7000f;
}
/* register-successfully end */


/* customers-login */
.loginRegister_text{
  font-size: 15px;
}
.loginRegister_note{
  margin-top: 30px;
}
.loginRegister_note p{
  margin: 0;
}
.loginRegister_note_title{
  font-family: "Yu Gothic Pr6N B";
  font-size: 15px;
  margin-bottom: 5px !important;
}
.loginRegister_note_text{
  font-size: 15px;
  line-height: 2;
}
.loginRegister_note_text span{
  color: #d7000f;
}
.loginRegister_note_text a{
  text-decoration: underline;
}

/* customers-login end */


/* search result */
.searchResult-wrap{
  width: 100%;
}
.searchResult-iner{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.searchResult-iner::after{
  content: "";
  display: block;
  width: 32%;
}
.searchResult_box{
  width: 32%;
  margin-bottom: 50px;
}
.searchResult_image{
  width: 100%;
  aspect-ratio: 3 / 2;
  display: block;
  background-size: cover;
  background-position: center;
  margin-bottom: 20px;
}
.article__date a:last-of-type{
  margin-right: 10px;
}
.searchResult-iner .pagination{
  width: 100%;
  padding: 10px 0 60px;
}
/* search result end */


/* all */
.selectItem_all{
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
  padding-bottom: 50px;
}
.selectItem_all .fs-c-productListCarousel__list__item{
  max-width: 300px;
  min-width: 300px;
  margin: 0 15px;
}
.selectItem_all .fs-c-productName__copy,
.selectItem_all .fs-c-productMark,
.selectItem_all .fs-c-productListItem__lowInStock{
  display: none;
}
.selectItem_all .fs-c-productListItem__productName{
  font-size: 15px;
  line-height: 1.4;
  margin: 17px 0 0;
  padding: 0 10px;
}
.selectItem_all .fs-c-productPrice{
  margin: 10px 0;
  padding: 0 10px;
}
.selectItem_all .fs-c-productPrice__main,
.selectItem_all .fs-c-productPrice__addon{
  font-size: 15px;
  line-height: 1.4;
}

.selectItem_all .fs-c-productListItem__productDescription{
  font-size: 14px;
  line-height: 1.4;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin: 0 0 17px;
  padding: 0 10px;
}
.selectItem_all .fs-c-productListItem__control{
  display: none;
}
/* all end */


@media screen and (max-width: 1240px) {
  .priceLink-wrap{
    width: 606px;
    flex-wrap: wrap;
  }
  .priceLink:nth-child(1),
  .priceLink:nth-child(2){
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 1180px) {
  .page_2column_content{
    padding-right: 5%;
  }

  /* brand */
  .brand01_content-inner{
    padding: 65px 14px 80px 3%;
  }
  .brand_01_copy{
    top: -65px;
    right: 5%;
  }

  /* starter */
  .starterYoutube{
    align-items: flex-start;
  }
  .starterYoutube .topYoutube_content{
    width: 400px;
  }
  .starterYoutube .topYoutube_ph{
    width: calc(95% - 400px);
  }
  .starterYoutube .topYoutube_text{
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  /* footer */
  .footer__social{
    margin-top: 30px;
  }
  .logo_security-action{
    margin-bottom: 30px;
  }
  .footer_search-bar{
    margin-top: 50px;
  }
}

@media screen and (max-width: 1000px) {
  .br_u-1000{
    display: inline;
  }

  /* header */
  .menu_spOnly{
    display: block;
  }

  /* top */
  .topCatBox{
    min-height: auto;
    padding-bottom: 0;
  }
  .topCatBox_content{
    width: 100%;
    padding-left: 0;
  }
  .topCat_image-wrap{
    width: 100%;
    position: static;
  }
  .topCat_image-inner{
    width: 100%;
    position: relative;
    max-width: 600px;
    margin: 0 auto;
  }


  .topPagelink_content{
    width: 400px;
  }
  .topPagelink_ph {
    width: calc(95% - 400px);
  }

  .topYoutube_ph{
    width: calc(95% - 420px);
  }
  .topYoutube_content{
    width: 420px;
  }

  /* starter */
  .starterYoutube .topYoutube_content{
    width: 320px;
  }
  .starterYoutube .topYoutube_ph{
    width: calc(95% - 320px);
  }
  .starterYoutube .topYoutube_text{
    width: 100%;
  }

  .topMovie-inner{
    width: 100%;
    max-width: 580px;
    margin: 0 auto;
  }
  .topMovie_box{
    width: 47%;
  }

  /* page common */
  .page_title{
    padding: 0;
  }


  /* 2column */
  .sideNav-wrap{
    display: none;
  }
  .page_2column_content{
    padding-left: 5%;
  }
  .page_2column_content-inner{
    width: 100%;
    max-width: none;
    border-radius: 0;
  }

  /* price */
  .price-type-calc{
    padding: 30px 5%;
  }
  .price_size_image{
    width: 100%;
  }
  .price-type-calc_note-wrap{
    width: 100%;
    margin-bottom: 30px;
  }
  .price-type{
    width: 100%;
    font-size: 16px;
    flex-direction: column;
  }
  .price-type-text{
    width: 100px;
    height: 50px;
  }
  .price-type-result{
    width: 64px;
    height: 50px;
  }
  .price-type-button{
    margin: 15px 0;
  }
  .price-type-result{
    margin: 10px 0;
  }

  /* youtube */
  .youtube_solution-inner{
    display: block;
  }
  .youtube_solution_image{
    width: 100%;
    margin-top: 30px;
  }

  .youtube_live-inner{
    flex-direction: column;
    align-items: center;
  }
  .youtube_live_image{
    width: 100%;
    margin-bottom: 30px;
  }


  /* member */
  .membersBenefits_table tr th:first-of-type{
    width: 220px;
  }
  .btn_membersCP02-wrap{
    width: 620px;
  }
  .btn_membersCP02{
    width: 300px;
  }
  .membersPointBox_text{
    line-height: 1.2;
    margin: 20px 0;
  }
  .membersPointBox_bottom{
    max-width: 520px;
  }


  /* item detail */
  .itemDetail_features-wrap{
    align-items: flex-start;
  }
  .itemDetail_features_content{
    width: 380px;
  }
  .itemDetail_features_ph{
    width: calc(100% - 430px);
  }
  .itemDetail_kodawari-inner{
    width: 380px;
    padding-right: 0;
  }
  .itemDetail_kodawari_content{
    width: auto;
    padding-left: 30px;
  }
  .itemDetail_kodawari_image{
    width: 240px;
    left: 55px;
  }
  .temDetail_kodawari_name{
    top: 91px;
    /* right: -38px; */
  }

  .itemDetail_point_intro_num{
    width: 165px;
    left: 82px;
  }
  .itemDetail_point_image{
    width: 30%;
  }


  /* item detail pure-water */
  .pw_conectImage_content{
    padding-left: 5%;
  }

}

@media screen and (max-width: 840px) {
  .company_info_list dt{
    width: 110px
  }
  .company_info_list dd{
    width: calc(100% - 110px);
  }
}

@media screen and (max-width: 768px) {
  /* body{
    font-size: 15px;
  } */
  .pcOnly{
    display: none;
  }
  .br_pcOnly{
    display: none;
  }
  .br_spOnly{
    display: inline;
  }

  /* top */
  .hero--100vh {
    height: calc(100vh - 118px);
  }

  .topBrand-wrap{
    height: 700px;
    background-position: center;
  }

  .topCat_head_image{
    width: 100%;
  }
  .topCat_head_title{
    text-align: left;
    padding: 0 5%;
    font-size: 48px;
    line-height: 1.3;
  }
  .topCat_head_text{
    font-size: 20px;
    text-align: left;
    padding: 0 5%;
  }
  /* .topCatBox{
    padding-top: 50px;
  }
  .topCatBox_content{
    width: 90%;
    margin: 0 auto 100px;
  }
  .topCatBox02 .topCatBox_content{
    margin-bottom: 180px;
  } */

  .topCat_title{
    margin-bottom: 50px !important;
  }
  .topCat_num{
    /* font-size: 56px; */
    font-size: 48px;
  }
  /* .topCatBox{
    min-height: auto;
    background: linear-gradient(to top, #d7000f 200px, #0000 200px);
    padding-bottom: 200px;
  } */
  .topCat_name{
    font-size: 24px;
    margin-bottom: 10px !important;
  }
  .topCat_name_sub{
    font-size: 20px;
    margin-bottom: 30px;
  }
  .topCat_text{
    margin-bottom: 30px !important;
  }

  .topCat_name2{
    font-size: 34px;
    /* margin-bottom: 30px !important; */
  }
  /* .topCatBox07{
    min-height: 500px;
  } */
  /* .topCatBox05 .topCat_text-wrap,
  .topCatBox07 .topCat_text-wrap{
    width: 100%;
  } */

  .topBnr-wrap {
    display: block;
    margin: 50px auto 90px !important;
  }
  .topBnr{
    font-size: 24px;
    width: 100%;
    margin: 0 auto;
    aspect-ratio: auto;
    height: 180px;
  }
  .topBnr span{
    font-size: 16px;
  }
  .topBnr:not(:last-child){
    margin-bottom: 30px;
  }

  .topWorks-wrap{
    /* display: block; */
    display: flex;
    flex-direction: column-reverse;
  }
  .topWorks_content{
    width: 100%;
    padding: 50px 9% 50px 9%;
  }
  .topWorks_title{
    font-size: 24px;
    margin-bottom: 20px !important;
  }
  .topWorks_ph{
    width: 100%;
    /* height: 400px; */
    height: 250px;
  }

  .topPagelink{
    display: block;
    /* padding: 80px 0; */
    padding: 70px 0;
  }
  .topPagelink_ph{
    width: 100%;
    margin: 0 auto 30px;
  }
  .topPagelink_content{
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }
  .topPagelink_copy{
    font-size: 18px;
  }
  .topPagelink_title{
    font-size: 24px;
    margin-top: 7px !important;
    margin-bottom: 20px !important;
  }
  .topPagelink_text{
    margin-bottom: 32px!important;
  }

  .topYoutube-wrap{
    padding: 50px 0;
  }
  .topYoutube-inner{
    display: block;
  }

  .topYoutube_content{
    width: 100%;
  }
  .topYoutube_copy{
    font-size: 18px;
  }
  .topYoutube_copy:before,
  .topYoutube_copy:after{
    height: 24px;
  }
  .topYoutube_title{
    font-size: 24px;
  }
  .topYoutube_text{
    width: 100%;
    margin-bottom: 30px !important;
  }

  .topYoutube_ph{
    width: 100%;
    margin-top: 50px;
  }

  .topBlog_title{
    font-size: 24px;
  }

  /* starter youtube */
  .starterYoutube .topYoutube_content{
    width: 100%;
  }
  .starterYoutube .topYoutube_ph{
    width: 100%;
  }

  .topMovie_header{
    align-items: center;
  }
  .topMovie_title{
    font-size: 24px;
  }
  .topMovie-wrap{
    padding: 70px 0 20px;
  }
  .topMovie-inner{
    max-width: 450px;
  }
  .topMovie_box{
    width: 100%;
    max-width: none;
  }
  .topMovie{
    margin-bottom: 20px;
  }
  .topMovie_box_date{
    margin-bottom: 10px !important;
  }
  .topMovie_box_title{
    font-size: 16px;
  }

  #shopify-section-template--22895944794404__1661774631c3adf209 .page-width{
    padding: 70px 0 0;
  }
  #shopify-section-template--22895944794404__1661774631c3adf209 h2{
    font-size: 24px;
  }

  #shopify-section-template--22895944794404__blog-posts{
    padding: 50px 0 0;
  }
  #shopify-section-template--22895944794404__blog-posts h2,
  #shopify-section-template--22895944794404__blog_feed_Y7VLtL h2{
    font-size: 24px;
  }

  #shopify-section-template--22895944794404__1661774631c3adf209 .article__list--border,
  #shopify-section-template--22895944794404__blog_feed_Y7VLtL .article__list--border{
    padding: 12px 50px 12px 12px;
  }
  #shopify-section-template--22895944794404__1661774631c3adf209 .article__list--border:after,
  #shopify-section-template--22895944794404__blog_feed_Y7VLtL .article__list--border:after{
    right: 15px;
  }
  #shopify-section-template--22895944794404__1661774631c3adf209 .article__title,
  #shopify-section-template--22895944794404__blog_feed_Y7VLtL .article__list--border a{
    font-size: 14px;
  }

  /* #shopify-section-template--22895944794404__blog_feed_Y7VLtL .page-width{
    padding: 80px 0 0;
  } */
  .btn_topJournal{
    margin: 0 auto;
  }
  .btn_topBlog {
    margin: 30px auto 50px;
  }
  /* top end */


  /* page common */
  .page_mv{
    /* height: 140px;
    padding: 0 5%; */
    padding: 20px 0;
  }
  .page_title{
    font-size: 28px;
  }
  .page_title span{
    font-size: 16px;
  }
  /* page common end */


  /* price */
  .priceIntro-wrap{
    padding: 50px 0 30px;
  }
  .priceIntro_title{
    font-size: 20px;
    margin-bottom: 15px;
  }

  .priceLink-wrap{
    width: 298px;
  }
  .priceLink:nth-child(3){
    margin-bottom: 10px;
  }

  .price_content-inner{
    padding: 50px 0;
  }
  .price_content_title{
    font-size: 20px;
    margin-bottom: 15px;
  }

  #price02 .price_scrollText{
    display: block;
  }
  #price02 .priceTable{
    width: 750px;
  }
  /* price end */


  /* shop */
  .shopContent-wrap{
    padding: 50px 0;
  }
  .shop_name{
    font-size: 20px;
    margin-bottom: 15px !important;
  }
  .shop_info-wrap{
    margin-bottom: 30px;
  }

  .shopImage-wrap{
    display: block;
  }
  .shop_ph{
    width: 100%;
  }
  .shop_ph_thumb-wrap{
    width: 100%;
    flex-direction: row;
    margin-top: 10px;
  }
  .shop_ph_thumb{
    width: 24%;
  }
  /* shop end */


  /* company */
  .company_mission-wrap{
    padding: 50px 5%;
  }
  .company_mission_title_en{
    font-size: 45px;
  }
  .company_mission_title_sub{
    font-size: 20px;
  }
  .company_mission_text{
    text-align: left;
  }
  .company_value_head{
    display: block;
  }
  .company_value_head_left{
    width: 100%;
  }
  .company_value_head_left .company_mission_title_en,
  .company_value_head_left .company_mission_title{
    text-align: center;
  }

  .company_value-wrap{
    padding: 50px 0 70px;
  }
  .company_value_head_right{
    width: 100%;
    max-width: none;
  }
  .company_valu_list-wrap{
    display: block;
  }
  .company_valu_list{
    width: 100%;
    max-width: none;
    /* padding: 30px 30px 10px 80px; */
    padding: 20px 30px;
  }
  .company_valu_list dt,
  .company_valu_list dd{
    padding-left: 35px;
  }

  .company_valu_list dt{
    font-size: 22px;
    /* margin-bottom: 5px; */
  }
  /* .company_valu_list dd{
    font-size: 16px;
  } */



  /* .company_valu_list li{
    font-size: 18px;
    padding-left: 60px;
  } */
  /* .company_valu_list li:before{
  } */

  .company_messeage-wrap{
    padding-bottom: 50px;
  }
  .company_message_title-wrap{
    /* margin: 40px 0; */
    margin: 30px 0 20px;
  }
  .company_message_title-wrap h2{
    font-size: 24px;
  }
  .company_message_title-wrap p{
    font-size: 18px;
  }
  .company_message_sign img{
    width: 186px;
  }

  .company_info-wrap{
    padding: 50px 0 70px;
  }
  .company_info_title{
    font-size: 20px;
    margin-bottom: 30px;
  }
  .company_info{
    display: block;
  }
  .company_info_left{
    width: 100%;
    max-width: none;
  }
  .company_info_right{
    width: 100%;
    max-width: none;
    margin: 30px 0 0;
  }
  /* .company_info_list{
    font-size: 14px;
  } */
  .company_info_list dt,
  .company_info_list dd{
    padding: 12px 0;
  }
  .company_info_list dt{
    /* width: 100px; */
    padding-left: 12px;
  }
  .company_info_list dd{
    /* width: calc(100% - 100px); */
    padding: 12px 8px;
  }
  /* company end */


  /* contact */
  .contact_check_title{
    font-size: 18px;
    margin-bottom: 30px;
  }
  /* contact end */


  /* brand */
  .brandContent_title{
    font-size: 20px;
  }
  .brandContent_image{
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .brand02_content-inner{
    padding: 50px 0 70px;
  }
  .brand02_content_title{
    font-size: 20px;
  }
  .brand02_box{
    display: block;
    padding: 30px 0;
  }
  .brand02_box_content{
    width: 100%;
    max-width: none;
  }
  .brand02_box_title{
    margin-bottom: 15px;
  }
  .brand02_box_image{
    width: 100%;
    max-width: 400px;
    margin-top: 30px;
  }

  .brand04_head{
    padding-top: 20px;
  }
  .btn_brand04{
    width: 100%;
  }

  .brandContent05,
  .brandContent06{
    padding: 50px 0;
  }

  /* .brand03_content-inner{
    padding: 50px 0;
  }

  .brand04_content-inner{
    padding: 50px 0;
  }
  .brand04_head_logo{
    width: 80px;
  }
  .brand04_head_content {
    width: calc(100% - 115px);
  }
  .brand04_head_title{
    font-size: 18px;
  }
  .btn_brand04{
    margin: 15px 0 0;
  }

  .brand05_content-inner{
    padding: 50px 0;
  } */
  /* brand end */


  /* youtube */
  .itemDetail_q-wrap{
    display: block;
    margin: 50px 0 0;
  }
  .itemDetail_q_title-wrap{
    height: auto;
    position: static;
    padding: 50px 0 20px;
  }
  .itemDetail_q_title{
    font-size: 24px;
    padding: 12px 20px;
  }
  .itemDetail_q_left,
  .itemDetail_q_right{
    width: 100%;
    padding: 0;
  }
  .itemDetail_q_left{
    padding-right: 0;
    padding: 30px 0;
  }
  .itemDetail_q_right{
    /* height: 200px; */
    height: 250px;
  }
  .itemDetail_q_case{
    max-width: none;
    margin: 0 auto 30px;
  }
  .itemDetail_q_case_num{
    width: 75px;
    height: 75px;
    font-size: 14px;
  }
  .itemDetail_q_case_num span{
    font-size: 28px;
  }
  .itemDetail_q_case_text{
    width: calc(100% - 95px);
    font-size: 20px;
  }

  .youtube_solution-wrap{
    padding: 50px 0 70px;
  }
  .youtube_solution_content{
    width: 100%;
  }
  .youtube_solution_title{
    font-size: 24px;
    padding: 0 45px;
    margin: 0 auto 30px;
  }
  .youtube_solution_title:before,
  .youtube_solution_title:after{
    border-width: 14px 8px 0 8px;
  }

  .youtube_solution_content_copy{
    font-size: 18px;
    margin-bottom: 20px;
  }
  .youtube_solution_content_title{
    font-size: 22px;
    margin-bottom: 20px;
  }
  .youtube_solution_content_text{
    font-size: 15px;
  }

  .youtube-ch_text{
    width: 100%;
    margin-bottom: 30px !important;
  }

  .youtube_recommend-wrap{
    padding: 50px 0;
  }
  .youtube_recommend_title{
    font-size: 26px;
  }
  .youtube_recommend_title span{
    font-size: 18px;
  }
  .youtube_recommend_box_text{
    font-size: 16px;
    padding: 12px;
  }
  .youtube_recommend_box_title{
    font-size: 16px;
  }

  .youtube_recommend-inner{
    margin-top: 30px;
  }

  .youtube_live_title{
    font-size: 26px;
  }
  .youtube_live_content-wrap{
    width: 100%;
    max-width: 504px;
  }
  .youtube_live_message-wrap{
    align-items: flex-end;
  }
  .youtube_live_message_ph{
    width: 80px;
  }
  .youtube_live_message{
    width: calc(100% - 120px);
    font-size: 16px;
    padding: 16px;
  }
  .youtube_live_content_title{
    font-size: 24px;
  }

  /* .youtube_live-wrap{
    padding: 50px 0;
  }
  .youtube_live_title{
    font-size: 24px;
    margin-bottom: 30px;
  }
  .youtube_live_image{
    margin-bottom: 30px;
  }
  .youtube_live_content-wrap{
    display: block;
  }
  .youtube_live_left{
    width: 100%;
  }
  .youtube_live_left_title{
    font-size: 22px;
    margin-bottom: 15px;
  }

  .youtube_live_right{
    width: 100%;
    max-width: none;
    margin-top: 30px;
  }
  .youtube_live_right_text{
    font-size: 15px;
    padding: 15px 20px;
  }
  .youtube_live_right_text:after{
    width: 24px;
    height: 36px;
    transform: rotate(90deg);
    bottom: auto;
    top: -20px;
    left: 20px;
  } */
  /* youtube end */


  /* how to car wash */
  .htcw_intro-wrap{
    padding: 50px 0 20px;
  }
  .htcw_intro{
    margin: 0 auto 30px;;
  }
  .htcw_intro_title{
    font-size: 20px;
  }

  .htcwContent_title{
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 35px;
  }
  .htcwContent_title h2{
    font-size: 22px;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .htcwContent_title p{
    font-size: 16px;
  }
  .htcwContent_title p:before {
    left: 15px;
    bottom: auto;
    top: -15px;
    transform: rotate(90deg);
  }

  .select10_box{
    width: 49%;
  }
  .htcw_recommend{
    padding: 50px 0;
  }
  .btn_htcw_blog{
    margin-top: 30px;
  }


  /* how to car wash end */


  /* shopping guide */
  .shopping-guide-wrap{
    padding: 50px 0;
  }
  .shopping-guide-wrap > h2{
    font-size: 24px;
    margin: 0 auto 20px;
  }
  .shopping-guide_box h3{
    font-size: 18px;
    margin-bottom: 10px;
    padding: 2px 0 2px 15px;
  }
  .shopping-guide_box h3:before{
    width: 3px;
  }
  .shopping-guide-inner{
    display: block;
  }
  .shopping-guide_box-wrap{
    width: 100%;
    max-width: none;
  }
  .shopping-guide_box-wrap:not(:last-of-type){
    margin-bottom: 35px;
  }
  /* shopping guide end */


  /* members */
  .membersIntro-wrap{
    padding: 50px 0 0;
  }
  .membersIntro_title{
    font-size: 40px;
    text-align: left;
  }
  /* .members_title span{
    font-size: 45px;
  } */
  .membersIntro_text{
    text-align: left;
  }


  .membersBenefits-wrap{
    padding: 50px 0;
  }
  .membersBenefits_title{
    font-size: 26px;
    padding-bottom: 20px;
  }
  .membersBenefits_title:after{
    height: 3px;
  }
  .membersBenefits_text{
    text-align: left;
    margin: 30px 0;
  }

  /* .membersBenefits_table th,
  .membersBenefits_table td{
    font-size: 16px;
  } */
  .membersBenefits_table tr th:first-of-type{
    width: 200px;
  }

  /* .membersBenefits_box p{
    font-size: 16px;
  } */
  .membersBenefits_box{
    padding: 15px 10px 15px 130px;
  }
  .membersBenefits_box:before{
    left: -10px;
  }

  /* .membersBenefits_detail-wrap{
    padding-top: 50px;
  } */
  /* .membersBenefits_detail_title{
    font-size: 26px;
    margin: 0 0 30px;
  } */
  .membersBenefits_detail-inner{
    display: block;
  }
  .membersBenefits_detail_box{
    width: 100%;
    max-width: none;
    margin: 0 auto 50px;
  }

  .membersPoint_notice_title{
    font-size: 18px;
    margin: 0 0 20px;
  }

  /* .membersBenefits_detail_title{
    height: 90px;
  } */
  .membersBenefits_detail_title h3{
    font-size: 26px;
    /* padding-bottom: 20px; */
    top: -20px;
  }
  .membersBenefits_detail_text{
    font-size: 18px;
  }
  .membersBenefits_detail_box h4{
    margin: 0 0 10px;
  }

  .membersCP_parts_top{
    padding: 70px 0 0;
  }
  .membersCP_num{
    font-size: 20px;
  }
  .membersCP_title{
    font-size: 30px;
  }
  .membersCP_title:after{
    width: 60px;
    height: 3px;
  }

  .membersCP01_text,
  .membersCP02_text{
    /* font-size: 15px; */
    text-align: left;
    line-height: 2;
  }

  .membersPointBox_text{
    font-size: 22px;
    line-height: 1.3;
  }
  .membersCP_textL{
    font-size: 54px;
  }
  /* .membersPointBox_text span{
    font-size: 48px;
  } */
  .membersPointBox_note{
    font-size: 15px;
  }
  .btn_membersCP01{
    width: 100%;
    max-width: 320px;
  }

  .btn_membersCP02-wrap{
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  .btn_membersCP02{
    width: 100%;
    max-width: 300px;
  }
  .btn_membersCP02:not(:last-of-type){
    margin-bottom: 30px;
  }

  .membersCP02_detail_title{
    font-size: 18px;
  }
  .membersCP02_detail_flow{
    font-size: 18px;
    justify-content: flex-start;
  }
  .membersCP02_detail_flow_note{
    font-size: 14px;
    text-align: left;
    margin-top: 10px;
  }
  #shopify-section-template--23708097249572__173226639696f10c04 .vip-app-referral-code-block_description{
    font-size: 18px;
  }
  #shopify-section-template--23708097249572__173226639696f10c04 .vip-app-referral-code-block_code{
    font-size: 24px;
  }

  .membersPointBox_title{
    font-size: 20px;
  }

  #shopify-section-template--23708097249572__1727340022a983edfc .vip-app-referral-code-register-form-block .vip-app-referral-code-register-form-block_description{
    font-size: 18px;
  }

  .membersCP_parts_bottom-inner{
    padding-bottom: 50px;
  }
  .membersCP_parts_bottom-inner .membersCP02_detail_flow,
  .membersCP_parts_bottom-inner .membersCP02_detail_flow_note{
    /* width: 90%; */
    margin: 0 auto;
    margin-top: 10px;
  }

  .membersCP02_detail_arrow{
    height: 75px;
  }
  .membersCP02_detail_arrow:after{
    font-size: 20px;
  }

  .membersProgram_notice-wrap{
    padding: 50px 0;
  }

  .membersCP02_onetime{
    font-size: 18px;
  }


  /* item detail */
  .itemDetail_features_title{
    font-size: 26px;
    margin-bottom: 20px !important;
  }
  .itemDetail_features_title span{
    display: block;
    padding: 0;
  }
  .itemDetail_features_title:before,
  .itemDetail_features_title::after{
    content: none;
  }


  .itemDetail_features-wrap{
    display: block;
  }
  .itemDetail_features_ph{
    width: 100%;
  }
  .itemDetail_features_content{
    width: 100%;
  }
  .itemDetail_features_content h3{
    font-size: 24px;
    /* margin: 15px 0 !important; */
    margin: 20px 0 15px !important
  }

  .itemDetail_kodawari-wrap{
    display: block;
  }
  .itemDetail_kodawari-inner{
    width: 90%;
    margin: 0 auto;
  }
  .itemDetail_kodawari_content{
    padding-left: 0;
  }
  .itemDetail_kodawari_title{
    font-size: 36px;
    margin-bottom: 10px;
  }
  .itemDetail_kodawari_image-wrap{
    width: 90%;
    position: static;
    margin: 30px auto 0;

    display: flex;
    justify-content: flex-end;
  }
  .itemDetail_kodawari_image{
    position: static;
  }
  .temDetail_kodawari_name{
    position: static;
    margin-top: 10px;
  }
  .itemDetail_a-wrap{
    width: 100%;
  }

  #shopify-section-template--22895944892708__advanced_content_iEXTyr{
    padding: 30px 0;
  }
  #shopify-section-template--22895944892708__advanced_content_iEXTyr .page-width{
    padding: 0;
  }
  .itemDetail_point-wrap{
    border-top: 10px solid #D7000F;
  }
  .itemDetail_point_intro_num{
    width: 24%;
    top: 2%;
    left: 7%;
  }
  .itemDetail_point{
    display: block;
    /* padding: 50px; */
    padding: 30px 5%;
  }
  .itemDetail_point_image{
    /* width: 100%; */
    width: 80%;
    max-width: none;
    /* margin-bottom: 30px; */
    margin: 0 auto 30px;
  }
  .itemDetail_point_content{
    width: 100%;
  }
  .itemDetail_point_num{
    font-size: 18px;
  }
  .itemDetail_point_title{
    font-size: 24px;
  }


  #shopify-section-template--22895944892708__advanced_content_7TxqWr .page-width{
    padding: 0;
  }
  .itemDetail_mechanisms_bg{
    padding: 50px 6%;
  }
  .itemDetail_mechanisms_title{
    font-size: 36px;
    margin-bottom: 30px !important;
  }
  .itemDetail_mechanisms_image{
    width: 100%;
    margin: 30px 0 0;
  }

  .itemDetail_howtouse_title,
  #shopify-section-template--22895944892708__faq_jwLxbh h2{
    font-size: 24px;
  }

  /* .itemDetail_buy-wrap{
    padding: 50px 0;
  } */
  .itemDetail_buy-wrap h2{
    font-size: 26px;
    margin-bottom: 30px !important;
  }
  .itemDetail_buy-inner{
    display: block;
  }
  .itemDetail_buy_left {
    width: 100%;
    margin-bottom: 20px;
  }
  .itemDetail_buy_right{
    width: 100%;
  }
  .itemDetail_buy_title{
    font-size: 20px;
    margin-bottom: 10px !important;
  }
  .itemDetail_buy_price{
    font-size: 20px;
    margin-bottom: 30px !important;
  }
  .btn_itemDetail_buy{
    height: 40px;
  }

  /* .btn_sticky-buy{
    width: 100%;
    height: 40px;
    font-size: 14px;
    bottom: 0;
    right: 0;
  } */
  .btn_sticky-buy{
    width: 80px;
    height: 80px;
    font-size: 14px;
    right: 10px;
    bottom: 10px;
  }
  .btn_sticky-buy_arrow,
  .btn_sticky-buy_text{
    margin-bottom: 12px;
  }

  .pw_howto-exchange_note h3, .pw_howto-exchange_note p{
    font-size: 16px;
  }


  /* starter */
  .starter_mv-wrap{
    margin-bottom: 0;
  }
  .starter_intro_content{
    display: block;
  }
  .starter_intro_content_ph,
  .starter_intro_content_text{
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  .starter_intro_content_text h3{
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .slide_youtube-wrap{
    padding: 50px 0;
  }
  .slide_youtube_title{
    font-size: 24px;
    margin-bottom: 30px;
  }

  .swiper-starter{
    width: 100%;
  }
  .youtube-slide{
    display: block !important;
  }
  .youtube-slide_ph{
    width: 100%;
    max-width: none;
    margin: 0 auto 30px;
  }
  .youtube-slide_content{
    width: 100%;
    margin: 0 auto;
    padding: 0 5%;
  }
  .youtube-slide_cat, .youtube-slide_name{
    /* font-size: 26px; */
    font-size: 24px;
    margin-bottom: 10px;
  }
  .youtube-slide_price{
    font-size: 20px;
  }

  .starter_middle-wrap{
    padding: 30px 0;
  }
  .starter_middle-wrap p{
    font-size: 24px;
  }

  /* .starter_lutecia-wrap p{
    font-size: 24px;
  } */

  .youtube_starter_title{
    font-size: 24px;
    margin-bottom: 20px;
  }
  .youtube_starter_title span{
    font-size: 18px;
  }

  .starter_about-inner{
    display: block;
    padding: 50px 0;
  }
  .starter_about_content{
    width: 100%;
    max-width: none;
  }
  .starter_about_content h2{
    font-size: 22px;
    margin-bottom: 20px;
  }
  .starter_about_content p{
    margin-bottom: 30px;
  }
  .starter_about_ph{
    width: 100%;
    max-width: none;
    margin-bottom: 30px;
  }

  .thumb_youtube-slide{
    width: 100px !important;
  }

  .youtube_starter_name{
    font-size: 26px;
  }
  .youtube_starter_price{
    font-size: 22px;
  }

  .btn_starter_about{
    margin: 0 auto;
  }
  .btn_fixed_starter{
    width: 100px;
    height: 100px;
    font-size: 14px;
    right: 10px;
    bottom: 10px;
  }
  .btn_fixed_starter_arrow{
    margin-top: 10px;
  }


  /* service */
  .serviceImage_t-44{
    margin-top: 22px;
  }
  .serviceImage_b-44{
    margin-bottom: 22px;
  }
  .serviceImage_b-6{
    margin-bottom: 3px;
  }
  .serviceContent-inner h2{
    font-size: 20px;
    margin-bottom: 10px;
  }
  .serviceContentImage_2column-wrap{
    margin-top: 30px;
  }
  .serviceContentImage_2column{
    display: block;
    margin-bottom: 30px;
  }
  .serviceContentImage_2column img{
    width: 100%;
    margin-bottom: 10px;
  }


  /* pure water collections */
  .cat_pw_title_sub{
    font-size: 18px;
  }
  .cat_pw_title{
    font-size: 24px;
  }
  .cat_pw_info-inner{
    margin: 50px 0 0;
  }
  .cat_pw_intro_box-wrap{
    display: block;
    margin: 30px 0 0;
  }
  .cat_pw_intro_box{
    width: 100%;
    margin: 0 auto;
    padding: 30px 5%;
  }
  .cat_pw_intro_box:first-of-type{
    margin-bottom: 50px;
  }
  .cat_pw_intro_title{
    font-size: 20px;
    margin-bottom: 20px;
  }
  .cat_pw_intro_box:before,
  .cat_pw_intro_box:after{
    width: 28px;
  }

  .cat_pw_product-wrap{
    display: block;
    margin: 0 auto;
  }
  .cat_pw_product_image{
    width: 100%;
    margin: 0 auto 10px;
  }
  .cat_pw_product_text{
    justify-content: center;
  }
  .cat_pw_product_text p{
    font-size: 26px;
  }
  .cat_pw_product_text p span{
    font-size: 24px;
  }

  .cat_pw_solution-wrap{
    display: block;
  }
  .cat_pw_solution_box{
    width: 100%;
    max-width: none;
  }
  .cat_pw_solution_box:not(:last-of-type){
    margin-bottom: 50px;
  }
  .cat_pw_solution_image{
    margin: 15px 0 0;
  }
  .cat_pw_info_box{
    display: block;
  }
  .cat_pw_info_box:not(:last-of-type){
    margin: 0 0 50px;
  }
  .cat_pw_info_box:nth-child(1) .cat_pw_info_box_content,
  .cat_pw_info_box:nth-child(odd) .cat_pw_info_box_content{
    margin-right: 0;
  }
  .cat_pw_info_box:nth-child(2n) .cat_pw_info_box_content{
    margin-left: 0;
  }
  .cat_pw_info_box_image{
    margin-top: 20px;
  }
  .cat_pw_info_box_image,
  .cat_pw_info_box:nth-child(1) .cat_pw_info_box_image{
    width: 100%;
  }

  .cat_pw_message_text{
    margin: 30px auto 50px;
  }
  .cat_pw_message_box{
    display: block;
    padding: 30px;
  }
  .cat_pw_message_box_text{
    width: 100%;
    max-width: none;
  }
  .cat_pw_message_box_text p:not(:last-of-type){
    margin-bottom: 20px;
  }
  .cat_pw_message_box_image{
    width: 100%;
    max-width: none;
    margin-top: 30px;
  }


  /* item detail pure-water */
  .pw_waterSpot_title{
    font-size: 24px;
  }
  .pw_waterSpot_title_sub{
    font-size: 18px;
  }
  .pw_water-spor_reverse .itemDetail_features_ph{
    margin-bottom: 15px;
  }
  .pw_waterSpot_cause_title{
    font-size: 24px;
    margin-top: 50px !important;
    margin-bottom: 15px !important;
  }
  .pw_taisaku_title{
    font-size: 24px;
    margin-bottom: 15px;
  }
  .pw_taisaku_title:before, .pw_taisaku_title:after{
    height: 24px;
  }
  .pw_taisaku-wrap{
    flex-direction: column;
    align-items: center;
  }
  .pw_taisaku{
    width: 100%;
  }
  .pw_taisaku:not(:last-of-type){
    margin-bottom: 30px;
  }

  .pw_useImage_title{
    font-size: 24px;
  }
  .pw_useImage-wrap{
    flex-direction: column;
    align-items: center;
  }
  .pw_useImage{
    width: 100%;
  }
  .pw_useImage:not(:last-of-type){
    margin-bottom: 20px;
  }

  .pw_howtoImage-wrap{
    width: 100%;
  }

  .pw_conectImage-wrap{
    display: block;
  }
  .pw_conectImage_content{
    width: 100%;
    padding-left: 0;
  }
  .pw_conectImage_content h3{
    font-size: 24px;
    margin-bottom: 15px !important;
  }
  .pw_conectImage_ph{
    width: 100%;
    margin-top: 15px;
  }

  .pw_conect_desc-wrap{
    flex-direction: column;
    align-items: center;
  }
  .pw_conect_desc{
    width: 100%;
  }
  .pw_conect_desc:not(:last-of-type){
    margin-bottom: 30px;
  }
  .pw_conect_desc h4{
    font-size: 20px;
    padding: 20px 5%;
  }
  .pw_conect_desc p{
    padding: 20px 5%;
  }

  #shopify-section-template--23678501585188__advanced_content_qc3JBQ .index-section{
    padding: 50px 0 !important;
  }
  .pw_ionExchangeResin_content h2{
    font-size: 24px;
    margin-bottom: 20px !important;
  }
  .pw_ionExchangeResin-wrap{
    display: block;
  }
  .pw_ionExchangeResin_content{
    width: 100%;
  }
  .pw_ionExchangeResin_content p{
    margin-bottom: 30px !important;
  }
  .pw_ionExchangeResin_water h3{
    font-size: 24px;
  }
  .pw_ionExchangeResin_water dl dt,
  .pw_ionExchangeResin_water dl dd{
    font-size: 24px;
  }
  .pw_ionExchangeResin_ph{
    width: 100%;
    margin: 30px 0 0;
  }

  .pw_ionExchangeResin_note li{
    font-size: 16px;
    margin-top: 20px;
  }

  .pw_howto_title{
    font-size: 24px;
  }
  .pw_howto_title:before,
  .pw_howto_title:after{
    width: calc((100% - 180px) / 2);
  }
  .pw_howto-exchange-wrap{
    flex-direction: column;
    align-items: center;
  }
  .pw_howto-exchange_box{
    width: 90%;
  }
  .pw_howto-exchange_step{
    font-size: 18px;
    margin-bottom: 10px !important;
  }
  .pw_howto-exchange_image{
    margin-bottom: 30px;
  }
  .pw_exchange_arrow{
    width: 42px;
    transform: rotate(90deg);
    margin-top: 50px;
    margin-bottom: 50px;
  }

  /* cart */
  .ContinueShopping{
    padding-right: 0;
  }
  .ContinueShopping a{
    width: 150px;
    height: 40px;
    font-size: 14px;
  }
  /* cart end */

  /* register-successfully */
  #shopify-section-template--22895944958244__rich_text_CkQQHW{
    margin-bottom: 30px;
  }
  /* register-successfully end */


  /* search result */
  .searchResult_box{
    width: 100%;
  }
  /* search result end */


  /* privacy */
  .privacy-wrap{
    padding: 50px 0;
  }
  .privacy-wrap h1{
    font-size: 26px;
  }
  .privacy-wrap h2{
    font-size: 18px;
  }
  /* privacy end */

  /* all */
  .selectItem_all .fs-c-productListCarousel__list__item{
    max-width: 200px;
    min-width: 200px;
    margin: 0 10px;
  }
  /* all end */

}

@media screen and (max-width: 750px) {
  #price01 .price_scrollText{
    display: block;
  }
  #price01 .priceTable{
    width: 680px;
  }
}
@media screen and (max-width: 680px) {
  #price04 .price_scrollText{
    display: block;
  }
  #price04 .priceTable{
    width: 650px;
  }

  /* members end */
  .members_scrollText{
    display: block;
  }
  .membersBenefits_table-wrap{
    overflow-y: scroll;
  }
  .membersBenefits_table{
    width: 620px;
  }

  /* mypage */
  .pointlogTable-wrap{
    overflow-y: scroll;
  }
  .pointlog_scrollText{
    display: block;
  }
  #point-logs-table{
    width: 600px;
  }

}

@media screen and (max-width: 600px) {
  /* .topCatBox02 .topCatBox_content{
    margin-bottom: 100px;
  } */

  /* youtube */
  .small--one-half {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }

  /* how to car wash */
  .select10_box{
    width: 100%;
    margin-bottom: 50px;
  }
}

/* @media screen and (max-width: 550px) {
  .price_mv{
    background-position: center;
  }
  .price_title{
    color: #fff;
  }
} */

@media screen and (max-width: 500px) {
  .starter_middle_ph01,
  .starter_middle_ph02{
    width: 34%;
  }
}


/* ブログ移行 2024-11-15 */
.article__body .emoji{
  margin: 0!important;
  width: 1rem;
}
.article__body a {
  /* background: linear-gradient(transparent 50%, #EC9DA2 60%);
  text-decoration: none;
  line-height: 1;
  display: inline !important; */
  text-decoration: underline;
}
.article__body p {
  margin-bottom: 20px;
}
.article__body img{
  width: 100%;
}



.topInfo_0220{
  width: 90%;
  max-width: 760px;
  margin: 30px auto 0;
  padding: 30px;
  border: 3px solid #000;
}
.topInfo_0220 p{
  font-size: 15px;
}
.topInfo_0220 p:not(:last-of-type){
  margin-bottom: 1em;
}
.topInfo_0220_title{
  font-family: Midashi Go MB31, sans-serif;
  font-weight: 700;
  font-size: 16px !important;
  margin-bottom: 10px !important;
}
.topInfo_0220 p a{
  text-decoration: underline;
}


.topInfo_0220_strong{
  font-family: "Yu Gothic Pr6N B";
  color: #d7000f;
}

.topInfo_0325{
  width: 90%;
  max-width: 480px;
  height: 80px;
  border: 2px solid #000;
  margin: 100px auto 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Midashi Go MB31, sans-serif;
  font-size: 20px;
  color: #fff;
  text-align: center;
  background: #000;
  border-radius: 6px;
  transition: .3s;
}
.topInfo_0325:hover{
  color: #000;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .topInfo_0325{
    margin: 50px auto 30px;
  }
}


.grid-product__tag.grid-product__tag--sold-out{
  display: none;
}
