﻿
.main-area {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	overflow: hidden;
	box-sizing: border-box;
  background-color: #B5B0A7;
  font-weight: 400;
}

.main-area img {
	width: 100%;
	height: auto;
}

.sp_only {
	display: block;
}

.pc_only {
	display: none;
}


/************** js **************/
  .js_imgFadeIn {
    opacity: 0;
    transition: transform 1.5s ease-in-out, opacity 1.5s ease-in-out;
    transform: translateY(100px);
  }

  .imgAnimated{
    opacity: 1;
    transform: translateY(0);
  }


/************** common **************/
  .main-area .sec {
    position: relative;
  }

  .main-area .grid_box {
    display: grid;
  }


/************** mv **************/
  .mv {
    margin: 0 auto ;
    padding-bottom: calc(54* (100vw /375));
    position: relative;
  }

  .mv__img {
    margin: 0 auto calc(33* (100vw /375));
    width: 100%;
  }

  .mv p {
    font-size: calc(14* (100vw /375));
    font-weight: 600;
    line-height: 2;
    text-align: center;
    letter-spacing: 0.08em;
    line-height: 1.875;
    color: #FFFFFF;
  }


/************** sec01 **************/
.sec01 {
  margin: 0 auto calc(33* (100vw /375));
}

.sec01 .sec__inner {
  margin: 0 auto calc(50* (100vw /375));
  width: calc(345* (100vw /375));
  display: flex;
  flex-direction: column;
  gap: calc(30* (100vw /375)) 0;
}

.sec01 .sec__box {
  padding: calc(30* (100vw /375)) 0 calc(40* (100vw /375));
  width: calc(345* (100vw /375));
  border-radius: calc(15* (100vw /375));
  background-color: #fff;
}

.sec01 .sec__last__box {
  width: calc(345* (100vw /375));
}

.sec01 .sec__box .sub__box {
  margin: 0 auto;
  width: calc(305* (100vw /375));
}

.sec01 .sec__box .sub__box .sec__img {
  margin-bottom: calc(26* (100vw /375));
}

.sec01 .sec__box .sub__box .brand__name {
  margin-bottom: calc(6* (100vw /375));
  font-size: calc(14* (100vw /375));
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.875;
  font-family: var(--ebgaramond);
}

.sec01 .sec__box .sub__box .item__name {
  margin-bottom: calc(12* (100vw /375));
  font-size: calc(17* (100vw /375));
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.44;
}

.sec01 .sec__box .sub__box .color__img {
  margin-bottom: calc(11* (100vw /375));
}

.color__img02 {
  width: calc(52* (100vw /375));
}

.color__img03 {
  width: calc(84* (100vw /375));
}

.color__img04 {
  width: calc(116* (100vw /375));
}

.sec01 .sec__box .sub__box .tax {
  margin-bottom: calc(11* (100vw /375));
  font-size: calc(15* (100vw /375));
  letter-spacing: 0.08em;
  font-family: var(--ebgaramond);
}

.sec01 .sec__box .sub__box .buy__btn {
  margin: 0 0 calc(30* (100vw /375)) auto;
  width: calc(120* (100vw /375));
  height: calc(30* (100vw /375));
  font-size: calc(15* (100vw /375));
  letter-spacing: 0.08em;
  line-height: 1;
  font-family: var(--ebgaramond);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #000;
}

.sec01 .sec__box .sub__box .text__box {
  padding: calc(23* (100vw /375)) 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.sec01 .sec__box .sub__box .text__box p {
  font-size: calc(14* (100vw /375));
  letter-spacing: 0.08em;
  line-height: 1.875;
  font-weight: 500;
}


/************** btn **************/
.main-area .sec_btn {
  margin: 0 auto;
  padding: 0 0 calc(71* (100vw /375));
}

.main-area .sec_btn a {
  margin: 0 auto;
  font-size: calc(14* (100vw /375));
  letter-spacing: 0.05em;
  font-weight: 700;
  width: calc(345* (100vw /375));
  max-width: calc(345* (100vw /375));
  height: calc(60* (100vw /375));
  max-height: calc(60* (100vw /375));
  background-color: #000;
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
  position: relative;
}

.main-area .sec_btn a:nth-of-type(2) {
  margin: calc(15* (100vw /375)) auto 0;
  background-color: transparent;
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
}



/* ===============================================
### PC用デザイン###
=============================================== */
@media screen and (min-width:768px) {
  .sp_only {
    display: none;
  }

  .pc_only {
    display: block;
  }

  .main-area {
    margin: 0 auto 0;
    padding: 0;
  }


  /************** common **************/
  .main-area .sec {
    position: relative;
  }

  .main-area .grid_box {
    display: grid;
  }


  /************** mv **************/
  .mv {
    margin: 0 auto ;
    padding-bottom: 6.3rem;
    position: relative;
  }

  .mv__img {
    margin: 0 auto 1.4rem;
    width: 120rem;
    padding-top: 2rem;
  }

  .mv p {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 2;
    text-align: center;
    letter-spacing: 0.08em;
    line-height: 1.875;
  }


  /************** sec01 **************/
  .sec01 {
    margin: 0 auto 3.4rem;
  }

  .sec01 .sec__inner {
    margin: 0 auto 8rem;
    width: 112rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 4rem 0;
  }

  .sec01 .sec__box {
    padding: 6rem 0 6rem;
    width: 54rem;
    border-radius: 2rem;
    background-color: #fff;
  }

  .sec01 .sec__box .sub__box {
    margin: 0 auto;
    width: 40rem;
  }

  .sec01 .sec__box .sub__box .sec__img {
    margin-bottom: 2.7rem;
  }

  .sec01 .sec__box .sub__box .brand__name {
    margin-bottom: 0.7rem;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1.875;
    font-family: var(--ebgaramond);
  }

  .sec01 .sec__box .sub__box .item__name {
    margin-bottom: 1.1rem;
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1.366;
  }

  .sec01 .sec__box .sub__box .color__img {
    margin-bottom: 1.1rem;
  }

  .color__img02 {
    width: 5.2rem;
  }

  .color__img03 {
    width: 8.4rem;
  }

  .color__img04 {
    width: 11.6rem;
  }

  .sec01 .sec__box .sub__box .tax {
    margin-bottom: 1.1rem;
    font-size: 1.2rem;
  }

  .sec01 .sec__box .sub__box .buy__btn {
    margin: 0 0 3rem auto;
    width: 12.0rem;
    height: 3.0rem;
    font-size: 1.5rem;
    letter-spacing: 0.08em;
    line-height: 1;
    font-family: var(--ebgaramond);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #000;
  }

  .sec01 .sec__box .sub__box .text__box {
    padding: 2.3rem 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }

  .sec01 .sec__box .sub__box .text__box p {
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    line-height: 1.875;
    font-weight: 500;
  }

  .sec01 .sec__last__box {
    width: 100%;
  }

  .sec01 .sec__last__box .sec__box {
    margin: 0 auto;
  }

/************** btn **************/
  .main-area .sec_btn {
    margin: 0 auto;
    padding: 0 0 10rem;
  }

  .main-area .sec_btn a {
    margin: 0 auto;
    font-size: 1.4rem;
    width: 36rem;
    max-width: 36rem;
    height: 6rem;
    max-height: 6rem;
  }

  .main-area .sec_btn a:nth-of-type(2) {
    margin: 2.0rem auto 0;
  }


}
/************************************************
タブレット用デザイン
*************************************************/

/* パンくず 追加スタイル PC */
@media only screen and (min-width: 768px) {
  .breadcrumb__list{
    padding-bottom: 1.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .sec01 .sec__inner .sec__box:nth-of-type(2) .text__box p {
    width: calc(312*(100vw / 375));
      letter-spacing: 0.07em;
  }
}