@charset "utf-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* container ################################################################################## */
.container {
  width: 100%;
  margin: 0;
  padding: 0;
}

/* header ########################################################################################## */

header {
    color: #fff;
    border-bottom: 1px solid #ececec !important;
    position: fixed !important;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    background: var(--localnav-background-stuck, rgba(251,251,253,1));
    top: 0;
    height: 66px;
    left: 0;
    /* zoom: 1; */
    z-index: 999;
    margin-top: 0;
}

header .header_inner {
    width: 90%;
    max-width: 1080px;
    color: #fff;
    position: relative;
}

header .logo_mark {
  transition: .8s;
}

header .logo_mark .logoImg {
    position: absolute;
    left: 2.4%;
    top: 8px;
    max-width: 318px;
}

ul.listNav {
  font-size: 1.3rem;
  position: fixed;
  top: 22px;
  right: 124px;;
  letter-spacing: .5px;
  transition: .8s;
}

ul.listNav li {
  display: inline-block;
  margin: 0 0.6rem;
  font-weight: bold;
  color: #090d24;
  transition: .8s;
}

ul.listNav li a {
  position: relative;
  color: #090d24;
}

ul.listNav li a:hover {
  color: #090d24;
}

ul.listNav li a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #090d24;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
}

ul.listNav li a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

#step ul.listNav {
    right: 2.4%;
}

.single ul.listNav {
    right: 2.4%;
}

.page-template-uscescart ul.listNav {
    right: 2.4%;
}

#detail ul.listNav li {
  display: inline-block;
  margin: 0 0.6rem;
  font-weight: bold;
  color: #090d24;
  transition: .8s;
}

#detail ul.listNav li a {
  color: #090d24;
  transition: .8s;
}

#detail .change-color ul.listNav li {
  color: #090d24;
}

#detail .change-color ul.listNav li a {
  color: #090d24;
}

@media (max-width: 600px) {
header .logo_mark {
  top: 19px;
  left: 2%;
  width: 73%;
}

header .logo_mark .logoImg {
    max-width: 272px;
    top: 12px;
}
}

.nav_menu {
    position: absolute;
    right: 10%;
    top: 34px;
}
.menu-btn {
    position: fixed;
    top: 1px;
    right: 17px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    cursor: pointer;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 1px;
    width: 25px;
    border-radius: 3px;
    background-color: #090d24;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}

#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
    background-color: #090d24;
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
    background-color: #090d24;
}

#menu-btn-check {
    display: none;
}

#menu-btn-check-sp:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
}
#menu-btn-check-sp:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
    background-color: #090d24;
}
#menu-btn-check-sp:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
    background-color: #090d24;
}

#menu-btn-check-sp {
    display: none;
}

.menu-content {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 100%;
    z-index: 80;
    color: #090d24;
    background-color: rgba(255,255,255,.97);
    padding: 0 2rem;
    overflow: auto;
}

.menu-content .inner {
    width: 100%;
    margin: 0 auto;
    padding: 2rem 0 4rem !important;
}

.menu-content ul {
    text-align: center;
}

.menu-content ul.subList li a {
  color: #090d24;
}

#menu-btn-check:checked ~ .menu-content {
    right: 0;/*メニューを画面内へ*/
}

#menu-btn-check-sp:checked ~ .menu-content {
    right: 0;/*メニューを画面内へ*/
}

.menu-content .usces_login_a {
    display: inline-block;
    border: 1px solid #090d24;
    border-radius: 9999px;
    font-size: 13px;
    font-weight: 800;
    padding: 12px 15px;
    margin: 1rem .5rem;
    letter-spacing: 1px;
    transition: .4s ease-out;
    min-width: 184px;
    background: linear-gradient(45deg,#090d24 0,#264154 100%);
    color: rgba(255,255,255,.9);
    cursor: pointer;
}

@media (max-width: 913px) {
.menu-btn { 
    right: 0;
    width: 47px;
}

#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}

#menu-btn-check:checked-sp ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}

.menu-content .btn_more,.menu-content .usces_login_a {
    min-width: 40vw !important;
}
}

.fvAreaWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.fvArea01 {
    position: relative;
    width: calc(50% - 30px / 2);
    border: 1px solid #d9d9d9;
    border-radius: 7px;
}

.fvArea01 .titleFv {
    position: absolute;
    top: 47%;
    right: 0;
    left: 0;
    margin: auto;
    color: rgba(255,255,255,.9);
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    font-family: 'Akshar','Noto Sans Japanese', sans-serif !important;
    letter-spacing: 4px;
    line-height: 1.3;
}

.fvArea01 img {
    vertical-align: bottom;
    width: 100%;
    border-radius: 7px;
}

.fvAreaForm {
    position: relative;
    border: 1px solid #d9d9d9;
    color: #090d24;
    border-radius: 8px;
    overflow: hidden;
    font-size: 24px;
    font-weight: 800;
    width: calc(100% / 1);
    text-align: center;
    font-family: 'Akshar','Noto Sans Japanese', sans-serif !important;
    line-height: 0;
}

.fvAreaForm h2 {
    position: absolute;
    top: 39%;
    right: 0;
    left: 0;
    margin: auto;
    color: rgba(255,255,255,.9);
    font-size: 56px;
    font-weight: 800;
    text-align: center;
    font-family: 'Akshar','Noto Sans Japanese', sans-serif !important;
    letter-spacing: 4px;
    line-height: 1.3;
}

.fvAreaForm h2 span {
    display: block;
    font-size: 26px;
    font-family: 'Akshar','Noto Sans Japanese', sans-serif !important;
    font-weight: normal;
    line-height: 1.3;
}

.fvAreaForm img {
    transition: transform .6s ease;
}

.fvAreaForm img:hover {
    transform: scale(1.1);
}

@media (max-width: 600px) {
.fvArea01 {
    width: calc(100% / 1);
}

.fvArea01:first-child {
    width: calc(100% / 1);
    margin-bottom: 2rem;
}

.fvArea01 h2 {
    top: 33%;
    font-size: 54px;
}

.fvArea01 h2 span {
    font-size: 5.4vw;
    padding: 0 0.8rem;
    line-height: 1.3;
}

.fvAreaForm h2 {
    top: 33%;
    font-size: 54px;
}

.fvAreaForm h2 span {
    font-size: 4.7vw;
    padding: 0 0.8rem;
    line-height: 1.3;
}
}

/* Layout ################################################################################## */
.labelWrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto 2rem;
    width: 100%;
}

.label01 {
    color: #090d24;
    border: 1px solid #ececec;
    border-radius: 7px;
    font-size: 17px;
    font-weight: 600;
    padding: 24px 0 24px;
    width: calc(100%);
    text-align: center;
}

.label01 span.row {
    display: block;
    font-size: 13px;
    font-weight: normal;
    line-height: 2;
}

.label02 {
    color: #090d24;
    border: 1px solid #ececec;
    border-radius: 7px;
    font-size: 17px;
    font-weight: 600;
    padding: 24px 0 24px;
    width: calc(50% - 10px);
    text-align: center;
}

.label02 span.row {
    display: block;
    font-size: 13px;
    font-weight: normal;
    line-height: 2;
}

.label03 {
    color: #090d24;
    border: 1px solid #ececec;
    border-radius: 7px;
    font-size: 17px;
    font-weight: 600;
    padding: 21px 0 21px;
    width: calc(100% / 3 - 10px);
    text-align: center;
}

.label03 span.row {
    display: block;
    font-size: 13px;
    font-weight: normal;
    line-height: 2;
}

.label01Link {
    color: #090d24;
    border: 1px solid #ececec;
    border-radius: 7px;
    font-size: 17px;
    font-weight: 800;
    width: calc(100%);
    text-align: center;
    cursor: pointer;
}

.label01Link span.row {
    display: block;
    font-size: 13px;
    font-weight: normal;
    line-height: 2;
}

.label01Link:hover {
    border: 1px solid #090d24;
}

.label01Link a {
    background: #fff;
    display: block;
    padding: 21px 0 21px;
}

.label01Link a:hover {
    background: #fff;
    display: block;
    padding: 21px 0 21px;
}

.label01Link a:visited {
    background: #fff;
    display: block;
    padding: 21px 0 21px;
}

.label02Link {
    color: #090d24;
    border: 1px solid #ececec;
    border-radius: 7px;
    font-size: 22px;
    font-weight: 800;
    width: calc(50% - 10px);
    text-align: center;
    cursor: pointer;
}

.label02Link span.row {
    display: block;
    font-size: 13px;
    font-weight: normal;
    line-height: 2;
}

.label02Link:hover {
    border: 1px solid #090d24;
}

.label02Link a {
    display: block;
    padding: 21px 0 21px;
    transition: none;
}

.label02Link a:hover {
    display: block;
    padding: 21px 0 21px;
}

.label02Link .arrow-right {
    font-weight: normal;
    font-size: 15px;
    display: inline-block;
    padding-top: 0;
    margin-right: 20px;
    position: relative;
    color: #2271b1;
}

.label02Link .arrow-right::after {
    display: inline-block;
    padding-top: 0;
    content: url("https://universal-ribbon.jp/image/arrow-right-circle.svg");
    position: relative;
    top: 4px;
    left: 8px;
}

.label03Link {
    border: 1px solid #ececec;
    color: #090d24;
    border-radius: 7px;
    padding: 0;
    overflow: hidden;
    font-size: 26px;
    font-weight: 800;
    width: calc(100% / 3 - 10px);
    text-align: center;
    font-family: 'Akshar','Noto Sans Japanese', sans-serif !important;
}

.label03Link:hover {
    border: 1px solid #090d24;
}

.label03Link span.row {
    display: block;
    font-size: 15px;
    font-weight: normal;
    font-family: 'Noto Sans Japanese', sans-serif !important;
}

.label03Link img {
    margin: 0 auto 2rem;
}


.label03Link a {
    display: block;
    padding: 0 0 24px;
    transition: none;
}

.label03Link a:hover {
    display: block;
    padding: 0 0 24px;
}

#step .label03Link a {
    display: block;
    padding: 0 0 24px;
    transition: none;
}

#step .label03Link a:hover {
    display: block;
    padding: 0 0 24px;
}

.label03Link .arrow-right {
    font-weight: normal;
    font-size: 15px;
    display: inline-block;
    padding-top: 0;
    position: relative;
    color: #2271b1;
}

.label03Link .arrow-right::after {
    display: inline-block;
    padding-top: 0;
    content: url("https://universal-ribbon.jp/image/arrow-right-circle.svg");
    position: relative;
    top: 4px;
    left: 8px;
}

.label03Link:hover::after {
    top: 4px;
    left: 10px;
}

.label04Link,.adjuster {
    color: #090d24;
    border: 1px solid #ececec;
    border-radius: 7px;
    overflow: hidden;
    font-size: 26px;
    font-weight: 800;
    width: calc(100% / 4 - 20px);
    text-align: center;
    font-family: 'Akshar', sans-serif !important;
}

.label04Link span {
    display: block;
    margin: 0 0 1rem;
    font-size: 15px;
}

.adjuster {
    height: 0;
    border: none;
}

.layoutBox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 2rem auto 0;
    width: 100%;
}

.layout02 {
    width: calc(100% / 2 - 10px);
    text-align: center;
}

.layout03 {
    padding: 1rem 0 0;
    width: calc(100% / 3 - 10px);
    text-align: center;
    font-weight: 800;
    font-size: 22px;
    font-family: 'Akshar','Noto Sans Japanese', sans-serif !important;
    line-height: 1.3;
}

.layout03 img {
    display: block;
    margin: 0 auto 1rem;
}

.layout03 span.number {
    font-size: 110%;
}

.layout03 span.info {
    font-weight: normal;
    font-size: 15px;
    display: block;
    padding-top: 1rem;
}

.layout03 a {
    font-weight: normal;
    font-size: 15px;
    display: inline-block;
    padding-top: 1.5rem;
    color: #2271b1;
}

@media (max-width: 600px) {
.layoutBox {
  margin: 0 auto;
  text-align: center;
}

.layoutBox h3 {
  font-size: 1.9rem;
  margin: 0 0 1rem;
  text-align: center;
  font-weight: 800;
}
.layout03 {
    width: calc(100%);
    font-size: 22px;
}
}

@media (min-width: 601px) and (max-width: 1440px) {
.layoutBox h3 {
  font-size: 2.2rem;
  margin: 10rem 0 1rem;
  font-weight: 800;
  }
}

@media (min-width: 1441px) {
.layoutBox h3 {
  font-size: 2.4rem;
  margin: 10rem 0 1rem;
  font-weight: 800;
  }
}

@media (max-width: 600px) {
.labelWrap {
    margin: 0;
}
.label02,.label03 {
    margin: 0 0 10px;
    width: calc(100%);
    font-size: 22px;
    padding: 13px 0 13px;
}
.label01Link,.label03Link {
    margin: 0 0 10px;
    font-size: 22px;
    width: calc(100%);
}

.label02Link {
    margin: 0 0 10px;
    font-size: 19px;
    width: calc(100%);
}

.label01Link,.label02Link a,.label03Link a {
    display: block;
}

#step .label03Link a {
    padding:0 0 24px;
}

.label04Link {
    width: calc(100% / 2 - 10px);
    margin: 1rem 0;
    font-size: 22px;
}

.label04Link span {
    display: block;
    margin: 0 0 1rem;
    font-size: 13px;
}
}

/* CRM Section ################################################################################## */
.crm_section {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto 2rem;
    width: 100%;
    max-width: 1080px;
}

.crm_section .crmBox {
    width: calc(50% - 10px);
    text-align: center;
}

.crm_section .crmBox .crmTitle {
    font-size: 26px;
    font-weight: 800;
    margin: 0 auto .4rem;
}

.crm_section .crmBox .crmInfo {
    font-size: 15px;
    font-weight: normal;
    margin: 0 0 1.5rem;
}

@media (max-width: 600px) {
.crm_section .crmBox {
    width: calc(100%);
    margin: 0 auto 2.1rem;
}

.crm_section .crmBox .crmTitle {
    font-size: 22px;
    margin: 0 auto 0.3rem;
}
.crm_section .crmBox .crmInfo {
    margin: 0 auto 1.5rem;
}
}


/* LP concept Section ################################################################################## */
.concept_inner {
    width: 90%;
    margin: 0 auto;
    padding: 4rem 0 0;
}

.detail_concept_inner {
    width: 90%;
    margin: 1rem auto 1rem;
}

.conceptTitle {
    text-align: center;
    width: 100%;
    max-width: 424px;
}

.conceptMovie {
    max-width: 384px;
    width: 100%;
    margin: 0 auto 2rem;
}

.conceptTx {
    font-size: 347%;
    text-align: center;
    line-height: 1;
    margin: 0 0 0.5rem;
    font-family: trajan-pro-3, source-han-serif-japanese, 'Noto Sans Japanese', sans-serif !important;
}

.conceptSub {
    font-size: 29px;
    text-align: center;
    margin: 0 0 2rem;
    letter-spacing: 1px;
    font-family: trajan-pro-3, source-han-serif-japanese, 'Noto Sans Japanese', sans-serif !important;
}

.conceptDescription {
    text-align: center;
    margin: 0 0 2rem;
    font-weight: 500;
}

.conceptDescription a {
  color: #090d24;
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.conceptDescription a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #090d24;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
}

.conceptDescription a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

@media (max-width: 768px) {
.concept_inner {
    padding: 0;
    margin: 3rem auto 0;
}

.detail_concept_inner {
    width: 90%;
    margin: 1rem auto 0;
}

.conceptMovie {
    margin: 0 auto 1rem;
}

.conceptDescription {
    margin: 0 0 1.5rem;
}

}

/* main_section ########################################################################################## */

.main_section {
  padding: 12rem 0 0;
  width: 100%;
}

.inner {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}

#detail {
    margin: 11rem auto 2rem;
}

.inner_ex {
    width: 100%;
    background: #f7f7f7;
    padding: 5rem 3% 5rem;
    margin: 0 auto;
    max-width: none;
}

.menu-content .inner {
    max-width: none !important;
    margin: 5rem auto 2rem !important;
}

@media (max-width: 768px) {
.main_section {
  padding: 10.7rem 0 0;
}

#detail {
    margin: 9rem auto 2rem;
}

body.page-template-uscescart .main_section {
  padding: 9rem 0 1rem;
}

body.page-template-uscescart .main_section #wc_cart {
  padding: 3rem 0 0;
}

.inner_ex {
    padding: 2.5rem 4% 3rem;
}
}

@media (min-width: 913px) and (max-width: 1470px) {
.inner {
    width: 94%;
    max-width: 1000px;
    margin: 0 auto;
}
}

@media (min-width: 1471px) {
.inner {
    width: 94%;
    max-width: 1180px;
    margin: 0 auto;
}
}

/* Turn Section ################################################################################## */
.turn_bg {
    position: relative;
    background-attachment: fixed;
    background: url(https://universal-ribbon.jp/image/sub_back.png) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    margin: 6rem auto 0;
    width: 100%;
    height: 39vh;
    z-index: -1;
}

@media (max-width: 600px) {
.turn_bg {
    margin: 4rem auto 0;
    height: 23.38vh;
}
#step .turn_bg {
    margin: 4rem auto 0;
    height: 23.38vh;
}
}

.spt_bg {
    position: relative;
    background-attachment: fixed;
    background: url(https://universal-ribbon.jp/image/mockup-support.png) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    margin: 6rem auto 0;
    width: 100%;
    height: 39vh;
    z-index: -1;
}

@media (max-width: 600px) {
.spt_bg {
    margin: 4rem auto 0;
    height: 23.38vh;
}
}

/* Modal ################################################################################## */
    body.fixed {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        overflow-y: scroll;
    }
    .modal {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 99;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .modal * {
        text-shadow: none;
        color: #333;
    }

    .modal-bg {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        background: #fff;
    }
    
    .modal-content {
        position: relative;
        z-index: 2;
        padding: 30px 0;
        width: 80vw;
        max-height: 90vh;
        box-sizing: border-box;
    }
        
    .modal-inner {
        position: relative;
        background: #fff;
    }
    
    .modal .btn-close {
    z-index: 20;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    color: #fff;
    background: #090d24;
    border: 1px solid #090d24;
    border-radius: 25px;
    font-size: 12px;
    padding: 10px 15px;
    transition: .4s ease-out;
    width: 107px;
    }
    
    .modal .btn-close:hover {
        cursor: pointer;
        color: #090d24;
        background: #fff;
        border: 1px solid #090d24;
    }
    
    .modal.is_close > * {
        pointer-events: none;
    }
    
    .modal.is_close {
        pointer-events: none;
        visibility: hidden;
        -webkit-transition: visibility .3s;
        transition: visibility .3s;
    }
    
    .modal.is_close .modal-bg,
    .modal.is_close .modal-content {
        opacity: 0;
        -webkit-transition: .3s opacity 0s;
        transition: .3s opacity 0s;
    }
    
    .modal.is_open {
        visibility: visible;
    }
    
    .modal.is_open .modal-bg {
        opacity: 1;
        -webkit-transition: .3s opacity 0s;
        transition: .3s opacity 0s;
    }
    
    .modal.is_open .modal-content {
        pointer-events: none;
        opacity: 1;
        -webkit-transition: .3s opacity .3s;
        transition: .3s opacity .3s;
    }
    
    .modal.is_open .btn-close, .modal.is_open .modal-inner {
        pointer-events: auto;
    }
    
    @media screen and (min-width: 769px) {
        .modal.is_open .js-modal-close{
            pointer-events: auto;
        }
    }

/* Mark ########################################################################################## */
.mark_bg {
    margin: 0 auto;
    padding: 2rem 0;
    width: 100%;
    font-size: 13px;
    text-align: center;
}

.mark_bg .mark_title {
    font-size: 18px;
    font-weight: 800;
    margin: 0 0 .5rem;
}

@media (max-width: 600px) {
.mark_bg {
    font-size: 12px;
    margin: 0 auto;
}
}
/* footer ########################################################################################## */
footer {
  color: #a1a1a1;
  background: #f7f7f7;
  padding: 2.5rem 0 6rem;
  margin: 8rem auto 0;
  width: 100%;
  text-align: center;
}

footer .inner {
  width: 96%;
  margin: 0 auto !important;
  max-width: none;
}

footer p {
  font-size: 14px;
}

address {
  font-size: 33px;
  font-style: normal;
  letter-spacing: 3px;
  text-align: center;
  font-family: 'ANTIQUE STORIES', serif;
}

address span {
  font-size: 12px;
}

.ft_nav {
  clear: both;
}

footer a:link {
  color: #a1a1a1 !important;
}

footer a:visited {
  color: #a1a1a1 !important;
}

footer ul {
  margin: 0 auto 1rem;
  padding: 1rem 0 0
}

footer ul li {
  padding: .3rem 0;
  font-weight: normal;
}

footer ul li a {
  color: #bebfc4;
  text-decoration: none;
}

footer ul li a:visited {
  text-decoration: none;
}

footer ul li a:active {
  text-decoration: none;
}

footer ul li a:hover {
  color: #f9f9f9;
  text-decoration: none;
}

.pointTitle {
  font-family: 'Noto Sans Japanese','Akshar', serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.4;
  margin: 2rem 0 1rem;
}

footer .footerLabel {
  display: inline-block;
  margin: 0 0 5px;
  font-size: 11px !important;
  border: 1px solid #efefef;
  max-width: 184px;
  text-align: center;
  color: #090d24;
  border-radius: 7px;
  padding: 5px 10px !important;
}

ul.subList {
  margin: 0 auto;
  padding: 1rem 0 3rem
}

ul.subList li {
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  padding: 0 1% 7px;
}

ul.subList li:first-child {
  padding: 0 1% 7px 0;
}

ul.subList li a {
  color: #888;
  position: relative;
  display: inline-block;
  text-decoration: none;
}

ul.subList li a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #bebfc4;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
}

ul.subList li a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}


ul.subList li a:visited {
  text-decoration: none;
}

ul.subList li a:active {
  text-decoration: none;
}

ul.subList li a:hover {
  color: #111;
  text-decoration: none;
}

@media (max-width: 913px) {
footer {
  margin: 6rem auto 0;
  padding: 0 1rem 2rem;
}

footer p {
  font-size: 12px;
  margin: 0 0 1rem;
}

address {
  font-size: 30px;
  letter-spacing: 2px;
  padding: 1rem 0;
}

.pointTitle {
  font-size: 22px;
  margin: 1rem 0;
  line-height: 1.3;
}

ul.subList {
  padding: 0 0 1rem
}

footer ul.subList {
  padding: 0 0 1rem
}

ul.subList li {
  padding: 7px 10px 7px;
}
}
