@charset "UTF-8";
/* カラー */
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
/* カラー */
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
#glucide {
  background: #FFF;
  color: #4D2814;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.5;
  letter-spacing: 1px;
  font-size: 18px !important;
  overflow: hidden; }
  @media all and (max-width: 896px) {
    #glucide {
      font-size: 15px !important; } }
  #glucide *, #glucide *:before, #glucide *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
  #glucide body, #glucide div, #glucide dl, #glucide dt, #glucide dd, #glucide ul, #glucide ol, #glucide li, #glucide h1, #glucide h2, #glucide h3, #glucide h4, #glucide h5, #glucide h6, #glucide pre, #glucide code, #glucide form, #glucide fieldset, #glucide legend, #glucide p, #glucide blockquote {
    margin: 0;
    padding: 0;
    vertical-align: bottom;
    font-weight: 400; }
  #glucide img {
    border: 0;
    height: auto;
    vertical-align: bottom; }
  #glucide h1, #glucide h2, #glucide h3, #glucide h4, #glucide h5, #glucide h6 {
    font-size: 100%;
    font-weight: normal; }
  #glucide a {
    text-decoration: none;
    color: #4D2814; }
  #glucide ul, #glucide dl, #glucide ol {
    text-indent: 0; }
  #glucide ul li {
    list-style: none; }
  #glucide address, #glucide caption, #glucide cite, #glucide code, #glucide dfn, #glucide em, #glucide var {
    font-style: normal;
    font-weight: normal; }
  #glucide sup {
    vertical-align: text-top; }
  #glucide sub {
    vertical-align: text-bottom; }
  #glucide input, #glucide textarea, #glucide select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit; }
  #glucide * html input, #glucide * html textarea, #glucide * html select {
    font-size: 100%; }
  #glucide *:first-child + html + input, #glucide *:first-child html + textarea, #glucide *:first-child + html select {
    font-size: 100%; }
  #glucide table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: inherit; }
  #glucide th, #glucide td {
    text-align: left;
    vertical-align: top; }
  #glucide pre, #glucide code, #glucide kbd, #glucide samp, #glucide tt {
    font-family: monospace; }
  #glucide * html pre, #glucide * html code, #glucide * html kbd, #glucide * html samp, #glucide * html tt {
    font-size: 100%;
    line-height: 100%; }
  #glucide *:first-child + html pre, #glucide *:first-child html + code, #glucide *:first-child html + kbd, #glucide *:first-child + html + samp, #glucide *:first-child + html tt {
    font-size: 108%;
    line-height: 100%; }
  #glucide input, #glucide select, #glucide textarea {
    font-size: 100%;
    font-family: Verdana, Helvetica, sans-serif; }

body {
  margin: 0 !important; }

#glucide {
  font-weight: bold;
  margin-top: 115px; }
  @media all and (max-width: 751px) {
    #glucide {
      margin-top: 100px; } }
  #glucide .pconly {
    display: block; }
    @media all and (max-width: 480px) {
      #glucide .pconly {
        display: none; } }
  #glucide .sponly {
    display: none; }
    @media all and (max-width: 480px) {
      #glucide .sponly {
        display: block; } }
  #glucide .w1100 {
    max-width: 1100px;
    width: calc(100% - 30px);
    margin: 0 auto; }
  #glucide .w1300 {
    max-width: 1300px;
    width: calc(100% - 30px);
    margin: 0 auto; }
  #glucide a {
    transition: all 0.5s ease-out; }
    #glucide a:hover img {
      opacity: 0.7; }
  #glucide .breadcrumb ul {
    padding: 20px 0;
    color: #787878;
    display: flex;
    flex-wrap: wrap; }
    #glucide .breadcrumb ul li {
      display: inline-block;
      position: relative;
      padding-left: 45px; }
      @media all and (max-width: 896px) {
        #glucide .breadcrumb ul li {
          font-size: 12px; } }
      #glucide .breadcrumb ul li:first-child {
        padding-left: 0; }
        #glucide .breadcrumb ul li:first-child:before {
          display: none; }
      #glucide .breadcrumb ul li:before {
        content: "＞";
        display: block;
        position: absolute;
        top: 0;
        left: 16px; }
  #glucide img {
    max-width: 100%; }
    #glucide img.fitimg {
      object-fit: cover;
      font-family: 'object-fit: cover;';
      /*IE対策*/
      width: 100%;
      height: 100%; }
  #glucide .fadein {
    opacity: 0;
    transform: translate(0, 100px);
    /* フェードインで動く高さを指定 */
    transition: all 1500ms;
    /* フェードインにかかる時間を指定 */ }
  #glucide .effect-scroll {
    opacity: 1;
    transform: translate(0, 0); }
  #glucide .mb5 {
    margin-bottom: 5px !important; }
  #glucide .mb10 {
    margin-bottom: 10px !important; }
  #glucide .mb20 {
    margin-bottom: 20px !important; }
  #glucide .mb30 {
    margin-bottom: 30px !important; }
  #glucide .mb40 {
    margin-bottom: 40px !important; }
  #glucide .mb50 {
    margin-bottom: 50px !important; }
  #glucide section > div {
    padding: 60px 0; }
  #glucide h2 {
    margin-bottom: 30px; }
    #glucide h2.ttl_img {
      text-align: center; }
      #glucide h2.ttl_img img {
        margin: 0 auto; }
    #glucide h2.orange {
      text-align: left;
      font-size: 30px;
      font-weight: bold;
      color: #EE3A02;
      font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"; }
      @media all and (max-width: 896px) {
        #glucide h2.orange {
          font-size: 25px; } }
      @media all and (max-width: 480px) {
        #glucide h2.orange {
          font-size: 22px;
          text-align: center; } }
  #glucide h3 {
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 24px; }
    @media all and (max-width: 480px) {
      #glucide h3 {
        font-size: 16px; } }
  #glucide .area_cut {
    max-width: 900px;
    margin: 50px auto 0 auto; }
    #glucide .area_cut p {
      text-align: left; }
    #glucide .area_cut h2 {
      text-align: center;
      margin-bottom: 50px; }
  #glucide .area_set {
    text-align: center; }
    #glucide .area_set .red {
      color: #EE3A02;
      font-weight: bold;
      font-size: 24px;
      margin-bottom: 30px; }
  #glucide .area_assort {
    background: url("/img/usr/goods/html_img/1004495/images/bg02.jpg") no-repeat center center/cover;
    padding: 40px; }
    @media all and (max-width: 480px) {
      #glucide .area_assort {
        padding: 15px; } }
    #glucide .area_assort .sec_assort {
      background: #fff;
      padding: 40px; }
      @media all and (max-width: 480px) {
        #glucide .area_assort .sec_assort {
          padding: 20px; } }
      #glucide .area_assort .sec_assort .block_assort {
        display: flex; }
        @media all and (max-width: 896px) {
          #glucide .area_assort .sec_assort .block_assort {
            flex-wrap: wrap; } }
        @media all and (max-width: 896px) {
          #glucide .area_assort .sec_assort .block_assort .img {
            text-align: center;
            width: 100%; } }
        #glucide .area_assort .sec_assort .block_assort .txt {
          display: flex;
          align-items: flex-end;
          margin-bottom: 50px; }
          @media all and (max-width: 896px) {
            #glucide .area_assort .sec_assort .block_assort .txt {
              margin: 30px 0 0 0;
              width: 100%;
              display: block;
              text-align: center; } }
          #glucide .area_assort .sec_assort .block_assort .txt .name {
            font-size: 30px;
            font-weight: bold; }
            @media all and (max-width: 480px) {
              #glucide .area_assort .sec_assort .block_assort .txt .name {
                font-size: 20px; } }
          @media all and (max-width: 480px) {
            #glucide .area_assort .sec_assort .block_assort .txt .name + p {
              text-align: left;
              margin-top: 10px; } }
          #glucide .area_assort .sec_assort .block_assort .txt .price {
            font-weight: bold;
            font-size: 20px; }
            #glucide .area_assort .sec_assort .block_assort .txt .price .large {
              font-size: 80px; }
              @media all and (max-width: 480px) {
                #glucide .area_assort .sec_assort .block_assort .txt .price .large {
                  font-size: 40px; } }
            #glucide .area_assort .sec_assort .block_assort .txt .price .normal {
              font-size: 40px; }
              @media all and (max-width: 480px) {
                #glucide .area_assort .sec_assort .block_assort .txt .price .normal {
                  font-size: 25px; } }
          #glucide .area_assort .sec_assort .block_assort .txt .label {
            display: flex; }
            @media all and (max-width: 896px) {
              #glucide .area_assort .sec_assort .block_assort .txt .label {
                justify-content: center; } }
            #glucide .area_assort .sec_assort .block_assort .txt .label li {
              color: #fff;
              padding: 5px 15px;
              border-radius: 50px; }
              #glucide .area_assort .sec_assort .block_assort .txt .label li:first-child {
                margin-right: 10px; }
              #glucide .area_assort .sec_assort .block_assort .txt .label li.pink {
                background: #F28DB5; }
              #glucide .area_assort .sec_assort .block_assort .txt .label li.blue {
                background: #8DB6F3; }
          #glucide .area_assort .sec_assort .block_assort .txt .btn_buy {
            margin-top: 30px; }
  #glucide .area_list {
    margin: 100px 0 0 0;
    position: relative; }
    #glucide .area_list:before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background: url("/img/usr/goods/html_img/1004495/images/flame_top.png") no-repeat top right/100% auto;
      position: absolute;
      top: 0;
      right: 0; }
    #glucide .area_list:after {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background: url("/img/usr/goods/html_img/1004495/images/flame_bottom.png") no-repeat bottom left/100% auto;
      position: absolute;
      bottom: 0;
      left: 0; }
    #glucide .area_list > div {
      position: relative;
      padding: 80px 50px 100px 50px; }
      @media all and (max-width: 896px) {
        #glucide .area_list > div {
          padding: 50px 0 100px 0; } }
      @media all and (max-width: 480px) {
        #glucide .area_list > div {
          padding: 50px 0; } }
      #glucide .area_list > div:before {
        content: "";
        display: block;
        width: 50px;
        height: 100%;
        background: url("/img/usr/goods/html_img/1004495/images/flame_side.png") repeat-y top center/100% auto;
        position: absolute;
        top: 0;
        right: 0;
        border-radius: 50px; }
        @media all and (max-width: 896px) {
          #glucide .area_list > div:before {
            display: none; } }
      #glucide .area_list > div:after {
        content: "";
        display: block;
        width: 50px;
        height: 100%;
        background: url("/img/usr/goods/html_img/1004495/images/flame_side.png") repeat-y top center/100% auto;
        position: absolute;
        bottom: 0;
        left: 0;
        border-radius: 50px; }
        @media all and (max-width: 896px) {
          #glucide .area_list > div:after {
            display: none; } }
    #glucide .area_list h2 {
      text-align: center;
      font-weight: bold;
      font-size: 24px; }
      @media all and (max-width: 896px) {
        #glucide .area_list h2 {
          font-size: 20px; } }
    #glucide .area_list .sec_list {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      #glucide .area_list .sec_list > div {
        width: calc(50% - 10px); }
        @media all and (max-width: 896px) {
          #glucide .area_list .sec_list > div {
            width: 100%; } }
      #glucide .area_list .sec_list dl {
        display: flex;
        flex-wrap: wrap; }
        #glucide .area_list .sec_list dl dt {
          width: calc(100% - 50px);
          padding: 15px 0;
          border-bottom: 1px dashed #ccc;
          display: flex;
          justify-content: space-between;
          font-size: 15px; }
          @media all and (max-width: 480px) {
            #glucide .area_list .sec_list dl dt {
              font-size: 14px; } }
          #glucide .area_list .sec_list dl dt span {
            font-weight: bold;
            display: inline-block;
            width: 20px;
            text-align: right; }
          #glucide .area_list .sec_list dl dt p {
            display: block;
            width: calc(100% - 35px); }
        #glucide .area_list .sec_list dl dd {
          width: 50px;
          color: #EE8202;
          padding: 15px 0;
          border-bottom: 1px dashed #ccc;
          text-align: 15px; }
          @media all and (max-width: 480px) {
            #glucide .area_list .sec_list dl dd {
              font-size: 14px; } }
  #glucide .imgbox {
    text-align: center; }
  #glucide .main {
    padding: 0; }
  #glucide .intro .area_intro {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    #glucide .intro .area_intro .sec_txt {
      width: calc(100% - 450px); }
      @media all and (max-width: 896px) {
        #glucide .intro .area_intro .sec_txt {
          width: 100%; } }
      #glucide .intro .area_intro .sec_txt p {
        line-height: 1.8em; }
        #glucide .intro .area_intro .sec_txt p span {
          font-weight: bold; }
    #glucide .intro .area_intro .sec_img {
      width: 400px; }
      @media all and (max-width: 896px) {
        #glucide .intro .area_intro .sec_img {
          width: 100%;
          text-align: center;
          margin-top: 30px; } }
  #glucide .intro .area_circle {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px; }
    #glucide .intro .area_circle li {
      width: 250px;
      height: 250px;
      border-radius: 50%;
      color: #fff;
      text-align: center;
      font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
      background: #EE8202;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 25px;
      margin: 20px; }
      @media all and (max-width: 896px) {
        #glucide .intro .area_circle li {
          width: 200px;
          height: 200px;
          font-size: 20px;
          margin: 10px; } }
      @media all and (max-width: 480px) {
        #glucide .intro .area_circle li {
          width: 100%;
          height: auto;
          padding: 10px;
          border-radius: 50px;
          font-size: 16px;
          margin: 5px; } }
      #glucide .intro .area_circle li span {
        font-size: 160%; }
  #glucide .intro .area_voice {
    background: #FDF2E5;
    padding: 50px;
    position: relative;
    margin-top: 50px; }
    @media all and (max-width: 480px) {
      #glucide .intro .area_voice {
        padding: 50px 15px; } }
    #glucide .intro .area_voice:before, #glucide .intro .area_voice:after {
      content: "";
      display: block;
      width: 80px;
      height: 80px;
      position: absolute; }
      @media all and (max-width: 480px) {
        #glucide .intro .area_voice:before, #glucide .intro .area_voice:after {
          width: 40px; } }
    #glucide .intro .area_voice:before {
      background: url("/img/usr/goods/html_img/1004495/images/point_voice_top.png") no-repeat top left/100% auto;
      top: 15px;
      left: 15px; }
    #glucide .intro .area_voice:after {
      background: url("/img/usr/goods/html_img/1004495/images/point_voice_bottom.png") no-repeat bottom right/100% auto;
      bottom: 15px;
      right: 15px; }
    #glucide .intro .area_voice .sec_voice {
      display: flex;
      justify-content: center;
      position: relative;
      z-index: 1; }
      @media all and (max-width: 480px) {
        #glucide .intro .area_voice .sec_voice {
          flex-wrap: wrap-reverse;
          margin-top: 30px; } }
      @media all and (max-width: 480px) {
        #glucide .intro .area_voice .sec_voice.reverse {
          flex-wrap: wrap; } }
      #glucide .intro .area_voice .sec_voice.reverse .fukidashi li:before {
        right: auto;
        left: -10px;
        border-left: none;
        border-right: 10px solid #FFF; }
      #glucide .intro .area_voice .sec_voice.reverse .fukidashi li:after {
        right: auto;
        left: -13px;
        border-left: none;
        border-right: 12px solid #EE8202; }
      #glucide .intro .area_voice .sec_voice .icon {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 20px; }
      #glucide .intro .area_voice .sec_voice .fukidashi li {
        position: relative;
        margin: 1.5em 0 1.5em 15px;
        padding: 15px 30px;
        max-width: 100%;
        background: #FFF;
        border: solid 2px #EE8202;
        box-sizing: border-box;
        border-radius: 5px;
        font-size: 20px; }
        @media all and (max-width: 480px) {
          #glucide .intro .area_voice .sec_voice .fukidashi li {
            font-size: 16px;
            padding: 15px;
            margin: 10px 0 0 0; } }
        #glucide .intro .area_voice .sec_voice .fukidashi li:before {
          content: "";
          position: absolute;
          top: 50%;
          right: -20px;
          margin-top: -10px;
          border: 10px solid transparent;
          border-left: 10px solid #FFF;
          z-index: 2; }
          @media all and (max-width: 480px) {
            #glucide .intro .area_voice .sec_voice .fukidashi li:before {
              display: none; } }
        #glucide .intro .area_voice .sec_voice .fukidashi li:after {
          content: "";
          position: absolute;
          top: 50%;
          right: -25px;
          margin-top: -12px;
          border: 12px solid transparent;
          border-left: 12px solid #EE8202;
          z-index: 1; }
          @media all and (max-width: 480px) {
            #glucide .intro .area_voice .sec_voice .fukidashi li:after {
              display: none; } }
  #glucide .intro .area_comment {
    padding: 50px 0; }
    #glucide .intro .area_comment > dl {
      margin-top: 50px; }
    #glucide .intro .area_comment .sec_cap {
      background: url("/img/usr/goods/html_img/1004495/images/point_bg.png") no-repeat top right/auto 100%; }
      #glucide .intro .area_comment .sec_cap h2 {
        font-size: 30px;
        color: #66BF97; }
        @media all and (max-width: 896px) {
          #glucide .intro .area_comment .sec_cap h2 {
            font-size: 20px; } }
        @media all and (max-width: 480px) {
          #glucide .intro .area_comment .sec_cap h2 {
            font-size: 18px;
            text-align: center;
            margin-top: 20px; } }
        #glucide .intro .area_comment .sec_cap h2 span {
          font-weight: bold;
          font-size: 120%; }
      #glucide .intro .area_comment .sec_cap dl {
        margin-top: 20px; }
        #glucide .intro .area_comment .sec_cap dl dt {
          font-size: 18px;
          font-weight: bold; }
          @media all and (max-width: 896px) {
            #glucide .intro .area_comment .sec_cap dl dt {
              font-size: 15px; } }
          #glucide .intro .area_comment .sec_cap dl dt:before {
            content: "●";
            color: #66BF97;
            margin-right: 5px; }
          #glucide .intro .area_comment .sec_cap dl dt span {
            font-size: 130%; }
        #glucide .intro .area_comment .sec_cap dl dd {
          font-size: 20px;
          margin-left: 1.2em; }
          @media all and (max-width: 896px) {
            #glucide .intro .area_comment .sec_cap dl dd {
              font-size: 16px; } }
  #glucide .lineup {
    background: url("/img/usr/goods/html_img/1004495/images/bg_wood.jpg") repeat top left;
    padding: 100px 0; }
    @media all and (max-width: 480px) {
      #glucide .lineup {
        padding: 30px 0; } }
    #glucide .lineup .area_lineup {
      background: #fff;
      padding: 80px;
      position: relative;
      margin-top: 100px; }
      @media all and (max-width: 896px) {
        #glucide .lineup .area_lineup {
          padding: 80px 20px; } }
      @media all and (max-width: 480px) {
        #glucide .lineup .area_lineup {
          padding: 50px 15px;
          margin-top: 50px; } }
      #glucide .lineup .area_lineup:before, #glucide .lineup .area_lineup:after {
        content: "";
        background: url("/img/usr/goods/html_img/1004495/images/point02.png") no-repeat top center/100% auto;
        width: 194px;
        height: 175px;
        position: absolute; }
        @media all and (max-width: 480px) {
          #glucide .lineup .area_lineup:before, #glucide .lineup .area_lineup:after {
            width: 80px; } }
      #glucide .lineup .area_lineup:before {
        top: -50px;
        left: -50px; }
        @media all and (max-width: 480px) {
          #glucide .lineup .area_lineup:before {
            top: -20px;
            left: -20px; } }
      #glucide .lineup .area_lineup:after {
        bottom: -50px;
        right: -50px; }
        @media all and (max-width: 480px) {
          #glucide .lineup .area_lineup:after {
            bottom: -20px;
            right: -20px;
            background: url("/img/usr/goods/html_img/1004495/images/point02.png") no-repeat bottom center/100% auto; } }
      #glucide .lineup .area_lineup .sec_lineup {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        #glucide .lineup .area_lineup .sec_lineup.ice {
          justify-content: center; }
          @media all and (max-width: 896px) {
            #glucide .lineup .area_lineup .sec_lineup.ice {
              justify-content: space-between; } }
          #glucide .lineup .area_lineup .sec_lineup.ice > div {
            width: 33%; }
            @media all and (max-width: 896px) {
              #glucide .lineup .area_lineup .sec_lineup.ice > div {
                width: 50%; } }
            @media all and (max-width: 480px) {
              #glucide .lineup .area_lineup .sec_lineup.ice > div {
                width: 100%; } }
        #glucide .lineup .area_lineup .sec_lineup > div {
          width: 50%;
          padding: 15px;
          display: flex;
          flex-direction: column; }
          @media all and (max-width: 480px) {
            #glucide .lineup .area_lineup .sec_lineup > div {
              width: 100%; } }
          #glucide .lineup .area_lineup .sec_lineup > div .txt {
            flex-grow: 1; }
            #glucide .lineup .area_lineup .sec_lineup > div .txt .name {
              font-size: 26px;
              font-weight: bold; }
              @media all and (max-width: 896px) {
                #glucide .lineup .area_lineup .sec_lineup > div .txt .name {
                  font-size: 20px; } }
            #glucide .lineup .area_lineup .sec_lineup > div .txt .price span {
              font-size: 50px;
              font-weight: bold;
              margin: 0 5px; }
              #glucide .lineup .area_lineup .sec_lineup > div .txt .price span:after {
                content: "円";
                font-size: 70%; }
              @media all and (max-width: 896px) {
                #glucide .lineup .area_lineup .sec_lineup > div .txt .price span {
                  font-size: 30px; } }
            #glucide .lineup .area_lineup .sec_lineup > div .txt .set {
              font-size: 18px;
              margin-bottom: 10px; }
              #glucide .lineup .area_lineup .sec_lineup > div .txt .set span {
                font-size: 120%;
                font-weight: bold; }
            #glucide .lineup .area_lineup .sec_lineup > div .txt .caption {
              font-size: 14px; }
              @media all and (max-width: 896px) {
                #glucide .lineup .area_lineup .sec_lineup > div .txt .caption {
                  font-size: 12px; } }
              #glucide .lineup .area_lineup .sec_lineup > div .txt .caption .jun {
                display: inline-block;
                width: 18px;
                height: 19px;
                border-radius: 50%;
                border: 1px solid #4D2814;
                position: relative;
                bottom: -2px; }
                @media all and (max-width: 896px) {
                  #glucide .lineup .area_lineup .sec_lineup > div .txt .caption .jun {
                    bottom: 0;
                    width: 14px;
                    height: 17px; } }
          #glucide .lineup .area_lineup .sec_lineup > div .btn_buy {
            margin-top: 20px;
            text-align: center; }
  #glucide .souryou {
    padding: 80px 0 50px 0;
    max-width: 1000px; }
    #glucide .souryou .ttl_img img {
      margin: 0 auto; }
    #glucide .souryou .caption {
      font-size: 16px; }
