/** Shopify CDN: Minification failed

Line 606:34 Expected ":"

**/
.anygift {
  width: 92%;
  max-width: 1200px;
  margin: 50px auto;
  padding: 50px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eaeaea;
}
@media screen and (max-width: 767px) {
  .anygift {
    margin: 30px auto;
    padding: 30px;
  }
}
@media screen and (max-width: 420px) {
  .anygift {
    margin: 20px auto;
    padding: 30px 15px;
  }
}
.anygift h1 {
  text-align: center;
  font-family: "Zen Maru Gothic" !important;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.2;
  margin: 0;
  padding: 0 0 50px 0;
}
@media screen and (max-width: 767px) {
  .anygift h1 {
    font-size: 24px;
    padding: 0 0 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .anygift h1 span {
    display: inline-block;
  }
}
.anygift .anygift_inner {
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .anygift .anygift_inner {
    padding: 0px 0;
  }
}
.anygift .anygift_inner a {
  text-decoration: underline;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.anygift .anygift_inner a:hover {
  text-decoration: none;
  opacity: 0.6;
}
.anygift .anygift_section {
  padding: 5px 0;
  margin: 0;
  color: #222;
}
.anygift .anygift_section h2 {
  width: 100%;
  padding: 15px 0;
  margin: 0 0 30px 0;
  background: #F8F3E6;
  font-size: 18px;
  font-family: "Zen Maru Gothic" !important;
  font-weight: 700;
  text-indent: 20px;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .anygift .anygift_section h2 {
    text-indent: 0px;
    padding-right: 1em;
    padding-left: 1em;
  }
}
.anygift .anygift_section h3 {
  padding: 10px 0 10px 20px;
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  font-family: "Zen Maru Gothic" !important;
}
@media screen and (max-width: 767px) {
  .anygift .anygift_section h3 {
    padding-left: 0px;
  }
}
.anygift .anygift_section p {
  padding: 0 0 20px 20px;
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  font-family: "Zen Maru Gothic" !important;
}
@media screen and (max-width: 767px) {
  .anygift .anygift_section p {
    padding-left: 0px;
  }
}
.anygift .anygift_section ul {
  list-style: disc;
  padding: 0 0 15px 20px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .anygift .anygift_section ul {
    padding-left: 0px;
  }
}
.anygift .anygift_section ul li {
  display: list-item !important;
  padding: 0;
  margin: 0 0 5px 20px;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  font-family: "Zen Maru Gothic" !important;
}
.anygift .anygift_section ol {
  padding: 0 0 15px 20px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .anygift .anygift_section ol {
    padding-left: 0px;
  }
}
.anygift .anygift_section ol > li {
  list-style: none;
  padding: 0;
  padding-left: 1.3em;
  text-indent: -1.3em;
  margin: 0 0 5px 0px;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  font-family: "Zen Maru Gothic" !important;
}
.anygift .anygift_section ol > li a {
  font-weight: 600;
}
.anygift .anygift_section ol li ul {
  padding: 10px 0 10px 0;
}
.anygift .anygift_section ol li ul li {
  margin: 0 0 5px 15px;
}
.anygift .anygift_section .line_qr_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.anygift .anygift_section ul.gift_flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .anygift .anygift_section ul.gift_flow {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}
.anygift .anygift_section ul.gift_flow li {
  text-align: center;
  display: block;
  list-style: none;
  width: 338px;
}
.anygift .anygift_section ul.gift_flow li h3,
.anygift .anygift_section ul.gift_flow li p {
  text-align: left;
}
.anygift .anygift_section ul.gift_flow li img {
  width: 100%;
  margin-bottom: 1em;
}
.anygift .anygift_button {
  text-align: center;
  padding-top: 50px;
}
.anygift .anygift_button a {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  padding: 1em 0.5em;
  border-radius: 30px;
  background: #ee7759;
  font-size: 20px;
  width: 16em;
  color: #fff;
  font-weight: 700;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}
.anygift .anygift_button a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.anygift .anygift_button a:visited {
  text-decoration: none;
}
.anygift .about_gift_wrapper {
  padding-top: 20px;
}
.anygift .about_gift_wrapper .about_gift {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0px 1fr 0px 1fr 0px 1fr;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 630px;
  margin: 0 auto;
}
.anygift .about_gift_wrapper .about_gift > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.anygift .about_gift_wrapper .about_gift > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.anygift .about_gift_wrapper .about_gift > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.anygift .about_gift_wrapper .about_gift > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
@media screen and (max-width: 767px) {
  .anygift .about_gift_wrapper .about_gift {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (1fr)[2];
    grid-template-rows: repeat(2, 1fr);
    width: 100%;
  }
  .anygift .about_gift_wrapper .about_gift > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .anygift .about_gift_wrapper .about_gift > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .anygift .about_gift_wrapper .about_gift > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .anygift .about_gift_wrapper .about_gift > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
}
.anygift .about_gift_wrapper .about_gift p {
  margin: 0;
  padding: 0;
  text-align: center;
}
.anygift .service_outline_wrapper {
  padding-top: 40px;
  padding-bottom: 10px;
}
.anygift .service_outline_wrapper .service_outline_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 830px;
  margin: 0 auto;
}
@media screen and (max-width: 1114px) {
  .anygift .service_outline_wrapper .service_outline_inner {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .anygift .service_outline_wrapper .service_outline_inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}
.anygift .service_outline_wrapper .service_outline_inner p {
  margin: 0;
  padding: 0;
  text-align: center;
}
.anygift .service_outline_wrapper .service_outline_inner p img {
  width: 390px;
}
@media screen and (max-width: 1114px) {
  .anygift .service_outline_wrapper .service_outline_inner p img {
    width: 80%;
  }
}
@media screen and (max-width: 1114px) {
  .anygift .service_outline_wrapper .service_outline_inner p:last-child {
    margin: 0 0 0 0em;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .anygift .service_outline_wrapper .service_outline_inner p:last-child {
    margin-top: 2em;
    margin-left: 0em;
  }
}
/* Guide FAQ */

.guide_faq {
    width: 92%;
    max-width: 1200px;
    margin: 50px auto;
    padding: 50px 50px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #eaeaea;
}

.guide_faq p.guide_lead {
    margin: 0;
    padding: 15px 0 30px 0;
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
}

.guide_faq h1 {
    text-align: center;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.2;
    margin: 0;
    padding: 0 0 50px 0;
}

.guide_faq .guide_img {
    text-align: center;
    margin: 0;
    padding: 0 0 30px 0;
}

.guide_faq .guide_img img {
    max-width: 250px;
    vertical-align: bottom;
    margin: 0;
}

.guide_index ul {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    align-items: center;
}

.guide_index ul li {
    width: 24%;
    margin: 1% 0.5% 0 0.5%;
    position: relative;
}

.guide_index ul li a {
    display: block;
    background: #2f9ae0;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    height: 50px;
    line-height: 50px;
    border-radius: 10px;
    text-decoration: unset;
}

.guide_inner {
    padding: 30px 0;
}

.guide_faq .guide_inner a {
    text-decoration: underline;
}

.guide_section {
    padding: 20px 0;
    margin: 0;
    color: #222;
}

.guide_section h2 {
    width: 100%;
    padding: 15px 0;
    margin: 0 0 30px 0;
    background: #fffbbf;
    font-size: 18px;
    font-weight: 500;
    text-indent: 20px;
    line-height: 1.1;
}

.guide_section h3 {
    padding: 10px 0 15px 20px;
    margin: 0;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
}

.guide_section h4 {
    padding: 10px 0 10px 0px;
    margin: 0 0 15px 20px;
    border-bottom: 1px solid #999;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
}

.guide_section p {
    padding: 0 0 20px 20px;
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
}

.guide_section p.note {
    font-size: 14px;
}

.guide_section ul {
    list-style: disc;
    padding: 0 0 15px 20px;
    margin: 0;
}

.guide_section ul li {
    display: list-item !important;
    padding: 0;
    margin: 0 0 5px 20px;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
}

.guide_section ol {
    list-style: decimal;
    padding: 0 0 15px 20px;
    margin: 0;
}

.guide_section ol > li {
    display: list-item !important;
    padding: 0;
    margin: 0 0 5px 20px;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
}

.guide_section ol li ul {
    padding: 10px 0 10px 0;
}

.guide_section ol li ul li {
    margin: 0 0 5px 15px;
}

.guide_section table.delivery {
    width: 240px;
    margin: 0 0 8px 20px;
}

.guide_section table.delivery td {
    width: 120px;
    padding: 12px 0 12px 15px;
    font-size: 15px;
    line-height: 1.2;
    box-sizing: border-box;
}

.guide_section#guide07 p {
    text-align: center;
    font-size: 15px;
}

.guide_section#guide07 p.btn_contact {
    margin: 30px 0 0 0;
}

dl.faq_list {
    margin: 0 0 20px 0;
    padding: 0 10px;
}

dl.faq_list dt.toggle {
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    padding: 15px 40px 15px 40px;
    background: url('/cdn/shop/files/faq_q.png') left 50% no-repeat;
    background-size: 30px 30px;
    min-height: 40px;
    position: relative;
    transition: opacity 0.5s ease;
    margin: 0;
}

dl.faq_list dt.toggle::after {
    content: url('/cdn/shop/files/faq_plus.png');
    transform: scale(0.25);
    position: absolute;
    top: -15px;
    right: -25px;
}

dl.faq_list dt.toggle.active::after {
    content: url('/cdn/shop/files/faq_minus.png');
    transform: scale(0.25);
    position: absolute;
    top: -15px;
    right: -25px;
}

dl.faq_list dt.toggle:hover{
    opacity: 0.7;
}

dl.faq_list dd.target {
    margin: 0 0 20px 0;
    display: none;
}

dl.faq_list dd.target > div {
    padding: 10px 10px 10px 60px;
    background: #f7f7f7 url('/cdn/shop/files/faq_a.png') 20px 50% no-repeat;
    background-size: 30px;
    border-radius: 10px;
}

dl.faq_list dd.target p {
    padding: 10px 0;
}

dl.faq_list dd.target ul,
dl.faq_list dd.target ol {faq_list
    padding: 7px 0;
}

dl.faq_list dd.target b {
    font-weight: 700;
}

dl.faq_list dd.target a {
    text-decoration: underline;
}
/*# sourceMappingURL=anygift.css.map */
/* AnyGift */
/* レイアウト */
div[data-anygift="ProductPageGiftUi"] {
  background: none;
  display: block;
  height: auto;
  line-height: 1.5;
  padding: 0;
}

div[data-anygift="ProductPageGiftUi"]:hover {
  background: none;
}

div[data-anygift="ProductPageGiftUi"] button:focus,
div[data-anygift="ProductPageGiftUi"] button:hover {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

div[data-anygift="ProductPageGiftUi"] button[disabled]:hover {
  background: #D1D0CF;
}

div[data-anygift="ProductPageGiftUi"] .ag-flex {
  line-height: 1;
}