@charset "UTF-8";
/**
* @file _l-common.scss
**/
body, html {
  position: relative;
  margin: 0 auto;
  background: #ffffff;
  color: #000000;
  font-size: 100%;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*a:link {
    text-decoration: none;
    color: $font-color;
}

a:visited {
    color: $font-color;
}

a:hover {
    opacity: 0.8;
}

a:active {
    opacity: 0.8;
}*/
img {
  max-width: 100%;
}

strong {
  font-weight: 600;
}

#container {
  max-width: 750px;
  margin: 0 auto;
}


.l-header {
  z-index: 21;
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 750px;
  padding: 6px;
  background: url(../img/common/heder-bg-img.jpg);
  background-size: cover;
  color: #fff;
}
.l-header__inner {
  display: flex;
  gap: 6px;
}
.l-header[type=none] {
  position: static;
}

body.is-header__none {
  height: calc(var(--vh, 1vh) * 100);
  min-height: -webkit-fill-available;
}
body.is-header__none .l-header {
  visibility: hidden;
  opacity: 0;
  transition-duration: 0.8s;
}
body.is-header__none.is-active .l-header {
  visibility: inherit;
  opacity: 1;
}
body.is-header__none #container {
  padding-top: 0 !important;
}

.l-footer {
/* margin-top: 60px; これを入れるとフッターが消える*/
  padding: 14px;
  background: #3d3a48;
  width: 100%;
  display: none;
}
.l-footer__inner {
  text-align: center;
}
.l-footer__inner span {
  display: block;
  color: #fff;
  font-size: 10px;
  line-height: 1;
}

.l-main {
  overflow-x: hidden;
  padding-bottom: 60px;
}

.l-large {
  width: 100%;
}

.l-medium {
  padding: 0 20px;
}

.l-medium__height {
  padding: 20px 20px;
}

.l-section {
  padding: 10px 0;
}

.l-modal {
  z-index: 4;
  position: relative;
}

.l-shop {
  padding: 0 12.5px;
}

.load-fade {
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
}
.load-fade.is-show {
  opacity: 1;
  visibility: visible;
}

/**
* @file _c-icon.scss
**/
@font-face {
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/icomoon.eot?ybefzc");
  src: url("../fonts/icomoon.eot?ybefzc#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?ybefzc") format("truetype"), url("../fonts/icomoon.woff?ybefzc") format("woff"), url("../fonts/icomoon.svg?ybefzc#icomoon") format("svg");
  font-family: "icomoon";
  font-display: block;
}
[class^=c-icon__], [class*=" c-icon__"] {
  speak: never;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  text-transform: none;
}

.c-icon__account:before {
  content: "\e900";
}

.c-icon__bag:before {
  content: "\e901";
}

.c-icon__bell:before {
  content: "\e902";
}

.c-icon__book:before {
  content: "\e903";
}

.c-icon__button:before {
  content: "\e904";
}

.c-icon__capsule:before {
  content: "\e905";
}

.c-icon__cart:before {
  content: "\e906";
}

.c-icon__chat:before {
  content: "\e907";
}

.c-icon__diamond:before {
  content: "\e908";
}

.c-icon__dot--arrow:before {
  content: "\e909";
}

.c-icon__favorite:before {
  content: "\e90a";
}

.c-icon__flag:before {
  content: "\e90b";
}

.c-icon__home:before {
  content: "\e90c";
}

.c-icon__horn:before {
  content: "\e90d";
}

.c-icon__line--arrow:before {
  content: "\e90e";
}

.c-icon__link:before {
  content: "\e90f";
}

.c-icon__menu:before {
  content: "\e910";
}

.c-icon__microphone:before {
  content: "\e911";
}

.c-icon__operation:before {
  content: "\e912";
}

.c-icon__present:before {
  content: "\e913";
}

.c-icon__question:before {
  content: "\e914";
}

.c-icon__reply:before {
  content: "\e915";
}

.c-icon__send:before {
  content: "\e916";
}

.c-icon__ticket:before {
  content: "\e917";
}

.c-icon__close {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  margin-right: 2px;
  vertical-align: -4px;
}
.c-icon__close:before, .c-icon__close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  background: #CE2E6F;
  content: "";
}
.c-icon__close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-icon__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.c-icon__arrow--wrap {
  display: block;
}
.c-icon__arrow--wrap i:first-child {
  position: relative;
  right: -5px;
  margin-left: -4px;
}

.c-icon__link--arrow {
  display: inline-block;
  position: relative;
  top: -2px;
  width: 38px;
  height: 1px;
  margin-left: 6px;
  background: #b0b0b2;
  content: "";
}

.c-icon__link--arrow:before {
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
  position: absolute;
  top: -6px;
  right: 0;
  width: 11px;
  height: 6px;
  background-color: #b0b0b2;
  content: "";
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

/**
* @file _c-breadcrumb.scss
**/
/**
* @file _c-btn.scss
**/
.c-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  padding: 13px 20px 14px;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1;
  text-align: center;
}
.c-btn[border=true] {
  border: 2px solid #3d3a48;
}
.c-btn[radius=true] {
  border-radius: 50px;
}
.c-btn[size=l] {
  width: 100%;
}
.c-btn[size=m] {
  width: 60%;
}
.c-btn[arrow=true] {
  gap: 12px;
}
.c-btn[color=pink] {
  background: #fb7f79;
  color: #fff;
}
.c-btn[shadow=true] {
  box-shadow: 0 2px 3px 3px rgba(123, 121, 121, 0.38);
}
.c-btn-lg {
    width: 250px;
    height: 43px;
    margin-right: auto;
    margin-left: auto;
    padding: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 2px #CE2E6F;
    border-radius: 50px;
    background-color: white;
    color: white;
    font-weight: bold;
    cursor: pointer;
    filter: drop-shadow(1px 1px 0px #CE2E6F) drop-shadow(-1px 1px 0px #CE2E6F);
}
.c-btn-lg div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding-bottom: 2px;
    border-radius: 50px;
    background-color: #CE2E6F;
    font-size: 16px;
    letter-spacing: 0.05em;
}
.c-btn-m {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 35px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 2px;
  border: solid 1.5px #3d3a48;
  border-radius: 50px;
  background-color: white;
  color: #3d3a48;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.c-btn__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 38px;
  padding: 0 12.5px 0 17.5px;
  border: solid 1px white;
  border-radius: 5px;
  background-color: #f0eff1;
  box-shadow: 1.67px 2.76px 4px rgba(0, 0, 0, 0.35);
}
.c-btn__link svg {
  width: 8.5px;
}
.c-btn__link span {
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.c-btn__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 35px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 3px;
    border: solid 1px #CE2E6F;
    background: #FFFAFC;
    box-shadow: 0px 1px 0px 1px #CE2E6F;
    color: #CE2E6F;
    position: relative;
}
.c-btn__icon::before {
    z-index: 2;
    position: absolute;
    top: 13px;
    left: 52px;
    width: 8px;
    height: 8px;
    transform: rotate(225deg);
    border: solid #CE2E6F;
    border-width: 1px 1px 0 0;
    background-color: transparent;
    content: "";
}
*, *::be
.c-btn__icon i {
  margin-right: 12px;
  color: #3d3a48;
  font-weight: bold;
  font-size: 12px;
}

.c-icon__dot--arrow {
    transform: rotate(180deg);
}

.c-btn__icon span {
  padding-bottom: 1px;
  padding-left: 10px;
}

.c-line__btn {
  margin: 0 20px 12px;
  padding: 24px 0 24px;
  text-align: center;
  border-bottom: 1px solid #ededed;
}

.c-center__modal-main .c-line__btn {
  margin: 0;
  padding: 26px 0 0;
  border-bottom: 0;
}

.c-line__btn a {
  position: relative;
  display: inline-block;
  max-width: 200px;
  padding: 8px 20px 10px 48px;
  color: #fff;
  text-align: center;
  background: #00bd02;
  font-size: 14px;
  border: 1px solid #00bd02;
  border-radius: 6px;
  box-shadow: 0 4px 0 0 #09a30b;
}

.c-line__btn a i {
  position: absolute;
  width: 28px;
  height: 28px;
  top: 54%;
  left: 7px;
  background: url(https://img.hoshikare.jp/api/assets/loader/1/assets/img/common/icon/line-w.png) no-repeat;
  background-size: 100%;
  transform: translate(0, -51%);
}


.c-sideBtn {
  display: inline-block;
  position: relative;
  padding: 6px 24px 8px;
  border-right: 0;
  border-radius: 50px 0 0 50px;
  background: #3d3a48;
  box-shadow: 0 0 1px 0 #3d3a48;
  color: #fff;
  text-align: center;
}
.c-sideBtn:after {
  position: absolute;
  top: 3px;
  left: 3px;
  width: calc(100% + 4px);
  height: calc(100% - 6px);
  border: 1px solid #fff;
  border-radius: 50px 0 0 50px;
  content: "";
}
.c-sideBtn span {
  display: block;
}

.c-iconBtn {
  display: block;
  width: 104px;
  margin-bottom: 12px;
  margin-left: auto;
  padding: 8px 6px;
  border-radius: 10px 0 0 10px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 7px 2px rgba(123, 121, 121, 0.6);
}
.c-iconBtn i {
  display: block;
  padding-bottom: 4px;
  border-bottom: 1px dotted #3d3a48;
  font-size: 1.6rem;
  text-align: center;
}
.c-iconBtn span {
  display: block;
  padding-top: 4px;
  font-weight: 600;
  text-align: center;
}

/**
* @file _c-pagetop.scss
**/
.c-page__top {
  z-index: 2;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  border: 1px solid #3d3a48;
  border-radius: 50px;
}
.c-page__top a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
}
.c-page__top a i {
  display: block;
  position: relative;
  top: 3px;
  width: 17px;
  height: 17px;
  transform: rotate(-90deg);
}
.c-page__top aTxt {
  display: block;
  margin-top: 4px;
  font-size: 0.95rem;
  line-height: 1;
}

/**
* @file _c-title.scss
**/
.c-ttl {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  gap: 8px;
}
.c-ttl[layout=between] {
  justify-content: space-between;
}
.c-ttl[layout=start] {
  justify-content: flex-start;
}
.c-ttl[layout=center] {
  justify-content: flex-start;
}
.c-ttl__name {
  font-weight: 600;
}
.c-ttl__info {
  font-weight: 600;
}
.c-ttl__info b {
  color: #c82d28;
}

.lower-ttl {
  display: flex;
  z-index: 0;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px 0;
  background: url(../img/common/heder-bg-img.jpg);
  background-size: cover;
}
.lower-ttl span {
  z-index: 3;
  color: white;
  font-weight: bold;
  font-size: 1rem;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.lower-ttl::after {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #504b60ad;
  content: "";
  mix-blend-mode: multiply;
}

.c-lower-ttl {
  display: flex;
  z-index: 0;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px 0;
  background: #f8f8f8;
}
.c-lower-ttl span {
  z-index: 3;
  font-size: 1rem;
  font-family: "Kaisei Opti", serif;
  font-weight: 600;
  font-style: normal;
  color: #CE2E6F;
}

.c-lower-ttl span:nth-child(n + 2){
    display: none
}
.c-lower-ttl::after {

}

.c-center__modal {
  z-index: 4;
  position: fixed;
  top: 50%;
  left: 50%;
  width: calc(100% - 60px);
  overflow: hidden;
  transform: translate(-50%, -50%);
  border-radius: 0 20px 20px 20px;
  background-color: white;
  filter: drop-shadow(0px 1px 2px #8c8c8c);
  max-width: 480px;
}
.c-center__modal-head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 35px;
}
.c-center__modal-head__ctn {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 100%;
  padding-bottom: 2px;
  background: url(../img/common/modal_titlebg.jpg);
  background-size: cover;
  color: white;
  font-weight: bold;
  line-height: 1.6;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.05em;
}
.c-center__modal-head__ctn::after {
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 0;
  height: 0;
  border-top: 40px solid transparent;
  border-right: 9px solid white;
  content: "";
}
.c-center__modal-head__ctn-other {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 8px;
  font-weight: bold;
  font-size: 0.8rem;
  line-height: 1.6;
}
.c-center__modal-head__ctn-other a {
  color: #9d99aa;
}
.c-center__modal-main {
  padding: 25px 20px;
}
.c-center__modal-main__ctn01 {
  font-weight: bold;
  text-align: center;
}
.c-center__modal-main__ctn02 {
  font-weight: bold;
  text-align: center;
}
.c-center__modal-main__ctn03 {
  margin-top: 5px;
  color: #c82d28;
  font-weight: 500;
  text-align: center;
}
.c-center__modal-main__ctn04 {
  font-weight: bold;
  line-height: 1.3333333333;
  text-align: center;
}
.c-center__modal-main__ctn05 {
  line-height: 1.5em;
  text-align: left;
  margin-top: 10px;
}
.c-center__modal-main__ctn06 {
  line-height: 1.5em;
  text-align: left;
  margin-bottom: 10px;
}
.c-center__modal-main__ctn07 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.c-center__modal-main__ctn04 span {
  font-size: 0.6rem;
}
.c-center__modal-main__input:not(:first-child) {
  margin-top: 8px;
}
.c-center__modal-main__input p {
  font-weight: bold;
}
.c-center__modal-main__input > input {
  width: 100%;
  height: 38px;
  margin-top: 6px;
  padding: 0 10px;
  border-radius: 5px;
  background-color: #f0eff1;
}
.c-center__modal-main .c-login__btn.-continue {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 42px;
    margin: 22px auto 0;
    border: solid 1px #CE2E6F;
    border-radius: 8px;
    background-color: #FF5596;
    color: white;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.05em;
    box-shadow: 0px 2px 0px 1px #CE2E6F;
}
.c-center__modal-main .c-login__btn.-continue {

}
.c-center__modal-main .c-login__btn.-stop {
  width: calc(50% - 6px);
}
.c-center__modal-main .c-cancel__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 155px;
  height: 35px;
  margin: 22px auto 0;
  border: solid 1.5px #3d3a48;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 3px 0px 9px rgba(161, 161, 161, 0.68);
  color: #3d3a48;
  font-weight: bold;
  line-height: 1.4;
}
.c-center__modal-foot {
  padding: 20px 0;
  background-color: #f8f8f8;
}
.c-center__modal-foot__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 136px;
    max-width: 200px;
    height: 30px;
    margin: 0 auto;
    padding: 8px 0;
    border-radius: 50px;
    background: #fff;
    color: #CE2E6F;
    line-height: 1;
    border: solid 1px #CE2E6F;
    /*background: linear-gradient(#fff 0%, #fff 63%, #EAF5FE 63.01%, #EAF5FE 100%);*/
    box-shadow: 0px 1px 0px 0px #CE2E6F;
}
.c-center__modal-foot__btn span {
  line-height: 1.4;
}
.c-center__modal__overlay {
  z-index: 3;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
   background-color: rgba(199, 199, 199, 0.85);
}


.pagination-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 36px;
}
.pagination-wrap .page {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin: 0 8px;
  padding-bottom: 1px;
  padding-left: 1px;
  border-radius: 5px;
  background-color: transparent;
  color: #3d3a48;
  font-weight: bold;
  line-height: 1.4;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.05em;
}
.pagination-wrap a{
    background-color: #3d3a48;
    color: white;
}
.pagination-wrap .page.current {
  background-color: #3d3a48;
  color: white;
}

/**
* @file _c-card.scss
**/
.c-payment-card {
  display: flex;
  position: relative;
  align-items: flex-start;
  justify-content: space-between;
  padding: 10px 8px;
  border-radius: 10px;
  box-shadow: 1px 1.73px 12px rgba(0, 0, 0, 0.2);
}
.c-payment-card:not(:last-child) {
  margin-bottom: 10px;
}
.c-payment-card figure {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-payment-card figure img {
  width: 50px;
}
.c-payment-card_txt {
  width: calc(100% - 58px);
}
.c-payment-card_txt__ttl {
  display: flex;
  justify-content: space-between;
  padding-bottom: 4px;
  border-bottom: dotted 1px #b3b2b8;
}
.c-payment-card_txt__ttl .__ttl {
  color: #3d3a48;
  font-weight: bold;
  line-height: 1.4;
  line-height: 1.1666666667;
  letter-spacing: 0.05em;
}
.c-payment-card_txt__ttl .__ttl color {
  color: #c82d28;
}
.c-payment-card_txt__ctn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 9px;
}
.c-payment-card_txt__ctn span {
  margin-right: 8px;
  color: #b0b0b2;
  font-size: 0.7rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
.c-payment-card_txt__ctn figure {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-payment-card_txt__ctn figure img {
  width: 25px;
}

.c-transfer-card {
  display: flex;
  position: relative;
  align-items: flex-start;
  justify-content: space-between;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 1px 1.73px 12px rgba(0, 0, 0, 0.2);
}
.c-transfer-card figure {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-transfer-card figure img {
  width: 60px;
}
.c-transfer-card_item {
  width: calc(100% - 70px);
}
.c-transfer-card_item__ttl {
  display: flex;
  justify-content: space-between;
  padding-bottom: 3px;
  border-bottom: dotted 1px #b3b2b8;
}
.c-transfer-card_item__ttl .-ttl {
  color: #3d3a48;
  font-weight: bold;
  line-height: 1.4;
  line-height: 1.1666666667;
  letter-spacing: 0.05em;
}
.c-transfer-card_item__ttl .-ttl color {
  color: #c82d28;
}
.c-transfer-card_item__ttl .-price {
  color: #3d3a48;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.c-transfer-card_item__ctn {
  padding-top: 5px;
  color: #3d3a48;
  font-weight: normal;
  line-height: 1.25;
}

.c-inbox-card {
  display: flex;
  position: relative;
  justify-content: space-between;
  margin: 16px 0;
  padding: 13px 15px;
  border-radius: 10px;
  background-color: white;
  box-shadow: 1px 2px 10px 2px rgba(0, 0, 0, 0.2);
}

.c-inbox-card__img {
  width: 25.9878419453%;
}
.c-inbox-card__time {
  margin-top: 2px;
  font-size: 0.625rem;
}
.c-inbox-card__ttl--img img {
  display: block;
}
.c-inbox-card__ttl--txt {
  height: 38px;
  font-size: 0.78125rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.c-inbox-card__link {
  display: flex;
  align-items: center;
  justify-content: right;
  color: #b0b0b2;
  font-weight: 700;
  font-size: 0.65625rem;
  letter-spacing: 0.05em;
  position: absolute;
  right: 15px;
  bottom: 13px;
}
.c-inbox-card__link span {
  margin-right: 2px;
}

.c-inbox-card__count {
    font-size: 0.65625rem;
    position: absolute;
    bottom: 13px;
    left: 30%;
    color: #c82d28;
}
.c-inbox-card__count span{
    background: #c82d28;
    color: #fff;
    border-radius: 20px;
    padding: 2px 6px;
    margin-right: 3px;
}
.c-inbox-card__link:after {
  display: inline-block;
  width: 24px;
  height: 4px;
  background-image: url("../img/inbox/arrow.png");
  background-size: 100%;
  content: "";
}
.c-inbox-card__txt {
  width: 70.2127659574%;
  margin-top: -4px;
}
.c-inbox-card__txt-top {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 8px;
}
.c-inbox-card__txt-top:after {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-image: url("../img/inbox/dot.png");
  background-size: 100%;
  content: "";
}
.c-inbox-card__txt-btm {
  margin-top: 6px;
}
.c-inbox-card__name {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 0.9375rem;
}
.c-inbox-card__name--str {
  margin-right: 2px;
}
.c-inbox-card__notice {
  display: inline-block;
  width: 17px;
  height: 17px;
  padding: 1px 5.5px;
  border-radius: 17px;
  background: #c82d28;
  color: #fff;
  font-weight: 700;
  font-size: 0.625rem;
  letter-spacing: 0.05em;
}
.c-inbox-card--overlay {
  display: flex;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: rgba(37, 37, 37, 0.71);
  color: #fff;
  font-weight: 700;
  font-size: 0.78125rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
}
.c-inbox-card--badge {
  position: relative;
}
.c-inbox-card--badge:before {
  position: absolute;
  top: -3px;
  left: -1px;
  width: 54px;
  height: 54px;
  background-size: 100%;
  content: "";
  filter: drop-shadow(2px 5px 1px rgba(59, 59, 59, 0.31));
}

.c-inbox-card-ivent__badge {
  background-image: url("../img/inbox/inbox-badge01.png");
  position: absolute;
  top: -3px;
  left: -1px;
  width: 54px;
  height: 54px;
  background-size: 100%;
  content: "";
  filter: drop-shadow(2px 5px 1px rgba(59, 59, 59, 0.31));
}

.c-inbox-card-ivent__badge span{
    font-size: 10px;
    text-align: center;
    line-height: 13px;
    display: block;
    color: #fff;
    font-weight: 600;
    margin-top: 7px;
    text-shadow: 1px 2px 2px rgb(243 132 0 / 80%);
}
.c-inbox-card-ivent__badge strong{
    font-size: 14px;
    line-height: 17px;
}
.c-inbox-card.-badge01:before {
  background-image: url("../img/inbox/inbox-badge01.png");
}
.c-inbox-card.-badge02:before {
  background-image: url("../img/inbox/inbox-badge02.png");
}
.c-inbox-card.-badge03:before {
  background-image: url("../img/inbox/inbox-badge03.png");
}
.c-inbox-card.-badge04:before {
  background-image: url("../img/inbox/inbox-badge04.png");
}

.c-daily-card-ttl {
  margin-bottom: 14px;
  padding-bottom: 14px;
  background-image: url("../img/daily/daily-dot.png");
  background-position: bottom left;
  background-size: 100%;
  background-repeat: no-repeat;
  font-weight: 700;
  font-size: 1.09375rem;
  letter-spacing: 0.05em;
}
.c-daily-card-ttl__inner {
  position: relative;
}
.c-daily-card-ttl__inner:after {
  z-index: 10;
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 4.5px;
  content: "";
}
.c-daily-card-ttl__inner.border-orange:after {
  border-bottom: 4.5px solid #f5b160;
}
.c-daily-card-ttl__inner.border-pink:after {
  border-bottom: 4.5px solid #f08d88;
}
.c-daily-card-ttl__inner.border-purple:after {
  border-bottom: 4.5px solid #bfb9d2;
}
.c-daily-card-ttl__txt {
  z-index: 20;
  position: relative;
}
.c-daily-card-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-right: 5px;
}
.c-daily-card-item {
  width: 46.9465648855%;
  margin-bottom: 12px;
}
.c-daily-card-item__img {
  margin-bottom: 6px;
}
.c-daily-card-item__img img {
  display: block;
  height: 82px;
  object-fit: cover;
}
.c-daily-card-item__txtDesc {
  margin-bottom: 2px;
  font-weight: 500;
  font-size: 0.78125rem;
  letter-spacing: 0.05em;
}
.c-daily-card-item__txtDetails {
  display: flex;
  justify-content: flex-end;
  font-size: 0.625rem;
  letter-spacing: 0.05em;
}
.c-daily-card-item__txtDetails--new {
  justify-content: space-between;
}
.c-daily-card-item__txtNew {
  color: #e86a64;
  font-weight: 700;
}
.c-voice-card {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  padding: 6px 6px 6px 8px;
  border-radius: 0 0 10px 0;
  background-color: white;
  box-shadow: 1px 1.73px 12px rgba(0, 0, 0, 0.2);
}
.c-voice-card__img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
}
.c-voice-card__img img {
  border-radius: 10px;
  height: 70px;
  object-fit: cover;
  width: 100%;
}
.c-voice-card__link {
  position: relative;
  width: 25px;
  border-radius: 0 0 10px 0;
  background-color: #dbd9e1;
}
.c-voice-card__link::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  transform: translate(-50%, -50%);
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid white;
  content: "";
}
.c-voice-card__txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 62px - 25px - 18px);
  margin-right: 8px;
  margin-left: 10px;
}
.c-voice-card__time {
  margin-bottom: 4px;
  color: #3d3a48;
  font-weight: normal;
  font-size: 0.7rem;
  line-height: 1.3;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.c-voice-card__time.-new::after {
  margin-left: 6px;
  content: "NEW";
  color: #e86a64;
  font-weight: bold;
  font-size: 0.7rem;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.c-voice-card__ttl {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #3d3a48;
  font-weight: 500;
  font-size: 0.85rem;
  line-height: 1.4;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.c-present-card {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
  padding: 6px 14px 6px 8px;
  border-radius: 10px;
  box-shadow: 1px 1.73px 12px rgba(0, 0, 0, 0.2);
}
.c-present-card:first-child {

}
.c-present-card figure {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
}
.c-present-card figure img {
  border-radius: 10px;
  height: 62px;
  width: 100%;
  object-fit: cover;
}
.c-present-card__txt {
  width: calc(100% - 72px);
}
.c-present-card__ttl {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  margin-bottom: 4px;
  overflow: hidden;
  color: #3d3a48;
  font-weight: bold;
  font-size: 0.8rem;
  line-height: 1.4;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.05em;
}
.c-present-card__ctn {
  padding-top: 6px;
  border-top: dotted 1px #201854;
  color: #3d3a48;
  font-weight: normal;
  font-size: 0.65rem;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.05em;
}

.c-present-card__ctn span{
    display: none;
}
.-capsule .c-present-card__ctn span{
    display: block;
}

.c-present-card__period {
  padding-top: 6px;
  color: #3d3a48;
  font-weight: normal;
  font-size: 0.65rem;
  line-height: 1.4444444444;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.05em;
  text-align: right;
}
.c-present-card__tag {
  display: flex;
  z-index: 2;
  position: absolute;
  top: 10px;
  right: -2px;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 18px;
  color: white;
  font-weight: bold;
  font-size: 0.65rem;
  line-height: 1.4;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.c-present-card__tag::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  transform: translateX(-100%);
  border-right: 8px solid white;
  border-bottom: 18px solid transparent;
  content: "";
}
.c-present-card.-voice {
  border: solid 2px #DC5955;
  box-shadow: 1px 1.73px 12px rgba(200, 45, 40, 0.5019607843);
}

.c-present-card.-voice .c-present-card__ctn{
  border: none;
}
.c-present-card.-diary .c-present-card__ctn{
  border: none;
}
.c-present-card.-voice .c-present-card__ttl {
  display: block;
  margin-bottom: 0;
  padding-right: 50px;
}
.c-present-card.-voice .c-present-card__tag {
  background-color: #c82d28;
}
.c-present-card.-voice .c-present-card__tag::after {
  border-right-color: #c82d28;
}

.c-present-card.-voice .c-present-card__tag .c__tag-voice{
    display: block;
}
.c-present-card.-voice .c-present-card__tag .c__tag-diary{
    display: none;
}

.c-present-card.-diary .c-present-card__tag .c__tag-diary{
    display: block;
}

.c-present-card.-diary .c-present-card__tag .c__tag-voice{
    display: none;
}



.c-present-card.-voic .c-present-card__ttl .c-present-card__ctn{
  display: none;
}
.c-present-card.-voic .c-present-card__ttl .c-present-card__ctn{
  display: none;
}
.c-present-card.-diary {
  border: solid 2px #6e66ce;
  box-shadow: 1px 1.73px 12px rgba(42, 34, 137, 0.5019607843);
}
.c-present-card.-diary .c-present-card__ttl {
  display: block;
  margin-bottom: 0;
  padding-right: 50px;
}
.c-present-card.-diary .c-present-card__ttl .c-present-card__ctn{
  display: none;
}
.c-present-card.-diary .c-present-card__tag {
  background-color: #3b31b7;
}
.c-present-card.-diary .c-present-card__tag::after {
  border-right-color: #3b31b7;
}



/**
* @file _c-chat.scss
**/
.c-chat__comment {
  position: absolute;
  top: 120px;
  width: 100vw;
  max-width: 750px;
  height: calc(100vh - 190px);
  margin-top: -3px;
  padding: 18px 28px 0 4px;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #f0eff1;
}
.c-chat__commentInner {
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
  gap: 12px;
}
.c-chat__commentTxt {
  position: relative;
  width: 100%;
  padding: 20px;
  filter: drop-shadow(9px 10px 16px rgba(0, 0, 0, 0.1));
}
.c-chat__commentTxt::before {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: white;
  content: "";
}
.c-chat__commentTxt:after {
  z-index: -2;
  position: absolute;
  bottom: 2px;
  left: -10px;
  width: 16.5px;
  height: 12px;
  background: url(../img/support/message_after_bg_l.png);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  filter: drop-shadow(9px 6px 16px rgba(0, 0, 0, 0.5));
}
.c-chat__commentInner[type=user] {
  width: calc(100% - 47px);
  margin-left: auto;
}
.c-chat__commentInner[type=user] .c-chat__commentTxt:after {
  z-index: -2;
  position: absolute;
  right: -10px;
  bottom: 2px;
  left: unset;
  width: 16.5px;
  height: 12px;
  background: url(../img/support/message_after_bg_r.png);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  filter: drop-shadow(9px 6px 16px rgba(0, 0, 0, 0.5));
}
.c-chat__commentInner[type=user] .c-chat__commentDesc {
  color: #817E8B;
}
.c-chat__commentInfo {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
  gap: 8px;
}
.c-chat__commentInfo time {
  font-weight: bold;
}
.c-chat__commentRead {
  margin-top: 2px;
  padding: 1px 12px 2px;
  border-radius: 50px;
  background: #3d3a48;
  color: #fff;
  letter-spacing: 0.05em;
}
.c-chat__commentIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 35px;
  min-height: 35px;
  border-radius: 100px;
  background-color: #3d3a48;
}
.c-chat__commentIcon svg {
  width: 18px;
}
.c-chat__commentDesc {
  font-weight: 500;
}
.c-chat__commentLink {
  margin-top: 4px;
  text-align: right;
}
.c-chat__commentLink a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  padding: 4px 16px;
  gap: 4px;
  border: 1px solid #3d3a48;
  border-radius: 50px;
}

/**
* @file _p-footer.scss
**/
/**
* @file _p-header.scss
**/
.p-header__global {
  width: 100%;
}
.p-header__logo {
  margin-bottom: 4px;
  font-size: 0.6875rem;
}
.p-header__logo {
  margin-bottom: 4px;
  font-size: 0.6875rem;
}
.p-header__logo img{
  width: 80px;
}
.p-header__list {
    display: flex;
    gap: 4px;
}
.p-header__listItem {
  width: 25%;
}
.p-header__listItem a {
  display: block;
  padding: 4px 0;
  border: 1px solid #fff;
  border-radius: 5px;
  background: #ededef;
  color: #3d3a48;
  font-weight: 600;
  font-size: 0.7rem;
}
.p-header__listItem a i {
  display: block;
  color: #3d3a48;
  font-size: 1.2rem;
  text-align: center;
}
.p-header__listItem a span {
  display: block;
  line-height: 1.1;
  text-align: center;
}
.p-header__hamburger {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 67px;
  border: 1px solid #fff;
  border-radius: 5px;
}
.p-header__hamburgerInner {
  position: relative;
  width: 26px;
  height: 25px;
  margin: 8px 0 6px;
}
.p-header__hamburgerInner span {
  box-sizing: border-box;
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  border-radius: 20px;
  background-color: #fff;
  transition: all 0.4s;
}
.p-header__hamburgerInner span:nth-of-type(1) {
  top: 0;
}
.p-header__hamburgerInner span:nth-of-type(2) {
  top: 11px;
  width: 80%;
}
.p-header__hamburgerInner span:nth-of-type(3) {
  bottom: 0;
}
@keyframes active-menu {
  100% {
    height: 0;
  }
}
.p-header__hamburger.is-active span:nth-of-type(1) {
  transform: translateY(11px) rotate(-45deg);
}
.p-header__hamburger.is-active span:nth-of-type(2) {
  left: 50%;
  animation: active-menu 0.8s forwards;
  opacity: 0;
}
.p-header__hamburger.is-active span:nth-of-type(3) {
  transform: translateY(-11px) rotate(45deg);
}
.p-header__hamburgerTxt {
  font-size: 0.7rem;
}

.p-menu {
  display: none;
  z-index: 21;
  position: fixed;
  top: 80px;
  width: 100%;
  max-width: 750px;
  background: #efeef0;
}
.p-menu__header {
  position: relative;
  padding: 8px 0;
  background: url(../img/common/heder-bg-img.jpg);
  background-size: cover;
  color: #fff;
  font-weight: 600;
  font-size: 0.95rem;
  text-align: center;
}
.p-menu__header span {
  z-index: 1;
  position: relative;
}
.p-menu__header:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(20, 19, 22, 0.5);
  content: "";
}
.p-menu__inner {
  position: relative;
  height: calc(var(--vh, 1vh) * 100 - 89px);
  padding: 20px 0;
  overflow: auto;
  background: #fff;
}
.p-menu__accountName {
  margin-bottom: 12px;
  padding: 0 20px;
  font-weight: bold;
  font-size: 0.95rem;
}
.p-menu__info {
  display: flex;
  padding-left: 20px;
  gap: 20px;
}
.p-menu__infoTtl {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 40%;
  max-width: 140px;
  padding: 7px 6px;
  border-radius: 50px;
  background: #3d3a48;
  color: #fff;
  font-weight: 600;
  font-size: 0.75rem;
  text-align: center;
}
.p-menu__infoTtl:after {
  position: absolute;
  top: 3px;
  left: 3px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border: 1px solid #fff;
  border-radius: 50px;
  content: "";
}
.p-menu__infoPoint {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 2px 0;
  gap: 12px;
  border: 1px solid #fff;
  border-radius: 50px 0 0 50px;
  background: #f0eff1;
  box-shadow: 0 2px 3px 3px rgba(123, 121, 121, 0.38);
}
.p-menu__infoPoint--ttl {
  display: flex;
  align-items: center;
  gap: 4px;
}
.p-menu__infoPoint--ttl i {
  font-size: 1.2rem;
}
.p-menu__infoPoint--ttl span {
  display: block;
  margin-bottom: 0.15rem;
  font-weight: 600;
  font-size: 0.75rem;
}
.p-menu__infoPoint--txt {
  margin-bottom: 1px;
  font-weight: 600;
  font-size: 1.2rem;
}
.p-menu__infoPoint--add {
  padding: 2px 8px 3px;
  border-radius: 50px;
  background: #3d3a48;
  color: #fff;
  font-weight: 600;
  font-size: 0.75rem;
}
.p-menu__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 8px;
  padding: 20px;
  gap: 18px 12px;
}
.p-menu__listItem {
  width: calc(33.333% - 8.5px);
  padding: 8px 8px;
  border: 1px solid #fff;
  border-radius: 10px;
  background: #f0eff1;
  box-shadow: 0 2px 3px 3px rgba(123, 121, 121, 0.38);
}
.p-menu__listItem i {
  display: block;
  margin-bottom: 4px;
  padding-bottom: 8px;
  border-bottom: 1px dotted #b3b2b8;
  font-size: 1.6rem;
  text-align: center;
}
.p-menu__listItem span {
  display: block;
  font-weight: 600;
  font-size: 0.7rem;
  text-align: center;
}
.p-menu__global {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 20px);
  margin: 6px auto 0;
  gap: 12px;
}
.p-menu__global p {
  width: calc(50% - 12px);
}
.p-menu__global p a {
  display: block;
  padding: 6px 12px 7px;
  border-radius: 50px;
  background: #3d3a48;
  color: #fff;
  font-weight: 600;
  font-size: 0.75rem;
  text-align: center;
}
.p-menu__close {
  display: block;
  width: 100%;
  margin-top: 20px;
  padding: 20px 0;
  background: #f0eff1;
  text-align: center;
}
.p-menu__closeBtn {
  display: block;
  width: 40%;
  max-width: 200px;
  margin: 0 auto;
  padding: 8px 0;
  border: 2px solid #3d3a48;
  border-radius: 50px;
  background: #fff;
  font-weight: 600;
  font-size: 0.875rem;
}
.p-menu__closeBtn b {
  vertical-align: top;
}

.p-top__logo {
  padding: 3px;
  background: url(../img/common/heder-bg-img.jpg);
  background-size: cover;
  color: #fff;
  font-size: 0.6875rem;
}
.p-top__logo img{
  width: 180px;
 /* display: none;*/
  margin-top: 3px;
}

/**
* @file _p-modal.scss
**/
.p-modal {
  display: flex;
  z-index: 4;
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
}
.p-modal__cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(50, 50, 50, 0.7);
}
.p-modal__inner {
  z-index: 1;
  width: calc(100% - 40px);
  margin: 0 auto;
  overflow: hidden;
  border-radius: 0 20px 20px 20px;
  background: #fff;
  max-width: 480px;
}
.p-modal__main {
  height: calc(100% - 115px);
  padding: 20px 20px 28px;
  overflow: auto;
}
.p-modal__header dl {
  display: flex;
  justify-content: space-between;
}
.p-modal__header dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 4px;
  background: url(../img/common/heder-bg-img.jpg);
  color: #fff;
  font-weight: bold;
}
.p-modal__header dl dd {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 8px 4px;
  text-align: center;
}
.p-modal__header dl dd:after {
  -webkit-clip-path: polygon(100% 0, 0 100%, 0 0);
  position: absolute;
  top: -1px;
  left: 0;
  width: 12px;
  height: 100%;
  background: url(../img/common/heder-bg-img.jpg);
  content: "";
  content: "";
  clip-path: polygon(100% 0, 0 100%, 0 0);
}
.p-modal__header[size=small] dl dt {
  min-width: 24%;
}
.p-modal__header[size=medium] dl dt {
  min-width: 34%;
}
.p-modal__header[size=large] dl dt {
  min-width: 44%;
}
.p-modal__footer {
  display: block;
  width: 100%;
  padding: 20px 0;
  background: #f0eff1;
  text-align: center;
}
.p-modal__txt {
  margin: 16px 0;
  font-weight: bold;
  text-align: center;
}
.p-modal__txt[layout=center] {
  text-align: center;
}
.p-modal__txt[layout=left] {
  text-align: left;
}
.p-modal__txt[layout=right] {
  text-align: right;
}
.p-modal__btn {
  width: 100%;
}
.p-modal__btn[layout=flex] {
  display: flex;
  gap: 6px;
}
.p-modal__btn a {
  border-radius: 5px;
  font-size: 0.75rem;
}
.p-modal__closeBtn {
  display: block;
  width: 40%;
  max-width: 200px;
  margin: 0 auto;
  padding: 8px 0;
  border: 2px solid #3d3a48;
  border-radius: 50px;
  background: #fff;
  font-weight: 600;
  font-size: 0.875rem;
}
.p-modal__marginBtn {
  margin: 22px auto 0;
}
/**
* @file _p-txtcont.scss
**/
.p-txtcont {
  margin: 20px 0 0;
}
.p-txtcont__inner {
  margin-bottom: 20px;
}
.p-txtcont__inner:last-child {
  margin-bottom: 0;
}
.p-txtcont__inner h3 {
  margin-bottom: 6px;
  line-height: 1.6;
}
.p-txtcont__inner p {
  line-height: 1.6;
}
/**
* @file _u-font.scss
**/
.u-txt__xl {
  font-size: 1.2rem;
}

.u-txt__l {
  font-size: 1.05rem;
}

.u-txt__m {
  font-size: 0.95rem;
}

.u-txt__s {
  font-size: 0.875rem;
}

.u-txt__xm {
  font-size: 0.8rem;
}

.u-txt__xs {
  font-size: 0.75rem;
}

.u-txt__xxs {
  font-size: 0.6rem;
}

.u-txt__red {
  color: #c82d28;
}

/**
* @file _u-display.scss
**/
.u-display__none {
  display: none;
}
.u-display__block {
  display: block;
}
.u-display__inline {
  display: inline;
}
.u-display__inlineBlock {
  display: inline-block;
}
.u-display__flex {
  display: flex;
}
.u-display__inlineflex {
  display: inline-flex;
}
/**
* @file _p-txtcont.scss
**/
.p-txtcont {
  margin: 20px 0 0;
}
.p-txtcont__inner {
  margin-bottom: 20px;
}
.p-txtcont__inner:last-child {
  margin-bottom: 0;
}
.p-txtcont__inner h3 {
  margin-bottom: 6px;
  line-height: 1.6;
  font-weight: bold;
}
.p-txtcont__inner p {
  line-height: 1.6;
}
