#feature section {
    text-align: center;
}
#feature h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 0.14em;
    width: 100%;
}
@media screen and (max-width: 768px) {
    #feature h1 {
        font-size: 25px;
    }
}

#feature h2 {
    text-align: center;
    color: #fff;
    background-color: #313131;
    margin-bottom: 60px;
    padding: 30px 0;
    height: 24px;
}
@media screen and (max-width: 768px) {
    #feature h2 {
        margin-bottom: 30px;
        padding: 15px 0;
        font-size: 16px;
        height: 25px;
    }
}

#feature h2.two-line {
    height: 48px;
}
@media screen and (max-width: 768px) {
    #feature h2.two-line {
        height: 50px;
    }
}

#feature h4.price {
    text-align: right;
}

#feature img {
    width: 100%;
    height: auto;
}

#feature .sp-only {
    display: none;
}
@media screen and (max-width: 768px) {
    #feature .sp-only {
        display: block;
    }
    #feature .pc-only {
        display: none;
    }
}

body, main, article {
    width: 100% !important;
    min-width: 100% !important;
}
@media screen and (max-width: 768px) {
    html, .content.barba-container, #feature {
        width: 100% !important;
        min-width: 100% !important;
    }
    article.top {
        min-width: 100vw !important;
        min-height: 100lvh;
    }
}
#feature h3 {
    position: relative;
    display: inline-block;
    padding: 0 10px;
    margin-bottom: 30px;
    font-size: 30px;
}
@media screen and (max-width: 768px) {
    #feature h3 {
        font-size: 16px;
        margin-bottom: 15px;
    }
}

#feature .top-wrapper {
    position: relative;
}
#feature .kv-media-box {
    position: fixed;
    top: 80px;
    right:0;
    left:0;
    bottom:0;
    height: calc(100vh - 80px);
    height: calc(100lvh - 80px);
    width: 100%;
    z-index: -1;
    overflow: hidden;
}
#video {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    margin-top: 0;
    object-fit: cover;
}
.overlay:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
}
@media screen and (max-width:768px) {
    #top-page {
        height: 100lvh;
    }
    #feature .kv-media-box {
        top: 48px;
        height: calc(100vh - 48px);
        height: calc(100lvh - 48px);
    }
    #video {
        width: 100vw;
	    height: auto;
        min-height: 100vh;
        min-width: 100vw;
    }
    .sp-only .intro-back {
        background: #313131;
    }
    .sp-only.intro-back-container {
        background: #313131;
    }
    .sp-only .intro-back picture img {
        vertical-align: top;
    }
    .overlay:after {
        position: static;
        height: auto;
    }
}

#feature .kv-section {
    width: 100% !important;
    min-width: 100% !important;
    height: calc(100vh - 80px);
    height: calc(100lvh - 80px);
}
#feature .kv-section-inner {
    width: 100%;
    height: calc(100vh - 80px);
    margin-top: 80px;
    overflow: hidden;
    position: relative;
    transform: translate3d(0,0,0);
}
@media screen and (max-width: 768px) {
    #feature .kv-section {
        height: 100vh;
        height: 100lvh;
    }
    #feature .kv-section-inner {
        margin-top: 0;
        padding-top: 48px;
        height: calc(100lvh - 48px);
    }
}
#feature .kv-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 400px;
    height: auto;
    z-index: 1;
}
#feature .kv-logo img {
    width: 100%;
    height: auto;
    z-index: 9999;
}
@media screen and (max-width: 768px) {
    #feature .kv-logo {
        width: 220px;
        height: auto;
    }
}
#feature .kv-scroll {
    position: absolute;
    bottom: 5rem;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 1s;
}
@media screen and (max-width: 768px) {
    #feature .kv-scroll {
        bottom: 120px;
    }
}
#feature .kv-scroll.is-show {
    opacity: 1;
}
#feature .kv-scroll:before {
    content: "";
    position: absolute;
    background-color: #ffffff;
    width: 2px;
    height: 3rem;
    top: 1.75rem;
    left: 50%;
}
@media screen and (min-width:768px) {
    #feature .kv-scroll:before {
        animation: pathmove-pc 1.4s ease-in-out infinite;
    }
}
@media screen and (max-width:767px) {
    #feature .kv-scroll:before {
        animation: pathmove-sp 1.4s ease-in-out infinite;
    }
}
@keyframes pathmove-pc {
    0%{
        height:0;
        top: 1.75rem;
        opacity: 0;
    }
    30%{
        height: 3rem;
        opacity: 1;
    }
    100%{
        height:0;
        top: 5rem;
        opacity: 0;
    }
}
@keyframes pathmove-sp {
    0%{
        height:0;
        top: 1.75rem;
        opacity: 0;
    }
    30%{
        height: 2.75rem;
        opacity: 1;
    }
    100%{
        height:0;
        top: 6rem;
        opacity: 0;
    }
}
.kv-scroll-text {
    letter-spacing: 0.125rem;
    color: #fff;
}
@media screen and (min-width:768px) {
    .kv-scroll-text {
        font-size: 1rem;
    }
}
@media screen and (max-width:767px) {
    .kv-scroll-text {
        font-size: 0.75rem;
    }
}
#feature .pc-only.intro-back-container {
    position: relative;
    height: 2800px; /* pc固定 */
    z-index: 0;
    background: #000;
}
#feature .sp-only.intro-back-container {
    position: relative;
}
#feature .intro-back {
    position: sticky;
    top: 80px;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    z-index: 0;
}
#feature .intro-back img {
    width: 100%;
    height: auto;
}
#feature .black-overlay {
    position: absolute;
    left: 0;;
    top: 0;
    width: auto;
    height: 100vh;
    min-width: 100%;
    min-height: 100%;
    background-color: #000;
    opacity: 0;
    pointer-events: none;
    z-index: 1;
    transition: opacity 0.2s ease;
}
#feature .pc-only.intro-back-container {
    display: block;
}
#feature .sp-only.intro-back-container {
    display: none;
}
@media screen and (max-width: 768px) {
    #feature .intro-back {
        top: 48px;
    }
    #feature .pc-only.intro-back-container {
        display: none;
    }
    #feature .sp-only.intro-back-container {
        display: block;
        position: relative;
        height: 1700px;
        z-index: 0;
    }
    #feature .sp-only .intro-back {
        top: 48px;
        background: #313131;
        height: calc(100lvh - 100px);
        min-height: calc(100lvh - 100px);
    }
    #feature .sp-only .intro-back img {
        height: auto;
    }
}

#feature .rows {
    position: absolute;
    top: -1200px;
    right: 0;
    left: 0;
    margin: 0 auto 160px;
    width: 100%;
    max-width: 840px;
    text-align: center;
    z-index: 1;
}
#feature .row {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 15px;
    gap: 15px;
}
#feature .row.center {
    justify-content: center;
}
#feature .row .size-s {
    flex-basis: 390px;
}
#feature .row .size-m {
    flex-basis: 750px;
}
@media screen and (max-width: 768px) {
    #feature .rows {
        top: -1030px;
        margin: 0 auto 80px;
        width: calc(100% - 20px);
        max-width: calc(100% - 20px);
        padding: 0 10px;
    }
}
@media screen and (min-width: 520px) and (max-width: 899px) {
    #feature .rows { max-width: 500px; }
}
#feature .fade-img {
    display: flex;
    width: 100%;
    height: auto;
    object-fit: cover;
    overflow: hidden;
    opacity: 0;
    transform-origin: 50% bottom;
    transform: translateY(50px) scale(0.7);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.5s ease;
}
#feature .fade-img.show {
    opacity: 1;
    transform: translateY(0px) scale(1);
}
#feature .fade-img.left.show {
    transition-delay: 0s;
}
#feature .fade-img.right.show {
    transition-delay: 0.3s;
}
#feature .fade-img.center.show {
    transition-delay: 0.15s;
}
#feature .kv-under .btn.transparent {
    position: relative;
    top: -254px;
    border: 3px solid #fff;
    margin-bottom: 200px;
    z-index: 2;
}
#feature .kv-under .btn.transparent a {
    background: none;
    color: #fff;
    padding-top: 4px;
}
#feature .kv-under .btn.transparent a.btn_hover {
    color: #fff;
}
#feature .kv-under .btn.transparent a.btn_hover:hover {
    color: #313131;
}
#feature .kv-under .btn.transparent .btn_hover:after  {
    background: #fff;
}
@media (hover: none) and (pointer: coarse) {
    #feature .kv-under .btn.transparent a.btn_hover:hover {
        color: #fff;
    }
    #feature .kv-under .btn.transparent .btn_hover:after {
        background: none;
    }
}
@media screen and (max-width: 768px) {
    #feature .kv-under .btn.transparent {
        top: -162px;
        margin-bottom: 120px;
        border: 2px solid #fff;
    }
    #feature .fade-img {
        display: block;
        width: 100%;
        height: auto;
        overflow: hidden;
        opacity: 0;
        transform-origin: 50% bottom;
        transform: translateY(50px) scale(0.7);
        transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.5s ease;
    }
    #feature .fade-img.show {
        opacity: 1;
        transform: translateY(0px) scale(1);
    }
    #feature .kv-under .btn.transparent a.btn_hover:hover {
        color: #fff;
    }
    #feature .kv-under .btn.transparent a {
        padding-top: 2px;
    }
}
#feature .kv-under {
    height: 0;
    display: block;
    position: relative;
    top: 0;
}
#feature .inn {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    padding-bottom: 170px;
    z-index: 3;
    width: 100%;
}
@media screen and (max-width: 768px) {
    #feature .inn {
        padding-bottom: 100px;
    }
}

#feature .loop {
    overflow: hidden;
}
#feature .loop__box {
    display: flex;
    width: 100vw;
}
#feature .loop__box picture img {
    min-width: 200vw;
    height: 100%;
}
#feature .loop__box picture:first-child {
    animation: loop 60s -50s linear infinite;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
#feature .loop__box picture:last-child {
    animation: loop2 60s -20s linear infinite;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

@keyframes loop {
    0% {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-100%);
    }
}
@keyframes loop2 {
    0% {
        transform: translateX(0);
    }
    to {
        transform: translateX(-200%);
    }
}
@media screen and (max-width: 768px) {
    #feature .loop__box picture img {
        min-width: 300vw;
        height: 100%;
    }
}


#feature .read-section h2 {
    margin-bottom: 0;
}

#feature .read-section .read-wrapper {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    color: #fff;
}

#feature .read-section {
    padding: 0;
    text-align: center;
    z-index: 3;
    color: #fff;
    position: relative;
    display: inline-block;
    height: auto;
}

#feature .read-title {
    font-size: 32px;
    font-weight: 500;
    line-height: 56px;
    letter-spacing: 3.4px;
    margin-bottom: 80px;
}
#feature .read-section p {
    font-size: 18px;
    font-weight: 500;
    line-height: 56px;
    letter-spacing: 0.1em;
}
#feature .read-section p.mb-60 {
    margin-bottom: 60px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
    #feature .read-title {
        font-size: 30px;
        line-height: 50px;
        letter-spacing: 3px;
    }
    #feature .read-section p {
        font-size: 16px;
        line-height: 50px;
    }
}
@media screen and (max-width: 767px) {
    #feature .read-title {
        font-size: 22px;
        line-height: 40px;
        letter-spacing: 2.2px;
        margin-bottom: 65px;
    }
    #feature .read-section p {
        font-size: 14px;
        line-height: 2.5;
    }
}

#feature .plan, #feature .clothing, #feature .products, #feature .user-voice, #feature .locations {
    height: auto;
    background: #fff;
    position: relative;
    top: 0;
    z-index: 1;
}
#feature .features {
    height: auto;
    background: #fff;
    position: relative;
    z-index: 1;
}
#feature .features-text {
    padding: 150px 0 105px;
}
#feature .features-text h3 {
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 6.4px;
    margin-bottom: 17px;
}
#feature .features-text .h3-sub {
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 3.2px;
    margin-bottom: 74px;
}
@media screen and (max-width: 768px) {
    #feature .features {
        padding: 43px 20px 70px;
    }
    #feature .features-text {
        padding: 0 0 44px;
    }
    #feature .features-text h3 {
        font-size: 22px;
        line-height: 22px;
        letter-spacing: 4.4px;
        margin-bottom: 14px;
    }
    #feature .features-text .h3-sub {
        font-size: 12px;
        line-height: 12px;
        letter-spacing: 2.4px;
        margin-bottom: 35px;
    }
    #feature .features-text .normal-p {
        font-size: 13px;
        line-height: 23px;
        letter-spacing: 0.65px;
    }
}
#feature .features-nav {
    margin: 0 auto;
    max-width: 1200px;
}
@media screen and (min-width: 769px) and (max-width: 1250px) {
    #feature .features-nav {
        max-width: 750px;
    }
}
#feature .features-nav-ul h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 2px;
    margin-bottom: 13px;
}
#feature .features-nav-ul h5 {
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
    letter-spacing: 2.4px;
    margin-bottom: 0;
}
#feature .features-nav-ul {
    display: flex;
    justify-content: center;
}
#feature .features-nav-ul li {
    padding: 0;
    border-left: 1px solid #000;
    width: calc(100% /3);
    height: 50px;
}
#feature .features-nav-ul li:last-child {
    border-right: 1px solid #000;
}
#feature .nav-each-ul {
    display: block;
}
#feature .nav-each-ul li {
    padding: 0;
    border-left: none;
    height: auto;
    width: 100%;
}
#feature .nav-each-ul li:last-child {
    border-right: none;
}
@media screen and (max-width: 768px) {
    #feature .features-nav-ul h4 {
        font-size: 16px;
        line-height: 16px;
        letter-spacing: 0.8px;
        margin-bottom: 0;
    }
    #feature .features-nav-ul h5 {
        font-size: 11px;
        line-height: 11px;
        letter-spacing: 2.2px;
    }
    #feature .features-nav-ul {
        display: block;
    }
    #feature .features-nav-ul li {
        padding: 0;
        border-left: none;
        border-top: 1px solid #000;
        height: 56px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    #feature .features-nav-ul li a {
        width: 100%;
        height: 100%;
    }
    #feature .features-nav-ul li:last-child {
        border-right: none;
        border-bottom: 1px solid #000;
    }
    #feature .nav-each-ul {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #feature .nav-each-ul li {
        padding: 0;
        border-left: none;
        border-top: none;
        height: 56px;
        width: auto;
    }
    #feature .nav-each-ul li:first-child {
        margin-right: 14px;
    }
    #feature .nav-each-ul li:last-child {
        border-right: none;
        border-bottom: none;
    }
}
#feature .title-en {
    font-size: 22px;
    font-weight: 600;
}
#feature .title-ja {
    font-size: 12px;
    font-weight: normal;
}

#feature h4 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
    #feature h4 {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 5px;
    }
}
#feature h5 {
    font-size: 12px;
    line-height: normal;
    margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
    #feature h4 {
        font-size: 12px;
        line-height: normal;
        margin-bottom: 5px;
    }
}
#feature .features-img {
    width: 100%;
    height: auto;
    position: relative;
}
#feature .features-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}
#feature .features-logo h4 {
    font-size: 34px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 6.4px;
    margin-bottom: 10px;
}
#feature .features-logo h5 {
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 3.2px;
    margin-bottom: 0;
}
#feature .features-logo-black {
    color: #313131;
}
#feature .features-text {
    margin: 0 auto 50px;
}
#feature .features-text .note {
  font-size: 12px;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  #feature .features-text .note {
    font-size: 10px;
  }
}
#plan {
    padding: 95px 0 0;
}
#feature .plan-price.btn.contentsAnime.delay1 {
    z-index: 2;
}

#feature .plan-ul-wrapper {
    padding: 0px 0 110px;
}
@media screen and (max-width: 768px) {
    #feature .features-logo h4 {
        font-size: 22px;
        line-height: 20px;
        letter-spacing: 4px;
        margin-bottom: 10.5px;
    }
    #feature .features-logo h5 {
        font-size: 12px;
        line-height: 12px;
        letter-spacing: 2.4px;
    }
    #plan {
        padding: 0;
    }
    #feature .features-text {
        margin: 40px 0;
        padding: 0 20px;
    }
    #feature .features-text.mincho {
        font-size: 13px;
        font-weight: 600;
        line-height: 22px;
        letter-spacing: 0.65px;
    }
    #feature .plan-ul-wrapper {
        padding: 30px 10px 100px;
    }
}
#feature .plan-ul {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
#feature .plan-ul h4 {
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 1.8px;
    margin: 24px 0 10px;
}
#feature .plan-ul h5 {
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 1.6px;
    margin-bottom: 6px;
}
@media screen and (max-width: 768px) {
    #feature .plan-ul h4 {
        margin: 20px 0 8px;
    }
    #feature .plan-ul h5 {
        font-size: 16px;
        margin-bottom: 0;
    }
    #feature .plan-ul {
        display: block;
        padding: 0;
    }
}
#feature .plan-ul .btn-area {
   display: inline-block;
   margin-top: 20px;
}
#feature .plan-ul li {
    width: calc(100% / 2.9);
    height: auto;
    margin-right: 40px;
    text-align: center;
}
@media screen and (max-width: 768px) {
    #feature .plan-ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px;
    }
}
#feature .plan-ul li:last-child {
    margin-right: 0;
}
#feature .plan-ul li img {
    width: 100%;
    height: auto;
}
#feature figure {
    display: block;
    overflow: hidden;
}
#feature figure img {
    opacity: 1;
    transition: all .6s ease-in-out;
}
#feature a:hover figure img {
    transform: scale(1.03);
    transform-origin: center center;
    opacity: 0.8;
}
#feature .plan-lineup picture {
    display: block;
    overflow: hidden;
}
#feature .plan-lineup picture img {
    opacity: 1;
    transition: all .6s ease-in-out;
}
#feature .plan-lineup a:hover picture img {
    transform: scale(1.03);
    transform-origin: center center;
    opacity: 0.8;
}
#clothing .features-text {
    margin-bottom: 5px;
}
#clothing .costume .ChangeElem_Btn.three {
    line-height: 16px;
    height: 48px !important;
}
#clothing .costume .plan-detail .plan-lineup {
    max-width: 100%;
}
#clothing .costume .plan-detail .plan-lineup li {
    text-align: left;
    margin-right: 16px
}
#clothing .costume .plan-detail .plan-lineup li img {
    position: relative;
    z-index: 4;
}
#clothing .costume .plan-detail .plan-lineup li .new-icon {
    transform-origin: left top;
    position: absolute;
    top: 10px;
    left: -8px;
    width: 51px;
    height: auto;
    z-index: 5;
}
@media screen and (max-width: 768px) {
    #clothing .costume .plan-detail .plan-lineup li .new-icon {
        top: 4px;
        left: -4px;
        width: 46px;
    }
}
.costume .costume_second {
    margin-top: 100px;
}
.costume .costume_name {
    font-size: 14px;
    margin-top: 2px;
}
#clothing {
    padding-bottom: 120px;
}
#clothing .sec h2 {
    background-color: #fff !important;
    color: #313131 !important;
    padding: 0;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 1.8px;
}
.costume .sec:nth-of-type(1) {
    margin-top: 112px !important;
}
@media screen and (max-width: 768px) {
    #clothing .sec h2 {
        font-size: 18px;
        line-height: 16px;
        letter-spacing: 1.6px;
    }
    .costume .sec:nth-of-type(1) {
        margin-top: 52px !important;
    }
}
.costume .plan-detail .plan-lineup {
    margin: 0 auto 40px;
    justify-content: start;
}
@media screen and (min-width: 769px) {
    #clothing .costume .plan-detail .plan-lineup {
        max-width: 1200px;
    }
    #clothing .costume .plan-detail .plan-lineup li {
        -webkit-flex: 0 1 23.3%;
        flex: 0 1 23.3%;
        margin: 46px 10px 0;
    }
    .costume .ChangeElem_Btn_Content.three {
        width: 730px;
    }
}
@media screen and (min-width: 1040px) and (max-width: 1216px) {
    #clothing .costume .plan-detail .plan-lineup li {
        -webkit-flex: 0 1 23%;
        flex: 0 1 23%;
        margin: 46px 10px 0;
    }
}
@media screen and (min-width: 912px) and (max-width: 1039px) {
    .costume .plan-detail .plan-lineup {
        max-width: 100% !important;
        padding-left: 15px;
    }
    #clothing .costume .plan-detail .plan-lineup li {
        -webkit-flex: 0 1 31%;
        flex: 0 1 31%;
        margin: 46px 10px 0;
    }
}
@media screen and (min-width: 824px) and (max-width: 911px) {
    #clothing .costume .plan-detail .plan-lineup li {
        -webkit-flex: 0 1 46.1%;
        flex: 0 1 46.1%;
        margin: 46px 15px 0;
    }
}
@media screen and (max-width: 823px) {
    #clothing .costume .plan-detail .plan-lineup li {
        -webkit-flex: 0 1 46.7%;
        flex: 0 1 46.7%;
        margin: 46px 12px 0;
    }
}
@media screen and (max-width: 768px) {
    #clothing .costume {
        margin-bottom: 60px !important;
    }
    .costume .ChangeElem_Btn_Content.three {
        width: calc(100% - 28px);
        margin: 0 auto 30px;
    }
    #clothing .costume .plan-detail .plan-lineup li {
        -webkit-flex: 0 1 46%;
        flex: 0 1 46%;
        margin: 25px 5px 0;
    }
    .costume .costume_second {
        margin-top: 60px;
    }
    #clothing .costume .ChangeElem_Btn.three {
        font-size: 12px;
        line-height: 12px;
        letter-spacing: 1.2px;
        height: 42px !important;
    }
    .costume .plan-detail .plan-lineup {
        max-width: 100% !important;
        padding-left: 0;
        justify-content: space-between;
        margin: 22px 14px 0;
    }
}
@media screen and (max-width: 425px) {
    .costume .plan-detail .plan-lineup {
        margin: 0 14px;
    }
}

#products .products-ul {
    display: block;
    text-align: left;
    max-width: 1200px;
}
#products .products-li {
    padding: 32px;
    border-top: 1px solid #313131;
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
    #products .products-each-ul {
        min-height: 260px;
    }
    #products .products-li {
        padding: 20px;
    }
}
@media screen and (max-width: 768px) {
    #products .products-li {
        padding: 22px 0;
    }
}
#products .products-li.end {
    border-bottom: 1px solid #313131;
}
@media screen and (max-width: 424px) {
    #products .products-li.end .products-name-ul li:first-child {
        width: 60%;
    }
    #products .products-li.end .products-name-ul li:last-child {
        width: 40%;
    }
}
#products .products-table {
    width: 79%;
    max-width: 1200px;
    padding: 30px 0;
    margin: 0 auto;
    margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
    #products .products-table {
        width: 90%;
        padding: 0;
    }
}
#products .products-each-ul {
    display: flex;
    width: auto;
    margin: 0 auto;
    font-size: 14px;
    height: 100%;
}
@media screen and (max-width: 768px) {
    #products .products-each-ul {
        display: flex;
        flex-wrap: wrap;
        font-size: 13px;
    }
}
#products .products-en {
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 2.4px;
}
@media screen and (max-width: 1232px) {
    #products .products-jp .sp-only {
        display: block;
    }
}
#products .products-jp {
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 3.2px;
}
#products .products-jp.figure {
    line-height: 22px;
    letter-spacing: 1.6px;
}
#products .products-jp .c-size {
    width: 20px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 1.6px;
}
#products .products-jp .c-margin {
    width: 15px;
}
#products .products-jp .c-price {
    width: 80px;
    text-align: left;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 1.6px;
}
@media screen and (min-width: 769px) and (max-width: 1135px) {
    #products .products-en {
        font-size: 16px;
        line-height: 16px;
    }
    #products .products-jp {
        font-size: 12px;
        line-height: 12px;
    }
    #products .products-jp .c-size {
        font-size: 12px;
        line-height: 12px;
    }
    #products .products-jp .c-margin {
        width: 8px;
    }
    #products .products-jp .c-price {
        font-size: 12px;
        line-height: 12px;
    }
}
@media screen and (max-width: 768px) {
    #products .products-en {
        font-size: 16px;
        line-height: 18px;
        letter-spacing: 1px;
    }
    #products .products-jp {
        font-size: 12px;
        line-height: 12px;
        letter-spacing: 1.6px;
    }
    #products .products-jp.figure {
        line-height: 15px;
        letter-spacing: 1.3px;
    }
}

.child_1 {
    width: 53%;
    float: left;
    display: grid;
    place-items: center;
    height: 100%;
    margin: 2% 3% 2% 0;
}
@media screen and (min-width: 1000px) { .child_1 { margin: 3% 3% 0 0; }}
@media screen and (min-width: 1100px) { .child_1 { margin: 3.5% 3% 0 0; }}
@media screen and (min-width: 1300px) { .child_1 { margin: 4% 3% 0 0; }}
@media screen and (min-width: 1512px) { .child_1 { margin: 5% 3% 0 0; }}
.child_1-inner {
    width: 100%;
    height: 100%;
}
.child_1-inner p.pc-only.mb-custom {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
}
.child_1-inner p.pc-only {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
}
.child_1-inner p.pc-only.small-p {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
}
.child_2.sp-only .small-p {
  font-size: 10px;
}
@media screen and (min-width: 769px) and (max-width: 1135px) {
    .child_1 {
        margin: 30px 3% 0 0;
    }
    .child_1-inner p.pc-only {
        font-size: 13px;
        font-weight: 500;
        line-height: 18px;
    }
    .child_1-inner p.pc-only.small-p {
        font-size: 12px;
        line-height: 16px;
    }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
    .child_1-inner p.pc-only.mb-custom {
        font-size: 13px;
        line-height: 15px;
    }
}
@media screen and (max-width: 768px) {
    .child_1-inner {
        width: 100%;
    }
    .child_2 .sp-only p.mb-custom {
        font-size: 13px;
        line-height: 19.5px;
    }
    .child_2 .sp-only p.small-p {
        font-size: 12px;
        font-weight: 500;
        line-height: 15px;
    }
}
.child_2 {
    width: 56%;
}
.child_3 {
    width: 44%;
    display: inline-block;
    text-align: center;
}
.child_3 img {
    width: 100% !important;
    height: auto !important;
}
@media screen and (min-width: 769px) and (max-width: 1135px) {
    .child_3 {
        padding-top: 30px;
    }
}
@media screen and (max-width: 768px) {
    .child_1, .child_2, .child_3 {
        width: 100%;
    }
    .child_1 {
        height: 100% !important;
        margin-right: 0;
    }
}
#products .products-name-ul {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 25px;
    min-height: 55px;
}
#products .products-name-ul li:first-child {
    width: 45%;
    padding-right: 40px;
    border-right: 1px solid #313131;
}
#products .products-name-ul li:last-child {
    width: 50%;
    padding-left: 20px;
    font-weight: 700;
}
@media screen and (min-width: 769px) and (max-width: 1135px) {
    #products .products-name-ul {
        margin-bottom: 20px;
    }
    #products .products-name-ul li:last-child {
        padding-left: 10px;
    }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
    #products .products-name-ul {
        margin-bottom: 20px;
        min-height: initial;
    }
    #products .products-name-ul li:first-child {
        padding-right: 10px;
        width: 50%;
    }
    #products .products-name-ul li:last-child {
        width: 50%;
    }
}
@media screen and (max-width: 768px) {
    #products .products-name-ul {
        min-height: 54px;
        margin-bottom: 20px;
    }
    #products .products-name-ul li:first-child {
        width: 55%;
        padding-right: 10px;
    }
    #products .products-name-ul li:last-child {
        width: 35%;
        font-size: 13px;
        line-height: 15.6px;
        padding-left: 12px;
        text-align: right;
        display: flex;
        justify-content: flex-end;
    }
    #products .products-jp .c-size {
        font-size: 13px;
        line-height: 13px;
    }
    #products .products-jp .c-margin {
        width: 8px;
    }
    #products .products-jp .c-price {
        font-size: 13px;
        line-height: 13px;
        width: auto;
    }
}
#products .mb-custom {
    margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
    #products .mb-custom {
        line-height: 1.8;
    }
    .child_1 {
        height: auto;
        margin: 0;
    }
    .child_2 {
        order: 2;
    }
    .child_3 {
        order: 1;
        margin-bottom: 20px;
    }
}

#feature .user-voice {
    background: #f8f8f8;
    padding: 115px 0;
}
#feature .user-p {
    margin-top: 65px;
}
#feature .user-p p {
    font-size: 16px;
    font-weight: normal;
    line-height: 28px;
    letter-spacing: 0.8px;
}
#feature .each-user-ul {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 60px auto;
}
@media screen and (max-width: 1250px) {
    #feature .each-user-ul {
        max-width: 100%;
        padding: 0 50px;
    }
}
#feature .each-user-ul li {
    width: calc(100% /3.3);
}
#feature .user-data {
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 1.8px;
    margin: 26px 0 14px;
    text-align: left;
}
#feature .user-disc {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 1.6px;
    text-align: left;
}
#feature .user-voice h4, #feature .locations h4 {
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 6.4px;
    margin-bottom: 17px;
}
#feature .user-voice h5, #feature .locations h5 {
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 3.2px;
}
#feature .user-voice .btn a {
    background: #f8f8f8 !important;
}
@media screen and (max-width: 768px) {
    #feature .user-voice {
        padding: 75px 20px 60px;
    }
    #feature .user-voice h4, #feature .locations h4 {
        font-size: 20px;
        line-height: 20px;
        letter-spacing: 4px;
        margin-bottom: 10px;
    }
    #feature .user-voice h5, #feature .locations h5 {
        font-size: 12px;
        line-height: 12px;
        letter-spacing: 2.4px;
    }
    #feature .user-p {
        margin-top: 40px;
    }
    #feature .user-p p {
        font-size: 13px;
        line-height: 22px;
        letter-spacing: 0.65px;
    }
    #feature .each-user-ul {
        display: block;
        max-width: 100%;
        margin: 38px auto 55px;
        padding: 0;
    }
    #feature .each-user-ul li {
        width: 100%;
        margin-bottom: 44px;
    }
    #feature .each-user-ul li:last-child {
        margin-bottom: 0;
    }
    #feature .user-data {
        font-size: 14px;
        line-height: 16px;
        letter-spacing: 1.6px;
        margin: 21px 0 15px;
    }
    #feature .user-disc {
        font-size: 13px;
        line-height: 18px;
        letter-spacing: 1.3px;
    }
}

#feature .locations {
    padding: 115px 10px 97px;
}
#feature .each-location-ul {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 60px auto 80px;
}
#feature .each-location-ul li {
    width: calc(100% /2.1);
}
#feature .location-name {
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 1.8px;
    margin: 38px auto 23px;
}
#feature .location-disc {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 1.2px;
    margin: 0 auto 48px;
    min-height: 66px;
}
@media screen and (max-width: 768px) {
    #feature .each-location-ul {
        display: block;
        max-width: 100%;
        margin: 50px auto 80px;
    }
    #feature .each-location-ul li {
        width: 100%;
        margin-bottom: 50px;
    }
    #feature .location-name {
        line-height: 21px;
        margin: 26px auto 17px;
    }
    #feature .location-disc {
        font-size: 13px;
        line-height: 19.5px;
        margin: 0 auto 35px;
        min-height: auto;
    }
}

#feature .btn.w250.mt100 { margin-top: 100px; }
#feature .btn.w250.mb100 { width: 250px; height: 54px; margin-bottom: 100px; }
#feature .btn.w250 { width: 250px; height: 54px; }
#feature .btn.w190 { width: 190px; }
#feature .btn.w146 { width: 146px; }
@media screen and (max-width: 768px) {
    #feature .btn.w250.mt100 { margin-top: 70px; }
    #feature .btn.w250.mb100 { margin-top: 70px; margin-bottom: 100px; width: 184px; height: 42px;}
    #feature .btn.w250 { width: 184px; height: 42px; }
}
@media screen and (min-width: 750px) and (max-width: 768px) {
    #feature .btn.w250.mb100 { height: 54px; }
    #feature .btn.w250 { width: 184px; height: 54px; }
}

.footer {
    background: #fff;
    z-index: 2;
    padding: 115px 0 38px 0;
    margin: 0;
    width: 100% !important;
    max-width: 100% !important;
    position: relative;
    bottom: 0;
}
.footer .arrow_top {
    top: 60px;
}
.footer footer {
    max-width: 900px;
    margin: 0 auto;
}

.mv_image {display:none;}
