@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  word-break: break-all; }

button {
  background-color: transparent;
  border: 0 none;
  padding: 0;
  line-height: 1;
  cursor: pointer; }

main {
  display: block; }

input {
  border: 0 none; }

img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom; }

select {
  line-height: 1; }

select::-moz-focus-inner {
  border: 0;
  outline: 0; }

table {
  text-align: left; }

body {
  font-family: "Lucida Grande", "segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, "メイリオ", Verdana, Arial, sans-serif; }

.container {
  box-sizing: border-box;
  max-width: 375px;
  padding: 0 15px;
  margin: 0 auto; }
  @media screen and (min-width: 900px) {
    .container {
      max-width: 1000px;
      padding: 0 20px; } }
  .container--no-margin {
    padding: 0; }

.text-box {
  display: block;
  line-height: 1.6;
  margin: -0.3em 0; }

.text-block {
  display: inline-block;
  text-align: left; }

.wrap {
  display: block; }

.sp-wrap {
  display: block; }
  @media screen and (min-width: 900px) {
    .sp-wrap {
      display: inline; } }

.pc-wrap {
  display: inline; }
  @media screen and (min-width: 900px) {
    .pc-wrap {
      display: block; } }

.serif {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Sawarabi Mincho", serif; }

@media screen and (min-width: 900px) {
  .sp-content {
    display: none; } }

.pc-content {
  display: none; }
  @media screen and (min-width: 900px) {
    .pc-content {
      display: block; } }

.hover {
  transition: opacity .2s; }
  .hover:hover {
    opacity: .7; }

.link-text {
  text-decoration: none;
  color: #369;
  text-decoration-skip-ink: none; }

.btn-container {
  text-align: center; }
  .btn-container__btn {
    display: inline-block; }

.center-img {
  text-align: center; }

.keep-ratio {
  display: block;
  position: relative;
  width: 100%; }
  .keep-ratio::before {
    content: "";
    display: block;
    padding-top: 100%;
    /* 高さを幅のn%に固定 */ }
  .keep-ratio__content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }

.icon-content {
  display: flex; }
  .icon-content__icon {
    display: block;
    flex: 0 0 auto;
    margin-right: .25em; }
  .icon-content__content {
    display: block;
    flex: 1 1 auto; }

.strong-color {
  color: #F22690; }

.bold {
  font-weight: bold; }

.common-table th {
  white-space: nowrap; }

.content {
  background: #fff;
  padding: 25px 15px;
  border-radius: 30px;
  overflow: hidden; }
  @media screen and (min-width: 900px) {
    .content {
      padding: 50px;
      border-radius: 60px; } }

.f-copyright-wrapper {
  background-color: #f5f5f5; }

.f-copyright {
  border-top: 1px solid #e7e7e7;
  padding: 10px 0; }
  @media screen and (min-width: 1000px) {
    .f-copyright {
      align-items: center;
      display: flex;
      justify-content: center;
      padding: 20px 0; } }
  .f-copyright__img {
    display: block;
    text-align: center;
    margin-bottom: 9px; }
    @media screen and (min-width: 1000px) {
      .f-copyright__img {
        margin-bottom: 0;
        flex: 0 0 30px;
        max-width: 30px;
        margin-right: 5px; } }
  .f-copyright__text > p {
    line-height: 1.6;
    margin: -0.3em 0;
    text-align: center;
    color: #333;
    font-size: 10px;
    text-align: center; }
    @media screen and (min-width: 1000px) {
      .f-copyright__text > p {
        text-align: left;
        font-size: 14px; } }

.mv {
  background: #F4F2EF; }
  @media screen and (min-width: 900px) {
    .mv {
      padding-top: 6px; } }

.service {
  padding: 13px 0 50px;
  background: #F4F2EF; }
  @media screen and (min-width: 900px) {
    .service {
      padding: 50px 0 100px; } }
  .service__head {
    margin-bottom: 20px; }
    @media screen and (min-width: 900px) {
      .service__head {
        margin-bottom: 50px; } }

@media screen and (min-width: 900px) {
  .service-content {
    display: grid;
    grid-template-rows: max-content;
    grid-template-columns: max-content;
    display: -ms-grid;
    -ms-grid-rows: max-content;
    -ms-grid-columns: max-content; } }

.service-content__img {
  margin-bottom: 10px; }
  @media screen and (min-width: 900px) {
    .service-content__img {
      margin-bottom: 0;
      margin-right: 55px;
      grid-row: 1 / 4;
      grid-column: 1/  2;
      -ms-grid-column: 1;
      -ms-grid-row: 1;
      -ms-grid-row-span: 3; } }

@media screen and (min-width: 900px) {
  .service-content__baloon, .service-content__notice {
    grid-column: 2 / 3;
    -ms-grid-column: 2; } }

.service-content__baloon {
  margin-bottom: 20px; }
  @media screen and (min-width: 900px) {
    .service-content__baloon {
      margin-bottom: 20px; } }

@media screen and (min-width: 900px) {
  .service-content__notice {
    -ms-grid-row: 2; } }

.service-baloon {
  border: solid 2px #DFBF63;
  border-radius: 30px;
  background: #fff;
  padding: 20px;
  position: relative; }
  @media screen and (min-width: 900px) {
    .service-baloon {
      border-radius: 60px;
      padding: 50px 25px; } }
  .service-baloon::before, .service-baloon::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 0;
    width: 0;
    transform: translateY(100%);
    border: transparent 10px solid;
    border-bottom: 0 none;
    border-top: solid 10px #DFBF63; }
    @media screen and (min-width: 900px) {
      .service-baloon::before, .service-baloon::after {
        top: 0;
        bottom: 0;
        margin: auto 0;
        right: none;
        transform: translateX(-100%);
        border: transparent 20px solid;
        border-left: 0 none;
        border-right: solid 30px #DFBF63; } }
  .service-baloon::after {
    border-top-color: #fff;
    transform: translateY(calc(100% - 3px)); }
    @media screen and (min-width: 900px) {
      .service-baloon::after {
        border-top-color: transparent;
        border-right-color: #fff;
        transform: translateX(calc((100% - 3px) * -1)); } }
  .service-baloon__item:not(:last-child) {
    margin-bottom: 20px; }
    @media screen and (min-width: 900px) {
      .service-baloon__item:not(:last-child) {
        margin-bottom: 30px; } }

.service-baloon-text {
  font-weight: bold;
  font-size: 12px;
  line-height: 1.6;
  margin: -0.3em 0;
  font-feature-settings: "palt";
  font-family: "Lucida Grande", "segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", Meiryo, "メイリオ", Verdana, Arial, sans-serif; }
  @media screen and (min-width: 900px) {
    .service-baloon-text {
      font-size: 20px;
      line-height: 1.4;
      margin: -0.2em 0;
      white-space: nowrap; } }
  .service-baloon-text .icon-content__icon > * {
    display: flex;
    height: 1.6em;
    align-items: center; }
    @media screen and (min-width: 900px) {
      .service-baloon-text .icon-content__icon > * {
        height: 1.4em; } }
    .service-baloon-text .icon-content__icon > * img {
      display: block; }
  .service-baloon-text .strong {
    color: #c00; }
  .service-baloon-text .gold {
    color: #CAA43D; }

.service-notice {
  font-size: 10px; }

.stamp__head {
  margin-bottom: 15px; }

.stamp-step {
  overflow: hidden;
  padding: 0 3.75px; }
  @media screen and (min-width: 900px) {
    .stamp-step {
      padding: 0; } }
  .stamp-step__list {
    display: flex;
    flex-wrap: wrap;
    margin: -15px -13.75px; }
    @media screen and (min-width: 900px) {
      .stamp-step__list {
        margin: -25px -15px; } }
  .stamp-step__item {
    box-sizing: border-box;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 15px 13.75px; }
    @media screen and (min-width: 900px) {
      .stamp-step__item {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
        padding: 25px 15px; } }
  .stamp-step__drawing {
    margin-bottom: 10px; }
    @media screen and (min-width: 900px) {
      .stamp-step__drawing {
        margin-bottom: 20px; } }
  .stamp-step__text {
    overflow: hidden; }
    .stamp-step__text > * {
      font-size: 12px; }
      @media screen and (min-width: 900px) {
        .stamp-step__text > * {
          font-size: 20px; } }
      .stamp-step__text > * .strong {
        color: #DB91A7;
        font-weight: bold; }

.store {
  padding: 30px 0;
  background: rgba(219, 145, 167, 0.3); }
  @media screen and (min-width: 900px) {
    .store {
      padding: 50px 0; } }
  .store__img {
    margin-bottom: 20px; }
    @media screen and (min-width: 900px) {
      .store__img {
        margin-bottom: 0; } }
  @media screen and (min-width: 900px) {
    .store__btn {
      display: none; } }

.separator:not(:last-child) {
  margin-bottom: 45px; }
  @media screen and (min-width: 900px) {
    .separator:not(:last-child) {
      margin-bottom: 100px; } }

.separator--mv:not(:last-child) {
  margin-bottom: 15px; }
  @media screen and (min-width: 900px) {
    .separator--mv:not(:last-child) {
      margin-bottom: 20px; } }

.separator--stamp:not(:last-child) {
  margin-bottom: 30px; }
  @media screen and (min-width: 900px) {
    .separator--stamp:not(:last-child) {
      margin-bottom: 50px; } }
