<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.contentWrapper {
  width: 1200px;
  font-family: '游ゴシック', YuGothic, 'Yu Gothic', sans-serif;
  font-weight: 500;
  margin: 0 auto;
  color: #808080;
}

.contentInner {
  margin: 90px 50px 0px 50px;
}

/* mainVisual
------------------------------*/
.mainVisual__image {
  width: 100%;
  height: auto;
}
/* mainTitle
------------------------------*/
.mainTitle__box {
  font-family: 'Yu Mincho', YuMincho, sans-serif;
  position: relative;
  text-align: center;
  font-size: 24px;
  margin: 0 auto 30px;
  color: #abd8cf;
  letter-spacing: 0.3em;
}

.mainTitle__image {
  display: inline-block;
  width: 1200px;
}

.mainTitle__text {
  line-height: 2.2;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 40px;
  color: #808080;
}

.mt01 {margin-top: 1em;}
.mt03 {margin-top: 3em;}
.mt05 {margin-top: 5em;}
.mt07 {margin-top: 7em;}
.mt10 {margin-top: 10em;}
.mt15 {margin-top: 15em;}
.mt20 {margin-top: 20em;}
.mt30 {margin-top: 30em;}
.mb01 {margin-bottom: 1em;}
.mb03 {margin-bottom: 3em;}
.mb05 {margin-bottom: 5em;}
.mb07 {margin-bottom: 7em;}
.mb10 {margin-bottom: 10em;}
.mb20 {margin-bottom: 20em;}
.mb25 {margin-bottom: 25em;}
.mb30 {margin-bottom: 30em;}

section {padding-top: 4em;}

/* columnContent
------------------------------*/
.columnContent__itemBox::after, .columnContent__itemBox--spaceLarge::after, .columnContent__itemBox--space::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

.columnContent__itemBox--spaceLarge {
  margin-bottom: 120px;
}

.columnContent__itemBox--space {
  margin-bottom: 20px;
}

.columnContent__item, .columnContent__item--right {
  float: left;
  width: 526px;
}

.columnContent__item--right {
  margin-left: 48px;
}

.columnContent__imageBox--space {
  margin-bottom: 40px;
}

.columnContent__image {
  height: auto;
}

.columnContent__link {
  display: block;
}

.columnContent__link:hover {
  opacity: 0.8;
}

.columnContent__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 2.5px;
  text-align: left;
  margin: 25px 0 30px;
}

.columnContent__title--center {
  font-size: 18px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 2.5px;
  text-align: center;
  margin: 25px 0 30px;
}

.columnContent__text, .columnContent__text--space, .columnContent__text--spaceLarge {
  color: #898989;
  font-size: 14px;
  line-height: 30px;
  text-align: left;
  letter-spacing: 2.5px;
}

.columnContent__text--space {
  margin-bottom: 20px;
}

.columnContent__text--spaceLarge {
  margin-bottom: 50px;
}
.columnContent__text--spaceLarge a {
  text-decoration: underline;
}


.columnContent__title--orange {
  color: #e0ae8b;
}

.columnContent__title--green {
  color: #839b94;
}
.columnContent__title--silver {
  color: #96c4ff;
}
.columnContent__title--blue {
  color: #1388a3;
}

.columnContent__productDetails--orange {
  color: #e0ae8b;
}
.columnContent__productDetails--green {
  color: #839b94;
}
.columnContent__productDetails--silver {
  color: #96c4ff;
}
.columnContent__productDetails--blue {
  color: #1388a3;
}

a.columnContent__button--orange {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  color: #FFFFFF;
  font-size: 21px;
  line-height: 80px;
  text-align: center;
  text-decoration: none;
  background-color: #e0ae8b;
  border-radius: 40px;
}

a.columnContent__button--orange::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 35px;
  width: 20px;
  height: 20px;
  border-top: solid 3px #FFFFFF;
  border-right: solid 3px #FFFFFF;
  margin-top: -10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

a.columnContent__button--green {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  color: #FFFFFF;
  font-size: 21px;
  line-height: 80px;
  text-align: center;
  text-decoration: none;
  background-color: #7daf88;
  border-radius: 40px;
}

a.columnContent__button--green::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 35px;
  width: 20px;
  height: 20px;
  border-top: solid 3px #FFFFFF;
  border-right: solid 3px #FFFFFF;
  margin-top: -10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

a.columnContent__button--silver {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  color: #FFFFFF;
  font-size: 21px;
  line-height: 80px;
  text-align: center;
  text-decoration: none;
  background-color: #b9c5c9;
  border-radius: 40px;
}

a.columnContent__button--silver::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 35px;
  width: 20px;
  height: 20px;
  border-top: solid 3px #FFFFFF;
  border-right: solid 3px #FFFFFF;
  margin-top: -10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.columnContent__button:hover {
  opacity: 0.9;
}


.contentCopywriter {
  font-family: 'Yu Mincho', YuMincho, sans-serif;
  color: #BFC0C1;
  font-size: 14px;
  text-align: center;
  line-height: 18px;
  letter-spacing: 1.5px;
  margin-bottom: 40px;
}


/*new_area_*/
.new_area_ {
 padding: 40px 0;
}
.new_area_ .new_list_ {
 display: flex;
 flex-wrap: wrap;
 width: 1100px;
 margin: 20px auto 0;
 justify-content: space-between;
}
.new_item_ {
 font-size: 11px;
 width: 360px;
}
.name_ {
 font-size: 13px;
 line-height: 1.6;
 text-decoration: underline;
 text-indent: 0.2em;
 margin: 10px 2px 1px;
}
.price_ {
 font-size: 11px;
 line-height: 2.0;
 text-decoration: underline;
 text-indent: 0.2em;
 margin: 0px 2px 10px;
}
.new_item_ img {
    display: block;
    margin: 0 auto 0.8em;
    max-width: 360px;
}
/*/new_area_*/
/*------------------------------
 animation
------------------------------*/
.ani.delay1 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.ani.delay2 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.ani.delay3 {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.ani.fadeIn {
  opacity: 0;
}

.ani.fadeUp {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}

.ani.fadeUp.animated {
  -webkit-animation-name: fadeUp;
  animation-name: fadeUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.ani.fadeIn.animated {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}</pre></body></html>