.disp-pc {
    display: none;
}
.midashi__large {
    display: block;
    margin-bottom: 1vw;
    color: #013C87;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 100;
    font-size: 10vw;
}
.midashi__sub {
    display: block;
    color: #013C87;
    font-size: 5vw;
}

/* header */
.header {
}
.header__inner {
    position: relative;
    height: 94vw;
    background: url(../img/header_sp_02.jpg);
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
}
.header__logo {
    position: absolute;
    text-align: center;
    width: 58vw;
    top: 28vw;
    left: 4vw;
}
.header__logo__text {
    display: block;
    margin-bottom: 1.5vw;
    color: #707070;
    font-size: 4vw;
}
.header__logo__img {
    width: 100%;
    height: auto;
}
.header__feature {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 4vw 4vw;
    display: flex;
    justify-content: space-between;
}
.header__feature__item {
    width: calc(33% - 1vw);
    padding: 2vw;
    background-color: rgba(1,60,135,.8);
    text-align: center;
}
.header__feature__icon {
    width: 6.5vw;
    margin-bottom: 2vw;
}
.header__feature__text {
    display: block;
    color: #fff;
    font-size: 2.5vw;
    font-weight: bold;
    line-height: 1.4;
}
.header__inquire {
    background-color: #013C87;
}
.header__inquire__inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 6vw 4vw;
}
.header__inquire__img {
    width: 20vw;
    height: 20vw;
    margin-right: 3.5vw;
}
.header__inquire__text {
    width: calc(100% - 23.5vw);
    color: #fff;
    font-size: 3.7vw;
    line-height: 1.6;
}
.header__inquire__daihyou {
    display: block;
    margin-top: 2vw;
    font-size: 3.3vw;
}
.header__link {
    width: 100%;
    margin-top: 3vw;
    padding: 4vw 0;
    background-color: #FF6600;
    border-radius: 7vw;
    color: #fff;
    text-decoration: none;
    font-size: 5.5vw;
    font-weight: bold;
    text-align: center;
}
.header__link:hover {
}

/* about */
.about {
    background-color: #EDF7FD;
}
.about__inner {
    padding: 7.5vw 4vw 10vw;
}
.about__img {
    width: 100%;
    margin-bottom: 10vw;
}
.about__midashi {
    margin-bottom: 9vw;
    text-align: center;
}
.about__text {
    font-size: 4vw;
    line-height: 1.8;
}
.about__text + .about__text {
    margin-top: 5vw;
}

/* howto */
.howto {
    margin-bottom: 10vw;
    padding-top: 13vw;
    background: url(../img/howto_pc.jpg) no-repeat;
    background-size: auto 60vw;
    background-position: top center;
}
.howto__midashi {
    margin-bottom: 12.5vw;
    text-align: center;
}
.howto__midashi .midashi__large,
.howto__midashi .midashi__sub {
    color: #fff;
}
.howto__list {
    padding: 0 4vw;
}
.howto__list__item {
    margin-bottom: 4vw;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
}
.howto__img {
    width: 100%;
    height: 29vw;
    object-fit: cover;
}
.howto__list__item:nth-child(1) .howto__img {
    object-position: 0 -13vw;
}
.howto__list__item:nth-child(2) .howto__img {
    object-position: 0 -9vw;
}
.howto__list__item:nth-child(3) .howto__img {
    object-position: 0 -9vw;
}
.howto__menu {
    padding: 4vw;
    color: #013C87;
    font-size: 5vw;
    font-weight: bold;
    text-align: center;
}
.howto__button {
    display: block;
    padding: 3.5vw 0;
    margin: 0 4vw 4vw;
    background-color: #013C87;
    border-radius: 6vw;
    color: #fff;
    font-size: 5vw;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}
.howto-line .howto__menu {
    color: #00B900;
}
.howto-line .howto__button {
    background-color: #00B900;
}
.howto__toggle {
    position: relative;
    display: block;
    padding: 2vw 4vw;
    background-color: #F2F2F2;
    font-size: 3.8vw;
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
}
.howto__toggle:after {
    position: absolute;
    content: "";
    right: 5vw;
    top: 3vw;
    width: 2vw;
    height: 2vw;
    border-bottom: 0.9vw solid #666;
    border-right: 0.9vw solid #666;
    transform: rotate(45deg);
}
.howto-active:after {
    transform: rotate(-135deg);
    top: 4vw;
}
.howto__text {
    display: none;
    padding: 0 4vw 4vw;
    background-color: #F2F2F2;
    font-size: 3.8vw;
    line-height: 1.6;
}
.howto__text small {
    font-size: 80%;
}

/* brand */
.brand__midashi {
    margin-bottom: 9vw;
    text-align: center;
}
.brand__list {
    overflow-x: scroll;
    display: flex;
    justify-content: space-between;
    padding: 0 4vw;
    margin-bottom: 10vw;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.brand__list::-webkit-scrollbar{
  display: none;
}
.brand__list__item {
    width: 76vw;
}
.brand__list__item:not(:last-child) {
    margin-right: 4vw;
}
.brand__img {
    width: 76vw;
    margin-bottom: 4vw;
}
.brand__type {
    margin-bottom: 4vw;
    font-size: 4vw;
    font-weight: bold;
    line-height: 1.6;
}
.brand__text {
    font-size: 3.8vw;
    line-height: 1.8;
}
.brand__detail {
    margin-top: 4vw;
    background-color: #F2F2F2;
}
.brand__detail > dl + .brand__detail__text {
    margin-top: 4vw;
}
.brand__detail__midashi {
    display: none;
}
.brand__detail__series {
    margin-bottom: 2vw;
    font-weight: bold;
    text-align: left;
}
.brand__detail__text {
    line-height: 1.6;
    text-align: left;
}
.brand__detail__note {
    margin-top: 3vw;
    line-height: 1.6;
    text-align: left;
}
.brand__detail__text + .brand__detail__series {
    margin-top: 3vw;
}
.brand__toggle {
    position: relative;
    display: block;
    padding: 2vw 4vw;
    font-size: 4vw;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
}
.brand__toggle:after {
    position: absolute;
    content: "";
    right: 5vw;
    top: 2vw;
    width: 2vw;
    height: 2vw;
    border-bottom: 0.9vw solid #666;
    border-right: 0.9vw solid #666;
    transform: rotate(45deg);
}
.brand-active:after {
    transform: rotate(-135deg);
    top: 3vw;
}
.brand__detail__contents {
    display: none;
    padding: 0 4vw 4vw;
}

/* case */
.case {
    padding: 7.7vw 4vw 10vw;
    background-color: #EDF7FD;
}
.case__midashi {
    margin-bottom: 9.2vw;
    text-align: center;
}
.case__wrap {
    overflow: hidden;
    padding: 4.2vw 0;
    background-color: #fff;
}
.case__type {
    display: block;
    margin-bottom: 2.5vw;
    font-size: 5vw;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
}
.case__list {
    overflow-x: scroll;
    display: flex;
    padding: 0 4vw 2vw;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.case__list::-webkit-scrollbar{
  display: none;
}
.case__list + .case__type {
    margin-top: 8vw;
}
.case__list__item:not(:last-child) {
    margin-right: 4vw;
}
.case__images {
    display: flex;
    margin-bottom: 2.7vw;
    border: 1px solid #ddd;
}
.case__images__item {
    display: block;
    height: 34vw;
}
.case__images__item:nth-child(1) { text-align: right; }
.case__images__item:nth-child(2) { text-align: left; }
.case__img {
    height: 100%;
}
.case__brand {
    display: block;
    margin-bottom: 2vw;
    font-size: 3vw;
    line-height: 1.4;
}
.case__name {
    margin-bottom: 3vw;
    font-size: 3.5vw;
    font-weight: bold;
}
.case__detail {
    display: flex;
    align-items: center;
}
.case__purchase {
    display: flex;
    align-items: center;
    color: #013C87;
    font-size: 3.5vw;
}
.case__purchase > dt {
    margin-right: 2vw;
}
.case__status {
    display: flex;
    align-items: center;
    margin-left: 6.4vw;
    font-size: 3.5vw;
}
.case__status > dt {
    margin-right: 2vw;
}
.case__status__rank {
    width: 10vw;
    display: block;
    padding: .4vw 0;
    text-align: center;
    background: #F2F2F2;
}

/* item */
.item {
    padding: 7.7vw 0 9vw;
}
.item__midashi {
    margin-bottom: 10vw;
    text-align: center;
}
.item__list {
    margin: 0 auto 8vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.item__list__type {
    width: 25vw;
    margin: 0 1.5vw 5.7vw;
}
.item__img {
    margin-bottom: 3vw;
    width: 100%;
}
.item__name {
    display: block;
    font-size: 4vw;
    font-weight: bold;
    color: #013C87;
    text-align: center;
}
.item__note {
    padding: 0 4vw;
    font-size: 4vw;
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
}

/* brands */
.brands {
    height: 100vw; /* この高さとjqueryの高さを一緒にする */
    margin: 0 auto;
    overflow: hidden;
}
.brands__wrap {
    position: relative;
    margin-bottom: 25vw;
    padding: 0 4vw;
}
.brands__midashi {
    margin-bottom: 5.3vw;
    padding-bottom: 3vw;
    border-bottom: 1px solid #707070;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 4vw;
}
.brands__list__item {
    font-size: 3.5vw;
    line-height: 2;
}
.brands__detail {
    margin-bottom: 7vw;
}
.brands__buttonWrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 28vw;
    padding-top: 28vw;
    text-align: center;
    background: linear-gradient(180deg, rgb(255, 255, 255, 0) 0%, rgb(255, 255, 255, 1) 90%);
    cursor: pointer;
    transition: bottom 0.2s;
}
.brands__buttonWrap.active {
    position: fixed;
    width: 100%;
    bottom: 0;
    padding: 4vw;
    height: auto;
}
.brands__button {
    display: block;
    width: 65vw;
    padding: 3.5vw 0;
    margin: 0 auto;
    background-color: #013C87;
    border-radius: 6vw;
    color: #fff;
    font-size: 5vw;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}
.active {
    background: none;
    bottom: 0;
}

/* purchase */
.purchase {
    margin-bottom: 6vw;
    padding: 0 4vw;
}
.purchase__box {
    padding: 5vw 5vw 7.4vw;
    margin-bottom: 4vw;
    background-color: #F2F2F2;
}
.purchase__midashi {
    margin-bottom: 4vw;
    padding-bottom: 3vw;
    border-bottom: 1px solid #707070;
    font-size: 4vw;
    text-align: center;
}
.purchase__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.purchase__list__item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(50% - 1vw);
    padding: 3.8vw;
    margin-bottom: 2vw;
    border-radius: .7vw;
    line-height: 1.4;
    font-size: 3.8vw;
    text-align: center;
    background-color: #D9D9D9;
}
.purchase__list__item-wide {
    width: 100%;
}
.purchase__list__item-wide2row {
    width: 100%;
    display: block;
}
.purchase__list__item__text {
    line-height: 1.6;
    margin-top: 1.5vw;
    font-size: 3.8vw;
}

/* voice */
.voice {
    padding: 7.7vw 4vw 10vw;
    background-color: #EDF7FD;
}
.voice__midashi {
    margin-bottom: 7.4vw;
    text-align: center;
}
.voice__list {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.voice__list__item {
    width: 100%;
    padding-bottom: 2vw;
    background-color: #fff;
    border-radius: 1.4vw;
}
.voice__list__item:not(:last-child) {
    margin-bottom: 4vw;
}
.voice__profile {
    display: flex;
    align-items: center;
    margin-bottom: 2vw;
    padding: 4vw 5vw;
    border-bottom: 1px solid #ddd;
}
.voice__profile__icon {
    width: 11vw;
    margin-right: 4.8vw;
}
.voice__profile__name {
    display: block;
    margin-bottom: 2vw;
    font-size: 4vw;
}
.voice__profile__star {
    font-size: 3vw;
}
.voice__text {
    padding: 0 4vw;
    font-size: 3.8vw;
    line-height: 1.6;
}
.voice__text + .voice__text {
    margin-top: 3vw;
}
.voice__toggle {
    position: relative;
    display: block;
    padding: 0 4vw;
    font-size: 3.8vw;
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
}
.voice__toggle:after {
    position: absolute;
    content: "";
    right: 5vw;
    top: 1vw;
    width: 2vw;
    height: 2vw;
    border-bottom: 0.9vw solid #666;
    border-right: 0.9vw solid #666;
    transform: rotate(45deg);
}
.voice-active:after {
    transform: rotate(-135deg);
    top: 2vw;
}
.voice__detail {
    display: none;
    padding: 2vw 0;
}

/* footer */
.footer {
    padding: 10vw 0;
    background-color: #013C87;
}
.footer__logo {
    margin-top: 7vw;
}
.footer__logo__img {
    display: block;
    width: 40%;
    margin: 0 auto 5vw;
}
.footer__links {
    display: flex;
    justify-content: center;
    margin-bottom: 5vw;
}
.footer__links__item:not(:last-child) {
    margin-right: 5vw;
}
.footer__links__item__link {
    color: #fff;
    font-size: 3.5vw;
}
.footer__copyright {
    color: #fff;
    font-size: 3vw;
    text-align: center;
}