@charset "UTF-8";

/* HEADER PC */
.fs-c-new-header .c-header .c-header__logo-area .corp_logo {
padding: 13px 30px;
border: none;
}
.fs-c-new-header .c-header .c-header__logo-area .corp_logo img {
width: 100%;
height: 20px;
}
.c-header .c-header-btns__btn {
width: 80px;
border: none;
}
.c-header .c-header-btns__btn--menu .btn-icon:after, .c-header .c-header-btns__btn--menu .btn-icon:before {
position: absolute;
top: 50%;
left: 50%;
width: 30px;
height: 1px;
margin-left: -15px;
background: #000;
content: "";
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.c-header .c-header-btns__btn--menu .btn-icon:before {
margin-top: -3px;
}
.c-header .c-header-btns__btn--menu .btn-icon:after {
margin-top: 3px;
}
.c-header .c-header-btns__btn--menu .btn-icon {
position: relative;
height: 34px;
}

/* HEADER SP */
  @media screen and (max-width: 1024px) {
    .fs-c-new-header .c-header .c-header__logo-area .corp_logo {
    text-align: center;
    padding-left: 15px;
    border-right: none;
    display: block;
    }
    .fs-c-new-header .c-header .c-header__logo-area .corp_logo img {
    display: block;
    width: 85%;
    }
    .fs-c-new-header .c-header .c-header__logo-area {
    padding: 0;
    width: 70%;
    }
    .btn-ttl {
    display: none;
    }
    .c-header .c-header-btns__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    }
    .c-header .c-header-btns__btn {
    width: 35px;
    border: none;
    padding: 0;
    height: 50px;
    border-left: none;
    }
    .c-header .c-header-btns__btn--menu .btn-icon:after, .c-header .c-header-btns__btn--menu .btn-icon:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 19px;
    height: 1px;
    margin-left: -15px;
    background: #000;
    content: "";
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    }
    .fs-c-new-header .l-header.is-fixed .c-header__logo-area {
    display: block;
    }
    .fs-c-fix-header .l-header {
    padding-top: 0;
    position: absolute;
    }
  }


/* MAIN IMAGE PC */
  @media screen and (min-width:1025px) {
    .main_link_box a {
    height: 60vh;
    padding: 0px 70px 13vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
    }
    .main_link_box a.inside_trion {
    background-position: top
    }
    .main_link_box a.inside_tomoe {
    background-position: center
    }
    .main_link_box a:before {
    -webkit-transition: 0.5s;
    transition: 0.5s
    }
    .main_link_box a .inside {
    padding: 0;
    height: auto
    }
    .main_link_box a .inside figure img {
    height: 30px
    }
    .main_link_box a .inside figure figcaption {
    font-size: 13px;
    margin-top: 14px;
    display: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.8s;
    transition: 0.8s
    }
    .main_link_box a .inside p {
    margin: 35px 0 0;
    font-size: 16px;
    line-height: 2;
    display: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.8s;
    transition: 0.8s
    }
    .main_link_box a .inside .arrow {
    width: 40px;
    height: 40px;
    margin: 60px auto 0;
    background: transparent;
    -webkit-transition: 0.3s;
    transition: 0.3s
    }
    .main_link_box a .inside .arrow:before {
    left: 13px;
    right: auto;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff
    }
  }

/* MAIN IMAGE SP */
  @media screen and (max-width: 1024px) {
    .main_link_box {
    margin-top: 50px;
    }
    .main_link_box a .inside {
    display: block;
    padding: 30px 20px;
    }
    .main_link_box a {
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    position: relative;
    z-index: 1;
    display: block;
    }
    .main_link_box a.inside_tomoe {
    background-position: center;
    }
    .main_link_box a .inside .arrow {
    width: 30px;
    height: 30px;
    margin: 10px auto 0;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    position: relative;
    }
    .main_link_box a .inside p {
    margin: 10px 0 0;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    line-height: 1.8;
    }
    .main_link_box a .inside .arrow {
    width: 20px;
    height: 20px;
    margin: 5px auto 0;
    background: transparent;
    -webkit-transition: 0.3s;
    transition: 0.3s
    }
    .main_link_box a .inside .arrow:before {
    content: "";
    position: absolute;
    left: -3px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 5px;
    height: 5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    }
  }


/* HEADER PC MENU */ 
.trion-header .c-menu {
display: none
}
.trion-header .c-menu .c-menu-products {
overflow: hidden;
}
.trion-header .c-menu .tablet-on {
display: block
}
.trion-header .c-menu .close_btn {
padding: 38px 40px;
border-bottom: 1px solid #ddd
}
.trion-header .c-menu .close_btn span {
width: 25px;
height: 25px;
display: block;
margin: 0 0 0 auto;
cursor: pointer;
position: relative
}
.trion-header .c-menu .close_btn span:after, .trion-header .c-menu .close_btn span:before {
content: "";
width: 20px;
height: 1px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
background: #000;
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
margin: auto
}
.trion-header .c-menu .close_btn span:after {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg)
}

  @media screen and (min-width:1025px) {
    .trion-header .c-menu {
    width: 500px;
    margin: 0 0 0 auto;
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0
    }
    .trion-header .c-menu:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    content: "";
    right: 100%;
    left: -100vw
    }
    .trion-header .c-menu a {
    color: #000
    }
    .trion-header .c-menu .c-menu-products {
    overflow: hidden
    }
    .trion-header .c-menu .c-menu-products__inner {
    max-width: none;
    padding: 0
    }
    .trion-header .c-menu>li {
    width: 100%;
    background: transparent;
    border-left: none
    }
    .trion-header .c-menu .tablet-on {
    display: block
    }
    .trion-header .c-menu .tablet-on .c-menu-btn {
    color: #000;
    border-top: 1px solid #DDDDDD;
    height: 50px;
    text-align: left;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 20px;
    position: relative
    }
    .trion-header .c-menu .tablet-on .c-menu-btn:first-child {
    border-top: 1px solid #DDDDDD
    }
    .trion-header .c-menu .tablet-on .c-menu-btn:after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    border-top: 1px solid #000;
    border-right: 1px solid #000
    }
    .trion-header .c-menu .c-menu_brand {
    display: block;
    padding: 20px
    }
    .trion-header .c-menu .c-menu_brand .c-menu__btn {
    height: auto;
    text-align: left;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 0 15px
    }
    .trion-header .c-menu .c-menu_brand .c-menu__btn:after {
    content: none
    }
    .trion-header .c-menu .c-menu_brand .c-menu-products {
    display: block;
    position: relative;
    top: 0;
    background: transparent
    }
    .trion-header .c-menu .c-menu_brand .c-menu-products .c-menu-products__inner {
    display: block;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
    }
    .trion-header .c-menu .c-menu_brand .c-menu-products .c-menu-products__inner li {
    width: 48%
    }
    .trion-header .c-menu .c-menu_brand .c-menu-products .c-menu-products__inner li a {
    text-align: center;
    padding: 15px;
    background: #F4F2F0;
    font-size: 13px;
    display: block;
    position: relative
    }
    .trion-header .c-menu .c-menu_brand .c-menu-products .c-menu-products__inner li a:after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    border-top: 1px solid #000;
    border-right: 1px solid #000
    }
    .trion-header .c-menu .c-menu_brand .c-menu-products .c-menu-products__inner li.active a {
    pointer-events: none;
    background: #000;
    color: #fff
    }
    .trion-header .c-menu .c-menu_brand .c-menu-products .c-menu-products__inner li.active a:after {
    content: none
    }
    .trion-header .c-menu .c-menu__spbtns {
    border-bottom: 1px solid #ddd
    }
    .trion-header .c-menu .c-menu__spbtns a {
    border-top: 1px solid #ddd
    }
    .trion-header .c-menu .c-menu__spbtns a:nth-child(odd) {
    border-right: 1px solid #ddd
    }
  }

/* HEADER SP MENU */ 
  @media screen and (max-width:1024px) {
    .trion-header .c-menu {
      position: static;
      min-height: 100vh;
      min-height: -webkit-fill-available;
      overflow-y: scroll;
      background: #EEEAE7;
    }
    .trion-header .c-menu .tablet-on {
    background: #000
    }
    .trion-header .c-menu .close_btn {
    display: none;
    padding: 20px;
    border-bottom: none;
    background: #fff
    }
    .trion-header .c-menu .c-menu_brand {
    border-top: none
    }
  }

/* section bottom */
#ranking, #brand, #shopinfo {
margin-bottom: 180px;
}

/* ranking AREA */
.l-ranking {
margin-bottom: 60px;
}
.p-toprank_ttl {
margin-bottom: 20px;
font-size: min(4vw, 20px);
background: #f4f2f0;
padding: min(3vw, 15px);
padding-left: 15px;
}
.p-toprank_ttl_sub {
margin-bottom: 40px;
font-size: 16px;
}
.p-rankinglist li {
position: relative;
margin: 0 5px;
}
.p-rankinglist .ranking {
width: 40px;
height: 40px;
-webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
clip-path: polygon(0 0, 100% 0, 0 100%);
position: absolute;
left: 0;
top: 0;
text-indent: 6px;
line-height: 1.8rem;
letter-spacing: -1px;
font-size: 15px;
color: #fff;
background-color: #a9b2b5;
}
.p-rankinglist .ranking1 {
background-color: #e6b422;
}
.p-rankinglist .ranking2 {
background-color: #7f98b5;
}
.p-rankinglist .ranking3 {
background-color: #A28D80;
}
.p-rankinglist__ttl {
margin-top: 20px;
padding: 0 10px;
font-size: 16px;
letter-spacing: 0.12em;
text-align: center;
line-height: 1.5;
}
.p-rankinglist__ttl span {
font-weight: 700;
}
.p-rankinglist__price {
margin-top: 10px;
padding: 0;
font-family: "Lato", sans-serif;
font-size: 20px;
letter-spacing: 0.1em;
text-align: center;
}
.p-rankinglist__price span {
display: inline-block;
margin: 0;
font-size: 12px;
}


/* ranking AREA slider */
.slick-slide img {
display: block;
border: solid 1px #efefef;
}
.slick-arrow::after {
position: absolute;
top: 50%;
left: 50%;
width: 15px;
height: 30px;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
background-image: url(https://trion.itembox.design/item/src/images/common/arrow.svg);
background-repeat: no-repeat;
background-size: contain;
content: "";
}
.slick-arrow.slick-next {
right: 10px;
}
.slick-arrow.slick-prev {
left: 0px;
}

/* brand AREA */
.l-brand-list {
display: flex;
justify-content: space-between;
align-items: flex-start;
}
.l-brand-list__item {
display: flex;
flex-direction: column-reverse;
width: calc((100% - 30px) / 2);
list-style: none;
}
.l-brand-list__item .main img {
width: 100%;
}
.l-brand-list__item .logo {
width: 30%;
display: block;
margin: 40px auto;
}
.l-brand-list__item .text {
line-height: 1.8;
font-size: 15px;
}

/* shop AREA */
.l-shopinfo {
display: flex;
justify-content: space-between;
flex-direction: row-reverse;
width: 90%;
margin: 0 auto;
}
.l-shopinfo div {
width: calc((100% - 40px) / 2);
line-height: 2;
}
.l-shopinfo__img img {
width: 100%;
}
.l-shopinfo__ttl {
font-size: 24px;
}
.l-shopinfo__txt {
font-size: min(3vw, 17px);
}
.l-shopinfo__txt2_pc {
display: block;
font-size: 15px;
line-height: 1.8;
width: 90%;
margin: 40px auto;
text-align: center;
}
.l-shopinfo__txt2_sp {
display: none;
}
.c-btn--line {
margin-top: 20px;
margin-left: 0;
}

  /* SP */
  @media screen and (max-width: 1024px) {

    /* section bottom */
    #ranking, #brand, #shopinfo {
      margin-bottom: 70px;
    }

    /* ranking AREA */
    .l-ranking {
    margin-bottom: 20px;
    }
    .p-toprank_ttl_sub {
      margin-bottom: 15px;
      font-size: 0.8rem;
      line-height: 1.8;
    }
    .p-toprank_ttl {
      padding-left: 10px;
    }.p-rankinglist__price {
    margin-top: 10px;
    padding: 0;
    font-family: "Lato", sans-serif;
    font-size: 17px;
    letter-spacing: 0.1em;
    text-align: center;
    }
    .p-rankinglist__ttl {
      margin-top: 15px;
      font-size: 14px;
      letter-spacing: 0.12em;
      text-align: center;
      line-height: 1.5;
    }
    .p-rankinglist li {
      margin: 0 10px 20px 0;
      position: relative;
    }
    .p-rankinglist__btn {
      max-width: 260px;
      margin: 0 auto 30px;
    }
    .p-rankinglist .ranking {
      width: 36px;
      height: 36px;
      -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
      clip-path: polygon(0 0, 100% 0, 0 100%);
      position: absolute;
      left: 0;
      top: 0;
      text-indent: 5px;
      line-height: 1.3rem;
      letter-spacing: -1px;
      font-size: 13px;
      color: #fff;
      background-color: #a9b2b5;
    }
    .p-rankinglist .ranking1 {
      background-color: #e6b422;
    }
    .p-rankinglist .ranking2 {
      background-color: #7f98b5;
    }
    .p-rankinglist .ranking3 {
      background-color: #A28D80;
    }

    /* ranking AREA slider */
    .slick-list {
      padding: 0 10% 0 0 !important;
    }
    .slick-slide {
      margin-right: 15px;
    }
    .slick-list img {
      width: 100%;
    }
    .slick-arrow.slick-prev::after {
      left: 0;
    }	
    .slick-arrow::after {
    position: absolute;
    top: 50%;
    left: 100%;
    width: 10px;
    height: 30px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url(https://trion.itembox.design/item/src/images/common/arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    }

    /* brand AREA */
    .l-brand-list {
      display: flex;
      justify-content: space-between;
      flex-direction: column;
    }
    .l-brand-list__item .text {
      line-height: 1.8;
      font-size: 0.8rem;
    }
    .l-brand-list__item {
      display: flex;
      flex-direction: column-reverse;
      width: 100%;
      list-style: none;
    }
    .l-brand-list__item .tomoe {
      margin-top: 40px;
    }
    .l-brand-list__item .logo {
      width: 40%;
      display: block;
      margin: 30px auto;
    }

    /* shop AREA */
    .l-shopinfo {
      display: flex;
      justify-content: space-between;
      flex-direction: column-reverse;
      width: 100%;
    }
    .l-shopinfo div {
      width: 100%;
      line-height: 2;
    }
    .l-shopinfo__ttl {
      font-size: 16px;
      margin-top: 20px;
    }
    .l-shopinfo__txt2_pc {
      display: none;
    }
    .l-shopinfo__txt2_sp {
      display: block;
      font-size: 12px;
      margin: 20px auto 0;
      text-align: center;
    }
    .c-btn--line {
      margin: 20px auto 0;
    }

  }