<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

html{
  font-size: 10px;
}
body{
  background-color: #ebf0f2;
  line-height: 1.8;
  font-size: 1.6rem;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  color: #221815;
}

a{
  color: inherit;
  text-decoration: none;
}
a:visited{
  color: inherit;
  text-decoration: none;
}
a:hover, a:active{
  color: inherit;
  text-decoration: none;
}

a,
.banners a img,
a.banners img{
  transition: all .4s;
}
.banners a:hover img,
a.banners:hover img{
  opacity: .7;
}
.hover-effect{
  transition: opacity .5s;
}
.hover-effect:hover{
  opacity: .7;
}

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

.en{
  font-family: 'Jost', sans-serif;
}

.table{
  letter-spacing: .1em;
}
.table th,
.table td{
  padding: 4px 10px;
}
.table th{
  text-align: left;
  font-weight: normal;
}
@media (max-width: 767px){
  .table-break,
  .table-break &gt; thead,
  .table-break &gt; thead &gt; tr,
  .table-break &gt; thead &gt; tr &gt; th,
  .table-break &gt; thead &gt; tr &gt; td,
  .table-break &gt; tbody,
  .table-break &gt; tbody &gt; tr,
  .table-break &gt; tbody &gt; tr &gt; th,
  .table-break &gt; tbody &gt; tr &gt; td,
  .table-break &gt; tfoot,
  .table-break &gt; tfoot &gt; tr,
  .table-break &gt; tfoot &gt; tr &gt; th,
  .table-break &gt; tfoot &gt; tr &gt; td{
    display: block;
  }
  .table-break th,
  .table-break td{
    padding: 0;
  }
  .table-break td{
    margin-bottom: 20px;
    padding-left: 1em;
  }
}
.table-borderless tbody+tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th{
  border: 0;
}
.table-bordered,
.table-bordered th,
.table-bordered td{
  border: 1px solid #9a9a9a;
}

.container{
  margin-right: auto;
  margin-left: auto;
}

::-moz-selection {
  background: #5caeb7;
  color: #fff;
}
::selection {
  background: #5caeb7;
  color: #fff;
}

ul, ol, dl, table{
  margin: 0;
}
ul, ol{
  padding: 0;
  list-style: none;
}
dt{
  font-weight: normal;
}

@media (max-width: 767px){
}
@media (min-width: 768px){
  .container-n{
    width: 1100px;
  }
  .container-nn{
    width: 1000px;
  }
}

@media (max-width: 767px){
}
@media (min-width: 768px){
  .w-md-33{
    flex: 0 0 33% !important;
    width: 33% !important;
    max-width: 33% !important;
  }
  .w-md-50{
    flex: 0 0 50% !important;
    width: 50% !important;
    max-width: 50% !important;
  }
  .w-md-100{
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}

@media (max-width: 767px){
}
@media (min-width: 768px){
  .lh-md-17{
    line-height: 1.7 !important;
  }
}

.underline{
  text-decoration: underline;
}

.list-disc{
  padding-left: 1.2em;
  list-style: disc outside;
}



/* Layout
======================================= */
#wrapper{
}
@media (max-width: 767px){
  #wrapper{
    margin-top: 60px;
  }
}
@media (min-width: 768px){
  #wrapper{
    margin-top: 92px;
    min-width: 1340px;
  }
}
@media (min-width: 1300px){
  #wrapper{
  }
}



.l-header{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: #ebf0f2;
  width: 100%;
}
.l-header .container{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 60px;
}
@media (max-width: 767px){
  .l-header .container{
    height: 60px;
  }
  .header-logo{
    line-height: 1;
  }
  .header-logo img{
    width: 84px;
  }
  .header-logo .text{
    display: none;
  }
}
@media (min-width: 768px){
  .l-header .container{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    /*padding-top: 30px;*/
    /*padding-right: 110px;*/
    padding-left: 30px;
    width: auto;
    height: 92px;
  }
  .header-logo{
    display: flex;
    padding-top: 30px;
  }
  .header-logo .logo img{
    width: 160px;
    height: auto;
  }
  .header-logo .text{
    margin: 0 0 0 25px;
    line-height: 1.8;
    font-size: 1rem;
  }
}

@media (max-width: 1359px){
  .header-cart{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
  }
  .header-cart img{
    width: 28px;
  }
}
@media (min-width: 1360px){
  .l-header .container{
    align-items: center;
    height: 92px;
  }
  .header-logo{
    padding-top: 0;
  }
  .header-cart{
    display: none;
  }
}

.nav-main ul{
  margin: 0;
  padding: 0;
  list-style: none;
  letter-spacing: .1em;
}
.nav-main a{
  text-decoration: none;
  color: inherit;
}
.nav-main a:hover{
  opacity: .5;
}
@media (max-width: 1359px){
  .nav-main-toggle{
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    background-color: #d6e1e6;
    /*padding: 10px;*/
    width: 60px;
    height: 60px;
  }
  .nav-main-toggle:hover{
    cursor: pointer;
  }
  .nav-main-toggle span,
  .nav-main-toggle span::before,
  .nav-main-toggle span::after{
    display: block;
    background: #000;
    width: 27px;
    height: 1px;
    transition: top .4s ease, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, top .2s ease;
    transition: transform .3s ease-in-out, top .2s ease, -webkit-transform .3s ease-in-out;
  }
  .nav-main-toggle span::before,
  .nav-main-toggle span::after{
    content: "";
    position: absolute;
    left: 0;
  }
  .nav-main-toggle span::before{
    top: -6px;
  }
  .nav-main-toggle span{
    position: relative;
  }
  .nav-main-toggle span::after{
    top: 6px;
  }
  .is-menu-open .nav-main-toggle span{
    top: 0;
    left: 0;
    width: 0;
  }
  .is-menu-open .nav-main-toggle span::before,
  .is-menu-open .nav-main-toggle span::after{
    left: -13px;
  }
  .is-menu-open .nav-main-toggle span::before{
    top: 0;
    -webkit-transform: rotate(25deg);
            transform: rotate(25deg);
  }
  .is-menu-open .nav-main-toggle span::after{
    top: 0;
    -webkit-transform: rotate(-25deg);
            transform: rotate(-25deg);
  }

  /* z-index */
  .nav-main-toggle{
    z-index: 1000;
  }
  /*#container{
    z-index: 900;
  }*/
  .nav-main{
    z-index: 990;
  }

  .nav-main{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background: #ebf0f2;
    padding-right: 15px;
    padding-left: 15px;
    line-height: 1;
    opacity: 0;
    visibility: hidden;
    transition: opacity .4s ease, visibility .4s ease;
  }

  .nav-main .logo{
    padding-top: 20px;
  }
  .nav-main .logo img{
    width: 84px;
    height: auto;
  }

  .nav-main ul li{
    opacity: 0;
  }
  .nav-main ul li a{
    display: block;
    transition: color .6s ease;
  }
  .nav-main-lv01{
    padding-top: 56px !important;
    padding-left: 35px !important;
  }
  .nav-main-lv01 &gt; li{
    font-size: 1.5rem;
  }
  .nav-main-lv01 &gt; .has-child,
  .nav-main-lv01 &gt; li &gt; a{
    padding: 13px 0;
  }
  .nav-main-lv02{
    margin-top: 13px !important;
    padding-left: 34px !important;
  }
  .nav-main-lv02 &gt; li{
    font-size: 1.2rem;
  }
  .nav-main-lv02 &gt; li &gt; a{
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .nav-main .list-dot li::before{
    top: calc(.45em + 6px);
  }
  .nav-main .icon{
    margin-top: 22px !important;
  }
  .nav-main .instagram{
    width: 19px;
    height: auto;
  }

  /* open */
  .is-menu-open{
    overflow: hidden;
  }
  .is-menu-open .nav-main{
    visibility: visible;
    opacity: 1;
  }
  .is-menu-open .nav-main li{
    opacity: 1;
    transform: translateX(0);
    transition: transform .7s ease, opacity .6s ease;
  }

  .nav-main .cart{
    display: none;
  }
}
@media (min-width: 1360px){
  .nav-main .logo,
  .nav-main-toggle{
    display: none;
  }
  .nav-main-lv01{
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    line-height: 1;
  }
  .nav-main-lv01 &gt; li{
    margin-right: 15px;
    margin-left: 15px;
  }
  .nav-main-lv01 &gt; .has-child{
    transition: opacity .5s;
  }
  .nav-main-lv01 &gt; .has-child:hover{
    cursor: pointer;
    opacity: .7;
  }
  .nav-main-lv02{
    position: absolute;
    display: none;
  }
  .nav-main-lv02 &gt; li{
    margin-top: 10px;
    font-size: 1.2rem;
  }
  .nav-main .cart{
    margin-left: 60px;
  }
  .nav-main .cart img{
    width: 32px;
    height: auto;
  }
  .nav-main .mypage,
  .nav-main .instagram{
    display: none;
  }
}



#main{
  display: block;
}
@media (max-width: 767px){
}
@media (min-width: 768px){
  .main-header{
    padding-top: 110px;
  }
}



.footer-menu ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-copyright{
  margin: 0;
  color: #4c4948;
}
@media (max-width: 767px){
  .l-footer{
    margin-top: 90px;
    border-top: 1px solid #9a9a9a;
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .l-footer &gt; .container{
    padding-right: 30px;
    padding-left: 30px;
  }
  .footer-logo{
    margin-bottom: 60px;
  }
  .footer-logo img{
    width: 84px;
    height: auto;
  }
  .footer-menu{
    margin-bottom: 60px;
    line-height: 1;
    font-size: 1.3rem;
    letter-spacing: .2em;
  }
  .footer-menu .menu-lv01 &gt; li{
    margin-top: 20px;
  }
  .footer-menu .menu-lv02{
    padding-left: 29px !important;
  }
  .footer-menu .menu-lv02{
    margin-top: 16px;
  }
  .footer-menu .menu-lv02 &gt; li{
    margin-top: 8px;
    font-size: 1rem;
  }
  .footer-menu .col-03{
    margin-top: 60px;
  }
  .footer-menu .col-03 li,
  .footer-menu .col-04 li{
    margin-top: 14px;
    font-size: 1rem;
    letter-spacing: .1em;
  }
  .footer-menu .instagram{
    font-size: 12px;
    height: auto;
  }
  .footer-copyright{
    line-height: 2;
    text-align: center;
    font-size: 1rem;
  }
}
@media (min-width: 768px){
  .l-footer{
    margin-top: 160px;
  }
  .l-footer .container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 1px solid #9a9a9a;
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .footer-logo img{
    width: 160px;
    height: auto;
  }
  .footer-menu{
    display: flex;
    line-height: 1;
    font-size: 1.2rem;
    letter-spacing: .1em;
  }
  .footer-menu .en{
    letter-spacing: .2em;
  }
  .footer-menu &gt; .col{
    align-self: stretch;
    padding-right: 0;
    padding-left: 0;
    flex: 1 1 auto;
    width: 100%;
    max-width: 100%;
  }
  .footer-menu .col-01{
    flex-basis: 185px;
    width: 185px;
    max-width: 185px;
  }
  .footer-menu .col-02{
    flex-basis: 210px;
    width: 210px;
    max-width: 210px;
  }
  .footer-menu .col-03{
    flex-basis: 230px;
    width: 230px;
    max-width: 230px;
  }
  .footer-menu .col-04{
    flex-basis: 90px;
    width: 90px;
    max-width: 90px;
  }
  .footer-menu li{
    margin-top: 18px;
  }
  .footer-menu .menu-lv01{}
  .footer-menu .menu-lv02{
    margin-top: 15px;
  }
  .footer-menu .menu-lv02 &gt; li{
    margin-top: 10px;
    font-size: 1.2rem;
  }
  .footer-menu .en{
    font-size: 1.5rem;
  }
  .footer-menu .instagram{
    width: 16px;
    height: auto;
  }
  .footer-copyright{
    margin-top: 50px;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    font-size: 1.2rem;
  }
}



/* Modules
======================================= */
/* Lists */
.list-indent-22 &gt; li{
  padding-left: 2.2em;
  text-indent: -2.2em;
}
.list-indent-22 table{
  padding-left: 0;
  text-indent: 0;
}

.list-dot &gt; li{
  position: relative;
  padding-left: 1em;
 }
.list-dot &gt; li::before{
  content: "";
  position: absolute;
  top: .45em;
  left: 0;
  display: block;
  background: #221815;
  width: .7em;
  height: 1px;
}


/* Tables */
@media (max-width: 767px){
}
@media (min-width: 768px){
  .table-default{
    margin-top: 60px;
  }
  .table-default &gt; tbody &gt; tr &gt; th,
  .table-default &gt; tbody &gt; tr &gt; td{
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .table-default &gt; tbody &gt; tr &gt; th{
    padding-left: 0;
  }
}


/* Section
======================================= */
.section:last-child{
  margin-bottom: 0;
}
@media (max-width: 767px){
  .section{
    /*margin-top: 70px;
    margin-bottom: 100px;*/
  }
  .page-heading,
  .section-title{
    line-height: 1;
    letter-spacing: .2em;
  }
  .page-heading.en,
  .section-title.en{
    letter-spacing: .6em;
  }
  .page-heading{
    margin-bottom: 20px;
    font-size: 1.3rem;
    font-weight: 400;
    text-align: center;
  }
  .page-heading.en{
    font-size: 1.8rem;
  }
  .section-title{
    margin-bottom: 15px;
    font-size: 1.1rem;
    font-weight: 300;
  }
  .section-copy{
    line-height: 1.17;
    font-size: 3.6rem;
    letter-spacing: .05em;
    font-weight: 100;
  }
  .section-text{
    line-height: 2;
    font-size: 1.2rem;
    color: #4c4948;
    letter-spacing: .1em;
    font-feature-settings: "palt";
  }
}
@media (min-width: 768px){
  .section{
    margin-top: 70px;
    margin-bottom: 100px;
  }
  .page-heading,
  .section-title{
    line-height: 1;
    letter-spacing: .2em;
  }
  .page-heading.en,
  .section-title.en{
    letter-spacing: .6em;
  }
  .page-heading{
    font-size: 2.4rem;
    font-weight: 400;
  }
  .page-heading.en{
    font-size: 2.6rem;
  }
  .section-title{
    margin-bottom: 20px;
    font-size: 2.1rem;
    font-weight: 300;
  }
  .section-copy{
    line-height: 1;
    font-size: 7.2rem;
    letter-spacing: .05em;
    font-weight: 100;
  }
  .section-text{
    line-height: 2;
    font-size: 1.6rem;
    color: #4c4948;
    letter-spacing: .2em;
    font-feature-settings: "palt";
  }
  .section-text small{
    font-size: 75%;
  }
}




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

/* Law */

/* Privacy */
.table-privacy thead th{
  border-bottom: 1px solid #9a9a9a;
  background: #d3d6d7;
}
@media (max-width: 767px){
}
@media (min-width: 768px){
  .privacy-section-title{
    flex: 0 0 260px;
    width: 260px;
    max-width: 260px;
  }
}

/* Company */



/* FAQ */
.faqlist{
  margin-left: 50px;
}
.faqlist .q .inner,
.faqlist .a .inner{
  display: flex;
}
.faqlist .q{
  margin-top: 30px;
  margin-bottom: 20px;
  transition: opacity .5s;
}
.faqlist .q:hover{
  cursor: pointer;
  opacity: .5;
}
.faqlist .a{
  /*display: none;*/
  margin-bottom: 60px;
}
.faqlist .icon{
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: 1px;
  letter-spacing: normal;
}
.faqlist .icon-q{
  border: 1px solid #000;
  color: #000;
}
.faqlist .icon-a{
  border: 1px solid #000;
  background: #000;
  color: #fff;
}
.faqlist .text{
  margin-left: 18px;
}
.faqlist .q .text{
  position: relative;
}
.faqlist .q .text::after{
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  display: block;
  margin-top: -7.5px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  width: 8px;
  height: 8px;
  transform: rotate(135deg);
  transform-origin: center center;
}
.faqlist .q.is-active .text::after{
  margin-top: -3.5px;
  transform: rotate(-45deg);
}
@media (max-width: 767px){
  .faqlist .icon{
    flex: 0 0 20px;
    width: 20px;
    max-width: 20px;
    height: 20px;
    font-size: 1.8rem;
  }
  .faqlist .a,
  .faqlist &gt; p{
    margin-bottom: 60px;
  }
}
@media (min-width: 768px){
  .faqlist .icon{
    flex: 0 0 26px;
    width: 26px;
    max-width: 26px;
    height: 26px;
    font-size: 2rem;
  }
}



/* Contact */






/* Amination
======================================= */
[data-aos=fade-up]{
  -webkit-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  -webkit-transform: skewY(2deg) translate(0, 10px);
      -ms-transform: skewY(2deg) translate(0, 10px);
          transform: skewY(2deg) translate(0, 10px);
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all .5s;
}
</pre></body></html>