@charset "UTF-8";
.page p, .page span, .page a, .page h2, .page h3 {
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.5;
}

.anchor{
  padding-top: 50px;
}

.page a {
  display: block;
  -webkit-transition: all .3s ease-in 0s;
  transition: all .3s ease-in 0s;
}

.page a:hover {
  opacity: 0.6;
  text-decoration: none;
}

.page img {
  max-width: 100%;
  height: auto;
}

.page div, .page span, .page applet, .page object, .page iframe,
.page h1, .page h2, .page h3, .page h4, .page h5, .page h6, .page p,
.page blockquote, .page pre, .page a, .page abbr, .page acronym, .page address,
.page big, .page cite, .page code, .page del, .page dfn, .page em, .page img, .page ins, .page kbd, .page q, .page s, .page samp, .page small, .page strike, .page strong, .page sub, .page sup, .page tt, .page var, .page b, .page u, .page i, .page center,
.page dl, .page dt, .page dd, .page ol, .page ul, .page li,
.page fieldset, .page form, .page label, .page legend,
.page table, .page caption, .page tbody, .page tfoot, .page thead, .page tr, .page th, .page td,
.page article, .page aside, .page canvas, .page details, .page embed, .page figure, .page figcaption, .page footer, .page header, .page hgroup,
.page menu, .page nav, .page output, .page ruby, .page section, .page summary, .page time, .page mark, .page audio, .page video, .page picture {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.page article, .page aside, .page details, .page figcaption, .page figure, .page footer, .page header, .page hgroup, .page menu, .page nav, .page section, .page summary, .page picture {
  display: block;
}

.page *, .page *:before, .page *:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.page button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.l-wrap {
  overflow: initial;
}

@media screen and (min-width: 769px) {
  .view--pc {
    display: block;
  }
  .view--sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .view--pc {
    display: none;
  }
  .view--sp {
    display: block;
  }
}

.page {
  overflow: hidden;
  background: #fff;
  margin-bottom: 20px;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "sans-serif";
  /*=============================
	 item
	=============================*/
  /*=============================
	 item　scroll ver
	=============================*/
}

.page__inner {
  margin: auto;
  max-width: 980px;
}

@media screen and (min-width: 769px) and (max-width: 980px) {
  .page__inner {
    padding: 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .page__inner {
    width: 89.6vw;
  }
}

.page .reservation__btn .btn {
  position: relative;
  width: 80%;
  padding: 6px 26px 6px 16px;
  margin: 5px auto 0;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  display: block;
  border-radius: 5px;
  border: solid 1px #092b4e;
  background-color: #092b4e;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  .page .reservation__btn .btn {
    width: 100%;
    font-size: 3vw;
    padding: 2vw;
  }
}

.page .reservation__btn .btn .arrow_right {
  position: absolute;
  right: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}

@media screen and (max-width: 768px) {
  .page .reservation__btn .btn .arrow_right {
    right: 5%;
  }
}

.page .reservation__btn .btn .arrow_right:after {
  content: "";
  display: block;
  width: .5em;
  height: .5em;
  border: 1px solid;
  border-color: #ffffff #ffffff transparent transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 50%;
}

.page .item__list {
  max-width: 770px;
  margin: 60px auto 0;
}

@media screen and (max-width: 768px) {
  .page .item__list {
    max-width: 100%;
    margin: 2.6vw auto 0;
  }
}

.page .item__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .page .item__list ul {
    display: block;
  }
}

.page .item__list ul li {
  max-width: 230px;
  width: 29.9%;
  margin-right: 5.1%;
  margin-top: 60px;
}

@media screen and (min-width: 769px) {
  .page .item__list ul li:nth-child(3n) {
    margin-right: 0;
  }
  .page .item__list ul li:nth-child(-n+3) {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .page .item__list ul li {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    margin-right: 0;
    margin: 0 1.3vw;
  }
}

.page .item__list__img {
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .page .item__list__img {
    position: relative;
    margin: auto;
    width: 42.2vw;
    height: 68.5vw;
  }
  .page .item__list__img img {
    -webkit-transform-origin: top center;
            transform-origin: top center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: scale(1.65, 1.65);
            transform: scale(1.65, 1.65);
  }
}

.page .item__list__text {
  text-align: center;
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .page .item__list__text {
    margin-top: 2.6vw;
  }
}

.page .item__list__text p {
  color: #333;
}

.page .item--name, .page .item--price {
  font-size: 1.6rem;
  font-weight: 300;
}

@media screen and (max-width: 768px) {
  .page .item--name, .page .item--price {
    font-size: 4.2vw;
  }
}

.page .item--price {
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .page .item--price {
    margin-top: 1.3vw;
  }
}

.page .item--btn {
  width: 100%;
  background: #C2CCDA;
  line-height: 40px;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  margin-top: 10px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .page .item--btn {
    line-height: 13vw;
    font-size: 4.2vw;
    margin-top: 3.3vw;
  }
}

.page .item--btn:after {
  content: ">";
  display: inline-block;
  position: absolute;
  right: 11px;
  -webkit-transform: scale(0.6, 1);
          transform: scale(0.6, 1);
}

.page .item__scroll {
  width: 980px;
  text-align: center;
  margin: 100px auto 142px;
}

@media screen and (max-width: 768px) {
  .page .item__scroll {
    width: 100%;
    max-width: 100%;
    margin: 18vw auto 10vw;
  }
}

.page .item__scroll .item__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .page .item__scroll .item__list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-y: hidden;
    display: -webkit-box;
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    /* Firefox */
  }
  .page .item__scroll .item__list::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .page .item__scroll .item__list li {
    width: 100%;
    max-width: 60vw;
    margin-top: 0;
    margin-right: 0;
    margin: 0 6vw;
    position: relative;
    overflow: visible;
  }
  .page .item__scroll .item__list li:last-child::after {
    position: absolute;
    content: '';
    top: 0;
    left: 100%;
    height: 1px;
    width: 6vw;
    background-color: transparent;
  }
}

.page .item__scroll .item__list .ajax_area {
  margin: 0 auto;
}

.page .item__scroll .item__list .item__list__id .item__list__img {
  display: block;
  margin: 0 auto;
}

.page .item__scroll .item__list .item__list__id .item__list__text {
  display: block;
  margin: 0 auto;
}

.page .item__scroll .item__list .item__list__id .item__list__text .item--name {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 12px;
}

@media screen and (max-width: 768px) {
  .page .item__scroll .item__list .item__list__id .item__list__text .item--name {
    font-size: 4vw;
    margin-bottom: 3vw;
  }
}

@media screen and (max-width: 768px) {
  .page .item__scroll .item__list .item__list__id .item__anchor .btn {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .page .slick-arrow {
    position: absolute;
    z-index: 100;
    top: 50.7vw;
    width: 2.1vw;
    height: 5.2vw;
  }
}

.page .prev-arrow {
  left: -2.1vw;
}

.page .next-arrow {
  right: -2.1vw;
}

.page .ajax_area .preset_price_area {
  display:block;
  width:100%;
  font-size: 1.6rem;
  margin-top: 5px;
}

.cartinbtn{
  display: none;
}

.page .ajax_area a.cartinbtn {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 40px;
  font-size: 1.4rem;
  font-weight: 500;
  background-color: #004791;
  border: solid 1px #004791;
  color: #fff;
  margin-top: 10px;
  display: none;
}

@media screen and (max-width: 768px) {
  .page .ajax_area a.cartinbtn {
    width: 100%;
    display: none;
  }

  .cartinbtn{
  display: none;
}
}

.page .ajax_area .static_matrix_list{
	display:block;
	box-sizing: border-box;
	position:relative;
  font-size: 1.4rem;
  width: 100%;
  padding: 6px 10px;
  color: #666666;
  border: solid 1px #acacac;
  border-radius: 3px;
  background-color: #fff;
  cursor: pointer;
}

/* ★ */
.page .ajax_area .stock_exist{
  margin-top: 10px;
  display: block;
  position: relative;
  width: 100%;
  display: none;
}
@media screen and (max-width:768px){
	.page .ajax_area .stock_exist{
		width:100%;
		font-size:1.5rem;
		line-height: 8vw;
		padding: 0;
	}
}

.page .ajax_area .stock_exist:before{
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 1px #808080;
  border-right: solid 1px #808080;
  transform: rotate(-45deg);
  position: absolute;
  top: 10px;
  right: 11px;
  z-index: 10;
}
.page .ajax_area .stock_exist:after{
  content: "";
  width: 6px;
  height: 6px;
  border-bottom: solid 1px #808080;
  border-left: solid 1px #808080;
  transform: rotate(-45deg);
  position: absolute;
  bottom: 10px;
  right: 11px;
}
@media screen and (max-width: 768px) {
  .page .ajax_area .stock_exist {
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */


.c-table {
  position: relative;
}

.c-table::before {
  content: '';
  width: 100%;
  height: 5px;
  position: absolute;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  z-index: 200;
  top: 439px;
  left: 0;
}

.c-table th, .c-table td {
  padding: 0 10px;
  border: solid 2px #fff;
}

.c-table th.is-cell-highlight, .c-table td.is-cell-highlight {
  background-color: #8FA8BA;
  color: #fff;
}

.c-table th.is-cell-highlight .c-table__linkText::before, .c-table td.is-cell-highlight .c-table__linkText::before {
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
}

.c-table thead {
  height: 70px;
}

.c-table thead tr:first-child th {
  border-top: none;
}

.c-table thead tr:first-child th:nth-of-type(3), .c-table thead tr:first-child th:nth-of-type(4) {
  text-align: left;
  padding: 1.5px 12px;
}

.c-table thead tr:nth-of-type(2) th {
  height: 46px;
}

.c-table thead tr:nth-of-type(2) th:last-child {
  padding: 0;
}

.c-table thead tr:nth-of-type(2) th:nth-of-type(3) {
  padding: 5px 0;
  white-space: nowrap;
}

.c-table thead th {
  font-size: 1.4rem;
  text-align: center;
  background-color: #E4E4E4;
}

.c-table thead th:first-child {
  border-left: none;
  border-bottom: none;
}

.c-table thead th:nth-child(2) {
  border-bottom: none;
}

.c-table thead th:last-child {
  border-right: none;
}

.c-table tbody th {
  position: relative;
  vertical-align: top;
  width: 122px;
  font-size: 1.2rem;
  text-align: center;
}

.c-table tbody th:first-child {
  border-left: none;
}

.c-table tbody th img {
  margin-bottom: 8px;
}

.c-table tbody td:nth-child(2) {
  width: 102px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 11px;
}

.c-table tbody td:nth-child(5), .c-table tbody td:nth-child(6) {
  padding: 0 12px;
}

.c-table tbody td:nth-child(3), .c-table tbody td:nth-child(4), .c-table tbody td:nth-child(5), .c-table tbody td:nth-child(6) {
  max-width: 92px;
  font-size: 3rem;
  text-align: center;
}

.c-table tbody td:nth-child(3) img, .c-table tbody td:nth-child(4) img, .c-table tbody td:nth-child(5) img, .c-table tbody td:nth-child(6) img {
  transform: scale(1.1);
}

.c-table tbody td:nth-child(7) {
  max-width: 115px;
  font-size: 1.2rem;
  line-height: 1.667;
  white-space: nowrap;
  vertical-align: bottom;
}

.c-table tbody td:nth-child(8) {
  max-width: 128px;
  font-size: 1.2rem;
  line-height: 1.667;
  white-space: nowrap;
  vertical-align: bottom;
}

.c-table tbody td:nth-child(9) {
  width: 82px;
  font-size: 1.2rem;
  line-height: 1.667;
  padding: 5px;
}

.c-table tbody td:last-child {
  width: 52px;
  font-size: 1.4rem;
  text-align: center;
  border-right: none;
}

.c-table tbody th, .c-table tbody td {
  background-color: #F4F4F4;
  height: 172px;
}

.c-table tr:last-child th, .c-table tr:last-child td {
  border-bottom: none;
}

.c-table tr.is-highlight th {
  background-color: #366283;
  color: #fff;
}

.c-table tr.is-highlight td {
  background-color: #DBE7F0;
}

.c-table tr.is-highlight .c-table__linkText::before {
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
}

.c-table .c-table__linkText {
  font-size: 1.4rem;
  line-height: 1.28;
  font-weight: 500;
  position: relative;
  display: inline-block;
  margin-top: 10px;
}

.c-table .c-table__linkText::before {
  content: '';
  width: 7px;
  height: 7px;
  border-right: solid 2px #333333;
  border-bottom: solid 2px #333333;
  transform: rotate(45deg);
  position: absolute;
  bottom: 7px;
  right: -13px;
}

.c-table.is-pattern2::before {
  top: 633px;
}

.c-table.is-pattern2 tbody td:last-child {
  width: 120px;
  font-size: 1.2rem;
  text-align: left;
  padding-left: 8px;
}

.c-table.is-pattern2 tbody td:nth-of-type(5) {
  width: 120px;
}

.c-table.is-pattern2 tbody td:nth-of-type(6) {
  max-width: 120px;
  white-space: unset;
}

.c-table.is-pattern2 tbody td:nth-of-type(7) {
  max-width: 132px;
}

.c-table__heading {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 21px;
}

.c-table__btnWrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
}

.c-text {
  font-size: 1.4rem;
  line-height: 1.6;
}

.c-text.is-small {
  font-size: 1.2rem;
}

.c-text.is-large {
  font-size: 1.6rem;
}

.c-text.is-white {
  color: #fff;
}

.c-text.is-black {
  color: #000;
}

.c-text.is-grey {
  color: #666;
}

.c-text.is-center {
  text-align: center;
}

.c-text.is-right {
  text-align: right;
}

.c-text.is-semiBold {
  font-weight: 500;
}

.c-text.is-bold {
  font-weight: bold;
}

.c-text.is-webFonts {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7;
}

.c-text.has-arrowRt {
  padding-right: 1rem;
}

.c-text.has-arrowRt::after {
  content: "";
  display: inline-block;
  border-top: 1px solid #BFBFBF;
  border-right: 1px solid #BFBFBF;
  transform: rotate(45deg);
  width: 0.5em;
  height: 0.5em;
  position: relative;
  bottom: 0.1em;
  left: 0.2em;
}

.c-text.has-arrowRt--white {
  padding-right: 1rem;
}

.c-text.has-arrowRt--white::after {
  content: "";
  display: inline-block;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  width: 0.5em;
  height: 0.5em;
  position: relative;
  bottom: 0.1em;
  left: 0.4em;
}

.p-archive {
  margin-bottom: 50px;
}

.p-archive .c-tabs {
  width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.p-archive .c-tabList {
  flex-wrap: wrap;
  margin-left: -10px;
  margin-top: -50px;
}

.p-archive .c-tabContentItem {
  margin-left: 20px;
  margin-top: 50px;
}

.p-archive .c-tabContentItem.is-hidden {
  display: none;
}

.archive__itemImage {
  max-width: 225px;
}

.p-formal {
  color: #333;
}

.p-formal.l-cont_inner {
  width: 980px;
/*  margin-top: 58px; */
  padding-bottom: 70px;
  margin: auto;
}

.p-formal .p-formal__container {
  width: 760px;
  margin: 0 auto;
}

.p-formal .p-formal__heading--md {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.75;
}

.p-formal .p-formal__heading--md span {
  display: block;
  font-size: 2.2rem;
  font-weight: bold;
}

.p-formal .p-formal__heading--md.has-border {
  border-bottom: solid 1px #a2a2a2;
  padding-bottom: 12px;
  margin-bottom: 40px;
}

.p-formal .p-formal__heading--lg {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}

.p-formal .p-formal__heading--lg.is-bold {
  font-weight: bold;
}

.p-formal .p-formal__heading--lg span {
  font-size: 22px;
  font-weight: bold;
  vertical-align: top;
  display: inline-block;
  margin-top: -3px;
}

.p-formal .p-formal__heading--lg.has-border {
  border-bottom: solid 1px #a2a2a2;
  padding-bottom: 5px;
  margin-bottom: 7px;
}

.p-formal .p-formal__heading--brand {
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.75;
}

.p-formal .p-formal__heading--brand span {
  font-weight: bold;
}

.p-formal .p-formal__heading--brand span.is-md {
  font-size: 1.8rem;
  vertical-align: top;
}

.p-formal .p-formal__heading--brand span.is-lg {
  font-size: 2.6rem;
  display: block;
  letter-spacing: 1.2px;
}

.p-formal .p-formal__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #cecece;
  border-radius: 3px;
  margin-left: auto;
  margin-right: auto;
}

.p-formal .p-formal__btn.is-brand-content {
  width: 275px;
  height: 50px;
  font-size: 1.6rem;
  font-weight: 500;
}

.p-formal .p-formal__btn.is-order {
  width: 100%;
  height: 40px;
  font-size: 1.4rem;
  font-weight: 500;
  background-color: #004791;
  border: solid 1px #004791;
  color: #fff;
}

.p-formal .p-formal__btn.is-detail {
  width: 100%;
  height: 40px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #004791;
  border: solid 1px #004791;
}

.p-formal .p-formal__btn.is-goods {
  height: 40px;
  font-size: 1.6rem;
  font-weight: 500;
}

.p-formal .p-formal__btn.is-table {
  width: 85px;
  height: 25px;
  font-size: 1.2rem;
  font-weight: 500;
  background-color: #fff;
  color: #333;
  margin-top: 10px;
}

.p-formal .p-formal__btn.has-arrow {
  width: 275px;
  height: 50px;
  font-size: 1.6rem;
  font-weight: 500;
  position: relative;
}

.p-formal .p-formal__btn.has-arrow::before {
  content: "";
  width: 10px;
  height: 10px;
  border-right: solid 2px #333333;
  border-bottom: solid 2px #333333;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: calc(50% - 2px);
  right: 12px;
}

.p-formal .p-formal__btns {
  display: flex;
  justify-content: center;
}

.p-formal .p-formal__btns .p-formal__btn {
  margin: 0;
}

.p-formal .p-formal__btns .p-formal__btn + .p-formal__btn {
  margin-left: 20px;
}

.p-formal .p-formal__product-list {
  width: 940px;
  display: flex;
  justify-content: center;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.p-formal .p-formal__product-list .p-formal__btn {
  margin-top: 10px;
}

.p-formal .p-formal__product-list.is-under-three .p-formal__product-item + .p-formal__product-item {
  margin-left: 50px;
}

.p-formal .p-formal__product-item {
  display: flex;
  flex-direction: column;
  width: 150px;
  vertical-align: top;
  text-align: left;
}

.p-formal .p-formal__product-item + .p-formal__product-item {
  margin-left: 30px;
}

.p-formal .p-formal__product-item p {
  white-space: normal;
}

.p-formal .p-formal__product-text {
  font-size: 1.4rem;
  line-height: 1.57;
  text-align: center;
}

.p-formal .p-formal__product-img {
  margin-top: 10px;
}

.p-formal .p-formal__product-name {
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: -0.2px;
  margin-top: 10px;
}

.p-formal .p-formal__product-price {
  font-size: 1.6rem;
  margin-top: 5px;
}

.p-formal .p-formal__product-price span {
  font-size: 1.2rem;
}

.p-formal .p-formal__product-orderArea select {
  font-size: 1.4rem;
  width: 100%;
  padding: 6px 10px;
  color: #666666;
  border: solid 1px #acacac;
  border-radius: 3px;
  background-color: #fff;
  display: none;
}

.p-formal .p-formal__product-cart {
  margin-top: 10px;
  display: block;
  position: relative;
}

.p-formal .p-formal__product-cart::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 1px #808080;
  border-right: solid 1px #808080;
  transform: rotate(-45deg);
  position: absolute;
  top: 10px;
  right: 11px;
}

.p-formal .p-formal__product-cart::after {
  content: "";
  width: 6px;
  height: 6px;
  border-bottom: solid 1px #808080;
  border-left: solid 1px #808080;
  transform: rotate(-45deg);
  position: absolute;
  bottom: 10px;
  right: 11px;
}

.p-formal .p-formal__spNav {
  opacity: 0;
  visibility: hidden;
  width: 100vw;
  background-color: #fff;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  height: 56px;
  top: 122px;
  border-bottom: solid 1px #ddd;
  transition: .2s opacity ease-out,  .2s visibility ease-out;
}

.p-formal .p-formal__spNav.is-show {
  opacity: 1;
  visibility: visible;
}

.p-formal .p-formal__spNav-list {
  display: flex;
  white-space: nowrap;
  /* 横スクロールの指定 */
  width: 980px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-around;
}

.p-formal .p-formal__spNav-item {
  padding: 2rem;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
}

.p-formal .p-formal__spNav-item.is-active {
  position: relative;
}

.p-formal .p-formal__spNav-item.is-active::before {
  content: '';
  width: 100%;
  height: 3px;
  background-color: #999;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.p-formal .p-formal__topBnr {
  width: 100%;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
}

.p-formal .p-formal__topBnr span {
  font-weight: bold;
}

.p-formal .p-formal__mv {
  position: relative;
}

.p-formal .p-formal__mv + .c-text {
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 26px;
}

.p-formal .p-formal__mv-text {
  position: absolute;
  color: #fff;
  text-align: center;
  top: 130px;
  left: 160px;
}

.p-formal .p-formal__mv-text h1 {
  font-size: 4rem;
  line-height: 1.4;
  font-weight: bold;
  color: #fff;
}

.p-formal .p-formal__mv-text h1 span {
  font-size: 2.6rem;
  font-weight: bold;
  display: block;
  margin-top: 10px;
  margin-right: 34px;
}

.p-formal .p-formal__mv-text p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.56;
  margin-top: 25px;
  margin-right: 20px;
}

.p-formal .p-formal__service {
  background-color: #f0f0f0;
  margin-top: 28px;
  padding: 21px 0 30px;
}

.p-formal .p-formal__service .p-formal__heading--md {
  font-size: 1.7rem;
}

.p-formal .p-formal__service .p-formal__heading--md span {
  font-size: 2.1rem;
  margin-top: 2px;
  margin-left: 4px;
}

.p-formal .p-formal__service-list {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

.p-formal .p-formal__service-item {
  width: 130px;
}

.p-formal .p-formal__service-item:nth-child(2) {
  margin-left: 35px;
}

.p-formal .p-formal__service-item:nth-child(3) {
  margin-left: 38px;
}

.p-formal .p-formal__service-item:first-child .p-formal__service-logo p {
  margin-top: 5px;
  margin-left: 8px;
}

.p-formal .p-formal__service-item:first-child .p-formal__service-logo img {
  margin-top: -1px;
  margin-left: 6px;
}

.p-formal .p-formal__service-item:nth-child(2) .p-formal__service-logo p {
  margin-top: 6px;
  margin-left: 6px;
}

.p-formal .p-formal__service-item:nth-child(2) .p-formal__service-logo img {
  margin-top: -2px;
  margin-left: 2px;
}

.p-formal .p-formal__service-item:nth-child(3) .p-formal__service-logo p {
  margin-top: 11px;
}

.p-formal .p-formal__service-item:nth-child(3) .p-formal__service-logo img {
  margin-top: 3px;
}

.p-formal .p-formal__service-logo {
  width: 125px;
  height: 125px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 15px;
}

.p-formal .p-formal__service-logo p {
  font-size: 1.8rem;
  font-weight: bold;
  color: #666666;
}

.p-formal .p-formal__service-textBlock {
  text-align: center;
  margin-top: 8px;
}

.p-formal .p-formal__service-text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.45;
}

.p-formal .p-formal__service-text span {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.33;
  margin-top: 2px;
}

.p-formal .p-formal__service-attention {
  font-size: 1rem;
  margin-top: 5px;
}

.p-formal .p-formal__guide {
  margin-top: 54px;
  padding-bottom: 80px;
}

.p-formal .p-formal__guide .p-formal__heading--lg {
  margin-top: -3px;
  margin-left: 5px;
}

.p-formal .p-formal__guide .p-formal__btns {
  margin-top: 24px;
}

.p-formal .p-formal__nav-list {
  display: flex;
  justify-content: center;
  margin-top: 18px;
  margin-left: 5px;
}

.p-formal .p-formal__nav-item {
  width: 140px;
  text-align: center;
  position: relative;
}

.p-formal .p-formal__nav-item + .p-formal__nav-item {
  margin-left: 63px;
}

.p-formal .p-formal__nav-item a {
  width: 100%;
  height: 100%;
}

.p-formal .p-formal__nav-item a::before {
  content: "";
  width: 16px;
  height: 16px;
  border-right: solid 4px #333;
  border-bottom: solid 4px #333;
  transform: translateX(-50%) rotate(45deg);
  position: absolute;
  left: 50%;
  bottom: -20px;
}

.p-formal .p-formal__nav-text {
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 10px;
}

.p-formal .p-formal__nav-text span {
  display: block;
  font-size: 2rem;
  font-weight: bold;
}

.p-formal .p-formal__table {
  padding-top: 100px;
 
}
/*
.p-formal .p-formal__table:nth-child(3) {
  padding-top: 105px;
}
*/
.p-formal .p-formal__table:nth-child(3) .c-table__heading {
  margin-bottom: 27px;
}

.p-formal .p-formal__table tr:nth-of-type(5) th {
  padding-left: 2px;
  padding-right: 2px;
}

.p-formal .p-formal__table tr:nth-of-type(5) .c-table__linkText {
  margin-right: 8px;
  white-space: nowrap;
}

.p-formal .p-formal__table tr:nth-of-type(5) .c-table__linkText::before {
  right: -11px;
}

.p-formal .p-formal__tablePrice {
  font-size: 1.6rem;
  font-weight: bold;
}

.p-formal .p-formal__tableStyle {
  margin-top: 7px;
}

.p-formal .p-formal__tableNumber {
  font-family: 'Noto Sans JP', sans-serif;
  transform: translateY(-12px);
}

.p-formal .p-formal__tableSuitsImg {
  width: 56px;
  display: block;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.p-formal .p-formal__tableMaterialImg {
  margin-top: 10px;
  margin-bottom: 20px;
}

.p-formal .p-formal__point {
  padding-top: 88px;
  margin-top: -90px;
}

.p-formal .p-formal__point .p-formal__heading--lg {
  text-align: left;
  padding-left: 35px;
  position: relative;
}

.p-formal .p-formal__point .p-formal__heading--lg::before {
  content: "";
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.p-formal .p-formal__point .p-formal__heading--lg.is-one::before {
  background-image: url("/ec/img/usr/pg/campaign/blacksuits/icon_number_1.svg");
}

.p-formal .p-formal__point .p-formal__heading--lg.is-two::before {
  background-image: url("/ec/img/usr/pg/campaign/blacksuits/icon_number_2.svg");
}

.p-formal .p-formal__point .p-formal__heading--lg.is-three::before {
  background-image: url("/ec/img/usr/pg/campaign/blacksuits/icon_number_3.svg");
}

.p-formal .p-formal__point-bg {
  background-color: #f0f0f0;
  padding: 28px 130px 44px;
}

.p-formal .p-formal__point-bg .p-formal__heading--md span {
  font-weight: 500;
}

.p-formal .p-formal__point-mv {
  margin-top: 20px;
  position: relative;
  width: 100%;
}

.p-formal .p-formal__point-mv.is-show .p-formal__point-mv-point.is-one {
  animation: moveInFromRight 0.7s both;
}

.p-formal .p-formal__point-mv.is-show .p-formal__point-mv-point.is-two {
  animation: moveInFromRight 0.7s 0.4s both;
}

.p-formal .p-formal__point-mv.is-show .p-formal__point-mv-point.is-three {
  animation: moveInFromLeft 0.7s 0.8s both;
}

.p-formal .p-formal__point-mv-point {
  position: absolute;
  display: flex;
  opacity: 0;
}

.p-formal .p-formal__point-mv-point::before {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}

.p-formal .p-formal__point-mv-point.is-one {
  top: 43px;
  right: 176px;
}

.p-formal .p-formal__point-mv-point.is-one::before {
  background-image: url("/ec/img/usr/pg/campaign/blacksuits/icon_arrow01.svg");
  width: 59px;
  height: 46px;
  top: 13px;
  right: 103px;
}

.p-formal .p-formal__point-mv-point.is-two {
  top: 148px;
  right: 91px;
}

.p-formal .p-formal__point-mv-point.is-two::before {
  background-image: url("/ec/img/usr/pg/campaign/blacksuits/icon_arrow02.svg");
  width: 73px;
  height: 65px;
  top: 13px;
  right: 175px;
}

.p-formal .p-formal__point-mv-point.is-three {
  flex-direction: row-reverse;
  align-items: flex-start;
  top: 126px;
  right: 451px;
}

.p-formal .p-formal__point-mv-point.is-three .p-formal__point-mv-text {
  margin-left: 0;
  margin-right: 7px;
}

.p-formal .p-formal__point-mv-point.is-three::before {
  background-image: url("/ec/img/usr/pg/campaign/blacksuits/icon_arrow03.svg");
  width: 73px;
  height: 65px;
  top: 13px;
  left: 156px;
}

@keyframes moveInFromRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  20% {
    opacity: 1;
  }
  50% {
    transform: translateX(-5px);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes moveInFromLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  20% {
    opacity: 1;
  }
  50% {
    transform: translateX(5px);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.p-formal .p-formal__point-mv-text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.44;
  padding-left: 3px;
  margin-left: 7px;
  transition: opacity 0.3s;
}

.p-formal .p-formal__point-item {
  display: flex;
  justify-content: space-between;
  padding: 0 5px;
}

.p-formal .p-formal__point-item:first-child {
  margin-top: 53px;
}

.p-formal .p-formal__point-item:nth-child(2) {
  margin-top: 53px;
}

.p-formal .p-formal__point-item:nth-child(3) {
  margin-top: 75px;
}

.p-formal .p-formal__point-textBlock {
  width: 335px;
}

.p-formal .p-formal__point-text {
  font-size: 1.6rem;
  line-height: 1.875;
  margin-top: 5px;
}

.p-formal .p-formal__point-text span {
  font-weight: bold;
  vertical-align: unset;
}

.p-formal .p-formal__point-imgBlock {
  display: flex;
  width: 336px;
}

.p-formal .p-formal__point-imgBlock figcaption {
  font-size: 1.4rem;
  text-align: center;
  margin-top: 5px;
}

.p-formal .p-formal__point-img {
  width: 336px;
}

.p-formal .p-formal__brand {
  width: 900px;
  margin: 0 auto;
  padding-top: 110px;
  margin-top: -30px;
}

.p-formal .p-formal__brand:nth-child(3) .p-formal__brand-block:nth-child(3) .p-formal__brand-heading,
.p-formal .p-formal__brand:nth-child(3) .p-formal__brand-block:nth-child(4) .p-formal__brand-heading {
  padding-bottom: 20px;
}

.p-formal .p-formal__brand:nth-child(4) .p-formal__brand-block:nth-child(3) .p-formal__brand-heading,
.p-formal .p-formal__brand:nth-child(4) .p-formal__brand-block:nth-child(4) .p-formal__brand-heading,
.p-formal .p-formal__brand:nth-child(4) .p-formal__brand-block:nth-child(5) .p-formal__brand-heading,
.p-formal .p-formal__brand:nth-child(4) .p-formal__brand-block:nth-child(6) .p-formal__brand-heading {
  padding-bottom: 20px;
}

.p-formal .p-formal__brand:nth-child(4) .p-formal__brand-block:nth-child(4) {
  margin-top: -83px;
}

.p-formal .p-formal__brand-block {
  padding: 120px 0 40px;
  margin-top: -73px;
}

.p-formal .p-formal__brand-block .p-formal__product-list {
  margin-top: 40px;
}

.p-formal .p-formal__brand-block:nth-of-type(5) .p-formal__brand-itemDescription {
  margin-top: 0;
}

.p-formal .p-formal__brand-block#PAZZO .p-formal__brand-contentImg-description:nth-child(2) {
  top: 200px;
  left: 130px;
}

.p-formal .p-formal__brand-block#PAZZO .p-formal__brand-contentImg-description:nth-child(3) {
  top: 260px;
  left: 65px;
}

.p-formal .p-formal__brand-block#HILTON .p-formal__brand-contentImg-description:nth-child(2) {
  top: 280px;
  left: 80px;
}

.p-formal .p-formal__brand-block#HILTON .p-formal__brand-contentImg-description:nth-child(3) {
  top: 120px;
  right: 70px;
}

.p-formal .p-formal__brand-block#PERSONS .p-formal__brand-contentImg-description:nth-child(2) {
  top: 230px;
  left: 75px;
}

.p-formal .p-formal__brand-block#PERSONS .p-formal__brand-contentImg-description:nth-child(3) {
  top: 180px;
  left: 150px;
}

.p-formal .p-formal__brand-block#REGAL .p-formal__brand-contentImg-description:nth-child(2) {
  top: 250px;
  left: 75px;
}

.p-formal .p-formal__brand-block#REGAL .p-formal__brand-contentImg-description:nth-child(3) {
  top: 160px;
  right: 80px;
}

.p-formal .p-formal__brand-block#MIYUKI .p-formal__brand-contentImg-description:nth-child(2) {
  top: 200px;
  left: 75px;
}

.p-formal .p-formal__brand-block#MIYUKI .p-formal__brand-contentImg-description:nth-child(3) {
  top: 120px;
  right: 75px;
}

.p-formal .p-formal__brand-block#YUKI_TORII_HOMME .p-formal__brand-contentImg-description:nth-child(2) {
  top: 200px;
  left: 70px;
}

.p-formal .p-formal__brand-block#SavileRow .p-formal__brand-contentImg-description:nth-child(2) {
  top: 200px;
  left: 85px;
}

.p-formal .p-formal__brand-heading {
  border-bottom: solid 1px #a2a2a2;
  display: flex;
  align-items: flex-end;
  padding-bottom: 16px;
}

.p-formal .p-formal__brand-heading span {
  font-size: 2.4rem;
  font-weight: bold;
  margin-left: 15px;
  margin-bottom: -5px;
}

.p-formal .p-formal__brand-heading.has-pop span {
  position: relative;
}

.p-formal .p-formal__brand-heading.has-pop span::before {
  content: "";
  width: 90px;
  height: 24px;
  background-image: url("/ec/img/usr/pg/campaign/blacksuits/text_aoyama_select--bold.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -24px;
  left: 0;
}

.p-formal .p-formal__brand-content {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
}

.p-formal .p-formal__brand-content.is-wide {
  padding-top: 40px;
}

.p-formal .p-formal__brand-content + .p-formal__btn {
  margin-top: 30px;
}

.p-formal .p-formal__brand-itemName {
  font-size: 2.2rem;
  font-weight: bold;
}

.p-formal .p-formal__brand-itemPrice {
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 3px;
}

.p-formal .p-formal__brand-itemPrice span {
  font-size: 1.4rem;
}

.p-formal .p-formal__brand-itemDescription {
  font-size: 1.4rem;
  margin-top: 15px;
  line-height: 1.87;
}

.p-formal .p-formal__brand-contentText {
  width: 335px;
}

.p-formal .p-formal__brand-contentImgs {
  display: flex;
}

.p-formal .p-formal__brand-contentImg {
  position: relative;
  cursor: pointer;
}

.p-formal .p-formal__brand-contentImg.is-show .p-formal__brand-contentImg-text {
  opacity: 1;
  visibility: visible;
}

.p-formal .p-formal__brand-contentImg-description {
  position: absolute;
}

.p-formal .p-formal__brand-contentImg-description:nth-child(2) {
  top: 303px;
  left: 13px;
}

.p-formal .p-formal__brand-contentImg-description:nth-child(3) {
  top: 156px;
  right: 70px;
}

.p-formal .p-formal__brand-contentImg-icon {
  position: relative;
  z-index: 1;
}

.p-formal .p-formal__brand-contentImg-text {
  font-size: 1.4rem;
  width: 120px;
  padding: 10px;
  background-color: #fff;
  position: absolute;
  bottom: 15px;
  left: 15px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  transition: 0.2s opacity ease-out, 0.2s visibility ease-out;
}

.p-formal .p-formal__brand-contentImg-text.is-left {
  left: -105px;
}

.p-formal .p-formal__brand-content-item {
  width: 255px;
  text-align: center;
  padding-top: 200px;
  margin-top: -200px;
}

.p-formal .p-formal__brand-content-item h4 {
  white-space: nowrap;
  font-size: 1.6rem;
  font-weight: bold;
}

.p-formal .p-formal__brand-content-item p {
  font-size: 1.6rem;
}

.p-formal .p-formal__brand-content-item p span {
  font-size: 1.2rem;
}

.p-formal .p-formal__brand-content-item img {
  display: block;
  margin-top: 10px;
}

.p-formal .p-formal__brand-content-item .p-formal__btn.is-brand-content {
  width: 100%;
  height: 40px;
  margin-top: 20px;
}

.p-formal .p-formal__brand-content-item + .p-formal__brand-content-item {
  margin-left: 20px;
}

.p-formal .p-formal__brand-specTable {
  width: 100%;
  background-color: #edf3fa;
  margin-top: 25px;
}

.p-formal .p-formal__brand-specTable tr + tr {
  border-top: solid 1px #fff;
}

.p-formal .p-formal__brand-specTable th,
.p-formal .p-formal__brand-specTable td {
  padding: 5px 5px 6.5px;
}

.p-formal .p-formal__brand-specTable th {
  font-size: 1.6rem;
  padding-left: 10px;
  width: 28%;
}

.p-formal .p-formal__brand-specTable td {
  text-align: left;
}

.p-formal .p-formal__brand-contentImg:nth-child(2) {
  margin-left: 20px;
}

.p-formal .p-formal__goods {
  padding-top: 40px;
}

.p-formal .p-formal__goods .p-formal__btn {
  margin-top: 13px;
}

.p-formal .p-formal__goods-list {
  display: flex;
  justify-content: space-around;
}

.p-formal .p-formal__goods-name {
  font-size: 1.6rem;
  text-align: center;
  white-space: nowrap;
  margin-top: 10px;
}

.p-formal .p-formal__goods-item {
  width: 155px;
}

.p-formal .p-formal__goods-item:first-child {
  margin-left: -8px;
}

.p-formal .p-formal__goods-item:nth-child(3) {
  margin-left: 6px;
}

.p-formal .p-formal__goods-item:nth-child(4) {
  margin-right: -6px;
}

.p-formal .p-formal__bnr {
  padding-top: 77px;
}

.p-formal .p-formal__bnr .p-formal__heading--md {
  padding-bottom: 8px;
}

.p-formal .p-formal__bnr-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -40px -70px;
}

.p-formal .p-formal__bnr-item {
  width: 50%;
}

.p-formal .p-formal__bnr-item a {
  display: flex;
  margin: 0 0 40px 70px;
}

.p-formal .p-formal__bnr-item a img {
  min-width: 195px;
}

.p-formal .p-formal__bnr-text {
  font-size: 1.4rem;
  line-height: 1.71;
  margin-left: 10px;
}

.p-formal .p-formal__bnr--solo {
  margin-top: 50px;
  padding-top: 50px;
  border-top: solid 1px #d3d3d3;
}

.p-formal .p-formal__bnr--solo a {
  width: 335px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.p-formal .p-formal__bnr--solo p {
  margin-top: 10px;
  font-size: 1.4rem;
}

.p-formal .c-table tbody tr:first-child th {
  padding-top: 30px;
}

.p-formal .c-table tbody tr:nth-child(2) th {
  padding-top: 15px;
}

.p-formal .c-table tbody tr:nth-child(3) th {
  padding-top: 30px;
}

.p-formal .c-table tbody tr:nth-child(4) th {
  padding-top: 32px;
}

.p-formal .c-table.is-pattern2 tbody tr:first-child th {
  padding-top: 39px;
}

.p-formal .c-table.is-pattern2 tbody tr:nth-child(2) th {
  padding-top: 40px;
}

.p-formal .c-table.is-pattern2 tbody tr:nth-child(3) th {
  padding-top: 22px;
}

.p-formal .c-table.is-pattern2 tbody tr:nth-child(4) th {
  padding-top: 28px;
  padding-left: 5px;
  padding-right: 5px;
}

.p-formal .c-table.is-pattern2 tbody tr:nth-child(5) th {
  padding-top: 17px;
}

.p-formal .c-table.is-pattern2 tbody tr:nth-child(6) th {
  padding-top: 39px;
}

@media all and (-ms-high-contrast: none) {
  .p-formal .p-formal__product-img {
    margin-top: 40px;
    margin-bottom: -20px;
    height: 58%;
  }
}
@media screen and (max-width: 768px){
.page p, .page span, .page a, .page h2, .page h3 {
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.5;
}

.page a {
  display: block;
  -webkit-transition: all .3s ease-in 0s;
  transition: all .3s ease-in 0s;
}

.page a:hover {
  opacity: 0.6;
  text-decoration: none;
}

.page img {
  max-width: 100%;
  height: auto;
}

.page div, .page span, .page applet, .page object, .page iframe,
.page h1, .page h2, .page h3, .page h4, .page h5, .page h6, .page p,
.page blockquote, .page pre, .page a, .page abbr, .page acronym, .page address,
.page big, .page cite, .page code, .page del, .page dfn, .page em, .page img, .page ins, .page kbd, .page q, .page s, .page samp, .page small, .page strike, .page strong, .page sub, .page sup, .page tt, .page var, .page b, .page u, .page i, .page center,
.page dl, .page dt, .page dd, .page ol, .page ul, .page li,
.page fieldset, .page form, .page label, .page legend,
.page table, .page caption, .page tbody, .page tfoot, .page thead, .page tr, .page th, .page td,
.page article, .page aside, .page canvas, .page details, .page embed, .page figure, .page figcaption, .page footer, .page header, .page hgroup,
.page menu, .page nav, .page output, .page ruby, .page section, .page summary, .page time, .page mark, .page audio, .page video, .page picture {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.page article, .page aside, .page details, .page figcaption, .page figure, .page footer, .page header, .page hgroup, .page menu, .page nav, .page section, .page summary, .page picture {
  display: block;
}

.page *, .page *:before, .page *:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.page button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.l-wrap {
  overflow: initial;
}

@media screen and (min-width: 769px) {
  .view--pc {
    display: block;
  }
  .view--sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .view--pc {
    display: none;
  }
  .view--sp {
    display: block;
  }
}

.page {
  overflow: hidden;
  background: #fff;
  margin-bottom: 20px;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "sans-serif";
  /*=============================
	 item
	=============================*/
  /*=============================
	 item　scroll ver
	=============================*/
}

.page__inner {
  margin: auto;
  max-width: 980px;
}

@media screen and (min-width: 769px) and (max-width: 980px) {
  .page__inner {
    padding: 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .page__inner {
    width: 89.6vw;
  }
}

.page .reservation__btn .btn {
  position: relative;
  width: 80%;
  padding: 6px 26px 6px 16px;
  margin: 5px auto 0;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  display: block;
  border-radius: 5px;
  border: solid 1px #092b4e;
  background-color: #092b4e;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  .page .reservation__btn .btn {
    width: 100%;
    font-size: 3vw;
    padding: 2vw;
  }
}

.page .reservation__btn .btn .arrow_right {
  position: absolute;
  right: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}

@media screen and (max-width: 768px) {
  .page .reservation__btn .btn .arrow_right {
    right: 5%;
  }
}

.page .reservation__btn .btn .arrow_right:after {
  content: "";
  display: block;
  width: .5em;
  height: .5em;
  border: 1px solid;
  border-color: #ffffff #ffffff transparent transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 50%;
}

.page .item__list {
  max-width: 770px;
  margin: 60px auto 0;
}

@media screen and (max-width: 768px) {
  .page .item__list {
    max-width: 100%;
    margin: 2.6vw auto 0;
  }
}

.page .item__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .page .item__list ul {
    display: block;
  }
}

.page .item__list ul li {
  max-width: 230px;
  width: 29.9%;
  margin-right: 5.1%;
  margin-top: 60px;
}

@media screen and (min-width: 769px) {
  .page .item__list ul li:nth-child(3n) {
    margin-right: 0;
  }
  .page .item__list ul li:nth-child(-n+3) {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .page .item__list ul li {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    margin-right: 0;
    margin: 0 1.3vw;
  }
}

.page .item__list__img {
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .page .item__list__img {
    position: relative;
    margin: auto;
    width: 42.2vw;
    height: 68.5vw;
  }
  .page .item__list__img img {
    -webkit-transform-origin: top center;
            transform-origin: top center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: scale(1.65, 1.65);
            transform: scale(1.65, 1.65);
  }
}

.page .item__list__text {
  text-align: center;
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .page .item__list__text {
    margin-top: 2.6vw;
  }
}

.page .item__list__text p {
  color: #333;
}

.page .item--name, .page .item--price {
  font-size: 1.6rem;
  font-weight: 300;
}

@media screen and (max-width: 768px) {
  .page .item--name, .page .item--price {
    font-size: 4.2vw;
  }
}

.page .item--price {
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .page .item--price {
    margin-top: 1.3vw;
  }
}

.page .item--btn {
  width: 100%;
  background: #C2CCDA;
  line-height: 40px;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  margin-top: 10px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .page .item--btn {
    line-height: 13vw;
    font-size: 4.2vw;
    margin-top: 3.3vw;
  }
}

.page .item--btn:after {
  content: ">";
  display: inline-block;
  position: absolute;
  right: 11px;
  -webkit-transform: scale(0.6, 1);
          transform: scale(0.6, 1);
}

.page .item__scroll {
  width: 980px;
  text-align: center;
  margin: 100px auto 142px;
}

@media screen and (max-width: 768px) {
  .page .item__scroll {
    width: 100%;
    max-width: 100%;
    margin: 18vw auto 10vw;
  }
}

.page .item__scroll .item__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .page .item__scroll .item__list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-y: hidden;
    display: -webkit-box;
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    /* Firefox */
  }
  .page .item__scroll .item__list::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .page .item__scroll .item__list li {
    width: 100%;
    max-width: 60vw;
    margin-top: 0;
    margin-right: 0;
    margin: 0 6vw;
    position: relative;
    overflow: visible;
  }
  .page .item__scroll .item__list li:last-child::after {
    position: absolute;
    content: '';
    top: 0;
    left: 100%;
    height: 1px;
    width: 6vw;
    background-color: transparent;
  }
}


.page .item__scroll .item__list .ajax_area {
  margin: 0 auto;
}

.page .item__scroll .item__list .item__list__id .item__list__img {
  display: block;
  margin: 0 auto;
}

.page .item__scroll .item__list .item__list__id .item__list__text {
  display: block;
  margin: 0 auto;
}

.page .item__scroll .item__list .item__list__id .item__list__text .item--name {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 12px;
}

@media screen and (max-width: 768px) {
  .page .item__scroll .item__list .item__list__id .item__list__text .item--name {
    font-size: 4vw;
    margin-bottom: 3vw;
  }
}

@media screen and (max-width: 768px) {
  .page .item__scroll .item__list .item__list__id .item__anchor .btn {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .page .slick-arrow {
    position: absolute;
    z-index: 100;
    top: 50.7vw;
    width: 2.1vw;
    height: 5.2vw;
  }
}

.page .prev-arrow {
  left: -2.1vw;
}

.page .next-arrow {
  right: -2.1vw;
}

.page .ajax_area .preset_price_area {
  display:block;
  width:100%;
  font-size: 1.6rem;
  margin-top: 5px;
}

.page .ajax_area a.cartinbtn {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 40px;
  font-size: 1.4rem;
  font-weight: 500;
  background-color: #004791;
  border: solid 1px #004791;
  color: #fff;
  margin-top: 10px;
  display: none;
}

@media screen and (max-width: 768px) {
  .page .ajax_area a.cartinbtn {
    width: 100%;
  }
}

.page .ajax_area .static_matrix_list{
	display:block;
	box-sizing: border-box;
	position:relative;
  font-size: 1.4rem;
  width: 100%;
  padding: 6px 10px;
  color: #666666;
  border: solid 1px #acacac;
  border-radius: 3px;
  background-color: #fff;
  cursor: pointer;
}

/* ★ */
.page .ajax_area .stock_exist{
  margin-top: 10px;
  display: block;
  position: relative;
  width: 100%;
}
@media screen and (max-width:768px){
	.page .ajax_area .stock_exist{
		width:100%;
		font-size:1.5rem;
		line-height: 8vw;
		padding: 0;
	}
}

.page .ajax_area .stock_exist:before{
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 1px #808080;
  border-right: solid 1px #808080;
  transform: rotate(-45deg);
  position: absolute;
  top: 10px;
  right: 11px;
  z-index: 10;
}
.page .ajax_area .stock_exist:after{
  content: "";
  width: 6px;
  height: 6px;
  border-bottom: solid 1px #808080;
  border-left: solid 1px #808080;
  transform: rotate(-45deg);
  position: absolute;
  bottom: 10px;
  right: 11px;
}
@media screen and (max-width: 768px) {
  .page .ajax_area .stock_exist {
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */


.c-table {
  position: relative;
  display: block;
  overflow: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.c-table::before {
  content: '';
  width: 967px;
  height: 5px;
  position: absolute;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  z-index: 200;
  top: 438px;
  left: 0;
}

.c-table .is-thead-sticky {
  position: sticky;
  top: 0;
}

.c-table .is-th-sticky {
  position: sticky;
  left: 0;
}

.c-table th, .c-table td {
  vertical-align: middle;
  padding: 15px 10px;
  border: solid 2px #fff;
}

.c-table th img, .c-table td img {
  width: initial;
}

.c-table th.is-cell-highlight, .c-table td.is-cell-highlight {
  background-color: #8FA8BA;
  color: #fff;
}

.c-table th.is-cell-highlight .c-table__linkText::before, .c-table td.is-cell-highlight .c-table__linkText::before {
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
}

.c-table thead {
  height: 70px;
}

.c-table thead tr:first-child th {
  border-top: none;
}

.c-table thead tr:first-child th:first-child {
  z-index: 100;
}

.c-table thead tr:first-child th:nth-of-type(3), .c-table thead tr:first-child th:nth-of-type(4) {
  text-align: left;
  position: relative;
}

.c-table thead tr:first-child th:nth-of-type(3)::before, .c-table thead tr:first-child th:nth-of-type(4)::before {
  content: "";
  position: absolute;
  top: 2px;
  left: -1px;
  width: 100%;
  height: 100%;
  border-bottom: 2px solid #fff;
}

.c-table thead tr:nth-of-type(2) th {
  height: 46px;
}

.c-table thead tr:nth-of-type(2) th:last-child {
  padding: 0;
}

.c-table thead th {
  font-size: 1.4rem;
  text-align: center;
  background-color: #E4E4E4;
}

.c-table thead th:last-child {
  border-right: none;
}

.c-table tbody th {
  position: relative;
  vertical-align: top;
  min-width: 122px;
  max-width: 122px;
  font-size: 1.2rem;
  text-align: center;
}

.c-table tbody th:first-child {
  z-index: 100;
}

.c-table tbody td {
  white-space: normal;
}

.c-table tbody td:nth-child(2) {
  min-width: 102px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}

.c-table tbody td:nth-child(3), .c-table tbody td:nth-child(4), .c-table tbody td:nth-child(5), .c-table tbody td:nth-child(6) {
  width: 92px;
  font-size: 3rem;
  padding-bottom: 28px;
  text-align: center;
}

.c-table tbody td:nth-child(7) {
  width: 118px;
  font-size: 1.2rem;
  line-height: 1.667;
  white-space: nowrap;
  vertical-align: bottom;
}

.c-table tbody td:nth-child(8) {
  width: 128px;
  font-size: 1.2rem;
  line-height: 1.667;
  white-space: nowrap;
  vertical-align: bottom;
}

.c-table tbody td:nth-child(9) {
  min-width: 82px;
  max-width: 82px;
  font-size: 1.2rem;
  line-height: 1.667;
  padding: 5px;
  white-space: normal;
}

.c-table tbody td:last-child {
  width: 54px;
  font-size: 1.4rem;
  text-align: center;
  border-right: none;
}

.c-table tbody th, .c-table tbody td {
  background-color: #F4F4F4;
  height: 172px;
}

.c-table tr:last-child th, .c-table tr:last-child td {
  border-bottom: none;
}

.c-table tr.is-highlight th {
  background-color: #366283;
  color: #fff;
}

.c-table tr.is-highlight td {
  background-color: #DBE7F0;
}

.c-table tr.is-highlight .c-table__linkText::before {
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
}

.c-table .c-table__linkText {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.28;
  position: relative;
  display: inline-block;
  margin-top: 10px;
}

.c-table .c-table__linkText::before {
  content: '';
  width: 7px;
  height: 7px;
  border-right: solid 2px #333333;
  border-bottom: solid 2px #333333;
  transform: rotate(45deg);
  position: absolute;
  bottom: 7px;
  right: -13px;
}

.c-table.is-pattern2::before {
  width: 934px;
  top: 631px;
}

.c-table.is-pattern2 tbody tr:first-child td:nth-child(3), .c-table.is-pattern2 tbody tr:first-child td:nth-child(4), .c-table.is-pattern2 tbody tr:first-child td:nth-child(5), .c-table.is-pattern2 tbody tr:first-child td:nth-child(6) {
  padding-top: 17px;
}

.c-table.is-pattern2 tbody td:last-child {
  max-width: 120px;
  font-size: 1.2rem;
  text-align: left;
}

.c-table.is-pattern2 tbody td:nth-of-type(5) {
  max-width: 120px;
}

.c-table.is-pattern2 tbody td:nth-of-type(6) {
  max-width: 130px;
  white-space: unset;
}

.c-table caption {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}

.c-table th, .c-table td {
  padding: 0 10px;
  border: solid 2px #fff;
}

.c-table th.is-cell-highlight, .c-table td.is-cell-highlight {
  background-color: #8FA8BA;
  color: #fff;
}

.c-table th.is-cell-highlight .c-table__linkText::before, .c-table td.is-cell-highlight .c-table__linkText::before {
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
}

.c-table thead tr:first-child th {
  border-top: none;
}

.c-table thead tr:first-child th:nth-of-type(3), .c-table thead tr:first-child th:nth-of-type(4) {
  text-align: left;
  padding: 1.5px 12px;
}

.c-table thead tr:nth-of-type(2) th:last-child {
  padding: 0;
}

.c-table thead tr:nth-of-type(2) th:nth-of-type(3) {
  padding: 5px 0;
  white-space: nowrap;
}

.c-table thead th {
  text-align: center;
  background-color: #E4E4E4;
}

.c-table thead th:first-child {
  border-left: none;
}

.c-table thead th:last-child {
  border-right: none;
}

.c-table tbody th {
  width: 122px;
  font-size: 1.2rem;
  text-align: center;
}

.c-table tbody th:first-child {
  border-left: none;
}

.c-table tbody th img {
  margin-bottom: 8px;
}

.c-table tbody td:nth-child(2) {
  width: 102px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 11px;
}

.c-table tbody td:nth-child(3), .c-table tbody td:nth-child(4), .c-table tbody td:nth-child(5), .c-table tbody td:nth-child(6) {
  min-width: 92px;
  font-size: 3rem;
  text-align: center;
}

.c-table tbody td:nth-child(7) {
  width: 118px;
  font-size: 1.2rem;
  line-height: 1.667;
  white-space: nowrap;
  vertical-align: bottom;
}

.c-table tbody td:nth-child(8) {
  width: 128px;
  font-size: 1.2rem;
  line-height: 1.667;
  white-space: nowrap;
  vertical-align: bottom;
}

.c-table tbody td:nth-child(9) {
  width: 82px;
  font-size: 1.2rem;
  line-height: 1.667;
  padding: 5px;
}

.c-table tbody td:last-child {
  width: 54px;
  font-size: 1.4rem;
  text-align: center;
  border-right: none;
}

.c-table tbody th, .c-table tbody td {
  background-color: #F4F4F4;
  height: 172px;
}

.c-table tr:last-child th, .c-table tr:last-child td {
  border-bottom: none;
}

.c-table tr.is-highlight th {
  background-color: #366283;
  color: #fff;
}

.c-table tr.is-highlight td {
  background-color: #DBE7F0;
}

.c-table tr.is-highlight .c-table__linkText::before {
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
}

.c-table .c-table__linkText {
  font-size: 1.4rem;
  font-weight: 500;
  position: relative;
  display: inline-block;
  margin-top: 5px;
}

.c-table .c-table__linkText::before {
  content: '';
  width: 7px;
  height: 7px;
  border-right: solid 2px #333333;
  border-bottom: solid 2px #333333;
  transform: rotate(45deg);
  position: absolute;
  bottom: 7px;
  right: -13px;
}

.c-table.is-pattern2 tbody td:last-child {
  width: 120px;
  font-size: 1.2rem;
  text-align: left;
}

.c-table.is-pattern2 tbody td:nth-of-type(5) {
  width: 120px;
}

.c-table.is-pattern2 tbody td:nth-of-type(6) {
  width: 130px;
  white-space: unset;
}

.c-table__heading {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 18px;
}

.c-table__btnWrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
}

.c-text {
  font-size: 1.4rem;
  line-height: 1.6;
}

.c-text.is-small {
  font-size: 1.2rem;
}

.c-text.is-large {
  font-size: 1.6rem;
}

.c-text.is-white {
  color: #fff;
}

.c-text.is-black {
  color: #000;
}

.c-text.is-grey {
  color: #666;
}

.c-text.is-center {
  text-align: center;
}

.c-text.is-right {
  text-align: right;
}

.c-text.is-semiBold {
  font-weight: 500;
}

.c-text.is-bold {
  font-weight: bold;
}

.c-text.is-webFonts {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7;
}

.c-text.has-arrowRt {
  padding-right: 1rem;
}

.c-text.has-arrowRt::after {
  content: "";
  display: inline-block;
  border-top: 1px solid #BFBFBF;
  border-right: 1px solid #BFBFBF;
  transform: rotate(45deg);
  width: 0.5em;
  height: 0.5em;
  position: relative;
  bottom: 0.1em;
  left: 0.2em;
}

.c-text.has-arrowRt--white {
  padding-right: 1rem;
}

.c-text.has-arrowRt--white::after {
  content: "";
  display: inline-block;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  width: 0.5em;
  height: 0.5em;
  position: relative;
  bottom: 0.1em;
  left: 0.4em;
}

.p-archive {
  margin-bottom: 50px;
}

.p-archive .l-main__content {
  padding-right: 10px;
  padding-left: 10px;
}

.p-archive .c-tabList {
  margin-right: auto;
  margin-left: auto;
  margin-top: -20px;
}

.p-archive .c-tabContentItem {
  margin-top: 20px;
  width: calc(50% - 7.5px);
}

.p-archive .c-tabContentItem.is-hidden {
  display: none;
}

.p-archive .c-tabContentItem a {
  max-width: initial;
}

.p-formal {
  color: #333;
}

.p-formal.l-cont_inner {
  /*padding-top: 71px;*/
  width: 100%;
}

.p-formal img {
  width: auto;
  max-width: 100%;
}

.p-formal * {
  box-sizing: border-box;
}

.p-formal .p-formal__container {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.p-formal .p-formal__heading--md {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.75;
}

.p-formal .p-formal__heading--md span {
  display: block;
  font-size: 2.2rem;
  font-weight: bold;
}

.p-formal .p-formal__heading--md.has-border {
  border-bottom: solid 1px #A2A2A2;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.p-formal .p-formal__heading--lg {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}

.p-formal .p-formal__heading--lg.is-bold {
  font-weight: bold;
}

.p-formal .p-formal__heading--lg span {
  font-size: 2.4rem;
  font-weight: bold;
  vertical-align: top;
}

.p-formal .p-formal__heading--lg.has-border {
  border-bottom: solid 1px #A2A2A2;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.p-formal .p-formal__heading--brand {
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.75;
}

.p-formal .p-formal__heading--brand span {
  font-weight: bold;
}

.p-formal .p-formal__heading--brand span.is-md {
  font-size: 1.8rem;
  vertical-align: top;
}

.p-formal .p-formal__heading--brand span.is-lg {
  font-size: 2.6rem;
  letter-spacing: 1.2px;
  display: block;
}

.p-formal .p-formal__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #CECECE;
  border-radius: 3px;
  margin-left: auto;
  margin-right: auto;
}

.p-formal .p-formal__btn.is-brand-content {
  width: 275px;
  height: 50px;
  font-size: 1.6rem;
  font-weight: 500;
}

.p-formal .p-formal__btn.is-order {
  height: 40px;
  font-size: 1.4rem;
  font-weight: 500;
  background-color: #004791;
  border: solid 1px #004791;
  color: #fff;
}

.p-formal .p-formal__btn.is-detail {
  height: 40px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #004791;
  border: solid 1px #004791;
}

.p-formal .p-formal__btn.is-goods {
  height: 40px;
  font-size: 1.6rem;
  font-weight: 500;
}

.p-formal .p-formal__btn.is-table {
  width: 85px;
  height: 25px;
  font-size: 1.2rem;
  font-weight: 500;
  background-color: #fff;
  color: #333;
  margin-top: 10px;
}

.p-formal .p-formal__btn.has-arrow {
  width: 275px;
  height: 50px;
  font-size: 1.6rem;
  font-weight: 500;
  position: relative;
}

.p-formal .p-formal__btn.has-arrow::before {
  content: '';
  width: 10px;
  height: 10px;
  border-right: solid 2px #333333;
  border-bottom: solid 2px #333333;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: calc(50% - 2px);
  right: 12px;
}

.p-formal .p-formal__btns {
	display: block;
  margin: 25px auto 0;
  width: 275px;
}

.p-formal .p-formal__btns .p-formal__btn {
  width: 100%;
  height: 50px;
  font-size: 1.6rem;
  font-weight: 500;
}

.p-formal .p-formal__btns .p-formal__btn + .p-formal__btn {
  margin-top: 20px;
  margin-left: 0;
}

.p-formal .p-formal__product-list {
  display: block;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding-left: 20px;
  padding-right: 35px;
  overflow-x: auto;
  justify-content: left;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.p-formal .p-formal__product-list .p-formal__btn {
  margin-top: 10px;
}

.p-formal .p-formal__product-item {
  display: inline-block;
  width: 130px;
  vertical-align: top;
}

.p-formal .p-formal__product-item + .p-formal__product-item {
  margin-left: 25px;
}

.p-formal .p-formal__product-item p {
  white-space: normal;
}
.p-formal .p-formal__product-item .cartinbtn{
display: none;
}

.p-formal .p-formal__product-text {
  font-size: 1.4rem;
  line-height: 1.57;
  text-align: center;
}

.p-formal .p-formal__product-img {
  margin-top: 10px;
}

.p-formal .p-formal__product-name {
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: -0.2px;
  margin-top: 10px;
}

.p-formal .p-formal__product-price {
  font-size: 1.6rem;
  margin-top: 5px;
}

.p-formal .p-formal__product-price span {
  font-size: 1.2rem;
}

.p-formal .p-formal__product-orderArea select {
  font-size: 1.4rem;
  width: 100%;
  padding: 6.5px 10px;
  color: #666666;
  border: solid 1px #ACACAC;
  border-radius: 3px;
  display: none;
}

.p-formal .p-formal__product-cart {
  margin-top: 10px;
  display: block;
  position: relative;
}

.p-formal .p-formal__product-cart::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 1px #808080;
  border-right: solid 1px #808080;
  transform: rotate(-45deg);
  position: absolute;
  top: 10px;
  right: 11px;
}

.p-formal .p-formal__product-cart::after {
  content: "";
  width: 6px;
  height: 6px;
  border-bottom: solid 1px #808080;
  border-left: solid 1px #808080;
  transform: rotate(-45deg);
  position: absolute;
  bottom: 10px;
  right: 11px;
}

.p-formal .p-formal__spNav {
  opacity: 0;
  visibility: hidden;
  transition: .2s opacity ease-out,  .2s visibility ease-out;
  width: 100vw;
  position: fixed;
  background-color: #fff;
  z-index: 9999;
  top: 64px;
  height: 51px;
  width: 100vw;
}

.p-formal .p-formal__spNav.is-show {
  opacity: 1;
  visibility: visible;
}

.p-formal .p-formal__spNav-list {
width: auto;
  display: flex;
  overflow-x: auto;
  /* 横スクロールの指定 */
  white-space: nowrap;
  /* 横スクロールの指定 */
  -webkit-overflow-scrolling: touch;
  /* スクロールを滑らかにする */
  border-bottom: solid 1px #444;
  justify-content: flex-start;
}

.p-formal .p-formal__spNav-item {
  display: inline-block;
  padding: 12px;
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 1.4rem;
}

.p-formal .p-formal__spNav-item a {
  font-weight: bold;
}

.p-formal .p-formal__spNav-item.is-active {
  border-bottom: solid 3px #666;
  margin-top: 3px;
}

.p-formal .p-formal__topBnr {
  width: 100%;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
}

.p-formal .p-formal__topBnr span {
  font-weight: bold;
}

.p-formal .p-formal__mv {
  position: relative;
}

.p-formal .p-formal__mv + .c-text {
  font-size: 1.5rem;
  line-height: 2.13;
  padding: 20px 15px 17px;
}

.p-formal .p-formal__mv img {
  width: 100%;
}

.p-formal .p-formal__mv-text {
  position: absolute;
  color: #fff;
  text-align: center;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.p-formal .p-formal__mv-text h1 {
  font-size: 3.2rem;
  line-height: 1.33;
  font-weight: bold;
}

.p-formal .p-formal__mv-text h1 span {
  font-size: 2.2rem;
  font-weight: bold;
  display: block;
  margin-top: 7px;
}

.p-formal .p-formal__mv-text p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 20px;
}

.p-formal .p-formal__service {
  background-color: #F0F0F0;
  padding: 25px calc(100vw * 5 / 375) 30px;
}

.p-formal .p-formal__service .p-formal__heading--md {
  font-size: 1.7rem;
}

.p-formal .p-formal__service .p-formal__heading--md span {
  font-size: 2.1rem;
  margin-top: 2px;
  margin-left: 5px;
}

.p-formal .p-formal__service-list {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  max-width: 455px;
  margin-left: auto;
  margin-right: auto;
}

.p-formal .p-formal__service-item {
  width: calc(100vw * 110 / 375);
}

.p-formal .p-formal__service-item + .p-formal__service-item {
  margin-left: calc(100vw * 8 / 375);
}

.p-formal .p-formal__service-item:first-child img {
  width: calc(100vw * 25 / 375);
  height: calc(100vw * 25 / 375);
  max-width: 35px;
  max-height: 35px;
  top: 23px;
}

.p-formal .p-formal__service-item:nth-child(2) .p-formal__service-logo p {
  margin-left: 4px;
}

.p-formal .p-formal__service-item:nth-child(2) img {
  width: calc(100vw * 19 / 375);
  height: calc(100vw * 25 / 375);
  max-width: 27px;
  max-height: 35px;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
}

.p-formal .p-formal__service-item:nth-child(3) .p-formal__service-logo p {
  margin-left: 4px;
}

.p-formal .p-formal__service-item:nth-child(3) img {
  width: calc(100vw * 28 / 375);
  height: calc(100vw * 21 / 375);
  max-width: 35px;
  max-height: 26px;
  top: 27px;
  left: 50%;
  transform: translateX(-50%);
}

.p-formal .p-formal__service-logo {
  width: calc(100vw * 105 / 375);
  height: calc(100vw * 105 / 375);
  max-width: 125px;
  max-height: 125px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.p-formal .p-formal__service-logo p {
  font-size: 1.4rem;
  font-weight: bold;
  color: #666666;
  position: absolute;
  top: 50%;
}

.p-formal .p-formal__service-logo img {
  position: absolute;
}

.p-formal .p-formal__service-textBlock {
  text-align: center;
  margin-top: 8px;
}

.p-formal .p-formal__service-text {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.67;
  width: 110%;
  margin-left: -5px;
}

.p-formal .p-formal__service-text span {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.33;
}

.p-formal .p-formal__service-attention {
  font-size: 0.8rem;
  margin-top: 5px;
  margin-left: -8px;
}

.p-formal .p-formal__guide {
  padding: 50px 0 60px;
}

.p-formal .p-formal__nav-list {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}

.p-formal .p-formal__nav-item {
  width: 140px;
  text-align: center;
  position: relative;
}

.p-formal .p-formal__nav-item:first-child {
  margin-left: 4px;
}

.p-formal .p-formal__nav-item + .p-formal__nav-item {
  margin-left: 26px;
}

.p-formal .p-formal__nav-item a {
  width: 100%;
  height: 100%;
}

.p-formal .p-formal__nav-item a::before {
  content: '';
  width: 16px;
  height: 16px;
  border-right: solid 4px #333;
  border-bottom: solid 4px #333;
  transform: translateX(-50%) rotate(45deg);
  position: absolute;
  left: 50%;
  bottom: -18px;
}

.p-formal .p-formal__nav-text {
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 6px;
  white-space: nowrap;
}

.p-formal .p-formal__nav-text span {
  display: block;
  font-size: 2rem;
  font-weight: bold;
}

.p-formal .p-formal__table {
  margin-top: -87px;
  padding-top: 160px;
}
/*
.p-formal .p-formal__table:nth-child(3) {
  margin-top: -111px;
}
*/
.p-formal .p-formal__table .p-formal__heading--lg.has-border {
  width: calc(100vw * 335 / 375);
  margin-left: auto;
  margin-right: auto;
}

.p-formal .p-formal__table .c-table {
  margin-left: 20px;
}

.p-formal .p-formal__table tr:nth-of-type(5) th {
  padding-left: 2px;
  padding-right: 2px;
}

.p-formal .p-formal__table tr:nth-of-type(5) .c-table__linkText {
  margin-right: 8px;
  white-space: nowrap;
}

.p-formal .p-formal__table tr:nth-of-type(5) .c-table__linkText::before {
  right: -11px;
}

.p-formal .p-formal__tablePrice {
  font-size: 1.6rem;
  font-weight: bold;
}

.p-formal .p-formal__tableStyle {
  margin-top: 7px;
}

.p-formal .p-formal__tableNumber {
  font-family: 'Noto Sans JP', sans-serif;
      transform: translateY(10px);
}

.p-formal .p-formal__tableSuitsImg {
  width: 56px !important;
  display: block;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.p-formal .p-formal__tableMaterialImg {
  margin-top: 10px;
  margin-bottom: 20px;
}

.p-formal .p-formal__point {
  padding-top: 120px;
  margin-top: -120px;
}

.p-formal .p-formal__point .p-formal__heading--md {
  font-weight: normal;
}

.p-formal .p-formal__point .p-formal__heading--md span {
  font-weight: 500;
}

.p-formal .p-formal__point .p-formal__heading--lg {
  text-align: left;
  padding-left: 35px;
  position: relative;
}

.p-formal .p-formal__point .p-formal__heading--lg::before {
  content: '';
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.p-formal .p-formal__point .p-formal__heading--lg.is-one::before {
  background-image: url("/ec/img/usr/pg/campaign/blacksuits/icon_number_1.svg");
}

.p-formal .p-formal__point .p-formal__heading--lg.is-two::before {
  background-image: url("/ec/img/usr/pg/campaign/blacksuits/icon_number_2.svg");
}

.p-formal .p-formal__point .p-formal__heading--lg.is-three::before {
  background-image: url("/ec/img/usr/pg/campaign/blacksuits/icon_number_3.svg");
}

.p-formal .p-formal__point-bg {
  background-color: #F0F0F0;
  padding: 30px 20px 30px;
}

.p-formal .p-formal__point-mv {
  width: 275px;
  margin: 20px auto 0;
  position: relative;
}

.p-formal .p-formal__point-mv img {
  width: 100%;
}

.p-formal .p-formal__point-mv.is-show .p-formal__point-mv-point.is-one {
  animation: moveInFromRight 0.7s both;
}

.p-formal .p-formal__point-mv.is-show .p-formal__point-mv-point.is-two {
  animation: moveInFromRight 0.7s 0.4s both;
}

.p-formal .p-formal__point-mv.is-show .p-formal__point-mv-point.is-three {
  animation: moveInFromLeft 0.7s 0.8s both;
}

.p-formal .p-formal__point-mv-point {
  position: absolute;
  opacity: 0;
}

.p-formal .p-formal__point-mv-point::before {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}

.p-formal .p-formal__point-mv-point.is-one {
  top: 43px;
  right: 35px;
}

.p-formal .p-formal__point-mv-point.is-one::before {
  background-image: url("/ec/img/usr/pg/campaign/blacksuits/icon_arrow01.svg");
  width: 59px;
  height: 46px;
  top: 13px;
  right: 25px;
}

.p-formal .p-formal__point-mv-point.is-two {
  top: 148px;
  right: 21px;
}

.p-formal .p-formal__point-mv-point.is-two::before {
  background-image: url("/ec/img/usr/pg/campaign/blacksuits/icon_arrow02.svg");
  width: 73px;
  height: 65px;
  top: 13px;
  right: 25px;
}

.p-formal .p-formal__point-mv-point.is-three {
  top: 126px;
  right: 233px;
}

.p-formal .p-formal__point-mv-point.is-three::before {
  background-image: url("/ec/img/usr/pg/campaign/blacksuits/icon_arrow03.svg");
  width: 73px;
  height: 65px;
  top: 13px;
  left: 25px;
}

@keyframes moveInFromRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  20% {
    opacity: 1;
  }
  50% {
    transform: translateX(-5px);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes moveInFromLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  20% {
    opacity: 1;
  }
  50% {
    transform: translateX(5px);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.p-formal .p-formal__point-item {
  display: flex;
  flex-direction: column;
}

.p-formal .p-formal__point-item:first-child {
  margin-top: 25px;
}

.p-formal .p-formal__point-item:nth-child(2) {
  margin-top: 41px;
}

.p-formal .p-formal__point-item:nth-child(3) {
  margin-top: 40px;
}

.p-formal .p-formal__point-textBlock {
  width: 100%;
}

.p-formal .p-formal__point-text {
  font-size: 1.6rem;
  line-height: 1.875;
  margin-top: 6px;
}

.p-formal .p-formal__point-text span {
  font-weight: bold;
}

.p-formal .p-formal__point-imgBlock {
  display: flex;
  margin-top: 16px;
}

.p-formal .p-formal__point-imgBlock figure {
  width: 50%;
}

.p-formal .p-formal__point-imgBlock figure img {
  width: 100%;
}

.p-formal .p-formal__point-imgBlock figcaption {
  font-size: 1.4rem;
  text-align: center;
  margin-top: 5px;
}

.p-formal .p-formal__point-img {
  margin-top: 20px;
}

.p-formal .p-formal__point-img img {
  width: 100%;
}

.p-formal .p-formal__observeArea {
  padding: 70px 0 20px;
}

.p-formal .p-formal__brand {
  width: 100%;
  margin: -150px auto 0;
  padding-top: 150px;
}

.p-formal .p-formal__brand:nth-child(2) {
  margin-top: -80px;
}

.p-formal .p-formal__brand:nth-child(2) .p-formal__brand-block:nth-child(2) {
  padding-top: 126px;
}

.p-formal .p-formal__brand-block {
  padding: 170px 20px 20px;
  margin-top: -120px;
}

.p-formal .p-formal__brand-block:first-of-type {
  margin-top: -80px;
}

.p-formal .p-formal__brand-block .p-formal__product-list {
  margin-top: 40px;
}

.p-formal .p-formal__brand-block:nth-of-type(5) .p-formal__brand-heading {
  padding-bottom: 14px;
  margin-top: -6px;
  margin-left: -1px;
}

.p-formal .p-formal__brand-block:nth-of-type(5) .p-formal__brand-heading span {
  margin-top: 0;
}

.p-formal .p-formal__brand-block:nth-of-type(5) .p-formal__brand-itemDescription {
  margin-top: 0;
}

.p-formal .p-formal__brand-block:nth-of-type(5) .p-formal__brand-contentImgs {
  flex-direction: row;
  width: 100%;
  margin-top: 20px;
}

.p-formal .p-formal__brand-block#PAZZO .p-formal__brand-contentImg-description:nth-child(2) {
  top: 200px;
  left: 130px;
}

.p-formal .p-formal__brand-block#PAZZO .p-formal__brand-contentImg-description:nth-child(3) {
  top: 260px;
  left: 65px;
}

.p-formal .p-formal__brand-block#HILTON .p-formal__brand-contentImg-description:nth-child(2) {
  top: 280px;
  left: 80px;
}

.p-formal .p-formal__brand-block#HILTON .p-formal__brand-contentImg-description:nth-child(3) {
  top: 120px;
  right: 70px;
}

.p-formal .p-formal__brand-block#PERSONS .p-formal__brand-contentImg-description:nth-child(2) {
  top: 230px;
  left: 75px;
}

.p-formal .p-formal__brand-block#PERSONS .p-formal__brand-contentImg-description:nth-child(3) {
  top: 180px;
  left: 150px;
}

.p-formal .p-formal__brand-block#REGAL .p-formal__brand-contentImg-description:nth-child(2) {
  top: 250px;
  left: 75px;
}

.p-formal .p-formal__brand-block#REGAL .p-formal__brand-contentImg-description:nth-child(3) {
  top: 160px;
  right: 80px;
}

.p-formal .p-formal__brand-block#MIYUKI .p-formal__brand-contentImg-description:nth-child(2) {
  top: 200px;
  left: 75px;
}

.p-formal .p-formal__brand-block#MIYUKI .p-formal__brand-contentImg-description:nth-child(3) {
  top: 120px;
  right: 75px;
}

.p-formal .p-formal__brand-block#YUKI_TORII_HOMME .p-formal__brand-contentImg-description:nth-child(2) {
  top: 200px;
  left: 70px;
}

.p-formal .p-formal__brand-block#SavileRow .p-formal__brand-contentImg-description:nth-child(2) {
  top: 200px;
  left: 85px;
}

.p-formal .p-formal__brand-heading {
  border-bottom: solid 1px #A2A2A2;
  display: flex;
  align-items: flex-start;
  padding-bottom: 18px;
}

.p-formal .p-formal__brand-heading span {
  font-size: 2.4rem;
  line-height: 1.25;
  font-weight: bold;
  margin-left: 18px;
  display: inline-block;
  margin-top: -9px;
}

.p-formal .p-formal__brand-heading.has-pop {
  padding-bottom: 15px;
}

.p-formal .p-formal__brand-heading.has-pop span {
  position: relative;
  margin-top: 0px;
}

.p-formal .p-formal__brand-heading.has-pop span::before {
  content: '';
  width: 90px;
  height: 24px;
  background-image: url("/ec/img/usr/pg/campaign/blacksuits/text_aoyama_select--bold.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -26px;
  left: 1px;
}

.p-formal .p-formal__brand-heading.has-pop + .p-formal__brand-content {
  padding-top: 15px;
}

.p-formal .p-formal__brand-content {
  display: flex;
  flex-direction: column;
  padding-top: 13px;
}

.p-formal .p-formal__brand-content + .p-formal__btn {
  margin-top: 30px;
}

.p-formal .p-formal__brand-itemName {
  font-size: 2.2rem;
  font-weight: bold;
}

.p-formal .p-formal__brand-itemPrice {
  font-size: 1.8rem;
  font-weight: 500;
}

.p-formal .p-formal__brand-itemPrice span {
  font-size: 1.4rem;
}

.p-formal .p-formal__brand-itemDescription {
  font-size: 1.4rem;
  line-height: 1.86;
  margin-top: 12px;
}

.p-formal .p-formal__brand-contentText {
  width: 100%;
}
.p-formal .p-formal__brand-contentImg:nth-child(2){
margin-left: 0;
}

.p-formal .p-formal__brand-contentImgs {
  display: flex;
  flex-direction: column;
  width: 255px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}

.p-formal .p-formal__brand-contentImg {
  position: relative;
}

.p-formal .p-formal__brand-contentImg.is-show .p-formal__brand-contentImg-text {
  opacity: 1;
  visibility: visible;
}

.p-formal .p-formal__brand-content-item {
  width: calc((100% - 25px) / 2);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 130px;
  margin-top: -130px;
}

.p-formal .p-formal__brand-content-item:first-child h4, .p-formal .p-formal__brand-content-item:first-child p {
  transform: translateY(10px);
}

.p-formal .p-formal__brand-content-item:nth-child(2) {
  margin-left: 25px;
}

.p-formal .p-formal__brand-content-item h4 {
  font-size: 1.6rem;
  font-weight: bold;
}

.p-formal .p-formal__brand-content-item p {
  font-size: 1.6rem;
}

.p-formal .p-formal__brand-content-item p span {
  font-size: 1.2rem;
}

.p-formal .p-formal__brand-content-item img {
  display: block;
  margin-top: 5px;
}

.p-formal .p-formal__brand-content-item .p-formal__btn.is-brand-content {
  width: 100%;
  height: 40px;
  margin-top: 20px;
}

.p-formal .p-formal__brand-contentImg-description {
  position: absolute;
}

.p-formal .p-formal__brand-contentImg-description:nth-child(2) {
  top: 298px;
  left: 21px;
}

.p-formal .p-formal__brand-contentImg-description:nth-child(3) {
  top: 163px;
  right: 76px;
}

.p-formal .p-formal__brand-contentImg-icon {
  position: relative;
  z-index: 1;
  cursor: pointer;

}

.p-formal .p-formal__brand-contentImg-text {
  font-size: 1.4rem;
  width: 120px;
  padding: 10px;
  background-color: #fff;
  position: absolute;
  bottom: 15px;
  left: 15px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  transition: .2s opacity ease-out,  .2s visibility ease-out;
}

.p-formal .p-formal__brand-contentImg-text.is-left {
  left: -105px;
}

.p-formal .p-formal__brand-specTable {
  width: 100%;
  background-color: #EDF3FA;
  margin-top: 30px;
}

.p-formal .p-formal__brand-specTable tr + tr {
  border-top: solid 1px #fff;
}

.p-formal .p-formal__brand-specTable th, .p-formal .p-formal__brand-specTable td {
  padding: 5px 10px;
}

.p-formal .p-formal__brand-specTable th {
  text-align: left;
  font-size: 1.6rem;
  width: 27%;
}

.p-formal .p-formal__brand-specTable td {
  text-align: left;
  vertical-align: middle;
}

.p-formal .p-formal__brand-contentImg:nth-child(2) {
  margin-top: 30px;
}

.p-formal .p-formal__goods {
	width: 100%;
  padding-bottom: 60px;
}

.p-formal .p-formal__goods .p-formal__btn.is-goods {
  margin-top: 13px;
}

.p-formal .p-formal__goods-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: -30px;
}

.p-formal .p-formal__goods-name {
  font-size: 1.6rem;
  text-align: center;
  margin-top: 10px;
  white-space: nowrap;
  position: relative;
  left: 50%;
  width: 120%;
  transform: translateX(-50%);
}

.p-formal .p-formal__goods-item {
  width: calc((100% - 25px) / 2);
  margin-bottom: 30px;
}

.p-formal .p-formal__goods-item img {
  width: 100%;
}

.p-formal .p-formal__goods-item:nth-of-type(2n) {
  margin-left: 25px;
}
.p-formal .p-formal__bnr-list {
  display: block;
  margin: 0;
}
.p-formal .p-formal__bnr {
	width: 100%;
  padding-bottom: 50px;
}

.p-formal .p-formal__bnr-item {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.p-formal .p-formal__bnr-item + .p-formal__bnr-item {
  margin-top: 20px;
}

.p-formal .p-formal__bnr-item img {
  width: calc(100vw * 195 / 375);
  max-width: 195px;
}

.p-formal .p-formal__bnr-item a {
  display: flex;
  margin: 0;
}

.p-formal .p-formal__bnr-item a p {
  font-size: 1.4rem;
  line-height: 1.71;
  margin-left: 10px;
}

.p-formal .p-formal__bnr--solo {
  margin-top: 40px;
  padding-top: 40px;
  border-top: solid 1px #D3D3D3;
}

.p-formal .p-formal__bnr--solo a {
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 375px;
}

.p-formal .p-formal__bnr--solo a img {
  width: 100%;
}

.p-formal .p-formal__bnr--solo p {
  margin-top: 10px;
  font-size: 1.4rem;
}

.p-formal .c-table tbody tr:first-child th {
  padding-top: 30px;
}

.p-formal .c-table tbody tr:nth-child(2) th {
  padding-top: 15px;
}

.p-formal .c-table tbody tr:nth-child(3) th {
  padding-top: 30px;
}

.p-formal .c-table tbody tr:nth-child(4) th {
  padding-top: 32px;
}

.p-formal .c-table.is-pattern2 tbody tr:first-child th {
  padding-top: 39px;
}

.p-formal .c-table.is-pattern2 tbody tr:nth-child(2) th {
  padding-top: 40px;
}

.p-formal .c-table.is-pattern2 tbody tr:nth-child(3) th {
  padding-top: 22px;
}

.p-formal .c-table.is-pattern2 tbody tr:nth-child(4) th {
  padding-top: 28px;
  padding-left: 5px;
  padding-right: 5px;
}

.p-formal .c-table.is-pattern2 tbody tr:nth-child(5) th {
  padding-top: 17px;
}

.p-formal .c-table.is-pattern2 tbody tr:nth-child(6) th {
  padding-top: 39px;
}

.p-top__attention {
  text-align: center;
  width: 100%;
  display: inline-block;
  padding: 7px 0;
}

.p-top__attentionItem {
  display: inline-block;
  color: #D82F2F;
  background-image: url("/user_data/packages/store/img/common/icon_exclamation.svg");
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 18px;
  padding-left: 22px;
}




}
