/** Shopify CDN: Minification failed

Line 1438:5 Expected ":"
Line 2428:2 Unexpected "}"

**/
.l_product_mv {
  background: url(/cdn/shop/files/bg_product_mv.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 50px 40px;
}
.product__bnrSpace img{
  width:100%;
  height:auto;
}


@media screen and (max-width: 768px) {
  .l_product_mv {
    padding: 13vw 5.33vw;
  }
}
.l_product_mv .l_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.p_product_mvTtl {
  font-size: 36px;
  text-align: center;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p_product_mvTtl {
    font-size: 6.4vw;
    margin-bottom: 5.333vw;
    line-height: 1.5;
  }
}

.p_product_mvTxt {
  font-size: 16px;
  text-align: center;
  max-width: 792px;
  margin: 0 auto;
  line-height: 1.7;
  color: #fff;
  font-weight: bold;
  margin-bottom: 34px;
}
@media screen and (max-width: 768px) {
  .p_product_mvTxt {
    font-size: 3.733vw;
  }
}

.p_product_mvBtn {
  text-align: center;
}
.p_product_mvBtn a {
  display: block;
  color: #fff;
  text-align: center;
  background-color: #000;
  width: 267px;
  height: 54px;
  line-height: 54px;
  background-image: url(/cdn/shop/files/icon_arrow_right_wh.svg);
  background-repeat: no-repeat;
  background-size: 6px;
  background-position: 88%;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p_product_mvBtn a {
    width: 230px;
    height: 50px;
    line-height: 50px;
    font-size: 3.77vw;
  }
}

.p_product_sliderSec {
  width: 100%;
  padding: 50px 40px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p_product_sliderSec {
    padding: 10.666vw 5.333vw;
  }
}

.p_product_slider {
  text-align: center;
  position: relative;
}
.p_product_slider .swiper-button-next,
.p_product_slider .swiper-button-prev {
  top: 80%;
}
@media screen and (max-width: 768px) {
  .p_product_slider .swiper-button-next,
  .p_product_slider .swiper-button-prev {
    top: 50%;
  }
}
@media screen and (max-width: 768px) {
  .p_product_slider .swiper-button-next {
    right: -20px;
  }
}
@media screen and (max-width: 768px) {
  .p_product_slider .swiper-button-prev {
    left: -20px;
  }
}
.p_product_slider .swiper-pagination {
  text-align: right;
  font-size: 15px;
  font-weight: bold;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .p_product_slider .swiper-pagination {
    font-size: 3.777vw;
  }
}

.p_product_sliderItem_thumbnail {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p_product_sliderItem_thumbnail {
    margin-bottom: 8vw;
  }
}
.p_product_sliderItem_thumbnail img {
  width: 100%;
}

.p_product_sliderItem_ttl {
  font-size: 36px;
  color: #000;
  margin-bottom: 40px;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p_product_sliderItem_ttl {
    font-size: 6.4vw;
    margin-bottom: 5vw;
  }
}

.p_product_sliderItem_txt {
  line-height: 1.7;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  max-width: 792px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  .p_product_sliderItem_txt {
    font-size: 3.77vw;
  }
}

.p_product_sliderItem_btn {
  text-align: center;
}
.p_product_sliderItem_btn a {
  display: block;
  font-weight: 500;
  color: #000;
  text-align: center;
  background-color: #d5d5d5;
  width: 267px;
  height: 54px;
  margin: 0 auto;
  line-height: 54px;
  background-image: url(/cdn/shop/files/icon_arrow_right_bk.svg);
  background-repeat: no-repeat;
  background-size: 6px;
  background-position: 92%;
}
@media screen and (max-width: 768px) {
  .p_product_sliderItem_btn a {
    width: 230px;
    height: 50px;
    line-height: 50px;
    font-size: 3.77vw;
  }
}

.p_product_twoColumnSec01 {
  padding: 50px 40px;
}
@media screen and (max-width: 768px) {
  .p_product_twoColumnSec01 {
    padding: 10.666vw 5.333vw;
  }
}

.p_product_twoColumnSec01_box {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p_product_twoColumnSec01_box {
    display: block;
  }
}

.p_product_twoColumnSec01_img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p_product_twoColumnSec01_img {
    width: 100%;
    margin-bottom: 6vw;
  }
}

.p_product_twoColumnSec01_contents {
  width: 50%;
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  .p_product_twoColumnSec01_contents {
    width: 100%;
    padding: 0;
  }
}

.p_product_twoColumnSec01_ttl {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.3;
  color: #000;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p_product_twoColumnSec01_ttl {
    font-size: 6.4vw;
    margin-bottom: 5vw;
  }
}

.p_product_twoColumnSec01_txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .p_product_twoColumnSec01_txt {
    font-size: 3.777vw;
  }
}

.p_product_twoColumnSec02 {
  padding: 50px 40px;
}
@media screen and (max-width: 768px) {
  .p_product_twoColumnSec02 {
    padding: 10.666vw 5.333vw;
  }
}

.p_product_twoColumnSec02_img {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .p_product_twoColumnSec02_img {
    width: 100%;
    position: unset;
  }
}
.p_product_twoColumnSec02_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p_product_twoColumnSec02_img img {
    height: auto;
  }
}

.p_product_twoColumnSec02_contents {
  width: 50%;
  background: #d5d5d5;
  height: 100%;
  padding: 135px 48px;
}
@media screen and (max-width: 768px) {
  .p_product_twoColumnSec02_contents {
    width: 100%;
    padding: 13vw 8vw;
  }
}

.p_product_twoColumnSec02_box {
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p_product_twoColumnSec02_box {
    flex-direction: column-reverse;
  }
}
.p_product_twoColumnSec02_box:nth-of-type(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .p_product_twoColumnSec02_box:nth-of-type(even) {
    flex-direction: column-reverse;
    margin-top: 8vw;
  }
}
.p_product_twoColumnSec02_box:nth-of-type(even) .p_product_twoColumnSec02_img {
  right: unset;
  left: 0;
}

.p_product_twoColumnSec02_ttl {
  font-size: 36px;
  font-weight: bold;
  color: #000;
  line-height: 1.3;
  margin-bottom: 23px;
}
@media screen and (max-width: 768px) {
  .p_product_twoColumnSec02_ttl {
    font-size: 6.4vw;
    margin-bottom: 5vw;
    line-height: 1.5;
  }
}

.p_product_twoColumnSec02_txt {
  font-size: 16px;
  line-height: 1.7;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p_product_twoColumnSec02_txt {
    font-size: 3.777vw;
  }
}

.p_product_threeColumnSec {
  padding: 50px 40px;
}
@media screen and (max-width: 768px) {
  .p_product_threeColumnSec {
    padding: 10.666vw 5.333vw;
  }
}

.b_product_threeColumm {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 23px;
}
@media screen and (max-width: 768px) {
  .b_product_threeColumm {
    display: block;
  }
  .b_product_threeColumm .b_product_threeColumm_item {
    margin-bottom: 8vw;
  }
}

.b_product_threeColumm_itemThumbnail {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .b_product_threeColumm_itemThumbnail {
    margin-bottom: 6vw;
  }
}
.b_product_threeColumm_itemThumbnail img {
  width: 100%;
}

.b_product_threeColumm_itemTtl {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .b_product_threeColumm_itemTtl {
    font-size: 5vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .b_product_threeColumm_itemTtl {
    margin-bottom: 5vw;
  }
}

.b_product_threeColumm_itemTxt {
  line-height: 1.7;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .b_product_threeColumm_itemTxt {
    font-size: 3.777vw;
  }
}

.p_product_twoColumnSec03 {
  padding: 50px 40px;
}
@media screen and (max-width: 768px) {
  .p_product_twoColumnSec03 {
    padding: 10.666vw 5.333vw;
  }
}

.p_product_twoColumnSec03_box {
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p_product_twoColumnSec03_box {
    flex-direction: column-reverse;
  }
}

.p_product_twoColumnSec03_img {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .p_product_twoColumnSec03_img {
    position: unset;
    width: 100%;
  }
}
.p_product_twoColumnSec03_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p_product_twoColumnSec03_img img {
    height: auto;
  }
}

.p_product_twoColumnSec03_contents {
  width: 50%;
  background: #f1f1f1;
  height: 100%;
  padding: 135px 48px;
}
@media screen and (max-width: 768px) {
  .p_product_twoColumnSec03_contents {
    width: 100%;
    padding: 10vw 8vw;
  }
}

.p_product_twoColumnSec03_ttl {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.3;
  color: #000;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p_product_twoColumnSec03_ttl {
    font-size: 6.4vw;
    margin-bottom: 6vw;
  }
}

.p_product_twoColumnSec03_txt {
  font-size: 24px;
  color: #000;
  font-weight: bold;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .p_product_twoColumnSec03_txt {
    font-size: 5vw;
  }
}

.p_product_twoColumnSec03_btn {
  text-align: center;
}
.p_product_twoColumnSec03_btn a {
  display: block;
  font-weight: 500;
  color: #000;
  text-align: center;
  background-color: #d5d5d5;
  width: 267px;
  height: 54px;
  line-height: 54px;
  background-image: url(/cdn/shop/files/icon_arrow_right_bk.svg);
  background-repeat: no-repeat;
  background-size: 6px;
  background-position: 92%;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p_product_twoColumnSec03_btn a {
    width: 230px;
    height: 50px;
    line-height: 50px;
    font-size: 3.777vw;
    margin: 30px auto 0;
  }
}

.p_product_variation {
  padding: 50px 40px;
}
@media screen and (max-width: 768px) {
  .p_product_variation {
    padding: 10.666vw 5.333vw;
  }
}

.l_product_section_ttl {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  padding-left: 20px;
  padding-bottom: 20px;
  border-bottom: #707070 1px solid;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .l_product_section_ttl {
    font-size: 4.6vw;
    padding-left: 0;
    padding-bottom: 5vw;
  }
}

.p_product_variationTxt {
  line-height: 1.7;
  font-size: 14px;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .p_product_variationTxt {
    font-size: 3.777vw;
    padding: 0;
  }
}

.b_product_variationList {
  margin: 50px auto 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 50px 10px;
}
@media screen and (max-width: 768px) {
  .b_product_variationList {
    margin: 8vw auto 0;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 10px;
  }
}

.b_product_variationList_itemThumbnail {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .b_product_variationList_itemThumbnail {
    margin-bottom: 5vw;
  }
}
.b_product_variationList_itemThumbnail img {
  width: 100%;
}

.b_product_variationList_itemTxt {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .b_product_variationList_itemTxt {
    font-size: 3.777vw;
  }
}

.p_product_oneColumnSec {
  padding: 50px 40px;
}
@media screen and (max-width: 768px) {
  .p_product_oneColumnSec {
    padding: 10.666vw 5.333vw;
  }
}

.p_product_oneColumnSec_img {
  margin-bottom: 35px;
}
.p_product_oneColumnSec_img img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p_product_oneColumnSec_img {
    margin-bottom: 6vw;
  }
}

.p_product_oneColumnSec_txt {
  padding: 0 20px;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 500;
  padding-bottom: 47px;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 768px) {
  .p_product_oneColumnSec_txt {
    padding: 0;
    font-size: 3.777vw;
    padding-bottom: 8vw;
  }
}

.p_product_accordionSec {
  padding: 50px 40px;
}
@media screen and (max-width: 768px) {
  .p_product_accordionSec {
    padding: 10.666vw 5.333vw;
  }
}

.p_product_accordionItem {
  border-bottom: 1px solid #707070;
  padding: 43px 20px;
}
@media screen and (max-width: 768px) {
  .p_product_accordionItem {
    padding: 8vw 5.333vw;
  }
}
.p_product_accordionItem:first-of-type {
  border-top: 1px solid #707070;
}

.p_product_accordionItem_ttl {
  font-size: 16px;
  font-weight: 500;
  padding-right: 40px;
  background: url(/cdn/shop/files/icon_plus_bk.svg) no-repeat;
  background-size: 11px;
  background-position: 98%;
  cursor: pointer;
}
.p_product_accordionItem_ttl.is-active {
  background: url(/cdn/shop/files/icon_minus_bk.svg) no-repeat;
  background-size: 11px;
  background-position: 98%;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p_product_accordionItem_ttl.is-active {
    margin-bottom: 6vw;
  }
}
@media screen and (max-width: 768px) {
  .p_product_accordionItem_ttl {
    font-size: 4.5vw;
    padding-right: 4vw;
  }
}

.p_product_accordionItem_txt {
  line-height: 1.7;
  padding-right: 40px;
  font-size: 14px;
  height: 0;
  overflow: hidden;
  transition: 0.2s ease height;
}
@media screen and (max-width: 768px) {
  .p_product_accordionItem_txt {
    padding-right: 4vw;
    font-size: 3.777vw;
  }
}

.p_product_download {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p_product_download {
    margin: 0 auto;
    text-align: center;
    margin-top: 8vw;
  }
}
.p_product_download a {
  font-size: 16px;
  background-color: #D5D5D5;
  color: #000;
  display: block;
  width: 311px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  padding-left: 40px;
  background-image: url(/cdn/shop/files/icon_download.svg);
  background-repeat: no-repeat;
  background-size: 23px;
  background-position: 30px;
}
@media screen and (max-width: 768px) {
  .p_product_download a {
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    font-size: 4vw;
    width: 280px;
  }
}

.p_product_specSec {
  padding: 50px 40px;
}
@media screen and (max-width: 768px) {
  .p_product_specSec {
    padding: 10.666vw 5.333vw;
    padding-right: 0;
  }
}

.p_product_spec {
  overflow-x: auto;
}

.p_product_specTable {
  width: -moz-max-content;
  width: max-content;
  max-width: 1200px;
}
@media screen and (max-width: 768px) {
  .p_product_specTable {
    max-width: 600px;
    padding-right: 5.333vw;
  }
}
.p_product_specTable tr {
  border-bottom: 1px solid #707070;
}
.p_product_specTable th {
  width: 32%;
  padding: 30px 20px;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .p_product_specTable th {
    width: 15%;
    padding: 6vw 0;
    font-size: 4.4vw;
  }
}
.p_product_specTable td {
  padding: 30px 40px;
  text-align: left;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .p_product_specTable td {
    padding: 6vw 6vw;
    font-size: 3.777vw;
  }
}
.p_product_specTable .p_product_specImg {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p_product_specTable .p_product_specImg {
    margin-bottom: 5vw;
  }
}

.p_product_related {
  padding: 50px 40px;
}
@media screen and (max-width: 768px) {
  .p_product_related {
    padding: 10.666vw 5.333vw;
  }
}

.b_product_relatedList {
  display: grid;
  grid-template-columns: repeat(11, 1fr);
  gap: 8px 2px;
}
@media screen and (max-width: 1050px) {
  .b_product_relatedList {
    grid-template-columns: repeat(6, 1fr);
    gap: 8px 2px;
  }
}
@media screen and (max-width: 768px) {
  .b_product_relatedList {
    grid-template-columns: repeat(4, 1fr);
    gap: 8px 2px;
  }
}

.b_product_relatedList_itemThumbnail {
  margin-bottom: 10px;
}

.b_product_relatedList_itemTtl {
  font-size: 12px;
  text-align: center;
  line-height: 1.7;
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .b_product_relatedList_itemTtl {
    font-size: 3.277vw;
  }
}

.p_product_category {
  padding: 50px 40px;
  /* border-top: 1px solid #707070; */
}
@media screen and (max-width: 768px) {
  .p_product_category {
    padding: 10.666vw 5.333vw;
  }
}

@media screen and (max-width: 768px) {
  .p_product_categoryTable tr {
    display: flex;
    flex-direction: column;
    margin-bottom: 5vw;
  }
}
.p_product_categoryTable th {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
  padding-left: 20px;
  padding-bottom: 50px;
  width: 30%;
  text-align: left;
  vertical-align: top;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p_product_categoryTable th {
    font-size: 5vw;
    padding-left: 0;
    padding-bottom: 7vw;
    width: 100%;
  }
}
.p_product_categoryTable td {
  width: 70%;
  box-sizing: border-box;
  padding-bottom: 50px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .p_product_categoryTable td {
    width: 100%;
    padding-bottom: 7vw;
    font-size: 3.777vw;
  }
}
.p_product_categoryTable td .img_box {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
}
@media screen and (max-width: 768px) {
  .p_product_categoryTable td .img_box {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
}

.p_product_recommend {
  padding: 50px 40px;
}
@media screen and (max-width: 768px) {
  .p_product_recommend {
    padding: 10.666vw 5.333vw;
  }
}

.b_product_recommendList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .b_product_recommendList {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 10px;
  }
}

.b_product_recommendList_itemThumbnail {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .b_product_recommendList_itemThumbnail {
    margin-bottom: 6vw;
  }
}

.b_product_recommendList_itemTtl {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .b_product_recommendList_itemTtl {
    margin-bottom: 5vw;
    font-size: 5vw;
  }
}

.b_product_recommendList_itemTxt {
  font-size: 14px;
  line-height: 1.7;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .b_product_recommendList_itemTxt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
}/*# sourceMappingURL=page.css.map */

.swiper-button-prev img,.swiper-button-next img {
  border:none !Important;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  display:none;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  display:none;
}

.product__designer p {
  font-size:22px;
  color:#969696;
}
.product__designer a {
  color:#000;
}
.product__designer {
  margin-bottom:10px;
}
.product__title h1 {
  font-size:36px;
  color:#000;
  font-weight:normal;
}
.product__brand {
  color:#000;
}
.product__brand p {
  font-size:18px;
  color:#000;
}
.product__brand {
  line-height:1.5;
}
.product__id a,.product__id span {
  text-decoration:underline;
  color:#000;
}

.product__shortLegend p {
  font-size:16px;
  color:#000;
  line-height:1.7;
}

.product__labelWrap {
  width:100%;
  overflow:auto;
  margin-bottom:25px !important;
  position:relative;
  padding-right:30px;
  
}
.product__labels {
  position:relative;
}
@media screen and (max-width: 768px) {
  .product__labelWrap {
    padding-right:0;
  }
    .product__labels:after {
        content: "";
        display: block;
        width: 5%;
        position: absolute;
        right: -10px;
        top: 0;
        width: 5%;
        background: #fff;
        box-shadow: 10px 0 10px 30px #fff;
        height: 100%;
    }
}
.product__label {
  display:flex;
  width:max-content;
  flex-wrap:nowrap;
  gap:16px;
  padding-bottom:20px;
}
.product__label p {
  border:1px solid #000;
  color:#000;
  padding:5px 16px;
  font-size:12px;
}
.product-form__input--pill .form__label {
  margin-bottom:14px !Important;
}
.product-form__input--pill input[type=radio]+label {
  background:transparent;
  border:none !important;
  border-radius:0 !important;
}
.variant__box.variant_button {
  display:flex;
  gap:14px;
  /*
  margin-top:2px;
  margin-left: 2px;
  margin-right: 2px;
  */
}
.variant__box.variant_button .variant-label {
    padding: 2px !important;
}
.product-form__input--pill input[type=radio]+label {
  padding:0 !Important;
  margin:0 !Important;
    background:transparent !important;
  color:#000 !important;
}
.product-form__input--pill input[type=radio]:checked+label {
  background:transparent !important;
  color:#000 !important;
}

.variant__boxWrap {
  max-width:566px;
  overflow-x:auto;
  padding-right:40px;
  padding-bottom:20px;
}
.variant__box {
  width:max-content;
  align-items:stretch;
}
.variant-label {
  width:140px;
  font-size:16px;
}
.variant-label img {
  width:140px;
  height:140px;
  object-fit:cover;
  margin-bottom:10px;
  display:block;
}
@media screen and (max-width: 768px) {
  .variant-label {
    width:90px;
    /*height:90px;*/
    font-size:12px;
  }
  .variant-label img {
    width:90px;
    height:90px;
  }
}
.product-form__input--pill input[type=radio]:checked+label img {
  outline:2px solid #6A6A6A;
}

.product__bandle *{
  color:black;
}
.product__bandleSlider {
  overflow:hidden;
  position:relative;
}
.product__bandleSlider .swiper-button-prev {
  left:0;
  top:135px;
}
.product__bandleSlider .swiper-button-next {
  right:0;
  top:135px;
}
.product__bandleSlider {
  background:#F7F7F7;
  padding:30px;
}
.product__bandleTtl {
  font-size:16px;
  font-weight:normal;
  margin-bottom:10px;
  line-height:1.5;
}

.product__bandleLink {
  font-size:16px;
  margin-bottom:20px;
  line-height:1.5;
}
.product__bandleLink a {
  text-decoration:underline;
}
@media screen and (max-width: 768px) {
.product__bandleTtl span {
  font-size:16px;
}
  .product__bandleLink {
  font-size:14px;
  }
  .product__bandleSlider .swiper-button-next,.product__bandleSlider .swiper-button-prev {
    top:48%;
    width:9px;
  }
  .product__bandleSlider .swiper-button-next {
    right:7px;
  }
  .product__bandleSlider .swiper-button-prev {
    left:7px;
  }
}
.product__shortLegend p {
  word-break: auto-phrase;
}
.product__bandleItem_box {
  display:flex;
  gap:20px;
}
.product__bandle {
  margin-bottom:44px !important;
}
.product__bandleItem_img {
  width:40%;
}
.product__bandleItem_img img {
  width:100%;
}
.product__bandleItem_contents {
  width:54%;
}





.product__bandleItem_desc {
  font-size:12px;
  line-height:1.4;
  color:#6A6A6A;
  margin-bottom:10px;
}
.product__bandleItem_price {
  display:flex;
  align-items:center;
  color:#000;
  margin-bottom:10px;
}
.product__bandleItem_price p {
  font-size:24px;
}
.product__bandleItem_price  span {
  font-size:12px;
  margin-left:8px;
}









.product__bandleItem_ttl{
  font-size:18px;
  line-height:150%;
  margin:0 0 0.3em 0;
  font-weight:normal;
  color:#000;
  display:block;
  font-feature-settings:"palt";
}
.product_bandleItem_legend{
  font-size:14px;
  line-height:150%;
  margin:0 0 0.5em 0;
  font-weight:normal;
  color:#000;
  display:block;
}
.product__bandleItem_price{
  display:flex;
  justify-content:left;
  align-items:baseline;
  font-size:24px;
  line-height:150%;
}
.product__bandleItem_price > span{
  font-size:14px;
}
@media screen and (max-width: 768px) {
  .product__bandleItem_ttl {
    font-size:16px;
    line-height:150%;
    margin:0;
  }
  .product_bandleItem_legend{
    display:none;
  }
  .product__bandleItem_price{
    font-size:16px;
    line-height:150%;
  }
  .product__bandleItem_price > span{
    font-size:12px;
  }
  .product__bandle .product-form__submit{
    margin:0;
  }
}



















.messageBox {
  display:flex;
  align-items:center;
  margin-bottom:15px;
}
.messageBox label {
  font-size:12px;
  margin-right:15px;
  color:#000;
}
.product_tag a {
  color:#000;
}
input#message {
  width:180px;
  box-sizing:border-box;
  border:1px solid #000;
  padding:8px 10px;
  font-size:16px;
}
input#message::placeholder {
  font-size:12px;
}

.collectionCartBtn {
  font-size:11px;
  border:1px solid #000;
  background:transparent;
  padding:10px 16px;
  cursor:pointer;
}
.price .price-item,.product__tax,.product-form__input .form__label,.product-popup-modal__button {
  color:#000;
}
@media screen and (min-width: 750px) {
 
    .product__info-container .price--on-sale .price-item--regular {
        font-size: 2rem !important;
    }
  .price .price-item {
        font-size: 2.4rem !important; 
  }
}

.product__thumbLabel {
  position:absolute;
  left:20px;
  top:20px;
  z-index:100;
}
 @media screen and (max-width: 750px) {
   .product__bandleItem_img {
     width:40%;
   }
   .product__bandleItem_contents {
     width:55%;
   }
   .product__bandleItem_ttl {
     margin-bottom:5px;
   }
   input#message {
     width:100%;
   }
    .collectionCartBtn {
    width:100%;
  }
.product__thumbLabel {
  position:absolute;
  left:40px;
  top:10px;
  z-index:100;
}
  }
.product__thumbLabel p {
  background:rgba(255,255,255,0.7);
  padding:0 10px;
  margin-bottom:8px;
  color:#969696;
  text-align:center;
  max-width:110px;
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height:2;
  font-size:12px;
}
@media screen and (min-width: 750px) {
.product__media-item:nth-child(1) {
  width:100% !important;
  max-width:100% !important;
}
.product__media-item:nth-child(2) {
  width:100% !important;
  max-width:100% !important;
}
.product__media-item:nth-child(3) {
  width:100% !important;
  max-width:100% !important;
}
.product__media-item:nth-child(4) {
  width:100% !important;
  max-width:100% !important;
}
 
.product__media-item:nth-child(5) {
  width:100% !important;
  max-width:100% !important;
  margin-bottom:20px;
}
.product__media-item:nth-child(6),.product__media-item:nth-child(7) {
  margin-bottom:20px;
}
}
.related-products__heading {
  text-align:center;
}
@media screen and (max-width: 750px) {
  .product__bandleSlider {
    padding:15px 20px; 
  }
  .messageBox {
    display:block;
    margin-top:20px;margin-bottom:0;
    m
  }
  .messageBox label {
    margin-bottom:5px;
    display:block;
  }
  .product__info-wrapper {
    padding:20px 0;
  }
.slider-mobile-gutter {
  position:relative;
}
.product__info-wrapper {
  overflow:hidden;
  transform:none !important;
  animation:none !important;
  opacity:1 !important;
}
.product__thumbLabel {
    position: absolute;
    left: 20px;
    top: 200px;
    z-index: 100;
}
  .product__thumbLabel p {
  background:rgba(255,255,255,0.7);
  padding:0 10px;
  margin-bottom:10px;
    font-size:11px;
  color:#969696;
}
}
.product-popup-modal__content-info * {
  line-height:2;
}

.product__aboutModal {
  position:fixed;
  right:0;
  top:0;
  width:30%;
  background:#fff;
  height:100%;
  z-index:100000;
  transform:translateX(100%);
  transition: all 0.3s ease;
}
.product__aboutModal.is-active {
  transform:translateX(0);
}
.product__aboutModal_close {
  position:absolute;
  right:15px;
  top:20px;
  cursor:pointer;
}
.product__aboutModal_mask {
  background:rgba(0,0,0,0.5);
    position:fixed;
  right:0;
  top:0;
  width:100%;
  height:100%;
  z-index:99999;
  display:none;
}
.product__aboutModal_mask.is-active {
  display:block;
}
.product__aboutModal_ttl {
  padding:40px 20px 20px;
  border-bottom:1px solid #000;
}
.product__aboutModal_contents {
  padding:20px 20px 40px;
  line-height:1.6;
  overflow-y:auto;
  height:calc(100% - 85px);
}
.product__aboutModal_contents  .simplebar-offset{
  position: absolute !important;
}
@media screen and (max-width: 750px) {
.product__aboutModal {
  position:fixed;
  right:0;
  top:0;
  width:100%;
  background:#fff;
  height:100%;
  z-index:100000;
}
}
.product__about {
  margin:45px 0 !important;
}
.product__aboutItem {
  padding:20px 0;
  border-bottom:1px solid #949494;
  display:block;
  cursor:pointer;
  color:#000;
}
.product__aboutItem.modalOpen {
  background:url(/cdn/shop/files/icon_arrow_bottom_bk.png?v=1723799959) no-repeat;
  background-size:12px;
  background-position:95%;
}

.product__description {
max-width:1280px;
  margin:0 auto;
  padding:80px 40px;
  
}
.product__description  {
  line-height:1.7;
}
@media screen and (max-width: 750px) {
.product__description {
max-width:1280px;
  margin:0 auto;
  padding:10vw 5.333vw;
  
}
  .related-products {
    padding:0 5.333vw;
  }
}

.l_product_description01,.l_product_description02 {
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
}

.l_product_description01 h4,.l_product_description02 h4 {
  width:30%;
}
.l_product_description01 .contents,.l_product_description02 .contents {
  width:70%;
}

.l_product_description .contents {
  line-height:1.7;
}

.p_product_description {
  margin-bottom:50px;
  color:black;
}
.l_product_description {
          padding: 30px 40px 80px !important;
}
.descdetailtopic {
  margin:30px auto;
}

.descdetailtopic {
  text-align:center;
}
@media screen and (max-width: 750px) {
  .l_product_description {
            padding: 0 5.333vw !important;
  }
  .l_product_description01,.l_product_description02 {
    display:block;
  }

  .l_product_description01 h4,.l_product_description02 h4 {
    width:100%;
    margin-bottom:20px;
  }
  .l_product_description01 .contents,.l_product_description02 .contents {
    width:100%;
  }

  .l_product_description .contents {
    line-height:1.7;
  }

  .p_product_description {
    margin-bottom:50px;
  }
}

.item a {
  display:block;
}

.txtc {
  text-align:center;
}

.tp-sbttl {
  font-weight:bold !important;
}
.corpbtnbody {
  max-width:320px;
  background:gray;
  display:block;
}
.corpbtnbody .corpoff {
  display:block;
}
.corpbtnbody .corpon {
  display:none;
}
.corpbtnbody:hover .corpoff {
    display:none;
}
.corpbtnbody:hover .corpon {
  display:block;
}

.price_wrap {
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:0 10px;
}
.price_wrap *{
  white-space:nowrap;
}
.product__tax {
  margin-top:0 !important;
}


@media screen and (max-width: 768px) {
  .product-media-container.constrain-height {
        --constrained-min-height: 380px !important; 
  }
  .product-media-container.constrain-height.media-fit-contain {
    width:100% !important;
  }
.price__regular .price-item--regular {
  font-size:24px;
}
  .product__tax {
    font-size:12px;
  }
  /* .slider-buttons {
    display:none !important; 
  } */

  .product__info-wrapper .product-form {
    /*display:none;*/
    padding:0 5.333vw;
  }

  .product_infoWrap {
    padding:0 5.333vw;
  }
  variant-selects {
    padding:0 5.3vw;
  }

  .product__info-container variant-selects {
    overflow:hidden;
    width:100%;
    padding:0;
  }
  .product__info-container variant-selects fieldset{
    box-sizing:border-box;
    overflow:visible;
    width:100%;
    min-width:100%;
    max-width:100%;
  }
  .product__info-container variant-selects legend{
    border-left:5.3vw solid transparent;
  }
  .product__info-container variant-selects .variant__boxWrap{
    width:100%;
    min-width:100%;
    max-width:100%;
  }
  .product__info-container .variant__box::before{
    content:"";
    width:5.3vw;
    height:1px;
    display:block;
  }
  .product__info-container .variant__box::after{
    content:"";
    width:5.3vw;
    height:1px;
    display:block;
  }


  .product-form__buttons_sp .product-form__buttons {
    width:100% !important;
  }
  .product-form__buttons_sp .product-form {
    width:90% !important;
  }
  .product__bandleItem_box + .collectionCartBtn {
    margin-top:20px;
  }
  .product__media-list {
    position:unset !important;
  }
  .product__media-list .slider-buttons.prev {
    z-index:1000;
    position:absolute;
    top:50%;
    left:0;
    transform:translateY(-50%);
  }
  .product__media-list .slider-buttons.next {
    z-index:1000;
    position:absolute;
    top:50%;
    right:0;
    transform:translateY(-50%);
  }
  .slider-button .icon {
    height:1rem !important;
  }
}

.product-form__buttons_sp {
  position:fixed;
  bottom:0;
  left:0;
  width:100%;
  z-index:-100;
  padding:15px;
  padding-left:35px;
  box-sizing:border-box;
  background:#fff;
  opacity:0; 
  transition:all 0.3s ease;
}
.product-form__buttons_sp.is_active {
  opacity:1; 
  z-index:1000;
}
.product-form__buttons_sp .product-form__submit {
  margin:0;
}

.swiper-button-disabled {
  display:none;
}
.related-products {
  position:relative;
}
.related-productsWrap .simplebar-offset, .simplebar-mask {
      position: unset !important;
}
.related-productsWrap .simplebar-track.simplebar-horizontal {
  height: 8px;
  border-radius: 0;
  width: 100%;
  margin: 0 auto;
  background: linear-gradient(#fff 0, #fff 50%, #000000 50%, #000000 70%, #fff 70%, #fff 100%);
}

.related-productsWrap .simplebar-scrollbar {
  height: 6px;
  width: 100px;
  background: #454545;
  border-radius: 0;
  top: 0;
}

.related-productsWrap {
  padding-bottom:40px;
}
.related-productsWrap .grid {
  column-gap:20px;
}
@media screen and (min-width: 990px) {
    .related-productsWrap .grid--4-col-desktop .grid__item {
  width: calc(22.5% - var(--grid-mobile-horizontal-spacing) / 2);
  max-width:calc(22.5% - var(--grid-mobile-horizontal-spacing) / 2);
    }
}
@media screen and (max-width: 750px) {
  .related-productsWrap {
  padding-bottom:25px;
}
.related-productsWrap .grid--2-col-tablet-down .grid__item {
  width: calc(80% - var(--grid-mobile-horizontal-spacing) / 2);
  max-width:calc(80% - var(--grid-mobile-horizontal-spacing) / 2);
}

}

.product__title h1{
  cursor:pointer;
  word-break: auto-phrase;
}
.product__title h1:hover {
  text-decoration:underline;
}

.product_tags {
  display:flex;
  flex-wrap:wrap;
}
.product_tag {
  margin-bottom:10px;
  border-right:1px solid #000;
  padding-right:10px;
  margin-right:10px;
  
}
.product_tag+.product_tag {
}
.collectionCartBtn {
  color:#000 !important;
}
.collectionCartBtn span{
  color:#000 !important;
}

@media screen and (max-width: 768px) {
  .product__title h1 {
  font-size:25px;
}
}

.related-productsSlider .swiper-button-next:after,.related-productsSlider .swiper-rtl .swiper-button-prev:after,.related-productsSlider.swiper-button-prev:after,.related-productsSlider .swiper-rtl .swiper-button-next:after {
  display:none;
}


.related-productsSlider .swiper-button-next,.related-productsSlider .swiper-rtl .swiper-button-prev {
  right:30px;
  top:30%;
}
.related-productsSlider .swiper-button-prev,.related-productsSlider .swiper-rtl .swiper-button-next {
  left:0;
  top:30%;
}
@media screen and (max-width: 768px) {
.related-productsSlider.swiper-button-next,.related-productsSlider .swiper-rtl .swiper-button-prev {
  right:0 !important;
  top:40%;
}
.related-productsSlider .swiper-button-prev,.related-productsSlider .swiper-rtl .swiper-button-next {
  left:24px;
  top:40%;
}
  .related-productsSlider .swiper-button-prev,.related-productsSlider .swiper-button-next {
    display:none;
  }
}
.related-productsSlider.swiper-horizontal > .swiper-pagination-progressbar,
.related-productsSlider.swiper-pagination-progressbar.swiper-pagination-horizontal {
  bottom: 0;
  top: auto;
}
@media screen and (max-width: 768px) {
.related-productsSlider.swiper-horizontal > .swiper-pagination-progressbar,
.related-productsSlider.swiper-pagination-progressbar.swiper-pagination-horizontal {
  width:100%;
  left:50%;
  transform:translateX(-50%);
}
}
.related-productsSlider .swiper-pagination {
  max-width:1200px;
  margin:0 auto;
      left: 50%;
    transform: translateX(-50%);
}
.related-productsSlider .swiper-pagination-progressbar {
  /* height:1px; */
  background: linear-gradient(
    #F5F5F5 0,
    #F5F5F5 50%,
    #000000 50%,
    #000000 70%,
    #F5F5F5 70%,
    #F5F5F5 100%
  );
}
.related-productsSlider .swiper-pagination-progressbar-fill {
  height:4px !important;
  background:#454545 !important;
}
.related-products {
  margin-bottom:80px;
}

.form_pc >div {
  display:flex;
  align-items:center;
}
.form_pc .product-form,.product-form__buttons_sp .product-form  {
  width:60rem;
}
.form_pc .product-form__submit,.product-form__buttons_sp .product-form__submit {
  margin-top:0 !important;
  margin-bottom:0 !important;
}
.fa-1x {
  font-size:24px !important;
}
@media screen and (max-width: 768px) {
  .product-form__buttons_sp >div {
    display:flex !important;
    align-items:center;
    justify-content:space-between;
    gap:30px;
  }
  #shopify-block-wishlist_hero_custom_product_button_L74jYG {
    width:5% !important;
    transform:translatex(-5.333vw);
    position:relative;
  }
  .product__info-container .product-form{
    margin:0 !important;
  }
  .form_pc{
    padding:5px 0;
    height:57px;
  }
  .form_pc.fixed > div{
    width:100%;
    position:fixed;
    bottom:0;
    left:0;
    z-index:1000;
    background:white;
  }
}

.product-form__input--pill {
  position:relative;
}
.product-form__input--pill::after {
  content:"";
  display:block;
  position:absolute;
    right: -10px;
    top: 0;
    width: 2%;
  background: #fff;
  box-shadow:10px 0 10px 30px #fff;
  height:100%;
}
@media screen and (max-width: 768px) {
.product-form__input--pill::after {
  display:none;
}

  .variantsWrap {
    position:relative;
  }
  .variantsWrap::after {
      content:"";
  display:block;
  width:5%;
  position:absolute;
    right: -10px;
    top: 0;
    width: 2%;
  background: #fff;
  box-shadow:10px 0 10px 30px #fff;
  height:100%;
  }
}
.collectionCartBtn {
  position:relative;
}
.product__bandleItem .loading__spinner {
    background: #f7f7f7;
      top: 8px;
    width: 80px;
  left:15px;
}
.product__bandleItem .loading__spinner  svg {
      width: 20px;
}







.related-products{
  overflow:hidden;
}
.related-products .swiper-slide{
  padding-bottom:30px;
}
/* .related-products .swiper-button-prev,
.related-products .swiper-button-next{
  display:none;
} */
@media screen and (max-width: 768px){
  .related-productsSlider{
    overflow:visible;
  }
  .related-products__heading{
    text-align:left;
    font-size:20px;
  }
  .product-form__input--pill input[type=radio]+label {
    font-size:10px;
  }
  .variant__box.variant_button {
    gap:10px;
  }
  .related-products .price-item {
  font-size:20px !important;
}
  .product__tax {
    font-size:12px;
  }

}
  .price_wrap > div .product__tax {
    margin-left:10px;
  }
.price_wrap > div:first-of-type {
  display:flex;
  align-items:center;
  color:#000;
  width:100%;
}
.related-products .card__information{
  width:100%;
  overflow:hidden;
}
.related-products .card__heading a{
  font-size:18px;
  line-height:135%;
  font-weight:normal;
  overflow:hidden;
  display:-webkit-box;
  display:box;
  -webkit-line-clamp:2;
  line-clamp:2;
  -webkit-box-orient:vertical;
  box-orient:vertical;
  text-overflow:ellipsis;
  width:100%;
}
.related-products .card-informationShortLegend{
  font-size:12px;
  line-height:135%;
  font-weight:normal;
  overflow:hidden;
  display:-webkit-box;
  display:box;
  -webkit-line-clamp:2;
  line-clamp:2;
  -webkit-box-orient:vertical;
  box-orient:vertical;
  text-overflow:ellipsis;
  width:100%;
}
.card__information:has(.card__heading){
  height:calc(10px + 18px * 1.35 * 2 + 12px * 1.35 * 2 + 6px + 22px * 1.5 + 10px);
  position:relative;
  padding:10px 0;
}
.related-products .price{
  font-size:20px;
  line-height:150%;
  font-weight:normal;
  white-space:nowrap;
  position:absolute;
  left:0;
  bottom:0;
}

.related-products .card-wrapper *{
  color:black;
}
.related-products .price__container{
  width:100%;
  display:flex;
  justify-content:left;
  align-items:baseline;
}
.related-products .price__container::after{
  content:"（税込）";
  display:block;
  font-size:12px;
}

.cart-item__quantity-wrapper {
  display: flex;
  justify-content:space-between;
}

.cart-item__price-wrapper {
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
} 




.card__content {
  position:relative;
}

.card__content  >a {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  display:block;
}

.simplebar-offset, .simplebar-mask {
    position: unset !important;
}
.simplebar-track.simplebar-horizontal {
  height: 8px;
  border-radius: 0;
  width: 100%;
  margin: 0 auto;
  background: linear-gradient(#F5F5F5 0, #F5F5F5 50%, #000000 50%, #000000 70%, #F5F5F5 70%, #F5F5F5 100%);
}

.simplebar-scrollbar {
  height: 6px;
  width: 100px;
  background: #454545;
  border-radius: 0;
  top: 0;
}

.wishlist-hero-product-button-block-AZXV2Sy9INXd0Rm1LN__wishlist_hero_custom_product_button_L74jYG {
width:20% !important;
}
.form_pc {
margin-bottom:0 !important;
}
.contact_btn {
max-width: 30rem;
margin:0 !important;
/* padding:15px 30px; */
text-align:center;
cursor:pointer;
background:#f1f1f1;
padding: 15px 19px;
letter-spacing: 0;
}
.contact_form .header {
display:none;
}
.productName input　 {
pointer-events:none;
}
.contact_form {
height: 0;
overflow: hidden;
transition: 0.2s ease height;
max-width:500px;
}
.contact_btn.is_active + div {
height:auto;
}
.globo-form-id-69165 .globo-form-app {
padding-top:0 !important;
margin-top:20px !important;
}
@media screen and (max-width: 768px){
.contact_btn {
margin:0 auto !important;
width:90% ;
max-width:100%;
}
.contact_form {
padding:0 20px !important;
}
}
.faq_banner ul{
display:flex;
align-items:center;
justify-content:space-between;
}
.faq_banner ul li {
width:31%;
}
.faq_banner ul li a {
text-align: center;
display: block;
background: #a8a8a8;
height: 5em;
box-sizing: border-box;
line-height: 1.5 !important;
padding: 1em 0 1em 0.5em !important;
color: white !important;
transition: all 0.5s 0s ease;
font-size: 18px !important;
position: relative;
}
.globo-form-id-62686 .globo-form-app .header {
margin-bottom:50px;
}
.globo-form-id-62686 .globo-form-app {
max-width:900px !important;
}
.globo-form-app .gfb__footer button {
font-family: larken, sans-serif !important;
border: 1px solid #737373 !importan;
transition: all .3s ease;
background-image:url(/cdn/shop/files/icon_arrow_right_bk.svg) !important;
background-repeat:no-repeat;
background-size:5px;
background-position:60%;
padding-right:40px;
}
.globo-form-app .gfb__footer button:hover {
box-shadow:none !important;
background-color:#454545 !important;
color:#fff !important;
background-repeat:no-repeat;
background-image:url(/cdn/shop/files/icon_arrow_right_wh.svg) !important;
background-size:5px;
background-position:60%;
padding-right:40px;
}
.globo-form-control .help-block {
margin-top:10px !important;
}
.text-danger {
color:#c91e1e !important;
}
.reqTxt {
margin-top:30px;
}
.reqTxt span {
color:#c91e1e !important;
}
/* .noreq .label-content::after {
content:"任意";
display: inline-block;
margin-left: 16px;
padding: 4px 10px;
font-size: 12px;
font-weight: 500;
background: #F5F5F5;
color: #454545;
} */
.text-danger::after {
/* content:"…必須項目"; */
display: inline-block;
color:#1c1c1c !important;
/* margin-left: 15px;
padding: 4px 10px; */
font-size: 12px;
/* font-weight: 500;
background: #e53935;
color: #fff; */
}
.req .text-danger::after {
margin-left: 0;
}
.reqNo .text-danger {
display:none !important;
}
.globo-form-control.layout-1-column.req_paragraph {
margin-bottom:5px !important;
}
.globo-form-app .message.success {
background:#f5f5f5 !important;
padding:40px;
}
.globo-form-app .message.success p {
line-height:1.5;
}
.globo-form-control .globo-list-control.option-1-column {
width:max-content !important;
}
.globo-form-app .globo-form-control .checkbox-wrapper .checkbox-input ~ .checkbox-label:before, .globo-form-app .globo-form-control .radio-wrapper .radio-input ~ .radio-label:after {
border: 1px solid #A6A6A6 !important;
}
.globo-form-control .radio-wrapper .radio-input:checked~.radio-label:after {
background:#A6A6A6 !important;
}
.globo-form-app, .globo-form-app {
max-width:800px !important;
padding:40px 0 80px;
}
.globo-description {
margin-top: 10px !important;
margin-bottom: 10px!important;
font-size: 12px !important;
font-weight: 500 !important;
line-height: 1.7 !important;
}
.globo-form-control .radio-wrapper .radio-label {
font-size:16px !important;
}
.globo-form-control.layout-1-column,.globo-form-control.layout-2-column {
margin-bottom:15px !important;
}
.globo-form-app .globo-form-control .checkbox-wrapper .checkbox-input ~ .checkbox-label:before, .globo-form-app .globo-form-control .radio-wrapper .radio-input ~ .radio-label:after{
border-color:#A6A6A6 !important;
}
.globo-form-app .globo-form-control .checkbox-wrapper .checkbox-input:checked ~ .checkbox-label:before {
background:#A6A6A6 !important;
}
.checkbox-wrapper input {
margin-right: 20px !important;
}
.globo-form-control label {
margin-bottom: 10px !important;
font-size: 14px !important;
font-weight: 500 !important;
line-height: 1.5 !important;
}
.globo-form-app .footer button, .globo-form-app .gfb__footer button, .globo-form-app .footer button, .globo-form-app .gfb__footer button {
font-family: larken, sans-serif !important;
margin: 0 auto !important;
width: 240px !important;
height: 60px !important;
border: 1px solid #707070 !important;
transition: all .3s ease !important;
background-color: #fff !important;
color:#000 !important;
}
.globo-form-app .footer button:hover {
background: #000 !important;
color:#fff !important;
}
.globo-form-app .footer, .globo-form-app .gfb__footer, .globo-form-app .footer, .globo-form-app .gfb__footer {
text-align:center !important;
}
.globo-form-control textarea {
height: 120px !important;
width: 100% !important;
padding: 15px 10px !important;
box-sizing: border-box !important;
max-width: 530px !important;
}
.faq_banner ul li a::before {
content: "ⓘ";
font-weight: bold;
font-size: 2.7rem;
display: block;
position: absolute;
left: 2.4rem;
top: 2.2rem;
}
.border_bottom {
border-bottom:1px solid #eee !important;
}
@media screen and (max-width: 768px) {
.faq_banner ul li a:before {
content: "ⓘ";
font-weight: bold;
font-size: 1.6rem !important;
left: 50% !important;
transform:translateX(-50%);
display: block;
position: relative;
margin-top: -1.5em;
top: 0rem;
}
.globo-form-app, .globo-form-app {
max-width:800px !important;
padding:20px 0 50px;
}
.faq_banner ul li {
width:32%;
}
.faq_banner ul li a {
background: #a8a8a8;
font-size: 3.8vw !important;
color: #fff;
text-align: center;
height:auto;
padding: 2.7em 0 1em !important;
line-height: 1.4;
}
}
.flat-input {
width: 100% !important;
padding: 5px 20px !important;
border: 1px solid #A6A6A6 !important;
box-sizing: border-box !important;
background: #fff !important;
}	}


.product-form__item {
  width:20% !important;
}

.globo-label {
  position:unset !important;
  font-family: Zen Kaku Gothic New, sans-serif !important;
}
.globo-form-input {
   box-shadow:none !important;
}
.globo-form-input input,.globo-form-input textarea {
  font-size:1.4rem !important;
}
 .globo-form-input:after,.globo-form-input:before {
   display:none !important;
 }