<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
#landingpage {
  max-width: 1200px;
  margin: 0 auto;
  font-size: 16px;
  /*font-weight: 500;*/
  color: #444;
  background-color: #FFFFFF;
  padding: 1em;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "游ゴシック", "メイリオ", sans-serif;
  overflow-x: hidden;
  line-height: 1.5em; }
  #landingpage * {
    transition: 0.3s; }
  #landingpage img {
    max-width: 100%; }
  #landingpage a,
  #landingpage a:hover,
  #landingpage a:visited {
    color: inherit;
    text-decoration: none; }
  #landingpage a:hover {
    opacity: 0.8; }
  #landingpage .mt1 {
    margin-top: 1em; }
  #landingpage .mt2 {
    margin-top: 2em; }
  #landingpage .mt4 {
    margin-top: 4em; }
  #landingpage .mt6 {
    margin-top: 6em; }
  #landingpage .mb1 {
    margin-bottom: 1em; }
  #landingpage .mb2 {
    margin-bottom: 2em; }
  #landingpage .mb4 {
    margin-bottom: 4em; }
  #landingpage .text-center {
    text-align: center; }
  #landingpage .bold {
    font-weight: bold; }
  #landingpage .medium {
    font-weight: 500; }
  #landingpage .pcnone {
    display: none; }
  #landingpage .spnone {
    display: block; }
  #landingpage .inner_container {
    max-width: 1000px;
    margin: 0 auto; }
  #landingpage .intro-text {
    font-size: 1.2em;
    text-align: center;
    color: #333333;
    line-height: 1.8em; }
  #landingpage .note_text {
    font-size: 0.8em;
    line-height: 1.5em; }
  #landingpage .productsname_big {
    font-size: 1.5em;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 15px;
    line-height: 1.5em;
    letter-spacing: 1px; }
  #landingpage .category {
    font-family: "Arial", Helvetica, "sans-serif";
    font-size: 1.5em;
    text-align: center;
    font-weight: bold; }
  #landingpage .line {
    border-top: #FCC800 solid 5px;
    width: 80px;
    margin: 15px auto 0px; }
  #landingpage .menu ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0px; }
    #landingpage .menu ul li {
      border-bottom: #999 solid 1px;
      border-right: #999 solid 1px;
      padding: 20px; }
      #landingpage .menu ul li a {
        display: block; }
    #landingpage .menu ul li:nth-child(3), #landingpage .menu ul li:nth-child(6) {
      border-right: none; }
    #landingpage .menu ul li:nth-last-child(-n+3) {
      border-bottom: none; }
  #landingpage .contentbox {
    background: #E8EEEE;
    margin-top: 200px; }
    #landingpage .contentbox .col-md-1.col-12 {
      background: #fff;
      padding-left: 0px;
      padding-right: 0px; }
      #landingpage .contentbox .col-md-1.col-12 img {
        position: relative; }
    #landingpage .contentbox .text {
      padding: 30px; }
    #landingpage .contentbox .itemphoto {
      margin-top: -60px; }
  #landingpage #other .contentbox02 {
    background: #E8EEEE;
    padding: 40px;
    margin-top: 40px; }
    #landingpage #other .contentbox02 .osusume02 {
      margin-top: 20px;
      border: solid #fff 2px;
      padding: 25px; }
  #landingpage .osusume {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    padding: 30px;
    margin: 30px auto; }
    #landingpage .osusume ul {
      margin-top: 12px;
      margin-bottom: 0px;
      padding-left: 0px;
      display: inline-block;
      text-align: left; }
      #landingpage .osusume ul li {
        list-style: none;
        margin-bottom: 5px; }
  #landingpage .osusume.left {
    border-right: 2px solid #fff;
    max-height: 80%; }
  #landingpage .usebutton {
    border: solid #333 1px;
    text-align: center;
    line-height: 2.5em;
    width: 60%;
    margin: 10px auto; }
    #landingpage .usebutton img {
      width: 20px;
      margin-right: 5px;
      margin-bottom: 3px; }
    #landingpage .usebutton a {
      display: block; }
  #landingpage .buybtn {
    background-color: #ffc800;
    border: 2px solid #fff;
    box-shadow: 4px 4px #C4C4C4;
    font-size: 1.2em;
    padding: 10px;
    text-align: center;
    margin: 30px auto 50px; }
    #landingpage .buybtn a {
      display: block; }
  #landingpage #pageTop {
    position: fixed;
    bottom: 20px;
    right: 20px; }
    #landingpage #pageTop a {
      z-index: 9999;
      padding: 8px 0 0 8px;
      text-decoration: none;
      display: block; }
      #landingpage #pageTop a img {
        width: 50px;
        height: 50px; }

/*landingpageおわり*/
@media screen and (max-width: 544px) {
  #landingpage {
    font-size: 14px;
    padding: 1em 0px; }
    #landingpage .pcnone {
      display: block; }
    #landingpage .spnone {
      display: none; }
    #landingpage .intro-text {
      text-align: left;
      font-size: 1.0em;
      line-height: 1.5em; }
    #landingpage .menu ul li {
      border-bottom: #999 solid 1px;
      border-right: #999 solid 1px;
      padding: 10px; }
    #landingpage .menu ul li:nth-child(even) {
      border-right: none; }
    #landingpage .menu ul li:nth-child(3) {
      border-right: #999 solid 1px; }
    #landingpage .menu ul li:nth-last-child(-n+3) {
      border-bottom: #999 solid 1px; }
    #landingpage .menu ul li:nth-last-child(-n+2) {
      border-bottom: none; }
    #landingpage .contentbox {
      margin-top: 50px;
      margin-left: -10px;
      margin-right: -10px; }
      #landingpage .contentbox .text {
        padding: 10px; }
      #landingpage .contentbox .itemphoto {
        margin-top: 20px; }
      #landingpage .contentbox .osusume {
        padding: 10px;
        margin: 10px auto; }
      #landingpage .contentbox .osusume.left {
        border-right: none;
        border-bottom: none; }
    #landingpage #other .contentbox02 {
      padding: 10px;
      margin-top: 30px; }
      #landingpage #other .contentbox02 img {
        margin-top: 15px; }

  /*sp版landingpageおわり*/ }
/*@media screen and (max-width: 544px)*/
</pre></body></html>