@charset "UTF-8";
/* ====================================================================================
 Multi PCs
 ==================================================================================== */
@media only screen and (min-width: 1200px) {
  body.single .wide-wrapper {
    width: 50vw;
    margin: 0 auto;
    float: left;
    overflow: hidden;
  }
  body.single .wrapper-data {
    width: calc(100% - 53vw);
    margin: 0 auto;
    float: left;
  }
  body.single .wrapper-data article .wrapper {
    width: 100%;
  }
  body.single .related-article ul li {
    width: 24%;
    margin-bottom: 5px;
    height: auto;
    float: left;
  }
  body.single .related-article ul li img {
    width: 100%;
    height: auto;
  }
}
/* ====================================================================================
 TABLET
 ==================================================================================== */
@media only screen and (max-width: 1100px) {
  /* Header-SP-Toggle */
  .sp {
    display: none;
  }
  .tab {
    display: block;
  }
  body.page.favorite .wrapper-wide main, body.page-template-page-color-ordeve .wrapper-wide main, body.page-template-page-color-ordeve-ledress .wrapper-wide main, body.page-template-page-color-addicthy .wrapper-wide main, body.page-template-page-color-ordeve-seedil .wrapper-wide main, body.post-type-archive-fashionboard .wrapper-wide main, body.post-type-archive-fashionboard-trend .wrapper-wide main, body.page-template-page-color-villa-lodola .wrapper-wide main, body.page-template-page-color-enog .wrapper-wide main, body.page.favorite main, body.page-template-page-color-ordeve main, body.page-template-page-color-ordeve-ledress main, body.page-template-page-color-addicthy main, body.page-template-page-color-ordeve-seedil main, body.post-type-archive-fashionboard main, body.post-type-archive-fashionboard-trend main, body.page-template-page-color-villa-lodola main, body.page-template-page-color-enog main {
    width: 90vw;
    padding: 0 5vw;
    min-height: 100vh;
    display: inline-block;
    font-size: 1.4rem;
    vertical-align: top;
    min-height: 0;
  }
  header, .wrapper {
    transition-property: all;
    transition-duration: 0.5s;
  }
  .fav-button {
    float: left;
    font-size: 1.4rem;
    line-height: 1.4rem;
    position: absolute;
    top: 30px;
    padding-left: 10px;
    padding-bottom: 15px;
    margin: 15px;
    border-bottom: 1px solid #ccc;
    width: calc(100% - 30px);
  }
  .fav-button i {
    font-size: 2rem;
    float: left;
    margin-right: 10px;
    margin-top: -2px;
    color: #ff334f;
  }
  #menu-mask {
    display: none;
  }
  body.sp-menu-active {
    height: 100%;
    overflow: hidden;
  }
  body.sp-menu-active #menu-mask {
    background: rgba(0, 0, 0, 0.5);
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: calc(100% - 312px);
    height: 100%;
    z-index: 1000;
  }
  body.sp-menu-active .wrapper {
    transform: translateX(-312px);
  }
  body.sp-menu-active header {
    transform: translateX(-312px);
  }
  body.sp-menu-active header nav {
    transform: translateX(0px);
  }
  body.sp-menu-active #sp-menu {
    display: block;
    overflow: scroll;
  }
  #sp-menu {
    display: none;
    background: #f9f9f9;
    width: 312px;
    position: fixed;
    top: -20px;
    padding-top: 20px;
    right: 0;
    height: 100%;
    z-index: 10000;
    box-shadow: inset 2px 0px 4px 0px rgba(0, 0, 0, 0.24);
  }
  #sp-menu a {
    color: #000;
  }
  #sp-menu #sp-nav {
    width: calc(100% - 30px);
    margin-top: 80px;
    padding-left: 30px;
    font-size: 1.4rem;
  }
  #sp-menu #sp-nav ul li {
    line-height: 40px;
  }
  #sp-menu .menu > .menu-item:nth-last-child(2) {
    margin-bottom: 50px;
  }
  #sp-menu ul.sub-menu li {
    padding-left: 20px;
  }
  #sp-menu .nav-bottom {
    width: 312px;
    position: fixed;
    bottom: 0;
    right: 0;
    background: #fff;
    overflow: hidden;
    margin-bottom: -2px;
    box-shadow: inset 2px 0px 4px 0px rgba(0, 0, 0, 0.24);
  }
  #sp-menu .nav-bottom .nav-bottom-inner {
    width: 100%;
    display: table;
    border-collapse: collapse;
  }
  #sp-menu .nav-bottom .nav-bottom-inner:last-child {
    margin-top: -1px;
  }
  #sp-menu .nav-bottom .nav-bottom-inner ul {
    display: table-row;
  }
  #sp-menu .nav-bottom .nav-bottom-inner ul li {
    text-align: center;
    vertical-align: middle;
    height: 50px;
    flex-grow: 1;
    width: 50%;
    box-sizing: border-box;
    display: table-cell;
    float: none;
    border: 1px solid #ccc;
    margin-right: -1px;
  }
  #sp-menu .nav-bottom .nav-bottom-inner ul.col2-wrap {
    width: 100%;
  }
  #sp-menu .nav-bottom .nav-bottom-inner ul.col2-wrap li {
    border-bottom: none;
  }
  #sp-menu .nav-bottom .col2 {
    width: calc(50% - 2px);
  }
  #sp-menu .nav-bottom .col4 {
    width: 100%;
    height: 50px;
    text-align: center;
  }
  header {
    padding: 7px 0;
    background: #fff;
  }
  header .fav-button {
    display: none;
  }
  header .back-btn {
    position: absolute;
    top: 20px;
    left: 8px;
    z-index: 1000;
  }
  header .back-btn span {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 0 0 15px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    -webkit-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    transform: rotate(-225deg);
    transition-duration: 0.5s;
    float: left;
  }
  header nav {
    display: none;
  }
  header h1 {
    display: block;
    margin-right: 0;
    float: none;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
  }
  header h1 img {
    width: auto;
    height: 34px;
    margin-left: -20px;
  }
  header #sp-nav {
    position: absolute;
    right: 17px;
    width: 32px;
    height: 32px;
    top: 23px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  header #sp-nav span {
    display: block;
    width: 24px;
    height: 3px;
    background: #000;
    position: absolute;
    left: 50%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  header #sp-nav span:nth-of-type(1) {
    top: 8px;
  }
  header #sp-nav span:nth-of-type(2) {
    top: 15px;
  }
  header #sp-nav span:nth-of-type(3) {
    top: 23px;
  }
  header #sp-nav.btn-active span:nth-of-type(1) {
    -webkit-transform: translate(-50%, 8px) rotate(45deg);
    -moz-transform: translate(-50%, 8px) rotate(45deg);
    -ms-transform: translate(-50%, 8px) rotate(45deg);
    -o-transform: translate(-50%, 8px) rotate(45deg);
    transform: translate(-50%, 8px) rotate(45deg);
  }
  header #sp-nav.btn-active span:nth-of-type(2) {
    opacity: 0;
  }
  header #sp-nav.btn-active span:nth-of-type(3) {
    -webkit-transform: translate(-50%, -8px) rotate(-45deg);
    -moz-transform: translate(-50%, -8px) rotate(-45deg);
    -ms-transform: translate(-50%, -8px) rotate(-45deg);
    -o-transform: translate(-50%, -8px) rotate(-45deg);
    transform: translate(-50%, -8px) rotate(-45deg);
  }
}
/* ====================================================================================
 SP
 ==================================================================================== */
@media only screen and (max-width: 768px) {
  /* Header-SP-Toggle */
  /* Header */
  /* Sidebar */
  /* ====================================================================================
   PAGE-COLOR-CHART-CHILD
   ==================================================================================== */
  /* ====================================================================================
   COMMON
   ==================================================================================== */
  @import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
  /* ====================================================================================
   ABOUT
   ==================================================================================== */
  /* NEWポチ */
  /* ====================================================================================
   HOWTO
   ==================================================================================== */
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .fixed {
    position: fixed !important;
  }

  .wide-wrapper {
    width: 100%;
    margin: 0 auto;
  }

  .wide2-wrapper {
    width: 100%;
    margin: 0 auto;
  }

  header, .wrapper {
    transition-property: all;
    transition-duration: 0.5s;
  }

  #top_banner_sp {
    display: block;
  }

  body.sp-menu-active .wrapper {
    transform: translateX(-312px);
  }

  body.sp-menu-active header {
    transform: translateX(-312px);
  }

  body.sp-menu-active header nav {
    transform: translateX(0px);
  }

  body.sp-menu-active #sp-menu {
    display: block;
  }

  #sp-menu {
    display: none;
    background: #f9f9f9;
    width: 312px;
    position: fixed;
    top: -20px;
    padding-top: 20px;
    right: 0;
    height: 100%;
    z-index: 1;
    box-shadow: inset 2px 0px 4px 0px rgba(0, 0, 0, 0.24);
  }

  #sp-menu a {
    color: #000;
  }

  #sp-menu #sp-nav {
    width: calc(100% - 30px);
    margin-top: 80px;
    padding-left: 30px;
    font-size: 1.4rem;
  }

  #sp-menu #sp-nav ul li {
    line-height: 40px;
  }

  #sp-menu #sp-nav ul .menu-parent-li {
    margin-top: 13px;
  }

  #sp-menu #sp-nav ul .menu-parent {
    padding-left: 20px;
    display: block;
    line-height: 40px;
    background-color: #e0e0e0;
  }

  #sp-menu ul.sub-menu li {
    padding-left: 20px;
  }

  #sp-menu .nav-bottom {
    width: 312px;
    position: fixed;
    bottom: 0;
    right: 0;
    background: #fff;
    overflow: hidden;
    margin-bottom: -2px;
    box-shadow: inset 2px 0px 4px 0px rgba(0, 0, 0, 0.24);
  }

  #sp-menu .nav-bottom .nav-bottom-inner {
    width: 100%;
    display: table;
    border-collapse: collapse;
  }

  #sp-menu .nav-bottom .nav-bottom-inner:last-child {
    margin-top: -1px;
  }

  #sp-menu .nav-bottom .nav-bottom-inner ul {
    display: table-row;
  }

  #sp-menu .nav-bottom .nav-bottom-inner ul li {
    text-align: center;
    vertical-align: middle;
    height: 50px;
    flex-grow: 1;
    width: 50%;
    box-sizing: border-box;
    display: table-cell;
    float: none;
    border: 1px solid #ccc;
    margin-right: -1px;
  }

  #sp-menu .nav-bottom .nav-bottom-inner ul.col2-wrap {
    width: 100%;
  }

  #sp-menu .nav-bottom .nav-bottom-inner ul.col2-wrap li {
    border-bottom: none;
  }

  #sp-menu .nav-bottom .col2 {
    width: calc(50% - 2px);
  }

  #sp-menu .nav-bottom .col4 {
    width: 100%;
    height: 50px;
    text-align: center;
  }

  body.post-type-archive-fashionboard .mes, body.post-type-archive-fashionboard-trend .mes {
    margin-top: 1em;
    text-align: center;
    font-weight: bold;
    font-size: 1.6em;
  }

  body.post-type-archive-fashionboard .cover, body.post-type-archive-fashionboard-trend .cover {
    max-width: 100%;
  }

  .home main, body.catalog main, .archive main, body.page.favorite main, body.post-type-archive-fashionboard main, body.post-type-archive-fashionboard-trend main, body.post-type-archive-news main {
    width: 90vw;
    padding: 5vw;
    min-height: 100vh;
    display: inline-block;
    font-size: 1.4rem;
    vertical-align: top;
  }

  .home main article, body.catalog main article, .archive main article, body.page.favorite main article, body.post-type-archive-fashionboard main article, body.post-type-archive-fashionboard-trend main article, body.post-type-archive-news main article {
    margin: 0;
    float: left;
    display: inline-block;
    width: 48%;
    margin-bottom: 20px;
  }

  .home main article .title-wrapper h3, body.catalog main article .title-wrapper h3, .archive main article .title-wrapper h3, body.page.favorite main article .title-wrapper h3, body.post-type-archive-fashionboard main article .title-wrapper h3, body.post-type-archive-fashionboard-trend main article .title-wrapper h3, body.post-type-archive-news main article .title-wrapper h3 {
    margin-top: 0.5em;
    margin-bottom: 1em;
    line-height: 100%;
    transition-duration: 0.5s;
    display: table-cell;
    vertical-align: middle;
    height: 3em;
    font-size: 1.2rem;
  }

  .home main article .thumbnail img, body.catalog main article .thumbnail img, .archive main article .thumbnail img, body.page.favorite main article .thumbnail img, body.post-type-archive-fashionboard main article .thumbnail img, body.post-type-archive-fashionboard-trend main article .thumbnail img, body.post-type-archive-news main article .thumbnail img {
    width: 100%;
    height: auto;
  }

  .home main article:nth-child(even), body.catalog main article:nth-child(even), .archive main article:nth-child(even), body.page.favorite main article:nth-child(even), body.post-type-archive-fashionboard main article:nth-child(even), body.post-type-archive-fashionboard-trend main article:nth-child(even), body.post-type-archive-news main article:nth-child(even) {
    margin-right: 2%;
  }

  .home main article .colors span, body.catalog main article .colors span, .archive main article .colors span, body.page.favorite main article .colors span, body.post-type-archive-fashionboard main article .colors span, body.post-type-archive-fashionboard-trend main article .colors span, body.post-type-archive-news main article .colors span {
    width: 18px;
    height: 18px;
  }

  .home main article .colors, body.catalog main article .colors, .archive main article .colors, body.page.favorite main article .colors, body.post-type-archive-fashionboard main article .colors, body.post-type-archive-fashionboard-trend main article .colors, body.post-type-archive-news main article .colors {
    float: left;
    margin-top: -5px;
  }

  .home main article .info, body.catalog main article .info, .archive main article .info, body.page.favorite main article .info, body.post-type-archive-fashionboard main article .info, body.post-type-archive-fashionboard-trend main article .info, body.post-type-archive-news main article .info {
    margin-top: 5px;
  }

  .home main article i, body.catalog main article i, .archive main article i, body.page.favorite main article i, body.post-type-archive-fashionboard main article i, body.post-type-archive-fashionboard-trend main article i, body.post-type-archive-news main article i {
    font-size: 2.1rem;
  }

  .home main article .fav-wrapper img.svg-fav, body.catalog main article .fav-wrapper img.svg-fav, .archive main article .fav-wrapper img.svg-fav, body.page.favorite main article .fav-wrapper img.svg-fav, body.post-type-archive-fashionboard main article .fav-wrapper img.svg-fav, body.post-type-archive-fashionboard-trend main article .fav-wrapper img.svg-fav, body.post-type-archive-news main article .fav-wrapper img.svg-fav {
    position: absolute;
    width: 22px;
    height: 22px;
    left: -1px;
    top: -1px;
  }

  .home main article .fav-wrapper .favanime, body.catalog main article .fav-wrapper .favanime, .archive main article .fav-wrapper .favanime, body.page.favorite main article .fav-wrapper .favanime, body.post-type-archive-fashionboard main article .fav-wrapper .favanime, body.post-type-archive-fashionboard-trend main article .fav-wrapper .favanime, body.post-type-archive-news main article .fav-wrapper .favanime {
    cursor: pointer;
    display: inline-block;
    margin-top: 0;
    width: 74px;
    height: 74px;
    position: absolute;
    top: -30px;
    left: -27px;
  }

  body.archive.post-type-archive-news main article {
    margin: 0;
    float: left;
    display: inline-block;
    width: calc(100% - 20px);
    margin-bottom: 20px;
    padding: 0 10px;
  }

  body.archive.post-type-archive-news main article .date {
    font-size: 1.2rem;
    width: 100%;
    float: left;
  }

  body.archive.post-type-archive-news main article .new.pc {
    display: none;
  }

  body.archive.post-type-archive-news main article h2 {
    margin-top: 5px;
    display: inline-block;
    margin-left: 0;
    margin-bottom: 10px;
    font-size: 1.4rem;
  }

  body.archive.post-type-archive-news main article .new.sp {
    font-size: 0.9rem;
    background: #2e1184;
    padding: 1px 5px;
    margin-top: 2px;
    vertical-align: top;
    color: #fff;
    margin-left: 2em;
    display: inline-block;
    margin-left: 10px;
  }

  body.page.favorite main article:nth-child(odd), body.post-type-archive-fashionboard main article:nth-child(odd), body.post-type-archive-fashionboard-trend main article:nth-child(odd) {
    margin-right: 2%;
  }

  header {
    padding: 7px 0;
    background: #fff;
  }

  header .back-btn {
    position: absolute;
    top: 20px;
    left: 8px;
    z-index: 1000;
  }

  header .back-btn span {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 0 0 15px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    -webkit-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    transform: rotate(-225deg);
    transition-duration: 0.5s;
    float: left;
  }

  header nav {
    display: none;
  }

  header h1 {
    display: block;
    margin-right: 0;
    float: none;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
  }

  header h1 img {
    width: auto;
    height: 34px;
  }

  header #sp-nav {
    position: absolute;
    right: 17px;
    width: 32px;
    height: 32px;
    top: 23px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  header #sp-nav span {
    display: block;
    width: 24px;
    height: 3px;
    background: #000;
    position: absolute;
    left: 50%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  header #sp-nav span:nth-of-type(1) {
    top: 8px;
  }

  header #sp-nav span:nth-of-type(2) {
    top: 15px;
  }

  header #sp-nav span:nth-of-type(3) {
    top: 23px;
  }

  header #sp-nav.btn-active span:nth-of-type(1) {
    -webkit-transform: translate(-50%, 8px) rotate(45deg);
    -moz-transform: translate(-50%, 8px) rotate(45deg);
    -ms-transform: translate(-50%, 8px) rotate(45deg);
    -o-transform: translate(-50%, 8px) rotate(45deg);
    transform: translate(-50%, 8px) rotate(45deg);
  }

  header #sp-nav.btn-active span:nth-of-type(2) {
    opacity: 0;
  }

  header #sp-nav.btn-active span:nth-of-type(3) {
    -webkit-transform: translate(-50%, -8px) rotate(-45deg);
    -moz-transform: translate(-50%, -8px) rotate(-45deg);
    -ms-transform: translate(-50%, -8px) rotate(-45deg);
    -o-transform: translate(-50%, -8px) rotate(-45deg);
    transform: translate(-50%, -8px) rotate(-45deg);
  }

  .wrapper {
    background: #fff;
  }

  #sp-blocker {
    display: none;
    z-index: 1;
    top: 0;
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.3);
  }

  aside#sidebar {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 80vh;
    background: rgba(0, 0, 0, 0.3);
    padding: 0;
    z-index: 1000;
  }

  aside#sidebar dl.col-3 dd {
    padding-left: 0;
    float: none;
    text-align: center;
    background: #fff;
    width: calc(32% - 10px);
    padding: 0 5px;
    font-size: 1.2rem;
    line-height: 150%;
    vertical-align: middle;
  }

  aside#sidebar dl.col-3 dd span {
    width: 33%;
  }

  aside#sidebar dl.col-3 dd.selected {
    font-weight: bold;
    border: 1px solid #000;
    width: calc(32% - 12px);
  }

  aside#sidebar dl.col-3 dd.selected:after {
    display: none;
  }

  aside#sidebar dl.col-3 div {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  aside#sidebar dl.col-3 div::after {
    content: "";
    display: block;
    width: calc(32% - 10px);
    padding: 0 5px;
    height: 0;
  }

  aside#sidebar dl.col-2 dd {
    height: 44px;
  }

  aside#sidebar dl.col-2 dd span {
    display: table-cell;
    height: 44px;
    text-align: center;
    vertical-align: middle;
  }

  aside#sidebar dl.col-2 dd.selected {
    height: 44px;
  }

  aside#sidebar dl.col-2 dd {
    padding-left: 0;
    float: none;
    text-align: center;
    background: #fff;
    width: calc(50% - 14px);
    padding: 0 5px;
    font-size: 1.2rem;
    line-height: 150%;
    vertical-align: middle;
    margin-bottom: 7.5px;
  }

  aside#sidebar dl.col-2 dd span {
    width: 50vw;
  }

  aside#sidebar dl.col-2 dd.selected {
    font-weight: bold;
    border: 1px solid #000;
    width: calc(50% - 16px);
  }










}
