/** Shopify CDN: Minification failed

Line 557:0 Unexpected "}"
Line 1392:2 "visiblity" is not a known CSS property

**/
/* add css */

/*
.hero {
  opacity: .3!important;
  display:none;
  visiblity:hidden;
}
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}




body {
  font-family: "Big Shoulders Display", cursive!important;
  color: #333;
  font-size: 16px;
}
.nav, .nav li, .nav li a  {
  font-family: "Big Shoulders Display", cursive!important;
}
h2, h3 {
  font-family: "Big Shoulders Display", cursive!important;
}

.container {
  padding-left: 40px;
  padding-right: 40px;
}

@media screen and (max-width: 768px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}



.hero-nav {
  background:#fff;
}



.feature-columns .rte p {
  font-size:20px;
  font-weight:400;
  margin-top:20px!important;
  margin-bottom:30px!important;
  display:block;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}


.title.bg_paint {
  position: relative;
}

.title.bg_paint .text {
  position: relative;
}

.title.bg_paint:before {
  display: block;
  content: "";
  width: 206px;
  height: 62px;
  background-image: url(../images/common/contents/title_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .title.bg_paint:before {
    width: 162px;
    height: 48px;
  }
}


.clearfix::after {
  display: block;
  clear: both;
  content: ""; }




.title.bg_paint, .title.page_title {
  text-align: center;
  color: #000;
  font-size: 32px;
}

@media screen and (max-width: 768px) {
  .title.bg_paint, .title.page_title {
    font-size: 25px;
  }
}

.title.bg_paint .text, .title.page_title .text {
  text-shadow: 2px 2px 0 #fff;
}

.title.bg_paint {
  position: relative;
}

.title.bg_paint .text {
  position: relative;
}

.title.bg_paint:before {
  display: block;
  content: "";
  width: 206px;
  height: 62px;
  background-image: url(https://masatoshigoto.asia/_data/_mud/images/common/contents/title_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .title.bg_paint:before {
    width: 162px;
    height: 48px;
  }
}









section.feature p.text, .box-list-compare-price {
  font-size:16px;
  font-weight:400;
  text-align:left;
}
.box-list-compare-price b {
  font-weight:600!important;
}

section.feature .list li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 90px;
}

@media screen and (min-width: 769px) {
  section.feature .list li:nth-of-type(odd) .img {
    -ms-flex-order: 1;
        order: 1;
  }
}

@media screen and (max-width: 768px) {
  section.feature .list li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 60px;
  }
}

section.feature .list .detail,
section.feature .list .img {
  max-width: 490px;
}

@media screen and (min-width: 769px) {
  section.feature .list .detail,
  section.feature .list .img {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  section.feature .list .detail,
  section.feature .list .img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  section.feature .list .img {
    text-align: center;
    margin-bottom: 30px;
  }
}

section.feature .list .catch {
  font-weight: 700;
  margin-bottom: 25px;
  text-align:left!important;
  line-height:1.15;
}


@media screen and (max-width: 768px) {
  section.feature .list .catch {
    margin-bottom: 30px;
  }
}

section.feature .list .text {
  line-height: 1.76;
}



.box-list-compare-price {
  margin-top: 20px;
  /*font-size:16px;*/
}

.box-list-compare-price table {
  border: 1px solid #000;
  margin-top: 5px;
  margin-bottom: 5px;
}

.box-list-compare-price table .border-b {
  border-bottom: 1px solid #000;
}

.box-list-compare-price table .border-r {
  border-right: 1px solid #000;
}

.box-list-compare-price table .pd-5 {
  padding: 5px;
}

.box-list-compare-price table .bg-yellow {
  background: #ffea11;
}

.box-list-compare-price b.red {
  color: #e00536;
  font-size: 16px;
}








.title.page_title {
  height: 208px;
  background-color: #ffea11;
  margin-bottom: 90px;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 768px) {
  .title.page_title {
    height: 130px;
    margin-bottom: 30px;
  }
}

.title.page_title:before, .title.page_title:after {
  display: block;
  content: "";
  height: 191px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  /*top: -191px;*/
  /*transition: all 2s cubic-bezier(0.19, 0.3, 0.2, 1);*/
}
.title.page_title:after {
  top: 0px;
}


@media screen and (max-width: 768px) {
  .title.page_title:before, .title.page_title:after {
    height: 155px;
    top: -155px;
  }
}

.title.page_title:before {
  width: 790px;
  background-image: url(https://masatoshigoto.asia/_data/_mud/images/common/contents/header_bg_01.png);
  left: calc(50% - 290px);
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .title.page_title:before {
    width: 277px;
    left: calc(50% - 154px);
    background-image: url(../images/common/contents/header_bg_sp_01.png);
  }
}

.title.page_title:after {
  width: 689px;
  background-image: url(https://masatoshigoto.asia/_data/_mud/images/common/contents/header_bg_02.png);
  right: calc(50% - 360px);
  transform: translateX(50%);
  /*transition-delay: 0.7s;*/
}

@media screen and (max-width: 768px) {
  .title.page_title:after {
    width: 420px;
    right: calc(50% - 200px);
    background-image: url(../images/common/contents/header_bg_sp_02.png);
  }
}

.title.page_title > .container {
  height: 100%;
  position: relative;
  padding-top: 84px;
}

@media screen and (max-width: 768px) {
  .title.page_title > .container {
    padding-top: 54px;
  }
}

.title.page_title .text {
  position: relative;
  z-index: 1;
}

.title.page_title.on:before, .title.page_title.on:after {
  top: 0;
}

.scroll-prevent {
  overflow: hidden !important;
}



















/*
.js-write_marker {
  font-size: 42px;
  white-space: nowrap;
  background: linear-gradient(transparent 70%, #ffff66 70%);
  
}

@media screen and (max-width: 768px) {
  .js-write_marker {
    font-size: 36px;
    line-height: 1.19;
  }
}

.js-write_marker .str {
  display: inline-block;
  overflow: hidden;
}

.js-write_marker .str > .inner {
  display: inline-block;
  transform: translate3d(0, 100%, 0);
  transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
}

.js-write_marker.on .str > .inner {
  transform: translate3d(0, 0, 0);
}

.js-write_marker.active {
  background-position: -100% 0.8em;
}

*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}




body {
  /*font-family: "Big Shoulders Display", cursive!important;*/
  font-family: 'Nunito Sans', sans-serif!important;
  color: #333;
  font-size: 20px;
}

h2, h3 {
  font-family: 'Nunito Sans', sans-serif!important;
}
.container {
  padding-left: 40px;
  padding-right: 40px;
}

@media screen and (max-width: 768px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}









.feature-columns .rte p {
  font-size:20px;
  font-weight:400;
  margin-top:20px!important;
  margin-bottom:30px!important;
  display:block;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

#main > .container > .lead {
  font-size:20px;
  max-width: 793px;
  margin: auto;
  line-height: 1.81;
  padding-bottom: 90px;
  margin-top:40px;
}

#main > .container > .lead {
    font-weight: 600;
    padding-bottom: 50px;
  }
}


.title.bg_paint, .title.page_title {
  text-align: center;
  color: #000;
  font-size: 32px;
}

@media screen and (max-width: 768px) {
  .title.bg_paint, .title.page_title {
    font-size: 0.25rem;
  }
}

.title.bg_paint .text, .title.page_title .text {
  text-shadow: 2px 2px 0 #fff;
  font-weight: 700;
}

.title.bg_paint {
  position: relative;
}

.title.bg_paint .text {
  position: relative;
}

.title.bg_paint:before {
  display: block;
  content: "";
  width: 206px;
  height: 62px;
  background-image: url(../images/common/contents/title_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .title.bg_paint:before {
    width: 162px;
    height: 48px;
  }
}







.title.bg_paint, .title.page_title {
  text-align: center;
  color: #000;
  font-size: 32px;
}

@media screen and (max-width: 768px) {
  .title.bg_paint, .title.page_title {
    font-size: 25px;
  }
}

.title.bg_paint .text, .title.page_title .text {
  text-shadow: 2px 2px 0 #fff;
}

.title.bg_paint {
  position: relative;
}

.title.bg_paint .text {
  position: relative;
}

.title.bg_paint:before {
  display: block;
  content: "";
  width: 206px;
  height: 62px;
  background-image: url(https://masatoshigoto.asia/_data/_mud/images/common/contents/title_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .title.bg_paint:before {
    width: 162px;
    height: 48px;
  }
}









section.feature p.text, .box-list-compare-price {
  font-size:20px;
  font-weight:400;
  text-align:left;
}
.box-list-compare-price b {
  font-weight:600!important;
}

section.feature .list li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 90px;
}

@media screen and (min-width: 769px) {
  section.feature .list li:nth-of-type(odd) .img {
    -ms-flex-order: 1;
        order: 1;
  }
}

@media screen and (max-width: 768px) {
  section.feature .list li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 60px;
  }
}

section.feature .list .detail,
section.feature .list .img {
  max-width: 490px;
}

@media screen and (min-width: 769px) {
  section.feature .list .detail,
  section.feature .list .img {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  section.feature .list .detail,
  section.feature .list .img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  section.feature .list .img {
    text-align: center;
    margin-bottom: 30px;
  }
}

section.feature .list .catch {
  font-weight: 700;
  margin-bottom: 25px;
  text-align:left!important;
  line-height:1.15;
}


@media screen and (max-width: 768px) {
  section.feature .list .catch {
    margin-bottom: 30px;
  }
}

section.feature .list .text {
  line-height: 1.76;
}



.box-list-compare-price {
  margin-top: 20px;
  /*font-size:16px;*/
}

.box-list-compare-price table {
  border: 1px solid #000;
  margin-top: 5px;
  margin-bottom: 5px;
}

.box-list-compare-price table .border-b {
  border-bottom: 1px solid #000;
}

.box-list-compare-price table .border-r {
  border-right: 1px solid #000;
}

.box-list-compare-price table .pd-5 {
  padding: 5px;
}

.box-list-compare-price table .bg-yellow {
  background: #ffea11;
}

.box-list-compare-price b.red {
  color: #e00536;
  font-size: 20px;
}








.title.page_title {
  height: 208px;
  background-color: #ffea11;
  margin-bottom: 90px;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 768px) {
  .title.page_title {
    height: 130px;
    margin-bottom: 30px;
  }
}

.title.page_title:before, .title.page_title:after {
  display: block;
  content: "";
  height: 191px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  /*top: -191px;*/
  /*transition: all 2s cubic-bezier(0.19, 0.3, 0.2, 1);*/
}
.title.page_title:after {
  top: 0px;
}


@media screen and (max-width: 768px) {
  .title.page_title:before, .title.page_title:after {
    height: 155px;
    top: -155px;
  }
}

.title.page_title:before {
  width: 790px;
  background-image: url(https://masatoshigoto.asia/_data/_mud/images/common/contents/header_bg_01.png);
  left: calc(50% - 290px);
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .title.page_title:before {
    width: 277px;
    left: calc(50% - 154px);
    background-image: url(../images/common/contents/header_bg_sp_01.png);
  }
}

.title.page_title:after {
  width: 689px;
  background-image: url(https://masatoshigoto.asia/_data/_mud/images/common/contents/header_bg_02.png);
  right: calc(50% - 360px);
  transform: translateX(50%);
  /*transition-delay: 0.7s;*/
}

@media screen and (max-width: 768px) {
  .title.page_title:after {
    width: 420px;
    right: calc(50% - 200px);
    background-image: url(../images/common/contents/header_bg_sp_02.png);
  }
}

.title.page_title > .container {
  height: 100%;
  position: relative;
  padding-top: 84px;
}

@media screen and (max-width: 768px) {
  .title.page_title > .container {
    padding-top: 54px;
  }
}

.title.page_title .text {
  position: relative;
  z-index: 1;
}

.title.page_title.on:before, .title.page_title.on:after {
  top: 0;
}

.scroll-prevent {
  overflow: hidden !important;
}








.company .container.catch, .company .container.lead {
  max-width: 786px;
  margin: auto;
  text-align:left!important;
  display:block;
}
.company .container.lead {
  font-size:20px!important;
   font-weight: 600;
  display:block;
  margin-top:100px;
}

.company .catch {
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 35px;
}


.company .container.catch {
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 35px;
}


@media screen and (max-width: 768px) {
  .company .container.catch {
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 769px) {
  .company .container.catch .js-write_marker {
    display: inline-block;
  }
}

@media screen and (max-width: 768px) {
  .company .container.catch .js-write_marker {
    white-space: normal;
  }
}

@media screen and (min-width: 769px) {
  .company .container.catch .js-write_marker:last-of-type {
    float: right;
  }
}

.company .container.lead {
  line-height: 1.75;
}

@media screen and (min-width: 769px) {
  .company .container.lead {
    margin-bottom: 130px;
  }
}

@media screen and (max-width: 768px) {
  .company .container.lead {
    border-bottom: 4px solid #eee;
    padding-bottom: 50px;
  }
}

.company .company_overview {
  padding-bottom: 130px;
}

@media screen and (max-width: 768px) {
  .company .company_overview {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.company .company_overview .title.bg_paint {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .company .company_overview .title.bg_paint {
    margin-bottom: 50px;
  }
}

.company .company_overview table {
  margin-left: auto;
  margin-right: auto;
  
  font-size:22px;
  line-height:1.95;
}

@media screen and (min-width: 1025px) {
  .company .company_overview table {
    position: relative;
    right: -109px;
  }
}

@media screen and (min-width: 769px) {
  .company .company_overview th {
    text-align: right;
    padding-right: 25px;
  }
  .company .company_overview td {
    text-align: left;
    font-weight:500;
  }
}

.company .company_overview .address .item .title {
  margin-bottom: 10px;
}

.company .company_overview .address .item .btn.under_line, #main.company .company_overview .address .item #main.single-news article.news_post .post a, #main.single-news article.news_post .post #main.company .company_overview .address .item a {
  font-weight: 400;
}

.company .company_overview .address .item i.fas {
  font-size: 20px;
  position: relative;
  top: -2px;
}

.company .company_overview .address .item:first-of-type {
  margin-bottom: 30px;
}








.js-write_marker {
  font-size: 42px;
  white-space: nowrap;
  background: linear-gradient(transparent 70%, #ffff66 70%);
  
}

@media screen and (max-width: 768px) {
  .js-write_marker {
    font-size: 36px;
    line-height: 1.19;
  }
}

.js-write_marker .str {
  display: inline-block;
  overflow: hidden;
}

.js-write_marker .str > .inner {
  display: inline-block;
  transform: translate3d(0, 100%, 0);
  transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
}

.js-write_marker.on .str > .inner {
  transform: translate3d(0, 0, 0);
}

.js-write_marker.active {
  background-position: -100% 0.8em;
}










/*
.sections, .inner, .with-layout-options, .centered, .main, .content   {
  width:100%!important;
} 
*/

.section-contact {
  margin-top:-20px;
  padding:0;
}
.section-contact .main h2, form .row.left  {
  display:none;
  visibility:hiden;
}
.section-contact .title-contact {
  margin-bottom:2rem;
}

.section-contact .link .btn {
  background:#fff;
}

.title, .page_title, .section-contact .container {
  width: 100vw;
position: relative;
left: 50%;
transform: translateX(-50%);
}

.link {
  text-align: center;
  margin-bottom: 5rem;
}

@media screen and (max-width: 768px) {
  .link {
    padding-left: 25px;
  }
}

.link .btn.under_line {
  background-size: 200% 3px;
  color: #000;
  font-size: 45px;
  font-weight: 700;
  position: relative;
}

@media screen and (max-width: 768px) {
  .link .btn.under_line {
    font-size: 0.4rem;
  }
}


.link .btn.under_line:hover .link a:hover {
  color: #e00536;
}













#header {
  margin-bottom:-15px;
}
#header .logo {
  margin-left:160px!important;
}

@media screen and (max-width: 768px) {
  #header {
    width: 100%;
    height: 62px;
    background-color: #fff;
    position: fixed;
    z-index: 9999;
  }
}

@media screen and (min-width: 769px) {
  #header > .inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding-top: 20px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 1167px) {
  #header > .inner {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 768px) {
  #header > .inner {
    padding: 13px 0;
  }
}

@media screen and (max-width: 768px) {
  #header .logo {
    height: 5vh;
    text-align: center;
  }
  #header .logo a {
    height: 100%;
  }
  #header .logo img {
    max-width: 192px;
    max-height: 100%;
    width: auto;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  #header .nav {
    width: 100%;
    height: 0;
    background-color: #fff;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    overflow: hidden;
    transition: 0.3s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    overflow-y: scroll;
  }
}

@media screen and (max-width: 768px) {
  #header .nav:before {
    display: block;
    content: "";
    width: 100%;
    height: 65px;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
  }
}

#header .nav .list {
  font-size: 22px;
  font-weight:600;
  position: relative;
}
#header .nav .list a {
  text-decoration:none;
}
#header .nav .list li:last-child {
  margin-right:100px;
}
@media screen and (min-width: 769px) {
  #header .nav .list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}

@media screen and (max-width: 768px) {
  #header .nav .list {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 50px;
  }
}

#header .nav .list li {
  padding-left: 30px;
}

@media screen and (max-width: 768px) {
  #header .nav .list li {
    padding-left: 20px;
    padding-right: 20px;
  }
  #header .nav .list li:not(:last-child) {
    margin-bottom: 30px;
    margin-bottom: 4vh;
  }
}

@media screen and (max-width: 768px) {
  #header .nav .list .btn {
    color: #2f8ae0!important;
  }
}

#header .nav .list .btn.blue {
  border-radius: 2px;
  color: #fff;
}

@media screen and (min-width: 769px) {
  #header .nav .list .btn.blue {
    padding: 15px 20px;
  }
}

@media screen and (max-width: 768px) {
  #header .nav .list .btn.blue {
    max-width: 100%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  #header .nav .js-up_text {
    overflow: hidden;
  }
  #header .nav .js-up_text a {
    transform: translateY(100%);
    transition: all 0.5s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  }
  #header .nav .js-up_text a.btn.blue {
    transform: translateY(101%);
  }
  #header .nav .js-up_text:not(.sns) a {
    display: block;
  }
  #header .nav .js-up_text.on a {
    transform: translateY(0%) !important;
  }
}

.nav-shopify {
margin-top:-10px;
background:#fff;
}
.nav-shopify a {
  font-size:24px!important;
  color:#000!important;
}


.footer {
  background:#ffea11!important;
}
.footer .content, .footer .content a, .footer h1, .footer .fc, .footer .extra   {
  color:#333!important;
  font-size:18px!important;
}

.footer h1 {
  font-weight:600!important;
  font-family: "Big Shoulders Display", cursive!important;
}


.side-nav-section {
  background:#ffea11!important;
}
.side-nav-section li a, .side-nav a {
  color:#333!important;
}





.template-product .info h2 {
  font-size:50px!important;
  font-weight:600;
}

.template-product .info .price {
  font-size:34px!important;
  font-weight:600!important;
  color:#333;
}

.template-product .info table, .template-product tr, .template-product .info td {
  border-color:#fff!important;
}

.template-product .info table, .template-product .info table b {
  font-size:26px!important;
  font-weight:500!important;
}






/*OUR STRENGTH*/
#shopify-section-template--15206613221612__feature-columns h3 {
  font-weight:bold!important;
}
#shopify-section-template--15206613221612__feature-columns .rte {
  font-size:15px!impoortant;
}



/*商品名改行*/
.product .info .status {
  display:none;
  visiblity:hidden;
}
.product .info .metas  {
  display:block;
  width:100%;
}
.product .info .title {
  display:block;
  width:100%;
}