<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Shopify CDN: Minification failed

Line 428:42 Unexpected "{"

**/
.wrapper.is-guide .mt-0{
  margin-top: 0!important;
}

.wrapper.is-guide .indentBox p,
.wrapper.is-guide .indentBox dl{
  font-size: 1.2rem;
}

@media (min-width: 640px) {
 .wrapper.is-guide .indentBox p,
  .wrapper.is-guide .indentBox dl{
  font-size: 1.4rem;
}
}
.wrapper.is-guide .mt-1{
  margin-top:1em !important;
}
.wrapper.is-guide .mt-2{
  margin-top:2em !important;
}
.wrapper.is-guide .mt-3{
  margin-top:3em !important;
}
.wrapper.is-guide .mt-4{
  margin-top:4em !important;
}
.wrapper.is-guide .mt-5{
  margin-top:5em !important;
}

.wrapper.is-guide .mb-0{
  margin-bottom:0 !important;
}
.wrapper.is-guide .mb-1{
  margin-bottom:1em !important;
}
.wrapper.is-guide .mb-2{
  margin-bottom:2em !important;
}
.wrapper.is-guide .mb-3{
  margin-bottom:3em !important;
}
.wrapper.is-guide .mb-4{
  margin-bottom:4em !important;
}
.wrapper.is-guide .mb-5{
  margin-bottom:5em !important;
}


.wrapper.is-guide{
  max-width: 1024px;
  box-sizing: border-box;
  letter-spacing: .05em;
  font-size: 1.2rem;
  font-feature-settings: "palt" 1;
  text-align: center;
}

.wrapper.is-guide .page-content{
  text-align:left;
}


@media all and (min-width: 640px) {
  .wrapper.is-guide{
    font-size:16px;
  }
}

.wrapper.is-guide .page-title {
  font-size:24px;
  text-align: center;
  padding: 1em 0;
  margin-bottom:1em;
  font-weight:600;
  border-bottom:1px solid #dfdfdf;
}

@media all and (min-width: 640px) {
  .wrapper.is-guide .page-title {
    font-size: 30px;
  }
}


.wrapper.is-guide img{
  padding:0;
  vertical-align:bottom;
}

.wrapper.is-guide .remarks{
  font-size:12px;
  color:#505050;
  text-indent: -1em;
  display: inline-block;
  margin-left: 1em;
}
@media all and (min-width: 640px) {
  .wrapper.is-guide .remarks{
    font-size:14px;
  }
}




.wrapper.is-guide .nav-guide {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px , 1fr));
  margin: 0 0 2rem;
  padding: 0;
  list-style: none;
  letter-spacing:0;
}


.wrapper.is-guide .nav-guide li {
  counter-increment: navigation;
  box-sizing: border-box;
  flex-basis: calc((100% - 0.5rem) / 2);
  background-color: #333;
  display: flex;
  align-items: center;
  margin:0 0.5rem 0.5rem 0;
    text-align: left;
}

.wrapper.is-guide .nav-guide li &gt; a{
  background-color: #333;
  display: block;
  color: #fff;
  font-weight: 500;
  font-size: 1.3rem;
  transition: opacity .3s ease;
  font-feature-settings: "palt" 1;
  letter-spacing: .05em;
  line-height: 1.4;
  text-indent: -1.25rem;
  padding: 1rem 1.25rem 1rem 2.25rem;
}

@media (min-width: 640px) {
.wrapper.is-guide .nav-guide li &gt; a{
  font-size: 1.4rem;
}
}

.wrapper.is-guide .nav-guide li &gt; a:hover{
  opacity:.8;

}

.wrapper.is-guide .nav-guide li &gt; a::before{
 content: counter(navigation) ".";
}



.wrapper.is-guide p,
.wrapper.is-guide ul,
.wrapper.is-guide ol,
.wrapper.is-guide dl{
  margin-top:1em;
  margin-bottom:1em;
  line-height: 1.6;
}

.wrapper.is-guide .section-guide li p{
  margin-top:0 !important;
  margin-bottom:0 !important;
font-size: 1.2rem;
    width: calc(100% - 1.2em);
}

@media (min-width:640px) {
.wrapper.is-guide .section-guide li p{
font-size: 1.6rem;
}
}


.wrapper.is-guide .section-guide{
  counter-increment: title;
  padding:1.5em 0;
}

@media (min-width:640px) {
  .wrapper.is-guide .section-guide{
    padding:3em 0;
  }
}



.wrapper.is-guide .section-guide h2{
  font-size: 1.4rem;
  font-weight: 500;
  border-bottom: 1px solid #ddd;
  margin-bottom: 1em;
  padding-bottom: 0.75em;
  line-height: 1.4;
  display: flex;
  font-size:1.4rem;
}

@media all and (min-width: 640px) {
  .wrapper.is-guide .section-guide h2{
    font-size: 1.8rem;
  }
}

.wrapper.is-guide .section-guide h2::before {
  content: counter(title) ".";
}

.wrapper.is-guide .section-guide h3 {
/*   counter-increment: listnumber; */
  text-indent: -1em;
  display: inline-block;
  margin-left: 1em;
  font-weight:600;
}
@media all and (min-width: 640px) {
  .wrapper.is-guide .section-guide h3 {
    font-size:1.6rem;
  }
}


.wrapper.is-guide .section-guide &gt; ol &gt; li:not(:first-child),
.wrapper.is-guide.section-guide &gt; ul &gt; li:not(:first-child) {
  margin-top:1.5em;
}

.wrapper.is-guide .section-guide ol li {
  counter-increment: listnumber;
  display:flex;
    flex-wrap: wrap;
}


.wrapper.is-guide .section-guide ol li::before {
  content: counter(listnumber) ".";
font-size: 1.2rem;
}

@media (min-width:640px) {
.wrapper.is-guide .section-guide ol li::before {
font-size: 1.4rem;
}
}

.wrapper.is-guide .section-guide h3 {
/*   counter-increment: listnumber; */
  text-indent: -1em;
  display: inline-block;
  margin-left: 1em;
  font-weight:500;
font-size: 1.4rem;
}

.wrapper.is-guide .section-guide .indentBox{
  margin-left:1em;
}
.wrapper.is-guide .section-guide ul li{
  list-style:square;
  margin-left:1.45em;
}


.wrapper.is-guide .section-guide  .name-order-process {
  border:1px solid #ddd;
  padding:1em;
  position:relative;
}
.wrapper.is-guide .section-guide  .name-order-process dd{
  padding:0;
  margin:0;
}

.wrapper.is-guide .section-guide  .name-order-process dd &gt; ul{
  margin-top:0;
  margin-bottom:0;
}

.wrapper.is-guide .section-guide  .name-order-process:not(:first-of-type) {
  margin-top:2em;
}
.wrapper.is-guide .section-guide  .name-order-process:not(:last-of-type)::after {
  content:"";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #505050;
  display:block;
  position:absolute;
  bottom:-1.6em;
  left:50%;
  transform:translateX(-50%);
}

.wrapper.is-guide .section-guide  .name-order-process dt:not(:first-child){
  margin-top:1.5em;
}

.wrapper.is-guide .section-guide dt{
  font-weight: 500;
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
}

.wrapper.is-guide .section-guide .notes{
  background-color:#f6f6f6;
  padding:1em;
  margin:0;
}

@media (min-width:660px) {
  .wrapper.is-guide .section-guide .notes{
    padding:1.5em;

  }
}


.wrapper.is-guide .section-guide .notes dd{
margin-left:0;
}

.wrapper.is-guide .section-guide .is-flex{
  display:flex;
  justify-content:flex-start;
}

.wrapper.is-guide #section5.section-guide .is-flex dt{
  flex-shrink:0;
}

.wrapper.is-guide .section-guide .notes .is-flex span:first-child{
  flex-shrink:0;
}

.wrapper.is-guide .section-guide .online-mobile,
.wrapper.is-guide .section-guide .online-pc{
  padding:1em;
  border:1px solid #ddd;
}

.wrapper.is-guide .section-guide .online-pc{
  margin-bottom:0;
}

@media (max-width:639px) {
  .wrapper.is-guide .section-guide .online-mobile .is-flex,
  .wrapper.is-guide .section-guide .online-pc .is-flex{
    display:block;
  }
}



.wrapper.is-guide .section-guide .online-mobile .is-flex,
.wrapper.is-guide .section-guide .online-pc .is-flex{
  align-items:center;
  margin-top:.5em;
}
@media (min-width:640px) {
  .wrapper.is-guide .section-guide .online-mobile .is-flex .image{
    flex-basis:30%;
  }
  .wrapper.is-guide .section-guide .online-pc .is-flex .image{
    flex-basis:50%;
  }
  .wrapper.is-guide .section-guide .online-mobile .is-flex p{
    flex-basis:70%;
  }
  .wrapper.is-guide .section-guide .online-pc .is-flex p{
    flex-basis:50%;
  }
  .wrapper.is-guide .section-guide dl dd.is-flex p{
    margin-left:3em;
  }
}	

.wrapper.is-guide .section-guide .online-mobile .is-flex figure img,
.wrapper.is-guide .section-guide .online-pc .is-flex img{
  width:100%;
}

/* .wrapper.is-guide .section-guide .online-pc .is-flex .image{
  flex-shrink:0;
} */
.wrapper.is-guide .section-guide dl dd.is-flex .image figcaption{
margin: 1rem 0;
  font-size: 1.2rem;
}


#section4,#section6{
}
.wrapper.is-guide .section-guide table{
  width:100%;
  box-sizing:border-box;
  line-height:1.4;
}

.wrapper.is-guide .section-guide table caption{
  text-align:left;
  margin-bottom:.5em;
}


.wrapper.is-guide .section-guide table th,
.wrapper.is-guide .section-guide table td{
  padding:.75em;
  border:1px solid #ddd;
  box-sizing:border-box;
  line-height:1.4;
}
.wrapper.is-guide .section-guide table th,{
  text-align: center;
}  


.wrapper.is-guide .section-guide table th{
  background-color: #f6f6f6;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
}

.wrapper.is-guide #section4.section-guide table td:last-child{
  text-align:right;
}





@media (max-width:768px) {
  .wrapper.is-guide .section-guide table thead{
    display:none;
  }
  .wrapper.is-guide .section-guide table tbody tr{
/*     padding:1em; */
    display: block;
    border:1px solid #ddd;
  }
  
  .wrapper.is-guide .section-guide table tbody tr:not(:first-child){
    margin-top:1em;
  }
  
   
  .wrapper.is-guide .section-guide table tr td{
    display:block;
    width:100%;
    position:relative;
    border:none;
    font-size: 1.4rem;
  }
  
  .wrapper.is-guide .section-guide縲table tr td:first-child{
    background-color:#f6f6f6;
    font-weight:600;
    border-bottom:1px solid #ddd;
    font-size: 1.6rem;
  }
 .wrapper.is-guide .section-guide縲table td:last-child {
/*    border-top:1px solid #ddd; */
/*    padding-bottom:0; */
  }
  
 .wrapper.is-guide #section4.section-guide縲table td:last-child::before {
    content: attr(data-label) "��";
    font-weight: 500;
    font-size:14px;
  }
     
/*  .wrapper.is-guide #section6.section-guide縲table td {
   border:none;
  } */
/*   .wrapper.is-guide #section4.section-guide縲table td:nth-child(n + 2) ,
  .wrapper.is-guide #section6.section-guide縲table td:nth-child(n + 2)  {
   padding-left:0;
   padding-right:0;
  } */
  
  .wrapper.is-guide #section4.section-guide縲table td:nth-child(2),
  .wrapper.is-guide #section6.section-guide縲table td:nth-child(2)  {
   padding-bottom:0;
  }
/*   
  .wrapper.is-guide #section4.section-guide縲table td:nth-child(3){
    padding-bottom:0;
  }
  .wrapper.is-guide #section6.section-guide縲table td:nth-child(3)  {
   padding-top:0;
   padding-bottom:0;
  }
 */
 .wrapper.is-guide #section6.section-guide縲table td::before {
    content: attr(data-label) "��";
    font-weight: 500;
    font-size:14px;
  }
 
}

.wrapper.is-guide .section-guide table tr td.area,
.wrapper.is-guide .section-guide table tr td.system{
background-color: #9f9f9f;
  font-weight: 500;
  color: #fff;
  font-size: 1.4rem;
  padding: 0.5rem 0.75rem;
}


.wrapper.is-guide .section-guide table tr td.city{
  font-size: 1.3rem;
  line-height: 1.6;
  padding: 1.5rem 0.75rem 0.25rem;
}

.wrapper.is-guide .section-guide table tr td.browser{
  font-size: 1.4rem;
    line-height: 1.4;	
    padding: 1rem 0.75rem .25rem;

}


.wrapper.is-guide .section-guide table tr td.version{
  font-size: 1.4rem;
    line-height: 1.4;	
    padding: .25rem 0.75rem 1rem;
}

.wrapper.is-guide .section-guide table tr td.delivery-plice{
  font-size: 1.6rem;
  font-family: Barlow Semi Condensed,Noto Sans JP,sans-serif;
  padding: 0.25rem 0.75rem 1rem;
}
.button-pill {
  margin:0 auto;
}


.recept-img{
  display:block;
  margin: 20px 0;
  width: 100%;
  max-width: 640px;
}

.recept-flow{
  display:block;
  width: 100%;
}

.wrapper.is-guide .section-guide ol li .box{
  width: calc(100% - 20px);
}
.recept-flow .subtitle{
  font-weight:700;
}

.recept-flow span{
  display: block;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.8;
}</pre></body></html>