/* ------------------------------
container
------------------------------ */
.container {
  max-width: 1280px;
  padding: 0 30px;
  margin-left: auto;
  margin-right: auto; }

/* ------------------------------
main-visual
------------------------------ */
@media screen and (min-width: 641px) {
  .main-visual {
    position: relative;
    background-color: #F5F2EF; }
    .main-visual .left-logo {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 30%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 10;
      background-color: rgba(238, 238, 239, 0.6); }
      .main-visual .left-logo img {
        width: 54.721%; }
    .main-visual .owl-theme .owl-dots {
      width: 100%;
      position: absolute;
      bottom: 0; } }
  @media screen and (min-width: 641px) and (min-width: 1401px) {
    .main-visual .owl-theme .owl-item {
      opacity: 0.3;
      -webkit-transition: all 150ms ease-out;
      transition: all 150ms ease-out; }
      .main-visual .owl-theme .owl-item.active.center {
        opacity: 1; } }

@media screen and (min-width: 1400px) {
  .main-visual .left-logo {
    width: 25%;
    left: 8.3333%; } }

@media screen and (max-width: 640px) {
  .main-visual {
    position: relative; }
    .main-visual .left-logo {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 10;
      padding: 4.6875%;
      background-color: rgba(238, 238, 239, 0.6); }
      .main-visual .left-logo img {
        width: 46%; }
    .main-visual .owl-theme .owl-dots {
      width: 100%;
      position: absolute;
      bottom: 24%; } }

/* ------------------------------
allBg
------------------------------ */
.allBg {
  padding-bottom: 112px;
  background-color: #EDEDED; }

@media screen and (max-width: 640px) {
  .allBg {
    padding-bottom: 64px;
  }
}
/* ------------------------------
lead
------------------------------ */
.lead {
  margin: 0 0 86px;
  padding-top: 86px;
  text-align: center;
  color: #333;
  font-size: 16px; }
  .lead strong {
    display: block;
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: bold; }

@media screen and (max-width: 640px) {
  .lead {
    margin: 0 0 30px;
    padding-top: 30px;
    font-size: 12px; }
    .lead strong {
      margin-bottom: 5px;
      font-size: 14px; } }

/* ------------------------------
seriesTitle
------------------------------ */
@media screen and (min-width: 641px) {
  .seriesTitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
    .seriesTitle::before {
      content: '';
      width: 59.375%;
      background: url(../img/midashi_bg04.png) no-repeat scroll center center;
      background-size: cover;
      z-index: 10; }
    .seriesTitle .text-area {
      width: 40.625%;
      position: relative;
      z-index: 20;
      margin: 8.59375% 0; }
      .seriesTitle .text-area .text-area-inner {
        position: relative;
        left: -19.4931%;
        background-color: #CECECD;
        padding: 0 30px 60px;
        text-align: center; }
        .seriesTitle .text-area .text-area-inner h2 {
          padding: 50px 0 30px;
          font-size: 40px;
          line-height: 1; }
          .seriesTitle .text-area .text-area-inner h2 small {
            display: block;
            margin-top: 10px;
            font-size: 15px; }
        .seriesTitle .text-area .text-area-inner .sublead {
          font-size: 12px;
          line-height: 2.4em; }
    .seriesTitle.-mensQuartz {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      margin-top: 100px; }
      .seriesTitle.-quartz::before {
        background: url(../img/midashi_bg03.png) no-repeat scroll center center;
        background-size: cover; }
      .seriesTitle.-mensQuartz::before {
        background: url(../img/midashi_bg_mens.png) no-repeat scroll center center;
        background-size: cover; }
      .seriesTitle.-mensQuartz .text-area .text-area-inner {
        left: auto;
        right: -19.4931%; } 
      .seriesTitle.-solar::before {
        content: none; }
      .seriesTitle.-solar .text-area {
        margin: 0 auto; }
      .seriesTitle.-solar .text-area .text-area-inner {
        left: 0; } 
  
}

.seriesTitle.-mensQuartz .text-area .text-area-inner {
  background-color: #E4E4E4;
}
.seriesTitle.-quartz .text-area .text-area-inner {
  background-color: #CECECD;
}

@media screen and (max-width: 640px) {
  .seriesTitle::before {
    content: '';
    display: block;
    height: 0;
    background: url(../img/midashi_bg04_sp.png) no-repeat scroll top center;
    background-size: cover;
    z-index: 10;
    padding-top: 81.0937%; }
  .seriesTitle .text-area {
    position: relative;
    z-index: 20;
    margin: -100px 15px 0;
    text-align: center; }
    .seriesTitle .text-area .text-area-inner {
      background-color: #CECECD;
      padding: 0 15px 30px; }
      .seriesTitle .text-area .text-area-inner h2 {
        padding: 25px;
        font-size: 25px;
        line-height: 1; }
        .seriesTitle .text-area .text-area-inner h2 small {
          display: block;
          margin-top: 5px;
          font-size: 10px; }
      .seriesTitle .text-area .text-area-inner .sublead {
        text-align: left;
        font-size: 12px;
        line-height: 2em; }
  .seriesTitle.-mensQuartz {
    margin-top: 40px; }
    .seriesTitle.-quartz::before {
      background: url(../img/midashi_bg03_sp.png) no-repeat scroll center center;
      background-size: cover; }
  .seriesTitle.-mensQuartz::before {
    background: url(../img/midashi_bg_mens_sp.png) no-repeat scroll center center;
    background-size: cover; }
  .seriesTitle.-solar::before {
    content: none; }
  .seriesTitle.-solar .text-area {
    margin-top: -24px; } 


}

/* ------------------------------
productLineup
------------------------------ */
@media screen and (min-width: 701px) {
  .productLineup {
    max-width: 960px;
    margin: 70px auto 0; }
    .productLineup > ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: 0 30px; }
      .productLineup > ul > li {
        width: calc( 33.3333% - 20px);
        margin: 30px 0 0 30px; }
        .productLineup > ul > li:nth-of-type(3n+1) {
          margin-left: 0; }
        .productLineup > ul > li > a {
          display: block;
          position: relative; }
          .productLineup > ul > li > a > .iconLimited {
            display: block;
            width: 81px;
            position: absolute;
            top: 10px;
            left: 10px;
            z-index: 10; }
            .productLineup > ul > li > a > .iconLimited > img {
              display: block;
              max-width: 100%; }
          .productLineup > ul > li > a > .amountLimited {
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            display: inline-block;
            position: absolute;
            top: 10px;
            right: 10px;
            z-index: 10;
            border: 1px solid #707070;
            padding: 4px 8px;
            color: #000;
            font-size: 10px; }
            .productLineup > ul > li > a > .amountLimited strong {
              font-size: 14px;
              font-weight: normal; }
          .productLineup > ul > li > a > .img01 {
            display: block;
            overflow: hidden; }
            .productLineup > ul > li > a > .img01 > img {
              display: block;
              max-width: 100%;
              -webkit-transition: all 150ms ease-out;
              transition: all 150ms ease-out; }
          .productLineup > ul > li > a > .textGroup01 {
            background-color: #fff;
            padding: 20px;
            text-align: center; }
            .productLineup > ul > li > a > .textGroup01 > .name {
              color: #000;
              font-size: 18px;
              line-height: 1em; }
            .productLineup > ul > li > a > .textGroup01 > .price {
              color: #999999;
              font-size: 14px; }
              .productLineup > ul > li > a > .textGroup01 > .price > small {
                font-size: 12px; }
          .productLineup > ul > li > a:hover .img01 > img {
            -webkit-transform: scale(1.1);
                    transform: scale(1.1); } 

  .productLineupWrapper {
    margin-top: 70px;
  }
  .productLineupWrapper .productLineup {
    margin-top: 0;
  }
  .productLineupWrapper .productLineup--4 {
    margin-bottom: 0 !important;
  }
  .productLineupWrapper .productLineup--2 ul {
    justify-content: center;
  }
}

@media screen and (min-width: 701px) and (max-width: 890px) {
  .productLineup > ul > li {
    width: calc( 33.3333% - 8px);
    margin: 12px 0 0 12px; }
    .productLineup > ul > li.limited_pt2 a {
      padding-top: 25px; } }

@media screen and (max-width: 700px) {
  .productLineup {
    margin: 15px auto 0;
    padding: 0 15px; }
    .productLineup > ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .productLineup > ul > li {
        width: calc( 50% - 5px);
        margin: 10px 0 0 10px; }
        .productLineup > ul > li:nth-of-type(2n+1) {
          margin-left: 0; }
        .productLineup > ul > li > a {
          display: block;
          position: relative; }
          .productLineup > ul > li > a > .iconLimited {
            display: block;
            width: 27.5814%;
            position: absolute;
            top: 10px;
            left: 10px;
            z-index: 10; }
            .productLineup > ul > li > a > .iconLimited > img {
              display: block;
              max-width: 100%; }
          .productLineup > ul > li > a > .amountLimited {
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            display: inline-block;
            position: absolute;
            top: 10px;
            right: 10px;
            z-index: 10;
            border: 1px solid #707070;
            padding: 0px 5px;
            color: #000;
            font-size: 10px; }
            .productLineup > ul > li > a > .amountLimited strong {
              font-size: 12px;
              font-weight: normal;
              line-height: 2em; }
          .productLineup > ul > li > a > .img01 {
            display: block;
            overflow: hidden; }
            .productLineup > ul > li > a > .img01 > img {
              display: block;
              max-width: 100%; }
          .productLineup > ul > li > a > .textGroup01 {
            background-color: #fff;
            padding: 15px;
            text-align: center; }
            .productLineup > ul > li > a > .textGroup01 > .name {
              color: #000;
              font-size: 14px;
              line-height: 1em; }
            .productLineup > ul > li > a > .textGroup01 > .price {
              color: #999999;
              font-size: 14px; }
              .productLineup > ul > li > a > .textGroup01 > .price > small {
                font-size: 10px; }
        /* .productLineup > ul > li.limited_pt a {
          padding-top: 15px; }  */

  .productLineupWrapper {
    margin-top: 0;
  }
}

/* ------------------------------
note
------------------------------ */
.note {
  margin-top: 100px;
  padding: 0 30px;
  text-align: center;
  font-size: 12px; }

@media screen and (max-width: 640px) {
  .note {
    margin-top: 32px;
    padding: 0 15px;
    text-align: left;
    font-size: 10px; } }

/* ------------------------------
brandInfo
------------------------------ */
.brandInfo {
  padding: 60px 30px; }
  @media screen and (max-width: 710px) {
    .brandInfo {
      padding: 60px 30px 80px; } }
  .brandInfo > .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 900px;
    margin: 0 auto; }
    .brandInfo > .inner > .logoNano {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 27.2222%;
      padding-right: 30px;
      text-align: center; }
      .brandInfo > .inner > .logoNano > img {
        width: 146px;
        max-width: 100%; }
    .brandInfo > .inner > .text01 {
      width: 72.2222%;
      font-size: 14px; }
      .brandInfo > .inner > .text01 > strong {
        display: block;
        margin-bottom: 5px; }

@media screen and (max-width: 640px) {
  .brandInfo {
    padding: 30px 15px 65px; }
    .brandInfo > .inner {
      display: block;
      max-width: 900px;
      margin: 0 auto; }
      .brandInfo > .inner > .logoNano {
        width: auto;
        text-align: center; }
        .brandInfo > .inner > .logoNano > img {
          width: 100%;
          max-width: 146px; }
      .brandInfo > .inner > .text01 {
        width: auto;
        margin-top: 30px;
        font-size: 10px; }
        .brandInfo > .inner > .text01 > strong {
          display: block;
          margin-bottom: 5px;
          text-align: center;
          font-size: 12px;
          font-weight: bold; } }

/* ------------------------------
totop
------------------------------ */
.totop {
  position: fixed;
  right: 30px;
  bottom: -100px;
  z-index: 99; }
  .totop a {
    display: block;
    width: 58px;
    padding-top: 20px;
    background: url(../img/btn-top.png) no-repeat scroll top center;
    color: #000;
    font-size: 12px; }

@media screen and (max-width: 640px) {
  .totop {
    position: absolute;
    bottom: 0px;
    right: 15px;
    opacity: 0.5; } }

/* ------------------------------
4-item lineup
------------------------------ */


@media screen and (min-width: 701px) and (max-width: 890px){
.productLineup.productLineup--4 > ul > li {
  margin: 30px 0 0 30px;
}

}

@media screen and (min-width: 701px){
  
.productLineup.productLineup--4 {
  max-width: 1200px;
  margin: 0px auto 30px;
}
.productLineup.productLineup--4 > ul > li {
  width: calc( 25% - 23px);
}
.productLineup.productLineup--4 > ul > li:nth-of-type(3n+1) {
  margin: 30px 0 0 30px;
}
.productLineup.productLineup--4 > ul > li:nth-of-type(4n+1) {
  margin-left: 0;
}
}

/* ------------------------------
Comment Box
------------------------------ */
.comment-box {
  width: calc(100% - 30px);
  margin: 32px 15px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.16);
          box-shadow: 5px 5px 10px rgba(0,0,0,0.16);
}
.comment-box__left {
  margin-top: 40px;
  margin-bottom: 0px;
}

.comment-box__title {
  font-size: 24px;
  font-weight: 800;
  line-height: 30px;
}

.comment-box__right {
  margin: 20px 15px 40px;
}

.comment-box__txt {
  font-size: 12px;
}

@media screen and (min-width: 701px){
  .comment-box {
    max-width: 1202px;
    margin: 0 auto 140px;
    /* margin: 100px auto 140px; */
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
    
  .comment-box__left {
    margin: auto 63px auto 80px;
  }
  .comment-box__title {
    font-size: 30px;
    line-height: 50px;
  }
  
  .comment-box__right {
    margin: 50px 50px 50px 0;
  }
  .comment-box__txt {
    font-size: 16px;
  }
}

/* ------------------------------
Collage
------------------------------ */

.collage {
  margin: 32px 15px 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.collage__left {
  margin-bottom: 5px;
}
.collage__right {
  width: 100%;
}
.collage__right-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 5px;
}
.collage__imgCnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.collage__imgCnt img {
  width: 100%;
  max-width: 100%;
}
.collage__imgCnt:not(:last-child) {
  margin-right: 5px;
}

.collage-pc {
  display: none !important;
}


@media screen and (min-width: 701px){
  .collage {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin: 100px auto 140px;
    width: calc(100% - 30px);
    max-width: 1202px;
  }

  .collage__left {
    margin-bottom: 0px;
    margin-right: 8px;
    width: calc(378/1202 * 100%)
  }
  
  .collage__right {
    width: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(818/1202 * 100%)
  }

  .collage__right-1 {
    width: unset;
    margin-bottom: 8px;
  }

  .collage__imgCnt:not(:last-child) {
    margin-right: 8px;
  }
  
  .collage-sp {
    display: none !important;
  }

  .collage-pc {
    display: block !important;
  }
}

/* ------------------------------
Store Button
------------------------------ */

.solar-btn {
  width: calc(100%-30px);
  margin: 32px 15px 0;
  border: 1px solid #161616;
}

.solar-btn__link {
  display: block;
  color: #161616;
  text-decoration: none;
  text-align: center;
  padding: 18px;
  font-size: 16px;
}

@media screen and (min-width: 701px){
  .solar-btn {
    max-width: 400px;
    margin: 40px auto 0;
    -webkit-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
    transition: all 150ms ease-out; 
  }

  .solar-btn:hover {
    background-color: #161616;
  }
  
  .solar-btn:hover .solar-btn__link {
    color: white;
  }
}



/* ------------------------------
Footer sns change 2025/5
------------------------------ */
.p-footer__buttonTwitter,
.p-footer__buttonFacebook {
  background-color: #313131;
  border-radius: 50%;
}

.p-footer__buttonTwitter {
  background-image: url("../img/icon_sns_X.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
}
.p-footer__buttonFacebook {
  background-image: url("../img/icon_sns_fb.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
}