<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
body{
  margin: 0;
    font-feature-settings: "kern" 0, "calt" 0, "liga" 0, "clig" 0, "dlig" 0, "hlig" 0;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: geometricprecision;
    white-space: normal;
    font-family: "Zen Maru Gothic", "Quicksand", sans-serif, "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    color: #2d3640;
}
a{
  color: #040404;
  text-decoration: none;
}
a:hover{
    opacity: .8;
}
ul, figure,h1,h4,h5,h6,dt,dd {
    margin-block-start: unset;
    margin-block-end: unset;
    margin-inline-start: 0;
    padding-inline-start: 0;
    padding-inline-end: 0;
    margin-inline-end: 0;
    list-style: none;
}
.fw400{
    font-weight: 400;
}
.fw500{
    font-weight: 500;
}
.fw600{
    font-weight: 600;
}
.fw700{
    font-weight: 700;
}
.fw800{
    font-weight: 800;
}
.fwbld{
    font-weight: bold;
}
.sp-only{
    display: none;
}
#top {
    overflow: hidden;
    position: relative;
    background: #fff;
}
/*header*/
/*ハンバーガーボタン*/

@media screen and (min-width: 841px) {
    .navi_item {
    display: inline-block;
    padding: 0 1%;
}   
    header.navi {
    text-align: right;
        background: #fff;
        padding: 1% 0;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1;
}
}

@media screen and (max-width: 840px) {
.el_humburger {
  position: fixed;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 20;
  cursor: pointer;
  pointer-events: auto;
  color: hsla(210, 26%, 7%, 0.7);
  text-align: center;
    display: block;
    right: 0;
    top: 0;
    padding-top: 20px;
    width: 70px;
    height: 70px;
    }
    #factory .el_humburger {
      display: none; } 
  .el_humburger_wrapper {
    margin-bottom: 5px;
    width: 30px; 
    display: inline-block;
    } 
} 
.js_humburgerOpen .el_humburger_text.el_humburger_text__menu {
  display: none; }
 
.el_humburger_text.el_humburger_text__close {
  display: none; }
 
.js_humburgerOpen .el_humburger_text.el_humburger_text__close {
  display: block; }
 
@media screen and (max-width: 840px) {
  .el_humburger_text {
    font-size: 10px;
    padding-top: 2px; 
    letter-spacing: 0.1em;
    } 
}
@media screen and (max-width: 840px) {
  .el_humburger_text svg path {
    -webkit-transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    -o-transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    fill: #000; } }
 
@media screen and (max-width: 840px) {
  .js_humburgerOpen .el_humburger_text svg path {
    fill: #000; } }
 
.el_humburger span.el_humburger_bar:last-child {
  margin-bottom: 0; }
 
.js_humburgerOpen .el_humburger span.el_humburger_bar {
  background: #000; }
 
@media screen and (max-width: 840px) {
  .el_humburger span.el_humburger_bar {
      display: block;
  width: 100%;
  margin: 0 auto 9px;
  height: 1px;
  background: #000;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
    left: 0;
    top: 0; } 
 
.js_humburgerOpen .el_humburger span.el_humburger_bar.top {
  -webkit-transform: translateY(9px) rotate(-45deg);
  -ms-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg); }
 
.js_humburgerOpen .el_humburger span.el_humburger_bar.middle {
  opacity: 0; }
 
.js_humburgerOpen .el_humburger span.el_humburger_bar.bottom {
  -webkit-transform: translateY(-11px) rotate(45deg);
  -ms-transform: translateY(-11px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg); }
 
.el_humburgerButton.el_humburgerButton__close {
  top: 2%;
  right: 2%; }
 
.el_humburgerButton__close span.el_humburger_bar {
  display: block;
  width: 35px;
  margin: 0 auto;
  height: 4px;
  background: #000; }
 
.el_humburgerButton__close span.el_humburger_bar.top {
  -webkit-transform: translateY(5px) rotate(-45deg);
  -ms-transform: translateY(5px) rotate(-45deg);
  transform: translateY(5px) rotate(-45deg); }
 
.el_humburgerButton__close span.el_humburger_bar.bottom {
  -webkit-transform: translateY(-6px) rotate(45deg);
  -ms-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg); }
 
.navi {
  position: fixed;
    top: 0;
  right: 0;
  height: 100%;
  background-color: rgb(255, 255, 255, .9);
  width: 300px;
  z-index: 3;
  padding: 100px 5% 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 600ms ease-out;
  -o-transition: all 600ms ease-out;
  transition: all 600ms ease-out;
  transform:translateZ(0) translateX(100%);
  overflow: auto; }
  .js_humburgerOpen .navi {
    right: 0;
    transform:translateZ(0) translateX(0);
    }
    .navi_item {
  margin-bottom: 28px;
  font-size: .9rem;
    margin-left: 0; 
font-weight: 600;
    letter-spacing: .1rem;
    }
  .navi_item.op_innerLink {
    cursor: pointer; }
}
.navi_item a{
    color: hsla(210, 26%, 7%, 0.7);
}
.navi_item a:hover{
    color: hsla(210, 26%, 7%, 1);
}
@media screen and (max-width: 480px) {
    .navi {width: 65%;
}
}

/*First-View*/

/*inner*/
.opening{
    background: #EED7C1;
    padding: 60px 0;
}
#characteristics{
    background: #C1D0DB;
}
#because{
    background: #EBE3EF;
}
.inner{
    max-width: 980px;
    margin: 0 auto 40px;
    position: relative;
}

.item-list,#ProcessSection{
    font-family: "Noto Sans JP", sans-serif;
}
h3{
    font-family: "Zen Maru Gothic", serif;
}
.inner dl h3,h4{
    font-size: 2rem;
    letter-spacing: .1rem;
    margin-top: 0;
}

/*item-list*/
.item-list {
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
    letter-spacing: -100px;
    padding-bottom: 40px;
    background: #cce8f4;
}
.item-list .item-headline {
    letter-spacing: .1rem;
    font-size: 2rem;
    color: #005baa;
    padding: 3% 0;
    text-align: center;
}
.item-list figure {
    display: inline-block;
    width: 33.333%;
    text-align: center;
    color: #435f7b;
    margin-inline-end: 0;
    box-sizing: border-box;
    vertical-align: top;
    padding: 0 1%;
    letter-spacing: normal;
}
.item-list figure img {
    border-radius: 50%;
}
.item-list figcaption{
    padding: 5%;
}
.item-list figcaption .item-category:before {
    content: "&gt;";
}
.item-list figcaption .item-category{
    text-decoration: underline;
}
.item-list figcaption .item-category a {
    color: #435f7b;
}
.item-list figcaption h6 {
    font-size: 1.5rem;
    padding: 3% 0;
    line-height: 1.5;
    min-height: 73px;
    
}
.item-list figure figcaption p {
    font-size: 1.2rem;
        padding: 0;
    margin: 0;
    position: relative;
}
.item-list figure figcaption p span {
    display: block;
    font-size: 17px;
    font-weight: 300;
}
.item-list figure figcaption .item-page {
    background: #eed7c1;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #435f7b;
    display: inline-block;
    margin-top: 5%;
    color: #435f7b;
    text-decoration: underline;
}
.notes{
    text-align: right;
    display: block;
}
@media screen and (max-width: 767px) {
    .sp-only{
        display: block;
    }
    br{
        display: none;
    }
    .inner dl, .inner dl dt, .inner dl dd{
    width: 100%;
    float: none;
        padding-left: 0;
        padding-right: 0;
}
    .item-list figure {
    width: 47%;
        margin-bottom: 2%;
}
    .item-list figcaption h6 {
    min-height: 87px;
}
    .First-View h2 {
    margin-bottom: 40px;
}
    .inner dl h3, h4 {
    font-size: 1.5rem;
}
    .item-list figcaption h6 {
        font-size: 1.2rem;
    }
}




/*クーポン確認方法エリア*/
#ProcessSection .ProcessContents .ProcessTTL {
    padding: 5% 0;
}
#ProcessSection .mainTTL {
    margin: 40px auto 0;
    font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
    .ProcessContentsWrap {
    padding: 0 5%;
}
}





/*animation*/
.fadein,.fadein-short,.zoomin{
    opacity: 0;
}
.fadein.is-animated {
  animation: fadeIn 2.0s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
 
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadein-short.is-animated {
  animation: fadeInShort .5s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
 
@keyframes fadeInShort {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.zoomin.is-animated {
    animation: zoomIn 0.5s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}
@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/**************************************
footer
**************************************/

#footer{
  display: block;
  width: 100%;
  padding: 6rem var(--contentsPadding) 4rem;
  border-radius: 6rem 6rem 0 0;
  background: #F2F3EF;
  position: relative;
}

#footer .footInner{
  display: block;
  width: 100%;
  max-width: var(--contentsMaxWidth);
  margin: 0 auto;
  padding: 0;
  position: relative;
}


/*footUnder**/
#footer .footUnder{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 2rem;
    padding-left: 2rem;
    margin-top: 3rem;
  border-top: 2px solid #E5E5E5;
}
#footer .logo {
    padding: 2rem 0 0 4rem;
}
#footer .footContentsNav{
  display: block;
}

#footer .footContentsNav &gt; ul{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0 3rem;
}

#footer .footContentsNav &gt; ul &gt; li{}
#footer .footContentsNav &gt; ul &gt; li &gt; a{
  color: #7C7C7C;
  font-size: 12px;
  letter-spacing: 0.03em;
}
#footer .footCopy{
  font-family: var(--contentsOtherFont);
  font-size: 12px;
  letter-spacing: 0.03em;
  color: #7C7C7C;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
    #footer .footContentsNav &gt; ul{
  display: block;
}
    #footer .footUnder {
        display: block;
    margin-top: 1rem;
    padding-bottom: 2rem;
}
}

/*pageTop**/
#btnPageTop{
  display: block;
  width: 7rem;
  position: absolute;
  right: 0;
  top: -9.5rem;
  z-index: 10;
}

#btnPageTop &gt; a{
  display: block;
  width: 100%;
  height: 16.5rem;
}

#btnPageTop &gt; a:hover{
  opacity: 1;
}

#btnPageTop &gt; a &gt; em{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  margin-bottom: 4rem;
  border-radius: 50%;
  background: #2C2C2C;
  transition: background 0.3s ease;
}
#btnPageTop &gt; a &gt; em &gt; img{
  display: block;
  width: 1rem;
  height: auto;
}

#btnPageTop &gt; a:hover &gt; em{background: #7C7C7C;}

#btnPageTop &gt; a &gt; span{
  display: block;
  font-family: var(--contentsOtherFont);
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  color: #2C2C2C;
  font-weight: 700;
  white-space: nowrap;
  transform: rotate(90deg);
  transition: color 0.3s ease;
}
#btnPageTop &gt; a:hover &gt; span{color: #7C7C7C;}
@media screen and (max-width: 767px) {
    #btnPageTop{
        width: 3rem;
        top: 5.5rem;
    }
    #btnPageTop &gt; a &gt; em {
    width: 2rem;
    height: 2rem;
    margin-bottom: 1.5rem;
}
    #btnPageTop &gt; a &gt; span {
        font-size: 1rem;
    }
}</pre></body></html>