/* breakpoint
-------------------------------------------*/
body.page-product .c-contact {
  display: none !important; }

.p-product .c-ttl001 {
  letter-spacing: 7px; }
  @media screen and (max-width: 767px) {
    .p-product .c-ttl001 {
      letter-spacing: 2px; } }

.p-product1 {
  width: 100%;
  overflow: hidden;
  padding-bottom: 33px;
  margin-bottom: -33px; }
  .p-product1__cont {
    height: 380px;
    overflow: hidden;
    background: #f7f7f7; }
    @media screen and (max-width: 767px) {
      .p-product1__cont {
        height: 480px;
        position: relative; } }
    @media screen and (max-width: 360px) {
      .p-product1__cont {
        height: 420px; } }
  .p-product1 .slick-list {
    overflow: hidden;
    border-radius: 0 0 8px 8px; }
  .p-product1 .slick-dots {
    bottom: 0; }
  .p-product1 .slick-dots li {
    width: 10px;
    height: 10px;
    background: #c0c1c1;
    border-radius: 50%;
    margin: 0 8px; }
    @media screen and (max-width: 767px) {
      .p-product1 .slick-dots li {
        margin: 0 5px; } }
    .p-product1 .slick-dots li.slick-active button::before {
      background: #cc3333; }
    .p-product1 .slick-dots li button {
      width: 10px;
      height: 10px;
      background: #c0c1c1;
      border-radius: 50%; }
      .p-product1 .slick-dots li button::before {
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 50%; }

.p-product2 {
  background: #f0f0f0;
  padding: 46px 0 36px; }
  .p-product2 .c-list01 {
    margin: 25px -19px 0; }
    .p-product2 .c-list01__item {
      width: 25%;
      padding: 0 19px;
      margin-bottom: 51px; }
      @media screen and (max-width: 767px) {
        .p-product2 .c-list01__item {
          width: 100%;
          margin-bottom: 5px;
          padding: 0 0 4px 9px; } }
    .p-product2 .c-list01__ttl {
      font-weight: bold; }
    .p-product2 .c-list01__img {
      height: auto;
      margin-bottom: 10px; }
      .p-product2 .c-list01__img img {
        width: 100%;
        max-height: none; }
  .p-product2 .c-ttl002 {
    border-top: 1px solid #d3d4d4;
    margin-top: 39px;
    padding: 13px 0 26px; }
    @media screen and (max-width: 767px) {
      .p-product2 .c-ttl002 {
        margin-top: 0;
        padding: 20px 0; } }

.product-mv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .product-mv__inner {
    max-width: 868px;
    width: 100%;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .product-mv__inner {
        padding: 0 20px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; } }
  .product-mv__img {
    width: 40%;
    margin-left: 20px;
    position: relative;
    right: 23px;
    top: 5px; }
    @media screen and (max-width: 767px) {
      .product-mv__img {
        width: 80%;
        margin: 0 auto;
        right: initial;
        top: initial; } }
    @media screen and (max-width: 767px) {
      .product-mv__img img {
        display: inline-block; } }
    .product-mv__img.style1 {
      width: 40%;
      top: 0; }
      @media screen and (max-width: 767px) {
        .product-mv__img.style1 {
          width: 80%;
          top: initial; } }
    .product-mv__img.style2 {
      width: 53%;
      top: 20px;
      right: 0; }
      @media screen and (max-width: 767px) {
        .product-mv__img.style2 {
          width: 100%;
          top: initial;
          right: initial;
          margin-left: 0;
          padding-top: 15%; } }
      @media screen and (max-width: 767px) {
        .product-mv__img.style2 img {
          width: 100%; } }
    .product-mv__img.style3 {
      width: 53%;
      top: -17px; }
      @media screen and (max-width: 767px) {
        .product-mv__img.style3 {
          width: 100%;
          top: initial; } }
    .product-mv__img.style4 {
      top: 20px;
      width: 55%;
      right: 0; }
      @media screen and (max-width: 767px) {
        .product-mv__img.style4 {
          width: 100%;
          top: initial;
          right: initial;
          padding-top: 10%; } }
      @media screen and (max-width: 767px) {
        .product-mv__img.style4 img {
          width: 100%; } }
  .product-mv__content {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 58px 0 18px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 5px; }
    @media screen and (max-width: 767px) {
      .product-mv__content {
        padding: 14px 0 0;
        -webkit-flex-basis: auto;
            -ms-flex-preferred-size: auto;
                flex-basis: auto;
        width: 100%;
        margin-left: 0; } }
  .product-mv__wrap {
    margin-top: 35px; }
  .product-mv__ttl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .product-mv__en {
    font-size: 2rem;
    letter-spacing: 0.2rem;
    line-height: 1;
    color: #231815;
    font-weight: 400; }
    @media screen and (max-width: 767px) {
      .product-mv__en {
        font-size: 1rem;
        letter-spacing: 0.1rem; } }
  .product-mv__big {
    font-size: 5.12rem;
    letter-spacing: 0;
    font-weight: 700;
    color: #231815;
    line-height: 1;
    margin-bottom: 16px;
    margin-top: 3px; }
    @media screen and (max-width: 767px) {
      .product-mv__big {
        font-size: 2.38rem;
        margin-bottom: 6px; } }
  .product-mv__des {
    font-size: 1.8rem;
    line-height: 1.3;
    letter-spacing: 1.3px;
    color: #464646;
    font-weight: 400; }
    @media screen and (max-width: 767px) {
      .product-mv__des {
        font-size: 1.4rem;
        line-height: 1.5;
        letter-spacing: 0; } }
  @media screen and (max-width: 767px) {
    .product-mv__price {
      text-align: right;
      width: 100%;
      background-color: #fff;
      padding: 20px;
      position: absolute;
      bottom: 0; } }
  .product-mv__price01 {
    font-size: 1.8rem;
    font-weight: 400;
    color: #464646;
    letter-spacing: 2px; }
    .product-mv__price01.sm {
      font-size: 1.3rem;
      margin-top: 22px;
      line-height: 1; }
      @media screen and (max-width: 767px) {
        .product-mv__price01.sm {
          font-size: 1.4rem;
          margin-top: 0; } }
    .product-mv__price01 .big {
      display: block;
      font-size: 1.8rem;
      margin-top: 10px; }
      @media screen and (max-width: 767px) {
        .product-mv__price01 .big {
          font-weight: 700;
          font-size: 1.5rem; } }
