@charset "UTF-8";
main {
  display: block;
  font-family: "FOT-テロップ明朝 Pro D", serif;
  color: #000; }

.hero_area {
  height: 100vh;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  background: url(../../img/index/main_img.jpg) 20% 50% no-repeat;
  background-size: cover; }
  @media screen and (max-width: 991px) {
    .hero_area {
      height: calc(100vh - 52px); } }
  @media screen and (max-width: 800px) {
    .hero_area {
      background-image: url(../../img/index/main_img_sp.jpg); } }
  .hero_area h2 {
    position: absolute;
    width: 27.08%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @media screen and (max-width: 991px) {
      .hero_area h2 {
        width: 100%;
        max-width: 390px; } }
    @media screen and (max-width: 644px) {
      .hero_area h2 {
        width: 50.58%; } }
  .hero_area a {
    position: absolute;
    width: 6.8%;
    left: 50%;
    bottom: 30px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    @media screen and (max-width: 991px) {
      .hero_area a {
        width: 100%;
        max-width: 98px; } }
    @media screen and (max-width: 644px) {
      .hero_area a {
        max-width: 70px;
        bottom: 10px; } }

.sec_com {
  padding: 130px 0px; }
  @media screen and (max-width: 991px) {
    .sec_com {
      padding: 40px 0px; } }
  @media screen and (max-width: 991px) {
    .sec_com.pdb0 {
      padding-bottom: 0px; } }
  .sec_com .sec_com_in {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 76.38%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 110px;
    position: relative; }
    @media screen and (max-width: 1100px) {
      .sec_com .sec_com_in {
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 20px;
        padding-right: 20px; } }
    @media screen and (max-width: 991px) {
      .sec_com .sec_com_in {
        padding-left: 0px;
        padding-right: 0px; } }
    @media screen and (max-width: 991px) {
      .sec_com .sec_com_in {
        text-align: center; } }
    @media screen and (max-width: 644px) {
      .sec_com .sec_com_in {
        margin-bottom: 40px; } }
    .sec_com .sec_com_in:last-child {
      margin-bottom: 0px; }

.sec_com__box01 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 78.63%;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 1100px) {
    .sec_com__box01 {
      width: 100%;
      max-width: 865px; } }
  @media screen and (max-width: 991px) {
    .sec_com__box01 {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0px 20px; } }

.sec_com__tit01 {
  font-size: 30px;
  line-height: 1.66;
  letter-spacing: -0.04em;
  margin-bottom: 30px; }
  @media screen and (max-width: 644px) {
    .sec_com__tit01 {
      font-size: 21px;
      margin-bottom: 20px; } }
  .sec_com__tit01.mb02 {
    margin-bottom: 0px; }
    @media screen and (max-width: 991px) {
      .sec_com__tit01.mb02 {
        margin-bottom: 20px; } }

.sec_com__tit02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 35px;
  color: #000; }
  @media screen and (max-width: 991px) {
    .sec_com__tit02 {
      display: block;
      margin-bottom: 15px;
      text-align: center; } }
  .sec_com__tit02 b {
    width: 100%;
    max-width: 105px;
    display: block; }
    @media screen and (max-width: 991px) {
      .sec_com__tit02 b {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px; } }
    @media screen and (max-width: 644px) {
      .sec_com__tit02 b {
        max-width: 92px; } }
  .sec_com__tit02 span {
    display: block;
    width: calc(100% - 115px);
    font-size: 18px;
    line-height: 1.66;
    letter-spacing: -0.04em; }
    @media screen and (max-width: 991px) {
      .sec_com__tit02 span {
        width: 100%; } }
    @media screen and (max-width: 644px) {
      .sec_com__tit02 span {
        font-size: 15px; } }

.sec_com__tit03 {
  font-size: 26px;
  text-align: center;
  margin-bottom: 20px; }
  @media screen and (max-width: 644px) {
    .sec_com__tit03 {
      font-size: 19px;
      margin-bottom: 10px; } }

.sec_com__txt01 {
  font-size: 18px;
  line-height: 1.88;
  letter-spacing: -0.04em;
  color: #000; }
  @media screen and (max-width: 644px) {
    .sec_com__txt01 {
      font-size: 17px; } }
  .sec_com__txt01.mb {
    margin-bottom: 35px; }
    @media screen and (max-width: 644px) {
      .sec_com__txt01.mb {
        margin-bottom: 20px; } }
  .sec_com__txt01.center {
    text-align: center; }
  .sec_com__txt01.left {
    text-align: left; }

.sec_com__img01 {
  margin-bottom: 35px; }
  @media screen and (max-width: 644px) {
    .sec_com__img01 {
      margin-bottom: 30px; } }
  .sec_com__img01.mb02 {
    margin-bottom: 140px; }
    @media screen and (max-width: 644px) {
      .sec_com__img01.mb02 {
        margin-bottom: 100px; } }
  @media screen and (max-width: 800px) {
    .sec_com__img01 img {
      width: 100%; } }

.btn_area.sec_com_in {
  margin-bottom: 315px; }
  @media screen and (max-width: 644px) {
    .btn_area.sec_com_in {
      margin-bottom: 130px; } }

.btn_area ul {
  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; }
  .btn_area ul li {
    width: 31.81%; }
    @media screen and (max-width: 720px) {
      .btn_area ul li {
        width: 33.33%; } }
    .btn_area ul li .btn_img {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      display: block;
      padding-top: 52.72%;
      position: relative;
      background-color: #AF6E56;
      margin-bottom: 15px; }
      @media screen and (max-width: 644px) {
        .btn_area ul li .btn_img {
          padding-top: 100%;
          margin-bottom: 10px; } }
      .btn_area ul li .btn_img img {
        display: block;
        position: absolute;
        width: 31.51%;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        @media screen and (max-width: 644px) {
          .btn_area ul li .btn_img img {
            width: 53.2%; } }
    .btn_area ul li .btn_txt {
      display: block;
      width: 100%;
      max-width: 80px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 35px; }
      @media screen and (max-width: 644px) {
        .btn_area ul li .btn_txt {
          max-width: 84px !important;
          width: 66.8% !important;
          margin-bottom: 10px; } }
    .btn_area ul li::after {
      display: block;
      content: "";
      width: 15px;
      height: 15px;
      border: solid 2px #AF6E56;
      border-top: none;
      border-left: none;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      margin-left: auto;
      margin-right: auto;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
      @media screen and (max-width: 644px) {
        .btn_area ul li::after {
          width: 8px;
          height: 8px;
          border-width: 1px; } }
    .btn_area ul li:nth-child(2) .btn_img {
      background-color: #5F5852; }
    .btn_area ul li:nth-child(2) .btn_txt {
      width: 100%;
      max-width: 110px; }
    .btn_area ul li:nth-child(2)::after {
      border-color: #5F5852; }
    .btn_area ul li:nth-child(3) .btn_img {
      background-color: #597150; }
      .btn_area ul li:nth-child(3) .btn_img img {
        width: 47.27%; }
        @media screen and (max-width: 644px) {
          .btn_area ul li:nth-child(3) .btn_img img {
            width: 80%; } }
    .btn_area ul li:nth-child(3) .btn_txt {
      width: 100%;
      max-width: 150px; }
    .btn_area ul li:nth-child(3)::after {
      border-color: #597150; }

.type_wrap {
  background-color: #F4F0ED;
  padding-top: 190px;
  padding-bottom: 120px; }
  @media screen and (max-width: 644px) {
    .type_wrap {
      padding-top: 130px;
      padding-bottom: 50px; } }
  .type_wrap.sec_com_in {
    margin-bottom: 260px; }
    @media screen and (max-width: 644px) {
      .type_wrap.sec_com_in {
        margin-bottom: 175px; } }

.type_name {
  position: absolute;
  width: 100%;
  left: 0px;
  top: 0px;
  -webkit-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  transform: translateY(-45%); }
  .type_name .type_name_img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px; }
    @media screen and (max-width: 644px) {
      .type_name .type_name_img {
        margin-bottom: 15px; } }
    .type_name .type_name_img.can {
      width: 100%;
      max-width: 152px; }
      @media screen and (max-width: 644px) {
        .type_name .type_name_img.can {
          max-width: 100px; } }
    .type_name .type_name_img.pouch {
      width: 100%;
      max-width: 165px; }
      @media screen and (max-width: 644px) {
        .type_name .type_name_img.pouch {
          max-width: 100px; } }
    .type_name .type_name_img.box {
      width: 100%;
      max-width: 245px; }
      @media screen and (max-width: 644px) {
        .type_name .type_name_img.box {
          max-width: 175px; } }
  .type_name .type_txt {
    font-size: 16px;
    color: #000;
    text-align: center; }
    @media screen and (max-width: 644px) {
      .type_name .type_txt {
        font-size: 13px; } }
    .type_name .type_txt b {
      font-size: 20px; }
      @media screen and (max-width: 644px) {
        .type_name .type_txt b {
          font-size: 16px; } }
    .type_name .type_txt img {
      display: block;
      margin-left: auto;
      margin-right: auto; }
    .type_name .type_txt.can img {
      width: 100%;
      max-width: 115px; }
      @media screen and (max-width: 644px) {
        .type_name .type_txt.can img {
          max-width: 75px; } }
    .type_name .type_txt.pouch img {
      width: 100%;
      max-width: 158px; }
      @media screen and (max-width: 644px) {
        .type_name .type_txt.pouch img {
          max-width: 103px; } }
    .type_name .type_txt.box img {
      width: 100%;
      max-width: 216px; }
      @media screen and (max-width: 644px) {
        .type_name .type_txt.box img {
          max-width: 140px; } }

.type_btn01 {
  display: block;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #333333;
  border-radius: 29px;
  font-size: 21px;
  line-height: 1;
  color: #fff;
  font-family: "中ゴシックBBB", sans-serif;
  letter-spacing: 0em;
  padding: 20px 0px;
  cursor: pointer;
  position: relative;
  margin-bottom: 50px; }
  @media screen and (max-width: 644px) {
    .type_btn01 {
      font-size: 16px;
      padding: 10px 0px;
      margin-bottom: 25px; } }
  .type_btn01::after {
    display: block;
    content: "";
    width: 0.66em;
    height: 0.66em;
    border: solid 1px #fff;
    border-top: none;
    border-left: none;
    position: absolute;
    right: 2.38em;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    -webkit-transition: -webkit-transform 100ms;
    transition: -webkit-transform 100ms;
    transition: transform 100ms;
    transition: transform 100ms, -webkit-transform 100ms; }
    @media screen and (max-width: 644px) {
      .type_btn01::after {
        right: 10px; } }
  .type_btn01.open::after {
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg); }
  .type_btn01 b {
    position: relative;
    display: inline-block;
    -webkit-transform: translateX(10%);
    -ms-transform: translateX(10%);
    transform: translateX(10%); }
    @media screen and (max-width: 644px) {
      .type_btn01 b {
        text-align: left;
        -webkit-transform: translateX(5%);
        -ms-transform: translateX(5%);
        transform: translateX(5%); } }
    .type_btn01 b img {
      display: block;
      width: 100%;
      position: absolute;
      bottom: -10px;
      right: calc(100% + 15px); }
      @media screen and (max-width: 644px) {
        .type_btn01 b img {
          bottom: -5px;
          right: calc(100% + 5px); } }
  .type_btn01.can img {
    width: 100%;
    max-width: 88px; }
    @media screen and (max-width: 644px) {
      .type_btn01.can img {
        max-width: 54px; } }
  .type_btn01.pouch img {
    width: 100%;
    max-width: 71px; }
    @media screen and (max-width: 644px) {
      .type_btn01.pouch img {
        max-width: 40px; } }
  .type_btn01.box img {
    width: 100%;
    max-width: 117px; }
    @media screen and (max-width: 644px) {
      .type_btn01.box img {
        max-width: 75px; } }

.type_pointList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 25px; }
  @media screen and (max-width: 644px) {
    .type_pointList {
      margin-bottom: 20px; } }
  .type_pointList li {
    width: 30.05%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 25px;
    margin-bottom: 45px; }
    @media screen and (max-width: 800px) {
      .type_pointList li {
        width: 33.3%; } }
    @media screen and (max-width: 644px) {
      .type_pointList li {
        width: 50%;
        padding: 0px 10px;
        margin-bottom: 30px; } }
    .type_pointList li img {
      display: block;
      width: 100%;
      max-width: 190px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 30px; }
      @media screen and (max-width: 644px) {
        .type_pointList li img {
          margin-bottom: 15px;
          width: 80.85%; } }
    .type_pointList li b {
      display: block;
      text-align: center;
      background-color: #F1D8CF;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border-radius: 1.5em;
      padding: 10px 0px;
      font-size: 18px;
      line-height: 1.22;
      letter-spacing: 0em;
      position: relative;
      z-index: 1; }
      @media screen and (max-width: 644px) {
        .type_pointList li b {
          font-size: 14px;
          padding: 5px 0px; } }
      .type_pointList li b::before {
        display: block;
        content: "";
        position: absolute;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-top: solid 30px transparent;
        border-right: solid 15px #F1D8CF;
        border-bottom: solid 30px transparent;
        border-left: none;
        top: -30px;
        left: 35px;
        z-index: -1; }
        @media screen and (max-width: 644px) {
          .type_pointList li b::before {
            top: -20px;
            left: 25px;
            border-right-width: 10px;
            border-top-width: 20px;
            border-bottom-width: 20px; } }
  .type_pointList.pouch {
    margin-bottom: 110px; }
    @media screen and (max-width: 644px) {
      .type_pointList.pouch {
        margin-bottom: 60px; } }
    .type_pointList.pouch li b {
      background-color: #C6BFBB; }
      .type_pointList.pouch li b::before {
        border-right-color: #C6BFBB; }
    @media screen and (max-width: 644px) {
      .type_pointList.pouch li:last-child {
        width: 55%; } }
  .type_pointList.box {
    margin-bottom: 110px; }
    @media screen and (max-width: 644px) {
      .type_pointList.box {
        margin-bottom: 60px; } }
    .type_pointList.box li b {
      background-color: #D6D8CF; }
      .type_pointList.box li b::before {
        border-right-color: #D6D8CF; }

.type_list_area {
  display: none; }
  .type_list_area .type_list01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .type_list_area .type_list01 li {
      width: 31.21%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0px 10px;
      margin-bottom: 70px; }
      @media screen and (max-width: 644px) {
        .type_list_area .type_list01 li {
          width: 50%;
          margin-bottom: 35px; } }
      .type_list_area .type_list01 li.new {
        position: relative; }
        .type_list_area .type_list01 li.new::after {
          display: block;
          position: absolute;
          content: "";
          width: 65px;
          height: 65px;
          background: url(../../img/index/icon_new@2x.png) center center/contain no-repeat;
          top: 0px;
          left: 0px;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
          @media screen and (max-width: 644px) {
            .type_list_area .type_list01 li.new::after {
              width: 55px;
              height: 55px; } }
    .type_list_area .type_list01 .type_list01__tit {
      text-align: center;
      font-size: 17px;
      line-height: 1.41;
      letter-spacing: 0em;
      padding: 20px 0px 10px; }
      @media screen and (max-width: 644px) {
        .type_list_area .type_list01 .type_list01__tit {
          padding: 10px 0px 10px;
          font-size: 13px; } }
    .type_list_area .type_list01 .type_list01__btn {
      text-align: center;
      font-family: "中ゴシックBBB", sans-serif;
      font-size: 16px;
      line-height: 1;
      letter-spacing: 0em;
      color: #000;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      display: block;
      padding: 5px 0px;
      border-radius: 15px;
      border: solid 1px #777;
      width: 100%;
      max-width: 195px;
      margin-left: auto;
      margin-right: auto;
      position: relative; }
      @media screen and (max-width: 644px) {
        .type_list_area .type_list01 .type_list01__btn {
          max-width: 130px;
          font-size: 12px; } }
      .type_list_area .type_list01 .type_list01__btn::after {
        display: block;
        content: "";
        position: absolute;
        width: 0.43em;
        height: 0.43em;
        border: solid 1px #000;
        border-left: none;
        border-bottom: none;
        right: 0.93em;
        top: 50%;
        -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg); }
  .type_list_area .type_close_btn {
    width: 100%;
    max-width: 83px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer; }
    @media screen and (max-width: 644px) {
      .type_list_area .type_close_btn {
        max-width: 75px; } }

.sec01 {
  background-color: #F4F0ED; }
  .sec01 .sec01__flex {
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 85px; }
    @media screen and (max-width: 991px) {
      .sec01 .sec01__flex {
        display: block; } }
    @media screen and (max-width: 644px) {
      .sec01 .sec01__flex {
        margin-bottom: 30px; } }
    .sec01 .sec01__flex .flex__box01 {
      width: 43.63%; }
      @media screen and (max-width: 991px) {
        .sec01 .sec01__flex .flex__box01 {
          width: 100%; } }
    .sec01 .sec01__flex .flex__box02 {
      width: 53.63%; }
      @media screen and (max-width: 991px) {
        .sec01 .sec01__flex .flex__box02 {
          width: 100%; } }

.sec02 .sec02__flex {
  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-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 991px) {
    .sec02 .sec02__flex {
      display: block; } }
  .sec02 .sec02__flex .flex__box01 {
    width: 49.09%; }
    @media screen and (max-width: 991px) {
      .sec02 .sec02__flex .flex__box01 {
        width: 100%; } }
  .sec02 .sec02__flex .flex__box02 {
    width: 50%; }
    @media screen and (max-width: 991px) {
      .sec02 .sec02__flex .flex__box02 {
        width: 100%; } }

.sec06 img {
  width: 100%; }

.sec07 .sec07__flex {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 85px; }
  @media screen and (max-width: 991px) {
    .sec07 .sec07__flex {
      display: block; } }
  @media screen and (max-width: 644px) {
    .sec07 .sec07__flex {
      margin-bottom: 35px; } }
  .sec07 .sec07__flex .flex__box01 {
    width: 45%; }
    @media screen and (max-width: 991px) {
      .sec07 .sec07__flex .flex__box01 {
        width: 100%; } }
  .sec07 .sec07__flex .flex__box02 {
    width: 50%; }
    @media screen and (max-width: 991px) {
      .sec07 .sec07__flex .flex__box02 {
        width: 100%; } }

.sec07 .btn {
  display: block;
  border: solid 1px #777;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 5px;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0em;
  color: #000;
  position: relative;
  width: 100%;
  max-width: 430px;
  font-family: "中ゴシックBBB", sans-serif; }
  @media screen and (max-width: 991px) {
    .sec07 .btn {
      margin-left: auto;
      margin-right: auto; } }
  @media screen and (max-width: 644px) {
    .sec07 .btn {
      font-size: 14px;
      padding: 10px 10px 10px 5px;
      width: 95%;
      max-width: 345px; } }
  .sec07 .btn::after {
    display: block;
    position: absolute;
    content: "";
    width: 0.43em;
    height: 0.43em;
    border: solid 1px #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: 50%;
    right: 0.93em;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    border-bottom: none;
    border-left: none; }
    @media screen and (max-width: 644px) {
      .sec07 .btn::after {
        right: 5px; } }

.sec08 {
  padding-bottom: 125px;
  border-bottom: solid 1px #004483; }
  @media screen and (max-width: 800px) {
    .sec08 {
      border-bottom: none;
      padding-bottom: 70px; } }
  .sec08 .sec08_in {
    width: 100%;
    max-width: 740px;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 800px) {
      .sec08 .sec08_in {
        max-width: none;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0px 20px; } }
  .sec08 .sec_com__tit02 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .sec08 .sec_com__tit02 span {
      width: auto;
      font-size: 22px;
      margin-left: 0.81em; }
      @media screen and (max-width: 644px) {
        .sec08 .sec_com__tit02 span {
          font-size: 15px;
          margin-left: 0px; } }
      .sec08 .sec_com__tit02 span strong {
        font-size: 30px; }
        @media screen and (max-width: 644px) {
          .sec08 .sec_com__tit02 span strong {
            font-size: 19px; } }


/* カートボタン */

div.toCart {
text-align:center;
}

p.pNum {
text-align:center;
}

.c-button {
  appearance: none;
  border: 0;
  border-radius: 5px;
  background: #a0a263;
  color: #fff;
  width:70%;
  padding: 8px 16px;
  font-size: 15px;
  margin-top:8px;
}


/*ヘッダー*/

 @media screen and (max-width: 991px) {
     #wrapper{ 
     padding-top:0!important;
     }
     
     .header_logo {
         top:25px!important;
  }