html {
    scroll-behavior: smooth;
    font-size: calc(100vw / 780 * 10);
    overflow-x: clip;
}
body {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    letter-spacing: .1em;
    color: #1A1311;
    background-color: #F0EDE6;
    -webkit-text-size-adjust: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    overflow-x: clip;
}
figure {
    display: block;
    margin: 0;
}
ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
img {
    width: 100%;
    height: auto;
}
a, a:hover, a:visited {
    text-decoration: none;
    color: inherit;
}
.f-min {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
}
.f-pop {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.red-txt {
  color: #B9001D;
}
*, *:before,
*:after {
  box-sizing: border-box;
}
*:focus {
  outline: none;
}
.scroll {
    overflow-x: scroll;
    overflow-y: hidden;
}
.scroll::-webkit-scrollbar {
    display: none;
}
.fadein {
    opacity: 0;
    transition: 2s;
}
.fadein.is-show {
    opacity: 1;
}
@media only screen and (max-width: 899px) {
    .pc-only, .pc-only.btn-more {
        display: none;
    }
}
@media only screen and (min-width: 900px) {
    html {
        font-size: calc(100vw / 1920 * 10);
    }
    .sp-only, #fix-nav {
        display: none !important;
    }
    a[href^="tel:"], .ac-menu {
        pointer-events: none;
    }
    section {
        scroll-margin-top: 100px;
    }
}

@media only screen and (max-width: 899px) {
    .sns-menu {
        display: flex;
        align-items: center;
        column-gap: 3rem;
    }
    .sns-menu li .instagram img,
    .sns-menu li .line img,
    .sns-menu li .tiktok img {
        width: 4.6rem;
        height: 4.6rem;
    }
    .sns-menu li .youtube img {
        width: 5.1rem;
        height: 3.6rem;
    }
    .sns-menu li .x img {
        width: 3.8rem;
        height: 3.8rem;
    }
}

/* header */
.header-logo {
    margin: 0;
}
@media only screen and (max-width: 899px) {
    .header {
        border-top: .6rem solid #918E85;
        margin-bottom: 11rem;
        position: relative;
    }
    .header-logo {
        height: 11.4rem;
        padding-top: 3.5rem;
        text-align: center;
        background-color: #F0EDE6;
        border-bottom: 1px solid #E2DCCD;
        position: relative;
        z-index: 11;
    }
    .header-logo img {
        width: 38rem;
    }
    .header-txt {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: calc(100% + 3.2rem);
        margin: 0;
        font-size: 2.6rem;
        width: 100%;
        text-align: center;
    }
    .header-nav .top-menu > * {
        position: absolute;
        top: 3.5rem;
        z-index: 11;
    }
    .header-nav .top-menu .mypage {
        left: 4rem;
        width: 2.8rem;
        height: 3rem;
    }
    .header-nav .top-menu .cart {
        left: 10.5rem;
        top: 3.3rem;
        width: 3.2rem;
        height: 3.4rem;
    }
    .header-nav .top-menu .cart .fs-client-cart-count:not(.fs-client-cart-count--0) {
        font-size: 0;
        background-color: #F05F5F;
        width: 1rem;
        height: 1rem;
        position: absolute;
        border-radius: 50%;
        color: #F05F5F;
        right: 0;
        top: 2px;
    }
    .header-nav .top-menu .cart .fs-client-cart-count.fs-client-cart-count--0 {
        display: none;
    }
    .header-nav .top-menu .search {
        right: 11rem;
        width: 3.5rem;
        height: 3.5rem;
    }
    .search-btn {
        font-size: 0;
        border: none;
    }
    .search-btn:hover {
      cursor: pointer;
    }
    .search-btn::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 3.5rem;
      height: 3.5rem;
      background: url(https://mens.itembox.design/item/img/common/icon-search.svg) 0 / contain no-repeat;
    }
    .search-form input {
      position: absolute;
      outline: none;
      background-color: #F0EDE6;
      border: none;
      color: #898989;
      padding: 0;
      transition: all 1s;
      opacity: 0;
      z-index: 5;
      width: 3.5rem;
      height: 3.5rem;
      right: 0;
      font-size: 2.6rem;
    }
    .search-form input:hover {
      cursor: pointer;
    }
    .search-form input:focus {
      width: calc(100vw - 14.5rem);
      height: 10.5rem;
      right: 100%;
      top: -3.5rem;
      background: #F0EDE6;
      box-shadow: none;
      opacity: 1;
      z-index: 6;
      padding-left: 2rem;
    }
    .menu-btn {
        width: 3.5rem;
        height: 1.8rem;
        transition: all 0.4s ease;
        position: absolute;
        top: 4rem;
        right: 4rem;
        z-index: 13;
        line-height: 1;
        cursor: pointer;
    }
    .menu-btn > span {
        width: 100%;
        height: 1px;
        background-color: #000;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        transition: all 0.4s ease;
    }
    .menu-btn > span:nth-of-type(1) {
        bottom: 100%;
    }
    .menu-btn > span:nth-of-type(2) {
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .menu-btn > span:nth-of-type(3) {
        top: 100%;
    }
    .header .sp-nav {
        display: none;
    }
}
@media only screen and (min-width: 900px) {
    .header {
        background-color: #F0EDE6;
        border-top: 5px solid #918E85;
        position: relative;
        z-index: 10;
    }
    .header-inner {
        display: flex;
        flex-direction: column-reverse;
    }
    .header-inner .header-btm {
        display: grid;
        grid-template-columns: 1fr 541px;
        width: 100%;
        max-width: 1440px;
        margin: auto;
        position: relative;
        align-items: center;
    }
    .header-inner .header-btm:after {
        content: "";
        width: 200vw;
        height: 1px;
        background-color: #E2DCCD;
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
    }
    .header .header-nav {
        grid-area: 1 / 2;
    }
    .header .header-nav .top-menu {
        display: grid;
        grid-template-columns: repeat(3,max-content);
        align-items: center;
        justify-content: flex-end;
        padding-right: 40px;
        align-content: center;
    }
    .header .header-nav .top-menu .search {
        order: 1;
        margin-right: 30px;
    }
    .header .header-nav .top-menu .search form {
        position: relative;
        width: 100%;
    }
    .header .header-nav .top-menu .search form input[type="text"] {
        background-color: #F0EDE6;
        border: 1px solid #E2DCCD;
        font-size: 20px;
        padding: 0 30px 0 10px;
        width: 250px;
        height: 30px;
        font-size: 13px;
    }
    .header .header-nav .top-menu .search form input[type="text"]::placeholder {
        font-size: 0;
    }
    .header .header-nav .top-menu .search form input[type="text"]:active {
        background-color: #F0EDE6;
    }
    .header .header-nav .top-menu .search form button[type="submit"] {
        text-indent: -10000px;
        border: none;
        padding: 0;
        display: inline-block;
        background: url(https://mens.itembox.design/item/img/common/icon-search.svg) 0 / contain no-repeat;
        width: 17px;
        height: 17px;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
    }
    .header .header-nav .top-menu a {
        display: flex;
        align-items: center;
    }
    .header .header-nav .top-menu img {
        margin-right: 1em;
    }
    .header .header-nav .top-menu .mypage {
        order: 2;
        margin-right: 20px;
    }
    .header .header-nav .top-menu .mypage img {
        width: 14px;
        height: 15px;
    }
    .header .header-nav .top-menu .cart {
        order: 3;
    }
    .header .header-nav .top-menu .cart figure {
        position: relative;
        width: 16px;
        height: 17px;
        margin-right: 1em;
    }
    .header .header-nav .top-menu .cart img {
        width: 16px;
        height: 17px;
    }
    .header .header-nav .top-menu .cart .fs-client-cart-count:not(.fs-client-cart-count--0) {
        font-size: 0;
        background-color: #F05F5F;
        width: 5px;
        height: 5px;
        position: absolute;
        border-radius: 50%;
        color: #F05F5F;
        left: 10px;
        top: 2px;
    }
    .header .header-nav .top-menu .cart .fs-client-cart-count.fs-client-cart-count--0  {
        display: none;
    }
    .header .header-nav .top-menu .pc-only {
        font-size: 11px;
    }
    .header .sp-nav {
        grid-area: 1 / 1;
        padding-left: 20px;
        display: grid;
        align-content: center;
    }
    .header .sp-nav .global-menu {
        display: flex;
        flex-wrap: wrap;
    }
    .header .sp-nav .global-menu .menu-ttl {
        font-size: 13px;
        cursor: pointer;
        display: block;
    }
    .header .sp-nav .submenu,
    .header .sp-nav .btn-more {
        display: none;
    }
    .header-inner .header-top {
        display: grid;
        grid-template-columns: max(34.3rem, 343px) 1fr auto;
        column-gap: max(3rem, 30px);
        width: 100%;
        max-width: 1440px;
        min-height: max(9.3rem, 93px);
        margin: auto;
        position: relative;
        align-items: center;
    }
    .header-logo {
        max-width: 343px;
        margin-left: 12rem;
        display: grid;
        align-content: center;
    }
    .header .header-txt {
        margin: 0;
        font-size: 16px;
        align-items: center;
        display: grid;
        text-align: right;
    }
    .header .sns-nav {
        margin-right: 12rem;
    }
    .header .sns-menu {
        display: flex;
        column-gap: 10px;
        align-items: center;
    }
}
@media only screen and (min-width: 1440px) {
    .header-logo {
        margin-left: 120px;
    }
    .header .sns-nav {
        margin-right: 120px;
    }
}


/* header.openNav */
@media only screen and (max-width: 899px) {
    .menu-btn.openNav > span:nth-of-type(1) {
      transform: translateX(-45%) rotate(-45deg);
      top: 50%;
    }
    .menu-btn.openNav > span:nth-of-type(2) {
      opacity: 0;
    }
    .menu-btn.openNav > span:nth-of-type(3) {
      transform: translateX(-45%) rotate(45deg);
      top: 50%;
    }
    .header.openNav .header-txt {
        display: none;
    }
    .header.openNav .sp-nav {
        display: block;
    }
    .header.openNav .global-nav {
        display: block;
        margin-bottom: 12rem;
    }
    .header.openNav .sp-nav {
        position: fixed;
        top: .6rem;
        left: 0;
        width: 100vw;
        height: 100%;
        background-color: #F0EDE6;
        display: block;
        z-index: 10;
        padding: 23.2rem 4rem 12rem;
        overflow-y: scroll;
    }
    .header.openNav .global-menu .menu-ttl {
        display: block;
        font-size: 3rem;
        line-height: 4.4rem;
        padding-bottom: 4rem;
        margin-bottom: 4rem;
        border-bottom: 1px solid #E2DCCD;
    }
    .header.openNav .global-menu .submenu {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        column-gap: 4rem;
        row-gap: 4rem;
        margin-bottom: 4rem;
    }
    .header.openNav .global-menu .submenu a {
        display: block;
        font-size: 2.6rem;
        letter-spacing: 0;
        line-height: 9.6rem;
        padding: 0 0 2rem 0;
        border-bottom: 1px solid #E2DCCD;
    }
    .header.openNav .global-menu .submenu a img {
        width: 9.6rem;
        height: 9.6rem;
        vertical-align: bottom;
        margin-right: 2rem;
    }
    .header.openNav .global-menu .btn-more {
        margin: 2rem auto 6rem;
    }
}
@media only screen and (min-width: 1370px) {
    .header .sp-nav .global-menu .menu-ttl {
        padding: 30px 20px;
    }
    .header .sp-nav .global-menu li.active .submenu-wrap {
        top: max(7.5rem, 75px);
        background-color: #F0EDE6;
        padding: max(6rem, 60px) 0;
    }
    .header .sp-nav .global-menu li.active .submenu {
        grid-template-columns: repeat(7,1fr);
    }
}
@media (min-width: 900px) and (max-width: 1369px){
    .header .sp-nav .global-menu .menu-ttl {
        padding: max(.5rem, 5px) 20px;
    }
    .header .sp-nav .global-menu li.active .submenu-wrap {
        top: 2.5rem;
        background: linear-gradient(180deg, transparent 0%, transparent 42px, #F0EDE6 42px, #F0EDE6 100%);
        padding: 20rem 0 6rem;
    }
    .header .sp-nav .global-menu li.active .submenu {
        grid-template-columns: repeat(5,1fr);

    }
}
@media only screen and (min-width: 900px) {
    .fs-l-page.open {
        position: relative;
    }
    .fs-l-page.open:after {
        content: "";
        width: 100%;
        height: 100%;
        background-color: rgba(51,51,51,.8);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 9;
    }
    .header .sp-nav .global-menu li.active .submenu-wrap {
        display: block;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 100vw;
        min-height: 332px;
        z-index: 99;
    }
    .header .sp-nav .global-menu li.active .submenu-wrap .inner {
        max-width: 1440px;
        margin: auto;
        padding: 0 11rem;
    }
    .header .sp-nav .global-menu li.active .submenu {
        display: grid;
        grid-template-rows: max-content;
        column-gap: 19px;
        row-gap: 20px;
        margin-bottom: 20px;

    }
    .header .sp-nav .global-menu li.active .submenu li a {
        display: grid;
        grid-template-columns: 48px 1fr;
        column-gap: 10px;
        align-items: center;
        padding-bottom: 10px;
        border-bottom: 1px solid #E2DCCD;
        font-size: 13px;
        letter-spacing: 0;
    }
    .header .sp-nav .global-menu li.active .btn-more {
        display: block;
        margin-left: auto;
        line-height: 1;
    }
}

/* header.fix */
.header.fix {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}
.header.fix .header-txt {
    display: none;
}
@media only screen and (min-width: 900px) {
    .header.fix .header-inner {
        grid-template-rows: 75px;
    }
    .header.fix .header-inner:after {
        bottom: 0;
    }
    .header.fix .header-top {
        display: none;
    }
}

/* features */
#feaures {
    padding: 10rem 4rem 6rem;
}
#feaures .item-wrap {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    column-gap: 4rem;
    row-gap: 6rem;
}
#feaures .item-wrap li a {
    font-size: 2.6rem;
}
#feaures .item-wrap li figure {
    position: relative;
    margin-bottom: 3rem;
}
#feaures .item-wrap li figcaption {
    position: absolute;
    top: 1.4rem;
    right: 1.4rem;
    font-family: "Poppins", sans-serif;
    font-size: 2rem;
    color: #fff;
    text-align: center;
    background-color: #333333;
    border-radius: 6rem;
    padding: .6rem 1.4rem .4rem;
}
#feaures .item-wrap li img {
    width: 100%;
    height: 22rem;
    vertical-align: bottom;
}
@media only screen and (min-width: 900px) {
    #feaures {
        padding: 100px 0 75px;
        width: calc(100% - 24rem);
        max-width: 1200px;
        margin: auto;
    }
    #feaures .item-wrap {
        grid-template-columns: repeat(3,1fr);
        column-gap: 45px;
    }
    #feaures .item-wrap li a {
        font-size: 17px;
    }
    #feaures .item-wrap li figure {
        margin-bottom: 20px;
    }
    #feaures .item-wrap li figcaption {
        font-size: 11px;
        padding: 5px 10px;
        top: 15px;
        right: 14px;
    }
    #feaures .item-wrap li img {
        height: auto;
    }
}

/* app-bnr */
.app-bnr {
    display: block;
    width: 70rem;
    margin: 0 auto 10rem;
}
.app-bnr img {
    width: 100%;
    height: auto;
}
@media only screen and (min-width: 900px) {
    .app-bnr {
        width: calc(100% - 24rem);
        max-width: 1200px;
        margin: 0 auto 100px;
    }
}

/* about */
#about {
    background: url(https://mens.itembox.design/item/img/common/bg-about_sp.png) 0 / cover no-repeat;
    width: 100%;
    height: 52rem;
    display: grid;
    place-content: center;
    text-align: center;
}
#about .about-ttl {
    color: #fff;
    font-size: 4rem;
    line-height: 1.5;
}
#about .btn-more {
    margin: auto;
    padding: 1rem 2rem;
}
@media only screen and (min-width: 900px) {
    #about {
        background: url(https://mens.itembox.design/item/img/common/bg-about.png) 0 / 100% 101% no-repeat;
        height: 372px;
    }
    #about .about-ttl {
        font-size: 32px;
        margin: 0 0 30px;
    }
    #about .btn-more {
        padding: 15px 20px;
    }
}

/* video */
#video {
    padding: 6rem 4rem;
}
#video .dot-ttlwrap {
    margin-bottom: 3rem;
}
#video .top-txt {
    margin: 0;
    font-size: 3rem;
    line-height: 1.75;
    color: #898989;
    padding-bottom: 5rem;
    border-bottom: 1px solid #E2DCCD;
    margin-bottom: 5rem;
}
#video .top-video {
    display: block;
    padding-bottom: 5rem;
    border-bottom: 1px solid #E2DCCD;
}
#video .top-video img {
    width: 100%;
    height: 37rem;
    margin-bottom: 6rem;
}
#video .top-video .item-name {
    margin: 0 0 2rem;
    font-size: 3.4rem;
    line-height: 1.5;
}
#video .top-video .txt {
    margin: 0 0 2rem;
    color: #898989;
    font-size: 2.2rem;
    line-height: 2;
}
#video .top-video .date {
    font-family: "Poppins", sans-serif;
    color: #898989;
    font-size: 2.2rem;
}
#video .item-wrap {
    margin: 2.8rem 0;
    display: grid;
    row-gap: 2.8rem;
    width: 100%;
}
#video .item-wrap figure {
    display: grid;
    grid-template-columns: 22.2rem 1fr;
    column-gap: 4rem;
    padding-bottom: 2.8rem;
    border-bottom: 1px solid #E2DCCD;
}
#video .item-wrap figure img {
    width: 100%;
    height: 14.6rem;
}
#video .item-wrap .item-name {
    font-size: 2.6rem;
    line-height: 1.5;
    margin: 0 0 2rem;
}
#video .item-wrap .date {
    font-family: "Poppins", sans-serif;
    color: #898989;
    font-size: 2rem;
}
#video .btn-more {
    margin: 6rem auto 0;
    padding: 4rem 5.8rem;
}
#video .btn-more span {
    font-size: 2.6rem;
}
@media only screen and (min-width: 900px) {
    #video {
        padding: 75px 0 100px;
        width: calc(100% - 24rem);
        max-width: 1200px;
        margin: auto;
    }
    #video .dot-ttlwrap {
        padding-bottom: 40px;
        border-bottom: 1px solid #E2DCCD;
        margin-bottom: 30px;
    }
    #video .top-txt {
        border-bottom: none;
        font-size: 15px;
        padding-bottom: 0;
        margin-bottom: 50px;
    }
    #video .video-wrap {
        display: grid;
        grid-template-columns: 61.5% 1fr;
        column-gap: 30px;
    }
    #video .top-video {
        padding-bottom: 0;
        border-bottom: none;
    }
    #video .top-video img {
        height: auto;
        aspect-ratio: 739 / 392;
        margin-bottom: 30px;
    }
    #video .top-video .item-name {
        font-size: 20px;
        margin-bottom: 10px;
    }
    #video .top-video .txt {
        font-size: 11px;
        margin-bottom: 10px;
    }
    #video .top-video .date {
        font-size: 13px;
    }
    #video .item-wrap {
        margin: 0;
        row-gap: 14px;
    }
    #video .item-wrap figure {
        grid-template-columns: 138px 1fr;
        padding-bottom: 14px;
        column-gap: 20px;
    }
    #video .item-wrap figure img {
        height: auto;
        aspect-ratio: 138 / 73;
    }
    #video .item-wrap .item-name {
        font-size: 13px;
        margin: 0 0 10px;
    }
    #video .item-wrap .date {
        font-size: 10px;
    }
    #video .btn-more {
        padding: 20px 40px;
        margin: 40px 0 0 auto;
    }
    #video .btn-more span {
        font-size: 15px;
    }
}

/* footer */
.footer {
    background-color: #918E85;
    padding: 10rem 4rem 4rem;
}
.footer-top {
    border-bottom: 1px solid rgba(255,255,255,.1);
    padding-bottom: 6rem;
}
.footer-top .about-menu {
    display: grid;
    row-gap: 4rem;
}
.footer-top .about-menu li a {
    display: grid;
    place-content: center;
    text-align: center;
    color: #fff;
    font-size: 2.6rem;
    border-radius: 1rem;
    height: 24rem;
}
.footer-top .about-menu li.strength a {
    background: url(https://mens.itembox.design/item/img/common/bg-strength_sp.png) 0 / 100% 100% no-repeat;
}
.footer-top .about-menu li.shop a {
    background: url(https://mens.itembox.design/item/img/common/bg-shop_sp.png) 0 / 100% 100% no-repeat;
}
.footer-mid {
    padding: 6rem 0 16rem;
}
.footer-mid .menu-list {
    display: grid;
    row-gap: 2rem;
}
.footer-mid .menu-list a {
    color: #fff;
    font-size: 2.6rem;
    line-height: 1.46;
}
.footer-btm {
    display: grid;
    row-gap: 6rem;
}
.footer-btm .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-btm .footer-logo {
    width: 29.2rem;
}
.footer-btm small {
    color: #fff;
    font-size: 2rem;
}
@media only screen and (min-width: 900px) {
    .footer {
        padding: 75px 0 50px;
    }
    .footer-top {
        width: calc(100% - 12rem);
        max-width: 1320px;
        margin: auto;
        padding-bottom: 75px;
    }
    .footer-top .about-menu {
        grid-template-columns: repeat(2,1fr);
        column-gap: 20px;
    }
    .footer-top .about-menu li a {
        height: 253px;
        font-size: 20px;
    }
    .footer-top .about-menu li.strength a {
        background: url(https://mens.itembox.design/item/img/common/bg-strength.png) 0 / 100% 100% no-repeat;
    }
    .footer-top .about-menu li.shop a {
        background: url(https://mens.itembox.design/item/img/common/bg-shop.png) 0 / 100% 100% no-repeat;
    }
    .footer-mid {
        width: calc(100% - 12rem);
        max-width: 1320px;
        margin: auto;
        padding: 30px 0 200px;
    }
    .footer-mid .menu-list {
        grid-template-columns: repeat(2,max-content);
        grid-template-rows: repeat(5,auto);
        grid-auto-flow: column;
        column-gap: 40px;
        justify-content: flex-end;
    }
    .footer-mid .menu-list a {
        font-size: 13px;
    }
    .footer-btm {
        width: calc(100% - 12rem);
        max-width: 1320px;
        margin: auto;
        row-gap: 40px;
    }
    .footer-btm .footer-logo {
        width: max(28.2rem, 282px);
    }
    .footer-btm .sns-menu {
        display: flex;
        column-gap: 15px;
        align-items: center;
    }
    .footer-nav .menu-list {
        display: flex;
        column-gap: 25px;
    }
    .footer-nav .menu-list li a {
        color: #fff;
        font-size: 10px;
    }
    .footer-btm small {
        font-size: 10px;
    }
}

/* pagetop */
#pagetop {
    display: block;
    width: 7.2rem;
    height: 7.2rem;
    background: url(https://kknaruto.itembox.design/item/img/common/icon-pagetop_sp.png) 0 / 100% 100% no-repeat;
    right: 3rem;
    z-index: 9;
}
@media only screen and (min-width: 900px) {
    #pagetop {
        width: 5rem;
        height: 5rem;
        background: url(https://kknaruto.itembox.design/item/img/common/icon-pagetop.png) 0 / 100% 100% no-repeat;
        right: 2rem;
        cursor: pointer;
    }
}

/* layout */
.fs-l-main {
    max-width: none;
    padding: 0;
    margin: 0;
    display: block;
}

/* ttl, txt */
.dot-ttlwrap {
    display: flex;
    flex-direction: column-reverse;
    row-gap: .7rem;
    margin-bottom: 6rem;
}
.dot-ttl {
    font-size: 4rem;
    font-weight: normal;
    position: relative;
    margin: 0;
}
.dot-txt {
    color: #918E85;
    font-size: 2rem;
    font-family: "Poppins", sans-serif;
    display: block;
    padding-left: 2rem;
    position: relative;
    margin: 0;
}
.dot-txt:before {
    content: "";
    width: 1rem;
    height: 1rem;
    background-color: #918E85;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.num-ttlwrap {
    display: flex;
    flex-direction: column-reverse;
    row-gap: 1.4rem;
    margin-bottom: 6rem;
}
.num-ttlwrap .ttl {
    font-size: 5rem;
    font-weight: 500;
    line-height: 1.68;
    letter-spacing: .1em;
    margin: 0;
}
.num-ttlwrap .num-txt {
    color: #C1BCAF;
    font-size: 3.6rem;
    font-family: "Poppins", sans-serif;
    display: block;
    letter-spacing: .1em;
}
.txt {
    margin: 0;
    font-size: 2.6rem;
    line-height: 2;
}
.txt + .txt {
    margin-top: 2rem;
}
@media only screen and (min-width: 900px) {
    .dot-ttlwrap {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 50px;
        scroll-margin-top: 100px;
    }
    .dot-ttl {
        font-size: 30px;
    }
    .dot-txt {
        font-size: 13px;
        padding-left: 20px;
    }
    .dot-txt:before {
        width: 5px;
        height: 5px;
    }
    .num-ttlwrap {
        row-gap: 15px;
        margin-bottom: 85px;
    }
    .num-ttlwrap .ttl {
        font-size: 35px;
    }
    .num-ttlwrap .num-txt {
        font-size: 18px;
    }
    .txt {
        font-size: 15px;
    }
     .txt + .txt {
        margin-top: 20px;
    }
}

/* btn */
.btn-more {
    display: grid;
    border: 1px solid rgba(51,51,51,.2);
    border-radius: 6rem;
    padding: 4rem 5.8rem;
    text-align: center;
    width: max-content;
}
.btn-more.btn-w {
    border: 1px solid rgba(250,247,247,.1);
}
.btn-more.btn-b {
    border: none;
    background-color: #333;
}
.btn-more.btn-bgw {
    background-color: #F0EDE6;
}
.btn-more span {
    font-size: 2.2rem;
    position: relative;
    padding-right: 4rem;
}
.btn-more.btn-w span,
.btn-more.btn-b span {
    color: #fff;
}
.btn-more.btn-w span.f-pop {
    font-size: 2rem;
    letter-spacing: 0;
}
.btn-more span:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1.6rem;
    height: 2rem;
    background: url(https://mens.itembox.design/item/img/common/arrow-b.svg) 0 / 100% 100% no-repeat;
    right: 0;
}
.btn-more.btn-w span:after,
.btn-more.btn-b span:after {
    background: url(https://mens.itembox.design/item/img/common/arrow-w.svg) 0 / 100% 100% no-repeat;
}
@media only screen and (min-width: 900px) {
    .btn-more {
        border-radius: 30px;
        padding: 15px 20px;
    }
    .btn-more:hover, .btn-more.btn-b:hover {
        background-color: #918E85;
    }
    .btn-more:hover span {
        color: #fff;
    }
    .btn-more:not(.btn-bgw):hover span:after {
        background: url(https://mens.itembox.design/item/img/common/arrow-w.svg) 0 / 100% 100% no-repeat;
    }
    .btn-more span {
        font-size: 11px;
        padding-right: 20px;
        display: block;
    }
    .btn-more span:after {
        width: 8px;
        height: 12px;
    }
    .btn-more.btn-w span.f-pop {
        font-size: 11px;
    }
    .btn-more.btn-bgw:hover {
        background-color: #fff;
    }
}

/* list */
.ydots-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.ydots-list li {
    position: relative;
    line-height: 2;
    padding-left: 3rem;
}
.ydots-list li:before {
    content: "";
    width: 1rem;
    height: 1rem;
    background-color: #EEDC80;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 2.4rem;
}
.ydots-list li.txt + li.txt {
    margin-top: 2rem;
}
.dots-list {
    list-style: disc;
    padding-left: 4rem;
}
.dots-list li {
    font-size: 2.8rem;
    line-height: 2;
}
.alpha-list {
    list-style: none;
    padding-left: 0;
}
.alpha-list > li {
    font-size: 2.8rem;
    line-height: 2;
    position: relative;
    padding-left: 8rem;
}
.alpha-list > li:before {
    position: absolute;
    left: 0;
    top: -.1rem;
}
.alpha-list > li:nth-child(1):before {
    content: "( A )";
}
.alpha-list > li:nth-child(2):before {
    content: "( B )";
}
.alpha-list > li:nth-child(3):before {
    content: "( C )";
}
.alpha-list > li + li {
    margin-top: 4rem;
}
@media only screen and (min-width: 900px) {
    .ydots-list li {
        padding-left: 1.5rem;
    }
    .ydots-list li:before {
        width: .5rem;
        height: .5rem;
        top: 1.2rem;
    }
    .ydots-list li.txt + li.txt {
        margin-top: 1rem;
    }
    .dots-list {
        padding-left: 2rem;
    }
    .dots-list li {
        font-size: 1.4rem;
    }
    .alpha-list {
        margin-bottom: 3rem;
    }
    .alpha-list > li {
        font-size: 1.4rem;
        padding-left: 4rem;
    }
    .alpha-list > li + li {
        margin-top: 3rem;
    }
}


/* ac-menu */
@media only screen and (max-width: 899px) {
    .ac-menu {
        position: relative;
    }
    .ac-menu:before {
        content: "";
        width: 3rem;
        height: 2.4rem;
        position: absolute;
        right: 0;
        top: 30%;
        transform: translateY(-50%);
    }
    .ac-menu:before {
        background: url(../img/common/icon-close.svg) 0 / contain no-repeat;
    }
    .ac-menu.active:before {
        background: url(../img/common/icon-open.svg) 0 / contain no-repeat;
    }
    .ac-toggle {
        display: none;
    }
    .ac-menu.active + .ac-toggle {
        display: block;
    }
}
