@media (max-width: 767px) {
    .is-pc {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .is-sp {
        display: none !important;
    }
}

.btn__wrap {
    display: block;
    width: 100%;
    max-width: 392px;
    margin: 2rem auto 0;
}

.btn__wrap > * {
    position: relative;
    display: block;
    padding: 0.75rem 40px 0.75rem 25px;
    overflow: hidden;
    font-size: 0.875rem;
    cursor: pointer;
    border-radius: 24px;
}

.btn__wrap > *::after {
    position: absolute;
    top: 50%;
    right: 1rem;
    width: 1rem;
    height: 1rem;
    margin-top: -0.5rem;
    vertical-align: middle;
    content: "";
    background-repeat: no-repeat;
}

.btn__red > a {
    font-weight: bold;
    color: #fff;
    background-color: #d82300;
    border: 2px solid #d82300;
}

.btn__red > a:hover {
    background-color: #b31e00;
    border: 2px solid #b31e00;
}

.btn__red > a::after {
    background-image: url("/images/common/icon_arrow_white01_1.png");
    background-size: contain;
}

.btn__more {
    width: 100%;
    max-width: 344px;
}

.btn__more > * {
    padding: 2.25rem 0.75rem 0.75rem;
    font-weight: bold;
    color: #d82300;
    text-align: center;
    border: 1px solid #e6e6e6;
    border-radius: 40px;
}

.btn__more > *:hover {
    border: 1px solid #d82300;
}

.btn__more > *::after {
    position: absolute;
    top: 1rem;
    right: 50%;
    width: 20px;
    height: 12px;
    margin-top: 0;
    margin-right: -10px;
    vertical-align: middle;
    content: "";
    background-image: url("/images/common/icon_arrow_red03.png");
    background-size: contain;
}

.titleHeading {
    font-weight: 700;
    text-align: center;
    font-size: 2.5rem;
}

@media (max-width: 767px) {
    .titleHeading {
        font-size: 6vw;
    }
}

.titleMain {
    text-align: center;
}

.titleMain--main {
    font-weight: 500;
    line-height: 1.4444444444;
}

@media (max-width: 767px) {
    .titleMain--main {
        font-size: 24px;
        font-size: 1.5rem;
    }
}

@media (min-width: 768px) {
    .titleMain--main {
        font-size: 36px;
        font-size: 2.25rem;
    }
}

.titleMain--main > span {
    font-style: normal;
    color: #d82300;
}

.titleMain--lead {
    display: block;
    color: #545454;
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 8px;
}

.titleMain:before {
    content: "";
    display: block;
    width: 76px;
    height: 12px;
    background-color: #d82300;
    border-radius: 50vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8px;
}

.titleSub {
    font-size: 24px;
    font-size: 1.5rem;
    text-align: center;
    color: #d82300;
}

.titleH4 {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700;
    text-align: center;
}

.title--left {
    text-align: left;
}

.picture__wrap {
    width: 100%;
    max-width: 720px;
    margin: 4rem auto 0;
}

@media screen and (max-width: 767px) {
    .picture__wrap {
        margin: 2rem auto 0;
    }
}

.flex {
    width: 100%;
    max-width: 864px;
    margin: 4rem auto 0;
}

@media (max-width: 767px) {
    .flex {
        margin: 2rem auto 0;
    }
}

/* 金グラフ、ダイヤ計算ツール ------------------------------------ */
.flex__content {
    height: 0;
    padding: 0;
    visibility: hidden;
    background-color: #f2f2f2;
}

@media (max-width: 767px) {
    .flex__content {
        padding: 0;
        margin: 0 -1rem;
    }
}

.flex__content.active {
    height: 100%;
    visibility: visible;
    padding: min(3.33vw, 48px) min(2.68vw, 50px);
}

@media (max-width: 767px) {
    .flex__content.active {
        padding: 32px 0;
    }
}

.flex + .btn__wrap.btn__red {
    max-width: 500px;
    margin-top: 4rem;
}

/* 金グラフ、ダイヤ計算ツール ここまで------------------------------------ */
a.img__link {
    display: block;
}

a.img__link .img {
    position: relative;
    display: block;
}

a.img__link .img::before,
a.img__link .img::after {
    position: absolute;
    display: block;
    content: "";
}

a.img__link .img::before {
    right: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    background: #000;
    border-radius: 24px 0 0;
    opacity: 0.3;
}

a.img__link .img::after {
    right: 0.85rem;
    bottom: 0.75rem;
    width: 8px;
    height: 14px;
    color: #fff;
    background: url("/images/common/icon_arrow_white02_1.png") no-repeat top
        left;
    background-size: contain;
}

a.img__link:hover .img::before {
    background: #d82300;
    opacity: 1;
}

.colBox {
    gap: 2.22vw 2.77vw;
    width: 100%;
    max-width: 824px;
    margin: 4rem auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (min-width: 1441px) {
    .colBox {
        gap: 2rem 40px;
    }
}

@media (max-width: 767px) {
    .colBox {
        gap: 2.22vw 2.5vw;
        margin: 2rem auto 0;
    }
}

.colBox img {
    max-width: 100%;
}

.colBox > .col .img {
    overflow: hidden;
    border-radius: 24px;
}

.colBox > .col [class^="titleH"] {
    margin-top: 0.5rem;
}

.colBox > .col .text {
    margin-top: 0.5rem;
    font-size: 0.875rem;
}

@media (max-width: 767px) {
    .colBox > .col .text {
        margin-top: 4px;
        font-size: 0.75rem;
    }
}

.colBox__col01 {
    max-width: 720px;
}

.colBox__col01 > .col {
    width: 100%;
    margin: 2rem 0 0;
}

@media (max-width: 767px) {
    .colBox__col01 > .col {
        margin-top: 1rem;
    }
}

.colBox__col01 > .col:first-child {
    margin-top: 0;
}

@media (max-width: 767px) {
    .colBox__col04 {
        padding: 0 1rem;
    }
}

.colBox__col04 > .col {
    width: 12.25vw;
    max-width: 176px;
}

@media (max-width: 767px) {
    .colBox__col04 > .col {
        max-width: 98px;
    }

    .colBox__col04 > .col .text {
        font-size: 0.875rem;
    }
}

@media (max-width: 767px) {
    .colBox.sp__col03 {
        width: 100%;
        padding: 0rem;
    }

    .colBox.sp__col03 > .col {
        width: 48%;
    }

    .colBox.sp__col03 > .col a.img__link .img::before {
        width: 32px;
        height: 32px;
    }

    .colBox.sp__col03 > .col a.img__link .img::after {
        right: 0.75rem;
        bottom: 0.6rem;
        width: 6px;
        height: 12px;
    }
}

.fshoplist-target {
    display: grid;
    row-gap: 0.5rem;
    margin-top: 4rem;
}

@media (max-width: 767px) {
    .fshoplist-target {
        margin-top: 2rem;
    }
}

.fshoplist-target--ttl {
    position: relative;
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.4444444444;
    text-align: center;
}

@media (max-width: 767px) {
    .fshoplist-target--ttl {
        text-align: start;
    }
}

.fshoplist-target--ttl::before,
.fshoplist-target--ttl::after {
    position: absolute;
    top: 50%;
    right: 6px;
    width: 1.5px;
    height: 0.75rem;
    content: "";
    background: #d82300;
    border-radius: 3px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.fshoplist-target--ttl::before {
    content: "";
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}

.horizonlist {
    width: 100%;
    max-width: 824px;
    margin: 2rem auto 0;
}

@media (max-width: 767px) {
    .horizonlist {
        margin: 2rem auto 0;
        padding: 0 2.22vw;
    }
}

.horizonlist--link {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}

@media (max-width: 767px) {
    .horizonlist--link {
        -webkit-column-gap: 0.875rem;
        -moz-column-gap: 0.875rem;
        column-gap: 0.875rem;
    }
}

.horizonlist--link + .horizonlist--link {
    margin-top: 2rem;
}

.horizonlist--img {
    width: 30%;
    max-width: 176px;
}

@media (max-width: 767px) {
    .horizonlist--img {
        max-width: 80px;
    }
}

.horizonlist--img img {
    width: 100%;
    border-radius: 24px;
}

.horizonlist--text {
    width: 70%;
    max-width: calc(100% - 176px);
}

@media (max-width: 767px) {
    .horizonlist--text {
        max-width: calc(100% - 80px);
    }
}

.horizonlist--text .titleH4 {
    margin-bottom: 1rem;
    line-height: 1.5;
}

@media (max-width: 767px) {
    .horizonlist--text .titleH4 {
        font-size: 16px;
        font-size: 1rem;
    }
}

.horizonlist--text p {
    color: #545454;
    font-size: 14px;
    font-size: 0.875rem;
}

@media (max-width: 767px) {
    .horizonlist.sp--vertical .horizonlist--link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 1rem;
    }

    .horizonlist.sp--vertical .horizonlist--img {
        max-width: 148px;
        width: 100%;
    }

    .horizonlist.sp--vertical .horizonlist--text {
        width: 100%;
        max-width: 100%;
    }
}

.horizonnumblist .horizonlist--link + .horizonlist--link {
    margin-top: 1rem;
}

.horizonnumblist .horizonlist--img {
    position: relative;
    border-radius: 24px;
}

.horizonnumblist .horizonlist--img img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 24px;
}

.horizonnumblist .horizonlist--img span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 4% 8%;
    color: #fff;
    background: #d82300;
    border-radius: 24px 0;
}

@media (max-width: 767px) {
    .horizonnumblist .horizonlist--img span {
        font-size: 1rem;
    }
}

@media (min-width: 768px) {
    .horizonnumblist .horizonlist--img span {
        font-size: 20px;
    }
}

.attendList {
    width: 100%;
    max-width: 864px;
    margin: 1rem auto 0;
}

@media (max-width: 767px) {
    .attendList {
        padding: 0 0.5rem;
    }
}

.attendList .attendList__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.4166666667;
    color: #545454;
}

.attendList .attendList__item::before {
    content: "※";
    display: inline-block;
    margin-right: 3px;
}

.voicelist {
    width: 100%;
    max-width: 864px;
    margin: 4rem auto 0;
}

@media (max-width: 767px) {
    .voicelist {
        width: calc(100% + 1rem);
        margin: 2rem -0.5rem 0;
    }
}

.chart {
    width: 100%;
}

.brandinfo {
    max-width: 864px;
    margin: 0 auto;
}

.brandinfo__header {
    background-color: #d82300;
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
}

.brandinfo__body {
    position: relative;
    background: url("/images/common/brandinfo-quotation.svg") no-repeat 20px
        280px / cover #fcf1db;
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
}

@media (max-width: 767px) {
    .brandinfo__body {
        padding: 2rem 1rem 4rem;
        background-position: 0 294px;
        background-size: 74px 62.2px;
    }
}

@media (min-width: 768px) {
    .brandinfo__body {
        padding: 2rem 5.75rem 4rem;
        background-size: 104px 87.4px;
    }
}

.kaitoriDetail {
    max-width: 864px;
    padding: 8px;
    margin-right: auto;
    margin-left: auto;
    background-color: #fcf1db;
    border-radius: 24px;
}

@media (max-width: 767px) {
    .kaitoriDetail {
        margin-right: -10px;
        margin-left: -10px;
    }
}

@media (min-width: 768px) {
    .kaitoriDetail {
        padding: 20px;
    }
}

.kaitoriDetail .kaitoriDetail__inner {
    padding: 16px 8px;
    background-color: #fff;
    border-radius: 24px;
}

@media (min-width: 768px) {
    .kaitoriDetail .kaitoriDetail__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 32px 32px 32px min(6.52%, 72px);
    }
}

@media (max-width: 767px) {
    .kaitoriDetail .kaitoriDetail__image {
        width: 74%;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }
}

@media (min-width: 768px) {
    .kaitoriDetail .kaitoriDetail__image {
        width: 35%;
    }
}

.kaitoriDetail .kaitoriDetail__image img {
    width: 100%;
    max-width: 248px;
    height: auto;
}

.kaitoriDetail .kaitoriDetail__definition {
    border-top: 1px solid #e6e6e6;
}

@media (max-width: 767px) {
    .kaitoriDetail .kaitoriDetail__definition {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 16px;
    }
}

@media (min-width: 768px) {
    .kaitoriDetail .kaitoriDetail__definition {
        max-width: 65%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: 40px;
    }
}

.kaitoriDetail .kaitoriDetail__definition .title,
.kaitoriDetail .kaitoriDetail__definition .text {
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 8px 0;
    border-bottom: 1px solid #e6e6e6;
}

.kaitoriDetail .kaitoriDetail__definition .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 53%;
    font-weight: 700;
    color: #000;
}

@media (min-width: 768px) {
    .kaitoriDetail .kaitoriDetail__definition .title {
        width: 33.3333333333%;
    }
}

@media (max-width: 767px) {
    .kaitoriDetail .kaitoriDetail__definition .title.price {
        width: 100%;
        padding-bottom: 0;
        border-bottom: none;
    }
}

.kaitoriDetail .kaitoriDetail__definition .text {
    width: 47%;
    color: #545454;
}

@media (min-width: 768px) {
    .kaitoriDetail .kaitoriDetail__definition .text {
        width: 66.6666666667%;
    }
}

.kaitoriDetail .kaitoriDetail__definition .text.price {
    font-size: 32px;
    font-size: 2rem;
    color: #d82300;
}

@media (max-width: 767px) {
    .kaitoriDetail .kaitoriDetail__definition .text.price {
        width: 100%;
        padding-top: 0;
        margin-top: -3px;
        text-align: center;
    }
}
