.item_section_btn .skubutton {
  display: block;
  text-decoration: none;
  border-radius: 50px;
  background-color: #41b371;
  border: 1px solid #41b371;
  color: #fff;
  transition: 0.5s;
  position: relative;
  width: 250px;
  text-align: center;
  padding: 11px 47px 10px;
  margin: 0 auto; }
  @media (max-width: 480px) {
    #page .item_section_btn .skubutton, .item_section_btn #page .skubutton {
      width: 100%;
      transition: unset; } }
  .item_section_btn .skubutton::after {
    content: " ";
    background: url(../img/btn_arrow01.png) no-repeat left 0px center;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 47px;
    box-sizing: border-box;
    background-size: 7px auto; }
    @media (max-width: 480px) {
      #page .item_section_btn .skubutton::after, .item_section_btn #page .skubutton::after {
        width: 13%; } }
  @media (min-device-width: 1041px) and (min-width: 897px) {
    .item_section_btn .skubutton:hover {
      background: #fff;
      color: #41b371; }
      .item_section_btn .skubutton:hover::after {
        background-image: url(../img/btn_arrow02.png);
        animation: arrowMove 0.7s ease-in-out 0s alternate; } }

.product_section {
  box-shadow: 0px 0px 3px 1px #999; }
  .product_section:not(last-child) {
    margin-bottom: 30px; }
    @media (max-width: 480px) {
      .product_section:not(last-child) {
        margin-bottom: 8vw; } }
  .product_section a {
    display: block;
    text-decoration: none;
    position: relative; }
    .product_section a::after {
      content: " ";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      background: rgba(255, 255, 255, 0.3);
      border: 3px solid #3aac4d;
      box-sizing: border-box;
      opacity: 0;
      transition: 0.5s; }
      @media (max-width: 480px) {
        .product_section a::after {
          transition: unset;
          opacity: 1;
          background: none; } }
    @media (min-device-width: 1041px) and (min-width: 897px) {
      .product_section a:hover::after {
        opacity: 1; }
      .product_section a:hover .arrow {
        right: 6px;
        bottom: 6px; }
        .product_section a:hover .arrow::after {
          background: #41b371; } }
  .product_section .arrow {
    position: absolute;
    width: 34px;
    height: 30px;
    right: 3px;
    bottom: 3px;
    overflow: hidden;
    transition: 0.5s; }
    @media (max-width: 480px) {
      .product_section .arrow {
        transition: unset;
        display: none; } }
    .product_section .arrow::after {
      content: "";
      width: 200%;
      height: 100%;
      background: #444444;
      position: absolute;
      left: 18px;
      top: 0;
      transform: skew(-45deg);
      transition: 0.5s; }
  .product_section_inner {
    display: flex;
    flex-wrap: wrap;
    background: #fefcfc; }
    @media (max-width: 480px) {
      .product_section_inner {
        flex-direction: column-reverse; } }
  .product_section_image {
    width: 50%; }
    @media (max-width: 480px) {
      .product_section_image {
        width: 100%; } }
    .product_section_image img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .product_section_contents {
    width: 50%;
    padding: 70px 30px;
    text-align: center;
    position: relative; }
    @media (max-width: 480px) {
      .product_section_contents {
        width: 100%;
        padding: 10vw 5vw 5vw; } }
  .product_section_title {
    color: #23721a;
    font-size: 2.8rem;
    line-height: 1.4;
    padding-bottom: 25px;
    background: url(../img/background-ptn02.png) no-repeat center bottom;
    margin-bottom: 20px;
    letter-spacing: 8px; }
    @media (max-width: 480px) {
      .product_section_title {
        letter-spacing: 1px;
        margin-bottom: 5vw;
        padding-bottom: 5vw;
        font-size: 6vw;
        background-size: 50% auto; } }
    .product_section_title span:not([class]) {
      font-size: 3.8rem; }
      @media (max-width: 480px) {
        .product_section_title span:not([class]) {
          font-size: 9vw; } }
    .product_section_title span.image {
      display: block;
      margin-bottom: 10px; }
      @media (max-width: 480px) {
        .product_section_title span.image {
          margin-bottom: 3vw; } }
      .product_section_title span.image img {
        display: inline-block;
        vertical-align: top; }
        @media (max-width: 480px) {
          .product_section_title span.image img {
            width: 60vw; } }
  .product_section_msg {
    line-height: 1.6; }
    @media (max-width: 480px) {
      .product_section_msg {
        text-align: left; }
        .product_section_msg br {
          display: none; } }

.item_section {
  box-shadow: 0px 0px 3px 1px #cfcfcf;
  padding: 30px;
  background: #fff; }
  .item_section:not(:last-child) {
    margin-bottom: 40px; }
    @media (max-width: 480px) {
      .item_section:not(:last-child) {
        margin-bottom: 8vw; } }
  .item_section:after {
    content: '';
    display: block;
    clear: both; }
  @media (max-width: 480px) {
    .item_section {
      padding: 7vw 5vw; } }
  .item_section_heading {
    float: right;
    width: 415px;
    font-weight: bold;
    padding: 15px 0 20px;
    margin-bottom: 20px;
    background: url(../img/background-ptn02.png) repeat-x left bottom; }
    @media (max-width: 480px) {
      .item_section_heading {
        width: 100%;
        float: none;
        background-size: 50% auto;
        padding: 0 0 10px; } }
  .item_section_title {
    font-size: 2.5rem;
    line-height: 1.4;
    margin-bottom: 10px; }
    @media (max-width: 480px) {
      .item_section_title {
        font-size: 5vw;
        margin-bottom: 0;
        line-height: 1.8; } }
  .item_section_price {
    font-size: 2rem; }
    @media (max-width: 480px) {
      .item_section_price {
        font-size: 4vw; } }
    .item_section_price span.number {
      color: #ae1a1a;
      font-size: 2.5rem; }
      @media (max-width: 480px) {
        .item_section_price span.number {
          font-size: 7vw; } }
    .item_section_price span.yen {
      color: #ae1a1a;
      margin-left: 5px; }
  .item_section_images {
    float: left;
    width: 520px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media (max-width: 480px) {
      .item_section_images {
        float: none;
        width: 100%;
        display: block; } }
    .item_section_images li {
      background: rgba(0, 0, 0, 0.7); }
    .item_section_images img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: contain; }
    .item_section_images .main_images {
      width: 410px;
      overflow: hidden; }
      @media (max-width: 480px) {
        .item_section_images .main_images {
          width: 100%;
          margin-bottom: 2%; } }
      .item_section_images .main_images li {
        height: 330px;
        display: inline-block;
        vertical-align: top;
        outline: none; }
        @media (max-width: 480px) {
          .item_section_images .main_images li {
            height: 60vw;
            z-index: 1 !important; } }
    .item_section_images .thumbs_images {
      width: 100px; }
      @media (max-width: 480px) {
        .item_section_images .thumbs_images {
          width: 100%;
          display: flex;
          flex-wrap: wrap;
          margin-bottom: 20px; } }
      .item_section_images .thumbs_images li {
        margin-bottom: 10px;
        height: 75px;
        cursor: pointer;
        position: relative; }
        .item_section_images .thumbs_images li::after {
          content: "";
          width: 100%;
          height: 100%;
          left: 0;
          top: 0;
          position: absolute;
          transition: 0.5s; }
        .item_section_images .thumbs_images li.thumbnail-current {
          cursor: default; }
        .item_section_images .thumbs_images li.thumbnail-current::after {
          background: rgba(255, 255, 255, 0.5); }
        @media (min-device-width: 1041px) and (min-width: 897px) {
          .item_section_images .thumbs_images li:hover::after {
            background: rgba(65, 179, 113, 0.5); } }
        @media (max-width: 480px) {
          .item_section_images .thumbs_images li {
            height: 15vw;
            width: 23.5%;
            margin: 0 2% 0 0; }
            .item_section_images .thumbs_images li:nth-child(4n) {
              margin-right: 0; }
            .item_section_images .thumbs_images li::nth-child(n+5) {
              margin-top: 2%; } }
        .item_section_images .thumbs_images li:nth-child(4) {
          margin-bottom: 0; }
    .item_section_images .image_attet {
      width: 410px;
      text-align: right;
      font-size: 1.2rem; }
      @media (max-width: 480px) {
        .item_section_images .image_attet {
          width: 100%;
          margin-bottom: 10px; } }
  .item_section_msg {
    float: right;
    width: 415px;
    margin-bottom: 25px; }
    @media (max-width: 480px) {
      .item_section_msg {
        float: none;
        width: 100%; } }
  .item_section_btn {
    float: right;
    width: 415px; }
    @media (max-width: 480px) {
      .item_section_btn {
        float: none;
        width: 100%; } }
    .item_section_btn .skubutton {
      width: 320px;
      cursor: pointer;
      margin: 0; }
      @media (max-width: 480px) {
        .item_section_btn .skubutton {
          font-size: 1.5rem;
          padding: 11px 47px 10px; } }
      .item_section_btn .skubutton::after {
        width: 67px; }
      .item_section_btn .skubutton:before {
        content: " ";
        background: url(../img/cartbtn_icon.png) no-repeat right center;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        width: 80px;
        box-sizing: border-box; }
        @media (max-width: 480px) {
          .item_section_btn .skubutton:before {
            width: 47px; } }
      .item_section_btn .skubutton:focus {
        outline: 0; }
      @media (min-device-width: 1041px) and (min-width: 897px) {
        .item_section_btn .skubutton:hover::before {
          background-image: url(../img/cartbtn_icon-hover.png); } }

.prepare_text {
  color: #fff;
  font-size: 3rem;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  width: 700px;
  margin: 0  auto;
  padding: 100px 0; }
  @media (max-width: 480px) {
    .prepare_text {
      padding: 30px 10px;
      width: 100%;
      box-sizing: border-box;
      font-size: 1.3rem; } }

@media (max-width: 480px) {
  .calender_image {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 20px; }
    .calender_image::-webkit-scrollbar {
      height: 10px; }
    .calender_image::-webkit-scrollbar-track {
      background: #d9d9d9;
      border: none;
      border-radius: 10px; }
    .calender_image::-webkit-scrollbar-thumb {
      background: #f4a109;
      border-radius: 10px;
      box-shadow: none; } }
.calender_image img {
  width: 100%;
  display: inline-block;
  vertical-align: top; }
  @media (max-width: 480px) {
    .calender_image img {
      height: auto;
      width: 300vw; } }

.payment_section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  @media (max-width: 480px) {
    .payment_section {
      display: block; } }
  .payment_section_set {
    width: 320px;
    padding: 35px 20px;
    margin: 0 20px 0 0;
    box-shadow: 0px 0px 3px 1px #cfcfcf;
    background: #fff;
    text-align: center; }
    @media (max-width: 480px) {
      #contents .payment_section_set {
        width: 100%;
        min-height: auto;
        padding: 8vw 5vw;
        margin: 0 0 8vw 0; }
        #contents .payment_section_set:last-child {
          margin-bottom: 0; } }
    .payment_section_set:nth-child(3n), .payment_section_set:last-child {
      margin-right: 0; }
    .payment_section_set:nth-child(n+4) {
      margin-top: 20px; }
    .payment_section_set:nth-last-child(-n+3) {
      margin-bottom: 0; }
  .payment_section_title {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
    color: #51b035;
    font-size: 2rem;
    letter-spacing: 0;
    line-height: 1.4;
    position: relative;
    max-width: 80%; }
    .payment_section_title::before, .payment_section_title::after {
      content: "";
      width: 20px;
      height: 1px;
      top: 50%;
      background: #362e2b;
      position: absolute;
      margin: 0 15px; }
    .payment_section_title::before {
      right: 100%; }
    .payment_section_title::after {
      left: 100%; }
    @media (max-width: 480px) {
      .payment_section_title {
        font-size: 1.7rem;
        margin-bottom: 5vw; } }
  .payment_section_msg {
    text-align: left; }
    .payment_section_msg span.attent {
      color: #9B0000;
      text-decoration: underline; }

.postage_section .flex_table tbody {
  display: flex;
  background: #ffffff;
  flex-wrap: wrap;
  margin-top: 20px;
  max-width: 1020px; }
  @media (max-width: 480px) {
    .postage_section .flex_table tbody {
      display: block; } }
  .postage_section .flex_table tbody tr {
    width: 50%;
    border-right: 3px solid #fbf5ea;
    border-bottom: 3px solid #f8f3e2;
    display: flex; }
    @media (max-width: 480px) {
      .postage_section .flex_table tbody tr {
        width: 100%;
        display: block;
        border-right: none; } }
    .postage_section .flex_table tbody tr th {
      width: 75%;
      padding: 20px 25px;
      align-self: inherit;
      color: #362e2b;
      font-weight: normal;
      display: flex;
      position: relative; }
      @media (max-width: 480px) {
        .postage_section .flex_table tbody tr th {
          width: 100%;
          padding: 10px 25px; } }
      @media (max-width: 480px) {
        .postage_section .flex_table tbody tr th::after {
          content: "";
          display: block;
          width: 90%;
          height: 1px;
          background-color: #ccc;
          position: absolute;
          bottom: 0;
          left: 5%; } }
      .postage_section .flex_table tbody tr th span {
        align-self: center; }
    .postage_section .flex_table tbody tr td {
      padding: 30px;
      align-self: center; }
      @media (max-width: 480px) {
        .postage_section .flex_table tbody tr td {
          padding: 10px 25px; } }

.card_list {
  text-align: center; }
  @media (max-width: 480px) {
    .card_list {
      padding-top: 10px; } }
  .card_list li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px; }
    .card_list li:last-child {
      margin-right: 0; }
    .card_list li:nth-child(n+4) {
      margin-top: 10px; }
      @media (max-width: 480px) {
        .card_list li:nth-child(n+4) {
          margin-top: 5vw; } }
  .card_list img {
    display: block;
    height: auto; }
    .card_list img[alt="VISA"] {
      width: 90px; }
      @media (max-width: 480px) {
        .card_list img[alt="VISA"] {
          width: 25vw; } }
    .card_list img[alt="MasterCard"] {
      width: 70px; }
      @media (max-width: 480px) {
        .card_list img[alt="MasterCard"] {
          width: 20vw; } }
    .card_list img[alt="JCB"] {
      width: 50px; }
      @media (max-width: 480px) {
        .card_list img[alt="JCB"] {
          width: 15vw; } }
    .card_list img[alt="american express"] {
      width: 40px; }
      @media (max-width: 480px) {
        .card_list img[alt="american express"] {
          width: 10vw; } }
    .card_list img[alt="diners"] {
      width: 60px; }
      @media (max-width: 480px) {
        .card_list img[alt="diners"] {
          width: 15vw; } }
