/* テキスト */
.tx_lead {
  font-family: 游明朝,YuMincho,ヒラギノ明朝 ProN W3,Hiragino Mincho ProN,HG明朝E,ＭＳ Ｐ明朝,ＭＳ 明朝,serif;
  font-size: 1.5rem;
  line-height: 180%;
  font-weight: 400;
}
.tx_lead_l {
  font-family: 游明朝,YuMincho,ヒラギノ明朝 ProN W3,Hiragino Mincho ProN,HG明朝E,ＭＳ Ｐ明朝,ＭＳ 明朝,serif;
  font-size: 2.8rem;
  line-height: 160%;
  font-weight: 500;
}
.font_mincho {
  font-family: Times New Roman,Linux Libertine,游明朝,YuMincho,ヒラギノ明朝 ProN W3,Hiragino Mincho ProN,HG明朝E,ＭＳ Ｐ明朝,ＭＳ 明朝,serif;
}
.font_mincho_j {
  font-family: 游明朝,YuMincho,ヒラギノ明朝 ProN W3,Hiragino Mincho ProN,HG明朝E,ＭＳ Ｐ明朝,ＭＳ 明朝,serif;
}

.font_gothic {
  font-family: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic,ヒラギノ角ゴ ProN,Hiragino Kaku Gothic ProN,メイリオ,Meiryo,Helvetica,Arial,sans-serif;
}

img {
  vertical-align: middle;
}

/* PC
----------------------------------*/
@media screen and (min-width: 768px){
  /*main movie*/
  .pi_mv {
    background-image: url(/smartphone/user_data/packages/default/img/common/loader.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    margin: 0 auto 60px;
  }
  #top-movie {
    width: 100%;
    min-width: 980px;
  }

  .pi_inner {
    width: 980px;
    margin: auto;
  }

  .pi_lead {
    text-align: center;
    margin: 0 auto 50px;
  }

  .pi_lead_ttl {
    font-size: 24px;
    margin: 0 auto 20px;
  }

  .pi_lead_tx {
    font-size: 16px;
    line-height: 1.75;
  }

  .pi_anchor {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    letter-spacing: 0.1em;
    text-align: center;
    margin: 0 auto 140px;
  }

  section {
    margin: 0 auto 135px;
  }

  .pi_item {
    display: flex;
    position: relative;
  }

  .pi_even {
    flex-flow: row-reverse;
  }

  /*background*/
  .pi_item::after {
    content: "";
    background: #f6f6f6;
    position: absolute;
    top: 60px;
    width: 646px;
    height: 1370px;
    z-index: -10;
  }
  .pi_odd::after {
    right: 0;
  }
  .pi_even::after {
    left: 0;
  }

  .pi_product {
    width: 490px;
  }
  .pi_even .pi_product {
    padding-left: 10px;
  }

  .pi_main-img {
    display: block;
    margin: 0 0 40px;
  }

  .pi_product-cmt {
    margin: 0 0 60px 5px;
    height: 220px;
  }

  .pi_catch {
    font-size: 20px;
    margin: 0 auto 15px;
  }

  .pi_tx {
    font-size: 14px;
    line-height: 1.75;
  }

  /*img3*/
  .pi_sub-img {
    display: block;
    margin: 0 auto 40px;
  }
  .pi_odd .pi_sub-img {
    text-align: right;
    margin-right: 10px;
  }
  .pi_even .pi_sub-img {
    text-align: left;
  }

  .pi_ditail {
    margin: 0 auto 80px;
  }

  .pi_d-item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 140px auto 80px;
    gap: 0 30px;
  }

  .pi_num {
    display: flex;
    align-items: center;
    margin: 0 auto 25px;
    gap: 0 5px;
  }

  /*item-number*/
  .pi_no1 {
    color: #868b95;
  }
  .pi_no2 {
    color: #d59e82;
  }
  .pi_no3 {
    color: #7c9ed2;
  }
  .pi_no4 {
    color: #ded2b8;
  }
  .pi_no5 {
    color: #9dbb86;
  }

  .pi_no {
    font-size: 100px;
    letter-spacing: -0.02em;
    line-height: 0.8;
  }

  .pi_name {
    font-size: 12px;
    letter-spacing: 0.1em;
  }

  .pi_name_j {
    font-size: 18px;
    line-height: 1.2;
    margin: 0 auto 6px;
  }

  .pi_price {
    font-size: 15px;
    line-height: 1.5;
    margin: 0 auto 10px;
  }

  .pi_price span {
    font-size: 22px;
  }

  .pi_b-btn {
    background-color: #000;
    color: #fff;
    letter-spacing: 0.1em;
    text-align: center;
    width: 76px;
    padding: 2px 0;
  }

  .pi_d-img {
    display: block;
    margin: 0 auto 50px;
  }
  .pi_even .pi_d-img {
    text-align: right;
  }
  .pi_d-img2 {
    width: 335px;
    margin: auto;
  }
  .pi_odd .pi_d-img2 img {
    display: block;
    margin: 0 0;
  }
  .pi_even .pi_d-img2 img {
    display: block;
    margin: 0 0 0 auto;
  }

  /*styling item*/
  .pi_st-ttl {
    font-size: 23px;
    letter-spacing: 0.1em;
    text-align: center;
    margin: 0 auto 40px;
  }
  .pi_st-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 60px;
  }
  .pi_st-box img {
    margin: 0 auto 5px;
  }
  .pi_spec {
    font-size: 12px;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .pi_spec_cate {
    font-size: 18px;
  }
  .pi_spec_size {
    margin: 0 auto 8px;
  }
  .pi_spec_btn {
    background-color: #000;
    color: #fff;
    margin: 0 auto;
    padding: 2px 0;
    width: 60px;
  }

  /*profile*/
  .pi_prof {
    border: solid 1px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 880px;
    padding: 45px 50px;
    margin: 0 auto 110px;
    position: relative;
  }
  .pi_prof::before {
    content: "";
    display: block;
    border-right: solid 1px;
    top: 45px;
    right: -10px;
    position: absolute;
    height: 90%;
  }
  .pi_prof::after {
    content: "";
    display: block;
    border-bottom: solid 1px;
    bottom: -10px;
    right: -10px;
    position: absolute;
    width: 95%;
  }
  .pi_prof-name {
    font-size: 34px;
    letter-spacing: 0.1em;
  }
  .pi_prof ul {
    overflow: hidden;
  }
  .pi_prof li {
    list-style: none;
    float: left;
  }
  .pi_name_box {
    font-size: 18px;
    letter-spacing: 0.1em;
    margin: 0 auto 15px;
  }
  .pi_name_box li {
    margin-right: 10px;
  }
  .pi_prof-detail {
    font-size: 14px;
    line-height: 1.8;
    margin: 0 auto 20px;
  }
  .pi_prof-link li {
    font-size: 16px;
    letter-spacing: 0.1em;
    text-decoration: underline;
    margin-right: 40px;
  }

  /*アイテム一覧ボタン*/
  .pi_btn {
    font-size: 24px;
    line-height: 1.3;
    background-color: #e1e6e7;
    display: block;
    text-align: center;
    width: 510px;
    padding: 16px 28px;
    margin: 0 auto 60px;
  }
  .pi_btn span {
    font-size: 16px;
    letter-spacing: 0.05em;
  }


}


/* SP
----------------------------------*/
@media screen and (max-width: 768px){
  /*main movie*/
  .pi_mv {
    background-image: url(/smartphone/user_data/packages/default/img/common/loader.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    margin: 0 auto 10%;
  }
  #top-movie {
    width: 100%;
  }

  /*lead area*/
  .pi_lead {
    text-align: center;
    margin: 0 5% 8%;
  }
  .pi_lead_ttl {
    font-size: 2rem;
    letter-spacing: 0.1em;
    margin: 0 auto 5%;
  }
  .pi_lead_tx {
    font-size: 1.3rem;
    line-height: 1.75;
  }

  /*anchor area*/
  .pi_anchor {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    line-height: 1.5;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-flow: wrap;
    margin: 0 5% 10%;
    gap: 2%;
  }
  .pi_anchor-child {
    width: 32%;
    margin: 0 0 8%;
  }

  /*contents*/
  section {
    margin: 0 auto 10%;
  }

  .pi_item {
    margin: 0 auto 25%;
  }

  .pi_d-item {
    background-color: #f6f6f6;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10% 3%;
    margin: auto;
    width: 92%;
  }

  .pi_d-box {
    width: 50%;
  }

  .pi_num {
    display: flex;
    align-items: center;
    gap: 0 1%;
  }

  /*item-number*/
  .pi_no1 {
    color: #868b95;
    margin: 0 auto 10%;
  }
  .pi_no2 {
    color: #d59e82;
    margin: 0 auto 10%;
  }
  .pi_no3 {
    color: #7c9ed2;
    margin: 0 auto 10%;
  }
  .pi_no4 {
    color: #ded2b8;
    margin: 0 auto 10%;
  }
  .pi_no5 {
    color: #9dbb86;
    margin: 0 auto 10%;
  }

  .pi_no {
    font-size: 8rem;
    letter-spacing: -0.02em;
    line-height: 0.8;
  }

  .pi_name {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    line-height: 1.3;
  }

  .pi_name_j {
    font-size: 1.8rem;
    line-height: 1.2;
    margin: 0 auto 5%;
  }

  .pi_price {
    font-size: 1.2rem;
    margin: 0 auto 6%;
  }

  .pi_price span {
    font-size: 1.5rem;
  }

  .pi_b-btn {
    background-color: #000;
    color: #fff;
    letter-spacing: 0.1em;
    text-align: center;
    width: 40%;
    padding: 1% 0;
  }

  .pi_item-img {
    text-align: center;
    width: 48%;
  }

  .pi_item-img img {
    max-width: 100%;
    max-height: 56vw;
  }

  .pi_main-img img {
    vertical-align: bottom;
  }

  /*comment*/
  .pi_product-cmt {
    background-color: #f6f6f6;
    padding: 10% 5%;
    margin: 0 4% 0;
  }
  .pi_catch {
    font-size: 1.8rem;
    text-align: center;
    margin: 0 auto 5%;
  }
  .pi_tx {
    font-size: 1.3rem;
    line-height: 1.9;
  }

  /*sub*/
  .pi_sub {
    background-color: #f6f6f6;
    padding: 0 0 50%;
    margin: 0 4% 0;
    position: relative;
  }
  .pi_d-img {
    display: block;
    padding: 0 0 12% 8%;
    width: 61.3%;
  }
  .pi_d-img2 {
    display: block;
    margin: 0 8% 12% auto;
    width: 58.5%;
  }
  .pi_sub-img {
    display: block;
    position: absolute;
    width: 53.2%;
    left: 8%;
  }
  .pi_sub-img img {
    vertical-align: bottom;
  }

  /*styling items*/
  .pi_st-item {
    text-align: center;
    margin: 0 4% 20%;
  }
  .pi_st-ttl {
    font-size: 2rem;
    letter-spacing: 0.1em;
    margin: 0 auto 5%;
  }
  .pi_st-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: wrap;
    gap: 3em 0;
  }
  .pi_st-even {
    flex-wrap: wrap;
    gap: 3em 3%;
  }
  .pi_item-link {
    width: 33%;
  }
  .pi_item-link img {
    width: 80%;
  }
  .pi_spec {
    font-size: 1rem;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .pi_spec_cate {
    font-size: 1.4rem;
  }
  .pi_spec_size {
    margin: 0 auto 5%;
  }
  .pi_spec_btn {
    background-color: #000;
    color: #fff;
    margin: 0 auto;
    padding: 1% 0;
    width: 45%;
  }

  /*profile*/
  .pi_prof {
    border: solid 1px;
    position: relative;
    padding: 8% 4%;
    margin: 0 5% 20%;
  }
  .pi_prof li {
    list-style: none;
  }
  .pi_prof::before {
    content: "";
    display: block;
    border-right: solid 1px;
    position: absolute;
    bottom: -1.5%;
    right: -1.5%;
    height: 95%;
  }
  .pi_prof::after {
    content: "";
    display: block;
    border-bottom: solid 1px;
    position: absolute;
    bottom: -1.5%;
    right: -1.5%;
    width: 95%;
  }
  .pi_prof-head {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 4%;
  }
  .pi_prof-img {
    width: 45%;
  }
  .pi_name_box {
    font-size: 1.8rem;
    letter-spacing: 0.15em;
    margin: 0 2% 0 0;
  }
  .pi_name_box li {
    line-height: 1;
    margin: 0 auto 5%;
  }
  .pi_prof-name {
    font-size: 3.2rem;
    line-height: 1.1;
  }
  .pi_prof-link {
    overflow: hidden;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    margin: 0 auto 8%;
  }
  .pi_prof-link li {
    float: left;
    text-decoration: underline;
    margin-right: 10%;
  }
  .pi_prof-detail {
    line-height: 1.8;
  }

  /*アイテム一覧ボタン*/
  .pi_btn {
    font-size: 1.8rem;
    line-height: 1.3;
    background-color: #e1e6e7;
    display: block;
    text-align: center;
    padding: 3% 0;
    margin: 0 10% 10%;
  }
  .pi_btn span {
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    line-height: 2.5;
  }

}
