/** Shopify CDN: Minification failed

Line 21:0 All "@import" rules must come first

**/
/*================ Common ================*/
@media only screen and (min-width: 750px) {
  br.sp {
    display: none;
  }
}
@media only screen and (max-width: 749px) {
    br.sp {
    display: block;
  }
}
.tax {
  font-size: .8em;
}
/* 山崎 */
@import url('https://fonts.cdnfonts.com/css/kenoky');

* {
  font-family: yu-gothic-pr6n, sans-serif;
  font-style: normal;
  font-weight: 400;
}

h2 {
  font-family: "KENOKY", sans-serif;
}

.resizeimage {
  width: 100%;
}

@media (min-width:768px) {
  .visible-sp {
    display: none!important
  }
}
@media (min-width:992px) {
  .visible-tb {
    display: none!important
  }
}
@media (max-width:991px) {
  .visible-pc {
    display: none!important
  }
}
@media (max-width:767px) {
  .hidden-sp {
    display: none!important
  }
}
@media (max-width:991px) {
  .hidden-tb {
    display: none!important
  }
}
@media (min-width:992px) {
  .hidden-pc {
    display: none!important
  }
}
/*================ Index ================*/
/* header */
.header__logo .header__logo__link {
  width: 640px !important;
}
.theme__header .social__links {
  display: none;
}

/* nav */
.navlink--toplevel {
  padding: 15px 25px;
}
.navlink--toplevel .navtext {
  font-size: 1rem;
}
#nav_drawer .social__links {
  display: none;
}

/* thoughts */
section[data-section-id="template--14887671070920__162902902698218861"] {
  padding-top: 100px;
  padding-bottom: 100px;
}
.template-index #thoughts {
  padding: 0;
}
.template-index #thoughts h2 {
  font-family: "bamqregular","chelsea",sans-serif;
  font-size: 4rem; 
  letter-spacing: 6px; 
}
.template-index #thoughts h2 span {
  font-family: "chelsea",sans-serif;
  font-size: 5rem;
  color: #777;
}
@media only screen and (max-width: 749px) {
  .template-index #thoughts h2{
    letter-spacing: 1px; 
  }
  .template-index #thoughts h2 span {
    font-size: 3rem;
  }
  .template-index #thoughts p:first-of-type {
    padding-top: 0;
  }
}
.template-index #thoughts p:first-of-type {
  padding-top: 20px;
}
.template-index #thoughts p {
  font-family: "pigmo00";
  font-size: 1.8rem; 
  margin: 1em 0;
}
.template-index #thoughts span {
  font-family: "pigmo00";
  font-size: 1.5em;
}
@media only screen and (max-width: 749px) {
  .template-index #thoughts h2 {
    font-size: 2.4rem;
  }
  .template-index #thoughts p {
    font-size: 1.6rem;
    line-height: 1.3;
  }
}
.template-index #thoughts a {
  display: block;
  margin-left: 0;
  margin-right: 0;
}

.template-index #thoughts a:hover {
  color: inherit;
}
.thoughts-icon {
  text-align: center;
  margin-top: 30px;
}
.template-index #thoughts .thoughts-icon p {
  font-family: 'Impact',sans-serif !important;
  font-size: 2rem;
  letter-spacing: 2px;
  font-weight: 400;
  margin-top: 0;
  padding-top: 0;
  border-bottom: 2px solid;
  border-image: linear-gradient(to right, #f00 0%, #f80 33.33%, #dd0 66.66%, #0d0 100%);
  border-image: -webkit-linear-gradient(left, #f00 0%, #f80 33.33%, #dd0 66.66%, #0d0 100%);
  border-image-slice: 1;
}
.thoughts-icon {
  animation: flash 2s linear infinite; 
}
.thoughts-icon p {
  display: inline-block;
  background: linear-gradient(to right, #f00 0%, #f80 14.28%, #dd0 28.56%, #0d0 42.85%, #0dd 57.14%, #00f 71.42%, #e0e 85.71%, #f00 100%) 0% center / 200% auto;
  background: -webkit-linear-gradient(left, #f00 0%, #f80 14.28%, #dd0 28.56%, #0d0 42.85%, #0dd 57.14%, #00f 71.42%, #e0e 85.71%, #f00 100%) 0% center / 200% auto;
  background: -o-linear-gradient(right, #f00 0%, #f80 14.28%, #dd0 28.56%, #0d0 42.85%, #0dd 57.14%, #00f 71.42%, #e0e 85.71%, #f00 100%) 0% center / 200% auto;
  background: -moz-linear-gradient(right, #f00 0%, #f80 14.28%, #dd0 28.56%, #0d0 42.85%, #0dd 57.14%, #00f 71.42%, #e0e 85.71%, #f00 100%) 0% center / 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
@keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* Video */
.image__hero__scale {
  background-color: #fff;
}


/* ---- Products ---- */
#products {
  margin-top: 80px;
}
#products .grid__heading {
  font-size: 2rem;
}
section[data-section-type="custom-content"] .brick__block {
  padding-bottom: 50px;
}
section[data-section-type="custom-content"] .brick__block .hero__description {
  padding-top: 15px;
  text-align: center;
}
section[data-section-type="custom-content"] .brick__block .hero__description span {
  /* 山崎 */
  font-family: dnp-shuei-4gob-std,sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.2em;
  letter-spacing: -0.05em;
  line-height: 1.1em;
  margin: 0; 
  /*
  font-family: pigmo00;
  font-size: 1.2em;
  */
}

.other-item {
  text-align: center;
}  
/* 山崎 */
/*
.other-item img {
  height: auto;
  margin-bottom: 30px;
  animation: flash 2s linear infinite; 
}
*/
.other-item #battery {
  width: 250px;
  height: auto;
  margin-bottom: 30px;
  animation: flash 2s linear infinite; 
}

.other-item p {
  /*
  font-family: pigmo00;
  font-size: 3rem;
  margin: 0;
  */
  font-family: dnp-shuei-4gob-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3rem;
  letter-spacing: -0.05em;
    line-height: 1.1em;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .other-item p {
    font-size: 2.2rem;
  }
}

/* ---- Blog posts ---- */
.index-blog {
  margin-top: 80px;
}
.template-index .blog__title {
  font-size: 2rem;
}
.index-blog .blog-listing {
  display: flex;
  column-gap: 20px;
  padding-left: 20px;
}

@media only screen and (max-width: 749px) {
  .index-blog .blog-listing {
    flex-flow: column;
    padding-left: 0;
  }
  .index-blog .blog-listing article.article {
    width: 100%;
  }
}

/* ---- Footer ---- */
footer .footer__block__title {
  font-size: 20px;
}
footer .site-footer p,
footer .footer__quicklinks li a {
  font-size: 16px !important;
}
#email_input_footer::placeholder {
  color: rgba(255,255,255,0.5);
}
.footer__social li svg.icon-instagram,
.footer__social li svg.icon-twitter {
  width: 30px;
  height: 30px;
}
footer .site-footer p.newsletter-message--success {
  font-size: 24px !important;
  font-weight: bold;
}


/*================ Products ================*/
@media only screen and (max-width: 749px) {
  /*#template-product .flickity-enabled.is-fade .flickity-slider>.is-selected {
      pointer-events: none;
  }*/
  #template-product .flickity-enabled.is-fade .flickity-slider .product__slide:last-of-type {
    pointer-events: initial !important;
  }
}
.template-product p {
  font-size: 1.25em;
  margin-bottom: 15px;
}
body.template-product .container,
body.template-product .container h2 {
  /*
  font-family: yu-gothic-pr6n, sans-serif;
  font-style: normal;
  font-weight: 400;
  */
  font-family: 'Klee One', cursive;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 1px;
}
body.template-product .container h2 {
    font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .pswp__caption {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .product__title__wrapper {
    padding-right: 0;
  }
}
.template-product .product__price {
  font-size: calc(var(--font-7)*var(---font-adjust-body));
}
label[data-swatch="beige"] {
  background-color: #BF914C;
}
.swatch__button input[value="beige"]:checked~label:after {
  border: 1px solid #BF914C;
}
.product__submit__buttons .product__submit__add {
  font-size: 1.4em; 
  max-height: 60px;
}
.product__submit__buttons .product__submit__add:hover {
  color: #fff !important;
  background: #007495;
  border-color: #007495;
}
.show-button-animation .product__submit__add:before {
  background: #007495;
}


.comparison-item-inner .product__submit__buttons .product__submit__add {
  background: #007495;
  border-color: #007495;
}
.comparison-item-inner .product__submit__buttons .product__submit__add:hover {
  background: #fff;
  color: #000 !important;
}
.show-button-animation .comparison-item-inner .product__submit__add:before {
  background: #fff;
}
.comparison-item-inner .variant--soldout .product__submit__add:not(.product__submit__add--default) {
  background: inherit;
  border-color: inherit;
  pointer-events: none;
}

.shopify-payment-button .shopify-payment-button__button--branded {
  height: 60px;
}
.shopify-payment-button .shopify-payment-button__button--unbranded {
  min-height: 60px !important;
  background: #007495;
  font-size: 1.4em;
}

.tab-content__entry {
  text-align: center;
}
.tab-content__actions {
  display: none !important;
}
.product-tabs .tab-content__entry:not(.tab-content__entry--truncate) {
  display: block !important;
}
.tab-content__entry--truncate {
  display: none !important;
}
.product-tabs ul.tabs>li {
  font-size: 1.25em;
}
@media only screen and (max-width: 768px) {
  .product-tabs__head {
    text-align: center;
  }
  .product-tabs ul.tabs>li {
    font-size: 1.2em;
    margin-right: 1.6em;
  }
  .tab-content__entry {
    margin-top: 0.5em;
  }
  .tabs__arrow {
    display: none;
  }
}
.productTabsWrapper--tabs .tab-content p {
  font-size: 1em;
}
.tab-content-1 div {
  margin-bottom: 30px;
}
.tab-content-1 p {
  margin-bottom: 10px;
}
.tab-content-1 ul {
  margin-left: 15px;
  margin-bottom: 0;
  font-size: 1em;
}
.tab-content-1 ul li {
  margin-bottom: 10px;
}
.asterisk li::marker {
  content: '※';
}
.function li::marker {
  content: '- ';
}
.tab-content-2 p {
  margin-bottom: 10px;
}
.tab-content-2 div {
  margin-bottom: 30px;
}
.product-detail_full-slideshow .image__hero__scale .background-size-cover {
  transform: scale(.9);
}
@media only screen and (max-width: 768px) {
  .product-detail_full-slideshow .image__hero__scale .background-size-cover {
    transform: scale(1);
  }
  .product-detail_full-slideshow .flickity-prev-next-button.previous {
    left: 0px;
  }
  .product-detail_full-slideshow .flickity-prev-next-button.next {
    right: 0px;
  }
  .product-detail_full-slideshow .five-fifty-height-hero,
  .product-detail_full-slideshow .four-fifty-height-hero {
    height: 250px;
  }
}
.slideshow-with-text {
  align-items: center;
  margin-bottom: 80px;
}   
.slideshow-with-text .image__hero__pane .background-size-cover {
  transform: scale(.8);
}
.slideshow-with-text .flickity-prev-next-button.previous {
  left: 10%;
}
.slideshow-with-text .flickity-prev-next-button.next {
  right: 10%;
}
@media only screen and (max-width: 768px) {
  .slideshow-with-text .image__hero__pane .background-size-cover {
    transform: scale(1);
  }
  .slideshow-with-text .flickity-prev-next-button.previous {
    left: 0px;
  }
  .slideshow-with-text .flickity-prev-next-button.next {
    right: 0px;
  }
  .slideshow-with-text .five-fifty-height-hero,
  .slideshow-with-text .four-fifty-height-hero {
    height: 250px;
  }
}
@media only screen and (max-width: 768px) {
  .cart-bar__form__wrapper .cart-bar__product__price {
    font-size: 1rem;
  }
  .cart-bar__form__wrapper .product__submit__add {
    font-size: 20px;
  }
}


/*================ Collections ================*/
section.collection .product__grid__title {
  font-size: 1.5rem;
}

/*================ Pages ================*/


/* ---- thoughts ---- */
.thoughts-container {
  max-width: 710px;
  margin: 50px auto 100px;
  text-align: left;
  font-weight: 600;
  font-size: 1.2rem;
  padding-bottom: 100px;
}
.thoughts-inner {
  margin-bottom: 25px;
  line-height: 1.8;
  letter-spacing: 1px;
}
.thoughts-jp {
  padding-bottom: 150px;
}
.thoughts-jp p {
  font-family: 'Klee One', cursive;
}
.thoughts-en p {
  font-family: 'HelveticaNeue-UltraLight';
}
.thoughts-inner-bottom {
  text-align: right;
  letter-spacing: 1px;
}
@media only screen and (max-width: 749px) {
  .thoughts-container {
    max-width: 570px;
    padding: 0 25px;
    font-size: 1rem;
  }
  .thoughts-jp {
    padding-bottom: 50px;
  }
  .thoughts-container br {
    display: none;
  }
  .thoughts-inner {
    line-height: 1.5;
  }
}  

/* Contact - thanks */
.thanks-btn {
text-decoration: none !important;
    margin-top: 50px;
}


/*================ Blogs ================*/
.article--single article.article,
.article--single article.article .article__title {
  font-family: 'Klee One', cursive;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 1px;
}
.article--single article.article .article__title {
  font-weight: 600;
}

/*
@media only screen and (max-width: 768px) {
  .article__image {
    height: auto;
  }
}
@media only screen and (min-width: 769px) {
  .article__image {
    height: var(--two-thirds);
   }
}*/
.article--single .image__hero__pane {
    background-color: #fff;
  }
@media only screen and (min-width: 769px) {
  .article--single .article__image {
    height: auto !important;
  }
  .article--single .image__hero__frame {
    height: 650px !important;
	padding-top: initial !important;
  }
  .article--single .image__hero__frame .background-size-cover {
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.article__social .share--facebook {
  display: none;
}

/*================ Policy ================*/
#プライバシーポリシー .shopify-policy__container {
  /* max-width: 1100px; */
}

.shopify-policy__title h1,
#ご利用規約 h2,
#ご利用規約 p,
#ご利用規約 ol,
#ご利用規約 li,
#プライバシーポリシー h2,
#プライバシーポリシー p,
#プライバシーポリシー ol,
#プライバシーポリシー li {
  /* font-family: 'Klee One', cursive; */
  font-family: yu-gothic-pr6n, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 1px;
}
.shopify-policy__title h1,
#ご利用規約 h2,
#プライバシーポリシー h2 {
  font-size: calc(var(--font-6)*var(---font-adjust-heading));
  font-weight: 600;
}
#ご利用規約 p,
#ご利用規約 ol,
#ご利用規約 li,
#プライバシーポリシー p,
#プライバシーポリシー ol,
#プライバシーポリシー li {
  /* font-size: 19px; */
}

#ご利用規約 .wrapper {
    max-width: 670px;
    margin: 60px auto;
    padding: 0 30px;
}

section#page--template--15287274111176__main {
    padding-top: 0px;
}

#ご利用規約 .standard__rte,
#プライバシーポリシー .standard__rte {
  text-align: left;
}
#ご利用規約 .standard__rte .tR,
#プライバシーポリシー .standard__rte .tR {
  text-align: right;
}
@media only screen and (max-width: 768px) {
  #ご利用規約 h2,
  #プライバシーポリシー h2 {
    font-size: 23px;
  }
  #ご利用規約 p,
  #ご利用規約 ol,
  #ご利用規約 li,
  #プライバシーポリシー p,
  #プライバシーポリシー ol,
  #プライバシーポリシー li  {
    font-size: 16px;
  }
}

/*================ Cart ================*/
.cart__title {
  font-size: 1.5em;
}
.cart-item__title,
.cart-item__meta,
.cart-item__remove,
.cart__price {
  font-size: 1.25em;
}
.cart-item__selected-options {
  font-size: 1em;
}
.cart__quantity .cart__quantity-field {
  font-size: .8em;
}

.cart__footer {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .cart__footer {
    flex-direction: column;
  }
}
.cart__total .tax {
  font-size: .5em;
}


/*================ 2403改修 ================*/
.btn {
  background: #007495;
  border-color: #007495;
  transition: .3s;
}
.btn:hover {
  background: #fff;
  color: #000;
}
.btn--outline.btn--white {
  background: transparent;
  border-color: #fff;
}
.btn--outline:hover {
  color: #fff;
  background: #007495;
  border-color: #007495;
}
.swatch__button__value {
  display: none;
}

/* Custom content */
.fade-in-image-zoom .background-size-cover.lazyloaded {
  position: relative;
}
/* section-comparison */
.section-comparison-container {
  display: flex;
  column-gap: 30px;
  padding: 0 var(--outer);
  margin: 50px auto 1em;
}
@media only screen and (max-width: 768px) {
  .section-comparison-container {
  column-gap: 15px;
  }
}
.comparison-item {
  width: 50%;
}
.comparison-item-inner {
  display: flex;
  flex-direction: column;

}
.comparison-item-inner .grid__item {
  text-align: center;
}
.comparison-item-inner .product__title {
  font-size: 24px;
}
@media only screen and (max-width: 768px) {
  .comparison-item-inner .product__title {
    font-size: 18px;
    line-height: 1.6;
    min-height: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .product__overview {
    font-size: 12px;
  }
}
.comparison-item-inner .product__selectors {
  margin-top: 0;
}
.comparison-item-inner .swatch__button__wrap {
  display: flex;
  justify-content: center;
  column-gap: 20px;
}
@media only screen and (max-width: 768px) {
  .comparison-item-inner .swatch__button__wrap {
    column-gap: 12px;
  }
}
.comparison-item-inner .swatch__button {
  margin-bottom: 40px;
}
.comparison-item-inner .swatch__button input:checked~label {
  margin: -2px;
}
@media only screen and (max-width: 768px) {
  .comparison-item-inner .swatch__button {
        margin-right: 8px;
  }
  .comparison-item-inner  .swatch__button label {
    width: 20px;
    height: 20px;
  }
  .comparison-item-inner .swatch__button input:checked~label {
    width: 20px;
    height: 20px;
     margin: 0;
  }
  .comparison-item-inner .swatch__button input:checked~label:after {
    top: -4px;
    left: -4px;
    width: 25px;
    height: 25px;
  }
}
.comparison-item-inner .swatch__button__value {
  display: block;
  position: absolute;
  bottom: -30px;
}
.comparison-item-inner .swatch__button__value:before {
  content: '/';
  position: absolute;
  left: -15px;
}
@media only screen and (max-width: 768px) {
  .comparison-item-inner .swatch__button__value {
    font-size: 12px;
  }
  .comparison-item-inner .swatch__button__value:before {
    left: -9px;
  }
}
.comparison-item-inner .swatch__button:first-child .swatch__button__value:before {
  content: none;
}
.comparison-item-inner .radio__button {
  font-size: 1rem;
}

.section-comparison-container .product__submit {
  margin: 0;
}
.section-comparison-container .product__submit__item {
  padding: 0;
}

@media only screen and (max-width: 768px) {
  .section-comparison-container  .product__submit__add {
    font-size: 14px
  }
}

.product__more {
  font-size: 1.4em;
  text-align: center;
  padding: 10px;
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}
.product__more a {
  display: block;
  transition: .3s;
}
.product__more:hover a {
  color: #007495;
}
@media only screen and (max-width: 768px) {
  .product__more a {
    font-size: 14px
  }
}

.section-comparison-spec {
  padding: 0 var(--outer);
  margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .section-comparison-spec {
    margin-left: -10px;
  }
}
.section-comparison-spec table{
  width: 100%;
  border: none;
}
.section-comparison-spec th {
  width: 13%;
  text-align: right;
  border-right: none;
  border-bottom: none;
}
@media only screen and (max-width: 768px) {
  .section-comparison-spec th {
    font-size: 10px;
    padding: 10px 5px 10px 0;
  }
}
.section-comparison-spec td {
  width: 37%;
  text-align: center;
  border-right: none;
}
@media only screen and (max-width: 768px) {
  .section-comparison-spec td {
    font-size: 12px;
  }
}
.section-comparison-spec td.table__blank {
  width: 13%;
  border-bottom: none;
}
@media only screen and (max-width: 768px) {
  .section-comparison-spec td.table__blank {
    border-bottom: 1px solid var(---color-border);
  }
}
.section-comparison-button {
  text-align: center;
  width: 50%;
  margin: 1em auto 30px;
  padding: 0 var(--outer);
}
@media only screen and (max-width: 768px) {
  .section-comparison-button {
    width: 80%;
  }
}
.section-comparison-button a  {  
  display: block;
  font-size: 1.4em;
  padding: 15px;
  background-color: #fff;
  color: #000;
  background: #eaeaec;
  transition: .3s;
}
.section-comparison-button a:hover {
  color: #007495;
}

@media only screen and (max-width: 768px) {
  .section-comparison-button a {
     font-size: 14px;
  }
}
/* Judge.me */
.jdgm-rev-widg {
    margin: var(--outer) !important;
}
