@charset "UTF-8";
/*----------------------------------------------------
home
----------------------------------------------------*/
#page_home {
  /* key_visual */
  /* button */
  /* introduction */
  /* reason */
  /* gift */
  /* product */ }
  #page_home main {
    width: 100%;
    overflow: hidden; }
  #page_home #key_visual img {
    width: 100%; }
  #page_home .button img {
    width: 300px;
    /* 641 */ }
    @media all and (min-width: 641px) {
      #page_home .button img {
        width: 400px;
        padding: 0 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.15s;
        -o-transition: all 0.15s;
        transition: all 0.15s; }
        #page_home .button img:hover {
          padding: 0 0 0 20px; } }
  #page_home #product .button img {
    width: 130px;
    /* 641 */ }
    @media all and (min-width: 641px) {
      #page_home #product .button img {
        width: 180px;
        padding: 0; }
        #page_home #product .button img:hover {
          padding: 0; } }
  #page_home #introduction {
    padding: 30px 0 50px;
    /* 641 */
    /* 769 */
    /* 1100 */ }
    #page_home #introduction h2 img {
      width: 243px; }
    #page_home #introduction .text {
      font-size: 15px;
      line-height: 2;
      padding: 10px 0 20px; }
    @media all and (min-width: 641px) {
      #page_home #introduction {
        padding: 50px 0 90px; }
        #page_home #introduction h2 img {
          width: 340px; }
        #page_home #introduction .text {
          font-size: 18px;
          letter-spacing: 0.1em;
          padding: 10px 0 35px; } }
    @media all and (min-width: 769px) {
      #page_home #introduction br.ex {
        display: none; } }
    @media all and (min-width: 1100px) {
      #page_home #introduction h2 img {
        width: 486px; }
      #page_home #introduction .text {
        font-size: 20px; } }
  #page_home #reason {
    width: 100%;
    padding: 0 0 60px;
    /* 641 */
    /* li */ }
    @media all and (min-width: 641px) {
      #page_home #reason {
        background: url(../../img/reason_illust.png) no-repeat center bottom 60px;
        padding: 0 0 120px; } }
    #page_home #reason h2 {
      position: relative;
      padding: 40px 0;
      background: url(../../img/reason_bg.jpg);
      background-size: 61px auto;
      /* 641 */ }
      #page_home #reason h2 img {
        width: 240px; }
      #page_home #reason h2::before, #page_home #reason h2::after {
        position: absolute;
        top: 0;
        display: block;
        content: ''; }
      #page_home #reason h2::before {
        left: 50%;
        margin: 5px 0 0 -186px;
        width: 95px;
        height: 70px;
        background: url(../../img/reason_left.png) no-repeat left top;
        background-size: 100% auto; }
      #page_home #reason h2::after {
        right: 50%;
        margin: 60px -255px 0 0;
        width: 142px;
        height: 102px;
        background: url(../../img/reason_right.png) no-repeat left top;
        background-size: 100% auto; }
      @media screen and (min-width: 481px) {
        #page_home #reason h2::before {
          margin: 10px 0 0 -300px;
          width: 180px;
          height: 140px; }
        #page_home #reason h2::after {
          margin: -30px -405px 0 0;
          width: 284px;
          height: 204px; } }
      @media all and (min-width: 641px) {
        #page_home #reason h2 {
          padding: 86px 0;
          background-size: 63px auto; }
          #page_home #reason h2 img {
            width: 320px; }
          #page_home #reason h2::before {
            margin: 20px 0 0 -450px;
            width: 285px;
            height: 211px; }
          #page_home #reason h2::after {
            margin: -40px -590px 0 0;
            width: 427px;
            height: 307px; } }
      @media screen and (min-width: 981px) {
        #page_home #reason h2 img {
          width: 440px; }
        #page_home #reason h2::before {
          margin: 20px 0 0 -650px;
          width: 380px;
          height: 281px; }
        #page_home #reason h2::after {
          margin: -90px -840px 0 0;
          width: 570px;
          height: 410px; } }
      @media screen and (min-width: 1701px) {
        #page_home #reason h2::after {
          right: 0;
          margin: -90px 0 0 0; } }
    #page_home #reason li {
      padding: 40px 0 0 0;
      /* 641 */ }
      #page_home #reason li h3 img {
        width: 100%;
        max-width: 210px; }
      #page_home #reason li.num3 h3 img {
        max-width: 330px; }
      #page_home #reason li .text {
        text-align: left;
        max-width: 420px;
        margin: 20px auto 0;
        font-size: 14px;
        line-height: 1.93; }
      #page_home #reason li .image {
        margin: 20px auto 0; }
      #page_home #reason li .wrap {
        position: relative; }
      #page_home #reason li .wrap::before {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        content: '';
        width: 100%;
        height: 100%; }
      #page_home #reason li.num1 .wrap::before {
        background: url(../../img/reason_bg_1.png) no-repeat left bottom;
        background-size: 220px; }
      #page_home #reason li.num2 .wrap::before {
        background: url(../../img/reason_bg_1.png) no-repeat right bottom;
        background-size: 220px; }
      #page_home #reason li.num3 .wrap::before {
        background: url(../../img/reason_bg_3.png) no-repeat right top;
        background-size: 220px; }
      @media all and (min-width: 641px) {
        #page_home #reason li.num1 {
          padding: 70px 0 0 0; }
        #page_home #reason li.num2 {
          padding: 100px 0 0 0; }
        #page_home #reason li.num3 {
          padding: 90px 0 0 0; }
        #page_home #reason li h3 img {
          max-width: 314px; }
        #page_home #reason li.num3 h3 img {
          max-width: 490px; }
        #page_home #reason li .text {
          max-width: 550px;
          margin: 30px auto 0;
          font-size: 16px;
          letter-spacing: 0.1em; }
        #page_home #reason li .image {
          margin: 40px auto 0; }
        #page_home #reason li.num1 .wrap::before {
          background-size: 420px; }
        #page_home #reason li.num2 .wrap::before {
          background-size: 420px; }
        #page_home #reason li.num3 .wrap::before {
          background-size: 360px; } }
      @media screen and (min-width: 981px) {
        #page_home #reason li.num1, #page_home #reason li.num2 {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; }
        #page_home #reason li.num2 {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }
        #page_home #reason li.num1 h3,
        #page_home #reason li.num2 h3 {
          text-align: left; }
        #page_home #reason li.num1 .wrap,
        #page_home #reason li.num2 .wrap {
          width: 42%; }
        #page_home #reason li.num1 .image,
        #page_home #reason li.num2 .image {
          width: 53%; }
        #page_home #reason li.num3 .wrap {
          margin-top: 45px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }
        #page_home #reason li.num3 .text {
          width: 42%; }
        #page_home #reason li.num3 .image {
          width: 53%; }
        #page_home #reason li h3 img {
          max-width: 419px; }
        #page_home #reason li.num3 h3 img {
          max-width: 649px; }
        #page_home #reason li .text {
          max-width: none;
          margin: 26px 0 0 0; }
        #page_home #reason li.num3 .text {
          margin-top: 0;
          max-width: 300px; }
        #page_home #reason li.num3 .image {
          margin: 0 30px 0 0;
          max-width: 300px;
          text-align: right; }
        #page_home #reason li.num1 .wrap::before {
          width: 420px;
          height: 223px;
          background-position: left top;
          background-size: 100% 100%;
          top: auto;
          bottom: 0;
          left: -75px; }
        #page_home #reason li.num2 .wrap::before {
          width: 420px;
          height: 223px;
          background-position: left top;
          background-size: 100% 100%;
          top: auto;
          bottom: -20px;
          left: auto;
          right: -80px; }
        #page_home #reason li.num3 .wrap::before {
          width: 360px;
          height: 379px;
          background-position: left top;
          background-size: 100% 100%;
          top: auto;
          bottom: 0;
          left: auto;
          right: 140px; } }
    #page_home #reason .button {
      margin-top: 40px;
      /* 641 */ }
      @media all and (min-width: 641px) {
        #page_home #reason .button {
          margin-top: 80px; } }
  #page_home #gift {
    padding: 50px 0;
    background: url(../../img/gift_bg.jpg) no-repeat left center;
    background-size: cover;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    /* 641 */
    /* list */ }
    #page_home #gift .outer {
      border: solid 2px #ffffff;
      padding: 6px; }
    #page_home #gift section {
      background: #ffffff;
      padding: 20px; }
    #page_home #gift h2 img {
      max-width: 320px; }
    #page_home #gift .column {
      margin-top: 20px; }
    #page_home #gift .column ul {
      text-align: left; }
      #page_home #gift .column ul li {
        margin-bottom: 10px;
        position: relative;
        padding: 4px 0 0 40px;
        min-height: 30px;
        -webkit-box-sizing: borrder-box;
        box-sizing: borrder-box; }
      #page_home #gift .column ul li img {
        position: absolute;
        top: 0;
        left: 0;
        width: 30px; }
    #page_home #gift .column .image img {
      width: 180px; }
    @media all and (min-width: 641px) {
      #page_home #gift {
        padding: 100px 0; }
        #page_home #gift .outer {
          border: solid 3px #ffffff;
          padding: 12px; }
        #page_home #gift section {
          padding: 60px 50px 35px; }
        #page_home #gift h2 img {
          width: 100%;
          max-width: 920px; }
        #page_home #gift .column {
          margin-top: 35px; }
        #page_home #gift .column ul li {
          margin-bottom: 20px;
          padding: 10px 0 0 66px;
          min-height: 46px;
          font-size: 20px;
          line-height: 1.5;
          letter-spacing: 0.1em;
          font-weight: bold; }
        #page_home #gift .column ul li img {
          width: 46px; }
        #page_home #gift .column .image img {
          width: 213px; } }
    @media screen and (min-width: 981px) {
      #page_home #gift .column {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
      #page_home #gift .column ul {
        width: 72%;
        padding-top: 10px; }
      #page_home #gift .column .image {
        width: 24%;
        text-align: right; } }
    #page_home #gift .list {
      margin-top: 20px;
      background: #f5f5f5;
      padding: 30px 0;
      /* 641 */
      /* 1100 */ }
      #page_home #gift .list h3 {
        font-size: 16px;
        line-height: 1.5;
        font-weight: bold;
        background: url(../../img/gift_line.png) repeat-x left center; }
        #page_home #gift .list h3 span {
          display: inline-block;
          padding: 0.5em 1em;
          background: #f5f5f5; }
      #page_home #gift .list ul {
        text-align: left;
        padding: 20px;
        font-size: 13px;
        font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif; }
        #page_home #gift .list ul em {
          font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
          font-size: 15px;
          font-weight: bold; }
        #page_home #gift .list ul li {
          position: relative;
          padding-left: 11px;
          min-width: 18em; }
          #page_home #gift .list ul li::before {
            position: absolute;
            top: 0.9em;
            left: 0;
            display: block;
            content: '';
            width: 6px;
            height: 6px;
            background: #852727;
            border-radius: 6px; }
      #page_home #gift .list .note {
        text-align: left;
        padding: 0 20px;
        font-size: 12px;
        line-height: 1.5; }
      @media all and (min-width: 641px) {
        #page_home #gift .list {
          margin-top: 30px; }
          #page_home #gift .list h3 {
            font-size: 20px;
            letter-spacing: 0.1em; }
            #page_home #gift .list h3 span {
              padding: 0.5em 3em; }
          #page_home #gift .list ul {
            padding: 10px 30px 20px;
            font-size: 13px;
            letter-spacing: -.40em; }
            #page_home #gift .list ul em {
              font-size: 16px; }
          #page_home #gift .list .note {
            padding: 0 30px;
            font-size: 14px; }
          #page_home #gift .list li {
            display: inline-block;
            letter-spacing: 0.1em;
            margin-top: 6px; } }
      @media all and (min-width: 1100px) {
        #page_home #gift .list ul {
          padding: 10px 40px 20px;
          letter-spacing: normal;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; }
        #page_home #gift .list li {
          display: block;
          width: 25%; }
        #page_home #gift .list ul li {
          min-width: 0; } }
  #page_home #product {
    position: relative;
    padding: 50px 0 90px;
    background: url(../../img/product_bg.jpg);
    /* 641 */
    /* head_wrap */
    /* body_wrap */ }
    #page_home #product::before {
      position: absolute;
      bottom: 0;
      left: 0;
      display: block;
      content: '';
      width: 100%;
      height: 20px;
      background: url(../../img/foot_round.png) no-repeat center bottom;
      background-size: 100% 100%; }
    #page_home #product h2 img {
      width: 100%;
      max-width: 340px; }
    @media all and (min-width: 641px) {
      #page_home #product {
        padding: 100px 0 180px; }
        #page_home #product::before {
          height: 40px; }
        #page_home #product h2 img {
          max-width: 530px; } }
    #page_home #product .head_wrap {
      margin-top: 50px;
      /* 641 */
      /* 1100 */ }
      #page_home #product .head_wrap .image {
        display: inline-block;
        position: relative; }
      #page_home #product .head_wrap .name {
        position: absolute;
        top: -20px;
        left: -10px;
        width: 60px; }
      #page_home #product .head_wrap h3 {
        font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
        font-size: 19px;
        line-height: 1.3;
        margin-top: 1em; }
      #page_home #product .head_wrap .text {
        font-size: 14px;
        line-height: 1.55;
        margin-top: 1em;
        text-align: left;
        max-width: 510px;
        margin-left: auto;
        margin-right: auto; }
      @media all and (min-width: 641px) {
        #page_home #product .head_wrap {
          margin-top: 80px; }
          #page_home #product .head_wrap .name {
            width: 120px;
            top: -30px; }
          #page_home #product .head_wrap h3 {
            font-size: 26px; }
          #page_home #product .head_wrap .text {
            font-size: 18px;
            letter-spacing: 0.05em; } }
      @media all and (min-width: 1100px) {
        #page_home #product .head_wrap {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; }
          #page_home #product .head_wrap .name {
            left: -30px; }
          #page_home #product .head_wrap .image {
            width: 49%; }
          #page_home #product .head_wrap .info {
            width: 48%; }
          #page_home #product .head_wrap h3 {
            font-size: 36px;
            letter-spacing: 0.05em;
            text-align: left; } }
    #page_home #product .body_wrap {
      margin-top: 5px;
      /* 641 */
      /* 1100 */ }
      #page_home #product .body_wrap li {
        position: relative;
        padding: 10px 140px 10px 0;
        background: url(../../img/product_line.png) no-repeat left bottom;
        background-size: 100% 2px;
        max-width: 640px;
        margin: 0 auto;
        text-align: left;
        min-height: 62px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
      #page_home #product .body_wrap li .button {
        position: absolute;
        top: 10px;
        right: 0; }
      #page_home #product .body_wrap .price {
        padding-top: 0.8em;
        vertical-align: bottom;
        font-size: 16px;
        line-height: 1;
        font-weight: bold; }
        #page_home #product .body_wrap .price span.num {
          display: inline-block;
          font-size: 0.8em;
          margin-right: 0.6em; }
          #page_home #product .body_wrap .price span.num em {
            font-size: 1.14em; }
        #page_home #product .body_wrap .price span.tax {
          display: inline-block;
          font-size: 0.6em;
          margin-left: 0.3em; }
      @media all and (min-width: 641px) {
        #page_home #product .body_wrap {
          margin-top: 25px; }
          #page_home #product .body_wrap li {
            padding: 15px 200px 15px 0;
            min-height: 90px; }
          #page_home #product .body_wrap li .button {
            top: 15px;
            -webkit-transition: all 0.15s;
            -o-transition: all 0.15s;
            transition: all 0.15s; }
          #page_home #product .body_wrap li .button:hover {
            right: -10px; }
          #page_home #product .body_wrap .price {
            padding-top: 0.6em;
            font-size: 30px; }
            #page_home #product .body_wrap .price span.num {
              font-size: 0.5em; }
              #page_home #product .body_wrap .price span.num em {
                font-size: 1.26em; }
            #page_home #product .body_wrap .price span.tax {
              font-size: 0.4em; } }
      @media all and (min-width: 1100px) {
        #page_home #product .body_wrap ul {
          width: 104%;
          margin-left: -4%; }
          #page_home #product .body_wrap ul::after {
            content: "";
            display: block;
            clear: both; }
        #page_home #product .body_wrap li {
          width: 46%;
          float: left;
          margin-left: 4%;
          max-width: none; }
        #page_home #product .body_wrap .price {
          padding-top: 0.4em;
          font-size: 36px; } }
