/** Shopify CDN: Minification failed

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

**/
body, .color-background-1, .color-background-2, .color-inverse, .color-accent-1, .color-accent-2 {
  background-color: #ffffff !important;
}

.card--card, .card--standard .card__inner {
  /*position: relative;
    box-sizing: border-box;*/
  border-radius: 0 !important;
  border: none !important;
}

h1, h2, h3, h4, h5, .h0, .h1, .h2, .h3, .h4, .h5 {
  /*font-family: var(--font-heading-family);
    font-style: var(--font-heading-style);
    font-weight: var(--font-heading-weight);
    letter-spacing: calc(var(--font-heading-scale) * .06rem);*/
  color: #000 !important;
  /*line-height: calc(1 + .3/max(1,var(--font-heading-scale)));
    word-break: break-word;*/
}

.button, .shopify-challenge__button, .customer button {
  /*display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 0;
    padding: 0 3rem;
    cursor: pointer;
    font: inherit;
    font-size: 1.5rem;
    text-decoration: none*/
  color: #000 !important;
  /*transition: box-shadow var(--duration-short) ease;
    -webkit-appearance: none;
    appearance: none;*/
  background-color: #ffffff !important;
  border-radius: 3px !important;
}

.button:after, .shopify-challenge__button:after, .customer button:after, .shopify-payment-button__button--unbranded:after {
  /*content: "";
    position: absolute;
    top: var(--buttons-border-width);
    right: var(--buttons-border-width);
    bottom: var(--buttons-border-width);
    left: var(--buttons-border-width);
    z-index: 1;
    border-radius: var(--buttons-radius);*/
  box-shadow: none !important;
  /*transition: box-shadow var(--duration-short) ease;*/
  border: 1px solid #000;
  transition: .5s;
}

.button:hover::after {
  opacity: .3;
}

.quantity:after {
  /* pointer-events: none;
    content: "";
    position: absolute;
    top: var(--inputs-border-width);
    right: var(--inputs-border-width);
    bottom: var(--inputs-border-width);
    left: var(--inputs-border-width);
    border: 0.1rem solid transparent;
    border-radius: var(--inputs-radius);
    box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground),var(--inputs-border-opacity));
    transition: box-shadow var(--duration-short) ease;
    z-index: 1;*/
  box-shadow: none !important;
}

.quantity:before {
  /*background: rgb(var(--color-background));
    pointer-events: none;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: var(--inputs-radius-outset);
    box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset) var(--inputs-shadow-blur-radius) rgba(var(--color-base-text),var(--inputs-shadow-opacity));
    z-index: -1;*/
  background: #f2f2f2 !important;
}

body, .color-background-1, .color-background-2, .color-inverse, .color-accent-1, .color-accent-2 {
  /*color: rgba(var(--color-foreground),.75);
    background-color: rgb(var(--color-background));*/
  color: #000 !important;
}

.field__input, .select__select, .customer .field input, .customer select {
  /*-webkit-appearance: none;
    appearance: none;
    background-color: rgb(var(--color-background));
    color: rgb(var(--color-foreground));
    font-size: 1.6rem;
    width: 100%;
    box-sizing: border-box;
    transition: box-shadow var(--duration-short) ease;
    border-radius: var(--inputs-radius);
    height: 4.5rem;
    min-height: calc(var(--inputs-border-width) * 2);
    min-width: calc(7rem + (var(--inputs-border-width) * 2));
    position: relative;
    border: 0;*/
  background-color: #fff !important;
  border-radius: 3px !important;
}

.field__button {
  /*align-items: center;
    background-color: transparent;
    border: 0;
    color: currentColor;
    cursor: pointer;
    display: flex;
    height: 4.4rem;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 4.4rem;*/
}

.list-social__link {
  /* align-items: center;
    display: flex;
    padding: 1.3rem;
    color: rgb(var(--color-foreground));*/
  color: #000 !important;
}

.quantity__input {
  /* color: currentColor;
    font-size: 1.4rem;
    font-weight: 500;
    opacity: .85;
    text-align: center;
    background-color: transparent;
    border: 0;
    padding: 0 0.5rem;
    width: 100%;
    flex-grow: 1;
    -webkit-appearance: none;
    appearance: none;*/
  color: #000 !important;
}

/* ----------------------------------

セカンドページ

---------------------------------- */
.header .h2 {
  font-size: 1.8rem;
}

@media only screen and (min-width: 768px) {
  .header .h2 {
    font-size: 2.5rem;
  }
}

.main-page-title.page-title {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  .main-page-title.page-title {
    font-size: 2.2rem;
  }
}

.privacy-wrap dl, .privacy-wrap dt, .privacy-wrap dd {
  margin: 0;
  padding: 0;
}

.privacy-wrap dl {
  margin-top: 30px;
}

.privacy-wrap dt {
  font-weight: bold;
  margin-bottom: 10px;
}

.tokutei-wrap dl, .tokutei-wrap dt, .tokutei-wrap dd {
  margin: 0;
  padding: 0;
}

.tokutei-wrap dl {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .tokutei-wrap dl {
    display: flex;
  }
}

.tokutei-wrap dt {
  margin-right: 50px;
  min-width: 200px;
  font-weight: bold;
  margin-bottom: 5px;
}

@media only screen and (min-width: 768px) {
  .tokutei-wrap dt {
    font-weight: normal;
    margin-bottom: 0;
  }
}

.tokutei-wrap dd {
  width: 100%;
}

.product__title h1 {
  font-size: 2rem;
}

@media only screen and (min-width: 768px) {
  .product__title h1 {
    font-size: 2.5rem;
  }
}

.modal__content {
  /*position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;*/
  background: #fff !important;
  /* z-index: 4;
    display: flex;
    justify-content: center;
    align-items: center;*/
}

details[open] .modal-overlay:after {
  /*position: absolute;
    content: "";*/
  background-color: rgba(255, 255, 255, 0.8) !important;
  /*top: 100%;
    left: 0;
    right: 0;
    height: 100vh;*/
}

.button:after, .shopify-challenge__button:after, .customer button:after, .shopify-payment-button__button--unbranded:after {
  /*content: "";
    position: absolute;
    top: var(--buttons-border-width);
    right: var(--buttons-border-width);
    bottom: var(--buttons-border-width);
    left: var(--buttons-border-width);
    z-index: 1;*/
  border-radius: 3px !important;
}

.field:after, .select:after, .customer .field:after, .customer select:after, .localization-form__select:after {
  /*pointer-events: none;
    content: "";
    position: absolute;
    top: var(--inputs-border-width);
    right: var(--inputs-border-width);
    bottom: var(--inputs-border-width);
    left: var(--inputs-border-width);
    border: 0.1rem solid transparent;*/
  border-radius: 3px !important;
  /* box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground),var(--inputs-border-opacity));
    transition: box-shadow var(--duration-short) ease;
    z-index: 1;*/
}

.global-media-settings {
  /*position: relative;
    border: var(--media-border-width) solid rgba(var(--color-foreground),var(--media-border-opacity));*/
  border-radius: 0 !important;
  /* overflow: visible!important;
    background-color: rgb(var(--color-background));*/
}

.global-media-settings img, .global-media-settings iframe, .global-media-settings model-viewer, .global-media-settings video {
  border-radius: 0px !important;
}

.drawer__inner {
  /*height: 100%;
    width: 40rem;
    max-width: calc(100vw - 3rem);
    padding: 0 1.5rem;
    border: 0.1rem solid rgba(var(--color-foreground),.2);
    border-right: 0;*/
  background-color: #fff !important;
  /*overflow: hidden;
    display: flex;
    flex-direction: column;
    transform: translate(100%);
    transition: transform var(--duration-default) ease;*/
}

.drawer__header {
  /*position: relative;*/
  background-color: #fff !important;
  /*padding: 1.5rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;*/
}

.cart-drawer thead {
  /*display: inline-table;
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 2;*/
  background-color: #fff !important;
}

.drawer__footer {
  background-color: #fff !important;
  /*border-top: 0.1rem solid rgba(var(--color-foreground),.2);
    padding: 1.5rem 0;*/
}

.drawer {
  /*position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100%;
    display: flex;
    justify-content: flex-end;*/
  background-color: rgba(255, 255, 255, 0.8) !important;
  /*transition: visibility var(--duration-default) ease;*/
}

.gradient {
  /*background: rgb(var(--color-background));*/
  background: #fff !important;
  /*background-attachment: fixed;*/
}

.global-settings-popup, .header__submenu.global-settings-popup {
  border-radius: 0 !important;
  /*border-color: rgba(var(--color-foreground),var(--popup-border-opacity));
    border-style: solid;
    border-width: var(--popup-border-width);
    box-shadow: var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow),var(--popup-shadow-opacity));*/
}

.drawer__inner-empty {
  /*height: 100%;
    padding: 0 1.5rem;*/
  background-color: #fff !important;
  /*overflow: hidden;
    display: flex;
    flex-direction: column;*/
}


/* ----------------------------------

ガイド

---------------------------------- */

@import url("//fonts.googleapis.com/css2?family=Oxygen:wght@400;700&display=swap");
.shop-guide {
  font-size: 1.3rem;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .shop-guide {
    font-size: 1.5rem;
  }
}

.shop-guide h3 {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .shop-guide h3 {
    margin-bottom: 30px;
  }
}

.shop-guide .txt {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .shop-guide .txt {
    margin-bottom: 40px;
  }
}

.shop-guide .step {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.shop-guide .step .num {
  font-family: 'Oxygen', sans-serif;
  width: 15%;
  font-weight: bold;
  color: #bbb;
  margin-right: 10px;
}

.shop-guide .step .num .num-inn {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #FFFFFF;
  z-index: 10;
}

@media only screen and (min-width: 768px) {
  .shop-guide .step .num .num-inn {
    width: 80px;
    height: 80px;
  }
}

.shop-guide .step .num .num-inn span {
  font-size: 1.8rem;
  margin-left: .1em;
  position: relative;
  top: -2px;
}

@media only screen and (min-width: 768px) {
  .shop-guide .step .num .num-inn span {
    font-size: 2.2rem;
  }
}

.shop-guide .step .num span {
  display: block;
}

.shop-guide .guide-con {
  width: 85%;
  padding-top: 25px;
}

.shop-guide .guide-con .subtit {
  font-weight: bold;
  margin-bottom: 20px;
}

.guide-wrap {
  margin-bottom: 80px;
  position: relative;
}

.guide-wrap.line::after {
  content: "";
  display: block;
  width: 1px;
  height: 75%;
  background: #ccc;
  position: absolute;
  left: 40px;
  top: 100px;
}

.credit {
  margin-left: 40px;
  margin-bottom: 30px;
}

.credit dt {
  font-weight: bold;
  margin-bottom: 10px;
}

.credit dd {
  margin: 0;
  padding: 0;
}

.guide-flow dl, .guide-flow dt, .guide-flow dd {
  margin: 0;
  padding: 0;
}

.guide-flow dl span.tit {
  margin: 10px 0;
  display: block;
}

.guide-flow dl dl {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ccc;
}

@media only screen and (min-width: 768px) {
  .guide-flow dl dl {
    display: flex;
    justify-content: space-between;
  }
}

/* ----------------------------------

プライバシーポリシー

---------------------------------- */


.privacy-wrap {
  font-size: 1.3rem;
}

@media only screen and (min-width: 768px) {
  .privacy-wrap {
    font-size: 1.5rem;
  }
}

.privacy-wrap .pri-wrap {
  margin-top: 50px;
}

.privacy-wrap .pri-wrap .sub {
  margin-top: 50px;
  margin-left: 30px;
}

.privacy-wrap .pri-wrap .sub dt {
  font-weight: normal;
}

.privacy-wrap .pri-wrap .sub ul {
  margin-bottom: 50px;
}

.privacy-wrap .pri-wrap .sub ul li {
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.txt-end {
  margin-bottom: 50px;
}

.tokutei-wrap {
  font-size: 1.3rem;
}

@media only screen and (min-width: 768px) {
  .tokutei-wrap {
    font-size: 1.5rem;
  }
}

.kiyaku-content {
  font-size: 1.3rem;
}

@media only screen and (min-width: 768px) {
  .kiyaku-content {
    font-size: 1.5rem;
  }
}

.kiyaku-wrap {
  margin-bottom: 40px;
  margin-top: 30px;
}

@media only screen and (min-width: 768px) {
  .kiyaku-wrap {
    margin-bottom: 80px;
  }
}

.shopify-policy__container{
  max-width: 1000px;
}

.bnr-fr{
	text-align: center;
	max-width: 1140px;
	margin: 30px auto 10px;
	width: 90%;
}

@media screen and (min-width: 768px) {

.bnr-fr{
width: 100%;

}

}

.bnr-fr img{
	width: 100%;
	height: auto;
}

.bnr-fr img:hover{
 opacity: .8;
}

.field .field__input{
	border: 1px solid #ccc;
}

.contact__button{
	text-align: center;
}





