@charset "UTF-8";
/* Mixin */
/* フォント関係 */
/* カラー関係 */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,500;0,700;0,900;1,500;1,700&display=swap&text=0123456789");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,400;0,700;1,700&family=Noto+Sans+JP:wght@400;700&display=swap");
/*icon*/
@font-face {
  font-family: "oiwaiyasan";
  src: url("/fonts/oiwaiyasan.eot?pezfme");
  src: url("/fonts/oiwaiyasan.eot?pezfme#iefix") format("embedded-opentype"), url("/fonts/oiwaiyasan.ttf?pezfme") format("truetype"), url("/fonts/oiwaiyasan.woff?pezfme") format("woff"), url("/fonts/oiwaiyasan.svg?pezfme#oiwaiyasan") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=os-], [class*=" os-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "oiwaiyasan" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.os-arrowRight:before {
  content: "\e900";
}

.os-arrowLeft:before {
  content: "\e919";
}

.os-minus:before {
  content: "\e91a";
}

.os-plus:before {
  content: "\e91b";
}

.os-4_4:before {
  content: "\e91c";
}

.os-4_3:before {
  content: "\e91d";
}

.os-4_2:before {
  content: "\e91e";
}

.os-4_1:before {
  content: "\e91f";
}

.os-arrowTop:before {
  content: "\e920";
}

.os-arrowRightBG:before {
  content: "\e901";
}

.os-arrowLeftBG:before {
  content: "\e902";
}

.os-qa:before {
  content: "\e903";
}

.os-truck:before {
  content: "\e904";
}

.os-refrigerator:before {
  content: "\e905";
}

.os-takuhaiBox:before {
  content: "\e906";
}

.os-creditcard:before {
  content: "\e907";
}

.os-mail:before {
  content: "\e908";
}

.os-presentBox:before {
  content: "\e909";
}

.os-cake:before {
  content: "\e90a";
}

.os-cart:before {
  content: "\e921";
}

.os-phone-solid:before {
  content: "\e90b";
}

.os-minus-solid:before {
  content: "\e90c";
}

.os-eyeSlash:before {
  content: "\e90d";
}

.os-eye:before {
  content: "\e90e";
}

.os-plus-solid:before {
  content: "\e90f";
}

.os-bars:before {
  content: "\e910";
}

.os-angleRight:before {
  content: "\e911";
}

.os-glass:before {
  content: "\e912";
}

.os-xmark:before {
  content: "\e913";
}

.os-user:before {
  content: "\e914";
}

.os-heart:before {
  content: "\e915";
}

.os-gift:before {
  content: "\e916";
}

.os-calendar:before {
  content: "\e917";
}

.os-cakeCandles:before {
  content: "\e918";
}

.os-phone:before {
  content: "\e942";
}

.os-bubble:before {
  content: "\e96b";
}

.os-facebook:before {
  content: "\ea90";
}

.os-facebookBG:before {
  content: "\ea91";
}

.os-instagram:before {
  content: "\ea92";
}

.os-twitter:before {
  content: "\ea96";
}

.os-youtube:before {
  content: "\ea9d";
}

#acrylicStand {
  max-width: 108rem;
  margin: 0 auto;
  text-align: center;
}
#acrylicStand picture {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
#acrylicStand img {
  max-width: 100%;
}
#acrylicStand a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#acrylicStand a:hover {
  opacity: 0.7;
}

.apSpTxt {
  max-width: 90%;
}

a.apSpTxt {
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 3rem;
}
@media (max-width: 1023px) {
  a.apSpTxt {
    margin-top: 2rem;
  }
}

.apSpImg {
  max-width: 90%;
  margin-top: 3rem;
}
@media (max-width: 1023px) {
  .apSpImg {
    margin-top: 2rem;
  }
}

#asCreate {
  background: #FFFDF2;
  margin-top: 3rem;
}
@media (max-width: 1023px) {
  #asCreate div {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

#asChoice {
  margin-top: 1rem;
}
@media (max-width: 1023px) {
  #asChoice div {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
#asChoice div picture {
  margin-top: 2rem;
}
@media (max-width: 1023px) {
  #asChoice div picture:nth-of-type(3) {
    margin-top: 0;
  }
}
#asChoice div picture:last-of-type {
  margin-top: 0;
}

#asRelation {
  background: #FFFDF2;
  padding-bottom: 5rem;
}
@media (min-width: 1024px) {
  #asRelation {
    margin-top: 3rem;
  }
}