@charset "UTF-8";

/*///////////////////////////////////////////////////////////////////////////

    共通設定

    * 命名規則 (BEM参考)
       [ 画面( or 特定箇所を示す名称) ] __ [ クラス名 ] _ [ クラス名 ] -- [ 状態やパターンなどの区別名 ]

    * 階層によるクラス名の対応 （ _wrap は必要に応じて使用）
       [ content_wrap ] > [ content ] > [ item_wrap ] > [ item ] > [ unit_wrap ] > [ unit ]

///////////////////////////////////////////////////////////////////////////*/

/* テスト用
-------------------------------------------*/
/* .disp--parts {
    min-height: 1000px;
} */
.page-transition-test {
    position: relative;
}
.test-link-list {
    position: relative;
    background: #fff;
    padding: 1em;
    margin: 0 5%;
    border-radius: 10px 10px 0 0;
}

/* 背景
------------------------------------------*/
.main-bg:before {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(#2999c4, #4fbbab);
    z-index: 0;
}
.qr-bg main {
    min-height: 100%;
    background: #333;
}


/* 見出し
------------------------------------------*/
h3 {
    width: 90%;
    margin: 3.5rem auto;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 0.05em;
}
h3.t--left {
    text-align: left;
}
h4 {
    text-align: center;
    font-size: 0.9rem;
    font-weight: 300;
    letter-spacing: 0.1em;
    padding: 2em 0;
    margin: 2em 0;
    border-top: 1px solid rgba(255,255,255,0.5);
    border-bottom: 1px solid rgba(255,255,255,0.5);
}
.common-title {
    text-align: center;
    font-size: 1rem;
}
.question-title {
    display: table;
}
.question-title > * {
    display: table-cell;
    vertical-align: middle;
    line-height: 1.4;
}
.question-title .icon {
    width: 1.8rem;
    padding-right: 1.2rem;
}


/* フレーム
------------------------------------------*/
.sbf {
    width: 100%;
    max-width: 558px;
    margin: 0 auto;
}
.sbf-btn-content .sbf {
    width: 80%;
    margin-bottom: 0.6rem;
}

.sbf-c {
    font-size: 1rem;
    background-image: url(../img/common/speech_bubbles_frame_c.png);
    background-repeat: repeat-y;
    background-position: left;
    background-size: contain;
    padding: 1em 2em;
}
.sbf.t--gray .sbf-c {
    background-image: url(../img/common/speech_bubbles_frame_c_g.png);
    color: #555;
}
.sbf .sbf-c.t--center {
    text-align: center;
}
.sbf-t, .sbf-b {
    line-height: 0;
    font-size: 0;
}


/* レイアウト
------------------------------------------*/
.main-content {
    position: relative;
    padding-top: 300px;
    padding-bottom: 20%;
    color: white;
    margin: 0 auto;
}
.main-content.t--menuonly {
    padding-top: 10%;
}
.desc-content {
    position: relative;
    margin: 20% auto;
}
.desc-content.t--narrow {
    margin: 10% auto;
}
.desc-content > p {
    text-align: center;
}
.desc-content > p b {
    color: #00b2c2;
}


.ctw-narrow,
.ctw-middle,
.ctw-wide,
.ctw-fit {
    max-width: 640px;
}
.ctw-narrow,
.ctw-middle,
.ctw-wide {
    margin: 10% auto;
    letter-spacing: 0.05em;
    font-size: 1rem;
    line-height: 1.5;
}
.ctw-narrow.t--margin-adjust,
.ctw-middle.t--margin-adjust,
.ctw-wide.t--margin-adjust {
    margin: 5% auto 10%;
}

.ctw-narrow {
    width: 75%;
}
.ctw-middle {
    width: 88%;
    font-size: 0.9rem;
    line-height: 1.4;
}
.ctw-wide {
    width: 94%;
}
.ctw-narrow b,
.ctw-middle b,
.ctw-wide b {
    color: yellow;
}
.ctw-narrow > li,
.ctw-middle > li {
    margin: 1em 0;
}
.ctw-wide > li {
    margin: 3em 0;
}
.ctw-narrow > li.t--center,
.ctw-middle > li.t--center,
.ctw-wide > li.t--center {
    text-align: center;
}
.ctw-narrow.t--margin-adjust > li:first-child,
.ctw-middle.t--margin-adjust > li:first-child,
.ctw-wide.t--margin-adjust > li:first-child {
    margin-top: 0;
}

.ctw-fit {
    margin: 24% auto;
}
.ctw-fit > li {
    margin: 18% auto;
}

.ctw-none > li {
    margin: 6% auto
}
.ctw-none > li:first-child {
    margin-top: 0%;
}
.ctw-none > li:last-child {
    margin-bottom: 0%;
}

/* .ctw-narrow > li:first-child,
.ctw-middle > li:first-child,
.ctw-wide > li:first-child {
    margin-top: 0;
}
.ctw-narrow > li:last-child,
.ctw-middle > li:last-child,
.ctw-wide > li:last-child {
    margin-bottom: 0;
} */
.card-content .ctw-narrow > li:last-child,
.card-content .ctw-middle > li:last-child,
.card-content .ctw-wide > li:last-child {
    margin-bottom: 0;
}

.note-str {
    position: relative;
    margin: 0.5em 0em 0.5em 1em;
    font-size: 0.9rem;
    letter-spacing: 0.03em;
    line-height: 1.1;
}
.note-str:before {
    content: "*";
    position: absolute;
    width: 1em;
    top: 0;
    left: -1em;
    text-align: center;
}

.notice-content {
    padding: 1.2rem 1rem;
    color: #555;
    background: rgba( 255,255,255, 0.6 );
    border-radius: 1rem;
}
.str-list {
    padding-left: 1em;
}
.str-list > li {
    margin: 0.6em 0;
    list-style: disc;
}
.str-list > li:first-child {
    margin-top: 0;
}
.str-list > li:last-child {
    margin-bottom: 0;
}


/* カード
------------------------------------------*/
.card-content,
.card-content b {
    color: #23717e;
}
.card-content > dt,
.card-content > dd,
.card-content > dt > .content,
.card-content > dd > .content,
.card-content > dt > .content-middle,
.card-content > dd > .content-middle,
.card-content > dt > .content-wide,
.card-content > dd > .content-wide {
    position: relative;
}
.card-content > dd {
    margin: 1px auto;
}
.card-content > dd:last-child {
    margin-bottom: 0;
}
.card-content > dt:before,
.card-content > dd:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    opacity: 0.75;
    border-radius: 1rem 1rem 0 0;
}
.card-content > dd:before {
    opacity: 0.5;
    border-radius: 0 0 0 0;
}
.card-content > dd:last-child:before {
    border-radius: 0 0 1rem 1rem;
}
.card-content > dt > .content,
.card-content > dd > .content {
    padding: 1.8rem 1.6rem;
}
.card-content > dt > .content-middle,
.card-content > dd > .content-middle {
    padding: 1rem;
}
.card-content > dt > .content-wide,
.card-content > dd > .content-wide {
    padding: 2rem 0;
}
.card-content > dt .small-title {
    font-size: 0.9rem;
}

.event-card-wrap {
    /* margin: 1.5rem 0; */
    box-shadow: 0px 3px 5px 1px rgb(0 0 0 / 20%);
    border-radius: 1rem;
}
.event-card-wrap.t--info-only {
    box-shadow: none;
}
.event-card-content {
    background: #fff;
    border-radius: 1rem 1rem 0 0;
}
.t--info-only .event-card-content {
    border-radius: 1rem;
}
.event-card-item {
    display: flex;
}
.event-card-img {
    width: 30%;
    margin: 8% 4% 10%;
}
.event-card-img .img {
    margin-top: 1em;
    background: #fff;
}
.event-card-img .favorite-btn {
    background-image: url('../img/icon/icon_favorite_0_g.svg');
}
.event-card-img .favorite-btn:after {
    width: 101%;
    height: 101%;
    top: 1px;
    left: 0;
}
.event-card-desc {
    width: 58%;
    margin: 6% 4%;
    margin-left: 0;
    color: #555;
    line-height: 1.2;
}
.event-card-desc .brand {
    display: inline-block;
    font-size: 0.7rem;
    color: #e2e2e2;
    line-height: 1;
    padding: 0.2em 0.7em;
    background: #555;
}
.event-card-desc .item-name {
    display: -webkit-box;
    margin: 0.6em 0;
    max-height: 2.4em;
    overflow: hidden;
    text-overflow: ellipsis;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    background: #fff;
}
.event-card-desc .text-link {
    font-size: 0.9rem;
    text-align: right;
    margin: 1em 1em 0 0;
    background: #fff;
}
.event-card-desc .swiper-slide .text-link {
    margin: 0 1em 0 0;
}
.event-card-desc .text-link a {
    color: #555;
    text-decoration: underline;
    letter-spacing: 0;
}
.event-card-desc .recommend-info {
    margin-top: 1rem;
    letter-spacing: 0;
    line-height: 1.1;
}
.event-card-desc .recommend-info .title {
    margin-bottom: 0.6em;
    padding: 0.2em 0.4em;
    font-size: 0.8rem;
    border-bottom: 1px dashed #555;
}
.event-card-desc .recommend-info .value {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 300;
    color: #24bc4f;
}

.event-card-item + p {
    font-size: 0.9rem;
    color: #24bc4f;
    text-align: center;
    padding-bottom: 0.2em;
    letter-spacing: 0;
}
.event-btn-item {
    color: #fff;
    background: #24bc4f;
    text-align: center;
    padding: 1rem 0;
    margin-top: 2px;
    border-radius: 0 0 1rem 1rem;
}

.card-content .setting-img {
    text-align: center;
    height: 4.8em;
}
.card-content .setting-img img {
    width: auto;
    height: 100%;
}
.card-content .setting-str {
    text-align: center;
    font-size: 0.9rem;
    margin-top: 0.6em;
}
.card-content .setting-str.t--single {
    font-size: 1.4rem;
    margin: 1.6em 0;
}
.card-content .setting-str.t--single.t--longstr-value {
    max-width: 6em;
    margin: 1.6em auto;
    font-size: 1.2rem;
    line-height: 1.2;
}
.card-content .setting-str.t--single span {
    font-size: 0.9rem;
    padding-left: 0.2em;
}

.card-content .shoe-info-card {
    background: #fff;
    border-radius: 1rem;
    padding: 1.4em 1em;
    box-sizing: border-box;
}
.card-content .shoe-info-card.t--not-regist {
    background: #fff685;
    text-align: center;
    padding: 5rem 0;
}
.card-content .product-info {
    letter-spacing: 0;
    line-height: 1.1;
    margin-top: 0.5em;
}
.card-content .product-info .brand {
    font-size: 0.8rem;
    font-weight: bold;
}
.card-content .product-info .name {
    font-size: 0.9rem;
}

.card-content .product-wear-info {
    text-align: center;
    line-height: 1.1;
    letter-spacing: 0;
    padding: 1.2em 0;
    border-bottom: 1px dashed #999;
}
.card-content .product-wear-info:first-child {
    padding-top: 0.4em;
}
.card-content .product-wear-info:last-child {
    padding-bottom: 0.4em;
    border-bottom: 0;
}
.card-content .product-wear-info .title {
    font-size: 0.9rem;
    color: #2999c4;
}
.card-content .product-wear-info .value {
    font-size: 1.4rem;
    font-weight: 500;
    padding-top: 0.5rem;
}
.card-content .product-wear-info .value span {
    font-size: 1rem;
    padding-left: 0.2em;
}

.card-content .simple-card {
    background: #fff;
    border-radius: 1rem;
    padding: 0 1em;
    line-height: 1.1;
    height: 6em;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* ボタン
------------------------------------------*/
.button-wrap {
    margin: 20% auto 0;
}
.button-wrap.t--s-margin {
    margin: 15% auto 0;
}
.button-wrap.t--ss-margin {
    margin: 10% auto 0;
}
.button-wrap > li {
    margin: 1.5rem auto;
}
/* .button-wrap.t--mgTop {
    margin: 1.8rem 0 0;
}
.button-wrap.t--mgBottom {
    margin: 0 0 1.8rem;
}
.button-wrap.t--inCard {
    margin: 1.2rem 0;
} */
.button {
    align-items: center;
    justify-content: center;
    display: flex;
}
.button a {
    display: block;
}
.button.t--limit-fit a {
    width: 100%;
}
.button .content {
    min-width: 9em;
    text-align: center;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: 0.08em;
    color: #3caab7;
    background: #fff;
    padding: 0.8em 1.4em;
    border-radius: 0.5rem;
    box-shadow: 0px 3px 5px 1px rgb(0 0 0 / 20%);
}
.button.t--oval .content {
    min-width: 12em;
    color: #fff;
    letter-spacing: 0.1em;
    border-radius: 20em;
    border: 3px solid gray;
}
.button.t--auth .content {
    min-width: auto;
    box-shadow: none;
    color: #fff;
    background: #b53838;
}
.button.t--fit .content {
    min-width: 7em;
    box-sizing: border-box;
    width: 100%;
}
.button.t--limit-fit .content {
    width: 100%;
    margin: 0 auto;
    min-width: unset;
    max-width: 17rem;
    box-sizing: border-box;
}
.button.t--green .content {
    color: #fff;
    background: #2cbe05;
    border: 1px solid #94de80;
}
.button.t--line-btn .content {
    width: 15em;
    background: none;
    color: #fff;
    border: 1px solid #fff;
    line-height: 1.2;
    padding: 0.7em 0;
}
.button.t--line-btn .content span {
    font-size: 0.8rem;
}

.button-title {
    font-size: 0.9rem;
    text-align: center;
    margin: 1em auto;
}

.sns-button {
    display: table;
    width: 100%;
}
.sns-button > * {
    display: table-cell;
    vertical-align: middle;
}
.sns-button > .logo-img {
    width: 2em;
    padding: 0.6em;
    background: #fff;
    border-radius: 0.5rem 0 0 0.5rem;
}
.sns-button > .vertical-line {
    width: 1px;
}
.sns-button > .str {
    background: #fff;
    padding: 0 0.8em;
    border-radius: 0 0.5rem 0.5rem 0;
}
.sns-button.t--facebook > .logo-img,
.sns-button.t--facebook > .str {
    color: #fff;
    background: #1877f2;
}

.square-button-wrap {
    display: flex;
    justify-content: center;
    margin: 20% auto 0;
}
.square-button-wrap li {
    margin: 0 1.4rem;
}
.button.t--square .content {
    min-width: auto;
    width: 6.5rem;
    padding: 0.6rem 0;
    box-sizing: border-box;
    border-radius: 0.8rem;
}
.button.t--blue .content {
    background: #2999c4;
    color: #fff;
}
.button.t--middle .content {
    width: 16rem;
}

.button-icon-wrap {
    width: 3rem;
    padding: 0 0 0.4rem;
    margin: 0 auto;
}
.button-str-wrap {
    font-size: 0.8rem;
    min-height: 2rem;
    line-height: 1.1;
    letter-spacing: 0.03em;
    display: flex;
    justify-content: center;
    align-items: center;
}
.t--middle .button-str-wrap {
    min-height: auto;
    line-height: 1;
    padding-bottom: 0.4em;
}

.button.t--long-square {
    width: 75%;
    margin: 0 auto;
}
.button.t--long-square .content {
    display: flex;
    padding: 0.5em 1em;
}
.button.t--long-square .content > * {
    padding: 0;
}
.button.t--long-square .button-str-wrap {
    flex: 1;
    justify-content: flex-start;
    margin-left: 1em;
}

.favorite-btn {
    position: relative;
    background-image: url('../img/icon/icon_favorite_0.svg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: left top;
    width: 1.7rem;
    height: 1.7rem;
    margin: 0 auto;
}
.favorite-btn:after {
    content: url('../img/icon/icon_favorite_1.svg');
    position: absolute;
    width: 85%;
    height: 85%;
    top: 10%;
    left: 8%;
    transform: scale(0);
}
.favorite-btn.j--active:after {
    animation: favoriteAnime 0.5s ease 0s 1 both;
}
@keyframes favoriteAnime {
    0% { transform: scale(0); }
    30% { transform: scale(1.4); }
    60% { transform: scale(0.8); }
    80% { transform: scale(1.2); }
    90% { transform: scale(0.9); }
    100% { transform: scale(1.0); }
}


/* 装飾テキスト
------------------------------------------*/
.text-link-btn {
    position: relative;
    text-align: center;
    text-decoration: underline;
}
.text-link-btn a {
    color: #fff;
}
.text-link-btn.t--hint:before {
    content: "?";
    display: inline-block;
    width: 1.1em;
    padding: 0.05em 0;
    line-height: 1;
    color: #3caab7;
    background: white;
    border-radius: 100%;
    margin-right: 0.3em;
}
.card-content.t--white .text-link-btn {
    color: #2999c4;
}
.card-content.t--white .text-link-btn.t--hint:before {
    color: #fff;
    background: #2999c4;
}

/* パネル
------------------------------------------*/
.circle-title-content > dt {
    padding-top: 3.5rem;
    margin-bottom: 3%;
}
.circle-title-content > dt .main {
    position: relative;
    font-size: 1.4rem;
    font-weight: 300;
    padding: 0 0.3em 0.4em 0.3em;
    border-bottom: 1px solid rgba(255,255,255,0.8);
}
.circle-title-content > dt .main:before {
    content: "";
    position: absolute;
    width: 11rem;
    height: 11rem;
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 12rem;
    top: calc( 50% - 4.5rem );
    left: -14%;
}
.circle-title-content > dt .sub {
    padding: 0.3em 0.5em 0;
    letter-spacing: 0.02em;
}
.circle-title-content > dd {
    margin: 1.5rem 0;
}

.note-content {
    background: #eee;
    padding: 1em 1.4em;
    font-size: 0.9rem;
    font-weight: 300;
}


/* フォーム
------------------------------------------*/
input[type="text"],
input[type="number"],
input[type="password"] {
    display: block;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    font-size: 1rem;
    padding: 0.7em 0.6em;
    border-radius: 0.5rem;
    border: 0;
    background: #fff;
}
input[type="text"].t--left,
input[type="number"].t--left,
input[type="password"].t--left {
    text-align: left;
}
input[type="text"].form-item-error,
input[type="number"].form-item-error,
input[type="password"].form-item-error {
    background: #ffd3d3;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
    appearance : textfield;
  -moz-appearance: textfield;
}
input[type="radio"] {
    display: block;
    text-align: center;
    width: 0;
    height: 0;
    border: 0;
    padding: 0;
    margin: 0;
    opacity: 0;
}
textarea {
    display: block;
    width: 100%;
    min-height: 12rem;
    font-size: 1rem;
    padding: 0.6em 0.8em;
    box-sizing: border-box;
    border-radius: 0.5rem;
    border: 0;
}
select {
    -webkit-appearance:none;
    appearance:none;
    display: block;
    width: 100%;
    /* text-align: center; */
    border: 0;
    font-size: 0.9rem;
    padding: 0.7em 1.5em 0.7em 0.7em;
    outline: none;
    border-radius: 0.5rem;
    background: #fff;
}
select.form-item-error {
    background: #ffd3d3;
}
.selectbox {
    position: relative;
}
.selectbox:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    right: 0.8em;
    top: 40%;
    border-bottom: #555 2px solid;
    border-right: #555 2px solid;
    transform: rotate( 45deg ) translateY( -40% );
}
.select-title {
    font-size: 0.9em;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0.4em;
}
li.input-item-content {
    margin-bottom: 0.4em;
}
li:last-child.input-item-content {
    margin-bottom: 0;
}
.input-item-content .title {
    font-size: 0.8rem;
    font-weight: 400;
    padding: 1em 0 0.5em;
}
.input-item-content.t--radioList > ul {
    display: flex;
    justify-content: center;
}
.input-item-content.t--radioList .title {
    text-align: center;
    padding: 0.5em 0;
}
.input-item-content.t--radioList.cl--2 > ul > li {
    width: 36%;
    margin: 0 4%;
}
.input-item-content.t--radioList.cl--3 > ul > li {
    width: 30%;
    margin: 0 0.5%;
}

.input-item-content.t--radioList.t--grid > ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem 3%;
    margin: 0 5%;
}
.input-item-content.t--radioList.t--grid.grid--2 > ul {
    grid-template-columns: repeat(2, 1fr);
}
.input-item-content.t--radioList .product-img {
    margin-bottom: 0.8em;
}
.input-item-content.t--radioList .product-img img {
    border-radius: 6px;
}
.input-item-content.t--radioList .caption {
    text-align: center;
    font-size: 0.8rem;
    font-weight: 400;
    margin: 0.6em 0;
    line-height: 1.2;
}

.radio-check-img {
    position: relative;
    width: 2em;
    height: 2em;
    border-radius: 2em;
    background: #fff;
    margin: 0 auto;
}
input:checked + .radio-check-img {
    background: #39a7ba;
    animation: radioCheckAnime 0.2s ease 0s 1;
}
input:checked + .radio-check-img:before {
    content: url('../img/icon/icon_check_white.svg');
    position: absolute;
    width: 70%;
    height: 70%;
    top: 15%;
    left: 15%;
}
.form-item-error + .radio-check-img {
    background: #ffd3d3;
}

@keyframes radioCheckAnime {
    0% { transform : scale(1); }
    20% { transform : scale(0.6); }
    80% { transform : scale(1.4); }
    95% { transform : scale(0.8); }
    100% { transform : scale(1); }
}

.input-item {
    position: relative;
}
.input-item .unit {
    position: absolute;
    right: -2.4em;
    bottom: 0;
    min-width: 2em;
    font-size: 0.8rem;
    line-height: 1.1;
}

.input-item.t--emphasis {
    width: 50%;
    margin: 0 auto;
}
.input-item.t--emphasis-select {
    width: 12rem;
    margin: 0 auto;
}
.input-item.t--emphasis input,
.input-item.t--emphasis-select select {
    font-weight: 300;   
}
.input-item.t--emphasis input {
    font-size: 2rem;
    padding: 0.25em 0.4em;
}
.input-item.t--emphasis-select select {
    font-size: 1.2rem;
}
.selectbox.t--line select {
    border: 1px solid #aaa;
}
.input-item.t--emphasis .unit,
.input-item.t--emphasis-select .unit {
    font-size: 1.1rem;
    font-weight: 300;
}

.form-error-message {
    font-size: 0.9rem;
    color: #dc4141;
    letter-spacing: 0;
    line-height: 1.2;
    text-align: center;
    margin-top: 0.5rem;
    padding: 0 0.5rem;
}

.input-flex-item-content > ul {
    display: flex;
    justify-content: center;
}
.input-flex-item-content .input-item {
    width: 65%;
    margin: 0 auto;
    padding-right: 1em;
}
.input-flex-item-content .input-item input {
    font-size: 1.5rem;
    padding: 0.3em;
}
.input-flex-item-content .input-item .unit {
    font-size: 0.9rem;
    right: -1.2em;
}

.footdata-entry-content > li {
    width: 50%;
}
.footdata-entry-content .form-error-message {
    text-align: left;
}


/* 区切り線
------------------------------------------*/
.spr-line {
    width: 70%;
    border-bottom: 1px dotted #fff;
    margin: 2rem auto;
    opacity: 0.5;
}
.dot-line {
    width: 90%;
    margin: 2rem auto;
    border-bottom: 1px dashed gray;
}

/* レイアウト調整
------------------------------------------*/
.l--x-revers {
    transform: scaleX(-1);
}
.l--y-revers {
    transform: scaleY(-1);
}


/* ローディング
------------------------------------------*/
.running-logo-content {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background: #fff; */
    z-index: 99999;
}
.running-logo-content p {
    width: 55%;
    max-width: 240px;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    /* animation: runningAnim 1s ease 0s infinite; */
}

.loading-common {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 80px;
}
.loading-fixed-sizerecommend {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loading-fixed {
    position: relative;
    width: 100%;
    padding: 30% 0;
    min-height: 80px;
}
.loading-fixed.t--middle {
    padding: 15% 0;
}
.loading-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loading-modal .loading-content {
    background: #fff;
    border-radius: 1rem;
}
.sk-chase {
    width: 60px;
    height: 60px;
    position: relative;
    animation: sk-chase 2.5s infinite linear both;
}
.sk-chase-dot {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    animation: sk-chase-dot 2.0s infinite ease-in-out both;
}
.sk-chase-dot:before {
    content: '';
    display: block;
    width: 25%;
    height: 25%;
    background-color: #fff;
    border-radius: 100%;
    animation: sk-chase-dot-before 2.0s infinite ease-in-out both;
}
.loading-modal .sk-chase-dot:before {
    background-color: #999;
}
.sk-chase-dot:nth-child(1) { animation-delay: -1.1s; }
.sk-chase-dot:nth-child(2) { animation-delay: -1.0s; }
.sk-chase-dot:nth-child(3) { animation-delay: -0.9s; }
.sk-chase-dot:nth-child(4) { animation-delay: -0.8s; }
.sk-chase-dot:nth-child(5) { animation-delay: -0.7s; }
.sk-chase-dot:nth-child(6) { animation-delay: -0.6s; }
.sk-chase-dot:nth-child(1):before { animation-delay: -1.1s; }
.sk-chase-dot:nth-child(2):before { animation-delay: -1.0s; }
.sk-chase-dot:nth-child(3):before { animation-delay: -0.9s; }
.sk-chase-dot:nth-child(4):before { animation-delay: -0.8s; }
.sk-chase-dot:nth-child(5):before { animation-delay: -0.7s; }
.sk-chase-dot:nth-child(6):before { animation-delay: -0.6s; }

@keyframes sk-chase {
  100% { transform: rotate(360deg); }
}
@keyframes sk-chase-dot {
  80%, 100% { transform: rotate(360deg); }
}
@keyframes sk-chase-dot-before {
  50% {
    transform: scale(0.4);
  } 100%, 0% {
    transform: scale(1.0);
  }
}

.loading-disp {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    z-index: 99999;
}
.loading-disp.j--hidden {
    animation: loadingClose 0.4s ease 0s 1 forwards;
}
.loading-disp p {
    font-size: 1rem;
    letter-spacing: 0.1em;
    margin-top: 4rem;
    color: #999;
    animation: flashingAnime 1s ease 0s infinite;
}
@keyframes flashingAnime {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}
@keyframes loadingClose {
    0% { opacity: 1; }
    95% { opacity: 0; z-index: 99999;}
    100% { opacity: 0; z-index: -99999;}
}
.ball-pulse-sync {
    display: flex;
    justify-content: center;
}
.ball-pulse-sync > div,
.ball-pulse > div,
.ball-scale-random > div,
.ball-scale > div {
    background-color: #999;
    border-radius: 100%;
    margin: 7px;
}
.type-bg-white .ball-pulse-sync > div,
.type-bg-white .ball-pulse > div,
.type-bg-white .ball-scale-random > div,
.type-bg-white .ball-scale > div {
    background: #e2e2e2;
}
.ball-pulse-sync>div {
    width: 15px;
    height: 15px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.ball-pulse-sync>div:nth-child(1) {
    -webkit-animation: ball-pulse-sync .6s -.14s infinite ease-in-out;
    animation: ball-pulse-sync .6s -.14s infinite ease-in-out;
}
.ball-pulse-sync>div:nth-child(2) {
    -webkit-animation: ball-pulse-sync .6s -70ms infinite ease-in-out;
    animation: ball-pulse-sync .6s -70ms infinite ease-in-out;
}
.ball-pulse-sync>div:nth-child(3) {
    -webkit-animation: ball-pulse-sync .6s 0s infinite ease-in-out;
    animation: ball-pulse-sync .6s 0s infinite ease-in-out;
}
@keyframes ball-pulse-sync {
  33% {
      -webkit-transform: translateY(10px);
      transform: translateY(10px);
  }
  66% {
      -webkit-transform: translateY(-10px);
      transform: translateY(-10px);
  }
  100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
  }
}

#processing-content {
    position: fixed;
    background: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
}
#processing-content p {
    position: relative;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    color: #fff;
    animation: flashingAnime 1s ease 0s infinite;
}

/* Swiper 調整  
------------------------------------------*/
.recommend-slide-content.swiper,
.card-img-slide.swiper {
    overflow: visible;
}
.recommend-slide-content.swiper {
    margin-bottom: 6rem;
}
.recommend-slide-content.swiper-horizontal > .swiper-pagination-bullets,
.card-img-slide.swiper-horizontal > .swiper-pagination-bullets {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    left: 0;
}
.recommend-slide-content.swiper-horizontal > .swiper-pagination-bullets {
    bottom: -2.8rem;
}
.card-img-slide.swiper-horizontal > .swiper-pagination-bullets {
    bottom: -1rem;
}
.recommend-slide-content.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
    background: #fff;
    border-radius: 1rem;
    margin: 0 0.6rem;
    transform: scale(0.8);
    opacity: 0.3;
    transition: 0.4s ease all;
}
.card-img-slide.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 0.4rem;
    height: 0.4rem;
    background: #666;
    border-radius: 0;
    margin: 0 0.15rem;
    transform: scale(0.6);
    opacity: 0.3;
    transition: 0.4s ease all;
}
.recommend-slide-content.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.card-img-slide.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    transform: scale(1);
    opacity: 1;
}

/* その他
------------------------------------------*/
.title-left-right {
    display: flex;
    justify-content: center;
    font-size: 0.8rem;
    margin: 0em auto 1.6em;
    max-width: 24rem;
}
.title-left-right.LY-both {
    max-width: none;
    margin: 0 auto;
}
.title-left-right p {
    position: relative;
    text-align: center;
}
.title-left-right .left,
.title-left-right .right {
    position: relative;
    width: 36%;
    color: #39a7ba;
    padding: 0.1em 0;
}
.title-left-right.LY-both .left,
.title-left-right.LY-both .right {
    margin: 0 auto;
}
.title-left-right .left:before,
.title-left-right .right:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #39a7ba;
    opacity: 0.2;
}
.title-left-right .left:before {
    border-radius: 2em 0 0 2em;
}
.title-left-right .right:before {
    border-radius: 0 2em 2em 0;
}
.title-left-right .left.active,
.title-left-right .right.active {
    color: #fff;
}
.title-left-right .left.active:before,
.title-left-right .right.active:before {
    opacity: 1;
}
.title-left-right.LY-both .left:before,
.title-left-right.LY-both .right:before {
    border-radius: 2em;
}


.cs-scrollbar::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 8px;
    background: #e4e4e4;
    border-radius: 4px;
}
.cs-scrollbar::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #858585;
    box-shadow: 0 0 1px rgba(255,255,255,.5);
}

#error-bottom-content {
    position: fixed;
    z-index: 100;
    text-align: center;
    background: rgb(206 40 40 / 70%);
    width: 84%;
    bottom: 1rem;
    left: 8%;
    border-radius: 6px;
    padding: 1rem 0.5rem;
    box-sizing: border-box;
}
#error-bottom-content p {
    font-size: 0.9rem;
    letter-spacing: 0;
    color: #fff;
}

/* ヘッダー
------------------------------------------*/
.header-content {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
}
.header-item-wrap {
    height: 240px; /* ここを変更したら 下記の '@keyframes headerHeightAnime' と src/layout/common/header の 'headerHeight' も変更すること */
    display: flex;
    align-items: center;
    padding: 0 5%;
    background: #fff;
    /* transform: translate3d(0, 0, 0); */
    animation: headerHeightAnime 0.8s ease 0s 1 backwards;
}
.header-item-wrap.j--change {
    height: 3rem !important;
}
.header-item {
    min-width: 10%;
    transition: 0.4s ease all;
}
.header-item .title {
    opacity: 0;
    animation: headerTitleAnime 0.6s ease 0.2s 1 forwards;
}
.j--change .header-item {
    min-width: 100%;
    text-align: center;
}
.header-item .sub-title {
    color: #2999c4;
    font-size: 0.7rem;
    letter-spacing: 0;
    min-height: 1em;
    transition: 0.4s ease all;
}
.j--change .header-item .sub-title {
    opacity: 0;
    height: 0;
    min-height: 0;
}
.header-under-bg-wrap {
    position: relative;
}
.header-under-bg {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    /* transform: translate3d(0, 0, 0); */
}
.header-under-bg p {
    line-height: 0;
    font-size: 0;
}
.header-under-bg p:last-child {
    position: absolute;
    width: 100%;
    top: -1px;
    left: 0;
}
.header-under-bg svg {
    width: 100%;
    fill-rule:evenodd;
    clip-rule:evenodd;
    transition: 0.4s ease all;
}
.header-under-bg p:first-child svg {
    height: 0px;
    fill:#2685AC;
}
.header-under-bg p:last-child svg {
    height: 0px;
    fill:#FFFFFF;
}
.header-under-bg.j--active p:first-child svg {
    animation: headerBgB1Anime 0.9s ease 0s 1 both;
}
.header-under-bg.j--active p:last-child svg {
    animation: headerBgW1Anime 0.8s ease 0s 1 both;
}
.header-under-bg.t--second.j--active p:first-child svg {
    animation: headerBgB2Anime 0.7s ease 0s 1 both;
}
.header-under-bg.t--second.j--active p:last-child svg {
    animation: headerBgW2Anime 0.6s ease 0s 1 both;
}

@keyframes headerTitleAnime {
    0% { opacity: 0;}
    100% { opacity: 1;}
}
@keyframes headerHeightAnime {
    0% { height: 100px;}
    60% { height: 280px;}
    100% { height: 240px;}
}

@keyframes headerBgB1Anime {
    0% { height: 0px;}
    50% { height: 80px;}
    100% { height: 52px;}
}
@keyframes headerBgW1Anime {
    0% { height: 0px;}
    50% { height: 50px;}
    100% { height: 36px;}
}

@keyframes headerBgB2Anime {
    0% { height: 0px;}
    50% { height: 30px;}
    100% { height: 18px;}
}
@keyframes headerBgW2Anime {
    0% { height: 0px;}
    50% { height: 26px;}
    100% { height: 18px;}
}

h1 {
    color: #2999c4;
    font-size: 1.7rem;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: 0.05em;
    transition: 0.4s ease all;
}
.j--change h1 {
    font-size: 1.0rem;
}

.menu-btn-content,
.filter-btn-content {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.6rem;
    height: 3.6rem;
    top: -0.5rem;
    right: -0.6rem;
}
.filter-btn-content {
    top: -0.2rem;
    left: -0.4rem;
    right: auto;
}
.menu-btn-content:before {
    content: "";
    background: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    border-radius: 100%;
    box-shadow: 0px 2px 4px 2px rgb(0 0 0 / 15%);
    opacity: 0;
}
.filter-btn-content:after,
.menu-btn-content:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.menu-btn-content.t--menuonly:before {
    opacity: 1;
}
.menu-btn {
    position: relative;
    width: 1.4rem;
    height: 1.2rem;
    margin-top: 0.3rem;
    margin-right: 0.3rem;
}
.menu-btn p {
    position: absolute;
    width: 100%;
    height: 2px;
    top: calc( 50% - 1px );
    left: 0;
    background: #2999c4;
}
.menu-btn p:first-child {
    top: 0;
}
.menu-btn p:last-child {
    top: auto;
    bottom: 0;
}
.filter-btn {
    width: 1.6rem;
}

.open-menu-content {
    position: fixed;
    width: 100%;
    top: 0;
    right: -100%;
    z-index: 200;
    transition: 0.4s ease right;
}
.open-menu-content.j--active {
    right: 0%;
}
.open-menu-bg {
    position: fixed;
    width: 0%;
    height: 0%;
    opacity: 0;
    background: #000;
    transition: 0.3s ease all;
}
.j--active .open-menu-bg {
    width: 100%;
    height: 100%;
    opacity: 0.5;
}
.open-menu-content ul {
    position: relative;
}
.open-menu-content ul li {
    font-size: 0.9rem;
    background: #fff;
    border-bottom: 1px solid #2999c4;
    opacity: 0;
    border-radius: 0 0 0 10rem;
    transition: 0.5s ease all;
}
.open-menu-content.j--active ul li {
    margin-left: 0;
    opacity: 1;
    border-radius: 0;
}
.open-menu-content li:nth-child(1) {
    text-align: center;
    margin-left: 4em;
    background: #2999c4;
}
.open-menu-content li:nth-child(2) {
    margin-left: 8em;
}
.open-menu-content li:nth-child(3) {
    margin-left: 12em;
}
.open-menu-content li:nth-child(4) {
    margin-left: 16em;
}
.open-menu-content li:nth-child(5) {
    margin-left: 20em;
}
.open-menu-content li:nth-child(6) {
    margin-left: 24em;
}
.open-menu-content li:nth-child(7) {
    margin-left: 28em;
}
.open-menu-content li:nth-child(8) {
    margin-left: 32em;
}
.open-menu-content li:nth-child(9) {
    margin-left: 36em;
}
.open-menu-content li:nth-child(1) .menu-item {
    color: #fff;
}
.open-menu-content .menu-item {
    color: #2999c4;
    padding: 1.2em 1.5em;
}




/*///////////////////////////////////////////////////////////////////////////

    足データ関連

///////////////////////////////////////////////////////////////////////////*/

/* 足データ入力フォーム系
------------------------------------------*/
.form-foot-height-img {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin: 1.5rem auto;
}
.form-foot-height-img p {
    width: 30%;
    opacity: 0.6;
}
.form-foot-height-img .target-foot {
    width: 60%;
    opacity: 1;
}
.form-foot-height-img .target-foot.t--single {
    width: 78%;
}

.caption-content-title {
    font-size: 1.1rem;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 6% 1.2rem;
}
.caption-content {
    display: flex;
}
.caption-img {
    width: 40%;
    margin: 0 5%;
}
.caption-img .title {
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.2;
    padding: 0.5rem 0;
}
.caption-img .img {
    margin: 1rem 0;
}
.caption-desc {
    width: 45%;
    margin-right: 5%;
}

.t--img-prefer .caption-img,
.t--img-prefer .caption-desc {
    margin: 0;
    box-sizing: border-box;
}
.t--img-prefer .caption-img:first-child {
    width: 60%;
    padding-right: 5%;
}
.t--img-prefer .caption-img:last-child {
    width: 60%;
    padding-left: 5%;
}
.t--img-prefer .caption-img .img {
    margin: 0;
}

/* 足データ閲覧
------------------------------------------*/
.lr-footdata-content {
    display: flex;
}
.lr-footdata-content > dl {
    width: 50%;
}
.lr-footdata-content > dl > dt {
    text-align: center;
    font-size: 0.8rem;
    color: #777;
}

.lr-footdata-caption {
    width: 90%;
    margin: 0 auto;
    text-align: center;
}
.lr-footdata-caption .text {
    margin-top: 0.6rem;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.footprint-item {
    display: flex;
    justify-content: center;
    height: 14rem;
    margin: 1rem 0;
    padding-left: 10%;
    overflow: hidden;
}
.footprint-item .img {
    height: 100%;
}
dl:last-child .footprint-item {
    padding-left: 0;
    padding-right: 10%;
}
.footprint-item img {
    width: auto;
    height: 100%;
    transform: scaleX(-1);
}
.heatmap-content {
    margin: 0.4rem auto;
}
.heatmap-item {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.7rem;
    line-height: 1;
    letter-spacing: 0.04em;
}
.heatmap-item .left,
.heatmap-item .right {
    width: 25%;
    box-sizing: border-box;
    padding-left: 0.5rem;
}
.heatmap-item .left {
    color: #bc2e31;
    text-align: right;
    padding-left: 0;
    padding-right: 0.5rem;
}
.heatmap-item .right {
    color: #2a5ed0;
}
.heatmap-item .bar {
    width: 46%;
    height: 0.4em;
    background: linear-gradient( to right,#bc2e31,#ff9f37,#f6ea2d,#2ad036,#2abed0,#2a5ed0 );
}
.headmap-desc {
    position: relative;
    width: 45%;
    height: 0.5rem;
    margin: 0.2rem auto 0;
    border: 1px solid #ccc;
    border-top: 0;
    border-radius: 0 0 0.3rem 0.3rem;
}
.headmap-desc p {
    position: absolute;
    width: 11em;
    font-size: 0.6rem;
    letter-spacing: 0;
    color: #777;
    text-align: center;
    background: #fff;
    left: calc( 50% - 5.5em );
    bottom: -0.5rem;
}

.lr-footdata-list {
    margin: 10% 4% 0;
}
.lr-footdata-list li {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    padding: 0.7rem 0;
    border-bottom: 1px solid #ccc;
}
.lr-footdata-list li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}
.lr-footdata-list .value {
    flex: 1;
    font-size: 1.3em;
    font-weight: 500;
    letter-spacing: 0;
    text-align: right;
    padding: 0 0.4em 0 0;
    box-sizing: border-box;
}
.lr-footdata-list .value span {
    display: inline-block;
    font-size: 0.8rem;
    padding-left: 0.4em;
}
.lr-footdata-list .title {
    width: 6em;
    text-align: center;
    font-size: 0.7rem;
    letter-spacing: 0;
    color: #777;
}

.footdata-linkage-bar-wrap {
    display: flex;
    justify-content: flex-end;
    margin: 2rem auto;
}
.footdata-linkage-bar-content {
    display: table;
    font-size: 0.9rem;
    letter-spacing: 0;
    color: #3194b6;
    border-radius: 3rem 0 0 3rem;
    /* background: yellow; */
    background: #167ba1;
}
.footdata-linkage-bar-content.t--linkage {
    background: #ffee2d;
}
.footdata-linkage-bar-content > * {
    display: table-cell;
    vertical-align: middle;
}
.footdata-linkage-bar-content .img {
    width: 4em;
    padding-left: 2em;
}
.footdata-linkage-bar-content .text {
    padding: 1em;
}

.footdata-edit-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footdata-edit-list > li {
    width: 48.5%;
    margin: 2.5% 0;
}
.footdata-edit-list .card-content {
    border-radius: 1rem;
    box-shadow: 0px 3px 5px 1px rgb(0 0 0 / 20%);
}

.footdata-edit-list .footdata-img {
    width: 60%;
    margin: 0 auto;
}

.lr-footdata-valign {
    margin-top: 1rem;
    line-height: 1;
    letter-spacing: 0;
    color: #777;
}
.lr-footdata-valign > dl {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 0.4rem 0;
}
.lr-footdata-valign > dl > dt {
    width: 1.2rem;
    line-height: 1.4;
}
.lr-footdata-valign > dl > dd {
    width: calc( 100% - 1.2rem );
    text-align: right;
    font-size: 1.4rem;
    color: #555;
}
.lr-footdata-valign > dl > dd .string-value {
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.4;
}
.lr-footdata-valign > dl > dd span {
    display: inline-block;
    font-size: 1rem;
    color: #777;
    padding-left: 0.3em;
}

.desc-underline-str {
    margin: 0 5%;
}
.desc-underline-str p {
    display: inline;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0.1rem;
    border-bottom: 1px solid #fff;
}
.desc-underline-str b {
    color: yellow;
    font-weight: 300;
}
.desc-underline-str span {
    font-size: 1.1rem;
}
.desc-balloon-str {
    position: relative;
    margin-top: 2rem;
    padding: 1rem 0.8rem;
    background: #fff;
    border-radius: 0.5rem;
}
.desc-balloon-str .text {
    position: relative;
    color: #23717e;
    font-size: 0.9rem;
    line-height: 1.3;
    z-index: 2;
}
.left-stick,
.right-stick {
    position: absolute;
    width: 60%;
    height: 1px;
    background: #fff;
    z-index: 1;
}
.left-stick {
    top: 70%;
    left: -45%;
    transform: rotate(-30deg);
}
.right-stick {
    top: 50%;
    right: -45%;
    transform: rotate(30deg);
}

.desc-table-content > dt {
    text-align: center;
    font-size: 0.8rem;
    font-weight: 300;
    letter-spacing: 0.1rem;
    line-height: 1.3;
    border-radius: 5rem;
    border: 1px solid #fff;
    padding: 0.3rem 0;
    margin-bottom: 1.2rem;
    opacity: 0.8;
}
.desc-table-content > dd {
    background: rgba(255,255,255,0.15);
    border-radius: 0.5rem;
    margin: 0.3rem 0;
}
.desc-table-content .img {
    width: 20%;
    padding: 2rem 8%;
}
.desc-table-content .desc {
    width: 60%;
    padding: 1.4rem 0;
    letter-spacing: 0;
}
.desc-table-content .desc .title {
    font-size: 0.9rem;
    font-weight: 700;
}
.desc-table-content .desc .title span {
    padding-bottom: 0.1rem;
    border-bottom: 1px solid #fff;
}
.desc-table-content .desc .content {
    font-size: 0.8rem;
    padding: 1em 0.5em 0;
}




/* カスタマイズ
------------------------------------------*/
.caption-desc .selectbox {
    width: 100%;
}
.caption-desc .input-item-content > ul > li {
    margin: 0 auto 0.7em;
}
.caption-desc .input-item-content > ul > li:last-child {
    margin-bottom: 0;
}
.caption-desc .input-item-content .title {
    padding: 0.1em 0;
}
.card-content.t--white {
    color: #555;
}
.card-content.t--white > dt:before,
.card-content.t--white > dd:before {
    opacity: 1;
}
.card-content.t--white > dt > .content {
    line-height: 1;
    text-align: center;
    padding: 0;
    height: 3.4em;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2999c4;
}

.footdata-edit-list .card-content.t--white > dd > .content {
    padding: 1rem 1.2rem;
}

.sns-auth-button-list .button-wrap {
    margin: 1.5rem auto 0;
}

.caption-content.t--desc-img {
    align-items: center;
}
.t--desc-img .caption-img {
    margin: 0;
    width: calc( 100% - 12rem );
}
.t--desc-img .caption-img .img {
    margin: 0;
}
.t--desc-img .caption-desc {
    width: 12rem;
    margin: 0;
    box-sizing: border-box;
    padding: 0 4%;
}


/* 足データ代替入力追加
------------------------------------------*/
.length-for-estimate > .img {
    width: 80%;
    margin: 0 auto 1.5em;
}
.width-for-estimate .img {
    width: 35%;
    margin: 0 auto 1.5em;
}
.footwear-comfort-choice .img {
    width: 70%;
    margin: 0 auto 1.5em;
}
.footwear-comfort-choice .input-item.t--emphasis-select {
    width: 70%;
}

.chose-tie-type-content .hr {
    width: 80%;
    border-bottom: 1px dashed #2999c4;
    margin: 0 auto 10%;
    padding: 6% 0;
}
.chose-tie-type-content .title {
    text-align: center;
    font-size: 0.8em;
    padding-bottom: 8%;
}



/*///////////////////////////////////////////////////////////////////////////

    スタート画面

///////////////////////////////////////////////////////////////////////////*/

/* オリジナル
------------------------------------------*/
.start__header-content {
    position: relative;
}
.start__header-item-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.start__header-item {
    padding-bottom: 15%;
}
.start__header-item .title {
    margin-bottom: 20%;
}
.start__header-item .logo {
    width: 14em;
    margin: 0 auto;
}
.start__header-item .sub-str {
    text-align: center;
    color: #2999c4;
    font-size: 0.8rem;
    margin-top: 1.5em;
}

.bestsize-img-list {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin: 14% auto 0;
    color: #00b2c2;
}
.bestsize-img-list li {
    position: relative;
    box-sizing: border-box;
    padding: 0 0.5%;
}
.bestsize-img-list li:first-child {
    width: 12%;
}
.bestsize-img-list li:nth-child(2) {
    width: 15%;
}
.bestsize-img-list li:nth-child(3) {
    width: 18%;
}
.bestsize-img-list li:nth-child(4) {
    width: 21%;
}
.bestsize-img-list li:last-child {
    width: 24%;
}
.bestsize-img-list dl {
    text-align: center;
}
.bestsize-img-list dd {
    padding-top: 0.2em;
}
.bestsize-balloon {
    position: absolute;
    width: 100%;
    top: -65%;
    left: 10%;
}

.desc-str-item {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
}
.desc-str-item p {
    text-align: left;
    font-size: 1rem;
    font-weight: 600;
    color: #00b2c2;
    margin: 0 5%;
    padding: 1.6em 0.8em;
    border-top: 1px solid #00b2c2;
    border-bottom: 1px solid #00b2c2;
    letter-spacing: 0.15em;
    line-height: 1.5;
}
.desc-str-item b {
    font-size: 1.1rem;
}

.regist-step-list {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
}
.regist-step-list > li {
    margin: 0 1.5%;
    width: 26%;
}
.regist-step-list > li:last-child {
    position: relative;
    width: 7rem;
    height: 7rem;
}
.regist-step3-item-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #00b2c1;
    border-radius: 100%;
}
.regist-step3-item > p {
    width: 60%;
    margin: 0 auto;
}
.regist-step3-recommned-info {
    display: flex;
    justify-content: center;
    color: white;
    letter-spacing: 0;
    line-height: 1.2;
}
.regist-step3-recommned-info dl {
    margin: 0.6em 0;
}
.regist-step3-recommned-info dl:first-child {
    padding-right: 0.3em;
    border-right: 1px solid white;
}
.regist-step3-recommned-info dl:last-child {
    padding-left: 0.3em;
}
.regist-step3-recommned-info dt {
    font-size: 0.6rem;
}
.regist-step3-recommned-info dd {
    font-size: 0.9rem;
}
.regist-step3-recommned-info dd span {
    font-size: 0.6rem;
}

/* カスタマイズ
------------------------------------------*/
.start__header-content .button.t--oval p,
.disp--start .button.t--oval p {
    color: #cdfec0;
    background: #2cbe05;
    border: 3px solid #94de80;
}
.disp--start .note-content {
    margin: 0 6%;
}

.t--home .square-button-wrap {
    margin: 10% auto;
}



/*///////////////////////////////////////////////////////////////////////////

    TOP画面

///////////////////////////////////////////////////////////////////////////*/
.recommend-fails-wrap {
    padding-top: 12%;
    margin: 0 4%;
}
.recommend-fails-content {
    padding: 2rem;
    background: rgb(0 0 0 / 15%);
    border-radius: 0.6rem;
}
.recommend-fails-content dt {
    text-align: center;
    font-size: 0.9rem;
    line-height: 1.2;
    padding: 0.5em;
    font-weight: bold;
    color: #ffef47;
    border-top: 1px solid #ffef47;
    border-bottom: 1px solid #ffef47;
}
.recommend-fails-content dd {
    font-size: 0.9rem;
    line-height: 1.4;
    padding: 1.5em 0.5em;
}

.round-bg-parts {
    line-height: 0;
    font-size: 0;
}
.foot-info-content {
    background: #fff;
    margin-top: -1px;
    padding-bottom: 25%;
}
.footdata-table-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #777;
}
.footdata-table-wrap {
    padding: 1rem 0;
    margin: 5% 0;
}
.foot-info-content > dt {
    font-size: 1.1rem;
    color: #2999c4;
    text-align: center;
    letter-spacing: 0.1em;
    padding-top: 0.5em;
}
.foot-info-content > dt .unit {
    font-size: 0.9rem;
    color: #777;
}
.footdata-table-wrap .left,
.footdata-table-wrap .right {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.7rem;
    width: 3.5em;
    height: 3.5em;
    border: 1px solid #ccc;
    border-radius: 100%;
}
.footdata-table-content {
    width: 14rem;
}
.footdata-table-content .foot-length,
.footdata-table-content .foot-width {
    position: relative;
    width: 9rem;
    height: 0.8rem;
    margin: 0 auto;
    font-size: 0.7rem;
    border: 1px solid #ccc;
    border-bottom: 0;
    border-radius: 0.3rem 0.3rem 0 0;
}
.footdata-table-content .foot-width {
    border: 1px solid #ccc;
    border-top: 0;
    border-radius: 0 0 0.3rem 0.3rem;  
}
.footdata-table-content .foot-length p,
.footdata-table-content .foot-width p {
    position: absolute;
    width: 3rem;
    line-height: 1;
    padding: 0.2rem 0;
    background: white;
    text-align: center;
    top: -0.6rem;
    left: calc( 50% - 1.5rem );
}
.footdata-table-content .foot-width p {
    top: auto;
    bottom: -0.6rem;
}
.footdata-value-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footdata-value-item .foot-img {
    width: 4rem;
}
.footdata-value-item .left-value,
.footdata-value-item .right-value {
    width: 5rem;
    font-size: 1.4rem;
    line-height: 1;
    color: #555;
    text-align: center;
}
.footdata-value-item .left-value p,
.footdata-value-item .right-value p {
    padding: 0.5rem 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.footdata-value-item .left-value p span,
.footdata-value-item .right-value p span {
    font-size: 0.9rem;
}


/* カスタマイズ
------------------------------------------*/
.main-content.t--home {
    padding: 0;
    margin-top: -2rem;
}



/*///////////////////////////////////////////////////////////////////////////

    商品一覧

///////////////////////////////////////////////////////////////////////////*/

/* 商品リスト
------------------------------------------*/
.product-list-content {
    display: flex;
    flex-wrap: wrap;
}
.product-list-content > li {
    width: 44%;
    margin: 4% 3%;
}
.product-list-content > li.j--load {
    opacity: 1;
}
.product-list-content .img {
    position: relative;
    margin: 0.8rem 0;
}
.product-list-content img {
    border-radius: 0.5rem;
}
.product-list-content .img:after {
    content: url('../img/common/spinner.gif');
    position: absolute;
    width: 50%;
    text-align: center;
    top: 0;
    left: 0;
    border-radius: 0.5rem;
    background: #fff;
    padding: 25%;
    opacity: 1;
    z-index: 1;
    transition: 0.6s ease opacity;
}
.product-list-content .j--load .img:after {
    opacity: 0;
    z-index: -1;
}
.product-list-content .title {
    font-size: 0.9rem;
    line-height: 1.3;
}



/*///////////////////////////////////////////////////////////////////////////

    モーダル

///////////////////////////////////////////////////////////////////////////*/

.modal-wrap {
    position: fixed;
    z-index: 200;
    top: -50%;
    left: 0;
    width: 100%;
    height: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal-wrap.j--active {
    top: 0;
    height: 100%;
}
.modal-wrap .modal-bg {
    content: "";
    position: fixed;
    width: 100%;
    height: 0%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    transition: 0.4s ease all;
}
.modal-wrap.j--active .modal-bg {
    opacity: 1;
    height: 100%;
}
.modal-content {
    position: relative;
    width: 90%;
    max-height: 80vh;
    font-size: 1rem;
    opacity: 0;
    transition: 0.6s ease all;
}
.j--active .modal-content {
    opacity: 1;
}
.modal-content > dt {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 3.5rem;
    line-height: 1.2;
    font-weight: 600;
    background: #ffffff;
    margin-bottom: 1px;
    border-radius: 1rem 1rem 0 0;
}
.modal-item {
    position: relative;
    max-height: calc( 80vh - 7.8rem );
    background: #fff;
    box-sizing: border-box;
    padding: 1rem 0.6rem;
    overflow: auto;
    border-right: 0.4rem solid #fff;
    border-left: 0.4rem solid #fff;
}
.modal-item .content {
    font-size: 0.9rem;
    display: none;
}
.j--active .modal-item .content {
    display: block;
}
.modal-btn {
    display: table;
    width: 100%;
    height: 3.5rem;
    color: #fff;
    background: #2999c4;
    border-radius: 0 0 1rem 1rem;
}
.modal-btn p {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.modal-btn.t--double p {
    width: 50%;
}
.modal-btn.t--double p:first-child {
    color: #fff;
    background: #666;
    border-radius: 0 0 0 1rem;
}
.modal-content .spacer-top,
.modal-content .spacer-lower {
    position: relative;
    height: 0.2rem;
    background: #fff;
}
.modal-content .spacer-top:after,
.modal-content .spacer-lower:after {
    content: "";
    position: absolute;
    width: calc( 100% - 1.5rem );
    height: 1.2rem;
    left: 0;
    z-index: 1;
}
.modal-content .spacer-top:after {
    bottom: calc( 2px - 1.2rem );
    background: linear-gradient( to bottom,rgb(255, 255, 255, 1) 0%, rgb(255, 255, 255, 0.8) 30%, rgb(255, 255, 255, 0.2) 70%, rgba( 255, 255, 255, 0 ) );
}
.modal-content .spacer-lower:after {
    top: calc( 2px - 1.2rem );
    background: linear-gradient( to top,rgb(255, 255, 255, 1) 0%, rgb(255, 255, 255, 0.8) 30%, rgb(255, 255, 255, 0.2) 70%, rgba( 255, 255, 255, 0 ) );
}

.modal-filter-list > li {
    margin: 1.4em 0;
}
.modal-filter-list > li:first-child,
.modal-filter-list > li:last-child {
    margin: 0;
}


/*///////////////////////////////////////////////////////////////////////////

    会員登録・足データ登録

///////////////////////////////////////////////////////////////////////////*/
.footregist-img {
    width: 90%;
    margin: 1.5rem auto;
    animation: footregistImgAnim 1.5s ease 0s infinite;
}
.footregist-img-shadow {
    width: 100%;
    height: 2rem;
    background: #000;
    opacity: 0.15;
    border-radius: 100%;
    transform : scale(0.6);
    animation: footregistShadowAnim 1.5s ease 0s infinite;
}

.footwear-comfort-choice-img {
    width: 70%;
    margin: 1rem auto;
}
.required-regist-content .input-item-content {
    margin-top: 1em;
}
.required-regist-content .sbf-c {
    padding: 0.5em 1.5em;
}

@keyframes footregistImgAnim {
    0% { transform : translateY(0%); }
    50% { transform : translateY(5%); }
    100% { transform : translateY(0%); }
}
@keyframes footregistShadowAnim {
    0% { transform : scale(0.6); opacity: 0.15; }
    50% { transform : scale(0.5); opacity: 0.3; }
    100% { transform : scale(0.6); opacity: 0.15; }
}

/*///////////////////////////////////////////////////////////////////////////

    QRコードリーダー

///////////////////////////////////////////////////////////////////////////*/
.qr-content {
    color: #ddd;
    padding: 15% 0;
}
.qr-content dt {
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.5;
    padding-bottom: 2rem;
}
.qr-video-content {
    position: relative;
    width: 300px;
    height: 300px;
    margin: 0 auto;
    border-radius: 1.5rem;
}
.qr-video-content .top-left,
.qr-video-content .top-right,
.qr-video-content .bottom-left,
.qr-video-content .bottom-right {
    position: absolute;
    width: 2.5rem;
    height: 2.5rem;
    border: 6px solid #fff;
}
.qr-video-content .top-left {
    top: -5px;
    left: -5px;
    border-right-width: 0;
    border-bottom-width: 0;
    border-radius: 1.5rem 0 0 0;
}
.qr-video-content .top-right {
    top: -5px;
    right: -5px;
    border-left-width: 0;
    border-bottom-width: 0;
    border-radius: 0 1.5rem 0 0;
}
.qr-video-content .bottom-left {
    bottom: -5px;
    left: -5px;
    border-right-width: 0;
    border-top-width: 0;
    border-radius: 0 0 0 1.5rem;
}
.qr-video-content .bottom-right {
    bottom: -5px;
    right: -5px;
    border-left-width: 0;
    border-top-width: 0;
    border-radius: 0 0 1.5rem 0;
}
.qr-video-content video {
    width: 300px;
    height: 300px;
    background: #000;
    border-radius: 1rem;
}
.qr-canvas-content {
    display: none;
}
.qr-cancel-button {
    margin-top: 10%;
}
.qr-cancel-button .content {
    background: none;
    border: 1px solid #fff;
    box-shadow: none;
    color: #fff;
}



/*///////////////////////////////////////////////////////////////////////////

    靴の情報登録

///////////////////////////////////////////////////////////////////////////*/
.search-num-result {
    margin: 0 4% 2em;
    text-align: right;
    line-height: 1;
}
.search-num-result em {
    font-size: 2rem;
    padding: 0 0.2em;
    font-style: normal;
}

.product-card-list {
    width: 96%;
    margin: 1.5em auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0.8em 0.4em;
}
.product-card-list > li {
    padding: 0.6rem 0;
    line-height: 1.1;
    letter-spacing: 0;
    color: #555;
    background: #fff;
    border-radius: 0.5rem;
    box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.2);
}
.product-card-list .product-info {
    padding: 0.5em 0.6em 0;
}
.product-card-list .product-info .brand {
    font-size: 0.8em;
    font-weight: bold;
}
.product-card-list .product-info .name {
    font-size: 0.9em;
}

/*///////////////////////////////////////////////////////////////////////////

    足の計測データ

///////////////////////////////////////////////////////////////////////////*/
.measurement-date-select {
    display: flex;
    justify-content: center;
    align-items: center;
}
.measurement-date-select > .title {
    width: 5em;
    text-align: right;
    font-size: 0.8rem;
    margin-right: 0.8em;
}
.measurement-date-select > .input-item-content {
    flex: 1;
}
.measurement-date-select > .input-item-content select {
    color: #555;
    padding: 1em 2em 1em 1em;
    border: 0;
    border-radius: 6px;
    box-shadow: 0px 3px 5px 1px rgb(0 0 0 / 20%);
}
.measurement-date-select > .input-item-content .selectbox:after {
    right: 1em;
}
.measurement-date-select > .icon-btn {
    width: 4em;
    text-align: center;
    color: #2999c4;
    font-size: 0.7rem;
    line-height: 1;
    background: #fff;
    margin-left: 1.5em;
    padding: 0.55em 0;
    border-radius: 6px;
    box-shadow: 0px 3px 5px 1px rgb(0 0 0 / 20%);
}
.measurement-date-select > .icon-btn.LY-inactive {
    padding: 0;
    opacity: 0;
    box-shadow: none;
}
.measurement-date-select > .icon-btn.LY-cancel {
    padding: 0.9em 0;
}
.measurement-date-select > .icon-btn img {
    display: block;
    width: auto;
    height: 1.6em;
    margin: 0 auto 0.4em;
    box-sizing: border-box;
}
.measurement-date-select > .icon-btn.LY-cancel img {
    margin: 0 auto;
    height: 2.2em;
}
.between-comparison-img {
    width: 1.5em;
    margin: 0.4em auto;
}

/* 比較計測値 */
.lr-footdata-list .value .comparison {
    font-size: 1rem;
    padding-top: 0.1em;
}
.lr-footdata-list .value .comparison .diff-value {
    color: #777;
    padding: 0 0.4em 0 0;
}
.lr-footdata-list .value .comparison .diff-value.ST-minus {
    color: #bc2e31;
}
.lr-footdata-list .value .comparison .diff-value.ST-plus {
    color: #2a5ed0;
}
.lr-footdata-list .value .comparison span:last-child {
    font-size: 0.6rem;
    padding-left: 0.3em;
}

.measurement-date {
    text-align: center;
    margin-bottom: 1.5em;
    font-size: 90%;
    font-weight: 300;
    line-height: 1;
}


/*///////////////////////////////////////////////////////////////////////////

    足データ共有

///////////////////////////////////////////////////////////////////////////*/
.code-entry-content {
    display: flex;
    justify-content: center;
    margin: 10% auto;
}
.code-entry-content input {
    width: 1.4em;
    text-align: center;
    line-height: 1;
    padding: 0.35em 0;
    margin: 0 4px;
    background: #ffffff77;
    border: 1px solid #186a8e99;
    font-size: 28px;
    font-family: "Now-Regular";
    color: #333;
    border-radius: 6px;
}
.code-entry-content input.form-item-error {
    background-color: #ffd3d3;
}

.linkage_nodata_img {
    width: 40%;
    margin: 0 auto 12%;
}