﻿@charset "UTF-8";

/*====================
  PC
====================*/
@media only screen and (min-width: 897px) {
  #enjoy_color_mask .sp {
    display: none !important;
  }

  #enjoy_color_mask {
    color: #000;
    font-size: 16px;
    line-height: 1.625;
  }
  #enjoy_color_mask a {
    transition: .3s ease;
  }
  #enjoy_color_mask a:hover {
    opacity: .8;
  }
  #enjoy_color_mask .mv {
    padding: 0 0 50px;
    text-align: center;
  }
  #enjoy_color_mask .mv .visual-slider li:not(:first-child) {
    display: none;
  }
  #enjoy_color_mask .mv .visual-slider li.slick-slide {
    display: block;
  }
  #enjoy_color_mask .mv .visual-slider img {
    width: 100%;
  }
  #enjoy_color_mask .mv .slick-arrow {
    position: absolute;
    top: calc(50% - 25px);
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    cursor: pointer;
    -webkit-appearance: none;
    z-index: 1;
  }
  #enjoy_color_mask .mv .slick-prev {
    left: calc(5% - 25px);
    background: url(../../img/usr/freepage/enjoy_color_mask/sp/prev.png) no-repeat center / 100%;
  }
  #enjoy_color_mask .mv .slick-next {
    right: calc(5% - 25px);
    background: url(../../img/usr/freepage/enjoy_color_mask/sp/next.png) no-repeat center / 100%;
  }
  #enjoy_color_mask .mv-btm {
    padding: 60px 0 0;
    background: url(../../img/usr/freepage/enjoy_color_mask/bg_mv.jpg) no-repeat center bottom;
  }
  #enjoy_color_mask h1 {
    margin: 0 0 60px;
    line-height: 0;
    text-align: center;
  }
  #enjoy_color_mask .slider img:first-child {
    opacity: 0;
    transition: .3s ease;
  }
  #enjoy_color_mask .slider img:not(:first-child) {
    display: none;
  }
  #enjoy_color_mask .slider img.slick-slide {
    opacity: 1;
    display: block;
  }
  #enjoy_color_mask .btn {
    display: block;
    width: 604px;
    margin: 0 auto 70px;
    padding: 28px 0 26px;
    border: 1px solid #000;
    border-radius: 50px;
    text-align: center;
    background: url(../../img/usr/freepage/enjoy_color_mask/arrow.png) no-repeat right 40px center;
  }
  #enjoy_color_mask .btn span {
    font-size: 22px;
    font-weight: bold;
  }
  #enjoy_color_mask .bg-gray {
    background: #f8f8f8;
  }
  #enjoy_color_mask .inner {
    width: 1200px;
    margin: 0 auto;
  }
  #enjoy_color_mask .cover {
    padding: 80px 0 95px;
  }
  #enjoy_color_mask h2 {
    line-height: 0;
    text-align: center;
    margin: 0 0 60px;
  }
  #enjoy_color_mask .cover .img {
    position: relative;
    display: flex;
    justify-content: space-between;
    line-height: 0;
    margin: 0 0 65px;
  }
  #enjoy_color_mask .cover .img .variation {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 785px;
  }
  #enjoy_color_mask .cover .img .variation .box:not(:last-child) {
    margin: 0 0 15px;
  }
  #enjoy_color_mask .cover .img .variation h3 {
    line-height: 0;
    margin: 0 0 23px;
  }
  #enjoy_color_mask .cover .img .variation ul {
    display: flex;
    justify-content: center;
  }
  #enjoy_color_mask .cover .img .variation li {
    margin: 0 10px 0 0;
  }
  #enjoy_color_mask .cover .img .variation li:nth-child(3) {
    margin-right: 0;
  }
  #enjoy_color_mask .cover .img .variation li a {
    position: relative;
    display: block;
  }
  #enjoy_color_mask .cover .variation li a:before {
    content: '';
    position: absolute;
    right: -10px;
    bottom: -10px;
    width: 45px;
    height: 45px;
    background: url(../../img/icon/icon_serch_sp.png) no-repeat center / 100%;
  }
  #enjoy_color_mask .cover .about {
    display: flex;
    margin: 0 0 80px;
  }
  #enjoy_color_mask .cover .about li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 400px;
    border-right: 1px dotted #000;
  }
  #enjoy_color_mask .cover .about li:last-child {
    border-right: 0;
  }
  #enjoy_color_mask .cover .about li h3 {
    font-size: 26px;
    margin: 0 0 10px;
    font-family: YuMincho, 'Yu Mincho', serif;
  }
  #enjoy_color_mask .cover .about li h3 span {
    color: #ba1a22;
  }
  #enjoy_color_mask .cover .about li .caution {
    font-size: 12px;
    margin: 7px 45px 0 auto;
  }
  #enjoy_color_mask .cover .about li:nth-child(3) .caution {
    margin-right: 60px;
  }
  #enjoy_color_mask .cover .about li .caution a {
    text-decoration: underline;
  }
  #enjoy_color_mask .cover .about li .caution a:hover {
    text-decoration: none;
    opacity: 1;
  }
  #enjoy_color_mask .coordination {
    padding: 160px 0 100px;
    margin-top: -60px;
  }
  #enjoy_color_mask .coordination .inner {
    width: 1210px;
  }
  #enjoy_color_mask .coordination h2 {
    margin: 0 0 10px;
  }
  #enjoy_color_mask .coordination h3 {
    text-align: center;
    margin: 0 0 10px;
  }
  #enjoy_color_mask .coordination .text {
    text-align: center;
    letter-spacing: 1px;
    margin: 0 0 55px;
  }
  #enjoy_color_mask .coordination form {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  #enjoy_color_mask .coordination .select-color,
  #enjoy_color_mask .coordination .select-type {
    position: relative;
    background: #e7e7e7;
    padding: 20px 11px 11px;
    width: 427px;
    margin: 0 49px 0 0;
  }
  #enjoy_color_mask .coordination .select-type {
    width: 354px;
  }
  #enjoy_color_mask .coordination .select-color:before,
  #enjoy_color_mask .coordination .select-color:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -41px;
    width: 32px;
    height: 2px;
    background: #000;
    transform: rotate(45deg);
  }
  #enjoy_color_mask .coordination .select-color:after {
    transform: rotate(-45deg);
  }
  #enjoy_color_mask .coordination .select-type:before,
  #enjoy_color_mask .coordination .select-type:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -41px;
    width: 32px;
    height: 2px;
    background: #000;
  }
  #enjoy_color_mask .coordination .select-type:after {
    top: 51.5%;
  }
  #enjoy_color_mask .coordination form .ttl {
    padding: 0 0 0 75px;
    margin: 0 0 15px;
  }
  #enjoy_color_mask .coordination form .ttl .num {
    position: absolute;
    top: -40px;
    left: 3px;
  }
  #enjoy_color_mask .coordination form .ttl p {
    font-size: 14px;
  }
  #enjoy_color_mask .coordination form .color-variation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 6px 6px 15px;
    background: #f8f8f8;
    margin: 0 0 16px;
  }
  #enjoy_color_mask .coordination form .color-variation p {
    font-size: 14px;
  }
  #enjoy_color_mask .coordination form .color-variation ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 184px;
  }
  #enjoy_color_mask .coordination form .color-variation li {
    width: 60px;
    margin: 0 2px 0 0;
  }
  #enjoy_color_mask .coordination form .color-variation li:last-child {
    margin: 0;
  }
  #enjoy_color_mask .coordination form .color-variation input {
    display: none;
  }
  #enjoy_color_mask .coordination form .color-variation label {
    display: block;
    width: 60px;
    height: 40px;
    margin: 0;
  }
  #enjoy_color_mask .coordination form .color-variation input#white + label {
    background: #fff;
    border: 1px solid #e7e7e7;
  }
  #enjoy_color_mask .coordination form .color-variation input#black + label {
    background: #000;
  }
  #enjoy_color_mask .coordination form .color-variation input#pink + label {
    background: #ffc4ce;
  }
  #enjoy_color_mask .coordination form .list-wrapper:not([data-color="white"]) {
    display: none;
  }
  #enjoy_color_mask .coordination form ul {
    display: flex;
    flex-wrap: wrap;
  }
  #enjoy_color_mask .coordination form .select-color li {
    width: calc((100% - 6px) / 4);
    margin: 0 2px 2px 0;
  }
  #enjoy_color_mask .coordination form .select-type li {
    width: 165px;
    margin: 0 2px 2px 0;
  }
  #enjoy_color_mask .coordination form .select-color li:nth-child(4n),
  #enjoy_color_mask .coordination form .select-type li:nth-child(even) {
    margin-right: 0;
  }
  #enjoy_color_mask .coordination form li input {
    display: none;
  }
  #enjoy_color_mask .coordination form .select-color li label {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    width: 100%;
    height: 146px;
  }
  #enjoy_color_mask .coordination form .select-type li label {
    position: relative;
    display: block;
    line-height: 0;
  }
  #enjoy_color_mask .coordination form li input:checked + label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 4px solid #ba1a22;
    transition: .3s ease;
  }
  #enjoy_color_mask .coordination form li input:checked + label:after {
    content: '選択中';
    position: absolute;
    top: 0;
    left: 0;
    width: 44px;
    color: #fff;
    font-size: 11px;
    line-height: 1;
    background: #ba1a22;
    text-align: center;
    padding: 4px 0 4px 3px;
  }
  #enjoy_color_mask .coordination .coordinate-image {
    background: #e7e7e7;
    width: 331px;
    padding: 10px;
  }
  #enjoy_color_mask .coordination .coordinate-image .img {
    line-height: 0;
    margin: 0 0 10px;
  }
  #enjoy_color_mask .coordination .coordinate-image .btn-switch {
    display: flex;
    justify-content: space-between;
  }
  #enjoy_color_mask .coordination .coordinate-image .btn-switch > * {
    width: 154px;
    border: 1px solid #444;
    background: #fff;
    text-align: center;
    font-size: 15px;
    font-family: YuMincho, 'Yu Mincho', serif;
    padding: 8px 0 6px;
    letter-spacing: 2px;
    cursor: pointer;
    transition: .3s ease;
  }
  #enjoy_color_mask .coordination .coordinate-image .btn-switch .active {
    color: #fff;
    background: #444;
  }
  #enjoy_color_mask .coordination .coordinate-image .btn-switch > *:not(.active):hover {
    opacity: .8;
  }
  #enjoy_color_mask .coordination .btn-area {
    width: 100%;
    margin: 60px 0 0;
  }
  #enjoy_color_mask .coordination .btn-coordinate {
    display: block;
    width: 600px;
    margin: 0 auto;
    background: #f39a3b url(../../img/usr/freepage/enjoy_color_mask/icon_cart.png) no-repeat left 55px center;
    color: #fff;
    font-size: 26px;
    text-align: center;
    padding: 24px 0;
    border: 0;
    border-radius: 50px;
    cursor: pointer;
    transition: .3s ease;
  }
  #enjoy_color_mask .coordination .btn-coordinate:hover {
    opacity: .8;
    text-decoration: none;
  }
  #enjoy_color_mask .coordination02 {
    padding: 80px 0 160px;
  }
  #enjoy_color_mask .coordination02 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #enjoy_color_mask .coordination02 li {
    position: relative;
    margin: 0 0 25px;
    padding: 60px 0 0 190px;
  }
  #enjoy_color_mask .coordination02 li:nth-child(even) {
    transform: translateY(60px);
  }
  #enjoy_color_mask .coordination02 li:nth-last-child(-n+2) {
    margin: 0;
  }
  #enjoy_color_mask .coordination02 li .img {
    position: absolute;
    top: 0;
    left: 0;
  }
  #enjoy_color_mask .coordination02 li .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 370px;
    height: 360px;
    padding: 15px 0 0 140px;
  }
  #enjoy_color_mask .coordination02 li#gray .text {
    background: #d3d3d3;
  }
  #enjoy_color_mask .coordination02 li#pink .text {
    background: #f7e4e8;
  }
  #enjoy_color_mask .coordination02 li#gold .text {
    background: #e7e1d9;
  }
  #enjoy_color_mask .coordination02 li#purple .text {
    background: #eee6f2;
  }
  #enjoy_color_mask .coordination02 li .text img {
    margin: 0 0 5px;
  }
  #enjoy_color_mask .coordination02 li .text .color {
    font-size: 24px;
    font-weight: bold;
    font-family: YuMincho, 'Yu Mincho', serif;
    margin: 0 0 5px;
  }
  #enjoy_color_mask .coordination02 li#gray .text .color {
    color: #535353;
  }
  #enjoy_color_mask .coordination02 li#pink .text .color {
    color: #c4727f;
  }
  #enjoy_color_mask .coordination02 li#gold .text .color {
    color: #a48b6c;
  }
  #enjoy_color_mask .coordination02 li#purple .text .color {
    color: #8c50ae;
  }
  #enjoy_color_mask .coordination02 li .text p {
    font-size: 14px;
    line-height: 2;
  }
  #enjoy_color_mask .fashion {
    position: relative;
    padding: 80px 0 100px;
    z-index: 1;
  }
  #enjoy_color_mask .fashion:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 50%;
    height: 385px;
    background: url(../../img/usr/freepage/enjoy_color_mask/bg_fashion01.jpg) repeat-x left top;
    z-index: -1;
  }
  #enjoy_color_mask .fashion:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 50%;
    height: 385px;
    background: url(../../img/usr/freepage/enjoy_color_mask/bg_fashion02.jpg) repeat-x left top;
    z-index: -1;
  }
  #enjoy_color_mask .fashion ul {
    position: relative;
    height: 525px;
    line-height: 0;
    margin: 0 0 60px;
  }
  #enjoy_color_mask .fashion li:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
  }
  #enjoy_color_mask .fashion li:nth-child(2) {
    position: absolute;
    top: 0;
    left: 370px;
  }
  #enjoy_color_mask .fashion li:nth-child(3) {
    position: absolute;
    top: 0;
    right: 300px;
    z-index: 1;
  }
  #enjoy_color_mask .fashion li:nth-child(4) {
    position: absolute;
    left: 300px;
    bottom: 0;
  }
  #enjoy_color_mask .fashion li:nth-child(5) {
    position: absolute;
    right: 370px;
    bottom: 0;
  }
  #enjoy_color_mask .fashion li:nth-child(6) {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  #enjoy_color_mask .performance {
    padding: 80px 0 100px;
    background: url(../../img/usr/freepage/enjoy_color_mask/bg_performance.jpg);
  }
  #enjoy_color_mask .performance h2 {
    margin: 0 0 60px;
  }
  #enjoy_color_mask .performance ul {
    display: flex;
    justify-content: space-between;
    margin: 60px 0 0;
  }
  #enjoy_color_mask .performance li {
    width: 292px;
    background: #e0ecf7;
    padding: 10px;
  }
  #enjoy_color_mask .performance li h3 {
    color: #217acd;
    font-size: 24px;
    line-height: 1.4;
    font-family: YuMincho, 'Yu Mincho', serif;
    padding: 0 0 0 30px;
    margin: 0 0 5px;
    background: url(../../img/usr/freepage/enjoy_color_mask/icon_check.png) no-repeat top 5px left;
  }
  #enjoy_color_mask .performance li p {
    font-size: 14px;
    line-height: 1.57;
    margin: 0 0 0 30px;
    font-feature-settings: 'palt';
    letter-spacing: .5px;
  }
  #enjoy_color_mask .performance .caution {
    font-size: 12px;
    text-align: center;
    margin: 12px 0 0;
  }
  #enjoy_color_mask .review {
    padding: 80px 0 100px;
  }
  #enjoy_color_mask #item-list {
    padding: 0 0 100px;
  }
  #enjoy_color_mask #item-list .ttl {
    position: relative;
    background: #565656;
    text-align: center;
    padding: 40px 0;
    margin: 0 0 60px;
  }
  #enjoy_color_mask #item-list .ttl:after {
    content: '';
    position: absolute;
    left: calc(50% - 17px);
    bottom: -28px;
    border-style: solid;
    border-width: 28px 17px 0 17px;
    border-color: #565656 transparent transparent transparent;
  }
  #enjoy_color_mask #item-list .ttl h2 {
    color: #fff;
    font-size: 40px;
    line-height: 1;
    font-family: YuMincho, 'Yu Mincho', serif;
    margin: 0 0 20px;
  }
  #enjoy_color_mask #item-list .ttl p {
    color: #fff;
    font-size: 16px;
  }
  #enjoy_color_mask #item-list .item {
    margin: 0 0 70px;
  }
  #enjoy_color_mask #item-list .item h3 {
    line-height: 0;
    margin: 0 0 30px;
  }
  #enjoy_color_mask #item-list .item ul {
    display: flex;
    flex-wrap: wrap;
  }
  #enjoy_color_mask #item-list .item li {
    display: flex;
    flex-direction: column;
    width: 292px;
    margin: 0 10px 10px 0;
    padding: 20px;
    background: #fff;
  }
  #enjoy_color_mask #item-list .item li:nth-child(4n) {
    margin-right: 0;
  }
  #enjoy_color_mask #item-list .item li .img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 252px;
    height: 252px;
    line-height: 0;
    margin: 0 0 10px;
  }
  #enjoy_color_mask #item-list .item li .img img {
    max-width: 252px;
    max-height: 252px;
  }
  #enjoy_color_mask #item-list .item li .desc:hover {
    opacity: .8;
    text-decoration: none;
  }
  #enjoy_color_mask #item-list .item li .name {
    font-weight: bold;
  }
  #enjoy_color_mask #item-list .item li .price {
    color: #ce0000;
    font-size: 20px;
    font-weight: bold;
    margin: auto 0 15px;
  }
  #enjoy_color_mask #item-list .item li .price span {
    font-size: 14px;
  }
  #enjoy_color_mask #item-list .item li label {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f39a3b;
    border-radius: 30px;
    padding: 12px 0;
    cursor: pointer;
  }
  #enjoy_color_mask #item-list .item li input {
    position: relative;
    margin: 0 13px 0 0;
    width: 25px;
    height: 25px;
    border: 1px solid #d98e3e;
    border-radius: 3px;
    background: #fff;
  }
  #enjoy_color_mask #item-list .item li input:checked:before {
    content: '';
    position: absolute;
    top: 13px;
    left: 4px;
    width: 7px;
    height: 2px;
    background: #000;
    transform: rotate(45deg);
  }
  #enjoy_color_mask #item-list .item li input:checked:after {
    content: '';
    position: absolute;
    top: 11px;
    right: 3px;
    width: 12px;
    height: 2px;
    background: #000;
    transform: rotate(-45deg);
  }
  #enjoy_color_mask #item-list .item li label span {
    color: #fff;
    padding: 0 0 0 35px;
    letter-spacing: .5px;
    background: url(../../img/usr/freepage/enjoy_color_mask/icon_cart.png) no-repeat left center;
  }
  #enjoy_color_mask #item-list .btn-buy {
    display: block;
    width: 464px;
    background: #f39a3b url(../../img/usr/freepage/enjoy_color_mask/icon_cart.png) no-repeat left 65px center;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    border-radius: 50px;
    border: 0;
    margin: 80px auto 40px;
    padding: 24px 0;
    cursor: pointer;
    transition: .3s ease;
  }
  #enjoy_color_mask #item-list .btn-buy:hover {
    opacity: .8;
  }
  #enjoy_color_mask #item-list .item-all {
    text-align: center;
  }
  #enjoy_color_mask #item-list .item-all a {
    font-size: 18px;
    text-decoration: underline;
  }
  #enjoy_color_mask #item-list .item-all a:hover {
    text-decoration: none;
    opacity: 1;
  }
  #enjoy_color_mask .fixed-cv {
    position: fixed;
    left: 0;
    bottom: -100px;
    width: 100%;
    background: rgba(72,67,67,0.7);
    padding: 20px 0;
    z-index: 10;
    transition: .3s ease;
  }
  #enjoy_color_mask .fixed-cv.show {
    bottom: 0;
  }
  #enjoy_color_mask .fixed-cv .inner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  #enjoy_color_mask .fixed-cv .text {
    color: #fff;
    font-size: 24px;
    line-height: 1.2;
  }
  #enjoy_color_mask .fixed-cv .text span {
    font-size: 16px;
  }
  #enjoy_color_mask #item-list .fixed-cv .btn-buy {
    position: relative;
    display: block;
    width: 390px;
    background: #f39a3b;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
    padding: 15px 0;
    margin: 0;
  }
  #enjoy_color_mask #item-list .fixed-cv .btn-buy:hover {
    text-decoration: none;
  }

  footer.pane-footer {
    padding: 0 0 70px;
  }
  #footer_pagetop {
    bottom: 110px;
  }

  #enjoy_color_mask .revico-back ,
  #enjoy_color_mask .revico-next {
      width: 42px;
      height: 42px;
      padding: 0;
      margin-top: 189px;
      display: block;
      position: absolute;
      z-index: 1;
  }
  #enjoy_color_mask .revico-back:hover ,
  #enjoy_color_mask .revico-next:hover {
      opacity:0.8;
  }
  #enjoy_color_mask .revico-back {
      background: url(/img/usr/common/slide-arrow-l.jpg) no-repeat;
      background-size: 42px auto;
  }
  #enjoy_color_mask .revico-next {
      background: url(/img/usr/common/slide-arrow-r.jpg) no-repeat;
      background-size: 42px auto;
  }
  #enjoy_color_mask .revico-review-comment-row .revico-review-comment-detail--product-name > span{
      color: #484343;
      padding-right: 20px;
      padding-bottom: 7px;
      display: inline-block;
      background: url(/img/usr/common/arrow04.png) no-repeat;
      background-position: right 10px bottom;
      transition: all 0.3s ease;
      bottom: -190px;
  }
  #enjoy_color_mask .revico-review-comment-row a:hover .revico-review-comment-detail--product-name > span{
      background-position: right bottom;
  }
  #enjoy_color_mask .revico-back img,
  #enjoy_color_mask .revico-next img,
  #enjoy_color_mask .revico-review-comment-row .revico-review-comment-detail--product-name > span img{
      display: none;
  }
  
  #enjoy_color_mask .revico-review-comment-row .revico-review-comment-detail--product-name > span {
    bottom: -205px;
  }
  #enjoy_color_mask .jsZoomLens {
    display: none;
    position: absolute;
    top: 50px;
    left: 30px;
    z-index: 3;
    background: #fff;
    opacity: 0.3;
    pointer-events: none;
  }
  #enjoy_color_mask #jsZoomArea {
    right: auto !important;
    left: -100px;
    width: 510px !important;
    height: 510px !important;
  }
  #enjoy_color_mask #jsZoomArea img {
    width: 100%;
    margin: 0 !important;
  }
}

/*====================
  SP
====================*/
@media only screen and (max-width: 898px) {
  .wrapper {
    padding-top: 60px;
  }
  #enjoy_color_mask .pc {
    display: none !important;
  }

  #enjoy_color_mask {
    color: #000;
    font-size: 12px;
    line-height: 1.625;
  }
  #enjoy_color_mask a {
    color: #000;
  }
  #enjoy_color_mask h2 {
    background: none;
    padding: 0;
    text-align: center;
    line-height: 0;
  }
  #enjoy_color_mask .mv li:not(:first-child) img {
    display: none;
  }
  #enjoy_color_mask .mv li.slick-slide img {
    display: block;
  }
  #enjoy_color_mask .mv .slick-arrow {
    position: absolute;
    top: calc(50% - 15px);
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    -webkit-appearance: none;
    z-index: 1;
  }
  #enjoy_color_mask .mv .slick-prev {
    left: 0;
    background: url(../../img/usr/freepage/enjoy_color_mask/sp/prev.png) no-repeat center / 100%;
  }
  #enjoy_color_mask .mv .slick-next {
    right: 0;
    background: url(../../img/usr/freepage/enjoy_color_mask/sp/next.png) no-repeat center / 100%;
  }
  #enjoy_color_mask .mv .mv-btm {
    text-align: center;
    padding: 40px 0 0;
    background: url(../../img/usr/freepage/enjoy_color_mask/sp/bg_mv.jpg) no-repeat center top / 100%;
  }
  #enjoy_color_mask .mv h1 {
    padding: 0;
    margin: 0 0 20px;
  }
  #enjoy_color_mask .mv h1 img {
    width: 88%;
  }
  #enjoy_color_mask .mv .slider img:not(:first-child) {
    display: none;
  }
  #enjoy_color_mask .mv .slider img.slick-slide {
    display: block;
  }
  #enjoy_color_mask .mv .btn {
    margin: 0 20px 35px;
    background: #fff;
  }
  #enjoy_color_mask .bg-gray {
    background: #f8f8f8;
  }
  #enjoy_color_mask .inner {
    padding: 30px 20px 40px;
  }
  #enjoy_color_mask .cover h2 {
    margin: 0 0 20px;
  }
  #enjoy_color_mask .cover h2 img {
    width: 92.09%;
  }
  #enjoy_color_mask .cover .main {
    line-height: 0;
    margin: 0 0 20px;
  }
  #enjoy_color_mask .cover .variation {
    margin: 0 0 30px;
  }
  #enjoy_color_mask .cover .box:not(:last-child) {
    margin: 0 0 30px;
  }
  #enjoy_color_mask .cover .variation h3 {
    padding: 0;
    line-height: 0;
    margin: 0 -1.195% 20px;
  }
  #enjoy_color_mask .cover .variation ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #enjoy_color_mask .cover .variation li {
    width: calc((100% - 10px) / 2);
    margin: 0 10px 0 0;
  }
  #enjoy_color_mask .cover .variation li a {
    position: relative;
    display: block;
  }
  #enjoy_color_mask .cover .variation li a:before {
    content: '';
    position: absolute;
    right: -10px;
    bottom: -10px;
    width: 30px;
    height: 30px;
    background: url(../../img/icon/icon_serch_sp.png) no-repeat center / 100%;
  }
  #enjoy_color_mask .cover .variation li:nth-child(even) {
    margin-right: 0;
  }
  #enjoy_color_mask .cover .variation li:nth-child(3) {
    margin-top: 18px;
  }
  #enjoy_color_mask .cover .about {
    margin: 0 0 30px;
  }
  #enjoy_color_mask .cover .about li:not(:last-child) {
    padding: 0 0 20px;
    margin: 0 0 18px;
    border-bottom: 1px dashed #5a5a5a;
  }
  #enjoy_color_mask .cover .about h3 {
    font-size: 18px;
    font-weight: bold;
    padding: 0;
    font-family: YuMincho, 'Yu Mincho', serif;
    margin: 0 0 5px;
  }
  #enjoy_color_mask .cover .about h3 span {
    color: #ba1a22;
  }
  #enjoy_color_mask .cover .about li p {
    letter-spacing: .5px;
    text-align: justify;
  }
  #enjoy_color_mask .cover .about .caution {
    text-align: right;
    font-size: 11px;
  }
  #enjoy_color_mask .cover .about .caution a {
    text-decoration: underline;
  }
  #enjoy_color_mask .btn {
    display: block;
    text-align: center;
    border: 1px solid #000;
    border-radius: 50px;
    padding: 13px 0;
  }
  #enjoy_color_mask .btn span {
    font-size: 14px;
    font-weight: bold;
    padding: 0 19px 0 0;
    background: url(../../img/usr/freepage/enjoy_color_mask/sp/arrow.png) no-repeat right top / 11px;
  }
  #enjoy_color_mask .coordination {
    padding-top: 60px;
    margin-top: -60px;
  }
  #enjoy_color_mask .coordination .inner {
    padding-right: 0;
    padding-left: 0;
  }
  #enjoy_color_mask .coordination h2 {
    margin: 0 0 8px;
    padding: 0 20px;
  }
  #enjoy_color_mask .coordination h2 img {
    width: 84.93%;
    transform: translateX(8%);
  }
  #enjoy_color_mask .coordination .text {
    text-align: center;
    margin: 0 0 20px;
    padding: 0 20px;
  }
  #enjoy_color_mask .coordination form {
    display: flex;
    flex-direction: column;
    background: #e7e7e7;
    padding: 10px 0 35px;
  }
  #enjoy_color_mask .coordination .coordinate-image {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 50px 0 78px;
    margin: 0 0 20px;
    order: 1;
  }
  #enjoy_color_mask .coordination .coordinate-image .img {
    width: calc(100% - 65px);
  }
  #enjoy_color_mask .coordination .coordinate-image .btn-switch {
    width: 55px;
  }
  #enjoy_color_mask .coordination .coordinate-image .btn-switch > * {
    font-family: YuMincho, 'Yu Mincho', serif;
    background: #fff;
    text-align: center;
    border: 1px solid #444;
    padding: 16px 0 16px 1px;
    font-size: 16px;
    letter-spacing: 2px;
    transition: .3s ease;
  }
  #enjoy_color_mask .coordination .coordinate-image .btn-switch > *:first-child {
    margin: 0 0 10px;
  }
  #enjoy_color_mask .coordination .coordinate-image .btn-switch .active {
    color: #fff;
    background: #444;
  }
  #enjoy_color_mask .coordination .select-color,
  #enjoy_color_mask .coordination .select-type {
    display: flex;
    align-items: center;
    padding: 0 0 0 6px;
  }
  #enjoy_color_mask .coordination .select-color {
    order: 2;
    margin: 0 0 4px;
  }
  #enjoy_color_mask .coordination .select-type {
    order: 3;
    margin: 0 0 17px;
  }
  #enjoy_color_mask .coordination .ttl {
    font-size: 13px;
    margin: 0 8px 0 0;
  }
  #enjoy_color_mask .coordination .ttl .num {
    width: 70px;
  }
  #enjoy_color_mask .coordination .scroll-area {
    position: relative;
    overflow-y: scroll;
    width: calc(100% - 78px);
    padding: 0 0 8px;
  }
  #enjoy_color_mask .coordination .scroll-hint {
    position: absolute;
    top: 0;
    left: 48%;
    bottom: 0;
    margin: auto;
    width: 67px;
    height: 67px;
    z-index: 1;
  }
  #enjoy_color_mask .coordination ul {
    display: inline-block;
    white-space: nowrap;
    padding: 0 10px 0 0;
  }
  #enjoy_color_mask .coordination li {
    display: inline-block;
    width: 87px;
  }
  #enjoy_color_mask .coordination .select-type li {
    width: 111px;
  }
  #enjoy_color_mask .coordination li input {
    display: none;
  }
  #enjoy_color_mask .coordination li label {
    position: relative;
    display: block;
  }
  #enjoy_color_mask .coordination li input:checked + label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #bb1a22;
  }
  #enjoy_color_mask .coordination form li input:checked + label:after {
    content: '選択中';
    position: absolute;
    top: 0;
    left: 0;
    width: 38px;
    color: #fff;
    font-size: 10px;
    line-height: 1;
    background: #ba1a22;
    text-align: center;
    padding: 3px 1px 3px 0;
    transform: scale(.9);
  }
  #enjoy_color_mask .coordination .btn-area {
    order: 4;
    padding: 0 20px;
  }
  #enjoy_color_mask .coordination .btn-coordinate {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: #f39a3b url(../../img/usr/freepage/enjoy_color_mask/sp/icon_cart.png) no-repeat left 10% top 18px / 25px;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    border-radius: 50px;
    width: 100%;
    padding: 16px 0 16px 10%;
  }
  #enjoy_color_mask .coordination02 h2 {
    margin: 0 0 10px;
  }
  #enjoy_color_mask .coordination02 h2 img {
    width: 82.54%;
    transform: translateX(10%);
  }
  #enjoy_color_mask .coordination02 li {
    position: relative;
    padding: 60px 0 0;
    margin: 0 0 20px;
    text-align: right;
  }
  #enjoy_color_mask .coordination02 li:last-child {
    margin: 0;
  }
  #enjoy_color_mask .coordination02 li .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 55.225%;
  }
  #enjoy_color_mask .coordination02 li .text {
    display: inline-block;
    text-align: left;
    width: 46vw;
    min-height: 46vw;
    padding: 40px 10px 10px 11%;
  }
  #enjoy_color_mask .coordination02 li#gray .text {
    background: #d3d3d3;
  }
  #enjoy_color_mask .coordination02 li#pink .text {
    background: #f7e4e8;
  }
  #enjoy_color_mask .coordination02 li#gold .text {
    background: #e7e1d9;
  }
  #enjoy_color_mask .coordination02 li#purple .text {
    background: #eee6f2;
  }
  #enjoy_color_mask .coordination02 li#gray .text img {
    width: 110.5px;
  }
  #enjoy_color_mask .coordination02 li#pink .text img {
    width: 80px;
  }
  #enjoy_color_mask .coordination02 li#gold .text img {
    width: 126px;
  }
  #enjoy_color_mask .coordination02 li#purple .text img {
    width: 93px;
  }
  #enjoy_color_mask .coordination02 li .color {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    font-family: YuMincho, 'Yu Mincho', serif;
    font-feature-settings: 'palt';
    margin: 3px 0;
  }
  #enjoy_color_mask .coordination02 li#gray .text .color {
    color: #535353;
  }
  #enjoy_color_mask .coordination02 li#pink .text .color {
    color: #c4727f;
  }
  #enjoy_color_mask .coordination02 li#gold .text .color {
    color: #a48b6c;
  }
  #enjoy_color_mask .coordination02 li#purple .text .color {
    color: #8c50ae;
  }
  #enjoy_color_mask .coordination02 li .text p {
    font-size: 12px;
  }
  #enjoy_color_mask .fashion .inner {
    padding-right: 0;
    padding-left: 0;
  }
  #enjoy_color_mask .fashion h2 {
    margin: 0 0 25px;
    padding: 0 20px;
  }
  #enjoy_color_mask .fashion h3 {
    padding: 0 20px;
    margin: 0 -1.195% 20px;
  }
  #enjoy_color_mask .fashion .box {
    padding: 0 20px;
  }
  #enjoy_color_mask .fashion .box:nth-of-type(1) {
    margin: 0 0 15px;
    background: url(../../img/usr/freepage/enjoy_color_mask/sp/bg_fashion01.jpg) repeat-x left center / 375px;
  }
  #enjoy_color_mask .fashion .box:nth-of-type(2) {
    background: url(../../img/usr/freepage/enjoy_color_mask/sp/bg_fashion02.jpg) repeat-x left center / 375px;
  }
  #enjoy_color_mask .fashion .box ul {
    position: relative;
    height: 80vw;
  }
  #enjoy_color_mask .fashion .box:nth-of-type(1) li:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
    width: 60.6%;
  }
  #enjoy_color_mask .fashion .box:nth-of-type(1) li:nth-child(2) {
    position: absolute;
    top: 0;
    right: 0;
    width: 36.12%;
  }
  #enjoy_color_mask .fashion .box:nth-of-type(1) li:nth-child(3) {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 48.66%;
  }
  #enjoy_color_mask .fashion .box:nth-of-type(2) li:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
    width: 48.66%;
    z-index: 1;
  }
  #enjoy_color_mask .fashion .box:nth-of-type(2) li:nth-child(2) {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 36.12%;
  }
  #enjoy_color_mask .fashion .box:nth-of-type(2) li:nth-child(3) {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 60.6%;
  }
  #enjoy_color_mask .fashion .btn {
    margin: 30px 20px 0;
  }
  #enjoy_color_mask .performance {
    background: url(../../img/usr/freepage/enjoy_color_mask/sp/bg_performance.jpg) repeat center / 12px;
  }
  #enjoy_color_mask .performance h2 {
    margin: 0 0 20px;
  }
  #enjoy_color_mask .performance ul {
    margin: 20px 0 0;
  }
  #enjoy_color_mask .performance li {
    background: #e0ecf7;
    margin: 0 0 10px;
    padding: 10px 12px;
  }
  #enjoy_color_mask .performance li:last-child {
    margin: 0;
  }
  #enjoy_color_mask .performance li h3 {
    color: #217acd;
    font-size: 14px;
    font-family: YuMincho, 'Yu Mincho', serif;
    padding: 0 0 0 20px;
    margin: 0 0 2px;
    background: url(../../img/usr/freepage/enjoy_color_mask/sp/icon_check.png) no-repeat left center / 15px;
  }
  #enjoy_color_mask .performance li p {
    font-size: 10px;
    line-height: 1.5;
    padding: 0 0 0 20px;
  }
  #enjoy_color_mask .performance .caution {
    text-align: center;
    font-size: 10px;
    margin: 10px 0 0;
  }
  #enjoy_color_mask .review h2 {
    margin: 0 0 25px;
  }
  #enjoy_color_mask .review h2 img {
    width: 97.915%;
  }
  #enjoy_color_mask #item-list .ttl {
    position: relative;
    background: #565656;
    color: #fff;
    text-align: center;
    margin: 0 0 40px;
  }
  #enjoy_color_mask #item-list .ttl:after {
    content: '';
    position: absolute;
    left: calc(50% - 8px);
    bottom: -14px;
    border-style: solid;
    border-width: 14px 8px 0 8px;
    border-color: #565656 transparent transparent transparent;
  }
  #enjoy_color_mask #item-list .ttl .inner {
    padding: 22px 20px 20px;
  }
  #enjoy_color_mask #item-list .ttl h2 {
    font-size: 28px;
    line-height: 1;
    letter-spacing: 1px;
    font-family: YuMincho, 'Yu Mincho', serif;
    font-weight: normal;
    margin: 0 0 15px;
  }
  #enjoy_color_mask #item-list > .inner {
    padding-top: 0;
    padding-bottom: 60px;
  }
  #enjoy_color_mask #item-list .item {
    margin: 0 0 30px;
  }
  #enjoy_color_mask #item-list h3 {
    padding: 0;
    margin: 0 0 30px;
  }
  #enjoy_color_mask #item-list .item ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #enjoy_color_mask #item-list .item li {
    display: flex;
    flex-direction: column;
    width: calc((100% - 5px) / 2);
    background: #fff;
    margin: 0 0 5px;
    padding: 10px 10px 20px;
  }
  #enjoy_color_mask #item-list .item li .img {
    display: block;
    margin: 0 0 10px;
  }
  #enjoy_color_mask #item-list .item li .name {
    font-weight: bold;
  }
  #enjoy_color_mask #item-list .item li .price {
    color: #ce0000;
    font-size: 17px;
    font-weight: bold;
    margin: auto 0 10px;
  }
  #enjoy_color_mask #item-list .item li .price span {
    font-size: 11px;
  }
  #enjoy_color_mask #item-list .item li label {
    display: block;
    background: #f39a3b;
    border-radius: 50px;
    padding: 9px 15px 7px;
  }
  #enjoy_color_mask #item-list .item li label input {
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #d98e3e;
    padding: 0;
    margin: 0 8px 0 0;
  }
  #enjoy_color_mask #item-list .item li input:checked:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 2px;
    width: 4px;
    height: 1px;
    background: #000;
    transform: rotate(45deg);
  }
  #enjoy_color_mask #item-list .item li input:checked:after {
    content: '';
    position: absolute;
    top: 7px;
    right: 1px;
    width: 9px;
    height: 1px;
    background: #000;
    transform: rotate(-45deg);
  }
  #enjoy_color_mask #item-list .item li label span {
    color: #fff;
    padding: 2px 0 2px 24px;
    background: url(../../img/usr/freepage/enjoy_color_mask/sp/icon_cart.png) no-repeat left top / 18px;
  }
  #enjoy_color_mask #item-list .btn-buy {
    display: block;
    border: 0;
    background: #f39a3b url(../../img/usr/freepage/enjoy_color_mask/sp/icon_cart.png) no-repeat left 25px top 18px / 24.5px;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    border-radius: 50px;
    width: 100%;
    margin: 0 0 20px;
    padding: 16px 0;
  }
  #enjoy_color_mask #item-list .item-all {
    text-align: center;
  }
  #enjoy_color_mask #item-list .item-all a {
    text-decoration: underline;
  }
  #enjoy_color_mask .fixed-cv {
    position: fixed;
    left: 0;
    bottom: -70px;
    width: 100%;
    background: rgba(72,67,67,0.7);
    padding: 10px;
    z-index: 10;
    transition: .3s ease;
  }
  #enjoy_color_mask .fixed-cv.show {
    bottom: 0;
  }
  #enjoy_color_mask #item-list .fixed-cv .btn-buy {
    position: relative;
    display: block;
    background: #f39a3b;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 10px 0;
    margin: 0;
  }

  .block-page-top {
    bottom: 75px;
  }
}
