@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

.p5 {
  padding: 5px;
}

.p10 {
  padding: 10px;
}

.p20 {
  padding: 20px;
}

.p30 {
  padding: 30px;
}

.p0 {
  padding: 40px;
}

.p50 {
  padding: 50px;
}

.p60 {
  padding: 60px;
}

.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pr5 {
  padding-right: 5px;
}

.pr10 {
  padding-right: 10px;
}

.pr20 {
  padding-right: 20px;
}

.pr30 {
  padding-right: 30px;
}

.pr40 {
  padding-right: 40px;
}

.pr50 {
  padding-right: 50px;
}

.pr60 {
  padding-right: 60px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb60 {
  padding-bottom: 60px;
}

.pl5 {
  padding-left: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pl20 {
  padding-left: 20px;
}

.pl30 {
  padding-left: 30px;
}

.pl40 {
  padding-left: 40px;
}

.pl50 {
  padding-left: 50px;
}

.pl60 {
  padding-left: 60px;
}

.m10 {
  margin: 10px;
}

.m20 {
  margin: 20px;
}

.m30 {
  margin: 30px;
}

.m40 {
  margin: 40px;
}

.m50 {
  margin: 50px;
}

.m60 {
  margin: 60px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mr10 {
  margin-right: 10px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.mr40 {
  margin-right: 40px;
}

.mr50 {
  margin-right: 50px;
}

.mr60 {
  margin-right: 60px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.ml10 {
  margin-left: 10px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

.ml40 {
  margin-left: 40px;
}

.ml50 {
  margin-left: 50px;
}

.ml60 {
  margin-left: 60px;
}

.w10 {
  width: 10%;
}

.w20 {
  width: 20%;
}

.w30 {
  width: 30%;
}

.w40 {
  width: 40%;
}

.w50 {
  width: 50%;
}

.w60 {
  width: 60%;
}

.w70 {
  width: 70%;
}

.w80 {
  width: 80%;
}

.w90 {
  width: 90%;
}

.w100 {
  width: 100%;
}

/* base common
================================================== */
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

body {
  overflow-x: hidden;
  /* background-color: $white; */
  font-family: "Noto Sans JP", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 94%;
  color: #383838;
}

@media (max-width: 767px) {
  body {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }
}

div {
  vertical-align: top;
}

a {
  color: #383838;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  margin: 0;
  padding: 0;
  line-height: 0;
  vertical-align: bottom;
}

a:hover img {
  opacity: 0.7;
}

a:hover {
  opacity: 0.7;
}

hr {
  clear: both;
}

.cf,
.clearfix {
  *zoom: 1;
}

.cf:after,
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.prts__top-txt {
  overflow: hidden;
  border-bottom: 1px solid #999999;
  margin: 5px 5px 20px;
}

@media (max-width: 767px) {
  .prts__top-txt {
    margin: 0;
    border: none;
    text-align: center;
  }
}

.prts__top-txt .cmsi__pickup-head {
  float: left;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .prts__top-txt .cmsi__pickup-head {
    float: none;
    padding: 0;
  }
}

.prts__top-txt .cmsi__pickup-head .cmp__main-title {
  padding-left: 0;
}

@media (max-width: 767px) {
  .prts__top-txt .cmsi__pickup-head .cmp__main-title {
    border-bottom: 1px solid #999999;
    margin: 0 30px;
  }
}

.prts__top-txt .cmp__txt {
  margin-top: 5px;
}

/* centering
================================================== */
#prts-container {
  width: 1080px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  #prts-container {
    width: 100%;
  }
}

/* block layout style
/* cmm__column-containerの中でコンテンツの左右振り分けやカラム配置を行う。文字やドラスティックな色の設定は行わない。
================================================== */
.cmm__column-container {
  margin: 20px 0;
  padding: 0 10px;
}

.cmm__column-container .cmm__column-box {
  clear: both;
  /*コンテンツを入れる入れ物のデフォルトスタイル*/
}

.cmm__column-container .cmm__column-box.cmm__column2-float {
  /*コンテンツ内でイメージや記事の左右振り分けが起こる場合に.cmm__column2-floatのクラス追加*/
  padding-top: 0;
  overflow: hidden;
}

.cmm__column-container .cmm__column-box.cmm__column2-float .cmm__column-left {
  float: left;
  width: 50%;
}

@media (max-width: 767px) {
  .cmm__column-container .cmm__column-box.cmm__column2-float .cmm__column-left.pr20 {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .cmm__column-container .cmm__column-box.cmm__column2-float .cmm__column-left.pl20 {
    padding-left: 0;
  }
}

.cmm__column-container .cmm__column-box.cmm__column2-float .cmm__column-right {
  float: right;
  width: 50%;
}

@media (max-width: 767px) {
  .cmm__column-container .cmm__column-box.cmm__column2-float .cmm__column-right.pl20 {
    padding-left: 0;
  }
}

.cmm__column-container .cmm__column-box.cmm__column2-float .cmm__column-kiji-left {
  float: left;
  width: 40%;
}

@media (max-width: 767px) {
  .cmm__column-container .cmm__column-box.cmm__column2-float .cmm__column-kiji-left.pr20 {
    padding-right: 0;
  }
}

.cmm__column-container .cmm__column-box.cmm__column2-float .cmm__column-kiji-right {
  float: right;
  width: 60%;
}

.cmm__column-container .cmm__column-box.cmm__column2-float .cmm__column-data-left {
  float: left;
  width: 40%;
}

@media (max-width: 767px) {
  .cmm__column-container .cmm__column-box.cmm__column2-float .cmm__column-data-left.pr20 {
    padding-right: 0;
  }
}

.cmm__column-container .cmm__column-box.cmm__column2-float .cmm__column-data-right {
  float: right;
  width: 60%;
}

@media (max-width: 767px) {
  .cmm__column-container .cmm__column-box.cmm__column2-float .cmm__column-left,
  .cmm__column-container .cmm__column-box.cmm__column2-float .cmm__column-right,
  .cmm__column-container .cmm__column-box.cmm__column2-float .cmm__column-kiji-left,
  .cmm__column-container .cmm__column-box.cmm__column2-float .cmm__column-kiji-right,
  .cmm__column-container .cmm__column-box.cmm__column2-float .cmm__column-data-left,
  .cmm__column-container .cmm__column-box.cmm__column2-float .cmm__column-data-right {
    float: none;
    width: 100%;
  }
}

.cmm__column-container.cmm__column-inner-1 {
  /* テキスト横2並びで使用*/
  padding: 0;
  margin: 0;
}

@media (max-width: 767px) {
  .cmm__column-container.cmm__column-inner-1 {
    padding: 0;
  }
}

.cmm__column-container .column-inner-2 {
  /* 大小組み合わせ　5個（大1小4）で使用*/
}

.cmm__column-container .column-inner-2 .cmsi__pickup {
  margin: 0 10px;
}

/* ピックアップパーツの横並びに使用*/
.cmm__layout-table {
  margin: 20px 0;
  width: 100%;
  display: table;
  table-layout: fixed;
  padding: 0 10px;
}

.cmm__layout-table .cmm__table-cell {
  width: 100%;
  display: table-cell;
}

.cmm__layout-table .cmm__table-cell .cmm__balancer {
  display: block;
  margin: 0 10px;
}

@media (max-width: 767px) {
  .cmm__layout-table {
    display: block;
  }
  .cmm__layout-table .cmm__table-cell {
    display: block;
    width: 100%;
  }
  .cmm__layout-table .cmm__table-cell .cmm__balancer {
    margin: 0;
  }
}

.cmm__layout-table.cmm__column-inner-1 {
  /* 大小組み合わせ　5個（大1小4）の右カラム　テキスト横2並びで使用*/
  padding: 0;
  margin: 0;
}

@media (max-width: 767px) {
  .cmm__layout-table.cmm__column-inner-1 {
    padding: 0;
  }
}

.cmm__layout-table-kiji {
  width: 100%;
  display: table;
  table-layout: fixed;
}

.cmm__layout-table-kiji .cmm__table-cell-kiji {
  width: 100%;
  display: table-cell;
}

@media (max-width: 767px) {
  .cmm__layout-table-kiji {
    display: block;
  }
  .cmm__layout-table-kiji .cmm__table-cell-kiji {
    display: block;
    width: 100%;
  }
  .cmm__layout-table-kiji .cmm__table-cell-kiji.pr20 {
    padding-right: 0;
  }
}

/* component style
 * 各パーツ間での使い回しが可能。classのDOMツリー構造を守って記述すれば、ブロック要素のhtmlタグならすべてスタイルが成り立つ
 * ただし、SEOを意識するならセマンティックなhtmlの記述をしたほうが良い。
 * コンポーネントは基本widthを設定しない（<img>のみ例外）。widthはblock layout styleに依存する。
 * 設計の問題だが、万が一のことを考えて、component__elementとしたラッパー要素の中ですべてを定義づけてみました。
================================================== */
/*prts_01 特集・記事タイトル、メインビジュアル*/
/*大見出しの基本スタイル*/
.cmsi__head {
  padding: 10px 0;
  text-align: center;
  background: #e8e8e8;
}

.cmsi__head .cmp__head__title {
  font-weight: 500;
  line-height: 1.6;
  font-size: 125%;
  font-family: "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
  padding: 0 10px 10px 10px;
}

.cmsi__head .cmp__head__sub-title {
  font-weight: 200;
  line-height: 1.4;
  font-size: 100%;
  padding: 0 10px;
}

/*中見出しの基本スタイル*/
.cmsi__cross-head {
  padding: 10px 0;
  text-align: center;
}

.cmsi__cross-head .cmp__head__title {
  font-weight: 500;
  line-height: 1.4;
  font-size: 113%;
  font-family: "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
  padding: 0 10px;
}

@media (max-width: 767px) {
  .cmsi__cross-head .cmp__head__title {
    padding: 0;
  }
}

.cmp__main-visual .c__main-visual__wrap {
  width: 100%;
}

.cmp__main-visual .c__main-visual__wrap .c__main-visual__item {
  width: 100%;
}

.cmp__main-visual .c__main-visual__wrap .c__main-visual__item.c__main-visual__pc-item {
  display: block;
}

.cmp__main-visual .c__main-visual__wrap .c__main-visual__item.c__main-visual__spn-item {
  display: none;
}

@media (max-width: 767px) {
  .cmp__main-visual .c__main-visual__wrap {
    width: 100%;
  }
  .cmp__main-visual .c__main-visual__wrap .c__main-visual__item.c__main-visual__pc-item {
    display: none;
  }
  .cmp__main-visual .c__main-visual__wrap .c__main-visual__item.c__main-visual__spn-item {
    display: block;
  }
}

.c__img-box {
  margin-bottom: 10px;
}

.c__img-box .divide-img__wrap {
  width: 100%;
  margin: 4px 0;
}

.c__img-box .divide-img__wrap .divide-img__upper {
  overflow: hidden;
  height: 50%;
}

.c__img-box .divide-img__wrap .divide-img__upper .divide-img__item {
  width: 100%;
}

.c__img-box .divide-img__wrap .divide-img__upper .divide-img__left {
  float: left;
  width: 50%;
}

.c__img-box .divide-img__wrap .divide-img__upper .divide-img__right {
  float: right;
  width: 50%;
}

.c__img-box .divide-img__wrap .divide-img__under {
  overflow: hidden;
  height: 50%;
}

.c__img-box .divide-img__wrap .divide-img__under .divide-img__item {
  width: 100%;
}

.c__img-box .divide-img__wrap .divide-img__under .divide-img__left {
  float: left;
  width: 50%;
}

.c__img-box .divide-img__wrap .divide-img__under .divide-img__right {
  float: right;
  width: 50%;
}

.c__img-box .divide-img__wrap .divide-img__left {
  float: left;
  width: 50%;
}

.c__img-box .divide-img__wrap .divide-img__left .divide-img__item {
  width: 100%;
}

.c__img-box .divide-img__wrap .divide-img__left .divide-img__upper {
  overflow: hidden;
  height: 50%;
}

.c__img-box .divide-img__wrap .divide-img__left .divide-img__under {
  overflow: hidden;
  height: 50%;
}

.c__img-box .divide-img__wrap .divide-img__right {
  float: right;
  width: 50%;
}

.c__img-box .divide-img__wrap .divide-img__right .divide-img__item {
  width: 100%;
}

.c__img-box .divide-img__wrap .divide-img__right .divide-img__upper {
  overflow: hidden;
  height: 50%;
}

.c__img-box .divide-img__wrap .divide-img__right .divide-img__under {
  overflow: hidden;
  height: 50%;
}

/*prts_03 ピックアップ*/
/*テキストなど、周辺のコンテンツのスタイル*/
.c__pickup-title {
  display: table-cell;
  padding-bottom: 20px;
}

.c__pickup-title .cmp__column-area {
  font-weight: 300;
  line-height: 1.4;
  font-size: 75%;
  color: #777777;
}

.c__pickup-title .cmp__column-title {
  font-weight: 500;
  line-height: 1.4;
  font-size: 113%;
}

.cmp__img-item img {
  width: 100%;
}

.cmp__img-caption {
  font-weight: 200;
  line-height: 1.4;
  font-size: 88%;
  background: #f3f3f3;
  padding-bottom: 10px;
}

.cmp__img-caption .cmp__txt-link {
  margin-bottom: 0;
  text-decoration: underline;
  font-size: 100%;
}

.cmp__img-caption a:hover {
  text-decoration: none;
}

.cmp__kiji-img-caption {
  font-weight: 200;
  line-height: 1.4;
  font-size: 88%;
  background: #f3f3f3;
  padding-bottom: 10px;
}

.cmp__kiji-img-caption a {
  text-decoration: underline;
}

.cmp__article-box-title {
  font-weight: 500;
  line-height: 1.4;
  font-size: 113%;
}

.cmp__article-box-title a {
  text-decoration: underline;
}

.cmp__article-box-title a:hover {
  text-decoration: none;
}

.cmp__article-box-txt {
  font-weight: 200;
  line-height: 1.4;
  font-size: 100%;
}

.cmp__article-box-txt .cmp__txt-link {
  margin-bottom: 0;
  text-decoration: underline;
  font-size: 100%;
}

.cmp__article-box-txt a:hover {
  text-decoration: none;
}

.cmp__credit {
  font-weight: 200;
  line-height: 1.4;
  font-size: 88%;
  text-align: right;
  padding: 10px 10px 0;
}

.cmp__credit a {
  text-decoration: underline;
}

.cmp__credit .cmp__txt-link {
  font-size: 100%;
}

.cmp__update {
  font-weight: 200;
  line-height: 1.4;
  font-size: 88%;
  color: #777777;
  text-align: right;
  padding: 5px 10px 0;
}

.cmp__article-box-caution {
  /*パーツの種類によって、クラスとして付加するとデフォルトをハックする形になってしまうが、スタイルが変わる*/
  font-weight: 200;
  line-height: 1.4;
  font-size: 88%;
  padding: 10px;
  background-color: #f3f3f3;
}

.cmp__article-box-data {
  font-weight: 300;
  line-height: 1.4;
  font-size: 75%;
  margin-top: 5px;
  padding: 5px;
  border: #777777 solid 1px;
  color: #777777;
  display: block;
}

.c__btn-area {
  margin: 20px 0 20px 0;
}

.c__btn-style-box {
  display: table;
  width: 99%;
  margin: 0 auto;
}

.c__btn-style-box.present-btn {
  width: 70%;
  margin: 0 auto;
}

.c__btn-style-box.present-btn.btn-r {
  float: right;
}

@media (max-width: 767px) {
  .c__btn-style-box.present-btn.btn-r {
    float: none;
    text-align: center;
  }
}

.c__btn-style-box.kiji-btn {
  width: 70%;
  margin: 0 auto;
}

.c__btn-style-box.kiji-btn.btn-r {
  float: right;
}

@media (max-width: 767px) {
  .c__btn-style-box.kiji-btn.btn-r {
    float: none;
    text-align: center;
  }
}

.c__btn-style-box a {
  display: inline-block;
  text-align: center;
  border-radius: 6px;
  padding: 10px;
  font-size: 100%;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 46px;
}

.c__btn-style-box a.cmp__btn-white {
  border: #777777 solid 1px;
}

.c__btn-style-box a.cmp__btn-pink {
  background: #fb9bad;
  border: #fb9bad solid 1px;
  color: #ffffff;
}

.c__btn-style-box a.txt-r {
  text-align: right;
}

.c__btn-style-box a:hover {
  text-decoration: none;
}

.c__layout-table-btn {
  width: 100%;
  display: table;
  table-layout: fixed;
}

.c__layout-table-btn .cmm__table-cell {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}

.c__layout-table-btn .cmm__table-cell .c__btn-balancer {
  display: block;
  margin: 0 5px;
}

@media (max-width: 767px) {
  .c__layout-table-btn .cmm__table-cell.c__txt-box {
    display: block;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .c__layout-table-btn.btn-l5-inner .cmm__table-cell {
    letter-spacing: normal;
    display: inline-block;
    width: 33.33%;
    margin-bottom: 10px;
  }
}

.c__layout-table-btn.btn-l4-inner .cmm__table-cell {
  width: 80%;
}

@media (max-width: 767px) {
  .c__layout-table-btn.btn-l4-inner .cmm__table-cell {
    letter-spacing: normal;
    display: inline-block;
    width: 50%;
    margin-bottom: 10px;
  }
}

/*prts_04 ランキング*/
.cmp__ranking-icon {
  display: table-cell;
  vertical-align: middle;
  margin: 0 10px 0 0;
  float: left;
}

.cmp__ranking-icon .c__icon-data {
  font-family: "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
  font-size: 88%;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding-top: 12px;
  /* 真ん中にまで文字を下ろす */
  text-align: center;
  /* 中央寄せ */
  color: #ffffff;
  /* 文字を白色に */
  margin-bottom: 10px;
}

.cmp__ranking-icon .c__icon-data span {
  font-size: 188%;
}

.cmp__ranking-icon .c__icon-data.c__rank1 {
  background: #e5b804;
}

.cmp__ranking-icon .c__icon-data.c__rank2 {
  background: #aba8a4;
}

.cmp__ranking-icon .c__icon-data.c__rank3 {
  background: #d29366;
}

.cmp__ranking-icon .c__icon-data.c__rank-o {
  background: #e8e8e8;
  color: #383838;
}

/*prts_05 小さいランキング*/
@media (max-width: 767px) {
  .cmsi__ranking-s {
    border-bottom: #d4d4d4 1px solid;
    padding: 10px 0;
    margin: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .cmsi__ranking-s .cmp__img-ranking-s {
    display: table-cell;
    vertical-align: middle;
    padding-right: 5px;
    width: 125px;
  }
}

.cmsi__ranking-s .cmp__img-ranking-s img {
  width: 100%;
}

@media (max-width: 767px) {
  .cmsi__ranking-s .cmp__img-ranking-s img {
    width: 120px;
  }
}

@media (max-width: 767px) {
  .cmsi__ranking-s .c__txt-ranking-s {
    position: relative;
    display: table-cell;
    width: 100%;
    vertical-align: middle;
  }
}

.cmsi__ranking-s .cmp__ranking-icon {
  margin: 10px 0 0 0;
}

@media (max-width: 767px) {
  .cmsi__ranking-s .cmp__ranking-icon {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.cmsi__ranking-s .cmp__ranking-icon .c__icon-data {
  padding-top: 5px;
  /* 真ん中にまで文字を下ろす */
  width: 30px;
  height: 30px;
  font-size: 75%;
  vertical-align: 0;
}

.cmsi__ranking-s .c__ranking-s-txt {
  float: right;
  width: 82%;
  margin-top: 5px;
}

@media (max-width: 767px) {
  .cmsi__ranking-s .c__ranking-s-txt {
    margin-top: 0;
    width: 100% !important;
    display: table-cell;
    vertical-align: middle;
    padding-left: 40px;
  }
}

.cmsi__ranking-s .cmp__ranking-title {
  font-weight: 200;
  line-height: 1.4;
  font-size: 88%;
}

@media (max-width: 767px) {
  .cmsi__ranking-s .cmp__ranking-title {
    padding-right: 15px;
  }
}

.cmsi__ranking-s .cmp__column-area {
  font-weight: 300;
  line-height: 1.4;
  font-size: 75%;
  color: #777777;
  min-height: 3em;
}

@media (max-width: 767px) {
  .cmsi__ranking-s .cmp__column-area {
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  a .c__txt-ranking-s::after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    right: 10px;
    width: 6px;
    height: 6px;
    margin: -2px 0 0;
    border-bottom: 2px solid #777777;
    border-right: 2px solid #777777;
    -webkit-transform: translate(0, 0) rotate(-45deg);
    transform: translate(0px, 0px) rotate(-45deg);
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  a .c__txt-ranking-s::after {
    right: 6px;
  }
}

/*prts_07 プレゼント一覧*/
.cmp__txt-credit {
  font-weight: 200;
  line-height: 1.4;
  font-size: 88%;
  text-align: right;
  margin-bottom: 5px;
}

.cmp__txt-credit a {
  text-decoration: underline;
}

.cmp__txt-credit a:hover {
  text-decoration: none;
}

/*prts_08 規約*/
.cmp__agreement-txt {
  font-weight: 200;
  line-height: 1.4;
  font-size: 100%;
  height: 200px;
  padding: 10px;
  border: #d4d4d4 1px solid;
  overflow-y: auto;
}

.cmp__agreement-txt::-webkit-scrollbar {
  width: 10px;
  background: #e8e8e8;
}

.cmp__agreement-txt::-webkit-scrollbar-thumb {
  background: #777777;
}

.cmp__agreement-checktxt {
  font-weight: 200;
  line-height: 1.4;
  font-size: 100%;
  display: block;
  text-align: center;
}

.agreement-checkbox .cmp__btn {
  font-weight: 200;
  line-height: 1.4;
  font-size: 100%;
  display: block;
  text-align: center;
  margin: 0 auto;
  width: 50%;
}

@media (max-width: 767px) {
  .agreement-checkbox .cmp__btn {
    width: 100%;
  }
}

.agreement-checkbox .cmp__btn input[type="button"] {
  display: inline-block;
  text-align: center;
  border-radius: 6px;
  padding: 10px;
  font-size: 100%;
  width: 100%;
  height: 46px;
  background: #fb9bad;
  border: #fb9bad solid 1px;
  color: #ffffff;
  -webkit-appearance: none;
}

.agreement-checkbox .cmp__btn input[type="button"]:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* Ie用 */
  text-decoration: underline;
  color: #ffffff;
  cursor: pointer;
}

.agreement-checkbox .cmp__btn input[type="button"][disabled] {
  opacity: 1;
  filter: alpha(opacity=100);
  /* Ie用 */
  text-decoration: none;
  background-color: #e8e8e8;
  border: #e8e8e8 solid 1px;
  cursor: default;
}

/*　↓　prts_09,10,18,19 共通*/
.p__list-container {
  margin: 20px 0;
  background: #ffffff;
  border-top: #d4d4d4 1px solid;
  border-left: #d4d4d4 1px solid;
}

@media (max-width: 767px) {
  .p__list-container {
    margin-top: 0;
    border-top: none;
    border-left: none;
  }
}

.cmp__column-category {
  font-weight: 300;
  line-height: 1.4;
  font-size: 75%;
  color: #777777;
  display: inline-block;
  width: 100%;
}

.cmp__listtxt-txt {
  font-weight: 200;
  line-height: 1.4;
  font-size: 100%;
}

/*　↑　prts_09,10,18,19 共通*/
/*prts_09 新着*/
.cmsi__newarrivals {
  font-weight: 200;
  line-height: 1.4;
  font-size: 100%;
  border-right: #d4d4d4 1px solid;
  border-bottom: #d4d4d4 1px solid;
  padding: 10px 0 10px 10px;
}

@media (max-width: 767px) {
  .cmsi__newarrivals {
    border-right: none;
    padding-right: 15px;
  }
}

.cmsi__newarrivals a {
  display: block;
  position: relative;
  text-decoration: underline;
  /* &::after{
  @include arrow-right-gray;
  } */
}

.cmsi__newarrivals a:hover {
  text-decoration: none;
}

.cmsi__newarrivals .cmp__newarrivals-date {
  float: left;
  color: #777777;
}

.cmsi__newarrivals .cmp__newarrivals-txt {
  overflow: hidden;
}

.cmsi__newarrivals .cmp__newarrivals-icon {
  display: inline-block;
  margin-left: 5px;
  padding: 2px 5px;
  color: #ffffff;
  background-color: #fb9bad;
  font-size: 69%;
}

/*prts_10 リスト共通*/
.p__list-container .cmm__layout-table {
  margin: 0;
  padding: 0;
}

.p__list-container .cmm__table-cell {
  border-right: #d4d4d4 1px solid;
  border-bottom: #d4d4d4 1px solid;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .p__list-container .cmm__table-cell {
    display: block;
    border-right: none;
  }
}

/*prts_10 画像あり×PC縦並び */
.cmsi__listtxt-img.c__list-arrow a {
  display: block;
  position: relative;
}

.cmsi__listtxt-img.c__list-arrow a::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 10px;
  width: 6px;
  height: 6px;
  margin: -2px 0 0;
  border-bottom: 2px solid #777777;
  border-right: 2px solid #777777;
  -webkit-transform: translate(0, 0) rotate(-45deg);
  transform: translate(0px, 0px) rotate(-45deg);
}

@media (max-width: 767px) {
  .cmsi__listtxt-img.c__list-arrow a::before {
    right: 6px;
  }
}

.cmsi__listtxt-img.c__list-arrow .clearfix {
  padding: 10px 30px 10px 10px;
}

@media (max-width: 767px) {
  .cmsi__listtxt-img.c__list-arrow .clearfix {
    padding: 10px 15px 10px 5px;
  }
}

/*prts_10 画像なし */
.cmsi__listtxt-noimg > a {
  display: block;
  position: relative;
  padding: 10px 30px 10px 10px;
}

@media (max-width: 767px) {
  .cmsi__listtxt-noimg > a {
    padding-right: 15px;
    padding-left: 5px;
  }
}

.cmsi__listtxt-noimg > a::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 10px;
  width: 6px;
  height: 6px;
  margin: -2px 0 0;
  border-bottom: 2px solid #777777;
  border-right: 2px solid #777777;
  -webkit-transform: translate(0, 0) rotate(-45deg);
  transform: translate(0px, 0px) rotate(-45deg);
}

@media (max-width: 767px) {
  .cmsi__listtxt-noimg > a::before {
    right: 6px;
  }
}

.cmsi__listtxt-noimg > .cmp__column-category {
  padding: 10px 10px 5px 10px;
}

@media (max-width: 767px) {
  .cmsi__listtxt-noimg > .cmp__column-category {
    padding: 10px 5px 5px 5px;
  }
}

.cmsi__listtxt-noimg > .cmp__column-category + .cmp__listtxt-txt {
  padding: 0 10px 10px 10px;
}

@media (max-width: 767px) {
  .cmsi__listtxt-noimg > .cmp__column-category + .cmp__listtxt-txt {
    padding: 0 5px 10px 5px;
  }
}

.cmsi__listtxt-noimg > .cmp__listtxt-txt {
  padding: 10px;
}

@media (max-width: 767px) {
  .cmsi__listtxt-noimg > .cmp__listtxt-txt {
    padding: 10px 5px;
  }
}

/*prts_10 画像あり×PC横3カラム*/
.list-sideContainer {
  margin: 20px 0;
}

@media (max-width: 767px) {
  .list-sideContainer {
    margin-top: 0;
  }
}

.list-sideContainer .cmm__layout-table {
  margin: 0;
  padding: 0;
}

.cmsi__listtxt-side .cmp__listtxt-ph {
  margin-bottom: 5px;
}

.cmsi__listtxt-side .cmp__listtxt-ph img {
  width: 100%;
}

@media (max-width: 767px) {
  .cmsi__listtxt-side {
    border-bottom: #d4d4d4 1px solid;
  }
  .cmsi__listtxt-side a {
    display: block;
    position: relative;
  }
  .cmsi__listtxt-side .clearfix {
    padding: 10px 5px;
  }
  .cmsi__listtxt-side .cmp__listtxt-ph {
    margin-bottom: 0;
  }
  .cmsi__listtxt-side .cmp__listtxt-ph img {
    float: left;
    width: 35%;
    margin-right: 5px;
  }
  .cmsi__listtxt-side .c__txt-box {
    overflow: hidden;
  }
}

/*prts_10 画像あり*/
.cmsi__listtxt-img .clearfix {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 10px;
}

@media (max-width: 767px) {
  .cmsi__listtxt-img .clearfix {
    padding: 10px 5px;
  }
}

.cmsi__listtxt-img a {
  display: block;
  position: relative;
}

.cmsi__listtxt-img .cmp__listtxt-ph img {
  float: left;
  width: 160px;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .cmsi__listtxt-img .cmp__listtxt-ph img {
    width: 35%;
    margin-right: 5px;
  }
}

.cmsi__listtxt-img .c__txt-box {
  overflow: hidden;
}

/*prts_11 ボタン・リンク*/
.btn-box {
  margin: 20px auto;
}

.btn-box .cmsi__btn-contetent .c__btn-balancer {
  display: block;
  margin: 0 5px;
}

.btn-l1 {
  margin: 0 auto;
  width: 40%;
}

@media (max-width: 767px) {
  .btn-l1 {
    width: 75%;
  }
}

.btn-l1.btn-r {
  float: right;
}

@media (max-width: 767px) {
  .btn-l1.btn-r {
    padding-right: 12px;
  }
}

.btn-l1 .btn-sub {
  margin: 10px auto 0 auto;
  width: 70%;
  font-weight: 300;
  line-height: 1.4;
  font-size: 75%;
}

.btn-l1 .btn-sub .cmp__btn-white {
  height: 30px;
  padding: 5px;
}

.btn-l2 {
  margin: 0 auto;
  width: 70%;
}

@media (max-width: 767px) {
  .btn-l2 {
    width: 96%;
  }
}

.btn-l3 {
  margin: 0 auto;
  width: 76%;
}

@media (max-width: 767px) {
  .btn-l3 {
    width: 96%;
  }
}

.btn-l4 {
  margin: 0 auto;
  width: 100%;
}

@media (max-width: 767px) {
  .btn-l4 {
    width: 96%;
    font-weight: 200;
    line-height: 1.4;
    font-size: 88%;
  }
}

.btn-l5 {
  margin: 0 auto;
  width: 100%;
}

@media (max-width: 767px) {
  .btn-l5 {
    width: 96%;
    font-weight: 300;
    line-height: 1.4;
    font-size: 75%;
  }
}

.cmp__txt-link {
  font-weight: 200;
  line-height: 1.4;
  font-size: 88%;
  margin-bottom: 10px;
  font-size: 100%;
}

.cmp__txt-link a {
  text-decoration: underline;
}

.cmp__txt-link a:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  .cmp__txt-link {
    margin-bottom: 20px;
  }
}

/*prts_11-2 パネルリンク*/
.p__panel-link {
  padding: 0 5px;
  margin: 20px auto;
}

.p__panel-link .cmsi__panel-link {
  background: #e8e8e8;
  border-radius: 10px;
  text-align: center;
}

.p__panel-link .c__btn-balancer {
  display: block;
  margin: 0 5px;
}

.p__panel-link .p__panel-layout {
  width: 50%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .p__panel-link .p__panel-layout {
    width: 96%;
  }
}

.p__panel-link .cmp__listtxt-title {
  padding: 10px 0;
  font-weight: 200;
  line-height: 1.4;
  font-size: 100%;
}

.p__panel-link .cmp__listtxt-txt {
  font-weight: 200;
  line-height: 1.4;
  font-size: 100%;
  vertical-align: middle;
  text-align: center;
  padding: 5px 10px;
}

.p__panel-link .cmp__listtxt-ph img {
  vertical-align: top;
  width: 100%;
}

.panel-l1 .cmm__table-cell {
  vertical-align: top;
}

.panel-l1 .cmm__table-cell .cmp__listtxt-ph img {
  border-radius: 10px 0 0 10px;
}

.panel-l1 .cmm__table-cell .cmp__listtxt-title {
  text-align: left;
  padding: 10px 0 0 10px;
}

.panel-l1 .cmm__table-cell .cmp__listtxt-txt {
  text-align: left;
}

/*prts_12 バナー*/
.cmp__banner-item {
  text-align: center;
  margin: 10px;
}

@media (max-width: 767px) {
  .cmp__banner-item img {
    width: 100%;
  }
}

/*prts_15 テキスト*/
.cmp__txt-title {
  margin: 10px;
  font-weight: 500;
  line-height: 1.4;
  font-size: 113%;
}

.cmp__txt-txt {
  margin: 10px;
  font-weight: 200;
  line-height: 1.4;
  font-size: 100%;
}

.cmp__txt-txt .cmp__txt-link {
  font-weight: 200;
  line-height: 1.4;
  font-size: 100%;
  margin-bottom: 0;
  text-decoration: underline;
}

.cmp__txt-txt a:hover {
  text-decoration: none;
}

/*prts_16 SNSパーツ*/
.prts__sns16-1 .cmm__layout-table {
  overflow: hidden;
}

.prts__sns16-1 .cmsi__sns-btns {
  float: right;
}

.prts__sns16-1 .fa {
  font-size: 219%;
  font-family: "FontAwesome" !important;
  font-weight: 400 !important;
}

.prts__sns16-2 .fa {
  font-size: 313%;
}

.fa-facebook-square {
  color: #627aad;
}

.fa-twitter {
  color: #55ACEE;
}

.cmp__sns-btns, .cmsi__sns-btns {
  display: table;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cmp__sns-btns li, .cmsi__sns-btns li {
  display: table-cell;
  padding-left: 10px;
}

.cmp__sns-btns li:last-child, .cmsi__sns-btns li:last-child {
  padding-top: 5px;
  vertical-align: top;
}

.cmsi__sns-btns-bottom {
  text-align: center;
}

.cmp__sns-btns {
  display: inline-block;
}

.cmp__sns-btns li {
  display: inline-block;
}

.cmp__sns-btns li:first-child {
  padding-left: 0;
}

.cmsi__facebook-like-banner {
  display: table;
  width: 100%;
  max-width: 410px;
  margin-right: auto;
  margin-left: auto;
  background: #383838;
  border: 1px solid #383838;
}

.cmsi__facebook-like-banner .cmp__facebook-like-banner-image {
  display: table-cell;
  width: 145px;
  height: 91px;
}

@media (max-width: 767px) {
  .cmsi__facebook-like-banner .cmp__facebook-like-banner-image {
    width: 100%;
  }
}

.cmsi__facebook-like-banner .cmp__facebook-like-banner-text {
  display: table-cell;
  width: 265px;
  padding: 20px 10px;
  font-size: 82%;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .cmsi__facebook-like-banner .cmp__facebook-like-banner-text {
    width: 60%;
  }
}

.cmsi__facebook-like-banner .cmp__facebook-like-banner-text p {
  padding-bottom: 15px;
}

.fb-like iframe {
  z-index: 9999;
}

@media (max-width: 767px) {
  .fb-like iframe {
    z-index: 1;
  }
}

/*prts_17 コメント*/
/* keyframes */
@-webkit-keyframes fillFlash {
  0% {
    fill-opacity: 0.5;
  }
  50% {
    fill-opacity: 1.0;
  }
  100% {
    fill-opacity: 0.5;
  }
}
@keyframes fillFlash {
  0% {
    fill-opacity: 0.5;
  }
  50% {
    fill-opacity: 1.0;
  }
  100% {
    fill-opacity: 0.5;
  }
}

/* styles */
.p-comments_17__header {
  margin: 0 0 1px 0;
  background-color: #e4e5e9;
}

.p-comments_17__header .p-comments_17__header-text {
  position: relative;
  padding: 14px 14px 14px 10px;
  -webkit-perspective: 500px;
          perspective: 500px;
}

.p-comments_17__header .p-comments_17__header-text .p-comments_17__header-text__text {
  display: inline-block;
  font-weight: bold;
  font-family: "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
  padding: 0 0 0 42px;
}

@media (max-width: 767px) {
  .p-comments_17__header .p-comments_17__header-text .p-comments_17__header-text__text {
    padding: 0 0 0 28px;
  }
}

.p-comments_17__header .p-comments_17__header-text .fa {
  position: absolute;
  top: 4px;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  font-size: 200%;
  font-family: "FontAwesome" !important;
  font-weight: 400 !important;
}

.p-comments_17__header .p-comments_17__header-text .fa.fa-comment-o {
  z-index: 3;
  color: #777777;
}

.p-comments_17__header .p-comments_17__header-text .fa.fa-commenting-o {
  z-index: 3;
  color: #777777;
}

.p-comments_17__header .p-comments_17__header-text .fa.fa-comment {
  z-index: 1;
  color: #ffffff;
}

@media (max-width: 767px) {
  .p-comments_17__header .p-comments_17__header-text .fa {
    top: 10px;
    font-size: 150%;
  }
}

.p-comments_17__header .p-comments_17__header-text .p-comments_17__header-link {
  position: absolute;
  right: 10px;
}

.p-comments_17__header .p-comments_17__header-text .p-comments_17__header-link .p-comments_17__header-link__text {
  font-size: 88%;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .p-comments_17__header .p-comments_17__header-text .p-comments_17__header-link .p-comments_17__header-link__text {
    text-decoration: none;
    padding: 4px 7px;
    background-color: #ffffff;
    border: #777777 solid 1px;
    border-radius: 4px;
    font-size: 75%;
  }
}

.p-comments_17__form {
  background-color: #feeef1;
}

.p-comments_17__form .p-comments_17__form-textarea {
  width: 100%;
}

.p-comments_17__form .p-comments_17__form-textarea .p-comments_17__form-textarea__container {
  float: left;
  position: relative;
  padding: 18px 14px 18px 14px;
  width: 50%;
}

@media (max-width: 767px) {
  .p-comments_17__form .p-comments_17__form-textarea .p-comments_17__form-textarea__container {
    float: none;
    width: 100%;
    padding: 18px 10px 14px 10px;
  }
}

.p-comments_17__form .p-comments_17__form-textarea .p-comments_17__form-textarea__container textarea {
  overflow: auto;
  resize: vertical;
  font-size: 100%;
  width: 100%;
  height: 100px;
  padding: 4px 6px;
  border-radius: 6px;
  border: #777777 solid 1px;
}

.p-comments_17__form .p-comments_17__form-textarea .p-comments_17__form-textarea__container textarea:-moz-read-only {
  background: #e5e5e5;
}

.p-comments_17__form .p-comments_17__form-textarea .p-comments_17__form-textarea__container textarea:read-only {
  background: #e5e5e5;
}

.p-comments_17__form .p-comments_17__form-textarea .p-comments_17__form-textarea__container .p-comments_17__form-counter {
  position: absolute;
  z-index: 5;
  right: 24px;
  bottom: 28px;
  color: #777777;
}

.p-comments_17__form .p-comments_17__form-textarea .p-comments_17__form-submit {
  position: relative;
  float: left;
  width: 50%;
  height: 102px;
  padding: 0 0 0 6px;
  margin: 14px 0 14px 0;
}

@media (max-width: 767px) {
  .p-comments_17__form .p-comments_17__form-textarea .p-comments_17__form-submit {
    position: inherit;
    float: none;
    text-align: right;
    width: 100%;
    height: auto;
    padding: 0 10px;
    margin: 0 0 14px 0;
  }
}

.p-comments_17__form .p-comments_17__form-textarea .p-comments_17__form-submit .p-comments_17__form-submit-btn {
  position: absolute;
  bottom: 0;
  color: #ffffff;
  font-size: 113%;
  padding: 8px 54px;
  background-color: #383838;
  border: #383838 solid 1px;
  border-radius: 6px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .p-comments_17__form .p-comments_17__form-textarea .p-comments_17__form-submit .p-comments_17__form-submit-btn {
    position: inherit;
  }
}

.p-comments_17__comment-point p {
  margin-top: 20px;
  line-height: 1.2em;
  color: #fa768e;
  text-align: center;
}

.p-comments_17__comment-point p span {
  font-size: 12px;
}

.p-comments_17__comments .p-comments_17__comments-list .p-comments_17__comment-box {
  border-bottom: #777777 dashed 1px;
}

.p-comments_17__comments .p-comments_17__comments-list .p-comments_17__comment-box .p-comments_17__comment-label {
  display: inline-block;
  background: #fb9bad;
  margin: 14px 0 0 14px;
  padding: 5px 10px;
  border-radius: 4px;
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .p-comments_17__comments .p-comments_17__comments-list .p-comments_17__comment-box .p-comments_17__comment-label {
    margin: 10px 0 0;
    border-radius: 0 4px 4px 0 / 0 4px 4px 0;
  }
}

.p-comments_17__comments .p-comments_17__comments-list .p-comments_17__comment-box .p-comments_17__comment-head {
  padding: 8px 14px 16px 14px;
  -webkit-perspective: 500px;
          perspective: 500px;
  text-align: right;
}

.p-comments_17__comments .p-comments_17__comments-list .p-comments_17__comment-box .p-comments_17__comment-head .p-comments_17__comment-ozname {
  line-height: 1.4em;
  color: #383838;
  padding: 0 6px 0 0;
  font-size: 14px;
}

.p-comments_17__comments .p-comments_17__comments-list .p-comments_17__comment-box .p-comments_17__comment-head .p-comments_17__comment-ozname::before {
  content: "";
  display: inline-block;
  padding: 0 6px 0 0;
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
  /* sp-prtsから削除 */
  width: 14px;
  height: 16px;
  background: url("../images/ico_comment_person.svg") no-repeat center center/contain;
  position: relative;
  bottom: -3px;
}

.p-comments_17__comments .p-comments_17__comments-list .p-comments_17__comment-box .p-comments_17__comment-head .p-comments_17__comment-date {
  line-height: 1.4em;
  color: #777777;
  font-size: 12px;
}

.p-comments_17__comments .p-comments_17__comments-list .p-comments_17__comment-box .p-comments_17__comment-text {
  color: #383838;
  line-height: 1.4em;
  padding: 14px 14px 0;
  border: none;
  font-size: 14px;
}

@media (max-width: 767px) {
  .p-comments_17__comments .p-comments_17__comments-list .p-comments_17__comment-box .p-comments_17__comment-text {
    border: none;
    line-height: 1.5em;
  }
}

.p-comments_17__comments .commentBtnbox {
  display: table;
  margin: 0 auto;
  padding: 30px 0 100px;
}

.p-comments_17__comments .commentBtnbox .p-comments_17__more {
  display: table-cell;
}

.p-comments_17__comments .commentBtnbox .p-comments_17__more .p-comments_17__more-btn {
  position: relative;
  display: inline-block;
  padding: 12px 62px;
  border: #777777 solid 1px;
  border-radius: 4px;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .p-comments_17__comments .commentBtnbox .p-comments_17__more .p-comments_17__more-btn {
    padding: 12px 30px;
  }
}

.p-comments_17__comments .commentBtnbox .p-comments_17__more .p-comments_17__more-btn::after {
  position: absolute;
  z-index: 3;
  font-family: 'FontAwesome';
  display: inline-block;
  content: '\f107';
  font-size: 113%;
  right: 14px;
  top: 28%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.p-comments_17__comments .commentBtnbox .p-comments_17__more .p-comments_17__more-btn:hover::after {
  top: 36%;
}

.p-comments_17__comments .commentBtnbox .p-comments_17__report {
  display: table-cell;
}

.p-comments_17__comments .commentBtnbox .p-comments_17__report .p-comments_17__reportLink {
  display: inline-block;
  font-size: 12px;
  margin: 15px 0 15px 10px;
  border-bottom: 1px solid #383838;
  padding-bottom: 5px;
}

.p-comments_17__comments .p-comments_17__loader {
  display: none;
  text-align: center;
}

.p-comments_17__comments .p-comments_17__loader.show {
  display: block;
}

.p-comments_17__comments .p-comments_17__loader svg {
  width: 40px;
  fill: #fb9bad;
}

.p-comments_17__comments .p-comments_17__loader svg path.frist-heart {
  -webkit-animation: fillFlash 1.4s linear 0s infinite;
          animation: fillFlash 1.4s linear 0s infinite;
}

.p-comments_17__comments .p-comments_17__loader svg path.second-heart {
  -webkit-animation: fillFlash 1.4s linear 0.7s infinite;
          animation: fillFlash 1.4s linear 0.7s infinite;
}

/* SPN記事下部のコメントページ遷移ボタン*/
.p__userCommentBox a {
  display: table;
  width: 100%;
  height: 55px;
  position: fixed;
  bottom: 0;
  background: #fff;
  -webkit-box-shadow: 0 0 7px #666;
          box-shadow: 0 0 7px #666;
  z-index: 1000;
}

.p__userCommentBox .cmsi__CmntTitWrap {
  display: table-cell;
  padding: 10px 0px 5px 10px;
}

.p__userCommentBox .cmsi__CmntTitWrap .cmp__CmntTit {
  height: 35px;
  padding-left: 10px;
  border: 1px solid #aaaaaa;
  border-radius: 4px;
  color: #666666;
  font-size: 11px;
  font-weight: normal;
  line-height: 35px;
}

.p__userCommentBox .cmsi__CmntComNum {
  display: table-cell;
  width: 85px;
  vertical-align: middle;
  text-align: center;
}

.p__userCommentBox .cmsi__CmntComNum .cmp__CmntNumBalloon {
  display: inline-block;
  width: 40px;
  height: 24px;
  background: #fff url(/Content/images/balloon_bg.png) center top no-repeat;
  background-size: 40px auto;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 19px;
}

.p__userCommentBox .cmsi__CmntComNum .cmp__CmntNumTxt {
  font-size: 8px;
  font-weight: bold;
  text-align: center;
}

/* SPN遷移ページstyle */
.expCmntListHeader {
  position: fixed;
  top: 0;
  width: 100%;
  height: 80px;
  background: #fff;
  -webkit-box-shadow: 0 0 7px #666;
          box-shadow: 0 0 7px #666;
  z-index: 20;
}

.expCmntListHeader a:hover {
  text-decoration: none;
}

.expCmntListHeader a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -5px;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto 15px;
  border-top: 2px solid #fa768e;
  border-right: 2px solid #fa768e;
  -webkit-transform: rotate(225deg);
}

.expCmntListHeader .expCmntOriginalArticleLink {
  display: block;
  width: 100%;
  height: 80px;
  background-size: 20px auto;
  line-height: 1.2em;
}

.expCmntListHeader .expCmntOriginalArticle {
  display: table;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 80px;
  padding: 0 10px 0 25px;
}

.expCmntListHeader .expCmntOriginalArticle .expCmntOriginalArticleImg {
  display: table-cell;
  width: 100px;
  vertical-align: middle;
}

.expCmntListHeader .expCmntOriginalArticle .expCmntOriginalArticleImg img {
  display: block;
  float: left;
  width: 90px;
  height: auto;
}

.expCmntListHeader .expCmntOriginalArticle .expCmntOriginalArticleTxt {
  display: table-cell;
  font-size: 12px;
  vertical-align: middle;
  font-weight: normal;
}

.commentArea .p-comments_17__header {
  padding-top: 82px;
}

.commentArea .p-comments_17__comments .p-comments_17__more {
  margin-bottom: 40px;
}

.expCmntFormWrap {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 80px;
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 7px #666;
          box-shadow: 0 0 7px #666;
  background: #fff;
  z-index: 10;
}

.expCmntFormWrap .expCmntForm {
  display: table;
  width: 100%;
  height: 60px;
}

.expCmntFormWrap .expCmntForm .expCmntFormTxtWrap {
  display: table-cell;
  position: relative;
}

.expCmntFormWrap .expCmntForm .expCmntFormTxtWrap .expCmntFormTxt {
  width: 100%;
  height: 60px;
  padding: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #aaaaaa;
  border-radius: 4px;
  line-height: 1.3;
  font-size: 12px;
  font-weight: normal;
}

.expCmntFormWrap .expCmntForm .expCmntFormTxtWrap .expCmntFormCount {
  color: #a8a2a2;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.expCmntFormWrap .expCmntForm .expCmntFormBtnWrap {
  display: table-cell;
  width: 60px;
  padding: 5px 0;
  vertical-align: bottom;
  text-align: right;
}

.expCmntFormWrap .expCmntForm .expCmntFormBtnWrap .expCmntFormBtn {
  display: inline-block;
  width: 50px;
  height: 30px;
  border-radius: 4px;
  background: #fa768e;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
}

.expCmntFormLogin {
  display: block;
  width: 100%;
  height: 60px;
  padding: 5px 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #aaaaaa;
  border-radius: 4px;
  line-height: 1.4;
  background: #f0f0f0;
  text-decoration: none;
  color: #aaa !important;
  font-size: 13px;
  font-weight: normal;
}

.expCmntFormCountLogin {
  display: block;
  color: #a8a2a2;
  position: absolute;
  bottom: 10px;
  right: 80px;
}

/* ==================================================
form validation
================================================== */
.errorbox {
  border: 1px solid #c32323;
  color: #c32323;
  background-color: #fadfdf;
  font-size: 12px;
  font-weight: bold;
  padding: 20px;
  margin-top: 20px;
}

.errorbox p::before {
  font-family: 'FontAwesome';
  display: inline-block;
  content: "\f071";
  padding: 0 4px 0 0;
}

.validation__textarea.error {
  background-color: #fbdee0;
}

.validation__input.error {
  background-color: #fbdee0;
}

.val-errors .val-error__item {
  display: none;
  color: #dc143c;
  padding: 4px;
}

.val-errors .val-error__item::before {
  font-family: 'FontAwesome';
  display: inline-block;
  content: "\f071";
  padding: 0 4px 0 0;
}

.val-errors .val-error__item.error {
  display: block;
}

.val-counter .val-count.error {
  color: #dc143c;
  font-weight: bold;
}

/*prts_18 関連リンク（テキスト）はprts_10と同じ記述*/
/*prts_19 関連リンク（画像）はprts_10と同じ記述*/
/*prts_20 関連施設*/
.bx-viewport {
  overflow: visible !important;
  width: 1080px !important;
}

.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(/content/images/bx_loader.gif) center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

.bx-wrapper .bx-prev {
  background: #383838;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  display: block;
  padding: 10px;
  left: 10px;
}

.bx-wrapper .bx-next {
  background: #383838;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  display: block;
  padding: 10px;
  right: 10px;
}

.bx-wrapper .bx-prev:before {
  content: '';
  height: 10px;
  width: 10px;
  display: block;
  border: 3px solid #ffffff;
  border-left-width: 0;
  border-top-width: 0;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  position: absolute;
  top: 8px;
  left: 10px;
}

.bx-wrapper .bx-next:before {
  content: '';
  height: 10px;
  width: 10px;
  display: block;
  border: 3px solid #ffffff;
  border-left-width: 0;
  border-top-width: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  position: absolute;
  top: 8px;
  right: 10px;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 40%;
  right: 5px;
  outline: 0;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  z-index: 9999;
  cursor: pointer;
  filter: alpha(opacity=80);
  opacity: 0.8;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

.p__shoplist {
  overflow: hidden;
  position: relative;
  height: auto;
  margin-top: 10px;
}

.p__shoplist img {
  width: 100%;
}

.p__shoplist .cmp__shop-area span {
  display: inline-block;
  font-weight: 300;
  line-height: 1.4;
  font-size: 75%;
  color: #777777;
  padding-top: 5px;
}

.p__shoplist .cmp__shop-name {
  padding: 5px 0;
  font-weight: 200;
  line-height: 1.4;
  font-size: 88%;
}

/*prts_21 関連タグ*/
.p__keyword-wrap {
  overflow: hidden;
  padding: 10px 10px 5px;
}

.p__keyword-wrap .cmp__keyword-list {
  float: left;
  margin: 0 10px 5px 0;
}

.p__keyword-wrap .cmp__keyword-list a {
  text-decoration: underline;
  font-weight: 300;
  line-height: 1.4;
  font-size: 75%;
}

/*prts_23 カウントダウンパーツ*/
.cmsi__countdown {
  display: table;
  width: 960px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #fb9bad;
  background: #ffffff;
}

@media (max-width: 767px) {
  .cmsi__countdown {
    display: block;
    width: 100%;
  }
}

.cmp__deadline {
  display: table-cell;
  width: 160px;
  background-color: #fb9bad;
  color: #ffffff;
  font-size: 150%;
  text-align: center;
  line-height: 1.4;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .cmp__deadline {
    display: block;
    width: 100%;
    padding: 8px;
    font-size: 100%;
  }
  .cmp__deadline br {
    display: none;
  }
}

.cmp__timer {
  display: table-cell;
  padding: 20px;
  text-align: center;
  vertical-align: middle;
}

.cmp__timer #getting-started {
  font-size: 238%;
  font-weight: bold;
}

.cmp__timer .annotation {
  -moz-text-align-last: auto;
       text-align-last: auto;
  line-height: 1.4;
  font-size: 75%;
  text-align: left;
}

@media (max-width: 767px) {
  .cmp__timer {
    display: block;
    width: 100%;
    font-size: 113%;
    font-weight: normal;
  }
  .cmp__timer #getting-started {
    font-size: 113%;
    font-weight: bold;
  }
  .cmp__timer .annotation {
    font-size: 63%;
  }
}

/*prts_24 地図*/
.cmp__map-box {
  margin: 10px;
  position: relative;
  padding-bottom: 55%;
  height: 0;
  overflow: hidden;
}

@media (max-width: 767px) {
  .cmp__map-box {
    padding-bottom: 85%;
  }
}

.cmp__map-box #map_canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

#infoWindow {
  overflow: hidden;
}

#infoWindow p {
  padding: 5px 0px 10px 0px;
  font-size: 12px;
  line-height: 18px;
}

/*prts_25 記事パーツ*/
.cmp__writer {
  margin: 10px 0;
  display: table;
  table-layout: fixed;
}

.cmp__writer p {
  display: table-cell;
  vertical-align: middle;
  font-weight: 200;
  line-height: 1.4;
  font-size: 88%;
  color: #777777;
}

.c__main-layout {
  padding: 10px;
  display: table;
}

.c__main-layout .c__main-layout-left {
  float: left;
  padding-right: 15px;
  display: table-cell;
  vertical-align: middle;
}

.c__main-layout .c__main-layout-right {
  display: table-cell;
  vertical-align: middle;
}

.c__main-layout .c__main-layout-right .cmp__head__title {
  font-weight: 500;
  line-height: 1.6;
  font-size: 125%;
}

@media (max-width: 767px) {
  .c__main-layout .c__main-layout-right .cmp__head__title {
    font-weight: 500;
    line-height: 1.4;
    font-size: 113%;
  }
}

.cmp__main-thumbnail img {
  width: 150px;
}

@media (max-width: 767px) {
  .cmp__main-thumbnail img {
    width: 100px;
  }
}

/*prts_27 引用*/
.cmsi__blockquote {
  margin: 20px 10px;
  background: #f3f3f3;
  padding: 10px;
}

.cmsi__blockquote .cmp__blockquote-txt {
  font-weight: 200;
  line-height: 1.4;
  font-size: 100%;
}

.cmsi__blockquote .cmp__blockquote-txt span {
  color: #777777;
  font-weight: bold;
}

.cmsi__blockquote .cmp__blockquote-txt blockquote {
  display: inline;
}

.cmsi__blockquote .cmp__blockquote-link {
  color: #777777;
  font-weight: 200;
  line-height: 1.4;
  font-size: 88%;
  margin-top: 10px;
}

.cmsi__blockquote .cmp__blockquote-link a {
  text-decoration: underline;
}

/*prts_29 画像単品*/
.cmp__kiji-img {
  margin: 0 auto;
  padding: 10px;
  width: 650px;
}

@media (max-width: 767px) {
  .cmp__kiji-img {
    width: 100%;
  }
}

/*パーツに依存してスタイルがつくもの*/
/*prts_01、2 特集・記事タイトル、メインビジュアル*/
.prts__contents_01 .cmp__article-box-txt {
  margin: 10px;
}

/*prts_06 プレゼント*/
.prts__contents_06 .cmp__img-item {
  padding-bottom: 10px;
}

/*prts_07 プレゼント一覧*/
.prts__contents_07 .cmp__img-item {
  padding-bottom: 10px;
}

/*prts_25 記事メイン*/
.prts__contents_25 .cmp__article-box-txt {
  margin: 10px 10px 0 10px;
}

.prts__contents_25 .cmp__credit {
  margin-top: 0;
}

/*prts_26 記事本文*/
.prts__contents_26 .cmp__kiji-img-caption {
  margin-bottom: 10px;
}

/*prts_28 記事本文　その２（データ用）*/
.prts__contents_28 .cmp__kiji-img-caption {
  margin-bottom: 10px;
}

/*prts_55 テキストリンクパーツ*/
.c__txt-link-box {
  padding: 5px 10px;
}

.c__txt-link-box .cmp__txt-link {
  display: block;
  margin-bottom: 0;
  text-decoration: underline;
}

.c__txt-link-box a:hover {
  text-decoration: none;
}

.c__txt-link-box .txt-c {
  text-align: center;
}

.c__txt-link-box .txt-r {
  text-align: right;
}

/*prts_56 メインパーツ*/
.cmp__article-box-txt-c {
  font-weight: 200;
  line-height: 1.4;
  font-size: 100%;
  text-align: center;
  padding: 10px;
}

@media (max-width: 767px) {
  .cmp__article-box-txt-c {
    padding: 10px;
    text-align: left;
  }
}

.p__sns-box .cmm__layout-table {
  overflow: hidden;
  margin: 0 0 10px;
  padding: 0;
}

@media (max-width: 767px) {
  .p__sns-box .cmm__layout-table {
    padding-right: 10px;
    margin: 10px 0;
  }
}

@media (max-width: 767px) {
  .p__sns-box .cmsi__sns-btns {
    float: right;
  }
}

.p__sns-box .fa {
  font-size: 219%;
}

/*prts_57 本文パーツ*/
.cmsi__content-box {
  margin: 20px 10px;
}

@media (max-width: 767px) {
  .cmsi__content-box {
    margin: 10px;
  }
}

.cmsi__content-box .c__layout-table-content-box {
  display: table;
  table-layout: fixed;
  width: 100%;
}

@media (max-width: 767px) {
  .cmsi__content-box .c__layout-table-content-box {
    display: block;
  }
}

.cmsi__content-box .c__layout-table-content-box .cmm__table-cell {
  display: table-cell;
}

@media (max-width: 767px) {
  .cmsi__content-box .c__layout-table-content-box .cmm__table-cell {
    display: block;
  }
}

.cmsi__content-box .c__layout-table-content-box .c__content-img-box {
  width: 45%;
}

.cmsi__content-box .c__layout-table-content-box .c__content-img-box .youtube {
  margin-bottom: -3px;
}

.cmsi__content-box .c__layout-table-content-box .c__content-img-box .youtube iframe {
  width: 100%;
}

@media (max-width: 767px) {
  .cmsi__content-box .c__layout-table-content-box .c__content-img-box {
    width: 100%;
  }
}

.cmsi__content-box .c__layout-table-content-box .c__content-img-box .c__img-box {
  padding: 0 10px;
}

@media (max-width: 767px) {
  .cmsi__content-box .c__layout-table-content-box .c__content-img-box .c__img-box {
    padding: 0;
  }
}

.cmsi__content-box .c__layout-table-content-box .c__content-txt-box {
  padding: 0 10px;
}

@media (max-width: 767px) {
  .cmsi__content-box .c__layout-table-content-box .c__content-txt-box {
    padding: 0;
  }
}

.cmsi__content-box .c__layout-table-content-box .c__content-txt-box .cmp__article-box-caution {
  padding-top: 10px;
}

.cmsi__content-box .c__layout-table-content-box .c__content-txt-box .c__btn-area .c__btn-style-box {
  float: right;
  width: 60%;
}

@media (max-width: 767px) {
  .cmsi__content-box .c__layout-table-content-box .c__content-txt-box .c__btn-area .c__btn-style-box {
    float: none;
    width: 90%;
  }
}

.cmsi__content-box .c__layout-table-content-box .c__content-txt-box .c__btn-area .c__btn-style-box a {
  font-weight: 200;
  line-height: 1.4;
  font-size: 100%;
}

.c__layout-table-content-column {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.c__layout-table-content-column .cmm__table-cell {
  display: table-cell;
}

.c__layout-table-content-column .cmm__table-cell .c__column-balancer {
  margin: 20px 10px;
}

.c__layout-table-content-column .cmm__table-cell .c__column-balancer .youtube {
  margin-bottom: -3px;
}

.c__layout-table-content-column .cmm__table-cell .c__column-balancer .youtube iframe {
  width: 100%;
}

.c__layout-table-content-column .cmm__table-cell .c__column-balancer .c__btn-area .c__btn-style-box {
  width: 80%;
}

.c__layout-table-content-column .cmm__table-cell .c__column-balancer .c__btn-area .c__btn-style-box a {
  font-weight: 200;
  line-height: 1.4;
  font-size: 100%;
}

.cmp__article-box-caution-ttl {
  font-size: 16px;
  margin-bottom: 5px;
}

/*prts_58　記事本文データ用パーツ*/
.cmsi__column-data-box {
  background: #e4e5e8;
  padding: 10px;
  margin: 10px 20px;
}

@media (max-width: 767px) {
  .cmsi__column-data-box {
    margin: 10px;
  }
}

.cmsi__column-data-box .cmm__column-container {
  margin: 0;
  padding: 0;
}

.cmsi__column-data-box .cmm__column-container .c__layout-table-column-box {
  display: table;
  table-layout: fixed;
  width: 100%;
}

@media (max-width: 767px) {
  .cmsi__column-data-box .cmm__column-container .c__layout-table-column-box {
    display: block;
  }
}

.cmsi__column-data-box .cmm__column-container .c__layout-table-column-box .cmm__table-cell {
  display: table-cell;
}

@media (max-width: 767px) {
  .cmsi__column-data-box .cmm__column-container .c__layout-table-column-box .cmm__table-cell {
    display: block;
  }
}

.cmsi__column-data-box .cmm__column-container .c__data-img-box {
  width: 46.5%;
}

@media (max-width: 767px) {
  .cmsi__column-data-box .cmm__column-container .c__data-img-box {
    width: 100%;
  }
}

.cmsi__column-data-box .cmm__column-container .c__data-txt-box {
  width: 60%;
}

@media (max-width: 767px) {
  .cmsi__column-data-box .cmm__column-container .c__data-txt-box {
    width: 100%;
  }
}

.cmsi__column-data-box .cmm__column-container .c__data-txt-box .c__data-balancer {
  padding: 0 10px 0 20px;
}

@media (max-width: 767px) {
  .cmsi__column-data-box .cmm__column-container .c__data-txt-box .c__data-balancer {
    padding: 0;
  }
}

.cmsi__column-data-box .cmm__column-container .c__data-txt-box .c__data-balancer .c__data-title .cmp__column-title {
  font-weight: 500;
  line-height: 1.4;
  font-size: 113%;
  padding: 0 0 10px;
}

@media (max-width: 767px) {
  .cmsi__column-data-box .cmm__column-container .c__data-txt-box .c__data-balancer .c__data-title .cmp__column-title {
    padding: 10px 0;
  }
}

.cmsi__column-data-box .cmm__column-container .c__data-txt-box .c__data-balancer .cmp__article-box-txt .cmp__txt-link {
  font-weight: 200;
  line-height: 1.4;
  font-size: 100%;
  margin-bottom: 0;
  text-decoration: underline;
}

.cmsi__column-data-box .cmm__column-container .c__data-txt-box .c__data-balancer .cmp__article-box-txt a:hover {
  text-decoration: none;
}

.cmsi__column-data-box .cmm__column-container .c__data-txt-box .c__data-balancer .c__btn-area .c__btn-style-box {
  float: right;
  width: 60%;
}

@media (max-width: 767px) {
  .cmsi__column-data-box .cmm__column-container .c__data-txt-box .c__data-balancer .c__btn-area .c__btn-style-box {
    float: none;
    width: 95%;
  }
}

.cmsi__column-data-box .cmm__column-container .c__data-txt-box .c__data-balancer .c__btn-area .c__btn-style-box a {
  font-weight: 200;
  line-height: 1.4;
  font-size: 100%;
}

/*prts_60 画像単品パーツ*/
.cmp__content-img-box .c__img-box {
  width: 650px;
  margin: 10px auto;
}

@media (max-width: 767px) {
  .cmp__content-img-box .c__img-box {
    width: 100%;
    padding: 0 10px;
  }
}

.cmp__content-img-box .c__img-box .youtube {
  margin-bottom: -3px;
}

.cmp__content-img-box .c__img-box .youtube iframe {
  width: 100%;
}

/*　↓　prts_61 用*/
.p__timeline-container {
  margin: 20px 0;
  background: #ffffff;
  border-top: #d4d4d4 1px solid;
  border-left: #d4d4d4 1px solid;
}

@media (max-width: 767px) {
  .p__timeline-container {
    margin-top: 0;
    border-top: none;
    border-left: none;
  }
}

.cmp__timelinetxt-txt {
  font-weight: 200;
  line-height: 1.4;
  font-size: 100%;
}

/*　↑　prts_61 用*/
/*prts_61 タイムラインパーツ（リスト共通）*/
.p__timeline-container .cmm__layout-table {
  margin: 0;
  padding: 0;
}

.p__timeline-container .cmm__table-cell {
  border-right: #d4d4d4 1px solid;
  border-bottom: #d4d4d4 1px solid;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .p__timeline-container .cmm__table-cell {
    display: block;
    border-right: none;
  }
}

.prts__contents_61 {
  padding: 0 0 0.1px 0;
}

/*prts_61 タイムラインパーツ（画像なし、画像あり×PC縦並び） */
.cmsi__timelinetxt-noimg a, .cmsi__timelinetxt-img.c__timeline-arrow a {
  display: block;
  position: relative;
  padding: 10px 30px 10px 10px;
}

@media (max-width: 767px) {
  .cmsi__timelinetxt-noimg a, .cmsi__timelinetxt-img.c__timeline-arrow a {
    padding-right: 15px;
    padding-left: 5px;
  }
}

.cmsi__timelinetxt-noimg a::after, .cmsi__timelinetxt-img.c__timeline-arrow a::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 10px;
  width: 6px;
  height: 6px;
  margin: -2px 0 0;
  border-bottom: 2px solid #777777;
  border-right: 2px solid #777777;
  -webkit-transform: translate(0, 0) rotate(-45deg);
  transform: translate(0px, 0px) rotate(-45deg);
}

@media (max-width: 767px) {
  .cmsi__timelinetxt-noimg a::after, .cmsi__timelinetxt-img.c__timeline-arrow a::after {
    right: 6px;
  }
}

/*prts_61 タイムラインパーツ（画像あり×PC横3カラム）*/
.timeline-sideContainer {
  margin: 20px 0;
}

@media (max-width: 767px) {
  .timeline-sideContainer {
    margin-top: 0;
  }
}

.timeline-sideContainer .cmm__layout-table {
  margin: 0;
  padding: 0;
}

.cmsi__timelinetxt-side .cmp__listtxt-ph {
  margin-bottom: 5px;
}

.cmsi__timelinetxt-side .cmp__listtxt-ph img {
  width: 100%;
}

@media (max-width: 767px) {
  .cmsi__timelinetxt-side {
    border-bottom: #d4d4d4 1px solid;
  }
  .cmsi__timelinetxt-side a {
    display: block;
    position: relative;
    padding: 10px 10px 10px 10px;
  }
  .cmsi__timelinetxt-side .cmp__listtxt-ph {
    margin-bottom: 0;
  }
  .cmsi__timelinetxt-side .cmp__listtxt-ph img {
    float: left;
    width: 35%;
    margin-right: 5px;
  }
  .cmsi__timelinetxt-side .c__txt-box {
    overflow: hidden;
  }
}

/*prts_61 画像あり*/
.cmsi__timelinetxt-img a {
  display: block;
  position: relative;
  padding: 10px;
}

@media (max-width: 767px) {
  .cmsi__timelinetxt-img a {
    padding: 10px 5px;
  }
}

.cmsi__timelinetxt-img .cmp__listtxt-ph img {
  float: left;
  width: 160px;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .cmsi__timelinetxt-img .cmp__listtxt-ph img {
    width: 35%;
    margin-right: 5px;
  }
}

.cmsi__timelinetxt-img .c__txt-box {
  overflow: hidden;
}

/*prts_61 タイムラインパーツ（ボタン・リンク用）*/
.timeline-btn-box {
  margin: 20px auto;
}

.timeline-btn-box .cmsi__btn-contetent .c__btn-balancer {
  display: block;
  margin: 0 5px;
}

.timeline-btn-l1 {
  margin: 0 auto;
  width: 40%;
}

@media (max-width: 767px) {
  .timeline-btn-l1 {
    width: 75%;
  }
}

.timeline-btn-l1.btn-r {
  float: right;
}

@media (max-width: 767px) {
  .timeline-btn-l1.btn-r {
    padding-right: 12px;
  }
}

.timeline-btn-l1 .btn-sub {
  margin: 10px auto 0 auto;
  width: 70%;
  font-weight: 300;
  line-height: 1.4;
  font-size: 75%;
}

.timeline-btn-l1 .btn-sub .cmp__btn-white {
  height: 30px;
  padding: 5px;
}

.timeline-btn-l2 {
  margin: 0 auto;
  width: 70%;
}

@media (max-width: 767px) {
  .timeline-btn-l2 {
    width: 96%;
  }
}

.timeline-btn-l3 {
  margin: 0 auto;
  width: 76%;
}

@media (max-width: 767px) {
  .timeline-btn-l3 {
    width: 96%;
  }
}

.timeline-btn-l4 {
  margin: 0 auto;
  width: 100%;
}

@media (max-width: 767px) {
  .timeline-btn-l4 {
    width: 96%;
    font-weight: 200;
    line-height: 1.4;
    font-size: 88%;
  }
}

.timeline-btn-l5 {
  margin: 0 auto;
  width: 100%;
}

@media (max-width: 767px) {
  .timeline-btn-l5 {
    width: 96%;
    font-weight: 300;
    line-height: 1.4;
    font-size: 75%;
  }
}

.cmp__timeline-txt-link {
  font-weight: 200;
  line-height: 1.4;
  font-size: 88%;
  margin-bottom: 10px;
}

.cmp__timeline-txt-link a {
  text-decoration: underline;
}

.cmp__timeline-txt-link a:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  .cmp__timeline-txt-link {
    margin-bottom: 20px;
  }
}

/*prts_61-2 タイムラインパーツ（パネルリンク）*/
.p__timeline-panel-link {
  padding: 0 5px;
  margin: 20px auto;
}

@media (max-width: 767px) {
  .p__timeline-panel-link {
    margin: auto;
  }
}

.p__timeline-panel-link .cmsi__panel-link {
  background: #e8e8e8;
  border-radius: 10px;
  text-align: center;
}

.p__timeline-panel-link .c__btn-balancer {
  display: block;
  margin: 0 5px;
}

.p__timeline-panel-link .p__panel-layout {
  width: 50%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .p__timeline-panel-link .p__panel-layout {
    width: 96%;
  }
}

.p__timeline-panel-link .cmp__listtxt-title {
  padding: 10px 0;
  font-weight: 200;
  line-height: 1.4;
  font-size: 100%;
}

.p__timeline-panel-link .cmp__listtxt-txt {
  font-weight: 200;
  line-height: 1.4;
  font-size: 100%;
  vertical-align: middle;
  text-align: left;
  padding: 5px 10px;
}

.p__timeline-panel-link .cmp__listtxt-txt .c__listtxt-txt {
  display: block;
}

.p__timeline-panel-link .cmp__listtxt-txt .cmp__listtxt-article {
  font-size: 75%;
}

.p__timeline-panel-link .cmp__listtxt-ph img {
  vertical-align: top;
  border-radius: 10px 10px 0 0;
  width: 100%;
}

.p__timeline-panel-link .c__txt-box {
  overflow: hidden;
}

.timeline-panel-l1 .cmm__table-cell {
  vertical-align: top;
}

.timeline-panel-l1 .cmm__table-cell .cmp__listtxt-ph img {
  border-radius: 10px 0 0 10px;
}

.timeline-panel-l1 .cmm__table-cell .cmp__listtxt-title {
  text-align: left;
  padding: 10px 0 0 10px;
}

.timeline-panel-l1 .cmm__table-cell .cmp__listtxt-txt {
  text-align: left;
}

/*prts_61-2 タイムラインパーツ（パネルリンク）:カテトップ用要素2並びバージョン_SPNのみ縦並び対応 */
@media (max-width: 767px) {
  .prts__contents_61 .btn-l2-inner {
    display: block;
  }
  .prts__contents_61 .btn-l2-inner .cmm__table-cell {
    width: 100%;
    display: block;
    margin: 10px 0;
  }
}

@media (max-width: 767px) {
  .timeline-panel-div {
    margin: 0 0 10px;
  }
}

/*prts_62 スタンプラリー実施中*/
.prts__contents_62 .c__stamprally_rabel {
  float: right;
  width: 193px;
}

@media (max-width: 767px) {
  .prts__contents_62 .c__stamprally_rabel {
    width: 50%;
  }
}

/*prts_65 DB特集パーツ*/
.prts__contents_65 .cmm__column-box {
  padding-bottom: 20px;
}

.prts__contents_65 .cmp__db-column-area {
  display: inline;
  padding: 3px 5px;
  font-weight: 300;
  line-height: 1.4;
  font-size: 75%;
  background-color: #f3f3f3;
  vertical-align: middle;
}

.prts__contents_65 .cmp__db-column-area span {
  line-height: 2;
}

.prts__contents_65 .c__pickup-title {
  padding-bottom: 10px;
}

.prts__contents_65 .cmp__spot-title {
  font-weight: 500;
  line-height: 1.4;
  font-size: 100%;
  font-weight: bold;
  margin-top: 10px;
}

.prts__contents_65 .cmp__column-title {
  font-weight: bold;
}

.prts__contents_65 .cmp__column-title a {
  text-decoration: underline;
}

.prts__contents_65 .cmp__article-box-title {
  font-weight: bold;
}

.prts__contents_65 .cmp__db-article-box-data {
  font-weight: 200;
  line-height: 1.4;
  font-size: 88%;
  margin: 5px 0 10px 0;
  padding: 5px;
  border: #777777 solid 1px;
  display: block;
}

.prts__contents_65 .cmp__bd-article-box-spotdata {
  font-weight: 300;
  line-height: 1.4;
  font-size: 75%;
  line-height: 1.6;
  padding: 10px;
  margin-bottom: 10px;
  background-color: #f3f3f3;
}

.prts__contents_65 .c__btn-style-box {
  width: 70%;
  float: right;
}

/* ------------------------------------------------------------------------------------------------------------------------
SNSパーツ以下：共通デザイン用CSS　add 20171204
------------------------------------------------------------------------------------------------------------------------ */
/* prts__sns16-1 */
.prts__sns16-1 {
  width: auto !important;
  color: #4d4d4d;
  margin: 0 auto !important;
  background-color: #ffffff !important;
  background-image: none !important;
}

.prts__sns16-1 .cmm__layout-table {
  width: 1080px !important;
  margin: 0 auto !important;
  padding: 20px 10px !important;
}

/* prts__comments_17 */
.prts__comments_17 {
  color: #4d4d4d !important;
  background: #ffffff !important;
  width: 100% !important;
  margin: 0 auto !important;
  padding: 0 !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  word-wrap: break-word;
  word-break: break-word !important;
}

.prts__comments_17 .p-comments_17__header {
  width: 1080px !important;
  margin: 0 auto !important;
}

.prts__comments_17 .p-comments_17__header .p-comments_17__header-text__text {
  font-size: 15px !important;
}

.prts__comments_17 .p-comments_17__header .p-comments_17__header-link a {
  color: #383838 !important;
}

.prts__comments_17 .p-comments_17__comments {
  width: 1080px !important;
  margin: 0 auto !important;
}

.prts__comments_17 #commentFormA {
  width: 1080px !important;
  margin: 0 auto !important;
}

.prts__comments_17 #commentFormA .p-comments_17__form a .p-comments-17__form-textarea .p-comments_17__form-textarea-comtainer textarea {
  font-size: 82% !important;
}

.p-comments_17__form .p-comments_17__form-textarea .p-comments_17__form-textarea__container textarea:-moz-read-only {
  font-size: 82% !important;
}

.p-comments_17__form .p-comments_17__form-textarea .p-comments_17__form-textarea__container textarea:read-only {
  font-size: 82% !important;
}

.p-comments_17__comments .commentBtnbox .p-comments_17__more .p-comments_17__more-btn {
  line-height: 1 !important;
  color: #383838 !important;
}

.p-comments_17__comments .commentBtnbox .p-comments_17__report .p-comments_17__reportLink {
  color: #383838 !important;
}

/* .prts__contents_21, .prts__contents_recommend 共通 */
.prts__contents_21, .prts__contents_recommend {
  width: 100% !important;
  margin: 0 auto !important;
  background: #ffffff !important;
  color: #4d4d4d !important;
}

.prts__contents_21 .cmsi__head {
  width: 1080px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  text-align: left !important;
  background: transparent !important;
}

.prts__contents_recommend .cmsi__head {
  width: 100% !important;
  margin: 0 auto !important;
  padding: 0 !important;
  text-align: left !important;
  background: transparent !important;
}

.prts__contents_21 .cmsi__head .cmp__head__title, .prts__contents_recommend .cmsi__head .cmp__head__title {
  display: block !important;
  background: #e4e5e8 !important;
  position: relative !important;
  padding: 6px 10px 6px 22px !important;
  font-size: 15px !important;
  border: none !important;
  color: #4d4d4d !important;
  font-family: "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "serif" !important;
  font-weight: 500 !important;
}

.prts__contents_21 .cmsi__head .cmp__head__title::before, .prts__contents_recommend .cmsi__head .cmp__head__title::before {
  content: '';
  position: absolute !important;
  left: 10px !important;
  top: 0 !important;
  bottom: 0 !important;
  width: 2px !important;
  height: 50% !important;
  margin: auto 0 !important;
  border-left: 2px solid #fa7991 !important;
}

/* prts__contents_21 */
.prts__contents_21 .p__keyword-wrap {
  width: 1080px !important;
  margin: 0 auto !important;
  padding: 10px 10px 20px !important;
}

.prts__contents_21 .p__keyword-wrap .cmp__keyword-list {
  float: left !important;
  margin: 0 10px 5px 0 !important;
  background: #ffffff !important;
}

.prts__contents_21 .p__keyword-wrap .cmp__keyword-list a {
  font-size: 11px !important;
  text-decoration: underline !important;
  color: #383838 !important;
}

/* prts__contents_recommend */
.prts__contents_recommend .p__list-container {
  width: 1080px !important;
  margin: 20px auto !important;
  border-top: #d4d4d4 1px solid !important;
  border-left: #d4d4d4 1px solid !important;
}

.prts__contents_recommend .p__list-container .cmm__layout-table .cmm__table-cell {
  padding: 0 !important;
  border-right: #d4d4d4 1px solid !important;
  border-bottom: #d4d4d4 1px solid !important;
  vertical-align: middle !important;
}

.prts__contents_recommend .p__list-container .cmm__layout-table .cmm__table-cell .cmsi__listtxt-img::before, .prts__contents_recommend .p__list-container .cmm__layout-table .cmm__table-cell .cmsi__listtxt-img::after {
  display: none;
}

.prts__contents_recommend .p__list-container .cmm__layout-table .cmm__table-cell .cmsi__listtxt-img a {
  border: none !important;
}

.prts__contents_recommend ._popIn_recommend_art_img {
  background-color: #ffffff !important;
}

/* ------------------------------------------------------------
SPN
------------------------------------------------------------ */
@media (max-width: 767px) {
  /* prts__sns16-1 */
  .prts__sns16-1 {
    width: 100% !important;
    margin: 0 auto !important;
  }
  .prts__sns16-1 .cmm__layout-table {
    width: 100% !important;
  }
  /* prts__comments_17 */
  .prts__comments_17 {
    width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }
  .prts__comments_17 .p-comments_17__header {
    width: auto !important;
  }
  .prts__comments_17 .p-comments_17__comments {
    width: auto !important;
  }
  .prts__comments_17 #commentFormA {
    width: auto !important;
  }
  .prts__comments_17 .cmp__CmntNumTxt {
    color: #383838 !important;
  }
  /* prts__contents_21, prts__contents_recommend共通 */
  .prts__contents_21 .cmsi__head, .prts__contents_recommend .cmsi__head {
    width: 100% !important;
  }
  .prts__contents_21 .p__keyword-wrap, .prts__contents_recommend .p__keyword-wrap {
    width: 100% !important;
  }
  /* prts__contents_recommend */
  .prts__contents_recommend .p__list-container {
    width: 100% !important;
    margin-top: 0 !important;
  }
  .prts__contents_recommend ._popIn_recommend_container {
    width: 100% !important;
  }
}

/*prts_62 スタンプラリー実施中*/
.prts__contents_62 {
  width: 1080px !important;
  margin: 0 auto !important;
}

@media (max-width: 767px) {
  .prts__contents_62 {
    width: 100% !important;
  }
}

/*prts_63 スタンプラリー*/
.prts__contents_63 {
  width: 1080px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .prts__contents_63 {
    width: 100%;
  }
}

.prts__contents_63 .cmsi__main .cmp__update {
  display: block !important;
}

.prts__contents_63 .cmsi__stamprally-area {
  margin: 20px 0;
  padding: 0;
  position: relative;
}

@media (max-width: 767px) {
  .prts__contents_63 .cmsi__stamprally-area {
    margin: 6% 0;
  }
}

.prts__contents_63 .cmsi__stamprally-area .c__stamprally-box {
  width: 1070px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: #afafaf 2px solid;
  border-right: #afafaf 2px solid;
}

@media (max-width: 767px) {
  .prts__contents_63 .cmsi__stamprally-area .c__stamprally-box {
    width: auto;
    margin: 0 4.5vw;
    border-top: #afafaf 1vw solid;
    border-right: #afafaf 1vw solid;
  }
}

.prts__contents_63 .cmsi__stamprally-area .c__stamprally-box * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}

.prts__contents_63 .cmsi__stamprally-area .c__stamprally-box * a:link, .prts__contents_63 .cmsi__stamprally-area .c__stamprally-box * a:hover {
  text-decoration: none !important;
}

.prts__contents_63 .cmsi__stamprally-area .c__stamprally-box li {
  width: 178px !important;
  height: 178px !important;
  padding: 2px;
  border-bottom: #afafaf 2px solid;
  border-left: #afafaf 2px solid;
  background-color: #fff;
}

@media (max-width: 767px) {
  .prts__contents_63 .cmsi__stamprally-area .c__stamprally-box li {
    width: 30vw !important;
    height: auto !important;
    padding: 1vw;
    border-bottom: #afafaf 1vw solid;
    border-left: #afafaf 1vw solid;
  }
}

.prts__contents_63 .cmsi__stamprally-area .c__stamprally-box li a {
  display: block;
  width: 100%;
  height: 100%;
}

.prts__contents_63 .cmsi__stamprally-area .c__stamprally-box li a img {
  width: auto;
  height: 105px;
}

@media (max-width: 767px) {
  .prts__contents_63 .cmsi__stamprally-area .c__stamprally-box li a img {
    height: 20vw;
  }
}

.prts__contents_63 .cmsi__stamprally-area .c__stamprally-box li.c__stamp-here a {
  background-color: #ffe5ea;
  padding: 10px;
}

@media (max-width: 767px) {
  .prts__contents_63 .cmsi__stamprally-area .c__stamprally-box li.c__stamp-here a {
    padding: 2vw;
  }
}

.prts__contents_63 .cmsi__stamprally-area .c__stamprally-box li.c__stamp-here a .c__stamp-here-ttl {
  padding: 0 0 10px;
  color: #e44874;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .prts__contents_63 .cmsi__stamprally-area .c__stamprally-box li.c__stamp-here a .c__stamp-here-ttl {
    padding-bottom: 2vw;
    line-height: 1.3;
  }
}

@media (max-width: 767px) {
  .prts__contents_63 .cmsi__stamprally-area .c__stamprally-box li.c__stamp-here a img {
    width: 100%;
    height: auto;
  }
}

.prts__contents_63 .cmsi__stamprally-area .c__stamprally-box li.c__stamp-other a {
  background-color: #e9e9e9;
  padding: 10px;
  position: relative;
}

@media (max-width: 767px) {
  .prts__contents_63 .cmsi__stamprally-area .c__stamprally-box li.c__stamp-other a {
    padding: 2vw;
  }
}

.prts__contents_63 .cmsi__stamprally-area .c__stamprally-box li.c__stamp-other a .c__stamp-other-ttl {
  padding: 0 0 10px;
  color: #383838;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .prts__contents_63 .cmsi__stamprally-area .c__stamprally-box li.c__stamp-other a .c__stamp-other-ttl {
    padding-bottom: 2vw;
    line-height: 1.3;
  }
}

.prts__contents_63 .cmsi__stamprally-area .c__stamprally-box li.c__stamp-other a:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 15px solid #393939;
  border-left: 15px solid transparent;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

.prts__contents_63 .cmsi__stamprally-area .c__stamprally-box li.c__stamp-stamped {
  padding: 20px;
}

@media (max-width: 767px) {
  .prts__contents_63 .cmsi__stamprally-area .c__stamprally-box li.c__stamp-stamped {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 4vw;
  }
}

.prts__contents_63 .cmsi__stamprally-area .c__stamprally-box li.c__stamp-stamped img.c__stamprally-stamped {
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .prts__contents_63 .cmsi__stamprally-area .c__stamprally-box li.c__stamp-stamped img.c__stamprally-stamped {
    height: auto;
  }
}

.prts__contents_63 .cmsi__stamprally-area .cmsi__stamprally-end {
  position: absolute;
  width: 1070px;
  height: 100%;
  margin: auto;
  top: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

@media (max-width: 767px) {
  .prts__contents_63 .cmsi__stamprally-area .cmsi__stamprally-end {
    width: 91vw;
  }
}

.prts__contents_63 .cmsi__stamprally-caution {
  font-weight: 300;
  line-height: 1.4;
  font-size: 75%;
  line-height: 1.6;
  color: #383838;
}

@media (max-width: 767px) {
  .prts__contents_63 .cmsi__stamprally-caution {
    padding: 0 10px;
  }
}

.prts__contents_63 .c__btn-area {
  width: 30% !important;
  float: right !important;
  margin: 20px auto 60px auto !important;
}

@media (max-width: 767px) {
  .prts__contents_63 .c__btn-area {
    width: 80% !important;
    float: none !important;
  }
}

.prts__contents_63 .c__btn-style-box {
  display: table !important;
  width: 99% !important;
  margin: 0 auto !important;
}

.prts__contents_63 .c__btn-style-box a {
  text-align: center !important;
  display: inline-block !important;
  border-radius: 6px !important;
  padding: 10px !important;
  font-size: 100% !important;
  display: table-cell !important;
  vertical-align: middle !important;
  width: 100% !important;
  height: 46px !important;
}

.prts__contents_63 .c__btn-style-box a.cmp__btn-pink {
  background: #fb9bad !important;
  border: #fb9bad solid 1px !important;
  color: #ffffff !important;
}

.prts__contents_63 .c__btn-stampend {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translateY(-50%) translateX(-50%) !important;
  -webkit-transform: translateY(-50%) translateX(-50%) !important;
}

@media (max-width: 767px) {
  .prts__contents_63 .c__btn-stampend {
    width: 80% !important;
  }
  .prts__contents_63 .c__btn-stampend a:hover {
    opacity: 1 !important;
  }
}

.prts__contents_63 .c__btn-stampend .c__btn-style-box {
  width: 100% !important;
  margin: 0 auto !important;
}

@media (max-width: 767px) {
  .prts__contents_63 .c__btn-stampend .c__btn-style-box {
    width: 100% !important;
    float: none !important;
    margin: 20px auto !important;
  }
}

.prts__contents_63 .c__btn-stampend .c__btn-style-box a {
  border-radius: 6px !important;
}

.prts__contents_63 .c__btn-stampend .c__btn-style-box .cmp__btn-pink {
  background-color: #e44874 !important;
  border: 1px solid #e44874 !important;
  padding: 10px 120px !important;
  line-height: 1.4 !important;
  font-size: 16px !important;
  background-image: none !important;
}

@media (max-width: 767px) {
  .prts__contents_63 .c__btn-stampend .c__btn-style-box .cmp__btn-pink {
    padding: 10px !important;
    opacity: 1 !important;
  }
}

.prts__contents_63 .c__btn-stampend .c__btn-style-box .cmp__btn-gray {
  text-align: center !important;
  border-radius: 6px !important;
  display: table-cell !important;
  vertical-align: middle !important;
  width: 100% !important;
  height: 56px !important;
  color: #fff !important;
  background-color: #d4d4d4 !important;
  border: 1px solid #d4d4d4 !important;
  padding: 10px 120px !important;
  line-height: 1.4 !important;
  font-size: 16px !important;
}

@media (max-width: 767px) {
  .prts__contents_63 .c__btn-stampend .c__btn-style-box .cmp__btn-gray {
    padding: 10px !important;
    display: block !important;
    height: auto !important;
  }
}

.container760 .prts__contents_62 {
  width: 100% !important;
}

/*prts_odekake おでかけ*/
.prts__odekake {
  width: 1080px;
  font-size: 14px;
  padding: 15px 0 0;
  margin: 35px auto 0;
  border-top: 1px solid #dadada;
}

.prts__odekake .cmsi__head {
  padding: 15px 20px;
}

.prts__odekake .cmsi__head .cmp__head__title {
  padding: 0;
  font-size: 158%;
  line-height: 1.7;
  font-family: "Noto Sans JP", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}

.prts__odekake .cmsi__txt .cmp__txt-txt {
  margin: 20px 0 0;
  line-height: 2;
  font-weight: normal;
}

.prts__odekake .cmp__odekake-button {
  text-align: center;
  margin: 25px 0 20px;
  padding: 0 0 30px;
  border-bottom: 1px solid #dadada;
}

.prts__odekake .cmp__odekake-button button {
  padding: 0;
  background: #fff;
  border: 2px solid #fa768e;
  border-radius: 6px;
}

.prts__odekake .cmp__odekake-button button img {
  width: 100%;
}

.prts__odekake .cmsi__search-condition .cmp__txt-txt {
  margin: 15px 0;
}

.prts__odekake .cmm__flex-container {
  width: 1090px;
  position: relative;
  left: -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.prts__odekake .cmm__flex-container .cmm__flex-balancer__padding {
  width: 25%;
  padding: 5px;
}

.prts__odekake .cmm__flex-container .cmm__flex-balancer__padding .cmsi__pickup-flex {
  width: 262px;
  border: 1px solid #d4d4d4;
  position: relative;
}

.prts__odekake .cmm__flex-container .cmm__flex-balancer__padding .cmsi__pickup-flex .cmm__pickup-contentbox {
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  .prts__odekake .cmm__flex-container .cmm__flex-balancer__padding .cmsi__pickup-flex .cmm__pickup-contentbox {
    padding-bottom: 0;
  }
}

.prts__odekake .cmm__flex-container .cmm__flex-balancer__padding .cmsi__pickup-flex .cmm__pickup-contentbox .cmsi__phbox .cmp__img-top-pickup a img {
  width: 100%;
}

.prts__odekake .cmm__flex-container .cmm__flex-balancer__padding .cmsi__pickup-flex .cmm__pickup-contentbox .cmm__txtbox {
  margin: 0;
  padding: 10px;
}

.prts__odekake .cmm__flex-container .cmm__flex-balancer__padding .cmsi__pickup-flex .cmm__pickup-contentbox .cmm__txtbox .cmsi__data {
  margin: 0 0 10px;
  font-size: 88%;
  color: #777777;
}

.prts__odekake .cmm__flex-container .cmm__flex-balancer__padding .cmsi__pickup-flex .cmm__pickup-contentbox .cmm__txtbox .cmp__copy {
  margin: 0 0 15px;
  font-size: 115%;
  font-weight: bold;
  line-height: 1.4;
}

.prts__odekake .cmm__flex-container .cmm__flex-balancer__padding .cmsi__pickup-flex .cmm__pickup-contentbox .cmm__txtbox .cmp__area {
  margin: 0;
  text-align: right;
  font-size: 92%;
  color: #777777;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.prts__odekake .cmm__flex-container .cmm__flex-balancer__padding .cmsi__pickup-flex .cmm__pickup-contentbox .cmm__txtbox .cmp__area .fa {
  margin-right: 3px;
}

@media (max-width: 767px) {
  .prts__odekake {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    font-size: 12px;
    border-top: none;
  }
  .prts__odekake .cmsi__head {
    padding: 3%;
  }
  .prts__odekake .cmsi__head .cmp__head__title {
    font-size: 125%;
  }
  .prts__odekake .cmsi__txt .cmp__txt-txt {
    margin: 0;
    padding: 4%;
    line-height: 2;
    font-weight: normal;
  }
  .prts__odekake .cmp__odekake-button {
    text-align: center;
    margin: 0;
    padding: 0 4% 4%;
  }
  .prts__odekake .cmsi__search-condition .cmp__txt-txt {
    margin: 0;
    padding: 4% 2%;
    background: #eeeeee;
    line-height: 1.7;
  }
  .prts__odekake .cmsi__search-condition .cmp__txt-txt p {
    padding: 3.3%;
    background: #ffffff;
    border: 1px solid #777777;
    border-radius: 6px;
  }
  .prts__odekake .cmm__flex-container {
    width: 100%;
    position: inherit;
    left: 0;
    padding: 0 0 4%;
    background: #eeeeee;
  }
  .prts__odekake .cmm__flex-container .cmm__flex-balancer__padding {
    width: 100%;
    padding: 0 2% 2%;
  }
  .prts__odekake .cmm__flex-container .cmm__flex-balancer__padding .cmsi__pickup-flex {
    width: 100%;
  }
  .prts__odekake .cmm__flex-container .cmm__flex-balancer__padding .cmsi__pickup-flex .cmm__pickup-contentbox {
    display: block;
  }
  .prts__odekake .cmm__flex-container .cmm__flex-balancer__padding .cmsi__pickup-flex .cmm__pickup-contentbox .cmsi__phbox {
    display: table-cell;
    width: 45%;
  }
  .prts__odekake .cmm__flex-container .cmm__flex-balancer__padding .cmsi__pickup-flex .cmm__pickup-contentbox .cmsi__phbox .cmp__img-top-pickup a img {
    width: 100%;
  }
  .prts__odekake .cmm__flex-container .cmm__flex-balancer__padding .cmsi__pickup-flex .cmm__pickup-contentbox .cmm__txtbox {
    position: relative;
    display: table-cell;
    padding: 3.3% 2.3%;
    background: #fff;
  }
  .prts__odekake .cmm__flex-container .cmm__flex-balancer__padding .cmsi__pickup-flex .cmm__pickup-contentbox .cmm__txtbox .cmsi__data {
    margin: 0 0 4%;
  }
  .prts__odekake .cmm__flex-container .cmm__flex-balancer__padding .cmsi__pickup-flex .cmm__pickup-contentbox .cmm__txtbox .cmp__copy {
    margin: 0 0 15px;
    font-size: 115%;
    font-weight: bold;
    line-height: 1.4;
  }
  .prts__odekake .cmm__flex-container .cmm__flex-balancer__padding .cmsi__pickup-flex .cmm__pickup-contentbox .cmm__txtbox .cmp__area {
    position: absolute;
    right: 4%;
    bottom: 8%;
    font-weight: bold;
  }
  .prts__odekake .cmm__flex-container .cmm__flex-balancer__padding .cmsi__pickup-flex .cmm__pickup-contentbox .cmm__txtbox .cmp__area i {
    margin: 0 5px 0 0;
    font-size: 125%;
    color: #383838;
  }
  .prts__odekake .cmm__flex-container .cellWide .cmm__pickup-contentbox {
    display: block;
  }
  .prts__odekake .cmm__flex-container .cellWide .cmm__pickup-contentbox .cmsi__phbox {
    display: block !important;
    width: 100% !important;
  }
  .prts__odekake .cmm__flex-container .cellWide .cmm__pickup-contentbox .cmm__txtbox {
    display: block !important;
    width: 100% !important;
  }
}

/* calendarModal
================================================== */
.searchDateTit {
  background: #e4e5e8;
  padding: 10px 0 10px 10px;
}

.searchDateTit span {
  font-weight: bold;
}

.searchDateClose {
  float: right;
  margin: 0 10px 0 0;
  cursor: pointer;
  font-size: 88%;
}

.ui-datepicker-trigger {
  cursor: pointer;
  padding: 2px 5px;
}

.ui-datepicker-trigger .fa-calendar {
  font-size: 14px;
  color: #383838;
}

.ui-datepicker {
  padding-bottom: 10px;
  background-color: #FFFFFF;
  color: #383838;
}

.ui-datepicker-group {
  float: left;
  width: 202px;
  margin: 10px 10px 0 0;
}

.ui-datepicker-group-first, .ui-datepicker-group-last {
  width: 230px;
}

.ui-datepicker-group-first {
  margin-left: 10px;
  background-position: right top;
}

.ui-datepicker-title {
  float: none;
  width: 202px;
  height: 25px;
  background-color: #e4e5e8;
  line-height: 25px;
  text-align: center;
  font-weight: bold;
}

.ui-datepicker-prev, .ui-datepicker-next {
  display: block;
  width: 20px;
  height: 28px;
  cursor: pointer;
}

.ui-datepicker-prev {
  float: left;
  margin-right: 8px;
  background: #ffffff;
}

.ui-datepicker-next {
  float: right;
  margin-left: 8px;
  background: #ffffff;
}

.ui-datepicker-prev.ui-state-disabled, .ui-datepicker-next.ui-state-disabled {
  visibility: hidden;
}

.ui-datepicker-calendar {
  margin: 0 10px 10px 10px;
}

.ui-datepicker-group-first .ui-datepicker-calendar {
  float: right;
}

.ui-datepicker-calendar th {
  width: 25px;
  height: 27px;
  text-align: center;
  font-weight: bold;
}

.ui-datepicker-calendar td {
  width: 25px;
  height: 22px;
  text-align: center;
  background-color: #FFFFFF;
  border: 1px solid #e4e5e8;
}

td.ui-datepicker-week-end {
  background-color: #E3F3FF;
}

td.ui-datepicker-holiday, td.ui-datepicker-week-end:first-child {
  background-color: #feeef1;
}

.ui-datepicker-calendar td.ui-datepicker-current-day {
  background-color: #FFFFCC;
}

.ui-state-disabled {
  color: #B3A89C;
}

.ui-priority-primary,
.ui-priority-secondary {
  display: none;
}

@media (max-width: 767px) {
  .ui-priority-primary {
    display: block;
  }
}

/* prts__diagnosis 診断パーツ */
.prts__diagnosis {
  width: 1080px;
  margin: 70px auto;
  overflow: visible;
}

@media (max-width: 767px) {
  .prts__diagnosis {
    width: auto;
    margin: 6% 0;
  }
}

.prts__diagnosis .cmsi__form-box .cmsi__content-box .c__layout-table-content-box .cmm__table-cell.c__content-txt-box p {
  text-align: right;
}

@media (max-width: 767px) {
  .prts__diagnosis .cmsi__form-box .cmsi__content-box .c__layout-table-content-box .cmm__table-cell.c__content-txt-box p {
    text-align: center;
  }
}

.prts__diagnosis .cmsi__form-box .cmsi__content-box .c__layout-table-content-box .cmm__table-cell.c__content-txt-box p span {
  display: block;
}

.prts__diagnosis .cmsi__form-box .cmsi__content-box .c__layout-table-content-box .cmm__table-cell.c__content-input-box {
  text-align: left;
}

@media (max-width: 767px) {
  .prts__diagnosis .cmsi__form-box .cmsi__content-box .c__layout-table-content-box .cmm__table-cell.c__content-input-box {
    text-align: center;
  }
}

.prts__diagnosis .cmsi__form-box .cmsi__content-box .c__layout-table-content-box .cmm__table-cell.c__content-input-box .errorTxt {
  text-align: left;
}

.prts__diagnosis .c__btn-style-box a.cmp__btn-pink {
  background: #fb9bad;
  border: #fb9bad solid 1px;
  color: #ffffff;
  word-wrap: break-word;
}

.prts__diagnosis .c__btn-style-box a.cmp__btn-pink:link {
  background: #fb9bad;
  border: #fb9bad solid 1px;
  color: #ffffff;
}

.prts__diagnosis .c__btn-style-box a.cmp__btn-pink:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  .prts__diagnosis .c__btn-style-box a.cmp__btn-pink:hover {
    opacity: 1;
  }
}

.prts__diagnosis .fade-enter {
  opacity: 0;
}

.prts__diagnosis .fade-enter-active {
  opacity: 1;
  -webkit-transition: all 1000ms ease-out;
  transition: all 1000ms ease-out;
}

.prts__diagnosis .fade-enter-active-done {
  opacity: 1;
}

.prts__diagnosis .previewNavi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.prts__diagnosis .loading {
  width: 100%;
  text-align: center;
  margin: 40px auto;
  padding: 150px 0;
}

@media (max-width: 767px) {
  .prts__diagnosis .loading {
    margin: 6% 0;
    padding: 35% 0;
  }
}

/* xrostAdForJack バナージャック用　期間限定調整 */
@media (max-width: 767px) {
  #xrostAdForJack {
    margin: 6% 0;
  }
}

/* prts__instagram インスタグラムパーツ */
.prts__instagram {
  width: 1080px;
  margin: 70px auto;
}

@media (max-width: 767px) {
  .prts__instagram {
    width: auto;
    margin: 6% 0;
  }
}

.prts__instagram a {
  color: #000000;
  cursor: pointer !important;
}

.prts__instagram a:link {
  text-decoration: underline;
}

.prts__instagram a:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  .prts__instagram a:hover {
    text-decoration: underline;
    opacity: 1;
  }
}

.prts__instagram a.cmp__txt-link {
  font-size: 14px;
}

.prts__instagram .cmsi__txt .cmp__txt-txt p a:link {
  text-decoration: underline;
}

.prts__instagram .cmsi__txt .cmp__txt-txt p a:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  .prts__instagram .cmsi__txt .cmp__txt-txt p a:hover {
    text-decoration: underline;
    opacity: 1 !important;
  }
}

.prts__instagram .cmm__flex-container {
  width: 1080px;
  margin: 20px auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 767px) {
  .prts__instagram .cmm__flex-container {
    width: auto;
    margin: 4vw;
  }
}

.prts__instagram .cmm__flex-container .cmm__flex-cell {
  width: 250px;
  height: 250px;
  margin: 10px;
  padding: 0;
  overflow: hidden;
}

@media (max-width: 767px) {
  .prts__instagram .cmm__flex-container .cmm__flex-cell {
    width: 42vw;
    height: auto;
    margin: 2vw;
  }
}

.prts__instagram .cmm__flex-container .cmm__flex-cell .c__btn-balancer {
  margin: 0;
  padding: 0;
}

.prts__instagram .cmm__flex-container .cmm__flex-cell .c__btn-balancer .cmsi__panel-link {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.prts__instagram .cmm__flex-container .cmm__flex-cell .c__btn-balancer .cmsi__panel-link a {
  display: block;
  position: relative;
}

@media (max-width: 767px) {
  .prts__instagram .cmm__flex-container .cmm__flex-cell .c__btn-balancer .cmsi__panel-link a {
    text-decoration: none;
  }
}

.prts__instagram .cmm__flex-container .cmm__flex-cell .c__btn-balancer .cmsi__panel-link a .cmp__listtxt-ph img {
  width: 250px;
  height: 250px;
  font-family: 'object-fit:cover;';
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767px) {
  .prts__instagram .cmm__flex-container .cmm__flex-cell .c__btn-balancer .cmsi__panel-link a .cmp__listtxt-ph img {
    width: 42vw;
    height: 42vw;
  }
  .prts__instagram .cmm__flex-container .cmm__flex-cell .c__btn-balancer .cmsi__panel-link a .cmp__listtxt-ph img:hover {
    opacity: 1;
  }
}

.prts__instagram .cmm__flex-container .cmm__flex-cell .c__btn-balancer .cmsi__panel-link a .c__txt-hide-box {
  display: none;
}

@media (max-width: 767px) {
  .prts__instagram .cmm__flex-container .cmm__flex-cell .c__btn-balancer .cmsi__panel-link a .c__txt-hide-box {
    display: block;
    width: auto;
    height: auto;
    margin: 2vw 0;
    padding: 0;
    line-height: 1.4;
    background: transparent;
    position: static;
  }
  .prts__instagram .cmm__flex-container .cmm__flex-cell .c__btn-balancer .cmsi__panel-link a .c__txt-hide-box .cmp__accountname-txt,
  .prts__instagram .cmm__flex-container .cmm__flex-cell .c__btn-balancer .cmsi__panel-link a .c__txt-hide-box .cmp__likescount-txt {
    display: block;
    color: #383838;
    margin: 0;
  }
  .prts__instagram .cmm__flex-container .cmm__flex-cell .c__btn-balancer .cmsi__panel-link a .c__txt-hide-box .cmp__accountname-txt {
    word-wrap: break-word;
    position: relative;
  }
  .prts__instagram .cmm__flex-container .cmm__flex-cell .c__btn-balancer .cmsi__panel-link a .c__txt-hide-box .cmp__likescount-txt {
    white-space: nowrap;
  }
  .prts__instagram .cmm__flex-container .cmm__flex-cell .c__btn-balancer .cmsi__panel-link a .c__txt-hide-box .cmp__likescount-txt::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 3px 0 0;
    background: url("/content/images/ico_like_spn.svg") no-repeat center center;
    background-size: contain;
  }
}

.prts__instagram .cmm__flex-container .cmm__flex-cell .c__btn-balancer .cmsi__panel-link a:hover {
  opacity: 1;
}

.prts__instagram .cmm__flex-container .cmm__flex-cell .c__btn-balancer .cmsi__panel-link a:hover .c__txt-hide-box {
  display: block;
  width: 250px;
  height: 250px;
  padding: 15px;
  text-align: left;
  line-height: 1.7;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}

.prts__instagram .cmm__flex-container .cmm__flex-cell .c__btn-balancer .cmsi__panel-link a:hover .c__txt-hide-box .cmp__accountname-txt,
.prts__instagram .cmm__flex-container .cmm__flex-cell .c__btn-balancer .cmsi__panel-link a:hover .c__txt-hide-box .cmp__likescount-txt {
  display: inline;
  color: #fff;
  margin-right: 10px;
}

.prts__instagram .cmm__flex-container .cmm__flex-cell .c__btn-balancer .cmsi__panel-link a:hover .c__txt-hide-box .cmp__accountname-txt {
  word-wrap: break-word;
  position: relative;
}

.prts__instagram .cmm__flex-container .cmm__flex-cell .c__btn-balancer .cmsi__panel-link a:hover .c__txt-hide-box .cmp__likescount-txt {
  white-space: nowrap;
}

.prts__instagram .cmm__flex-container .cmm__flex-cell .c__btn-balancer .cmsi__panel-link a:hover .c__txt-hide-box .cmp__likescount-txt::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 3px 0 0;
  background: url("/content/images/ico_like.svg") no-repeat center center;
  background-size: contain;
}

@media (max-width: 767px) {
  .prts__instagram .cmm__flex-container .cmm__flex-cell .c__btn-balancer .cmsi__panel-link a:hover .c__txt-hide-box {
    display: block;
    width: auto;
    height: auto;
    margin: 2vw 0;
    padding: 0;
    line-height: 1.4;
    background: transparent;
    position: static;
  }
  .prts__instagram .cmm__flex-container .cmm__flex-cell .c__btn-balancer .cmsi__panel-link a:hover .c__txt-hide-box .cmp__accountname-txt,
  .prts__instagram .cmm__flex-container .cmm__flex-cell .c__btn-balancer .cmsi__panel-link a:hover .c__txt-hide-box .cmp__likescount-txt {
    display: block;
    color: #383838;
    margin: 0;
  }
  .prts__instagram .cmm__flex-container .cmm__flex-cell .c__btn-balancer .cmsi__panel-link a:hover .c__txt-hide-box .cmp__accountname-txt {
    word-wrap: break-word;
    position: relative;
  }
  .prts__instagram .cmm__flex-container .cmm__flex-cell .c__btn-balancer .cmsi__panel-link a:hover .c__txt-hide-box .cmp__likescount-txt {
    white-space: nowrap;
  }
  .prts__instagram .cmm__flex-container .cmm__flex-cell .c__btn-balancer .cmsi__panel-link a:hover .c__txt-hide-box .cmp__likescount-txt::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 3px 0 0;
    background: url("/content/images/ico_like_spn.svg") no-repeat center center;
    background-size: contain;
  }
}

.prts__instagram .cmp__message {
  width: 980px;
  margin: 20px auto;
  padding: 40px;
  background: #feeef1;
  border-radius: 6px;
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  color: #4d4d4d;
}

@media (max-width: 767px) {
  .prts__instagram .cmp__message {
    width: auto;
    margin: 6%;
  }
}

.prts__instagram .cmsi__link-more {
  text-align: center;
}

.prts__instagram .cmsi__link-more a {
  display: inline-block;
  margin: 0 auto;
  padding: 15px 40px;
  background: #ffffff;
  border: 1px solid #383838;
  border-radius: 500px;
  text-align: center;
}

.prts__instagram .cmsi__link-more a:link, .prts__instagram .cmsi__link-more a:hover {
  text-decoration: none;
}

.prts__instagram .cmsi__link-more a.p-instagram__more-btn span.p-instagram__more-btn__text {
  font-size: 16px;
  font-weight: bold;
}

.prts__instagram .cmsi__link {
  margin: 20px 0 0;
  text-align: center;
}

.prts__instagram .cmsi__link a.cmp__txt-link:link {
  text-decoration: underline;
}

.prts__instagram .cmsi__link a.cmp__txt-link:hover {
  text-decoration: none;
}

.prts__instagram .cmp_caution {
  margin: 10px 0 0;
  text-align: center;
  font-size: 12px;
  color: #000000;
}

.prts__instagram .cmsi__modal-wrap {
  width: 100%;
  height: 100%;
  margin: auto;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: scroll;
  z-index: 1500000000;
}

.prts__instagram .cmsi__modal-wrap .cmsi__modal-container {
  display: block;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
}

.prts__instagram .cmsi__modal-wrap .cmsi__modal-box {
  width: 1080px;
  height: 540px;
  margin: auto;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  z-index: 1500000001;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .prts__instagram .cmsi__modal-wrap .cmsi__modal-box {
    width: 86vw;
    height: 43vw;
  }
}

@media (max-width: 767px) {
  .prts__instagram .cmsi__modal-wrap .cmsi__modal-box {
    width: 86vw;
    height: auto;
    top: 14vw;
    bottom: auto;
    margin: 0 auto;
    padding-bottom: 30vw;
    background: transparent;
  }
}

@media (max-width: 767px) {
  .prts__instagram .cmsi__modal-wrap .cmsi__modal-box * a:hover img {
    opacity: 1;
  }
}

.prts__instagram .cmsi__modal-wrap .cmsi__modal-box img {
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .prts__instagram .cmsi__modal-wrap .cmsi__modal-box img {
    vertical-align: top;
  }
}

.prts__instagram .cmsi__modal-wrap .cmsi__modal-box .cmm__button-left {
  width: 55px;
  height: 90px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -60px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .prts__instagram .cmsi__modal-wrap .cmsi__modal-box .cmm__button-left {
    left: -3vw;
  }
}

@media (max-width: 767px) {
  .prts__instagram .cmsi__modal-wrap .cmsi__modal-box .cmm__button-left {
    position: fixed;
    width: 9vw;
    height: 16vw;
    left: 0;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    z-index: 2;
  }
}

.prts__instagram .cmsi__modal-wrap .cmsi__modal-box .cmm__button-left img {
  width: 15px;
  height: 50px;
}

.prts__instagram .cmsi__modal-wrap .cmsi__modal-box .cmm__button-left a {
  display: block;
  padding: 20px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

@media (max-width: 767px) {
  .prts__instagram .cmsi__modal-wrap .cmsi__modal-box .cmm__button-left a {
    display: block;
    background: #000;
    padding: 3vw;
    border-radius: 0 5px 5px 0 / 0 5px 5px 0;
  }
}

.prts__instagram .cmsi__modal-wrap .cmsi__modal-box .cmm__column-box {
  width: 100%;
  height: 540px;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  word-wrap: break-word;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .prts__instagram .cmsi__modal-wrap .cmsi__modal-box .cmm__column-box {
    width: 86vw;
    height: 43vw;
    background: #ffffff;
  }
}

@media (max-width: 767px) {
  .prts__instagram .cmsi__modal-wrap .cmsi__modal-box .cmm__column-box {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    background: #ffffff;
  }
}

.prts__instagram .cmsi__modal-wrap .cmsi__modal-box .cmm__column-box .cmm__column-left {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 540px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .prts__instagram .cmsi__modal-wrap .cmsi__modal-box .cmm__column-box .cmm__column-left {
    width: 43vw;
    height: 43vw;
  }
}

@media (max-width: 767px) {
  .prts__instagram .cmsi__modal-wrap .cmsi__modal-box .cmm__column-box .cmm__column-left {
    width: 86vw;
    height: auto;
    display: block;
  }
}

.prts__instagram .cmsi__modal-wrap .cmsi__modal-box .cmm__column-box .cmm__column-left .c__img-box {
  margin: 0;
  padding: 0;
}

@media (max-width: 767px) {
  .prts__instagram .cmsi__modal-wrap .cmsi__modal-box .cmm__column-box .cmm__column-left .c__img-box {
    width: 100%;
  }
}

.prts__instagram .cmsi__modal-wrap .cmsi__modal-box .cmm__column-box .cmm__column-left .c__img-box .cmp__img-item {
  margin: 0;
  padding: 0;
  width: 540px;
  height: 540px;
  position: relative;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .prts__instagram .cmsi__modal-wrap .cmsi__modal-box .cmm__column-box .cmm__column-left .c__img-box .cmp__img-item {
    width: 43vw;
    height: 43vw;
  }
}

@media (max-width: 767px) {
  .prts__instagram .cmsi__modal-wrap .cmsi__modal-box .cmm__column-box .cmm__column-left .c__img-box .cmp__img-item {
    width: 86vw;
    height: auto;
  }
}

.prts__instagram .cmsi__modal-wrap .cmsi__modal-box .cmm__column-box .cmm__column-left .c__img-box .cmp__img-item img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@media (max-width: 767px) {
  .prts__instagram .cmsi__modal-wrap .cmsi__modal-box .cmm__column-box .cmm__column-left .c__img-box .cmp__img-item img {
    position: static;
  }
}

.prts__instagram .cmsi__modal-wrap .cmsi__modal-box .cmm__column-box .cmm__column-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
  height: 540px;
  padding: 30px 20px 30px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .prts__instagram .cmsi__modal-wrap .cmsi__modal-box .cmm__column-box .cmm__column-right {
    width: 43vw;
    height: 43vw;
  }
}

@media (max-width: 767px) {
  .prts__instagram .cmsi__modal-wrap .cmsi__modal-box .cmm__column-box .cmm__column-right {
    width: 100%;
    height: auto;
    padding: 4vw;
  }
}

.prts__instagram .cmsi__modal-wrap .cmsi__modal-box .cmm__column-box .cmm__column-right .cmm__flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.prts__instagram .cmsi__modal-wrap .cmsi__modal-box .cmm__column-box .cmm__column-right .cmm__flex-box .cmm__flex-left {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}

.prts__instagram .cmsi__modal-wrap .cmsi__modal-box .cmm__column-box .cmm__column-right .cmm__flex-box .cmm__flex-left .c__icon-box .c__img-box {
  margin: 0;
  padding: 0;
}

.prts__instagram .cmsi__modal-wrap .cmsi__modal-box .cmm__column-box .cmm__column-right .cmm__flex-box .cmm__flex-left .c__icon-box .c__img-box .cmp__img-item {
  margin: 0;
  padding: 0;
}

.prts__instagram .cmsi__modal-wrap .cmsi__modal-box .cmm__column-box .cmm__column-right .cmm__flex-box .cmm__flex-left .c__icon-box .c__img-box .cmp__img-item img {
  margin: 0;
  padding: 0;
}

.prts__instagram .cmsi__modal-wrap .cmsi__modal-box .cmm__column-box .cmm__column-right .cmm__flex-box .cmm__flex-right .cmp__article-box-accountname a {
  font-size: 16px;
}

.prts__instagram .cmsi__modal-wrap .cmsi__modal-box .cmm__column-box .cmm__column-right .cmm__flex-box .cmm__flex-right .cmp__article-box-accountname a.cmp__txt-link {
  line-height: 1.7;
}

.prts__instagram .cmsi__modal-wrap .cmsi__modal-box .cmm__column-box .cmm__column-right .cmm__flex-box .cmm__flex-right .cmp__article-box-posteddate {
  font-size: 12px;
}

.prts__instagram .cmsi__modal-wrap .cmsi__modal-box .cmm__column-box .cmm__column-right .cmp__article-box-txt {
  margin-top: 30px;
  padding: 0 10px 0 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: auto;
}

@media (max-width: 767px) {
  .prts__instagram .cmsi__modal-wrap .cmsi__modal-box .cmm__column-box .cmm__column-right .cmp__article-box-txt {
    margin-top: 4vw;
    padding: 0;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    overflow: visible;
  }
}

.prts__instagram .cmsi__modal-wrap .cmsi__modal-box .cmm__column-box .cmm__column-right .cmp__article-box-txt::-webkit-scrollbar {
  width: 10px;
}

.prts__instagram .cmsi__modal-wrap .cmsi__modal-box .cmm__column-box .cmm__column-right .cmp__article-box-txt::-webkit-scrollbar-track {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
}

.prts__instagram .cmsi__modal-wrap .cmsi__modal-box .cmm__column-box .cmm__column-right .cmp__article-box-txt::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
          box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

.prts__instagram .cmsi__modal-wrap .cmsi__modal-box .cmm__button-right {
  width: 55px;
  height: 90px;
  margin: auto;
  position: absolute;
  top: 0;
  right: -60px;
  bottom: 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .prts__instagram .cmsi__modal-wrap .cmsi__modal-box .cmm__button-right {
    right: -3vw;
  }
}

@media (max-width: 767px) {
  .prts__instagram .cmsi__modal-wrap .cmsi__modal-box .cmm__button-right {
    position: fixed;
    width: 9vw;
    height: 16vw;
    right: 0;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    z-index: 2;
  }
}

.prts__instagram .cmsi__modal-wrap .cmsi__modal-box .cmm__button-right img {
  width: 15px;
  height: 50px;
}

.prts__instagram .cmsi__modal-wrap .cmsi__modal-box .cmm__button-right a {
  display: block;
  padding: 20px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

@media (max-width: 767px) {
  .prts__instagram .cmsi__modal-wrap .cmsi__modal-box .cmm__button-right a {
    display: block;
    background: #000;
    padding: 3vw;
    border-radius: 5px 0 0 5px / 5px 0 0 5px;
  }
}

.prts__instagram .cmsi__modal-wrap .cmsi__modal-box .cmsi__report {
  width: 1080px;
  position: absolute;
  bottom: -34px;
  text-align: right;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .prts__instagram .cmsi__modal-wrap .cmsi__modal-box .cmsi__report {
    width: 86vw;
  }
}

@media (max-width: 767px) {
  .prts__instagram .cmsi__modal-wrap .cmsi__modal-box .cmsi__report {
    position: static;
    width: 100%;
    text-align: left;
    margin: 4vw 0;
  }
}

.prts__instagram .cmsi__modal-wrap .cmsi__modal-box .cmsi__report a {
  display: inline;
  position: relative;
}

.prts__instagram .cmsi__modal-wrap .cmsi__modal-box .cmsi__report a.cmp__txt-link {
  padding-left: 15px;
  color: #ffffff !important;
  line-height: 1;
}

.prts__instagram .cmsi__modal-wrap .cmsi__modal-box .cmsi__report a.cmp__txt-link::before {
  content: "";
  width: 8px;
  height: 16px;
  margin: auto;
  background: url("/content/images/ico_arrow_report.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.prts__instagram .cmsi__modal-wrap .cmsi__modal-box .cmm__button-top {
  position: absolute;
  top: -50px;
  right: -50px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .prts__instagram .cmsi__modal-wrap .cmsi__modal-box .cmm__button-top {
    right: -30px;
  }
}

@media (max-width: 767px) {
  .prts__instagram .cmsi__modal-wrap .cmsi__modal-box .cmm__button-top {
    top: -10vw;
    right: 0;
  }
}

.prts__instagram .cmsi__modal-wrap .cmsi__modal-box .cmm__button-top img {
  width: 30px;
  height: 30px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .prts__instagram .cmsi__modal-wrap .cmsi__modal-box .cmm__button-top img {
    width: 26px;
    height: 26px;
  }
}

@media (max-width: 767px) {
  .prts__instagram .cmsi__modal-wrap .cmsi__modal-box .cmm__button-top img {
    width: 6vw;
    height: 6vw;
  }
}

.prts__instagram .cmsi__modal-wrap .cmsi__modal-box .cmm__button-top a {
  display: block;
}

.modal_fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* prts__howto Howtoパーツ */
.prts__howto .cmm__flex-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 767px) {
  .prts__howto .cmm__flex-container {
    display: block;
  }
}

.prts__howto .cmm__flex-container .cmm__flex-cell {
  width: 50%;
}

@media (max-width: 767px) {
  .prts__howto .cmm__flex-container .cmm__flex-cell {
    width: 100%;
  }
}

.prts__howto .cmm__flex-container .cmm__flex-cell .cmm__flex-balancer__padding {
  padding: 10px;
  height: 100%;
}

.prts__howto .cmm__flex-container .cmm__flex-cell .cmm__flex-balancer__padding .c__content-txt-box {
  padding: 10px;
}

.prts__howto .cmm__flex-container .cmm__flex-cell .cmm__flex-balancer__padding .c__content-txt-box .c__img-box {
  margin-bottom: 0;
}

.prts__howto .cmm__flex-container .cmm__flex-cell .cmm__flex-balancer__padding .c__content-txt-box .c__img-box .cmp__img-caption {
  padding: 10px;
}

.prts__howto .cmm__flex-container .cmm__flex-cell .cmm__flex-balancer__padding .c__content-txt-box.firstly .cmp__article-box-txt {
  font-weight: bold;
}

.prts__howto .cmm__flex-container .cmm__flex-cell .cmm__flex-balancer__padding .c__content-txt-box.firstly .cmp__article-box-txt a.cmp__txt-link {
  font-weight: bold;
}

.prts__howto .cmm__flex-container .cmm__flex-cell .cmm__flex-balancer__padding .c__btn-area .c__btn-style-box {
  width: 80%;
}

.prts__howto .cmm__flex-container.pat01 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.prts__howto .cmm__flex-container.pat01 .cmm__flex-cell {
  width: 100%;
}

.prts__howto .cmm__flex-container.pat01 .cmm__flex-cell .c__btn-area .c__btn-style-box {
  width: 45%;
  margin: 0 0 0 auto;
}

@media (max-width: 767px) {
  .prts__howto .cmm__flex-container.pat01 .cmm__flex-cell .c__btn-area .c__btn-style-box {
    width: 80%;
    margin: 0 auto;
  }
}

.prts__howto .cmm__flex-container.pat02 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 767px) {
  .prts__howto .cmm__flex-container.pat02 {
    display: block;
  }
}

.prts__howto .cmm__flex-container.pat02 .cmm__flex-cell {
  width: 50%;
}

@media (max-width: 767px) {
  .prts__howto .cmm__flex-container.pat02 .cmm__flex-cell {
    width: 100%;
  }
}

.prts__howto .cmm__flex-container.pat03 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 767px) {
  .prts__howto .cmm__flex-container.pat03 {
    display: block;
  }
}

.prts__howto .cmm__flex-container.pat03 .cmm__flex-cell {
  width: 33.33%;
}

@media (max-width: 767px) {
  .prts__howto .cmm__flex-container.pat03 .cmm__flex-cell {
    width: 100%;
  }
}

.prts__howto .cmm__flex-container.howto01 .c__content-txt-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 767px) {
  .prts__howto .cmm__flex-container.howto01 .c__content-txt-box {
    display: block;
  }
}

.prts__howto .cmm__flex-container.howto01 .c__content-txt-box .cmp__article-box-txt {
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}

.prts__howto .cmm__flex-container.howto01 .c__content-txt-box .c__img-box {
  width: 33.33%;
}

@media (max-width: 767px) {
  .prts__howto .cmm__flex-container.howto01 .c__content-txt-box .c__img-box {
    width: 100%;
  }
}

.prts__howto .cmm__flex-container.howto01 .c__content-txt-box.secondly {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .prts__howto .cmm__flex-container.howto01 .c__content-txt-box.secondly {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.prts__howto .cmm__flex-container.howto01 .c__content-txt-box.secondly .c__img-box {
  margin-right: 10px;
}

@media (max-width: 767px) {
  .prts__howto .cmm__flex-container.howto01 .c__content-txt-box.secondly .c__img-box {
    margin: 0 0 10px 0;
  }
}

.prts__howto .cmm__flex-container.howto02 .c__content-txt-box .cmp__article-box-txt {
  padding: 0;
  position: relative;
}

.prts__howto .cmm__flex-container.howto02 .c__content-txt-box.secondly {
  display: block;
}

.prts__howto .cmm__flex-container.howto02 .c__content-txt-box.secondly .c__img-box {
  margin-bottom: 10px;
}

/* prts__faq FAQパーツ */
.prts__faq .cmm__flex-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 767px) {
  .prts__faq .cmm__flex-container {
    display: block;
  }
}

.prts__faq .cmm__flex-container .cmm__flex-cell {
  width: 50%;
}

@media (max-width: 767px) {
  .prts__faq .cmm__flex-container .cmm__flex-cell {
    width: 100%;
  }
}

.prts__faq .cmm__flex-container .cmm__flex-cell .cmm__flex-balancer__padding {
  padding: 10px;
  height: 100%;
}

.prts__faq .cmm__flex-container .cmm__flex-cell .cmm__flex-balancer__padding .c__content-txt-box {
  padding: 10px;
}

.prts__faq .cmm__flex-container .cmm__flex-cell .cmm__flex-balancer__padding .c__content-txt-box .c__img-box {
  margin-bottom: 0;
}

.prts__faq .cmm__flex-container .cmm__flex-cell .cmm__flex-balancer__padding .c__content-txt-box .c__img-box .cmp__img-caption {
  padding: 10px;
}

.prts__faq .cmm__flex-container .cmm__flex-cell .cmm__flex-balancer__padding .c__content-txt-box.firstly .cmp__article-box-txt {
  font-weight: bold;
}

.prts__faq .cmm__flex-container .cmm__flex-cell .cmm__flex-balancer__padding .c__content-txt-box.firstly .cmp__article-box-txt a.cmp__txt-link {
  font-weight: bold;
}

.prts__faq .cmm__flex-container .cmm__flex-cell .cmm__flex-balancer__padding .c__btn-area .c__btn-style-box {
  width: 80%;
}

.prts__faq .cmm__flex-container.pat01 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.prts__faq .cmm__flex-container.pat01 .cmm__flex-cell {
  width: 100%;
}

.prts__faq .cmm__flex-container.pat01 .cmm__flex-cell .c__btn-area .c__btn-style-box {
  width: 45%;
  margin: 0 0 0 auto;
}

@media (max-width: 767px) {
  .prts__faq .cmm__flex-container.pat01 .cmm__flex-cell .c__btn-area .c__btn-style-box {
    width: 80%;
    margin: 0 auto;
  }
}

.prts__faq .cmm__flex-container.pat02 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 767px) {
  .prts__faq .cmm__flex-container.pat02 {
    display: block;
  }
}

.prts__faq .cmm__flex-container.pat02 .cmm__flex-cell {
  width: 50%;
}

@media (max-width: 767px) {
  .prts__faq .cmm__flex-container.pat02 .cmm__flex-cell {
    width: 100%;
  }
}

.prts__faq .cmm__flex-container.pat03 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 767px) {
  .prts__faq .cmm__flex-container.pat03 {
    display: block;
  }
}

.prts__faq .cmm__flex-container.pat03 .cmm__flex-cell {
  width: 33.33%;
}

@media (max-width: 767px) {
  .prts__faq .cmm__flex-container.pat03 .cmm__flex-cell {
    width: 100%;
  }
}

.prts__faq .cmm__flex-container.faq01 .c__content-txt-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 767px) {
  .prts__faq .cmm__flex-container.faq01 .c__content-txt-box {
    display: block;
  }
}

.prts__faq .cmm__flex-container.faq01 .c__content-txt-box .cmp__article-box-txt {
  padding: 0.2em 0 0 25px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}

.prts__faq .cmm__flex-container.faq01 .c__content-txt-box .c__img-box {
  width: 33.33%;
}

@media (max-width: 767px) {
  .prts__faq .cmm__flex-container.faq01 .c__content-txt-box .c__img-box {
    width: 100%;
  }
}

.prts__faq .cmm__flex-container.faq01 .c__content-txt-box.firstly .cmp__article-box-txt::before {
  content: "Q.";
  margin-right: 5px;
  font-size: 120%;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}

.prts__faq .cmm__flex-container.faq01 .c__content-txt-box.secondly .cmp__article-box-txt::before {
  content: "A.";
  margin-right: 5px;
  font-size: 120%;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}

.prts__faq .cmm__flex-container.faq01 .c__content-txt-box.secondly .c__img-box {
  margin-left: 10px;
}

@media (max-width: 767px) {
  .prts__faq .cmm__flex-container.faq01 .c__content-txt-box.secondly .c__img-box {
    margin: 10px 0 0 0;
  }
}

.prts__faq .cmm__flex-container.faq02 .c__content-txt-box .cmp__article-box-txt {
  padding: 0.2em 0 0 25px;
  position: relative;
}

.prts__faq .cmm__flex-container.faq02 .c__content-txt-box.firstly .cmp__article-box-txt::before {
  content: "Q.";
  margin-right: 5px;
  font-size: 120%;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}

.prts__faq .cmm__flex-container.faq02 .c__content-txt-box.secondly .cmp__article-box-txt::before {
  content: "A.";
  margin-right: 5px;
  font-size: 120%;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}

.prts__faq .cmm__flex-container.faq02 .c__content-txt-box.secondly .c__img-box {
  margin-top: 10px;
}

/* Bug fixes:prts__contents_65 */
.cmm__serial-wrap .cmm__serial-container .cmm__serial-cell .cmp__pickup-copy {
  margin: 10px 0 5px 0;
}

@media (max-width: 767px) {
  .cmm__serial-wrap .cmm__serial-container .cmm__serial-cell .cmp__pickup-copy {
    margin: 10px 5px 5px;
  }
}

@media (max-width: 767px) {
  .cmm__serial-wrap .cmm__serial-container .cmm__serial-cell .cmp__column-category {
    width: auto;
    margin: 0 5px;
  }
}

/* timeline prts large:prts__contents_61 */
@media (max-width: 767px) {
  .prts__contents_61_large {
    padding-bottom: 6%;
  }
}

.prts__contents_61_large .p__timeline-panel-link {
  padding: 0;
}

.prts__contents_61_large .p__timeline-panel-link .cmm__flex-container {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 767px) {
  .prts__contents_61_large .p__timeline-panel-link .cmm__flex-container {
    display: block;
  }
}

.prts__contents_61_large .p__timeline-panel-link .cmm__flex-container .cmm__flex-cell {
  padding: 20px;
}

@media (max-width: 767px) {
  .prts__contents_61_large .p__timeline-panel-link .cmm__flex-container .cmm__flex-cell {
    width: 100%;
    padding: 6% 6% 0;
  }
}

.prts__contents_61_large .p__timeline-panel-link .cmm__flex-container .cmm__flex-cell .c__btn-balancer {
  margin: 0;
}

.prts__contents_61_large .p__timeline-panel-link .cmm__flex-container .cmm__flex-cell .c__btn-balancer .cmsi__panel-link {
  overflow: hidden;
}

.prts__contents_61_large .p__timeline-panel-link .cmm__flex-container .cmm__flex-cell .c__btn-balancer .cmsi__panel-link a:hover {
  text-decoration: none;
}

.prts__contents_61_large .p__timeline-panel-link .cmm__flex-container .cmm__flex-cell .c__btn-balancer .cmsi__panel-link a:hover * {
  opacity: 0.7;
}

.prts__contents_61_large .p__timeline-panel-link .cmm__flex-container .cmm__flex-cell .c__btn-balancer .cmsi__panel-link a .c__txt-box {
  text-align: left;
  padding: 20px;
}

@media (max-width: 767px) {
  .prts__contents_61_large .p__timeline-panel-link .cmm__flex-container .cmm__flex-cell .c__btn-balancer .cmsi__panel-link a .c__txt-box {
    padding: 6%;
  }
}

.prts__contents_61_large .p__timeline-panel-link .cmm__flex-container .cmm__flex-cell .c__btn-balancer .cmsi__panel-link a .c__txt-box .cmp__listtxt-article {
  font-size: 12px;
}

.prts__contents_61_large .p__timeline-panel-link .cmm__flex-container .cmm__flex-cell .c__btn-balancer .cmsi__panel-link a .c__txt-box .cmp__listtxt-title {
  margin: 20px 0 0;
  padding: 0;
  line-height: 1.4;
  font-size: 113%;
  font-weight: bold;
}

@media (max-width: 767px) {
  .prts__contents_61_large .p__timeline-panel-link .cmm__flex-container .cmm__flex-cell .c__btn-balancer .cmsi__panel-link a .c__txt-box .cmp__listtxt-title {
    margin: 6% 0 0;
  }
}

.prts__contents_61_large .p__timeline-panel-link .cmm__flex-container .cmm__flex-cell .c__btn-balancer .cmsi__panel-link a .c__txt-box .c__listtxt-txt {
  margin: 20px 0 0;
  padding: 0;
}

@media (max-width: 767px) {
  .prts__contents_61_large .p__timeline-panel-link .cmm__flex-container .cmm__flex-cell .c__btn-balancer .cmsi__panel-link a .c__txt-box .c__listtxt-txt {
    margin: 6% 0 0;
  }
}

.prts__contents_61_large .p__timeline-panel-link .cmm__flex-container .cmm__flex-cell .c__btn-balancer .cmsi__panel-link a .c__txt-box .cmp__listtxt-date {
  margin: 20px 0 0;
  padding: 0;
  font-size: 12px;
}

@media (max-width: 767px) {
  .prts__contents_61_large .p__timeline-panel-link .cmm__flex-container .cmm__flex-cell .c__btn-balancer .cmsi__panel-link a .c__txt-box .cmp__listtxt-date {
    margin: 6% 0 0;
  }
}

.prts__contents_61_large .layout-col .cmm__flex-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.prts__contents_61_large .layout-col .cmm__flex-container .cmm__flex-cell {
  width: 100%;
  min-height: 0%;
}

@media (max-width: 767px) {
  .prts__contents_61_large .layout-col .cmm__flex-container .cmm__flex-cell {
    min-height: 0;
  }
}

.prts__contents_61_large .layout-col .cmm__flex-container .cmm__flex-cell a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 767px) {
  .prts__contents_61_large .layout-col .cmm__flex-container .cmm__flex-cell a {
    display: block;
  }
}

.prts__contents_61_large .layout-col .cmm__flex-container .cmm__flex-cell a .cmp__listtxt-ph {
  width: 50%;
}

@media (max-width: 767px) {
  .prts__contents_61_large .layout-col .cmm__flex-container .cmm__flex-cell a .cmp__listtxt-ph {
    width: 100%;
  }
}

.prts__contents_61_large .layout-col .cmm__flex-container .cmm__flex-cell a .cmp__listtxt-ph img {
  border-radius: 0;
}

.prts__contents_61_large .layout-col .cmm__flex-container .cmm__flex-cell a .c__txt-box {
  width: 50%;
}

@media (max-width: 767px) {
  .prts__contents_61_large .layout-col .cmm__flex-container .cmm__flex-cell a .c__txt-box {
    width: 100%;
  }
}

/* itemselect */
.prts_itemselect {
  word-wrap: break-word;
  word-break: break-word !important;
}

.prts_itemselect .c__product-txt-box {
  margin: 40px 20px 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e8e8e8;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .prts_itemselect .c__product-txt-box {
    margin: 40px 10px 10px;
    padding: 0;
    border: none;
  }
}

.prts_itemselect .c__product-txt-box .cmp__article-box-label {
  display: inline-block;
  margin: 0 8px 10px 0;
  padding: 3px 7px;
  font-size: 94%;
  background: #fb9bad;
}

.prts_itemselect .c__product-txt-box .cmp__article-box-distributor {
  padding-bottom: 10px;
  font-size: 14px;
}

.prts_itemselect .c__product-txt-box .cmp__article-box-distributor a {
  font-size: 14px;
}

.prts_itemselect .c__product-txt-box .cmp__article-box-distributor a:link {
  text-decoration: underline;
}

.prts_itemselect .c__product-txt-box .cmp__article-box-distributor a:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  .prts_itemselect .c__product-txt-box .cmp__article-box-distributor a:hover {
    text-decoration: underline;
  }
}

.prts_itemselect .c__product-txt-box .cmp__article-box-productname {
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}

.prts_itemselect .c__product-txt-box .cmp__article-box-productname a {
  font-size: 20px;
  font-weight: bold;
}

.prts_itemselect .c__product-txt-box .cmp__article-box-productname a:link {
  text-decoration: underline;
}

.prts_itemselect .c__product-txt-box .cmp__article-box-productname a:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  .prts_itemselect .c__product-txt-box .cmp__article-box-productname a:hover {
    text-decoration: underline;
  }
}

.prts_itemselect .c__product-txt-box .cmp__article-box-price {
  padding-bottom: 10px;
  font-size: 14px;
  color: #fb4466;
}

.prts_itemselect .c__product-txt-box .cmp__article-box-price span.num {
  font-size: 18px;
  font-weight: bold;
}

.prts_itemselect .c__product-txt-box .cmp__article-box-price span.num a {
  font-size: 18px;
  font-weight: bold;
  color: #fb4466;
}

.prts_itemselect .c__product-txt-box .cmp__article-box-price span.num a:link {
  text-decoration: underline;
}

.prts_itemselect .c__product-txt-box .cmp__article-box-price span.num a:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  .prts_itemselect .c__product-txt-box .cmp__article-box-price span.num a:hover {
    text-decoration: underline;
  }
}

.prts_itemselect .c__layout-flex-content-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 767px) {
  .prts_itemselect .c__layout-flex-content-column {
    display: block;
  }
}

.prts_itemselect .c__layout-flex-content-column .cmm__flex-cell {
  display: block;
  width: auto;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
}

@media (max-width: 767px) {
  .prts_itemselect .c__layout-flex-content-column .cmm__flex-cell {
    width: 100%;
  }
}

.prts_itemselect .c__layout-flex-content-column .cmm__flex-cell .c__column-balancer {
  margin: 10px 20px 40px;
  padding: 0;
}

@media (max-width: 767px) {
  .prts_itemselect .c__layout-flex-content-column .cmm__flex-cell .c__column-balancer {
    margin: 10px;
  }
}

.prts_itemselect .c__layout-flex-content-column .cmm__flex-cell .c__column-balancer .c__img-box {
  max-width: 650px;
  margin: 0 auto;
}

.prts_itemselect .c__layout-flex-content-column .cmm__flex-cell .c__column-balancer .c__img-box .cmp__img-item a {
  display: block;
}

.prts_itemselect .c__layout-flex-content-column .cmm__flex-cell .c__column-balancer .c__img-box .cmp__img-item .c__img-box-inner {
  width: 100%;
  padding-top: 100%;
  background: #ffffff;
  position: relative;
}

@media (max-width: 767px) {
  .prts_itemselect .c__layout-flex-content-column .cmm__flex-cell .c__column-balancer .c__img-box .cmp__img-item .c__img-box-inner {
    padding: 0;
  }
}

.prts_itemselect .c__layout-flex-content-column .cmm__flex-cell .c__column-balancer .c__img-box .cmp__img-item .c__img-box-inner img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@media (max-width: 767px) {
  .prts_itemselect .c__layout-flex-content-column .cmm__flex-cell .c__column-balancer .c__img-box .cmp__img-item .c__img-box-inner img {
    position: static;
    -o-object-fit: contain;
       object-fit: contain;
    max-height: calc(100vw - 40px);
  }
}

.prts_itemselect .c__layout-flex-content-column .cmm__flex-cell .c__column-balancer .c__img-box .cmp__img-item .youtube {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.prts_itemselect .c__layout-flex-content-column .cmm__flex-cell .c__column-balancer .c__img-box .cmp__img-item .youtube iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  right: 0;
}

.prts_itemselect .c__layout-flex-content-column .cmm__flex-cell .c__column-balancer .c__img-box .cmp__img-caption {
  padding: 10px;
}

.prts_itemselect .c__layout-flex-content-column .cmm__flex-cell .c__column-balancer .c__content-txt-box .cmp__article-box-title {
  font-size: 20px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .prts_itemselect .c__layout-flex-content-column .cmm__flex-cell .c__column-balancer .c__content-txt-box .cmp__article-box-title {
    margin: 20px 0 0;
  }
}

.prts_itemselect .c__layout-flex-content-column .cmm__flex-cell .c__column-balancer .c__content-txt-box .cmp__article-box-title a {
  font-size: 20px;
  font-weight: bold;
}

.prts_itemselect .c__layout-flex-content-column .cmm__flex-cell .c__column-balancer .c__content-txt-box .cmp__article-box-title a:link {
  text-decoration: underline;
}

.prts_itemselect .c__layout-flex-content-column .cmm__flex-cell .c__column-balancer .c__content-txt-box .cmp__article-box-title a:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  .prts_itemselect .c__layout-flex-content-column .cmm__flex-cell .c__column-balancer .c__content-txt-box .cmp__article-box-title a:hover {
    text-decoration: underline;
  }
}

.prts_itemselect .c__layout-flex-content-column .cmm__flex-cell .c__column-balancer .c__content-txt-box .cmp__article-box-txt {
  margin: 30px 0 0;
}

@media (max-width: 767px) {
  .prts_itemselect .c__layout-flex-content-column .cmm__flex-cell .c__column-balancer .c__content-txt-box .cmp__article-box-txt {
    margin: 20px 0 0;
  }
}

.prts_itemselect .c__layout-flex-content-column .cmm__flex-cell .c__column-balancer .c__content-txt-box .cmp__article-box-txt a:link {
  text-decoration: underline;
}

.prts_itemselect .c__layout-flex-content-column .cmm__flex-cell .c__column-balancer .c__content-txt-box .cmp__article-box-txt a:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  .prts_itemselect .c__layout-flex-content-column .cmm__flex-cell .c__column-balancer .c__content-txt-box .cmp__article-box-txt a:hover {
    text-decoration: underline;
  }
}

.prts_itemselect .c__layout-flex-content-column .cmm__flex-cell .c__column-balancer .c__content-txt-box .cmp__article-box-caution {
  margin: 30px 0 0;
  padding: 20px;
}

@media (max-width: 767px) {
  .prts_itemselect .c__layout-flex-content-column .cmm__flex-cell .c__column-balancer .c__content-txt-box .cmp__article-box-caution {
    margin: 20px 0 0;
  }
}

.prts_itemselect .c__layout-flex-content-column .cmm__flex-cell .c__column-balancer .c__content-txt-box .cmp__article-box-caution .cmp__article-box-caution-ttl {
  margin: 0;
  font-weight: bold;
}

.prts_itemselect .c__layout-flex-content-column .cmm__flex-cell .c__column-balancer .c__content-txt-box .cmp__article-box-caution .cmp__article-box-caution-ttl a {
  font-weight: bold;
}

.prts_itemselect .c__layout-flex-content-column .cmm__flex-cell .c__column-balancer .c__content-txt-box .cmp__article-box-caution .cmp__article-box-caution-ttl a:link {
  text-decoration: underline;
}

.prts_itemselect .c__layout-flex-content-column .cmm__flex-cell .c__column-balancer .c__content-txt-box .cmp__article-box-caution .cmp__article-box-caution-ttl a:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  .prts_itemselect .c__layout-flex-content-column .cmm__flex-cell .c__column-balancer .c__content-txt-box .cmp__article-box-caution .cmp__article-box-caution-ttl a:hover {
    text-decoration: underline;
  }
}

.prts_itemselect .c__layout-flex-content-column .cmm__flex-cell .c__column-balancer .c__content-txt-box .cmp__article-box-caution p {
  margin-top: 10px;
}

.prts_itemselect .c__layout-flex-content-column .cmm__flex-cell .c__column-balancer .c__content-txt-box .cmp__article-box-caution p a:link {
  text-decoration: underline;
}

.prts_itemselect .c__layout-flex-content-column .cmm__flex-cell .c__column-balancer .c__content-txt-box .cmp__article-box-caution p a:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  .prts_itemselect .c__layout-flex-content-column .cmm__flex-cell .c__column-balancer .c__content-txt-box .cmp__article-box-caution p a:hover {
    text-decoration: underline;
  }
}

.prts_itemselect .c__layout-flex-content-column .cmm__flex-cell .c__column-balancer .c__content-txt-box .cmp__article-box-caution .c__txt-link-box {
  margin-top: 10px;
  padding: 0;
}

.prts_itemselect .c__layout-flex-content-column .cmm__flex-cell .c__column-balancer .c__content-txt-box .cmp__article-box-caution .c__txt-link-box a:link {
  text-decoration: underline;
}

.prts_itemselect .c__layout-flex-content-column .cmm__flex-cell .c__column-balancer .c__content-txt-box .cmp__article-box-caution .c__txt-link-box a:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  .prts_itemselect .c__layout-flex-content-column .cmm__flex-cell .c__column-balancer .c__content-txt-box .cmp__article-box-caution .c__txt-link-box a:hover {
    text-decoration: underline;
  }
}

.prts_itemselect .c__layout-flex-content-column .cmm__flex-cell .c__column-balancer .c__content-txt-box .cmp__article-box-table {
  margin: 30px 0 0;
}

.prts_itemselect .c__layout-flex-content-column .cmm__flex-cell .c__column-balancer .c__content-txt-box .cmp__article-box-table table {
  width: 100%;
  table-layout: fixed;
}

.prts_itemselect .c__layout-flex-content-column .cmm__flex-cell .c__column-balancer .c__content-txt-box .cmp__article-box-table table th, .prts_itemselect .c__layout-flex-content-column .cmm__flex-cell .c__column-balancer .c__content-txt-box .cmp__article-box-table table td {
  border: #d4d4d4 1px solid;
  padding: 15px;
}

.prts_itemselect .c__layout-flex-content-column .cmm__flex-cell .c__column-balancer .c__content-txt-box .cmp__article-box-table table th {
  background: #eeeeee;
}

.prts_itemselect .c__layout-flex-content-column .cmm__flex-cell .c__column-balancer .c__content-txt-box .c__btn-area {
  margin: 30px 0 0;
}

@media (max-width: 767px) {
  .prts_itemselect .c__layout-flex-content-column .cmm__flex-cell .c__column-balancer .c__content-txt-box .c__btn-area {
    margin: 20px 0 0;
  }
}

.prts_itemselect .c__layout-flex-content-column .cmm__flex-cell .c__column-balancer .c__content-txt-box .c__btn-area .c__btn-style-box {
  width: 80%;
  margin: 10px auto;
  padding: 0;
}

@media (max-width: 767px) {
  .prts_itemselect .c__layout-flex-content-column .cmm__flex-cell .c__column-balancer .c__content-txt-box .c__btn-area .c__btn-style-box {
    width: 100%;
  }
}

/* comment_modal:spnのみ */
@media (max-width: 767px) {
  .comment_modalbox {
    width: 100%;
    height: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 10;
  }
  .comment_modalbox * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .comment_modalbox .expCmntListHeader {
    position: fixed;
    top: 0;
    width: 100%;
    height: 46px;
    padding: 15px 40px;
    background: #fff;
    -webkit-box-shadow: 0 0 7px #666;
            box-shadow: 0 0 7px #666;
    z-index: 20;
  }
  .comment_modalbox .expCmntListHeader .expCmntListTtl {
    text-align: center;
    font-weight: bold;
  }
  .comment_modalbox .expCmntListHeader a:after {
    content: none;
  }
  .comment_modalbox .expCmntListHeader a.expCmntListCloseBtn {
    display: block;
    width: 46px;
    height: 46px;
    margin: auto;
    padding: 5px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
  }
  .comment_modalbox .expCmntListHeader a.expCmntListCloseBtn img {
    width: 34px;
    height: 34px;
  }
  .comment_modalbox .commentArea {
    width: 100%;
    position: fixed;
    z-index: 10;
    top: 0;
    bottom: 0;
    overflow: auto;
  }
  .comment_modalbox .prts__comments_17 {
    width: 100% !important;
    margin: 56px auto 0 !important;
    padding: 0 !important;
  }
  .comment_modalbox .prts__comments_17 .p-comments_17__comments .commentBtnbox {
    display: block;
    margin: 0 auto;
    padding: 30px 0 100px;
    text-align: center;
  }
  .comment_modalbox .prts__comments_17 .p-comments_17__comments .commentBtnbox *:hover {
    text-decoration: none;
  }
  .comment_modalbox .prts__comments_17 .p-comments_17__comments .commentBtnbox .p-comments_17__reportBtnBox {
    -webkit-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100%;
    margin-bottom: 60px;
    background: #f4f4f4;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
  }
  .comment_modalbox .prts__comments_17 .p-comments_17__comments .commentBtnbox .p-comments_17__reportBtnBox li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 50%;
  }
  .comment_modalbox .prts__comments_17 .p-comments_17__comments .commentBtnbox .p-comments_17__reportBtnBox li:first-child {
    border-right: 1px solid #dadada;
  }
  .comment_modalbox .prts__comments_17 .p-comments_17__comments .commentBtnbox .p-comments_17__reportBtnBox li a {
    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%;
    margin: 0;
    padding: 15px 0;
    font-size: 12px;
    text-align: center;
  }
  .comment_modalbox .prts__comments_17 .p-comments_17__comments .commentBtnbox .p-comments_17__reportBtnBox li a.p-comments_17__guidelineLink span {
    padding: 0 0 0 17px;
    position: relative;
    line-height: 1.2;
  }
  .comment_modalbox .prts__comments_17 .p-comments_17__comments .commentBtnbox .p-comments_17__reportBtnBox li a.p-comments_17__guidelineLink span:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url("/Content/images/ico_comment_exclam.svg") no-repeat center center/contain;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
  }
  .comment_modalbox .prts__comments_17 .p-comments_17__comments .commentBtnbox .p-comments_17__more {
    display: block;
    margin: 0 auto 30px;
  }
  .comment_modalbox .prts__comments_17 .p-comments_17__comments .commentBtnbox .p-comments_17__more .p-comments_17__more-btn {
    margin: 0 auto;
  }
}

/* プレミアム連携施設ピックアップパーツ */
@media (max-width: 767px) {
  .prts__pickup {
    font-size: 14px;
  }
}

.prts__pickup .pickup_A {
  position: relative;
  margin: 20px 0;
  padding: 20px;
  background: #ffffff;
  border: #d4d4d4 1px solid;
}

@media (max-width: 767px) {
  .prts__pickup .pickup_A {
    margin: 20px 10px;
    padding: 0;
  }
}

.prts__pickup .pickup_A .cmsi__content-box {
  margin: 0;
}

.prts__pickup .pickup_A .cmsi__content-box .c__content-img-box .c__img-box {
  padding: 0;
}

.prts__pickup .pickup_A .cmsi__content-box .c__content-img-box .c__img-box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #e8e8e8;
}

.prts__pickup .pickup_A .cmsi__content-box .c__content-img-box .c__img-box img {
  width: 50%;
  vertical-align: middle;
}

.prts__pickup .pickup_A .cmsi__content-box .c__content-txt-box {
  padding: 0 0 0 20px;
}

@media (max-width: 767px) {
  .prts__pickup .pickup_A .cmsi__content-box .c__content-txt-box {
    margin: 15px;
    padding: 0;
  }
}

.prts__pickup .pickup_A .pickupShopInfo {
  padding-left: 10px;
  border-left: 4px solid #fb9bad;
}

.prts__pickup .pickup_A .pickupShopPlan {
  margin-top: 25px;
  font-size: 113%;
}

@media (max-width: 767px) {
  .prts__pickup .pickup_A .pickupShopPlan {
    margin-top: 20px;
    font-size: 100%;
  }
}

.prts__pickup .pickup_A .special-price-container {
  text-align: right;
}

.prts__pickup .pickup_A .special-price-container .special-price {
  display: inline-block;
}

.prts__pickup .pickup_A .cmp__article-box-caution {
  margin-top: 20px;
}

.prts__pickup .pickup_A .c__btn-area {
  margin-bottom: 0;
}

.prts__pickup .pickup_A .c__btn-area .c__btn-style-box {
  width: 60%;
  float: right;
}

.prts__pickup .pickup_B, .prts__pickup .pickup_C {
  margin: 20px 0;
}

.prts__pickup .pickup_B .cmm__table-cell, .prts__pickup .pickup_C .cmm__table-cell {
  display: inline-block;
  width: 33%;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .prts__pickup .pickup_B .cmm__table-cell, .prts__pickup .pickup_C .cmm__table-cell {
    width: 100%;
    margin-bottom: 10px;
  }
}

.prts__pickup .pickup_B .cmm__table-cell .cmm__balancer, .prts__pickup .pickup_C .cmm__table-cell .cmm__balancer {
  background: #ffffff;
  border: #d4d4d4 1px solid;
}

.prts__pickup .pickup_B .cmm__table-cell .c__content-txt-box, .prts__pickup .pickup_C .cmm__table-cell .c__content-txt-box {
  margin: 0 15px;
}

.prts__pickup .pickup_B .pickupShopInfo, .prts__pickup .pickup_C .pickupShopInfo {
  margin: 15px;
}

.prts__pickup .pickup_C .c__img-box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #e8e8e8;
}

.prts__pickup .pickup_C .c__img-box a img {
  width: 50%;
}

.prts__pickup .pickupLabel {
  position: absolute;
  top: 20px;
  left: -3px;
  width: 130px;
  line-height: 36px;
  text-align: center;
  color: #ffffff;
  background: #383838;
  padding: 0 20px 0 10px;
  font-size: 12px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .prts__pickup .pickupLabel {
    top: 8px;
    width: 115px;
    line-height: 26px;
    font-size: 11px;
    padding: 0 12px 0 10px;
  }
}

.prts__pickup .pickupLabel:after {
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  padding: 0px;
  top: 0;
  right: 0;
  border-right: 10px solid #fff;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
}

@media (max-width: 767px) {
  .prts__pickup .pickupLabel:after {
    border-right: 7px solid #fff;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
  }
}

.prts__pickup .pickupTtl {
  margin: 0 0 20px 130px;
  color: #fb9bad;
  font-weight: 500;
  line-height: 1.6;
  font-size: 150%;
  font-family: "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
}

@media (max-width: 767px) {
  .prts__pickup .pickupTtl {
    margin: 42px 15px 10px;
    font-size: 18px;
    line-height: 1.5;
  }
}

.prts__pickup .pickupShopInfo {
  line-height: 1.5;
}

.prts__pickup .pickupShopInfo .pickupShop_Area {
  font-size: 88%;
  color: #777777;
}

.prts__pickup .pickupShopInfo .pickupShop_Name {
  font-size: 113%;
  font-weight: bold;
}

.prts__pickup .pickupShopPlan {
  margin-top: 15px;
  font-size: 100%;
  line-height: 1.5;
}

.prts__pickup .pickupPrice {
  margin-top: 15px;
  text-align: right;
  font-size: 100%;
}

.prts__pickup .pickupPrice span {
  margin-right: 5px;
}

.prts__pickup .pickupPrice--pink {
  color: #fb9bad;
  font-size: 113%;
  font-weight: bold;
}

.prts__pickup .special-price {
  margin-top: 15px;
  border: #777777 1px solid;
}

.prts__pickup .special-price dt {
  background: #777777;
  color: #ffffff;
  font-size: 12px;
  line-height: 1.8;
  text-align: center;
}

.prts__pickup .special-price dd {
  padding: 10px;
}

.prts__pickup .special-price .pickupPrice {
  margin-top: 0;
}

@media (max-width: 767px) {
  .prts__pickup .c__btn-area .c__btn-style-box {
    width: 100% !important;
    margin: 0;
  }
}

.prts__rate .rate__ttl {
  display: inline-block;
  color: #777777;
  margin-right: 5px;
  font-size: 88%;
}

.prts__rate .rate__item {
  display: inline-block;
  font-size: 88%;
}

.prts__rate .rate__star {
  font-size: 0;
}

.prts__rate .rate__star img {
  width: 18px;
  height: auto;
  margin-right: 1px;
}

@media (max-width: 767px) {
  .prts__rate .rate__star img {
    width: 16px;
  }
}

.prts__rate .rate__score {
  margin-left: 5px;
  font-size: 113%;
  font-weight: bold;
}

.prts__rate .rate__score--no {
  margin-left: 5px;
  font-weight: normal;
  font-size: 88%;
}

.prts__rate .rate__count {
  margin-left: 5px;
}

.prts__rate .rate__count small {
  font-size: 82%;
}

/*------------------------------
  GoToトラベル_地域共通クーポン
------------------------------*/
.prts__pickup .special-price .pickupGotoCoupon {
  background: #ffe5e5;
  margin: 10px 0 0;
  padding: 5px 5px;
  text-align: center;
  line-height: 1.4;
}

/*------------------------------
  テキスト単品パーツ：PR用右詰め追加
------------------------------*/
.prts__contents_59r .cmsi__txt .cmp__txt-txt {
  margin: 20px 0;
  text-align: right;
}

@media (max-width: 767px) {
  .prts__contents_59r .cmsi__txt .cmp__txt-txt {
    margin: 4%;
  }
}

.prts__contents_59r .cmsi__txt .cmp__txt-txt p {
  font-size: 75%;
}

@media (max-width: 767px) {
  .prts__contents_59r .cmsi__txt .cmp__txt-txt p {
    font-size: 88%;
  }
}

/*------------------------------
  掲載商品の比較一覧表
------------------------------*/
.prts_itemTable {
  margin: 20px 0;
}

@media (max-width: 767px) {
  .prts_itemTable {
    padding-left: 20px;
  }
}

.prts_itemTable .cmsi__itemTable-box {
  padding: 5px 0 0;
  overflow-x: auto;
}

@media (max-width: 767px) {
  .prts_itemTable .cmsi__itemTable-box {
    -ms-overflow-style: none;
    /* IE, Edge 対応 */
    scrollbar-width: none;
    /* Firefox 対応 */
  }
  .prts_itemTable .cmsi__itemTable-box::-webkit-scrollbar {
    /* Chrome, Safari 対応 */
    display: none;
  }
}

.prts_itemTable .cmp__itemTable {
  font-size: 13px;
}

.prts_itemTable .cmp__itemTable th {
  background: #eeeeee;
  max-width: 96px;
  min-width: 96px;
  padding: 10px;
  vertical-align: top;
  line-height: 1.4;
  border: #d4d4d4 1px solid;
}

@media (max-width: 767px) {
  .prts_itemTable .cmp__itemTable th {
    min-width: 60px;
    max-width: 60px;
  }
}

.prts_itemTable .cmp__itemTable td {
  position: relative;
  vertical-align: top;
  max-width: 148px;
  min-width: 148px;
  padding: 10px;
  border: #d4d4d4 1px solid;
  line-height: 1.4;
}

.prts_itemTable .cmp__itemTable td .c__itemTable-thumb-wrap {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 128px;
  height: 140px;
}

.prts_itemTable .cmp__itemTable td .cmp__itemTable-thumb {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  border: none;
}

.prts_itemTable .cmp__itemTable td.dataName {
  font-weight: bold;
}

.prts_itemTable .cmp__itemTable td .cmp__btn-pink {
  display: inline-block;
  min-width: 128px;
  height: auto;
  max-height: 160px;
  padding: 12px 8px;
  font-size: 14px;
  letter-spacing: -0.2px;
}

.prts_itemTable .cmp__itemTable .c__btn-style-box {
  margin: 0 auto;
}

.prts_itemTable .cmp__itemTable .c__btn-style-txt {
  margin-top: 5px;
  font-weight: 200;
  line-height: 1.4;
  font-size: 88%;
  text-align: center;
  color: #777777;
}

.prts_itemTable .cmp__itemTable .cmp__td-txt1 {
  color: #fb4466;
  font-weight: bold;
}

.prts_itemTable .cmp__itemTable .rate__score {
  font-weight: normal;
}

.prts_itemTable .cmp__itemTable .unrated {
  line-height: 4;
  font-weight: bold;
}

.prts_itemTable .c__btn-area {
  margin: 0;
}

.prts_itemTable .c__btn-style-box {
  width: 100%;
  margin: 0;
}

@media (max-width: 767px) {
  .prts_itemTable .c__btn-style-box {
    margin: 0 auto 10px;
  }
}

.prts_itemTable .cmp__btn-gray {
  background: #ffffff;
  border: #d4d4d4 solid 1px;
  color: #383838;
  border-radius: 0;
}

@media (max-width: 767px) {
  .prts_itemTable .cmp__btn-gray {
    border-width: 0 1px 1px;
  }
}

.prts_itemTable .cmp__btn-gray::after {
  z-index: 3;
  font-family: 'FontAwesome';
  display: inline-block;
  content: '\f107';
  font-size: 113%;
  right: 14px;
  top: 28%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.prts_itemTable .cmsi__rate .rate__ttl {
  display: inline-block;
  color: #777777;
  margin-right: 5px;
  font-size: 88%;
}

.prts_itemTable .cmsi__rate .rate__item {
  display: inline-block;
  font-size: 88%;
}

.prts_itemTable .cmsi__rate .rate__star {
  font-size: 0;
}

.prts_itemTable .cmsi__rate .rate__star img {
  width: 18px;
  height: auto;
  margin-right: 1px;
}

@media (max-width: 767px) {
  .prts_itemTable .cmsi__rate .rate__star img {
    width: 16px;
  }
}

.prts_itemTable .cmsi__rate .rate__score {
  margin-left: 5px;
  font-size: 113%;
  font-weight: bold;
}

.prts_itemTable .cmsi__rate .rate__score--no {
  margin-left: 5px;
  font-weight: normal;
  font-size: 88%;
}

.prts_itemTable .cmsi__rate .rate__count {
  margin-left: 5px;
}

.prts_itemTable .cmsi__rate .rate__count small {
  font-size: 82%;
}

/*ランキングリボン svg*/
.cmp__icn-rank-box {
  position: absolute;
  top: -5px;
  left: 5px;
  width: 29px;
  height: 34px;
}

.cmp__icn-rank-rank1 {
  fill: #fcc800;
}

.cmp__icn-rank-rank2 {
  fill: #777777;
}

.cmp__icn-rank-rank3 {
  fill: #a50082;
}

.cmp__icn-rank-rank {
  fill: #d4d4d4;
}

.cmp__icn-rank-num {
  position: absolute;
  top: 0;
  left: 0;
  width: 29px;
  height: 34px;
  color: #383838;
  text-align: center;
  font-size: 18px;
}

.cmp__icn-rank-num.rank1, .cmp__icn-rank-num.rank2, .cmp__icn-rank-num.rank3 {
  color: #ffffff;
}

/* マーカー */
.highlight {
  background: #ffdbe4;
}

/* api連携パーツ：JTB */
.prts__integration-jtb .cmsi__head .cmp__head__title {
  display: inline-block;
}

.prts__integration-jtb .cmsi__head .cmp__head__logo {
  display: inline-block;
  min-height: 1em;
  line-height: 1.4em;
  padding: 0px 10px 10px 0;
}

.prts__integration-jtb .cmsi__head .cmp__head__logo img {
  width: auto;
  height: 1em;
}

.prts__integration-jtb .cmsi_itemTable {
  margin: 20px 0;
}

@media (max-width: 767px) {
  .prts__integration-jtb .cmsi_itemTable {
    padding-left: 20px;
  }
}

.prts__integration-jtb .cmsi_itemTable .cmsi__itemTable-box {
  padding: 5px 0 0;
  overflow-x: auto;
}

@media (max-width: 767px) {
  .prts__integration-jtb .cmsi_itemTable .cmsi__itemTable-box {
    -ms-overflow-style: none;
    /* IE, Edge 対応 */
    scrollbar-width: none;
    /* Firefox 対応 */
  }
  .prts__integration-jtb .cmsi_itemTable .cmsi__itemTable-box::-webkit-scrollbar {
    /* Chrome, Safari 対応 */
    display: none;
  }
}

.prts__integration-jtb .cmsi_itemTable .cmp__itemTable {
  font-size: 13px;
}

.prts__integration-jtb .cmsi_itemTable .cmp__itemTable td {
  position: relative;
  vertical-align: top;
  min-width: 210px;
  max-width: 220px;
  padding: 0 10px 15px;
  line-height: 1.4;
}

.prts__integration-jtb .cmsi_itemTable .cmp__itemTable td::before {
  content: "";
  width: calc(100% - 20px);
  border-top: 1px solid #d4d4d4;
  position: absolute;
  top: 0;
  right: 10px;
}

.prts__integration-jtb .cmsi_itemTable .cmp__itemTable td:first-child {
  padding-left: 0;
}

.prts__integration-jtb .cmsi_itemTable .cmp__itemTable td:first-child::before {
  width: calc(100% - 10px);
}

.prts__integration-jtb .cmsi_itemTable .cmp__itemTable td img {
  width: 200px;
  height: auto;
}

.prts__integration-jtb .cmsi_itemTable .cmp__itemTable td .area {
  font-size: 12px;
  color: #777777;
}

.prts__integration-jtb .cmsi_itemTable .cmp__itemTable td .name {
  font-size: 16px;
  font-weight: bold;
}

.prts__integration-jtb .cmsi_itemTable .cmp__itemTable td .price {
  margin-top: 5px;
}

.prts__integration-jtb .cmsi_itemTable .cmp__itemTable td .price .price_large {
  display: block;
  font-size: 15px;
  font-weight: bold;
}

.prts__integration-jtb .cmsi_itemTable .cmp__itemTable td .data_ttl {
  margin-top: 15px;
  font-size: 15px;
  font-weight: bold;
}

.prts__integration-jtb .cmsi_itemTable .cmp__itemTable td .data_txt {
  margin-top: 10px;
  font-size: 14px;
}

.prts__integration-jtb .cmsi_itemTable .cmp__itemTable td .cmp__txt {
  margin-top: 15px;
  padding: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: inherit;
}

.prts__integration-jtb .cmsi_itemTable .cmp__itemTable tr.noborder td::before {
  content: none;
}

.prts__integration-jtb .cmsi_itemTable .cmp__itemTable .c__btn-style-box {
  margin: 0 auto;
}

.prts__integration-jtb .cmsi_itemTable .cmp__itemTable .c__btn-style-txt {
  margin-top: 5px;
  font-weight: 200;
  line-height: 1.4;
  font-size: 88%;
  text-align: center;
  color: #777777;
}

.prts__integration-jtb .cmsi_itemTable .cmp__itemTable .cmp__td-txt1 {
  color: #fb4466;
  font-weight: bold;
}

.prts__integration-jtb .cmsi_itemTable .cmp__itemTable .rate__score {
  font-weight: normal;
}

.prts__integration-jtb .cmsi_itemTable .cmp__itemTable .rate__score span {
  font-size: 18px;
  font-weight: bold;
}

.prts__integration-jtb .cmsi_itemTable .cmp__itemTable .rate__score span.rate__gray {
  font-size: 12px;
  color: #777777;
  font-weight: normal;
  position: relative;
  top: -4px;
}

@media (max-width: 767px) {
  .prts__integration-jtb .cmsi_itemTable .cmp__itemTable .rate__score span.rate__gray {
    top: -2px;
  }
}

.prts__integration-jtb .cmsi_itemTable .c__btn-area {
  margin: 0;
}

.prts__integration-jtb .cmsi_itemTable .c__btn-style-box {
  width: 100%;
  margin: 0;
}

@media (max-width: 767px) {
  .prts__integration-jtb .cmsi_itemTable .c__btn-style-box {
    margin: 0 auto 10px;
  }
}

.prts__integration-jtb .cmsi_itemTable .cmp__btn-gray {
  background: #ffffff;
  border: #d4d4d4 solid 1px;
  color: #383838;
  border-radius: 0;
}

.prts__integration-jtb .cmsi_itemTable .cmp__btn-gray::after {
  z-index: 3;
  font-family: 'FontAwesome';
  display: inline-block;
  content: '\f107';
  font-size: 113%;
  right: 14px;
  top: 28%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.prts__integration-jtb .cmsi_itemTable .cmsi__rate {
  margin-top: 5px;
}

.prts__integration-jtb .cmsi_itemTable .cmsi__rate .rate__ttl {
  display: inline-block;
  color: #777777;
  margin-right: 5px;
  font-size: 88%;
}

.prts__integration-jtb .cmsi_itemTable .cmsi__rate .rate__item {
  display: inline-block;
  font-size: 88%;
}

.prts__integration-jtb .cmsi_itemTable .cmsi__rate .rate__star {
  font-size: 0;
}

.prts__integration-jtb .cmsi_itemTable .cmsi__rate .rate__star img {
  width: 18px;
  height: auto;
  margin-right: 1px;
  position: relative;
  top: -4px;
}

@media (max-width: 767px) {
  .prts__integration-jtb .cmsi_itemTable .cmsi__rate .rate__star img {
    width: 16px;
  }
}

.prts__integration-jtb .cmsi_itemTable .cmsi__rate .rate__score {
  margin-left: 5px;
  font-size: 113%;
  font-weight: bold;
}

.prts__integration-jtb .cmsi_itemTable .cmsi__rate .rate__score--no {
  margin-left: 5px;
  font-weight: normal;
  font-size: 88%;
}

.prts__integration-jtb .cmsi_itemTable .cmsi__rate .rate__count {
  margin-left: 5px;
}

.prts__integration-jtb .cmsi_itemTable .cmsi__rate .rate__count small {
  font-size: 82%;
}

.prts__integration-jtb .cmsi_itemlist {
  margin: 20px 0;
}

@media (max-width: 767px) {
  .prts__integration-jtb .cmsi_itemlist {
    padding-left: 20px;
  }
}

.prts__integration-jtb .cmsi_itemlist .cmsi__itemlist-box {
  padding: 5px 0 0;
  overflow-x: auto;
}

@media (max-width: 767px) {
  .prts__integration-jtb .cmsi_itemlist .cmsi__itemlist-box {
    -ms-overflow-style: none;
    /* IE, Edge 対応 */
    scrollbar-width: none;
    /* Firefox 対応 */
  }
  .prts__integration-jtb .cmsi_itemlist .cmsi__itemlist-box::-webkit-scrollbar {
    /* Chrome, Safari 対応 */
    display: none;
  }
}

.prts__integration-jtb .cmsi_itemlist .cmp__itemlist {
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.prts__integration-jtb .cmsi_itemlist .cmp__itemlist li {
  display: block;
  vertical-align: top;
  min-width: 220px;
  max-width: 220px;
  margin: 0;
  padding: 0 15px 15px 0;
  line-height: 1.4;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 767px) {
  .prts__integration-jtb .cmsi_itemlist .cmp__itemlist li {
    min-width: 210px;
    max-width: 210px;
  }
}

.prts__integration-jtb .cmsi_itemlist .cmp__itemlist li .shop__view-info,
.prts__integration-jtb .cmsi_itemlist .cmp__itemlist li .shop__view-image {
  padding-bottom: 15px;
}

.prts__integration-jtb .cmsi_itemlist .cmp__itemlist li .shop__view-data,
.prts__integration-jtb .cmsi_itemlist .cmp__itemlist li .shop__view-txt {
  padding-bottom: 15px;
  border-top: 1px solid #d4d4d4;
}

.prts__integration-jtb .cmsi_itemlist .cmp__itemlist li img {
  width: 100%;
  height: auto;
}

.prts__integration-jtb .cmsi_itemlist .cmp__itemlist li .area {
  font-size: 12px;
  color: #777777;
}

.prts__integration-jtb .cmsi_itemlist .cmp__itemlist li .name {
  font-size: 16px;
  font-weight: bold;
}

.prts__integration-jtb .cmsi_itemlist .cmp__itemlist li .price {
  margin-top: 5px;
}

.prts__integration-jtb .cmsi_itemlist .cmp__itemlist li .price .price_large {
  display: block;
  font-size: 15px;
  font-weight: bold;
}

.prts__integration-jtb .cmsi_itemlist .cmp__itemlist li .data_ttl {
  margin-top: 15px;
  font-size: 15px;
  font-weight: bold;
}

.prts__integration-jtb .cmsi_itemlist .cmp__itemlist li .data_txt {
  margin-top: 10px;
  font-size: 14px;
}

.prts__integration-jtb .cmsi_itemlist .cmp__itemlist li .cmp__txt {
  margin-top: 15px;
  padding: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: inherit;
}

.prts__integration-jtb .cmsi_itemlist .cmp__itemlist .c__btn-style-box {
  margin: 0 auto;
}

.prts__integration-jtb .cmsi_itemlist .cmp__itemlist .c__btn-style-txt {
  margin-top: 5px;
  font-weight: 200;
  line-height: 1.4;
  font-size: 88%;
  text-align: center;
  color: #777777;
}

.prts__integration-jtb .cmsi_itemlist .cmp__itemlist .cmp__td-txt1 {
  color: #fb4466;
  font-weight: bold;
}

.prts__integration-jtb .cmsi_itemlist .cmp__itemlist .rate__score {
  font-weight: normal;
}

.prts__integration-jtb .cmsi_itemlist .cmp__itemlist .rate__score span {
  font-size: 18px;
  font-weight: bold;
}

.prts__integration-jtb .cmsi_itemlist .cmp__itemlist .rate__score span.rate__gray {
  font-size: 12px;
  color: #777777;
  font-weight: normal;
  position: relative;
  top: -4px;
}

@media (max-width: 767px) {
  .prts__integration-jtb .cmsi_itemlist .cmp__itemlist .rate__score span.rate__gray {
    top: -2px;
  }
}

.prts__integration-jtb .cmsi_itemlist .c__btn-area {
  margin: 0;
}

.prts__integration-jtb .cmsi_itemlist .c__btn-style-box {
  width: 100%;
  margin: 0;
}

@media (max-width: 767px) {
  .prts__integration-jtb .cmsi_itemlist .c__btn-style-box {
    margin: 0 auto 10px;
  }
}

.prts__integration-jtb .cmsi_itemlist .cmp__btn-gray {
  background: #ffffff;
  border: #d4d4d4 solid 1px;
  color: #383838;
  border-radius: 0;
}

.prts__integration-jtb .cmsi_itemlist .cmp__btn-gray::after {
  z-index: 3;
  font-family: 'FontAwesome';
  display: inline-block;
  content: '\f107';
  font-size: 113%;
  right: 14px;
  top: 28%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.prts__integration-jtb .cmsi_itemlist .cmsi__rate {
  margin-top: 5px;
}

.prts__integration-jtb .cmsi_itemlist .cmsi__rate .rate__ttl {
  display: inline-block;
  color: #777777;
  margin-right: 5px;
  font-size: 88%;
}

.prts__integration-jtb .cmsi_itemlist .cmsi__rate .rate__item {
  display: inline-block;
  font-size: 88%;
}

.prts__integration-jtb .cmsi_itemlist .cmsi__rate .rate__star {
  font-size: 0;
}

.prts__integration-jtb .cmsi_itemlist .cmsi__rate .rate__star img {
  width: 18px;
  height: auto;
  margin-right: 1px;
  position: relative;
  top: -4px;
}

@media (max-width: 767px) {
  .prts__integration-jtb .cmsi_itemlist .cmsi__rate .rate__star img {
    width: 16px;
  }
}

.prts__integration-jtb .cmsi_itemlist .cmsi__rate .rate__score {
  margin-left: 5px;
  font-size: 113%;
  font-weight: bold;
}

.prts__integration-jtb .cmsi_itemlist .cmsi__rate .rate__score--no {
  margin-left: 5px;
  font-weight: normal;
  font-size: 88%;
}

.prts__integration-jtb .cmsi_itemlist .cmsi__rate .rate__count {
  margin-left: 5px;
}

.prts__integration-jtb .cmsi_itemlist .cmsi__rate .rate__count small {
  font-size: 82%;
}

/* 汎用アコーディオン化パーツ */
.prts__actrigger {
  width: 1080px;
  margin: 70px auto 0;
  padding: 20px 20px 20px 60px;
  text-align: left;
  position: relative;
  border-top: 4px solid #d4d4d4;
  border-bottom: 4px solid #d4d4d4;
}

@media (max-width: 767px) {
  .prts__actrigger {
    width: 100%;
    margin: 12vw 0 6vw;
    padding: 4vw 6vw;
  }
}

.prts__actrigger.close {
  border-bottom: 1px dotted #d4d4d4;
}

.prts__actrigger.close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.prts__actrigger::before {
  content: "＋";
  font-size: 163%;
  font-weight: bold;
  color: #d4d4d4;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  position: absolute;
  top: 18px;
  left: 20px;
}

@media (max-width: 767px) {
  .prts__actrigger::before {
    top: 4vw;
    line-height: 1;
  }
}

.prts__actrigger .actrigger__txt {
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: bold !important;
  text-align: left;
  font-family: "Noto Sans JP", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
  position: relative;
}

@media (max-width: 767px) {
  .prts__actrigger .actrigger__txt {
    padding-left: 32px;
  }
}

/* ユーザー投稿パーツ */
.icon_hidden {
  display: none;
}

.prts__userpost {
  margin: 70px auto;
}

@media (max-width: 767px) {
  .prts__userpost {
    margin: 10vw auto;
    padding: 0;
  }
}

.prts__userpost * {
  line-height: 1.8;
  font-weight: normal;
  font-size: 16px;
}

.prts__userpost * a:hover {
  text-decoration: none;
}

.prts__userpost .cmsi__head {
  background-color: transparent;
  margin: 0;
}

@media (max-width: 767px) {
  .prts__userpost .cmsi__head {
    margin: 8vw 6vw 5vw;
    padding: 0;
  }
}

.prts__userpost .cmsi__head .cmp__head__title {
  padding: 0;
  font-size: 20px;
  font-weight: bold;
  font-family: "Noto Sans JP", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

@media (max-width: 767px) {
  .prts__userpost .cmsi__head .cmp__head__title {
    margin: 0;
    padding: 0;
    text-align: left;
  }
}

.prts__userpost > .cmsi__head {
  padding: 0 20px 40px;
}

@media (max-width: 767px) {
  .prts__userpost > .cmsi__head {
    padding: 0;
  }
}

.prts__userpost > .cmsi__head .cmp__head__title {
  padding: 40px 0 0;
  text-align: center;
  position: relative;
}

@media (max-width: 767px) {
  .prts__userpost > .cmsi__head .cmp__head__title {
    padding: 0;
    text-align: left;
    position: static;
  }
}

.prts__userpost > .cmsi__head .cmp__head__title::before {
  content: "";
  width: 60px;
  margin: auto;
  border-bottom: 3px solid #383838;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

@media (max-width: 767px) {
  .prts__userpost > .cmsi__head .cmp__head__title::before {
    content: none;
  }
}

@media (max-width: 767px) {
  .prts__userpost .cmsi__main {
    margin: 0;
    padding: 0;
  }
}

@media (max-width: 767px) {
  .prts__userpost .cmsi__main .cmp__main-visual {
    margin: 5vw 0 0;
    padding: 0;
  }
}

@media (max-width: 767px) {
  .prts__userpost .cmsi__main .cmp__main-visual .c__main-visual__wrap {
    margin: 0;
    padding: 0;
  }
}

.prts__userpost .cmsi__main .cmp__article-box-txt-c {
  width: 900px;
  margin: 30px auto;
  padding: 0;
  text-align: left;
}

@media (max-width: 767px) {
  .prts__userpost .cmsi__main .cmp__article-box-txt-c {
    width: auto;
    margin: 5vw 6vw 0;
  }
}

.prts__userpost .cmsi__main .c__btn-style-box {
  width: 100%;
  text-align: center;
}

@media (max-width: 767px) {
  .prts__userpost .cmsi__main .c__btn-style-box {
    margin: 5vw 0;
    padding: 0 6vw;
  }
}

.prts__userpost .cmsi__main .c__btn-style-box a.cmp__btn-pink {
  display: inline-block;
  min-width: 400px;
  width: auto;
  height: auto;
  padding: 18px 20px 20px;
  background: #ff7b93;
  border: none;
  border-radius: 500px;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1em;
}

@media (max-width: 767px) {
  .prts__userpost .cmsi__main .c__btn-style-box a.cmp__btn-pink {
    display: block;
    min-width: auto;
  }
}

.prts__userpost .cmsi__main .c__btn-style-box a.cmp__btn-pink::before {
  content: "";
  display: inline-block;
  background: url("https://www.ozmall.co.jp/Content/images/ico_edit-white.svg") no-repeat center center/contain;
  line-height: 0;
  position: relative;
  bottom: -1px;
}

@media (max-width: 767px) {
  .prts__userpost .cmsi__main .c__btn-style-box a.cmp__btn-pink::before {
    width: 18px;
    height: 18px;
  }
}

.prts__userpost > .cmsi__main {
  margin-bottom: 70px;
}

@media (max-width: 767px) {
  .prts__userpost > .cmsi__main {
    margin-bottom: 0;
  }
}

.prts__userpost .cmsi__post {
  margin: 40px 0;
}

@media (max-width: 767px) {
  .prts__userpost .cmsi__post {
    margin: 10vw 0;
    padding: 0;
  }
}

.prts__userpost .cmsi__post .cmsi__head {
  margin: 0;
  padding: 0;
  background: #ffe6eb;
  border-top: 3px solid #383838;
  text-align: left;
}

.prts__userpost .cmsi__post .cmsi__head .label__adopted {
  display: inline-block;
  margin: 0;
  padding: 0;
  line-height: 1em;
  font-size: 0;
}

.prts__userpost .cmsi__post .cmsi__head .label__adopted * {
  color: #ffffff;
  font-size: 14px;
  line-height: 1em;
}

@media (max-width: 767px) {
  .prts__userpost .cmsi__post .cmsi__head .label__adopted * {
    font-size: 13px;
  }
}

.prts__userpost .cmsi__post .cmsi__head .label__adopted .label__adopted-txt {
  display: inline-block;
  margin: 0;
  padding: 3px 6px 8px 3px;
  background: #383838;
}

@media (max-width: 767px) {
  .prts__userpost .cmsi__post .cmsi__head .label__adopted .label__adopted-txt {
    padding: 3px 6px 6px 3px;
  }
}

.prts__userpost .cmsi__post .cmsi__head .label__adopted .label__adopted-txt::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 14px;
  padding-right: 10px;
  background: url("https://www.ozmall.co.jp/Content/images/ico_book.svg") no-repeat center center/contain;
  line-height: 0;
  position: relative;
  bottom: -2px;
}

.prts__userpost .cmsi__post .cmsi__head .label__adopted .label__adopted-link {
  display: inline-block;
  margin: 0;
  background: #ff7b93;
  line-height: 1em;
}

.prts__userpost .cmsi__post .cmsi__head .label__adopted .label__adopted-link a.cmp__txt-link {
  display: inline-block;
  margin: 0;
  padding: 3px 6px 8px 3px;
}

@media (max-width: 767px) {
  .prts__userpost .cmsi__post .cmsi__head .label__adopted .label__adopted-link a.cmp__txt-link {
    padding: 3px 6px 6px 3px;
  }
}

.prts__userpost .cmsi__post .cmsi__head .label__adopted .label__adopted-link a.cmp__txt-link::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 14px;
  padding-right: 10px;
  background: url("https://www.ozmall.co.jp/Content/images/ico_link.svg") no-repeat center center/contain;
  line-height: 0;
  position: relative;
  bottom: -2px;
}

.prts__userpost .cmsi__post .cmsi__head .cmp__head__title {
  margin: 0;
  padding: 30px 40px 0;
}

@media (max-width: 767px) {
  .prts__userpost .cmsi__post .cmsi__head .cmp__head__title {
    padding: 6vw 6vw 4vw;
  }
}

.prts__userpost .cmsi__post .cmsi__head .label__adopted + .cmp__head__title {
  padding-top: 20px;
}

@media (max-width: 767px) {
  .prts__userpost .cmsi__post .cmsi__head .label__adopted + .cmp__head__title {
    padding-top: 4vw;
  }
}

.prts__userpost .cmsi__post .cmsi__head .userinfo * {
  display: inline-block;
  width: auto;
  font-size: 13px;
  height: 22px;
}

.prts__userpost .cmsi__post .cmsi__head .userinfo.cmm__layout-flex {
  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;
  padding: 10px 40px 30px;
}

@media (max-width: 767px) {
  .prts__userpost .cmsi__post .cmsi__head .userinfo.cmm__layout-flex {
    padding: 0 6vw 6vw;
  }
}

.prts__userpost .cmsi__post .cmsi__head .userinfo .cmm__layout-flex-item {
  font-size: 0;
}

.prts__userpost .cmsi__post .cmsi__head .userinfo .cmm__layout-flex-item > * {
  padding-left: 8px;
}

.prts__userpost .cmsi__post .cmsi__head .userinfo .cmm__layout-flex-item > p {
  vertical-align: center;
}

.prts__userpost .cmsi__post .cmsi__head .userinfo .cmm__layout-flex-item > p:first-child {
  padding: 0;
}

.prts__userpost .cmsi__post .cmsi__head .userinfo .cmm__layout-flex-item .icon_delete {
  padding-left: 10px;
}

@media (max-width: 767px) {
  .prts__userpost .cmsi__post .cmsi__head .userinfo .cmm__layout-flex-item .icon_delete {
    padding-left: 16px;
  }
}

.prts__userpost .cmsi__post .cmsi__content-box {
  margin: 0;
  padding: 0;
}

.prts__userpost .cmsi__post .cmsi__content-box .c__content-txt-box {
  margin: 0;
  padding: 0;
}

.prts__userpost .cmsi__post .cmsi__content-box .c__content-txt-box .cmp__article-box-txt {
  position: relative;
  margin: 30px 40px 0;
}

@media (max-width: 767px) {
  .prts__userpost .cmsi__post .cmsi__content-box .c__content-txt-box .cmp__article-box-txt {
    margin: 6vw 6vw 0;
  }
}

.prts__userpost .cmsi__post .cmsi__content-box .c__content-txt-box .cmp__article-box-txt .cmp__article-box-txt-inner.accordion_txt-close {
  height: 87px;
  overflow: hidden;
}

.prts__userpost .cmsi__post .cmsi__content-box .c__content-txt-box .cmp__article-box-txt a.accordion_trigger-close {
  display: inline-block;
  padding: 0 5px 1px 0;
  background: #ffffff;
  position: absolute;
  text-decoration: underline;
  right: 0;
  bottom: 0;
}

@media (max-width: 767px) {
  .prts__userpost .cmsi__post .cmsi__content-box .c__content-txt-box .cmp__article-box-txt a.accordion_trigger-close {
    padding: 0;
    text-decoration: none;
  }
}

.prts__userpost .cmsi__post .cmsi__content-box .c__content-txt-box .cmp__article-box-txt a.accordion_trigger-close:hover {
  opacity: 1 !important;
  color: #8e908e;
}

@media (max-width: 767px) {
  .prts__userpost .cmsi__post .cmsi__content-box .c__content-txt-box .cmp__article-box-txt a.accordion_trigger-close:hover {
    color: #383838;
  }
}

.prts__userpost .cmsi__post .cmsi__content-box .c__content-txt-box .cmp__article-box-txt a.accordion_trigger-open {
  display: none;
}

.prts__userpost .cmsi__post .cmsi__content-box .c__content-txt-box .cmp__update {
  margin: 10px 40px 0;
  padding: 0;
}

@media (max-width: 767px) {
  .prts__userpost .cmsi__post .cmsi__content-box .c__content-txt-box .cmp__update {
    margin: 2vw 6vw 0;
  }
}

.prts__userpost .cmsi__post .cmsi__content-box .c__content-txt-box .cmm__layout-flex {
  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;
  margin-top: 10px;
  padding: 0 40px;
}

@media (max-width: 767px) {
  .prts__userpost .cmsi__post .cmsi__content-box .c__content-txt-box .cmm__layout-flex {
    margin-top: 2vw;
    padding: 0 6vw;
  }
}

.prts__userpost .cmsi__post .cmsi__content-box .c__content-txt-box .cmm__layout-flex-item {
  font-size: 0;
  line-height: 0;
}

.prts__userpost .cmsi__post .cmsi__content-box .c__content-txt-box .cmm__layout-flex-item > * {
  display: inline-block;
  width: auto;
  height: 16px;
  font-size: 13px;
  padding-left: 8px;
  text-align: center;
  font-weight: bold;
}

.prts__userpost .cmsi__post .cmsi__content-box .c__content-txt-box .cmm__layout-flex-item > a {
  vertical-align: center;
}

.prts__userpost .cmsi__post .cmsi__content-box .c__content-txt-box .cmm__layout-flex-item > a:first-child {
  padding: 0;
}

.prts__userpost .cmsi__post .cmsi__content-box .c__content-txt-box .cmm__layout-flex-item a {
  position: relative;
}

.prts__userpost .cmsi__post .cmsi__content-box .c__content-txt-box .cmm__layout-flex-item a img {
  display: block;
  height: 20px;
  margin: 0 auto;
}

.prts__userpost .cmsi__post .cmsi__content-box .c__content-txt-box .cmm__layout-flex-item a.icon-good {
  min-width: 60px;
  font-size: 16px;
  padding: 4px 10px 30px;
  border: 2px solid #383838;
  border-radius: 500px;
}

.prts__userpost .cmsi__post .cmsi__content-box .c__content-txt-box .cmm__layout-flex-item a.icon-good img {
  display: inline;
  height: 25px;
  margin-right: 5px;
  position: relative;
  bottom: 3px;
}

.prts__userpost .cmsi__post .cmsi__content-box .c__content-txt-box .cmm__layout-flex-item a.icon-good-pressed {
  min-width: 60px;
  font-size: 16px;
  padding: 4px 10px 30px;
  border: 2px solid #ff7b93;
  background: #ff7b93;
  color: #ffffff;
  border-radius: 500px;
}

.prts__userpost .cmsi__post .cmsi__content-box .c__content-txt-box .cmm__layout-flex-item a.icon-good-pressed img {
  display: inline;
  height: 25px;
  margin-right: 5px;
  position: relative;
  bottom: 3px;
}

.prts__userpost .cmsi__post .cmsi__content-box .c__content-txt-box .cmm__layout-flex-item a.icon-share {
  bottom: -12px;
  padding-left: 16px;
}

.prts__userpost .cmsi__post .cmsi__content-box .c__content-txt-box .cmm__layout-flex-item a.icon-report {
  bottom: -6px;
}

.prts__userpost .c__btn-style-box {
  width: 100%;
  text-align: center;
}

@media (max-width: 767px) {
  .prts__userpost .c__btn-style-box {
    margin: 5vw 0;
    padding: 0 12vw;
  }
}

.prts__userpost .c__btn-style-box a.cmp__btn-pink {
  display: inline-block;
  min-width: 400px;
  width: auto;
  height: auto;
  padding: 20px;
  background: #ffffff;
  border: 1px solid #383838;
  border-radius: 500px;
  color: #383838;
  font-size: 16px;
  font-weight: bold;
  line-height: 1em;
}

@media (max-width: 767px) {
  .prts__userpost .c__btn-style-box a.cmp__btn-pink {
    min-width: 76vw;
  }
}

.prts__userpost .cmsi__modal-wrap {
  width: 100%;
  height: 100%;
  margin: auto;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: scroll;
  z-index: 1500000000;
}

.prts__userpost .cmsi__modal-wrap .cmsi__modal-box {
  display: block;
  width: 500px;
  height: 175px;
  margin: auto;
  padding: 0;
  border-radius: 4px;
  background: #ffffff;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1500000001;
}

@media (max-width: 767px) {
  .prts__userpost .cmsi__modal-wrap .cmsi__modal-box {
    width: 76vw;
    height: 152px;
  }
}

.prts__userpost .cmsi__modal-wrap .cmsi__modal-box .modal-box__txt {
  padding: 40px;
  text-align: center;
  border-bottom: 1px solid #d4d4d4;
}

@media (max-width: 767px) {
  .prts__userpost .cmsi__modal-wrap .cmsi__modal-box .modal-box__txt {
    padding: 6vw;
  }
}

.prts__userpost .cmsi__modal-wrap .cmsi__modal-box .c__btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0;
  padding: 0;
}

.prts__userpost .cmsi__modal-wrap .cmsi__modal-box .c__btn-area .c__btn-style-box {
  display: block;
  width: 50%;
  margin: 0;
  padding: 0;
}

.prts__userpost .cmsi__modal-wrap .cmsi__modal-box .c__btn-area .c__btn-style-box a {
  display: block;
  height: auto;
  padding: 20px 40px;
  text-align: center;
  border: none;
  border-radius: 0;
}

@media (max-width: 767px) {
  .prts__userpost .cmsi__modal-wrap .cmsi__modal-box .c__btn-area .c__btn-style-box a {
    padding: 6vw;
  }
}

.prts__userpost .cmsi__modal-wrap .cmsi__modal-box .c__btn-area .c__btn-style-box a.cmp__btn-white {
  background: #eeeeee;
  font-weight: bold;
}

.prts__userpost .cmsi__modal-wrap .cmsi__modal-box .c__btn-area .c__btn-style-box a.cmp__btn-pink {
  background: #ff7b93;
  min-width: 0;
  font-size: inherit;
  font-weight: bold;
  line-height: inherit;
  color: #ffffff;
}

.prts__userpost .cmsi__modal-wrap .cmsi__modal-container {
  display: block;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
}

.prts__userpost-input {
  margin-bottom: 70px;
}

@media (max-width: 767px) {
  .prts__userpost-input {
    margin: 0;
    padding: 0;
  }
}

.prts__userpost-input * {
  line-height: 1.8;
  font-weight: normal;
}

.prts__userpost-input * a:hover {
  text-decoration: none;
}

.prts__userpost-input .cmsi__head {
  margin: 0;
  padding: 0;
  background-color: transparent;
  text-align: left;
}

.prts__userpost-input .cmsi__head .cmp__head__title {
  border-bottom: 1px solid #999999;
  margin: 0;
  padding: 0 0 5px;
  font-weight: 500;
  line-height: 1.6;
  font-size: 19px;
  font-family: "Noto Sans JP", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

@media (max-width: 767px) {
  .prts__userpost-input .cmsi__head .cmp__head__title {
    margin: 0;
    padding: 3vw 4vw;
    font-size: 16px;
    text-align: center;
    background: #fb9bad;
    color: #ffffff;
    border: none;
  }
}

.prts__userpost-input .cmsi__head .userinfo {
  padding: 20px 0 0;
}

@media (max-width: 767px) {
  .prts__userpost-input .cmsi__head .userinfo {
    padding: 6vw 4vw 0;
  }
}

.prts__userpost-input .cmsi__head .userinfo * {
  display: inline-block;
  width: auto;
  font-size: 16px;
}

@media (max-width: 767px) {
  .prts__userpost-input .cmsi__head .userinfo * {
    font-size: 13px;
  }
}

.prts__userpost-input .cmsi__head .userinfo.cmm__layout-flex {
  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;
  padding: 0 6vw 6vw;
}

.prts__userpost-input .cmsi__head .userinfo .cmm__layout-flex-item {
  font-size: 0;
}

.prts__userpost-input .cmsi__head .userinfo .cmm__layout-flex-item > * {
  padding-left: 8px;
}

.prts__userpost-input .cmsi__head .userinfo .cmm__layout-flex-item > p {
  vertical-align: center;
}

.prts__userpost-input .cmsi__head .userinfo .cmm__layout-flex-item > p:first-child {
  padding: 0;
}

.prts__userpost-input .cmsi__content-box {
  margin: 0;
  padding: 0;
}

.prts__userpost-input .cmsi__content-box .c__content-txt-box {
  margin: 0 0 40px;
  padding: 0;
}

@media (max-width: 767px) {
  .prts__userpost-input .cmsi__content-box .c__content-txt-box {
    margin: 0;
  }
}

.prts__userpost-input .cmsi__content-box .c__content-txt-box label {
  display: block;
  margin: 20px auto 0;
  padding: 10px;
  background: #777777;
  color: #ffffff;
  font-size: 15px;
}

@media (max-width: 767px) {
  .prts__userpost-input .cmsi__content-box .c__content-txt-box label {
    margin: 4vw auto 0;
    padding: 1vw 4vw;
  }
}

.prts__userpost-input .cmsi__content-box .c__content-txt-box .form__item-textarea {
  margin: 20px 0 0;
}

@media (max-width: 767px) {
  .prts__userpost-input .cmsi__content-box .c__content-txt-box .form__item-textarea {
    margin: 4vw 4vw 0;
  }
}

.prts__userpost-input .cmsi__content-box .c__content-txt-box .form__item-textarea textarea {
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px;
  border: none;
  -webkit-box-shadow: 0 0 0 1px #d4d4d4 inset;
          box-shadow: 0 0 0 1px #d4d4d4 inset;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  resize: vertical;
}

.prts__userpost-input .cmsi__content-box .c__content-txt-box .form__item-textarea-title {
  min-height: 5em;
  margin: 20px 0 0;
}

@media (max-width: 767px) {
  .prts__userpost-input .cmsi__content-box .c__content-txt-box .form__item-textarea-title {
    margin: 4vw 4vw 0;
  }
}

.prts__userpost-input .cmsi__content-box .c__content-txt-box .form__item-textarea-title textarea {
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px;
  border: none;
  -webkit-box-shadow: 0 0 0 1px #d4d4d4 inset;
          box-shadow: 0 0 0 1px #d4d4d4 inset;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  resize: vertical;
}

.prts__userpost-input .cmsi__content-box .c__content-txt-box .alert {
  display: block;
  margin: 5px 0 0;
  padding: 0;
  text-align: right;
  font-size: 12px;
  color: #ff0000;
}

@media (max-width: 767px) {
  .prts__userpost-input .cmsi__content-box .c__content-txt-box .alert {
    padding: 1vw 4vw 4vw;
  }
}

.prts__userpost-input .cmsi__content-box .c__content-txt-box .cmp__article-box-title {
  margin: 20px 0;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: bold;
  background: #ffe6eb;
}

@media (max-width: 767px) {
  .prts__userpost-input .cmsi__content-box .c__content-txt-box .cmp__article-box-title {
    margin: 0 4vw 4vw;
    padding: 0 0 4vw;
    border-bottom: 1px solid #d4d4d4;
    background: transparent;
  }
}

.prts__userpost-input .cmsi__content-box .c__content-txt-box .cmp__article-box-txt {
  margin: 0;
  padding: 0 20px;
}

@media (max-width: 767px) {
  .prts__userpost-input .cmsi__content-box .c__content-txt-box .cmp__article-box-txt {
    padding: 0 4vw 4vw;
  }
}

.prts__userpost-input .cmsi__content-box .c__content-caution-box {
  display: block;
  margin: 0 0 20px;
  padding: 20px;
  border: 5px solid #eeeeee;
}

@media (max-width: 767px) {
  .prts__userpost-input .cmsi__content-box .c__content-caution-box {
    margin: 0 4vw 4vw;
    padding: 3vw;
  }
}

.prts__userpost-input .cmsi__content-box .c__content-caution-box * {
  font-size: 14px;
}

.prts__userpost-input .cmsi__content-box .c__content-caution-box .c__content-caution-box-ttl {
  color: #ff0000;
  font-weight: bold;
}

.prts__userpost-input .cmsi__content-box .c__content-confirm-box {
  margin: 0;
  padding: 0 0 20px;
  text-align: center;
}

@media (max-width: 767px) {
  .prts__userpost-input .cmsi__content-box .c__content-confirm-box {
    padding: 0 4vw 4vw;
  }
}

.prts__userpost-input .cmsi__content-box .btn__submit {
  width: 100%;
  margin: 0 auto 20px;
  text-align: center;
}

@media (max-width: 767px) {
  .prts__userpost-input .cmsi__content-box .btn__submit {
    width: 46vw;
    margin: 0 auto 4vw;
  }
}

.prts__userpost-input .cmsi__content-box .btn__submit .c-form-submit-button {
  display: inline-block;
  min-width: 400px;
  padding: 12px 10px 8px;
  border: none;
  border-radius: 500px;
  background-color: #ff7b93;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  border: none;
}

@media (max-width: 767px) {
  .prts__userpost-input .cmsi__content-box .btn__submit .c-form-submit-button {
    width: 100%;
    min-width: 0;
  }
}

.prts__userpost-input .cmsi__content-box .btn__submit .c-form-submit-button:disabled {
  background: #d4d4d4;
}

.prts__userpost-input .cmsi__content-box .c__btn-area {
  margin: 0;
}

.prts__userpost-input .cmsi__content-box .c__btn-area .c__btn-style-box {
  width: 100%;
  margin: 0 auto 20px;
  text-align: center;
}

@media (max-width: 767px) {
  .prts__userpost-input .cmsi__content-box .c__btn-area .c__btn-style-box {
    width: 46vw;
    margin: 0 auto 4vw;
  }
}

.prts__userpost-input .cmsi__content-box .c__btn-area .c__btn-style-box a.cmp__btn-pink {
  display: inline-block;
  width: auto;
  min-width: 400px;
  height: auto;
  padding: 10px;
  border: none;
  border-radius: 500px;
  background: #d4d4d4;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
}

.prts__userpost-input .cmsi__content-box .c__btn-area .c__btn-style-box a.cmp__btn-pink-active {
  display: inline-block;
  width: auto;
  min-width: 400px;
  height: auto;
  padding: 10px;
  border: none;
  border-radius: 500px;
  background-color: #ff7b93;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
}

.prts__userpost-input .cmsi__content-box .c__btn-area .c__btn-style-box a.cmp__btn-white {
  display: inline-block;
  width: auto;
  min-width: 400px;
  height: auto;
  padding: 10px;
  border: 1px solid #383838;
  border-radius: 500px;
  color: #383838;
  font-size: 16px;
  font-weight: bold;
}

.prts__userpost-finish {
  display: block;
  margin: 70px auto;
  background: #ffffff;
  position: relative;
}

@media (max-width: 767px) {
  .prts__userpost-finish {
    margin: 20vw auto;
  }
}

.prts__userpost-finish * {
  line-height: 1.8;
  font-weight: normal;
}

.prts__userpost-finish * a:hover {
  text-decoration: none;
}

.prts__userpost-finish .prts__userpost-finish-innner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.prts__userpost-finish .prts__userpost-finish-innner .cmsi__head {
  margin: 0;
  padding: 0;
  background: transparent;
}

.prts__userpost-finish .prts__userpost-finish-innner .cmsi__head .cmp__head__title {
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: "Noto Sans JP", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #ff7b93;
}

.prts__userpost-finish .prts__userpost-finish-innner .cmsi__main {
  margin: 0;
  padding: 0;
}

.prts__userpost-finish .prts__userpost-finish-innner .cmsi__main .cmp__main-visual .loading__box {
  margin: 20px auto;
}

@media (max-width: 767px) {
  .prts__userpost-finish .prts__userpost-finish-innner .cmsi__main .cmp__main-visual .loading__box {
    margin: 4vw auto;
  }
}

.prts__userpost-finish .prts__userpost-finish-innner .cmsi__main .cmp__main-visual .loading__box .loading-circle {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 10px solid #e8e8e8;
  border-top-color: #777777;
  -webkit-animation: spin 1s infinite linear;
          animation: spin 1s infinite linear;
  margin: 0 auto;
}

.prts__userpost-finish .prts__userpost-finish-innner .cmsi__main .cmp__article-box-txt-c {
  margin: 0;
  padding: 0;
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.prts__itemselect--ex {
  width: 1080px;
  margin: 0 auto;
  margin: 70px auto;
}

@media (max-width: 767px) {
  .prts__itemselect--ex {
    width: auto;
    margin: 0 6vw 12vw;
  }
}

.prts__itemselect--ex * {
  font-family: "Noto Sans JP", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #383838;
}

.prts__itemselect--ex .labelbox .labelbox__item {
  display: inline-block;
}

.prts__itemselect--ex .labelbox .labelbox__item .labelbox__item-txt {
  display: inline-block;
  margin: 0 5px 10px 0;
  padding: 5px 10px;
  border-radius: 2px;
  font-size: 88%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  background: #b3b3b3;
}

.prts__itemselect--ex .labelbox .labelbox__item .labelbox__item-txt.label-select1 {
  min-width: 90px;
  background: #c59d5b;
}

.prts__itemselect--ex .labelbox .labelbox__item .labelbox__item-txt.label-select2 {
  min-width: 90px;
  background: #808080;
}

.prts__itemselect--ex .labelbox .labelbox__item .labelbox__item-txt.label-select3 {
  min-width: 90px;
  background: #cf976d;
}

.prts__itemselect--ex .cmsi__content-box {
  margin: 0;
}

.prts__itemselect--ex .cmsi__content-box .c__product-txt-box {
  margin: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #d4d4d4;
}

@media (max-width: 767px) {
  .prts__itemselect--ex .cmsi__content-box .c__product-txt-box {
    padding-bottom: 6vw;
  }
}

.prts__itemselect--ex .cmsi__content-box .c__product-txt-box .cmp__article-box-label {
  display: inline-block;
  margin: 0 5px 10px 0;
  padding: 5px 10px;
  border-radius: 2px;
  font-size: 88%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  background: #b3b3b3;
}

.prts__itemselect--ex .cmsi__content-box .c__product-txt-box .cmp__article-box-label.label-select1 {
  background: #383838;
}

.prts__itemselect--ex .cmsi__content-box .c__product-txt-box .cmp__article-box-distributor {
  margin: 0;
  padding: 0;
  font-size: 88%;
  font-weight: bold;
}

.prts__itemselect--ex .cmsi__content-box .c__product-txt-box .cmp__article-box-productname {
  margin: 0;
  padding: 0;
  font-size: 163%;
  font-weight: bold;
}

@media (max-width: 767px) {
  .prts__itemselect--ex .cmsi__content-box .c__product-txt-box .cmp__article-box-productname {
    font-size: 113%;
  }
}

.prts__itemselect--ex .cmsi__content-box .c__product-txt-box .cmp__article-box-price {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  color: #dc143c;
}

.prts__itemselect--ex .cmsi__content-box .c__product-txt-box .cmp__article-box-price .txt-free {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

.prts__itemselect--ex .cmsi__content-box .c__product-txt-box .rate__item .rate__star {
  display: inline-block;
  line-height: 1;
}

.prts__itemselect--ex .cmsi__content-box .c__product-txt-box .rate__item .rate__star img {
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 1;
}

.prts__itemselect--ex .cmsi__content-box .c__product-txt-box .rate__item .rate__score {
  display: inline-block;
  margin-left: 5px;
  font-size: 113%;
  font-weight: bold;
}

.prts__itemselect--ex .cmsi__content-box .c__product-txt-box .rate__item .rate__score.unrated {
  margin-left: 0 !important;
  font-size: 90% !important;
  color: #777777 !important;
}

.prts__itemselect--ex .cmsi__content-box .c__layout-flex-content-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 50px;
}

@media (max-width: 767px) {
  .prts__itemselect--ex .cmsi__content-box .c__layout-flex-content-column {
    display: block;
    margin-top: 6vw;
  }
}

.prts__itemselect--ex .cmsi__content-box .c__layout-flex-content-column .cmm__flex-cell {
  display: block;
}

@media (max-width: 767px) {
  .prts__itemselect--ex .cmsi__content-box .c__layout-flex-content-column .cmm__flex-cell {
    margin-top: 6vw;
  }
}

.prts__itemselect--ex .cmsi__content-box .c__layout-flex-content-column .cmm__flex-cell .c__column-balancer {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 2;
}

.prts__itemselect--ex .cmsi__content-box .c__layout-flex-content-column .cmm__flex-cell .c__column-balancer .slider-pro {
  height: 436px !important;
  position: relative;
  z-index: 3;
}

@media (max-width: 767px) {
  .prts__itemselect--ex .cmsi__content-box .c__layout-flex-content-column .cmm__flex-cell .c__column-balancer .slider-pro {
    height: calc(88vw + 71px) !important;
  }
}

.prts__itemselect--ex .cmsi__content-box .c__layout-flex-content-column .cmm__flex-cell .c__column-balancer .slider-pro .sp-swiping {
  margin-top: 0 !important;
}

.prts__itemselect--ex .cmsi__content-box .c__layout-flex-content-column .cmm__flex-cell .c__column-balancer .slider-pro .sp-mask {
  width: 365px !important;
  height: 365px !important;
  overflow: hidden;
}

@media (max-width: 767px) {
  .prts__itemselect--ex .cmsi__content-box .c__layout-flex-content-column .cmm__flex-cell .c__column-balancer .slider-pro .sp-mask {
    width: 88vw !important;
    height: 88vw !important;
  }
}

.prts__itemselect--ex .cmsi__content-box .c__layout-flex-content-column .cmm__flex-cell .c__column-balancer .slider-pro .sp-image-container {
  width: 365px !important;
  height: 365px !important;
  aspect-ratio: 1/1;
}

@media (max-width: 767px) {
  .prts__itemselect--ex .cmsi__content-box .c__layout-flex-content-column .cmm__flex-cell .c__column-balancer .slider-pro .sp-image-container {
    width: 88vw !important;
    height: 88vw !important;
  }
}

.prts__itemselect--ex .cmsi__content-box .c__layout-flex-content-column .cmm__flex-cell .c__column-balancer .slider-pro .sp-image-container img {
  width: 365px !important;
  height: 365px !important;
  margin: 0 !important;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  font-family: 'object-fit: contain; object-position: 50% 50%;';
}

@media (max-width: 767px) {
  .prts__itemselect--ex .cmsi__content-box .c__layout-flex-content-column .cmm__flex-cell .c__column-balancer .slider-pro .sp-image-container img {
    width: 88vw !important;
    height: 88vw !important;
  }
}

.prts__itemselect--ex .cmsi__content-box .c__layout-flex-content-column .cmm__flex-cell .c__column-balancer .sp-bottom-thumbnails {
  margin: 0 auto;
}

@media (max-width: 767px) {
  .prts__itemselect--ex .cmsi__content-box .c__layout-flex-content-column .cmm__flex-cell .c__column-balancer .sp-thumbnails-container {
    width: 88vw !important;
  }
}

.prts__itemselect--ex .cmsi__content-box .c__layout-flex-content-column .cmm__flex-cell .c__column-balancer .sp-thumbnails-container .sp-thumbnails {
  height: 67px !important;
}

@media (max-width: 767px) {
  .prts__itemselect--ex .cmsi__content-box .c__layout-flex-content-column .cmm__flex-cell .c__column-balancer .sp-thumbnails-container .sp-thumbnails {
    width: 88vw !important;
    height: calc(13vw + 10px) !important;
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
            transform: translate3d(0px, 0px, 0px) !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.prts__itemselect--ex .cmsi__content-box .c__layout-flex-content-column .cmm__flex-cell .c__column-balancer .sp-thumbnails-container .sp-thumbnail-container {
  margin: 10px 2px 0;
  border: 1px solid #d4d4d4 !important;
  position: relative;
}

@media (max-width: 767px) {
  .prts__itemselect--ex .cmsi__content-box .c__layout-flex-content-column .cmm__flex-cell .c__column-balancer .sp-thumbnails-container .sp-thumbnail-container {
    display: block;
    width: 12.5vw !important;
    height: 12.5vw !important;
    margin: 10px 2vw 0 0 !important;
  }
  .prts__itemselect--ex .cmsi__content-box .c__layout-flex-content-column .cmm__flex-cell .c__column-balancer .sp-thumbnails-container .sp-thumbnail-container:last-child {
    margin: 10px 0 0 !important;
  }
}

.prts__itemselect--ex .cmsi__content-box .c__layout-flex-content-column .cmm__flex-cell .c__column-balancer .sp-thumbnails-container .sp-thumbnail-container .sp-thumbnail {
  width: 57px !important;
  height: 57px !important;
  margin: 0 !important;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  font-family: 'object-fit: cover; object-position: 50% 50%;';
}

@media (max-width: 767px) {
  .prts__itemselect--ex .cmsi__content-box .c__layout-flex-content-column .cmm__flex-cell .c__column-balancer .sp-thumbnails-container .sp-thumbnail-container .sp-thumbnail {
    width: 12.5vw !important;
    height: 12.5vw !important;
  }
}

.prts__itemselect--ex .cmsi__content-box .c__layout-flex-content-column .cmm__flex-cell .c__column-balancer .labelbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
}

@media (max-width: 767px) {
  .prts__itemselect--ex .cmsi__content-box .c__layout-flex-content-column .cmm__flex-cell .c__column-balancer .labelbox {
    display: block;
  }
}

.prts__itemselect--ex .cmsi__content-box .c__layout-flex-content-column .cmm__flex-cell .c__column-balancer .labelbox .labelbox__item {
  display: block;
  width: 47px;
}

@media (max-width: 767px) {
  .prts__itemselect--ex .cmsi__content-box .c__layout-flex-content-column .cmm__flex-cell .c__column-balancer .labelbox .labelbox__item {
    width: 42px;
    margin-bottom: 5px;
  }
}

.prts__itemselect--ex .cmsi__content-box .c__layout-flex-content-column .cmm__flex-cell .c__column-balancer .labelbox .labelbox__item .labelbox__item-image {
  width: 42px;
  height: 60px;
}

.prts__itemselect--ex .cmsi__content-box .c__layout-flex-content-column .cmm__flex-cell .c__column-balancer .labelbox .labelbox__item .labelbox__item-image img {
  width: 42px !important;
  height: 60px !important;
  margin: 0 !important;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  font-family: 'object-fit: cover; object-position: 50% 50%;';
}

.prts__itemselect--ex .cmsi__content-box .c__layout-flex-content-column .cmm__flex-cell .c__column-balancer .c__content-txt-box .cmp__article-box-title {
  margin: 0 0 30px;
  padding: 0;
  font-size: 125%;
  font-weight: bold !important;
  color: #383838;
  text-align: left;
}

@media (max-width: 767px) {
  .prts__itemselect--ex .cmsi__content-box .c__layout-flex-content-column .cmm__flex-cell .c__column-balancer .c__content-txt-box .cmp__article-box-title {
    margin: 0 0 6vw;
  }
}

.prts__itemselect--ex .cmsi__content-box .c__layout-flex-content-column .cmm__flex-cell .c__column-balancer .c__content-txt-box .cmp__article-box-title .cmp__head__title {
  margin: 0;
  padding: 0;
  font-weight: bold !important;
  text-align: left;
  position: relative;
}

.prts__itemselect--ex .cmsi__content-box .c__layout-flex-content-column .cmm__flex-cell .c__column-balancer .c__content-txt-box .cmp__article-box-title a.cmp__txt-link {
  text-decoration: underline;
  font-size: inherit;
  font-weight: bold !important;
}

.prts__itemselect--ex .cmsi__content-box .c__layout-flex-content-column .cmm__flex-cell .c__column-balancer .c__content-txt-box .cmp__article-box-title a:hover {
  text-decoration: none;
}

.prts__itemselect--ex .cmsi__content-box .c__layout-flex-content-column .cmm__flex-cell .c__column-balancer .c__content-txt-box .cmp__article-box-txt {
  margin: 0 0 30px;
  padding: 0;
  font-size: 100%;
}

@media (max-width: 767px) {
  .prts__itemselect--ex .cmsi__content-box .c__layout-flex-content-column .cmm__flex-cell .c__column-balancer .c__content-txt-box .cmp__article-box-txt {
    margin: 0 0 6vw;
  }
}

.prts__itemselect--ex .cmsi__content-box .c__layout-flex-content-column .cmm__flex-cell .c__column-balancer .c__content-txt-box .cmp__article-box-caution {
  margin: 40px 0 0;
  padding: 30px;
  background: #f3f3f3;
}

@media (max-width: 767px) {
  .prts__itemselect--ex .cmsi__content-box .c__layout-flex-content-column .cmm__flex-cell .c__column-balancer .c__content-txt-box .cmp__article-box-caution {
    margin: 6vw 0 0;
    padding: 6vw;
  }
}

.prts__itemselect--ex .cmsi__content-box .c__layout-flex-content-column .cmm__flex-cell .c__column-balancer .c__content-txt-box .cmp__article-box-caution .cmp__article-box-caution-ttl {
  margin: 0 0 20px;
  font-size: 113%;
  font-weight: bold !important;
  color: #383838;
  text-align: left;
  font-size: 100%;
}

.prts__itemselect--ex .cmsi__content-box .c__layout-flex-content-column .cmm__flex-cell .c__column-balancer .c__content-txt-box .cmp__article-box-caution .cmp__article-box-caution-ttl .cmp__head__title {
  margin: 0;
  padding: 0;
  font-weight: bold !important;
  text-align: left;
  position: relative;
}

.prts__itemselect--ex .cmsi__content-box .c__layout-flex-content-column .cmm__flex-cell .c__column-balancer .c__content-txt-box .cmp__article-box-caution .cmp__article-box-caution-ttl a.cmp__txt-link {
  text-decoration: underline;
  font-size: inherit;
  font-weight: bold !important;
}

.prts__itemselect--ex .cmsi__content-box .c__layout-flex-content-column .cmm__flex-cell .c__column-balancer .c__content-txt-box .cmp__article-box-caution .cmp__article-box-caution-ttl a:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  .prts__itemselect--ex .cmsi__content-box .c__layout-flex-content-column .cmm__flex-cell .c__column-balancer .c__content-txt-box .cmp__article-box-caution .cmp__article-box-caution-ttl {
    margin: 0 0 6vw;
  }
}

.prts__itemselect--ex .cmsi__content-box .c__layout-flex-content-column .cmm__flex-cell .c__column-balancer .c__content-txt-box .cmp__article-box-caution p {
  margin: 0;
  font-size: 88%;
}

.prts__itemselect--ex .cmsi__content-box .c__layout-flex-content-column .cmm__flex-cell .c__column-balancer .c__content-txt-box .cmp__article-box-caution p a {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #d4d4d4;
}

@media (max-width: 767px) {
  .prts__itemselect--ex .cmsi__content-box .c__layout-flex-content-column .cmm__flex-cell .c__column-balancer .c__content-txt-box .cmp__article-box-caution p a {
    padding: 4vw 0;
  }
}

.prts__itemselect--ex .cmsi__content-box .c__layout-flex-content-column .cmm__flex-cell .c__column-balancer .c__content-txt-box .cmp__article-box-caution p a:link {
  text-decoration: none;
}

.prts__itemselect--ex .cmsi__content-box .c__layout-flex-content-column .cmm__flex-cell .c__column-balancer .c__content-txt-box .cmp__article-box-caution p a:hover {
  text-decoration: none;
}

.prts__itemselect--ex .cmsi__content-box .c__layout-flex-content-column .cmm__flex-cell .c__column-balancer .c__content-txt-box .cmp__article-box-caution p a.cmp__txt-link {
  margin: 0;
  font-size: 100%;
  font-weight: bold;
}

.prts__itemselect--ex .cmsi__content-box .c__layout-flex-content-column .cmm__flex-cell .c__column-balancer .c__content-txt-box .cmp__article-box-caution p a.cmp__txt-link::before {
  content: "\f105";
  font-family: FontAwesome;
  line-height: 1;
  margin-right: 15px;
  font-size: 125%;
  font-weight: bold;
  color: #383838;
}

.prts__itemselect--ex .cmsi__content-box .c__layout-flex-content-column .cmm__flex-cell:first-child {
  max-width: 405px;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

@media (max-width: 767px) {
  .prts__itemselect--ex .cmsi__content-box .c__layout-flex-content-column .cmm__flex-cell:first-child {
    max-width: 100%;
  }
}

.prts__itemselect--ex .cmsi__content-box .c__layout-flex-content-column .cmm__flex-cell:first-child .c__column-balancer {
  margin: 0 40px 0 0;
  padding: 0;
}

@media (max-width: 767px) {
  .prts__itemselect--ex .cmsi__content-box .c__layout-flex-content-column .cmm__flex-cell:first-child .c__column-balancer {
    margin: 0;
  }
}

.prts__itemselect--ex .cmsi__content-box .c__layout-flex-content-column .cmm__flex-cell:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
