@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lato:400,700");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/css2?family=Lora&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap");
@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}

/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
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 {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* =========================================================
base - 基本設定
========================================================= */
html {
  overflow-x: hidden;
}

body {
  color: #2e2e2e;
  font-family: "Noto Sans JP", "Noto Sans Japanese", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  overflow-x: hidden;
}

a {
  color: #2e2e2e;
  cursor: pointer;
  text-decoration: none;
}

a:hover {
  color: #2e2e2e;
  opacity: .7;
}

p {
  color: #2e2e2e;
  font-weight: 400;
}

/*　closeというクラスがついたら形状変化　*/
.c-modal-nav__link.close::after {
  transform: rotate(45deg);
}

.c-modal__sec-nav {
  /*はじめは非表示*/
  background: #f7f3f2;
  display: none;
  padding: 3%;
}

.c-modal__sec-nav__item {
  -webkit-flex-wrap: wrap;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.c-modal__sec-nav__item li {
  border-bottom: 1px solid #ccc;
  display: block;
  margin: 3px 10px;
  width: 42%;
}

.c-modal__sec-nav__item li .c-category-nav__link {
  padding: 10px 10px 10px 0;
}

.p-modal__primary-nav2 {
  display: flex;
  flex-wrap: wrap;
}

.p-modal__primary-nav2 li.c-modal-nav__item {
  background: #ffffff;
  border: 1px solid;
  color: #333333;
  margin: 1.5%;
  width: 47%;
}

.p-modal__primary-nav2 li a {
  color: #333333;
  font-size: 0.8rem;
}

.p-modal__primary-nav2 li a.c-modal-nav__link::after {
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
}

#GOODS table tr td a {
  color: #4CBFBF;
  cursor: pointer;
  text-decoration: none;
}

.c-headlink-btn {
  background-color: crimson;
  border: 0;
  color: #fff;
  padding: 5px 10px;
}

.c-headlink-btn::after {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  content: "";
  display: inline-block;
  height: 5px;
  margin: 0 5px 1px 5px;
  transform: rotate(45deg);
  width: 5px;
}

.c-headlink-btn-before {
  display: inline-block;
  padding-right: 10px;
  position: relative;
}

.c-headlink-btn-before::after {
  border-right: 1px solid #777;
  content: "";
  display: inline-block;
  height: 10px;
  position: absolute;
  right: 8px;
  top: -3px;
  transform: rotate(-60deg);
}

.c-headlink-btn-before::before {
  border-right: 1px solid #777;
  content: "";
  display: inline-block;
  height: 10px;
  position: absolute;
  right: 8px;
  top: 15px;
  transform: rotate(60deg);
}

.before-price {
  text-decoration: line-through;
}

/* =========================================================
header - ヘッダー内のクラス-2 新春セール
========================================================= */
.p-header__introduction-2 {
  background-image: url(https://shinygel.com/1/images/page/fuku/ume-back.png);
  background-repeat: repeat;
  border-bottom: #eccc51 solid 3px;
  border-top: #eccc51 solid 3px;
  padding: .66rem 0;
  text-align: center;
}

.p-header__introduction-2-txt {
  color: #bc111a;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .2em;
}

/* =========================================================
header - ヘッダー内のクラス-2 その他セール
========================================================= */
.p-header__introduction-red {
  background-color: #bc111a;
  padding: .66rem 0;
  text-align: center;
}

.p-header__introduction-red-txt {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .2em;
}

.lightcase-icon-close::before,
.lightcase-icon-prev::before,
.lightcase-icon-next::before {
  content: none;
}

.lightcase-icon-close:hover,
.lightcase-icon-prev:hover,
.lightcase-icon-next:hover {
  opacity: 0.7 !important;
}

.lightcase-icon-close {
  background: url("https://gigaplus.makeshop.jp/shinygel/images/common/icon_close.png") center center/contain no-repeat;
}

.lightcase-icon-prev {
  background: url("https://gigaplus.makeshop.jp/shinygel/images/common/icon_prev.png") center center/contain no-repeat;
}

.lightcase-icon-next {
  background: url("https://gigaplus.makeshop.jp/shinygel/images/common/icon_next.png") center center/contain no-repeat;
}

.col2 {
  float: left;
  margin: 1%;
  width: 44%;
}

.v-wrap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
}

.v-wrap iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#btn_totop {
  bottom: 20px;
  font-size: 90%;
  position: fixed;
  right: 27px;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  #btn_totop {
    bottom: 8px;
    right: 10px;
  }
}

#btn_totop img {
  width: 50px;
}

@media screen and (max-width: 767px) {
  #btn_totop img {
    width: 55px;
  }
}

#oc-plugin-wrapper {
  bottom: 90px !important;
}

@media screen and (max-width: 767px) {
  #oc-plugin-wrapper {
    bottom: 5px !important;
    right: 75px !important;
  }
}

/* イベント企画ページ */
.tbl {
  border: solid 1px #ccc;
  border-spacing: 0;
  width: 100%;
}

.tbl th {
  background: #f3f3f3;
  border: solid 1px #ccc;
  border-left: none;
  color: #333;
  font-size: 10px;
  font-size: 1rem;
  padding: 10px;
}

.tbl th:last-child {
  border-right: none;
}

.tbl td {
  background: #fff;
  border: solid 1px #ccc;
  border-bottom: none;
  border-left: none;
  font-size: 10px;
  font-size: 0.9rem;
  padding: 10px;
}

.tbl td:last-child {
  border-right: none;
}

.time {
  width: 10%;
}

.lec {
  width: 30%;
}

.semi {
  width: 45%;
}

.time-live {
  width: 30%;
}

.live {
  width: 15%;
}

.target {
  text-align: center;
}

.after-save {
  text-align: center;
}

.tbl .break {
  background: #effff7;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .tbl {
    border: none;
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
  }
  .tbl .thead {
    display: none;
  }
  .tbl tr {
    width: 100%;
  }
  .tbl .break {
    display: none;
  }
  .tbl td {
    background: #fff;
    border: solid 1px #ccc;
    border-bottom: none;
    display: block;
    font-size: 10px;
    font-size: 0.9rem;
    padding: 10px;
    width: 100%;
  }
  .tbl td:first-child {
    background: #f3f3f3;
    font-weight: bold;
  }
  .tbl td:last-child {
    border-bottom: solid 1px #ccc;
    border-right: solid 1px #ccc;
  }
  .tbl td:before {
    content: attr(data-label);
    display: block;
    font-size: 10px;
    font-size: 0.8rem;
    margin-bottom: 0.25rem;
  }
  #btn_totop {
    right: 15px;
  }
}

.title_box {
  background: #f98289;
  margin: 2em 0;
  padding: 0.5em 1em;
  /*背景色*/
  width: 100%;
}

.title_box p {
  color: #fff;
  font-size: 10px;
  font-size: 1.1rem;
  font-weight: bold;
  margin: 0;
  padding: 0;
  text-align: center;
}

/* イベント企画ページここまで */
.box-semi {
  background: #FFF;
  border: solid 5px #ffc0d5;
  /*線*/
  border-radius: 10px;
  font-weight: bold;
  margin: 2em 0;
  padding: 0.5em 1em;
  /*角の丸み*/
}

.box-semi p {
  margin: 0;
  padding: 0;
}

/* 特集ページ用 */
div.f-title h2 {
  background: #fff;
  border: 2px solid #000;
  font-size: 1.5em;
  padding: 1.5rem;
  position: relative;
  text-align: center;
}

div.f-title h2:before,
div.f-title h2:after {
  content: '';
  position: absolute;
}

div.f-title h2:before {
  background: #fff;
  border: 2px solid #000;
  border-radius: 50%;
  height: 80px;
  left: calc(50% - 40px);
  top: -40px;
  width: 80px;
}

div.f-title h2:after {
  background: #fff;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

div.f-title h2 i {
  font-size: 30px;
  font-size: 3rem;
  height: 60px;
  left: calc(50% - 40px);
  line-height: 60px;
  position: absolute;
  text-align: center;
  top: -40px;
  width: 80px;
  z-index: 1;
}

div.f-title h2 span {
  position: relative;
  z-index: 1;
}

/* 紹介キャンペーン用 */
.flow {
  border: 3px solid #f98289;
}

.flow > li {
  padding: 30px;
}

.flow > li:not(:last-child) {
  border-bottom: 3px solid #f98289;
  position: relative;
}

.flow > li:not(:last-child)::before,
.flow > li:not(:last-child)::after {
  -webkit-transform: translateX(-50%);
  border: solid transparent;
  content: "";
  left: 15%;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
}

.flow > li:not(:last-child)::before {
  border-top-color: #f98289;
  border-width: 22px;
}

.flow > li:not(:last-child)::after {
  border-top-color: #fff;
  border-width: 18px;
}

.flow > li dl {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.flow > li dl dt {
  -ms-flex-preferred-size: 20%;
  color: #f98289;
  flex-basis: 20%;
  font-size: 20px;
  font-weight: 600;
  margin-right: 1vw;
  text-align: center;
}

.flow > li dl dt .icon {
  background: #f98289;
  background: -moz-linear-gradient(left, #ff1a4d 0%, #ffab96 100%);
  background: -webkit-linear-gradient(left, #ff1a4d 0%, #ffab96 100%);
  background: linear-gradient(to right, rgba #ff1a4d 0%, #ffab96 100%);
  border-radius: 20px;
  color: #fff;
  display: block;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1a4d', endColorstr='#ffab96', GradientType=1);
  font-size: 12px;
  margin-bottom: 10px;
  padding: 5px 10px;
}

.line-yellow {
  font-weight: bold;
  text-decoration: underline yellow 4px;
}

/* 福袋 */
.fuku_wrapper {
  background-color: #c00000;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 769px) {
  /* PC用CSS -------------- */
  .fuku_back {
    background: url(https://shinygel.com/1/images/page/fuku/2024/fuku2024_logo.png), url(https://shinygel.com/1/images/page/fuku/2024/fuku2024_back.png);
    background-position: 50% 50%, 50% 50%;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, 1400px;
    height: 1110px;
  }
  .kikan {
    background-color: #f08b9d;
    height: 90px;
    width: 100%;
  }
  .kikan p {
    color: #fff;
    font-size: 1.8em;
    font-weight: 700;
    line-height: 100px;
    margin: 0 auto;
    text-align: center;
    text-shadow: 1px 1px 5px #333333;
  }
  .kikan-2 {
    background-color: #DAA520;
    height: 90px;
    width: 100%;
  }
  .kikan-2 p {
    color: #fff;
    font-size: 1.8em;
    font-weight: 700;
    line-height: 100px;
    margin: 0 auto;
    text-align: center;
    text-shadow: 1px 1px 5px #333333;
  }
  .small {
    font-size: 15px;
  }
  .pc {
    display: inline !important;
  }
  .sp {
    display: none !important;
  }
  .DAY1_back {
    background: url(https://shinygel.com/1/images/page/fuku/2024/day1-back.png) no-repeat 50% 0;
    background-size: auto;
    height: 360px;
    margin: 0 auto;
    text-align: center;
  }
  .DAY2_back {
    background: url(https://shinygel.com/1/images/page/fuku/2024/day2-back.png) no-repeat 50% 0;
    background-size: auto;
    margin: 0 auto;
    text-align: center;
  }
  .DAY3_back {
    background: url(https://shinygel.com/1/images/page/fuku/2024/day3-back.png) no-repeat 50% 0;
    background-size: auto;
    margin: 0 auto;
    text-align: center;
  }
  .timesale {
    height: 360px;
    padding-top: 30px;
    width: 100%;
  }
  .timesale p {
    color: #fff;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 2.5em;
    letter-spacing: 1pt;
    line-height: 50px;
    margin: 0 auto;
    text-align: center;
    top: 20%;
  }
  .DAY1_title {
    background-image: -webkit-gradient(linear, right top, left top, from(#E6899E), to(#E02959));
    background-image: -webkit-linear-gradient(right, #E6899E 0%, #E02959 100%);
    background-image: linear-gradient(to left, #E6899E 0%, #E02959 100%);
    border-radius: 10vh;
    color: #fff;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 3em;
    margin: 0 auto;
    text-align: center;
    width: 20%;
  }
  .DAY2_title {
    background-image: -webkit-gradient(linear, right top, left top, from(#71E297), to(#4C9866));
    background-image: -webkit-linear-gradient(right, 71E297 0%, #4C9866 100%);
    background-image: linear-gradient(to left, #71E297 0%, #4C9866 100%);
    border-radius: 10vh;
    color: #fff;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 3em;
    margin: 0 auto;
    text-align: center;
    width: 20%;
  }
  .DAY3_title {
    background-image: -webkit-gradient(linear, right top, left top, from(#FFD15E), to(#FFBF11));
    background-image: -webkit-linear-gradient(right, #FFD15E 0%, FFBF11 100%);
    background-image: linear-gradient(to left, #FFD15E 0%, #FFBF11 100%);
    border-radius: 10vh;
    color: #fff;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 3em;
    margin: 0 auto;
    text-align: center;
    width: 20%;
  }
}

@media screen and (max-width: 768px) {
  /* スマホ用CSS -------------- */
  .fuku_back {
    background: url(https://shinygel.com/1/images/page/fuku/2024/fuku2024_back.png) no-repeat 50% 50%;
    background-size: auto;
    margin: 0 auto;
    text-align: center;
  }
  .full-width-img {
    margin: 0;
    width: 100%;
  }
  .kikan {
    background-color: #f08b9d;
    height: 90px;
    width: 100%;
  }
  .kikan p {
    color: #fff;
    font-size: 1.2em;
    font-weight: 700;
    margin: 0 auto;
    text-align: center;
    text-shadow: 1px 1px 5px #333333;
  }
  .kikan-2 {
    background-color: #DAA520;
    height: 90px;
    width: 100%;
  }
  .kikan-2 p {
    color: #fff;
    font-size: 1.2em;
    font-weight: 700;
    margin: 0 auto;
    text-align: center;
    text-shadow: 1px 1px 5px #333333;
  }
  .small {
    font-size: 10px;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .DAY1_back {
    background: url(https://shinygel.com/1/images/page/fuku/2024/day1-back.png) no-repeat 50% 0;
    background-size: contain;
    margin: 0 auto;
    text-align: center;
  }
  .DAY2_back {
    background: url(https://shinygel.com/1/images/page/fuku/2024/day2-back.png) no-repeat 50% 0;
    background-size: contain;
    margin: 0 auto;
    text-align: center;
  }
  .DAY3_back {
    background: url(https://shinygel.com/1/images/page/fuku/2024/day3-back.png) no-repeat 50% 0;
    background-size: contain;
    margin: 0 auto;
    text-align: center;
  }
  .timesale {
    height: auto;
    padding: 5px 0;
    width: 100%;
  }
  .timesale p {
    color: #fff;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 1.2em;
    letter-spacing: 1pt;
    line-height: 30px;
    margin: 0 auto;
    text-align: center;
  }
  .DAY1_title {
    background-image: -webkit-gradient(linear, right top, left top, from(#E6899E), to(#E02959));
    background-image: -webkit-linear-gradient(right, #E6899E 0%, #E02959 100%);
    background-image: linear-gradient(to left, #E6899E 0%, #E02959 100%);
    border-radius: 10vh;
    color: #fff;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 1.5em;
    margin: 0 auto;
    text-align: center;
    width: 30%;
  }
  .DAY2_title {
    background-image: -webkit-gradient(linear, right top, left top, from(#71E297), to(#4C9866));
    background-image: -webkit-linear-gradient(right, 71E297 0%, #4C9866 100%);
    background-image: linear-gradient(to left, #71E297 0%, #4C9866 100%);
    border-radius: 10vh;
    color: #fff;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 1.5em;
    margin: 0 auto;
    text-align: center;
    width: 30%;
  }
  .DAY3_title {
    background-image: -webkit-gradient(linear, right top, left top, from(#FFD15E), to(#FFBF11));
    background-image: -webkit-linear-gradient(right, #FFD15E 0%, #FFBF11 100%);
    background-image: linear-gradient(to left, #FFD15E 0%, #FFBF11 100%);
    border-radius: 10vh;
    color: #fff;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 1.5em;
    margin: 0 auto;
    text-align: center;
    width: 30%;
  }
}

/* =========================================================
body - ボディ
========================================================= */
.l-body {
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin-top: 72px;
  min-height: 100vh;
}

@media screen and (min-width: 960px) {
  .l-body {
    margin-top: 0;
  }
}

.l-body.is-fixed {
  margin-top: 72px;
}

@media screen and (min-width: 960px) {
  .l-body.is-fixed {
    margin-top: 170px;
  }
}

/* =========================================================
section - コンテンツの大枠
========================================================= */
.l-container {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

@media screen and (min-width: 560px) {
  .l-container {
    max-width: 590px;
  }
}

@media screen and (min-width: 768px) {
  .l-container {
    max-width: 798px;
  }
}

@media screen and (min-width: 960px) {
  .l-container {
    max-width: 990px;
  }
}

.l-container--fluid {
  max-width: 100% !important;
}

.l-container--1500 {
  max-width: 1530px;
}

.l-container--1400 {
  max-width: 1430px;
}

.l-container--1200 {
  max-width: 1230px;
}

.l-container--xs {
  max-width: 610px;
}

.l-container--sm {
  max-width: 900px;
}

/* =========================================================
footer - フッターのレイアウト
========================================================= */
.l-footer {
  margin-top: auto;
}

.c-line-balloon {
  align-items: center;
  background-color: #f3eae7;
  border-radius: 5px;
  bottom: 170px;
  display: flex;
  height: 80px;
  justify-content: center;
  position: fixed;
  right: 20px;
  width: 150px;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .c-line-balloon {
    bottom: 83px;
    height: 40px;
    width: 200px;
  }
}

.c-line-balloon::after {
  background-color: #f3eae7;
  bottom: -10px;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  content: '';
  height: 12px;
  position: absolute;
  right: 25px;
  width: 12px;
}

@media screen and (max-width: 767px) {
  .c-line-balloon::after {
    right: 78px;
  }
}

.c-line-balloon__close-btn {
  cursor: pointer;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  position: absolute;
  right: 5px;
  top: 0;
}

@media screen and (max-width: 767px) {
  .c-line-balloon__close-btn {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.c-line-balloon p {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-line-balloon p {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.c-line-balloon p span {
  color: #bc5151;
}

.fix-ico-is-visible {
  animation: fixIcoIsVisibleFadeOut .2s ease-in-out forwards;
  pointer-events: all;
}

@keyframes fixIcoIsVisibleFadeOut {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fix-ico-is-hidden {
  animation: fixIcoIsHiddenFade .2s ease-in-out forwards;
  pointer-events: none;
}

@keyframes fixIcoIsHiddenFade {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* =========================================================
bootstrap4のグリッドシステム
========================================================= */
/*!
 * Bootstrap Grid v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}

html {
  -ms-overflow-style: scrollbar;
  box-sizing: border-box;
}

.l-row {
  -ms-flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}

.l-row--no-gutters {
  margin-left: 0;
  margin-right: 0;
}

.l-row--no-gutters > .l-row__col,
.l-row--no-gutters > [class*="l-row__col--"] {
  padding-left: 0;
  padding-right: 0;
}

.l-row__col--1,
.l-row__col--1-5,
.l-row__col--2,
.l-row__col--3,
.l-row__col--4,
.l-row__col--5,
.l-row__col--6,
.l-row__col--7,
.l-row__col--8,
.l-row__col--9,
.l-row__col--10,
.l-row__col--11,
.l-row__col--12,
.l-row__col,
.l-row__col--auto,
.l-row__col--sm-1,
.l-row__col--sm-1-5,
.l-row__col--sm-2,
.l-row__col--sm-3,
.l-row__col--sm-4,
.l-row__col--sm-5,
.l-row__col--sm-6,
.l-row__col--sm-7,
.l-row__col--sm-8,
.l-row__col--sm-9,
.l-row__col--sm-10,
.l-row__col--sm-11,
.l-row__col--sm-12,
.l-row__col--sm,
.l-row__col--sm-auto,
.l-row__col--md-1,
.l-row__col--md-1-5,
.l-row__col--md-2,
.l-row__col--md-3,
.l-row__col--md-4,
.l-row__col--md-5,
.l-row__col--md-6,
.l-row__col--md-7,
.l-row__col--md-8,
.l-row__col--md-9,
.l-row__col--md-10,
.l-row__col--md-11,
.l-row__col--md-12,
.l-row__col--md,
.l-row__col--md-auto,
.l-row__col--lg-1,
.l-row__col--lg-1-5,
.l-row__col--lg-2,
.l-row__col--lg-3,
.l-row__col--lg-4,
.l-row__col--lg-5,
.l-row__col--lg-6,
.l-row__col--lg-7,
.l-row__col--lg-8,
.l-row__col--lg-9,
.l-row__col--lg-10,
.l-row__col--lg-11,
.l-row__col--lg-12,
.l-row__col--lg,
.l-row__col--lg-auto,
.l-row__col--xl-1,
.l-row__col--xl-1-5,
.l-row__col--xl-2,
.l-row__col--xl-3,
.l-row__col--xl-4,
.l-row__col--xl-5,
.l-row__col--xl-6,
.l-row__col--xl-7,
.l-row__col--xl-8,
.l-row__col--xl-9,
.l-row__col--xl-10,
.l-row__col--xl-11,
.l-row__col--xl-12,
.l-row__col--xl,
.l-row__col--xl-auto {
  min-height: 1px;
  min-width: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  width: 100%;
}

.l-row__col--1 > *,
.l-row__col--1-5 > *,
.l-row__col--2 > *,
.l-row__col--3 > *,
.l-row__col--4 > *,
.l-row__col--5 > *,
.l-row__col--6 > *,
.l-row__col--7 > *,
.l-row__col--8 > *,
.l-row__col--9 > *,
.l-row__col--10 > *,
.l-row__col--11 > *,
.l-row__col--12 > *,
.l-row__col > *,
.l-row__col--auto > *,
.l-row__col--sm-1 > *,
.l-row__col--sm-1-5 > *,
.l-row__col--sm-2 > *,
.l-row__col--sm-3 > *,
.l-row__col--sm-4 > *,
.l-row__col--sm-5 > *,
.l-row__col--sm-6 > *,
.l-row__col--sm-7 > *,
.l-row__col--sm-8 > *,
.l-row__col--sm-9 > *,
.l-row__col--sm-10 > *,
.l-row__col--sm-11 > *,
.l-row__col--sm-12 > *,
.l-row__col--sm > *,
.l-row__col--sm-auto > *,
.l-row__col--md-1 > *,
.l-row__col--md-1-5 > *,
.l-row__col--md-2 > *,
.l-row__col--md-3 > *,
.l-row__col--md-4 > *,
.l-row__col--md-5 > *,
.l-row__col--md-6 > *,
.l-row__col--md-7 > *,
.l-row__col--md-8 > *,
.l-row__col--md-9 > *,
.l-row__col--md-10 > *,
.l-row__col--md-11 > *,
.l-row__col--md-12 > *,
.l-row__col--md > *,
.l-row__col--md-auto > *,
.l-row__col--lg-1 > *,
.l-row__col--lg-1-5 > *,
.l-row__col--lg-2 > *,
.l-row__col--lg-3 > *,
.l-row__col--lg-4 > *,
.l-row__col--lg-5 > *,
.l-row__col--lg-6 > *,
.l-row__col--lg-7 > *,
.l-row__col--lg-8 > *,
.l-row__col--lg-9 > *,
.l-row__col--lg-10 > *,
.l-row__col--lg-11 > *,
.l-row__col--lg-12 > *,
.l-row__col--lg > *,
.l-row__col--lg-auto > *,
.l-row__col--xl-1 > *,
.l-row__col--xl-1-5 > *,
.l-row__col--xl-2 > *,
.l-row__col--xl-3 > *,
.l-row__col--xl-4 > *,
.l-row__col--xl-5 > *,
.l-row__col--xl-6 > *,
.l-row__col--xl-7 > *,
.l-row__col--xl-8 > *,
.l-row__col--xl-9 > *,
.l-row__col--xl-10 > *,
.l-row__col--xl-11 > *,
.l-row__col--xl-12 > *,
.l-row__col--xl > *,
.l-row__col--xl-auto > * {
  max-width: 100%;
}

.l-row__col {
  -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  word-break: break-all;
}

.l-row__col--auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: none;
  width: auto;
}

.l-row__col--1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.l-row__col--1-5 {
  -ms-flex: 0 0 20%;
  flex: 20%;
  max-width: 20%;
}

.l-row__col--2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.l-row__col--3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.l-row__col--4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.l-row__col--5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.l-row__col--6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.l-row__col--7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.l-row__col--8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.l-row__col--9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.l-row__col--10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.l-row__col--11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.l-row__col--12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.l-row__col--order-first {
  -ms-flex-order: -1;
  order: -1;
}

.l-row__col--order-last {
  -ms-flex-order: 13;
  order: 13;
}

.l-row__col--order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.l-row__col--order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.l-row__col--order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.l-row__col--order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.l-row__col--order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.l-row__col--order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.l-row__col--order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.l-row__col--order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.l-row__col--order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.l-row__col--order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.l-row__col--order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.l-row__col--order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.l-row__col--order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.l-row__col--offset-1 {
  margin-left: 8.333333%;
}

.l-row__col--offset-2 {
  margin-left: 16.666667%;
}

.l-row__col--offset-3 {
  margin-left: 25%;
}

.l-row__col--offset-4 {
  margin-left: 33.333333%;
}

.l-row__col--offset-5 {
  margin-left: 41.666667%;
}

.l-row__col--offset-6 {
  margin-left: 50%;
}

.l-row__col--offset-7 {
  margin-left: 58.333333%;
}

.l-row__col--offset-8 {
  margin-left: 66.666667%;
}

.l-row__col--offset-9 {
  margin-left: 75%;
}

.l-row__col--offset-10 {
  margin-left: 83.333333%;
}

.l-row__col--offset-11 {
  margin-left: 91.666667%;
}

@media screen and (min-width: 560px) {
  .l-row__col--sm {
    -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .l-row__col--sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: none;
    width: auto;
  }
  .l-row__col--sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .l-row__col--sm-1-5 {
    -ms-flex: 0 0 20%;
    flex: 20%;
    max-width: 20%;
  }
  .l-row__col--sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .l-row__col--sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .l-row__col--sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .l-row__col--sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .l-row__col--sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .l-row__col--sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .l-row__col--sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .l-row__col--sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .l-row__col--sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .l-row__col--sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .l-row__col--sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .l-row__col--order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .l-row__col--order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .l-row__col--order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .l-row__col--order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .l-row__col--order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .l-row__col--order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .l-row__col--order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .l-row__col--order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .l-row__col--order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .l-row__col--order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .l-row__col--order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .l-row__col--order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .l-row__col--order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .l-row__col--order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .l-row__col--order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .l-row__col--offset-sm-0 {
    margin-left: 0;
  }
  .l-row__col--offset-sm-1 {
    margin-left: 8.333333%;
  }
  .l-row__col--offset-sm-2 {
    margin-left: 16.666667%;
  }
  .l-row__col--offset-sm-3 {
    margin-left: 25%;
  }
  .l-row__col--offset-sm-4 {
    margin-left: 33.333333%;
  }
  .l-row__col--offset-sm-5 {
    margin-left: 41.666667%;
  }
  .l-row__col--offset-sm-6 {
    margin-left: 50%;
  }
  .l-row__col--offset-sm-7 {
    margin-left: 58.333333%;
  }
  .l-row__col--offset-sm-8 {
    margin-left: 66.666667%;
  }
  .l-row__col--offset-sm-9 {
    margin-left: 75%;
  }
  .l-row__col--offset-sm-10 {
    margin-left: 83.333333%;
  }
  .l-row__col--offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media screen and (min-width: 768px) {
  .l-row__col--md {
    -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .l-row__col--md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: none;
    width: auto;
  }
  .l-row__col--md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .l-row__col--md-1-5 {
    -ms-flex: 0 0 20%;
    flex: 20%;
    max-width: 20%;
  }
  .l-row__col--md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .l-row__col--md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .l-row__col--md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .l-row__col--md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .l-row__col--md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .l-row__col--md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .l-row__col--md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .l-row__col--md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .l-row__col--md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .l-row__col--md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .l-row__col--md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .l-row__col--order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .l-row__col--order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .l-row__col--order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .l-row__col--order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .l-row__col--order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .l-row__col--order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .l-row__col--order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .l-row__col--order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .l-row__col--order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .l-row__col--order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .l-row__col--order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .l-row__col--order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .l-row__col--order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .l-row__col--order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .l-row__col--order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .l-row__col--offset-md-0 {
    margin-left: 0;
  }
  .l-row__col--offset-md-1 {
    margin-left: 8.333333%;
  }
  .l-row__col--offset-md-2 {
    margin-left: 16.666667%;
  }
  .l-row__col--offset-md-3 {
    margin-left: 25%;
  }
  .l-row__col--offset-md-4 {
    margin-left: 33.333333%;
  }
  .l-row__col--offset-md-5 {
    margin-left: 41.666667%;
  }
  .l-row__col--offset-md-6 {
    margin-left: 50%;
  }
  .l-row__col--offset-md-7 {
    margin-left: 58.333333%;
  }
  .l-row__col--offset-md-8 {
    margin-left: 66.666667%;
  }
  .l-row__col--offset-md-9 {
    margin-left: 75%;
  }
  .l-row__col--offset-md-10 {
    margin-left: 83.333333%;
  }
  .l-row__col--offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media screen and (min-width: 960px) {
  .l-row__col--lg {
    -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .l-row__col--lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: none;
    width: auto;
  }
  .l-row__col--lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .l-row__col--lg-1-5 {
    -ms-flex: 0 0 20%;
    flex: 20%;
    max-width: 20%;
  }
  .l-row__col--lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .l-row__col--lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .l-row__col--lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .l-row__col--lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .l-row__col--lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .l-row__col--lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .l-row__col--lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .l-row__col--lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .l-row__col--lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .l-row__col--lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .l-row__col--lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .l-row__col--order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .l-row__col--order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .l-row__col--order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .l-row__col--order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .l-row__col--order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .l-row__col--order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .l-row__col--order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .l-row__col--order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .l-row__col--order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .l-row__col--order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .l-row__col--order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .l-row__col--order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .l-row__col--order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .l-row__col--order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .l-row__col--order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .l-row__col--offset-lg-0 {
    margin-left: 0;
  }
  .l-row__col--offset-lg-1 {
    margin-left: 8.333333%;
  }
  .l-row__col--offset-lg-2 {
    margin-left: 16.666667%;
  }
  .l-row__col--offset-lg-3 {
    margin-left: 25%;
  }
  .l-row__col--offset-lg-4 {
    margin-left: 33.333333%;
  }
  .l-row__col--offset-lg-5 {
    margin-left: 41.666667%;
  }
  .l-row__col--offset-lg-6 {
    margin-left: 50%;
  }
  .l-row__col--offset-lg-7 {
    margin-left: 58.333333%;
  }
  .l-row__col--offset-lg-8 {
    margin-left: 66.666667%;
  }
  .l-row__col--offset-lg-9 {
    margin-left: 75%;
  }
  .l-row__col--offset-lg-10 {
    margin-left: 83.333333%;
  }
  .l-row__col--offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media screen and (min-width: 1200px) {
  .l-row__col--xl {
    -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .l-row__col--xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: none;
    width: auto;
  }
  .l-row__col--xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .l-row__col--xl-1-5 {
    -ms-flex: 0 0 20%;
    flex: 20%;
    max-width: 20%;
  }
  .l-row__col--xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .l-row__col--xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .l-row__col--xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .l-row__col--xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .l-row__col--xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .l-row__col--xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .l-row__col--xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .l-row__col--xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .l-row__col--xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .l-row__col--xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .l-row__col--xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .l-row__col--order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .l-row__col--order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .l-row__col--order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .l-row__col--order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .l-row__col--order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .l-row__col--order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .l-row__col--order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .l-row__col--order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .l-row__col--order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .l-row__col--order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .l-row__col--order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .l-row__col--order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .l-row__col--order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .l-row__col--order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .l-row__col--order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .l-row__col--offset-xl-0 {
    margin-left: 0;
  }
  .l-row__col--offset-xl-1 {
    margin-left: 8.333333%;
  }
  .l-row__col--offset-xl-2 {
    margin-left: 16.666667%;
  }
  .l-row__col--offset-xl-3 {
    margin-left: 25%;
  }
  .l-row__col--offset-xl-4 {
    margin-left: 33.333333%;
  }
  .l-row__col--offset-xl-5 {
    margin-left: 41.666667%;
  }
  .l-row__col--offset-xl-6 {
    margin-left: 50%;
  }
  .l-row__col--offset-xl-7 {
    margin-left: 58.333333%;
  }
  .l-row__col--offset-xl-8 {
    margin-left: 66.666667%;
  }
  .l-row__col--offset-xl-9 {
    margin-left: 75%;
  }
  .l-row__col--offset-xl-10 {
    margin-left: 83.333333%;
  }
  .l-row__col--offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.l-row__col--column-between-center {
  -moz-align-items: center;
  -moz-flex-direction: column;
  -moz-justify-content: space-between;
  -ms-flex-align: center;
  -ms-flex-direction: column;
  -ms-flex-pack: justify;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: justify;
  -webkit-flex-direction: column;
  -webkit-justify-content: space-between;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.l-row__col--column-around-center {
  -moz-align-items: center;
  -moz-flex-direction: column;
  -moz-justify-content: space-around;
  -ms-flex-align: center;
  -ms-flex-direction: column;
  -ms-flex-pack: distribute;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -webkit-justify-content: space-around;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.l-row--no-gutter {
  margin: 0;
}

.l-row--no-gutter > .l-row__col,
.l-row--no-gutter > [class*="l-row__col--"] {
  padding: 0;
}

.l-row--gutter-sm {
  margin-left: -10px;
  margin-right: -10px;
}

.l-row--gutter-sm > .l-row__col,
.l-row--gutter-sm > [class*="l-row__col--"] {
  padding-left: 10px;
  padding-right: 10px;
}

.l-row--gutter-lg {
  margin-left: -28px;
  margin-right: -28px;
}

.l-row--gutter-lg > .l-row__col,
.l-row--gutter-lg > [class*="l-row__col--"] {
  padding-left: 28px;
  padding-right: 28px;
}

.l-row--gap > .l-row__col:nth-of-type(n+2),
.l-row--gap > [class*="l-row__col--"]:nth-of-type(n+2) {
  margin-top: 40px;
}

.l-row--gap.l-row--gutter-sm > .l-row__col:nth-of-type(n+2),
.l-row--gap.l-row--gutter-sm > [class*="l-row__col--"]:nth-of-type(n+2) {
  margin-top: 20px;
}

.l-row--gap.l-row--gutter-lg > .l-row__col:nth-of-type(n+2),
.l-row--gap.l-row--gutter-lg > [class*="l-row__col--"]:nth-of-type(n+2) {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .l-row--gap-sm > .l-row__col:nth-of-type(n+2),
  .l-row--gap-sm > [class*="l-row__col--"]:nth-of-type(n+2) {
    margin-top: 20px;
  }
}

.l-row--gap-2col > .l-row__col:nth-of-type(n+1),
.l-row--gap-2col > [class*="l-row__col--"]:nth-of-type(n+1) {
  margin-top: 0;
}

.l-row--gap-2col > .l-row__col:nth-of-type(n+3),
.l-row--gap-2col > [class*="l-row__col--"]:nth-of-type(n+3) {
  margin-top: 40px;
}

.l-row--gap-2col.l-row--gutter-sm > .l-row__col:nth-of-type(n+1),
.l-row--gap-2col.l-row--gutter-sm > [class*="l-row__col--"]:nth-of-type(n+1) {
  margin-top: 0;
}

.l-row--gap-2col.l-row--gutter-sm > .l-row__col:nth-of-type(n+3),
.l-row--gap-2col.l-row--gutter-sm > [class*="l-row__col--"]:nth-of-type(n+3) {
  margin-top: 20px;
}

.l-row--gap-2col.l-row--gutter-lg > .l-row__col:nth-of-type(n+1),
.l-row--gap-2col.l-row--gutter-lg > [class*="l-row__col--"]:nth-of-type(n+1) {
  margin-top: 0;
}

.l-row--gap-2col.l-row--gutter-lg > .l-row__col:nth-of-type(n+3),
.l-row--gap-2col.l-row--gutter-lg > [class*="l-row__col--"]:nth-of-type(n+3) {
  margin-top: 30px;
}

@media screen and (min-width: 560px) {
  .l-row--gap-sm-2col > .l-row__col:nth-of-type(n+1),
  .l-row--gap-sm-2col > [class*="l-row__col--"]:nth-of-type(n+1) {
    margin-top: 0;
  }
  .l-row--gap-sm-2col > .l-row__col:nth-of-type(n+3),
  .l-row--gap-sm-2col > [class*="l-row__col--"]:nth-of-type(n+3) {
    margin-top: 40px;
  }
  .l-row--gap-sm-2col.l-row--gutter-sm > .l-row__col:nth-of-type(n+1),
  .l-row--gap-sm-2col.l-row--gutter-sm > [class*="l-row__col--"]:nth-of-type(n+1) {
    margin-top: 0;
  }
  .l-row--gap-sm-2col.l-row--gutter-sm > .l-row__col:nth-of-type(n+3),
  .l-row--gap-sm-2col.l-row--gutter-sm > [class*="l-row__col--"]:nth-of-type(n+3) {
    margin-top: 20px;
  }
  .l-row--gap-sm-2col.l-row--gutter-lg > .l-row__col:nth-of-type(n+1),
  .l-row--gap-sm-2col.l-row--gutter-lg > [class*="l-row__col--"]:nth-of-type(n+1) {
    margin-top: 0;
  }
  .l-row--gap-sm-2col.l-row--gutter-lg > .l-row__col:nth-of-type(n+3),
  .l-row--gap-sm-2col.l-row--gutter-lg > [class*="l-row__col--"]:nth-of-type(n+3) {
    margin-top: 30px;
  }
  .l-row--gap-sm-3col > .l-row__col:nth-of-type(n+1),
  .l-row--gap-sm-3col > [class*="l-row__col--"]:nth-of-type(n+1) {
    margin-top: 0;
  }
  .l-row--gap-sm-3col > .l-row__col:nth-of-type(n+4),
  .l-row--gap-sm-3col > [class*="l-row__col--"]:nth-of-type(n+4) {
    margin-top: 40px;
  }
  .l-row--gap-sm-3col.l-row--gutter-sm > .l-row__col:nth-of-type(n+1),
  .l-row--gap-sm-3col.l-row--gutter-sm > [class*="l-row__col--"]:nth-of-type(n+1) {
    margin-top: 0;
  }
  .l-row--gap-sm-3col.l-row--gutter-sm > .l-row__col:nth-of-type(n+4),
  .l-row--gap-sm-3col.l-row--gutter-sm > [class*="l-row__col--"]:nth-of-type(n+4) {
    margin-top: 20px;
  }
  .l-row--gap-sm-3col.l-row--gutter-lg > .l-row__col:nth-of-type(n+1),
  .l-row--gap-sm-3col.l-row--gutter-lg > [class*="l-row__col--"]:nth-of-type(n+1) {
    margin-top: 0;
  }
  .l-row--gap-sm-3col.l-row--gutter-lg > .l-row__col:nth-of-type(n+4),
  .l-row--gap-sm-3col.l-row--gutter-lg > [class*="l-row__col--"]:nth-of-type(n+4) {
    margin-top: 36px;
  }
}

@media screen and (min-width: 768px) {
  .l-row--gap-md-2col > .l-row__col:nth-of-type(n+1),
  .l-row--gap-md-2col > [class*="l-row__col--"]:nth-of-type(n+1) {
    margin-top: 0;
  }
  .l-row--gap-md-2col > .l-row__col:nth-of-type(n+3),
  .l-row--gap-md-2col > [class*="l-row__col--"]:nth-of-type(n+3) {
    margin-top: 40px;
  }
  .l-row--gap-md-2col.l-row--gutter-sm > .l-row__col:nth-of-type(n+1),
  .l-row--gap-md-2col.l-row--gutter-sm > [class*="l-row__col--"]:nth-of-type(n+1) {
    margin-top: 0;
  }
  .l-row--gap-md-2col.l-row--gutter-sm > .l-row__col:nth-of-type(n+3),
  .l-row--gap-md-2col.l-row--gutter-sm > [class*="l-row__col--"]:nth-of-type(n+3) {
    margin-top: 20px;
  }
  .l-row--gap-md-2col.l-row--gutter-lg > .l-row__col:nth-of-type(n+1),
  .l-row--gap-md-2col.l-row--gutter-lg > [class*="l-row__col--"]:nth-of-type(n+1) {
    margin-top: 0;
  }
  .l-row--gap-md-2col.l-row--gutter-lg > .l-row__col:nth-of-type(n+3),
  .l-row--gap-md-2col.l-row--gutter-lg > [class*="l-row__col--"]:nth-of-type(n+3) {
    margin-top: 30px;
  }
  .l-row--gap-md-3col > .l-row__col:nth-of-type(n+1),
  .l-row--gap-md-3col > [class*="l-row__col--"]:nth-of-type(n+1) {
    margin-top: 0;
  }
  .l-row--gap-md-3col > .l-row__col:nth-of-type(n+4),
  .l-row--gap-md-3col > [class*="l-row__col--"]:nth-of-type(n+4) {
    margin-top: 40px;
  }
  .l-row--gap-md-3col.l-row--gutter-sm > .l-row__col:nth-of-type(n+1),
  .l-row--gap-md-3col.l-row--gutter-sm > [class*="l-row__col--"]:nth-of-type(n+1) {
    margin-top: 0;
  }
  .l-row--gap-md-3col.l-row--gutter-sm > .l-row__col:nth-of-type(n+4),
  .l-row--gap-md-3col.l-row--gutter-sm > [class*="l-row__col--"]:nth-of-type(n+4) {
    margin-top: 20px;
  }
  .l-row--gap-md-3col.l-row--gutter-lg > .l-row__col:nth-of-type(n+1),
  .l-row--gap-md-3col.l-row--gutter-lg > [class*="l-row__col--"]:nth-of-type(n+1) {
    margin-top: 0;
  }
  .l-row--gap-md-3col.l-row--gutter-lg > .l-row__col:nth-of-type(n+4),
  .l-row--gap-md-3col.l-row--gutter-lg > [class*="l-row__col--"]:nth-of-type(n+4) {
    margin-top: 36px;
  }
  .l-row--gap-md-4col > .l-row__col:nth-of-type(n+1),
  .l-row--gap-md-4col > [class*="l-row__col--"]:nth-of-type(n+1) {
    margin-top: 0;
  }
  .l-row--gap-md-4col > .l-row__col:nth-of-type(n+5),
  .l-row--gap-md-4col > [class*="l-row__col--"]:nth-of-type(n+5) {
    margin-top: 40px;
  }
  .l-row--gap-md-4col.l-row--gutter-sm > .l-row__col:nth-of-type(n+1),
  .l-row--gap-md-4col.l-row--gutter-sm > [class*="l-row__col--"]:nth-of-type(n+1) {
    margin-top: 0;
  }
  .l-row--gap-md-4col.l-row--gutter-sm > .l-row__col:nth-of-type(n+5),
  .l-row--gap-md-4col.l-row--gutter-sm > [class*="l-row__col--"]:nth-of-type(n+5) {
    margin-top: 20px;
  }
  .l-row--gap-md-4col.l-row--gutter-lg > .l-row__col:nth-of-type(n+1),
  .l-row--gap-md-4col.l-row--gutter-lg > [class*="l-row__col--"]:nth-of-type(n+1) {
    margin-top: 0;
  }
  .l-row--gap-md-4col.l-row--gutter-lg > .l-row__col:nth-of-type(n+5),
  .l-row--gap-md-4col.l-row--gutter-lg > [class*="l-row__col--"]:nth-of-type(n+5) {
    margin-top: 30px;
  }
}

@media screen and (min-width: 960px) {
  .l-row--gap-lg-3col > .l-row__col:nth-of-type(n+1),
  .l-row--gap-lg-3col > [class*="l-row__col--"]:nth-of-type(n+1) {
    margin-top: 0;
  }
  .l-row--gap-lg-3col > .l-row__col:nth-of-type(n+4),
  .l-row--gap-lg-3col > [class*="l-row__col--"]:nth-of-type(n+4) {
    margin-top: 40px;
  }
  .l-row--gap-lg-3col.l-row--gutter-sm > .l-row__col:nth-of-type(n+1),
  .l-row--gap-lg-3col.l-row--gutter-sm > [class*="l-row__col--"]:nth-of-type(n+1) {
    margin-top: 0;
  }
  .l-row--gap-lg-3col.l-row--gutter-sm > .l-row__col:nth-of-type(n+4),
  .l-row--gap-lg-3col.l-row--gutter-sm > [class*="l-row__col--"]:nth-of-type(n+4) {
    margin-top: 20px;
  }
  .l-row--gap-lg-3col.l-row--gutter-lg > .l-row__col:nth-of-type(n+1),
  .l-row--gap-lg-3col.l-row--gutter-lg > [class*="l-row__col--"]:nth-of-type(n+1) {
    margin-top: 0;
  }
  .l-row--gap-lg-3col.l-row--gutter-lg > .l-row__col:nth-of-type(n+4),
  .l-row--gap-lg-3col.l-row--gutter-lg > [class*="l-row__col--"]:nth-of-type(n+4) {
    margin-top: 30px;
  }
  .l-row--gap-lg-4col > .l-row__col:nth-of-type(n+1),
  .l-row--gap-lg-4col > [class*="l-row__col--"]:nth-of-type(n+1) {
    margin-top: 0;
  }
  .l-row--gap-lg-4col > .l-row__col:nth-of-type(n+5),
  .l-row--gap-lg-4col > [class*="l-row__col--"]:nth-of-type(n+5) {
    margin-top: 40px;
  }
  .l-row--gap-lg-4col.l-row--gutter-sm > .l-row__col:nth-of-type(n+1),
  .l-row--gap-lg-4col.l-row--gutter-sm > [class*="l-row__col--"]:nth-of-type(n+1) {
    margin-top: 0;
  }
  .l-row--gap-lg-4col.l-row--gutter-sm > .l-row__col:nth-of-type(n+5),
  .l-row--gap-lg-4col.l-row--gutter-sm > [class*="l-row__col--"]:nth-of-type(n+5) {
    margin-top: 20px;
  }
  .l-row--gap-lg-4col.l-row--gutter-lg > .l-row__col:nth-of-type(n+1),
  .l-row--gap-lg-4col.l-row--gutter-lg > [class*="l-row__col--"]:nth-of-type(n+1) {
    margin-top: 0;
  }
  .l-row--gap-lg-4col.l-row--gutter-lg > .l-row__col:nth-of-type(n+5),
  .l-row--gap-lg-4col.l-row--gutter-lg > [class*="l-row__col--"]:nth-of-type(n+5) {
    margin-top: 30px;
  }
  .l-row--gap-lg-5col > .l-row__col:nth-of-type(n+1),
  .l-row--gap-lg-5col > [class*="l-row__col--"]:nth-of-type(n+1) {
    margin-top: 0;
  }
  .l-row--gap-lg-5col > .l-row__col:nth-of-type(n+6),
  .l-row--gap-lg-5col > [class*="l-row__col--"]:nth-of-type(n+6) {
    margin-top: 60px;
  }
  .l-row--gap-lg-5col.l-row--gutter-sm > .l-row__col:nth-of-type(n+1),
  .l-row--gap-lg-5col.l-row--gutter-sm > [class*="l-row__col--"]:nth-of-type(n+1) {
    margin-top: 0;
  }
  .l-row--gap-lg-5col.l-row--gutter-sm > .l-row__col:nth-of-type(n+6),
  .l-row--gap-lg-5col.l-row--gutter-sm > [class*="l-row__col--"]:nth-of-type(n+6) {
    margin-top: 20px;
  }
  .l-row--gap-lg-5col.l-row--gutter-lg > .l-row__col:nth-of-type(n+1),
  .l-row--gap-lg-5col.l-row--gutter-lg > [class*="l-row__col--"]:nth-of-type(n+1) {
    margin-top: 0;
  }
  .l-row--gap-lg-5col.l-row--gutter-lg > .l-row__col:nth-of-type(n+6),
  .l-row--gap-lg-5col.l-row--gutter-lg > [class*="l-row__col--"]:nth-of-type(n+6) {
    margin-top: 36px;
  }
}

/* =========================================================
header - ヘッダー
========================================================= */
.l-header {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5;
}

@media screen and (min-width: 960px) {
  .l-header {
    position: relative;
  }
}

.l-header.is-fixed {
  border: none;
  padding-bottom: 0;
}

@media screen and (min-width: 960px) {
  .l-header.is-fixed {
    animation: fadeIn .3s;
    position: fixed;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* =========================================================
main - メイン
========================================================= */
.l-main {
  margin-top: 0;
}

@media screen and (min-width: 960px) {
  .l-main {
    margin-top: 2rem;
  }
}

/* =========================================================
breadcrumbs - パンくずリスト
========================================================= */
.c-breadcrumbs {
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  font-size: 0.8125rem;
}

.c-breadcrumbs__item {
  margin-right: 1rem;
}

.c-breadcrumbs__item + .c-breadcrumbs__item::before {
  border-bottom: 1px solid #2e2e2e;
  border-right: 1px solid #2e2e2e;
  content: '';
  display: inline-block;
  height: 4px;
  margin-bottom: .15rem;
  margin-right: 1rem;
  transform: rotate(-45deg);
  width: 4px;
}

.c-breadcrumbs__link {
  color: #2e2e2e;
  text-decoration: none;
  transition: .3s;
}

.c-breadcrumbs__link:hover {
  opacity: .7;
}

.c-breadcrumbs__link:hover {
  color: #2e2e2e;
}

.c-breadcrumbs + .c-breadcrumbs {
  margin-top: .5rem;
}

.c-breadcrumbs--sm .c-breadcrumbs__item {
  color: #666;
  margin-right: .5rem;
}

.c-breadcrumbs--sm .c-breadcrumbs__item + .c-breadcrumbs__item::before {
  margin-right: .5rem;
}

.c-breadcrumbs--sm .c-breadcrumbs__link {
  color: #666;
}

.c-breadcrumbs--sm .c-breadcrumbs__link:hover {
  color: #666;
}

.c-breadcrumbs--clamp {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-inline-box;
  margin: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.c-breadcrumbs--clamp li {
  display: inline-block;
}

/* =========================================================
button - ボタン関係のコンポーネント
========================================================= */
.c-basic-btn {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  align-items: center;
  background-color: #111;
  border: 1px solid #111;
  color: #fff;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "Noto Sans JP", "Noto Sans Japanese", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  justify-content: center;
  max-width: 350px;
  padding: 1rem 1.5rem;
  text-decoration: none;
  transition: .3s;
  width: 100%;
}

@media screen and (min-width: 960px) {
  .c-basic-btn {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.c-basic-btn:hover {
  background-color: #fff;
  color: #111;
}

.c-basic-btn.is-disabled {
  background-color: #ccc;
  border-color: #ccc;
  pointer-events: none;
}

.c-small-btn {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  align-items: center;
  background-color: #111;
  border: 1px solid #111;
  color: #fff;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "Noto Sans JP", "Noto Sans Japanese", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  justify-content: center;
  padding: .25rem .5rem;
  text-decoration: none;
  transition: .3s;
  width: 100%;
}

.c-small-btn:hover {
  background-color: #fff;
  color: #111;
}

@media screen and (min-width: 768px) {
  .c-small-btn {
    padding: .25rem 1rem;
  }
}

.c-arrow-btn {
  background-color: #fff;
  border: 1px solid #2e2e2e;
  color: #2e2e2e;
  display: inline-block;
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 1.1rem 3.5rem 1.1rem 1.75rem;
  position: relative;
  text-decoration: none;
  transition: .3s;
  width: 100%;
}

.c-arrow-btn::after {
  border-bottom: 2px solid #2e2e2e;
  border-right: 2px solid #2e2e2e;
  content: '';
  display: block;
  height: 10px;
  margin-top: -6px;
  position: absolute;
  right: 2.25rem;
  top: 50%;
  transform: rotate(-45deg);
  transition: .3s;
  width: 10px;
}

.c-arrow-btn:hover {
  background-color: #2e2e2e;
  color: #fff;
}

.c-arrow-btn:hover::after {
  border-color: #fff;
}

.c-arrow-btn--sm {
  display: inline-block;
  font-family: "Lato", "Josefin Sans", sans-serif;
  max-width: 160px;
  padding: .5rem 1.5rem .5rem 1.5rem;
  text-align: center;
}

.c-arrow-btn--sm::after {
  border-width: 1px;
  height: 6px;
  margin-top: -4px;
  right: 1.3rem;
  width: 6px;
}

.c-arrow-btn--back {
  padding: 1.1rem 1.75rem 1.1rem 3.5rem;
  text-align: right;
}

.c-arrow-btn--back::after {
  left: 2.25rem;
  right: auto;
  transform: rotate(135deg);
}

.c-arrow-btn--black {
  background-color: #242424;
  border-radius: 5px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.1rem;
  max-width: 390px;
}

.c-arrow-btn--black::after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: '';
  display: block;
  height: 10px;
  margin-top: -6px;
  position: absolute;
  right: 2.25rem;
  top: 50%;
  transform: rotate(-45deg);
  transition: .3s;
  width: 10px;
}

.c-arrow-btn--black:hover::after {
  border-color: #fff;
}

.c-arrow-btn--gray {
  background-color: #666;
  border-color: #666;
  border-radius: 5px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.1rem;
  max-width: 390px;
}

.c-arrow-btn--gray::after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: '';
  display: block;
  height: 10px;
  margin-top: -6px;
  position: absolute;
  right: 2.25rem;
  top: 50%;
  transform: rotate(-45deg);
  transition: .3s;
  width: 10px;
}

.c-arrow-btn--gray:hover::after {
  border-color: #fff;
}

.c-arrow-btn--support {
  align-items: center;
  border-color: #7d7d7d;
  display: flex;
  font-size: 18px;
  font-size: 1.125rem;
  justify-content: flex-start;
  padding: 30px 45px 30px 30px;
}

@media screen and (max-width: 959px) {
  .c-arrow-btn--support {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 20px 45px 20px 20px;
  }
}

@media screen and (max-width: 767px) {
  .c-arrow-btn--support {
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 15px 25px 15px 15px;
  }
}

.c-arrow-btn--support:hover {
  background-color: transparent;
  color: #111;
  opacity: .6;
}

.c-arrow-btn--support:hover::after {
  border-color: #2e2e2e;
}

.c-arrow-btn--support:hover span {
  border-bottom: 1px solid #7d7d7d;
}

.c-arrow-btn--support-img {
  align-items: center;
  display: flex;
  height: 50px;
  justify-content: center;
  margin-right: 15px;
  width: 52px;
}

@media screen and (max-width: 959px) {
  .c-arrow-btn--support-img {
    height: 30px;
    width: 32px;
  }
}

.c-arrow-btn--support-img img {
  max-width: 100%;
}

@media screen and (max-width: 959px) {
  .c-arrow-btn--support-img__small {
    height: 20px;
    margin-left: 4px;
    margin-right: 20px;
    width: 24px;
  }
}

.c-arrow-btn--support span {
  border-bottom: 1px solid transparent;
}

.c-arrow-btn--all {
  padding: 1.1rem 1.75rem;
}

.c-border-link {
  border-bottom: 1px solid #2e2e2e;
  color: #2e2e2e;
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  padding-bottom: .1rem;
  text-decoration: none;
  transition: .3s;
}

.c-border-link:hover {
  opacity: .7;
}

.c-border-link:hover {
  color: #2e2e2e;
}

.c-border-link--white {
  border-color: #fff;
  color: #fff;
}

.c-border-link--white:hover {
  color: #fff;
}

.c-tab-btn__input {
  display: none;
}

.c-tab-btn__input:checked + .c-tab-btn__in {
  pointer-events: none;
}

.c-tab-btn__input:checked + .c-tab-btn__in::after {
  opacity: 1;
}

.c-tab-btn__in {
  color: #2e2e2e;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.4;
  position: relative;
  transition: .3s;
}

.c-tab-btn__in:hover {
  opacity: .7;
}

.c-tab-btn__in::after {
  background-color: #ababab;
  bottom: -.3rem;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: .3s;
  width: 100%;
}

.c-delete-btn {
  color: #777;
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 0 0 0 12px;
  position: relative;
  transition: .3s;
}

.c-delete-btn:hover {
  opacity: .7;
}

.c-delete-btn::before, .c-delete-btn::after {
  background-color: #777;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 8px;
}

.c-delete-btn::before {
  transform: rotate(45deg);
}

.c-delete-btn::after {
  transform: rotate(-45deg);
}

.c-delete-btn:hover {
  color: #999;
}

.c-icon-btn {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  align-items: center;
  background-color: #333;
  color: #fff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 13px;
  font-size: 0.8125rem;
  justify-content: center;
  max-width: 410px;
  padding: .65rem 2rem .65rem .8rem;
  position: relative;
  text-decoration: none;
  transition: .3s;
  width: 100%;
}

.c-icon-btn:hover {
  opacity: .7;
}

.c-icon-btn::after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: '';
  display: block;
  height: 6px;
  margin-top: -4px;
  position: absolute;
  right: .8rem;
  top: 50%;
  transform: rotate(-45deg);
  width: 6px;
}

.c-icon-btn:hover {
  color: #fff;
}

.c-icon-btn__icon {
  margin-right: .25rem;
  margin-top: -.15rem;
}

.c-pagetop-btn {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  align-items: center;
  background-color: #ccc;
  border-radius: 100%;
  bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  justify-content: center;
  position: fixed;
  right: 20px;
  text-decoration: none;
  transition: .3s;
  width: 40px;
  z-index: 5;
}

.c-pagetop-btn:hover {
  opacity: .7;
}

.c-pagetop-btn__icon {
  color: #ffffff;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 3px;
  margin-left: 1px;
}

.c-pagetop-btn__icon:hover {
  color: #ffffff;
}

.c-fix-cart-btn {
  bottom: 20px;
  position: fixed;
  right: 90px;
  z-index: 5;
}

@media screen and (max-width: 767px) {
  .c-fix-cart-btn {
    bottom: 10px;
    right: 150px;
  }
}

.c-fix-cart-btn a {
  align-items: center;
  background-color: #bc5151;
  border-radius: 5px;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-size: 0.875rem;
  height: 135px;
  justify-content: center;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  width: 80px;
}

.c-fix-cart-btn a:hover {
  opacity: .7;
}

@media screen and (max-width: 767px) {
  .c-fix-cart-btn a {
    font-size: 10px;
    font-size: 0.625rem;
    height: 60px;
    width: 200px;
  }
}

@media screen and (max-width: 767px) {
  .c-fix-cart-btn a img {
    max-width: 30px;
  }
}

.c-fix-cart-btn a span {
  margin-top: 10px;
}

/* =========================================================
calendar - カレンダー
========================================================= */
#cal1.cal_wrapper {
  background-color: #fff;
  padding: 1rem;
}

#cal1.cal_wrapper table {
  width: 100%;
}

#cal1.cal_wrapper table.cal tr + tr {
  margin-top: 4px;
}

#cal1.cal_wrapper table.cal tr:first-of-type {
  border-bottom: .5rem solid #fff;
}

#cal1.cal_wrapper table.cal tr:first-of-type th p {
  padding: 0;
}

#cal1.cal_wrapper table.cal tr.headline {
  background-color: #eee;
}

#cal1.cal_wrapper table.cal tr.headline td {
  border: none;
  padding: .3rem 0;
}

#cal1.cal_wrapper table.cal tr th p {
  color: #484848;
  font-family: "Noto Sans JP", "Noto Sans Japanese", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
}

#cal1.cal_wrapper table.cal tr th div.cal_ui {
  padding-right: .5rem;
}

#cal1.cal_wrapper table.cal tr th div.cal_ui button {
  background-color: transparent;
  border: none;
  color: #484848;
  cursor: pointer;
  font-family: "Noto Sans JP", "Noto Sans Japanese", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  outline: none;
  transition: .3s;
}

#cal1.cal_wrapper table.cal tr th div.cal_ui button:hover {
  opacity: .7;
}

#cal1.cal_wrapper table.cal tr th div.cal_ui button + button {
  margin-left: .5rem;
}

#cal1.cal_wrapper table.cal tr th div.cal_ui button.prev::before, #cal1.cal_wrapper table.cal tr th div.cal_ui button.next::before {
  border-left: 2px solid #484848;
  border-top: 2px solid #484848;
  content: '';
  display: block;
  height: 8px;
  margin-bottom: 1px;
  width: 8px;
}

#cal1.cal_wrapper table.cal tr th div.cal_ui button.prev::before {
  transform: rotate(-45deg);
}

#cal1.cal_wrapper table.cal tr th div.cal_ui button.next::before {
  transform: rotate(135deg);
}

#cal1.cal_wrapper table.cal tr td {
  border: 4px solid #fff;
  color: #484848;
  font-family: "Noto Sans JP", "Noto Sans Japanese", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 0;
}

#cal1.cal_wrapper table.cal tr td div {
  border-radius: 0;
  color: #484848;
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 5px 0;
}

#cal1.cal_wrapper table.cal tr td div.Sun, #cal1.cal_wrapper table.cal tr td div.Holyday, #cal1.cal_wrapper table.cal tr td div.pointer {
  background-color: #ffeeee !important;
  color: #ff0000;
  font-weight: 500;
}

#cal1.cal_wrapper table.cal tr td div.Sat {
  background-color: #d8eef2;
}

#cal1.cal_wrapper table.cal tr td div.backward {
  background-color: transparent !important;
  color: #ccc;
}

/* ---------------------------------------------------------------
	copyright - コピーライト
--------------------------------------------------------------- */
.c-copyright {
  font-size: 12px;
  font-size: 0.75rem;
  text-align: right;
}

@media screen and (max-width: 959px) {
  .c-copyright {
    padding-bottom: 40px;
    text-align: center;
  }
}

/* =========================================================
media - 画像関係のコンポーネント
========================================================= */
.c-responsive-img, .c-hover-link-img__img, .c-sns-link__icon, .c-site-branding__logo {
  display: block;
  height: auto;
  max-width: 100%;
  vertical-align: text-top;
}

.c-responsive-img--has-border {
  border: 1px solid #ccc;
}

.c-hover-link-img {
  display: inline-block;
  transition: .3s;
  vertical-align: top;
}

.c-hover-link-img:hover {
  opacity: .7;
}

.c-hover-link-img--has-border {
  border: 1px solid #ccc;
}

.movie-control video {
  max-height: 850px;
  max-width: 480px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .movie-control video {
    margin-top: 30px;
  }
}

/* =========================================================
navigation - グローバルナビなど
========================================================= */
.c-primary-navbar {
  -moz-align-items: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-primary-navbar__item + .c-primary-navbar__item {
  margin-left: 30px;
}

@media screen and (min-width: 1200px) {
  .c-primary-navbar__item + .c-primary-navbar__item {
    margin-left: 90px;
  }
}

.c-primary-navbar__item.is-current .c-primary-navbar__link {
  border-bottom-color: #ababab;
}

.c-primary-navbar__item:hover .c-primary-navbar__link {
  border-bottom-color: #ababab;
}

.c-primary-navbar__item:hover .c-primary-navbar__link::before {
  opacity: 1;
  visibility: visible;
}

.c-primary-navbar__item:hover .c-primary-navbar__sub-navbar {
  opacity: 1;
  visibility: visible;
}

.c-primary-navbar__item--has-sub-navbar .c-primary-navbar__link::before {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  content: '';
  display: block;
  height: 12px;
  left: 50%;
  margin-left: -9px;
  opacity: 0;
  position: absolute;
  top: 42px;
  transform: rotate(-45deg);
  transition: .3s;
  visibility: hidden;
  width: 12px;
  z-index: 6;
}

.c-primary-navbar__link {
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
  color: #2e2e2e;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  padding: .25rem 0;
  position: relative;
  text-decoration: none;
  transition: .3s;
  z-index: 6;
}

.c-primary-navbar__link:hover {
  border-bottom-color: #ababab;
}

.c-primary-navbar__sub-navbar {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  left: 0;
  margin: auto;
  margin-top: 1.25rem;
  opacity: 0;
  padding: 2.5rem 0 3.75rem;
  position: absolute;
  right: 0;
  top: auto;
  transition: .3s;
  visibility: hidden;
  z-index: 5;
}

.c-primary-navbar__sub-navbar::before {
  content: '';
  display: block;
  height: 80px;
  margin-top: -70px;
  width: 100%;
}

.c-primary-navbar.is-compact .c-primary-navbar__item + .c-primary-navbar__item {
  margin-left: 0.9rem;
}

@media screen and (min-width: 1200px) {
  .c-primary-navbar.is-compact .c-primary-navbar__item + .c-primary-navbar__item {
    margin-left: 30px;
  }
}

.c-primary-navbar.is-compact .c-primary-navbar__link {
  font-size: 12px;
  font-size: 0.75rem;
}

@media screen and (min-width: 1200px) {
  .c-primary-navbar.is-compact .c-primary-navbar__link {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.c-primary-navbar.is-compact .c-primary-navbar__link::before {
  top: 41px;
}

.c-primary-navbar.is-compact .c-primary-navbar__sub-navbar {
  margin-top: 1.25rem;
}

.c-category-nav {
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}

.c-category-nav__item {
  padding: 0 20px;
  width: 50%;
}

.c-category-nav__item:nth-of-type(n+3) {
  margin-top: 1.875rem;
}

@media screen and (min-width: 768px) {
  .c-category-nav__item {
    width: 33.333%;
  }
  .c-category-nav__item:nth-of-type(3) {
    margin-top: 0;
  }
}

@media screen and (min-width: 960px) {
  .c-category-nav__item {
    width: 25%;
  }
  .c-category-nav__item:nth-of-type(4) {
    margin-top: 0;
  }
}

.c-category-nav__link {
  -moz-align-items: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  color: #2e2e2e;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  transition: .3s;
  transition: .3s;
}

.c-category-nav__link:hover {
  opacity: .7;
}

@media screen and (min-width: 768px) {
  .c-category-nav__link {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.c-category-nav__figure {
  margin-right: .5rem;
  min-width: 28px;
}

@media screen and (min-width: 560px) {
  .c-category-nav__figure {
    margin-right: 1rem;
  }
}

.c-category-nav--sm .c-category-nav__item:nth-of-type(n+3) {
  margin-top: 1.25rem;
}

@media screen and (min-width: 768px) {
  .c-category-nav--sm .c-category-nav__item:nth-of-type(3) {
    margin-top: 0;
  }
}

@media screen and (min-width: 960px) {
  .c-category-nav--sm .c-category-nav__item:nth-of-type(4) {
    margin-top: 0;
  }
}

.c-category-nav--name-list {
  margin: 0 -5px;
}

.c-category-nav--name-list .c-category-nav__item {
  border: 1px solid #e4e4e4;
  margin: 5px !important;
  padding: 0;
  width: auto !important;
}

.c-category-nav--name-list .c-category-nav__link {
  background-color: #fdfdfd;
  padding: 10px 15px;
}

.c-secondary-navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-secondary-navbar__item {
  position: relative;
  z-index: 10;
}

.c-secondary-navbar__item + .c-secondary-navbar__item {
  margin-left: .75rem;
}

@media screen and (min-width: 960px) {
  .c-secondary-navbar__item + .c-secondary-navbar__item {
    margin-left: 1.25rem;
  }
}

.c-secondary-navbar__item--has-profile:hover .c-secondary-navbar__profile {
  opacity: 1;
  visibility: visible;
}

.c-secondary-navbar__item--has-guide:hover .c-secondary-navbar__guide {
  opacity: 1;
  visibility: visible;
}

.c-secondary-navbar__item--has-search:hover .c-secondary-navbar__search {
  opacity: 1;
  visibility: visible;
}

.c-secondary-navbar__link {
  -moz-align-items: center;
  -moz-flex-direction: column;
  -moz-justify-content: end;
  -ms-flex-align: center;
  -ms-flex-direction: column;
  -ms-flex-pack: end;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: end;
  -webkit-flex-direction: column;
  -webkit-justify-content: end;
  align-items: center;
  color: #2e2e2e;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  font-size: 10px;
  font-size: 0.625rem;
  height: 100%;
  justify-content: end;
  text-decoration: none;
  transition: .3s;
}

.c-secondary-navbar__link:hover {
  opacity: .7;
}

.c-secondary-navbar__figure {
  position: relative;
}

.c-secondary-navbar__quantity {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  align-items: center;
  background-color: #333;
  border-radius: 50%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Lato", "Josefin Sans", sans-serif;
  font-weight: 700;
  height: 20px;
  justify-content: center;
  position: absolute;
  right: -10px;
  top: -10px;
  width: 20px;
}

.c-secondary-navbar__profile {
  align-items: flex-start;
  background-color: #fff;
  border: 1px solid #ccc;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  padding: 1.5rem;
  position: absolute;
  right: -58px;
  top: calc(100% + 1rem + 1px);
  transition: .3s;
  visibility: hidden;
  width: 200px;
  z-index: 10;
}

@media screen and (min-width: 1200px) {
  .c-secondary-navbar__profile {
    left: 50%;
    right: auto;
    transform: translateX(0);
    transform: translateX(-50%);
  }
}

.c-secondary-navbar__profile::before {
  background-color: #fff;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  content: '';
  display: block;
  height: 12px;
  position: absolute;
  right: 61px;
  top: -7px;
  transform: rotate(-45deg);
  transition: .3s;
  width: 12px;
  z-index: 6;
}

@media screen and (min-width: 1200px) {
  .c-secondary-navbar__profile::before {
    left: 50%;
    right: auto;
    top: -12px;
    transform: rotate(-45deg) translateX(-50%);
  }
}

.c-secondary-navbar__profile::after {
  content: '';
  height: 18px;
  left: 50%;
  position: absolute;
  top: -18px;
  transform: translateX(-50%);
  width: 100%;
}

.c-secondary-navbar__profile a {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 20px;
}

.c-secondary-navbar__profile a:first-child {
  margin-top: 0;
}

.c-secondary-navbar__guide {
  align-items: flex-start;
  background-color: #fff;
  border: 1px solid #ccc;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  padding: 1.5rem;
  position: absolute;
  right: -58px;
  top: calc(100% + 1rem + 1px);
  transition: .3s;
  visibility: hidden;
  width: 200px;
  z-index: 10;
}

@media screen and (min-width: 1200px) {
  .c-secondary-navbar__guide {
    left: 50%;
    right: auto;
    transform: translateX(0);
    transform: translateX(-50%);
  }
}

.c-secondary-navbar__guide::before {
  background-color: #fff;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  content: '';
  display: block;
  height: 12px;
  position: absolute;
  right: 61px;
  top: -7px;
  transform: rotate(-45deg);
  transition: .3s;
  width: 12px;
  z-index: 6;
}

@media screen and (min-width: 1200px) {
  .c-secondary-navbar__guide::before {
    left: 50%;
    right: auto;
    top: -12px;
    transform: rotate(-45deg) translateX(-50%);
  }
}

.c-secondary-navbar__guide::after {
  content: '';
  height: 18px;
  left: 50%;
  position: absolute;
  top: -18px;
  transform: translateX(-50%);
  width: 100%;
}

.c-secondary-navbar__guide a {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 20px;
}

.c-secondary-navbar__guide a:first-child {
  margin-top: 0;
}

.c-secondary-navbar__search {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  opacity: 0;
  padding: 1.5rem;
  position: absolute;
  right: -58px;
  top: calc(100% + 1rem + 1px);
  transition: .3s;
  visibility: hidden;
  z-index: 10;
}

@media screen and (min-width: 1200px) {
  .c-secondary-navbar__search {
    left: 50%;
    right: auto;
    transform: translateX(0);
    transform: translateX(-50%);
  }
}

.c-secondary-navbar__search::before {
  background-color: #fff;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  content: '';
  display: block;
  height: 12px;
  position: absolute;
  right: 61px;
  top: -7px;
  transform: rotate(-45deg);
  transition: .3s;
  width: 12px;
  z-index: 6;
}

@media screen and (min-width: 1200px) {
  .c-secondary-navbar__search::before {
    left: 50%;
    right: auto;
    top: -12px;
    transform: rotate(-45deg) translateX(-50%);
  }
}

.c-secondary-navbar__search::after {
  content: '';
  height: 18px;
  left: 50%;
  position: absolute;
  top: -18px;
  transform: translateX(-50%);
  width: 100%;
}

.c-secondary-navbar__search-input,
.c-secondary-navbar #MakeShopTopSearchInput {
  -webkit-appearance: none;
  background-color: #fff;
  border: 0;
  border: 1px solid #ddd;
  border-radius: 0;
  color: #2e2e2e;
  font-family: "Noto Sans JP", "Noto Sans Japanese", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 11px;
  font-size: 0.6875rem;
  outline: none;
  padding: .5rem;
}

.c-secondary-navbar__search-input::placeholder,
.c-secondary-navbar #MakeShopTopSearchInput::placeholder {
  color: #cbcbcb;
}

.c-secondary-navbar__search-input:-ms-input-placeholder,
.c-secondary-navbar #MakeShopTopSearchInput:-ms-input-placeholder {
  color: #cbcbcb;
}

.c-secondary-navbar__search-input::-ms-input-placeholder,
.c-secondary-navbar #MakeShopTopSearchInput::-ms-input-placeholder {
  color: #cbcbcb;
}

.c-secondary-navbar__search-submit,
.c-secondary-navbar #MakeShopTopSearchButton {
  align-items: center;
  background-color: transparent;
  border: 0;
  color: transparent;
  cursor: pointer;
  display: flex;
  height: 35px;
  justify-content: center;
  margin-left: .75rem;
  outline: none;
  padding: 0;
  transition: .3s;
  width: 19px;
}

.c-secondary-navbar__search-submit:hover,
.c-secondary-navbar #MakeShopTopSearchButton:hover {
  opacity: .7;
}

.c-secondary-navbar #MakeShopTopSearchButton {
  background: url("../images/common/icon_search.svg") center center/contain no-repeat;
}

.c-secondary-navbar--white {
  -moz-justify-content: space-around;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

.c-secondary-navbar--white .c-secondary-navbar__link {
  color: #fff;
}

.c-footer-nav {
  -moz-flex-wrap: wrap;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-flex-wrap: wrap;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  justify-content: flex-start;
}

@media screen and (min-width: 768px) {
  .c-footer-nav {
    align-items: flex-start;
    margin-top: 7px;
  }
}

.c-footer-nav__item {
  border-left: none;
  display: flex;
  flex-wrap: wrap;
  padding: .5rem 1rem;
  position: relative;
  text-align: left;
  width: 48%;
}

@media screen and (min-width: 768px) {
  .c-footer-nav__item {
    border-left: 2px solid #d5d5d5;
    padding: 0 10px;
    text-align: center;
    width: auto;
  }
}

@media screen and (min-width: 1200px) {
  .c-footer-nav__item {
    line-height: 1;
  }
}

.c-footer-nav__item::before {
  background-color: #fff;
  content: '';
  display: block;
  height: 14px;
  left: 0;
  position: absolute;
  top: .5rem;
  width: 1px;
}

@media screen and (min-width: 768px) {
  .c-footer-nav__item::before {
    top: 0;
  }
}

.c-footer-nav__item::after {
  background-color: #fff;
  content: '';
  display: block;
  height: 14px;
  position: absolute;
  right: -1px;
  top: .5rem;
  width: 1px;
}

@media screen and (min-width: 768px) {
  .c-footer-nav__item::after {
    content: none;
  }
}

.c-footer-nav__item:first-of-type {
  border-left: none;
}

@media screen and (min-width: 768px) {
  .c-footer-nav__item:first-of-type::before {
    content: none;
  }
}

.c-footer-nav__link {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  text-decoration: none;
  transition: .3s;
  word-break: keep-all;
}

.c-footer-nav__link:hover {
  opacity: .7;
}

.hamburger {
  height: 20px;
  left: 18px;
  padding: 0;
  text-decoration: none;
  top: 26px;
  width: 28px;
  z-index: 9999 !important;
}

.hamburger__icon {
  background-color: #fff;
  margin-bottom: 9px;
  margin-top: 9px;
}

.hamburger__icon, .hamburger__icon::before, .hamburger__icon::after {
  width: 28px;
}

.hamburger__icon::before {
  top: -5px;
}

.hamburger__icon::after {
  top: 5px;
}

@media screen and (min-width: 960px) {
  .hamburger {
    display: none;
  }
}

.hamburger.active .hamburger__icon::before, .hamburger.active .hamburger__icon::after {
  background-color: #111;
}

.hamburger.active .hamburger__icon::before {
  transform: translateY(5px) rotate(45deg);
}

.hamburger.active .hamburger__icon::after {
  transform: translateY(-5px) rotate(-45deg);
}

.fat-nav {
  height: 92%;
  top: 72px;
}

.c-modal-nav {
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

.c-modal-nav__ttl {
  background-color: #df9b9b;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 15px 20px;
  text-align: center;
}

.c-modal-nav__item + .c-modal-nav__item {
  border-top: 1px solid #fff;
}

.c-modal-nav__link {
  -moz-align-items: center;
  -moz-justify-content: space-between;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  align-items: center;
  color: #111;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  justify-content: space-between;
  padding: 20px;
  text-decoration: none;
  transition: .3s;
}

.c-modal-nav__link:hover {
  opacity: .7;
}

.c-modal-nav__link::after {
  border-bottom: 1px solid #111;
  border-right: 1px solid #111;
  content: '';
  display: block;
  height: 8px;
  transform: rotate(-45deg);
  width: 8px;
}

.c-modal-nav__link:hover {
  color: #777;
}

.c-modal-nav__link--secondary {
  padding: 10px 20px;
}

.c-sort-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-sort-nav__head {
  margin-right: .45rem;
}

.c-sort-nav__ttl {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
  line-height: 1;
}

.c-sort-nav__item {
  padding: 0 .45rem;
  position: relative;
}

@media screen and (min-width: 560px) {
  .c-sort-nav__item {
    padding: 0 1.25rem;
  }
}

.c-sort-nav__item.is-current {
  pointer-events: none;
}

.c-sort-nav__item.is-current .c-sort-nav__link {
  font-weight: 700;
}

.c-sort-nav__link {
  color: #2e2e2e;
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1;
  text-decoration: none;
  transition: .3s;
}

.c-sort-nav__link:hover {
  opacity: .7;
}

.c-sort-nav__link:hover {
  color: #2e2e2e;
}

.c-sort-nav__select {
  max-width: max-content;
  position: relative;
}

.c-sort-nav__select::before {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  bottom: 0;
  content: '';
  height: 6px;
  margin: auto;
  pointer-events: none;
  position: absolute;
  right: 13px;
  top: 0;
  transform: rotate(135deg);
  width: 6px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .c-sort-nav__select::before {
    top: 5px;
  }
}

.c-sort-nav__select-box {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  margin-left: 20px;
  margin-top: 2px;
  padding: 8px 33px 8px 16px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .c-sort-nav__select-box {
    font-size: 13px;
    font-size: 0.8125rem;
    margin-left: 0;
    margin-top: 10px;
  }
}

.c-sort-nav__select-option {
  background-color: #fff;
  color: #000;
}

.c-sns-link {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 44px;
  justify-content: center;
  transition: .3s;
  width: 26px;
}

.c-sns-link:hover {
  opacity: .7;
}

@media screen and (min-width: 560px) {
  .c-sns-link {
    width: 30px;
  }
}

.c-sns-link__icon {
  max-height: 26px;
  max-width: 26px;
}

@media screen and (min-width: 560px) {
  .c-sns-link__icon {
    max-height: 30px;
    max-width: 30px;
  }
}

.c-anchor-link {
  margin-top: -72px;
  padding-top: 72px;
}

@media screen and (min-width: 960px) {
  .c-anchor-link {
    margin-top: -64px;
    padding-top: 64px;
  }
}

/* =========================================================
pagenation - ページ送り
========================================================= */
.c-pagenation {
  -moz-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.c-pagenation__item {
  align-items: center;
  background-color: #f9f6f5;
  border-radius: 5px;
  color: #000;
  display: flex;
  height: 42px;
  justify-content: center;
  line-height: 1;
  position: relative;
  transition: .3s;
  width: 42px;
}

.c-pagenation__item:hover {
  opacity: .7;
}

.c-pagenation__item + .c-pagenation__item {
  margin-left: 10px;
}

.c-pagenation__item.is-current {
  background-color: #000;
  color: #fff;
  pointer-events: none;
}

.c-pagenation__item.is-current .c-pagenation__link {
  color: #fff;
  font-weight: 300;
}

.c-pagenation__link {
  color: #2e2e2e;
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  text-decoration: none;
}

.c-pagenation__link--prev::before {
  border-left: 2px solid #2e2e2e;
  border-top: 2px solid #2e2e2e;
  content: '';
  display: inline-block;
  height: 8px;
  margin-bottom: .1rem;
  margin-right: .75rem;
  transform: rotate(-45deg);
  width: 8px;
}

@media screen and (min-width: 960px) {
  .c-pagenation__link--prev::before {
    height: 9px;
    margin-bottom: .15rem;
    width: 9px;
  }
}

.c-pagenation__link--next::after {
  border-left: 2px solid #2e2e2e;
  border-top: 2px solid #2e2e2e;
  content: '';
  display: inline-block;
  height: 8px;
  margin-bottom: .1rem;
  margin-left: .75rem;
  transform: rotate(135deg);
  width: 8px;
}

@media screen and (min-width: 960px) {
  .c-pagenation__link--next::after {
    height: 9px;
    margin-bottom: .15rem;
    width: 9px;
  }
}

.c-pagenation--sm {
  -moz-justify-content: flex-end;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.c-pagenation--sm .c-pagenation__item + .c-pagenation__item {
  margin-left: 10px;
}

.c-pagenation--sm .c-pagenation__link {
  font-size: 16px;
  font-size: 1rem;
}

.c-pagenation--sm .c-pagenation__link--prev::before, .c-pagenation--sm .c-pagenation__link--prev::after, .c-pagenation--sm .c-pagenation__link--next::before, .c-pagenation--sm .c-pagenation__link--next::after {
  content: none;
}

.c-pagenation--news .c-pagenation__item {
  background: none;
  height: auto;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .c-pagenation--news .c-pagenation__item .c-basic-btn {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 15px;
  }
}

.c-pagenation--news .c-pagenation__link {
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (max-width: 767px) {
  .c-pagenation--news .c-pagenation__link {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

/* =========================================================
quantity-input - 商品個数入力用input
========================================================= */
.c-quantity-input {
  background-color: #fff;
  border: 0;
  border: 1px solid #2e2e2e;
  color: #2e2e2e;
  font-family: "Noto Sans JP", "Noto Sans Japanese", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  max-width: 100%;
  outline: none;
  padding: .5rem;
  text-align: center;
}

.c-quantity-input::placeholder {
  color: #ccc;
}

.c-quantity-input:-ms-input-placeholder {
  color: #ccc;
}

.c-quantity-input::-ms-input-placeholder {
  color: #ccc;
}

.c-quantity-input--sm {
  font-size: 14px;
  font-size: 0.875rem;
  padding: .5rem;
}

/* =========================================================
search - 検索ボックス
========================================================= */
.c-search {
  border: 1px solid #111;
  display: block;
  position: relative;
}

.c-search::before {
  background-image: url("../images/common/icon_search.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 17px;
  margin-top: -9px;
  position: absolute;
  right: .75rem;
  top: 50%;
  width: 18px;
}

.c-search__input,
.c-search #MakeShopTopSearchInput {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-appearance: none;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  align-items: center;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  color: #2e2e2e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Noto Sans JP", "Noto Sans Japanese", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  justify-content: center;
  outline: none;
  padding: .7rem 2.5rem .7rem .7rem;
  width: 100%;
}

.c-search__input::placeholder,
.c-search #MakeShopTopSearchInput::placeholder {
  color: #cbcbcb;
}

.c-search__input:-ms-input-placeholder,
.c-search #MakeShopTopSearchInput:-ms-input-placeholder {
  color: #cbcbcb;
}

.c-search__input::-ms-input-placeholder,
.c-search #MakeShopTopSearchInput::-ms-input-placeholder {
  color: #cbcbcb;
}

/* =========================================================
select - セレクトボックス
========================================================= */
.item-option + .item-option {
  margin-top: 1.5rem;
}

.makeshop-option-wrap + .makeshop-option-wrap {
  margin-top: 1rem;
}

.makeshop-option-label {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: .5rem;
}

.makeshop-option-select-wrap {
  display: block;
  position: relative;
  transition: .3s;
}

.makeshop-option-select-wrap::before {
  content: '▼';
  display: block;
  height: 14px;
  pointer-events: none;
  position: absolute;
  right: 1rem;
  top: 24%;
  width: 16px;
}

.makeshop-option-select-wrap:hover {
  opacity: .7;
}

.makeshop-option-select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  background-color: #fff;
  border: none;
  border: 1px solid #e4e4e4;
  color: #2e2e2e;
  cursor: pointer;
  font-family: "Noto Sans JP", "Noto Sans Japanese", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  outline: none;
  padding: .75rem 3.5rem .75rem .75rem;
  width: 100%;
}

.makeshop-option-select::-ms-expand {
  display: none;
}

@media screen and (min-width: 960px) {
  .makeshop-option-select {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

/* ---------------------------------------------------------------
	site-branding - サイトのロゴなど
--------------------------------------------------------------- */
.c-site-branding__link {
  display: block;
  margin-left: 70px;
  transition: .3s;
}

.c-site-branding__link:hover {
  opacity: .7;
}

@media screen and (min-width: 960px) {
  .c-site-branding__link {
    margin-left: 0;
  }
}

.c-site-branding__logo {
  max-width: 152px;
}

@media screen and (min-width: 960px) {
  .c-site-branding__logo {
    max-width: 180px;
  }
}

@media screen and (min-width: 960px) {
  .c-site-branding.is-compact .c-site-branding__logo {
    max-width: 130px;
  }
}

/* =========================================================
text-field - テキストボックス
========================================================= */
.c-txt-field {
  background-color: #fff;
  border: 0;
  border: 1px solid #ddd;
  color: #2e2e2e;
  font-family: "Noto Sans JP", "Noto Sans Japanese", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  outline: none;
  padding: .7rem;
  width: 100%;
}

.c-txt-field::placeholder {
  color: #cbcbcb;
}

.c-txt-field:-ms-input-placeholder {
  color: #cbcbcb;
}

.c-txt-field::-ms-input-placeholder {
  color: #cbcbcb;
}

/* =========================================================
text - 共通のテキストなど
========================================================= */
.c-basic-txt, #GOODS ul li, #GOODS table tr th,
#GOODS table tr td, #GOODS table.Naka th,
#GOODS table.Naka td {
  font-size: 13px;
  font-size: 0.8125rem;
}

.c-basic-txt--xs {
  font-size: 12px;
  font-size: 0.75rem;
}

.c-basic-txt--sm {
  font-size: 14px;
  font-size: 0.875rem;
}

.c-basic-txt--md {
  font-size: 15px;
  font-size: 0.9375rem;
}

.c-basic-txt--normal {
  font-size: 16px;
  font-size: 1rem;
}

.c-basic-txt--lg {
  font-size: 18px;
  font-size: 1.125rem;
}

.c-basic-txt--xl {
  font-size: 20px;
  font-size: 1.25rem;
}

.c-basic-txt--xl .c-basic-txt__small {
  font-size: 54%;
  letter-spacing: 0;
}

.c-basic-txt--xxl {
  font-size: 26px;
  font-size: 1.625rem;
}

.c-basic-txt--xxl .c-basic-txt__small {
  font-size: 50%;
  letter-spacing: 0;
}

.c-basic-txt__link {
  border-bottom: 1px solid #2e2e2e;
  color: #2e2e2e;
  display: inline-block;
  text-decoration: none;
  transition: .3s;
}

.c-basic-txt__link:hover {
  opacity: .7;
}

.c-basic-txt__link:hover {
  color: #2e2e2e;
}

.c-basic-txt__small {
  font-size: 80%;
}

.c-basic-txt__medium {
  font-size: 120%;
}

.c-basic-txt__large {
  font-size: 150%;
}

.c-basic-txt__bg-white {
  background-color: #fff;
  color: #2e2e2e;
  font-weight: 700;
  padding: 0 .15rem;
}

.c-basic-txt__icon {
  color: #555;
  font-size: 80%;
  margin-left: .15rem;
}

.c-basic-txt--white {
  color: #fff;
}

.c-basic-txt--white .c-basic-txt__link {
  border-color: #fff;
  color: #fff;
}

.c-basic-txt--white .c-basic-txt__link:hover {
  color: #fff;
}

.c-basic-txt--caution {
  background-color: #fff;
  color: #da1f26;
  font-weight: 700;
  padding: .5rem;
}

.c-small-txt {
  font-size: 10px;
  font-size: 0.625rem;
}

.c-note-txt {
  color: #333;
  font-size: 12px;
  font-size: 0.75rem;
  padding-left: .8rem;
  text-indent: -.8rem;
}

.c-note-txt__link {
  border-bottom: 1px solid #333;
  color: #333;
  text-decoration: none;
  transition: .3s;
}

.c-note-txt__link:hover {
  opacity: .7;
}

.c-note-txt__link:hover {
  color: #333;
}

.c-note-txt--red {
  color: #da1f26;
  font-weight: 700;
}

/* =========================================================
textarea - テキストエリア
========================================================= */
.c-txtarea {
  background-color: #fff;
  border: 0;
  border: 1px solid #ddd;
  color: #2e2e2e;
  font-family: "Noto Sans JP", "Noto Sans Japanese", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  height: 10rem;
  outline: none;
  padding: .7rem;
  resize: none;
  width: 100%;
}

.c-txtarea::placeholder {
  color: #cbcbcb;
}

.c-txtarea:-ms-input-placeholder {
  color: #cbcbcb;
}

.c-txtarea::-ms-input-placeholder {
  color: #cbcbcb;
}

/* =========================================================
title - 共通のタイトルやテキストなど
========================================================= */
.c-basic-ttl {
  font-weight: 500;
}

.c-basic-ttl__small {
  font-size: 80%;
}

.c-basic-ttl--xs {
  font-size: 12px;
  font-size: 0.75rem;
}

@media screen and (min-width: 960px) {
  .c-basic-ttl--xs {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.c-basic-ttl--sm {
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (min-width: 960px) {
  .c-basic-ttl--sm {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.c-basic-ttl--md {
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (min-width: 960px) {
  .c-basic-ttl--md {
    font-size: 16px;
    font-size: 1rem;
  }
}

.c-basic-ttl--lg {
  font-size: 18px;
  font-size: 1.125rem;
}

@media screen and (min-width: 960px) {
  .c-basic-ttl--lg {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 1200px) {
  .c-basic-ttl--lg {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

.c-basic-ttl--xl {
  font-size: 40px;
  font-size: 2.5rem;
  margin-bottom: 2rem;
}

@media screen and (min-width: 960px) {
  .c-basic-ttl--xl {
    font-size: 45px;
    font-size: 2.8125rem;
    margin-bottom: 2.5rem;
  }
}

.c-basic-ttl--22 {
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (min-width: 960px) {
  .c-basic-ttl--22 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.c-basic-ttl--30 {
  font-size: 24px;
  font-size: 1.5rem;
}

@media screen and (min-width: 960px) {
  .c-basic-ttl--30 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.c-basic-ttl--36 {
  font-size: 22px;
  font-size: 1.375rem;
}

@media screen and (min-width: 960px) {
  .c-basic-ttl--36 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

.c-en-ttl {
  color: #2e2e2e;
  font-family: "Lora", "Josefin Sans", sans-serif;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  letter-spacing: .1em;
}

@media screen and (min-width: 960px) {
  .c-en-ttl {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

/* =========================================================
area - 境界線のない大枠
========================================================= */
.p-campaign-area {
  background-color: #faf6f5;
  margin-bottom: 40px;
}

.p-campaign-area__wrapper {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  margin: auto;
  max-width: 1400px;
  padding: 20px;
  width: 100%;
}

@media screen and (max-width: 559px) {
  .p-campaign-area__wrapper {
    flex-direction: column;
  }
}

.p-campaign-area__wrapper ul {
  border-left: 1px solid #bebdbb;
  margin-left: 40px;
  padding-left: 40px;
}

@media screen and (max-width: 767px) {
  .p-campaign-area__wrapper ul {
    margin-left: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 559px) {
  .p-campaign-area__wrapper ul {
    border-left: none;
    border-top: 1px solid #bebdbb;
    margin-left: 0;
    padding-left: 0;
  }
}

.p-campaign-area__en-ttl {
  font-size: 20px;
}

.p-campaign-area__no-info {
  border-left: 1px solid #bebdbb;
  margin-left: 40px;
  padding-left: 40px;
}

@media screen and (max-width: 767px) {
  .p-campaign-area__no-info {
    margin-left: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 559px) {
  .p-campaign-area__no-info {
    border-left: none;
    border-top: 1px solid #bebdbb;
    margin-left: 0;
    padding-left: 0;
  }
}

.p-btn-area {
  margin-top: 2.5rem;
  text-align: center;
}

@media screen and (min-width: 960px) {
  .p-btn-area {
    margin-top: 3.75rem;
  }
}

.p-contact-link__link {
  -moz-align-items: center;
  -moz-flex-wrap: wrap;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-flex-wrap: wrap;
  align-items: center;
  color: inherit;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  flex-wrap: wrap;
  text-decoration: none;
  transition: .3s;
}

.p-contact-link__link:hover {
  opacity: .7;
}

@media screen and (min-width: 960px) {
  .p-contact-link__link {
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.p-contact-link__icon {
  -moz-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-right: .5rem;
  width: 1.4375rem;
}

.p-contact-link__icon-img {
  width: 1.4375rem;
}

.p-contact-link__ttl {
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  letter-spacing: .1em;
}

@media screen and (min-width: 960px) {
  .p-contact-link__ttl {
    -moz-align-items: center;
    -moz-flex-direction: row;
    -ms-flex-align: center;
    -ms-flex-direction: row;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    align-items: center;
    flex-direction: row;
  }
}

.p-contact-link + .p-contact-link {
  margin-top: .25rem;
}

.p-contact-link:first-of-type .p-contact-link__ttl {
  -moz-justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.p-item-description-area {
  /* Responsive table */
}

.p-item-description-area ul {
  list-style-type: none;
}

.p-item-description-area dl {
  margin: 1em 0;
}

.p-item-description-area dt {
  background: #f3f3f3;
  border-bottom: 1px solid #aaa;
  border-top: 1px solid #aaa;
  margin: 20px 0 10px;
  padding: 5px;
}

.p-item-description-area dd {
  margin: 0;
}

.p-item-description-area cite,
.p-item-description-area em,
.p-item-description-area var,
.p-item-description-area address,
.p-item-description-area dfn {
  font-style: italic;
}

.p-item-description-area del {
  text-decoration: line-through;
}

.p-item-description-area tt,
.p-item-description-area code,
.p-item-description-area kbd,
.p-item-description-area samp {
  font-family: monospace;
}

.p-item-description-area ins {
  text-decoration: underline;
}

.p-item-description-area pre {
  display: block;
  font-family: monospace;
  margin: 1em 0px;
  white-space: pre;
}

.p-item-description-area q::before {
  content: open-quote;
}

.p-item-description-area q::after {
  content: close-quote;
}

.p-item-description-area strong,
.p-item-description-area b {
  font-weight: bold;
}

.p-item-description-area sub {
  font-size: smaller;
  vertical-align: sub;
}

.p-item-description-area sup {
  font-size: smaller;
  vertical-align: super;
}

.p-item-description-area table {
  border-collapse: collapse;
  margin: 1em 0;
  width: 100%;
}

.p-item-description-area th,
.p-item-description-area td {
  padding: 10px 5px;
}

.p-item-description-area thead th {
  background: #e8e8e8;
}

.p-item-description-area tbody th {
  background: #f8f8f8;
}

.p-item-description-area td {
  background: #fff;
}

.p-item-description-area .table_container {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}

.p-item-description-area .table dt {
  background: none;
  border: none;
}

.p-item-description-area .sp_table {
  border-color: #ccc;
  border-style: solid;
  border-width: 1px 1px 0 0;
}

.p-item-description-area .sp_table th,
.p-item-description-area .sp_table td {
  border-color: #ccc;
  border-style: solid;
  border-width: 0 0 1px 1px;
}

.p-precautions--adjustment:nth-of-type(n+2) {
  display: none;
}

.p-precautions-area {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.p-precautions-area__ttl {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 20px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-precautions-area__ttl {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.p-product-desc-area {
  display: inline-block;
  margin-top: 2rem;
  text-align: left;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-product-desc-area {
    margin-top: 0;
    padding-left: 40px;
  }
}

.p-product-desc-area__spec, .p-product-desc-area__btn, .p-product-desc-area__link-list {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-product-desc-area__spec, .p-product-desc-area__btn, .p-product-desc-area__link-list {
    text-align: left;
  }
}

.p-product-desc-area__btn .c-basic-btn {
  background-color: #bc5151;
  border: none;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  max-width: 100%;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-product-desc-area__btn .c-basic-btn {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.p-product-desc-area__shipping-txt {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .p-product-desc-area__shipping-txt {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.p-product-desc-area__shipping-annotation {
  font-size: 12px;
  font-size: 0.75rem;
}

@media screen and (max-width: 767px) {
  .p-product-desc-area__shipping-annotation {
    font-size: 10px;
    font-size: 0.625rem;
  }
}

.p-product-desc-area__categorytag {
  align-items: center;
  border-top: 1px solid #e4e4e4;
  display: flex;
  padding: 30px 0;
}

@media screen and (max-width: 767px) {
  .p-product-desc-area__categorytag {
    flex-direction: column;
    padding: 20px 0;
  }
}

.p-product-desc-area__categorytag-txt {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  min-width: 120px;
}

@media screen and (max-width: 767px) {
  .p-product-desc-area__categorytag-txt {
    font-size: 13px;
    font-size: 0.8125rem;
    margin-bottom: 10px;
  }
}

.p-product-desc-area__sns {
  border-top: 1px solid #e4e4e4;
  padding: 30px 0;
}

.p-product-desc-area__sns .item-share {
  align-items: center;
  display: flex;
  justify-content: center;
}

.p-product-desc-area__sns .item-share__line, .p-product-desc-area__sns .item-share__x, .p-product-desc-area__sns .item-share__facebook {
  align-items: center;
  display: flex;
  height: 45px;
  justify-content: center;
  width: 185px;
}

.p-product-desc-area__sns .item-share__line {
  background-color: #06c755;
}

.p-product-desc-area__sns .item-share__x {
  background-color: #000;
}

.p-product-desc-area__sns .item-share__facebook {
  background-color: #1877f2;
  padding-bottom: 8px;
}

.p-product-desc-area__review {
  background-color: #f3eae7;
  padding: 50px 20px;
}

.p-product-quantity-area {
  -moz-align-items: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.p-product-quantity-area__input {
  border-color: #e4e4e4;
  margin-right: .5rem;
  max-width: 100px;
  min-width: 100px;
}

.p-product-quantity-area__unit {
  -moz-align-self: center;
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  margin-right: 20px;
  min-width: 30px;
}

@media screen and (min-width: 768px) {
  .p-product-quantity-area__unit {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.p-item-description-area {
  display: block;
  margin: 0 auto;
  max-width: 950px;
}

.p-item-description-area img {
  display: inline-block;
  max-width: 100%;
  vertical-align: bottom;
}

.p-item-description-area--primary {
  margin: 0 auto 2rem;
}

@media screen and (min-width: 768px) {
  .p-item-description-area--primary {
    margin-bottom: 4rem;
  }
}

.p-item-description-area--secondary {
  position: relative;
}

@media screen and (max-width: 940px) {
  .p-item-description-area .lp_shinyset14 .content_over img {
    margin-left: 0;
    max-width: 100%;
  }
}

.p-total-fee-area {
  background-color: #fafafa;
  padding: 1.5rem 1rem;
  text-align: center;
}

@media screen and (min-width: 560px) {
  .p-total-fee-area {
    padding: 2rem;
    text-align: right;
  }
}

.p-total-fee-area__row {
  -moz-flex-direction: column;
  -moz-flex-wrap: wrap;
  -ms-flex-direction: column;
  -ms-flex-wrap: wrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -webkit-flex-wrap: wrap;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  flex-direction: column;
  flex-wrap: wrap;
}

@media screen and (min-width: 560px) {
  .p-total-fee-area__row {
    -moz-align-items: center;
    -moz-flex-direction: row;
    -ms-flex-align: center;
    -ms-flex-direction: row;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    align-items: center;
    flex-direction: row;
  }
}

.p-total-fee-area__txt {
  line-height: 1;
  margin-bottom: .75rem;
}

@media screen and (min-width: 560px) {
  .p-total-fee-area__txt {
    margin-bottom: 0;
    margin-right: .75rem;
  }
}

.p-total-fee-area__fee {
  line-height: 1;
}

.p-order-btn-area {
  -moz-flex-direction: column;
  -ms-flex-align: center;
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  -webkit-flex-direction: column;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .p-order-btn-area {
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

.p-order-btn-area__btn {
  max-width: 240px;
  text-align: center;
}

.p-order-btn-area__btn + .p-order-btn-area__btn {
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .p-order-btn-area__btn + .p-order-btn-area__btn {
    margin-right: 6rem;
    margin-top: 0;
  }
}

.p-order-btn-area__btn--procedure {
  background-color: #000;
  color: #fff;
}

.p-order-btn-area__btn--procedure::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}

.p-order-btn-area__btn--procedure:hover {
  background-color: #fff;
  color: #111;
  opacity: 1;
}

.p-order-btn-area__btn--procedure:hover::after {
  border-bottom: 1px solid #111;
  border-right: 1px solid #111;
}

/* =========================================================
box - 境界線のある大枠
========================================================= */
.p-border-y-box {
  border-bottom: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
  padding: 2rem 0;
}

.p-border-y-box--white {
  border-color: #fff;
}

.p-border-y-box--between {
  -moz-flex-direction: column;
  -moz-flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-flex-direction: column;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: justify;
  -webkit-flex-direction: column;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1.25rem .5rem;
}

@media screen and (min-width: 768px) {
  .p-border-y-box--between {
    -moz-align-items: center;
    -moz-flex-direction: row;
    -ms-flex-align: center;
    -ms-flex-direction: row;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    align-items: center;
    flex-direction: row;
  }
}

.p-bg-box {
  background-color: #fafafa;
  padding: 1rem;
}

@media screen and (min-width: 960px) {
  .p-bg-box {
    padding: 1.5rem;
  }
}

.p-border-box {
  border: 1px solid #ddd;
  padding: 1rem;
  position: relative;
}

@media screen and (min-width: 960px) {
  .p-border-box {
    padding: 1.5rem;
  }
}

.p-border-box::before, .p-border-box::after {
  content: '';
  display: block;
  height: 1rem;
  position: absolute;
  width: 1rem;
}

.p-border-box::before {
  border-left: 1px solid #bbb;
  border-top: 1px solid #bbb;
  left: -1px;
  top: -1px;
}

.p-border-box::after {
  border-bottom: 1px solid #bbb;
  border-right: 1px solid #bbb;
  bottom: -1px;
  right: -1px;
}

.p-cal-box {
  background-color: #fff;
}

.p-cal-box__foot {
  padding: 0 1rem 1rem;
}

.p-precautions-box {
  border: 4px solid #f3eae7;
  padding: 40px 100px 70px;
}

@media screen and (max-width: 1199px) {
  .p-precautions-box {
    padding: 40px 40px 70px;
  }
}

@media screen and (max-width: 767px) {
  .p-precautions-box {
    border: 6px solid #f3eae7;
    padding: 30px 15px 25px;
  }
}

/* =========================================================
card - カード式レイアウトのオブジェクト
========================================================= */
.p-product-card {
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  transition: .3s;
}

.p-product-card:hover {
  opacity: .7;
}

.p-product-card__link {
  bottom: 0;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
}

.p-product-card__figure {
  width: 100%;
}

@media screen and (min-width: 560px) {
  .p-product-card__figure {
    padding: 0rem;
  }
}

.p-product-card__img {
  margin: 0 auto;
}

.p-product-card__in {
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

@media screen and (min-width: 560px) {
  .p-product-card__in {
    -moz-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 0.5rem;
  }
}

.p-product-card__ttl {
  color: #666;
}

.p-product-card__body {
  -moz-flex-direction: column;
  -moz-flex-wrap: wrap;
  -ms-flex-direction: column;
  -ms-flex-wrap: wrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -webkit-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-top: .5rem;
}

@media screen and (min-width: 560px) {
  .p-product-card__body {
    -moz-align-items: center;
    -moz-flex-direction: row;
    -ms-flex-align: center;
    -ms-flex-direction: row;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    align-items: center;
    flex-direction: row;
    margin-top: 0.625rem;
  }
}

.p-product-card__discount {
  color: #c90909;
  font-weight: 700;
  margin-right: 1rem;
}

.p-product-card__price {
  color: #111;
  letter-spacing: 0.05rem;
}

.p-product-card__category {
  margin-bottom: .5rem;
  width: 100%;
}

@media screen and (min-width: 560px) {
  .p-product-card--xs .p-product-card__figure {
    padding: 0rem;
  }
}

@media screen and (min-width: 560px) {
  .p-product-card--sm .p-product-card__figure {
    padding: 0rem;
  }
}

@media screen and (max-width: 559px) {
  .p-product-card--sm-horizon {
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .p-product-card--sm-horizon .p-product-card__figure {
    padding-right: 2rem;
  }
}

.p-product-card.is-new::before {
  background-color: #ec6d80;
  color: #fff;
  content: 'NEW';
  display: inline-block;
  font-family: "Lato", "Josefin Sans", sans-serif;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: bold;
  left: 0;
  letter-spacing: .1em;
  line-height: 1;
  padding: .3rem .6rem .35rem .75rem;
  position: absolute;
  top: 0;
}

.p-precautions-card {
  background-color: #f9f6f5;
  margin-top: 40px;
  padding: 30px 40px;
}

@media screen and (max-width: 767px) {
  .p-precautions-card {
    margin-top: 25px;
    padding: 20px;
  }
}

.p-precautions-card__ttl {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-precautions-card__ttl {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.p-precautions-card__txt {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .p-precautions-card__txt {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.p-precautions-card__annotation {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .p-precautions-card__annotation {
    font-size: 10px;
    font-size: 0.625rem;
  }
}

.p-precautions-card__annotation-contents {
  display: flex;
}

.p-precautions-card__annotation-contents::before {
  content: '※';
  font-size: 14px;
  font-size: 0.875rem;
  margin-right: 5px;
}

@media screen and (max-width: 767px) {
  .p-precautions-card__annotation-contents::before {
    font-size: 10px;
    font-size: 0.625rem;
  }
}

.p-cart-card {
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding: 2rem 0;
}

@media screen and (min-width: 768px) {
  .p-cart-card {
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
}

.p-cart-card__link {
  color: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  text-decoration: none;
  transition: .3s;
}

.p-cart-card__link:hover {
  opacity: .7;
}

@media screen and (min-width: 768px) {
  .p-cart-card__link {
    margin-bottom: 0;
  }
}

.p-cart-card__figure {
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 1rem;
  max-width: 100px;
}

@media screen and (min-width: 768px) {
  .p-cart-card__figure {
    margin-right: 2rem;
    max-width: auto;
  }
}

@media screen and (min-width: 768px) {
  .p-cart-card__body {
    margin-right: 2rem;
  }
}

.p-cart-card__ttl {
  margin-bottom: .5rem;
}

@media screen and (min-width: 768px) {
  .p-cart-card__foot {
    margin-left: auto;
    text-align: right;
  }
}

.p-cart-card__foot-in {
  -moz-flex-direction: row-reverse;
  -moz-justify-content: space-between;
  -ms-flex-direction: row-reverse;
  -ms-flex-pack: justify;
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: justify;
  -webkit-flex-direction: row-reverse;
  -webkit-justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .p-cart-card__foot-in {
    -moz-flex-direction: column;
    -moz-justify-content: center;
    -ms-flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    flex-direction: column;
    justify-content: center;
  }
}

.p-cart-card__price {
  margin-bottom: .5rem;
  text-align: right;
}

@media screen and (min-width: 768px) {
  .p-cart-card__price {
    text-align: center;
  }
}

.p-cart-card__quantity {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  .p-cart-card__quantity {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}

.p-cart-card__quantity-input {
  margin-right: .5rem;
  width: 80px;
}

@media screen and (min-width: 768px) {
  .p-cart-card__quantity-input {
    margin-bottom: .5rem;
    margin-right: 0;
    width: 140px;
  }
}

.p-cart-card__recalculation {
  background-color: #ececec;
  border: none;
  color: #111;
  width: 60px;
}

@media screen and (min-width: 768px) {
  .p-cart-card__recalculation {
    margin-bottom: .5rem;
    width: 140px;
  }
}

.p-cart-card__recalculation:hover {
  background-color: #ececec;
}

.p-cart-card__delete {
  -moz-align-self: center;
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
}

@media screen and (min-width: 768px) {
  .p-cart-card__delete {
    -moz-align-self: flex-end;
    -ms-flex-item-align: end;
    -webkit-align-self: flex-end;
    align-self: flex-end;
  }
}

.p-cart-card + .p-cart-card {
  border-top: none;
}

.p-bg-link-card {
  background-color: #fafafa;
}

.p-bg-link-card__link {
  color: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5rem 1rem;
  text-decoration: none;
  transition: .3s;
}

.p-bg-link-card__link:hover {
  opacity: .7;
}

@media screen and (min-width: 768px) {
  .p-bg-link-card__link {
    padding: 2rem;
  }
}

.p-bg-link-card__figure {
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 1rem;
  max-width: 100px;
}

@media screen and (min-width: 768px) {
  .p-bg-link-card__figure {
    margin-right: 2rem;
    max-width: auto;
  }
}

.p-bg-link-card__category {
  margin-bottom: .5rem;
}

.p-bg-link-card__ttl {
  margin-bottom: .5rem;
}

.p-bg-link-card__star {
  margin-right: .25rem;
}

.p-bg-link-card__average {
  display: inline-block;
}

.p-bg-link-card__txt {
  display: inline-block;
}

.p-review-card {
  border-bottom: 1px solid #ccc;
  padding: 2rem .5rem;
}

@media screen and (min-width: 768px) {
  .p-review-card {
    padding: 2rem 1rem;
  }
}

.p-review-card + .p-review-card {
  border-top: 0;
}

.p-review-card__head {
  -moz-align-items: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
}

.p-review-card__icon {
  margin-right: .5rem;
}

.p-review-card__name {
  margin-right: 1rem;
}

.p-review-card__rate {
  text-align: left;
}

.p-review-card__star {
  margin-right: .25rem;
}

.p-review-card__average {
  display: inline-block;
}

.p-review-card__average-txt {
  margin-left: .5rem;
}

.p-review-card__ttl {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-review-card__ttl {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.p-review-card__txt {
  display: inline-block;
}

.p-review-card__date {
  color: #666;
  margin-left: auto;
}

.p-review-voicecard {
  background-color: #fff;
  margin: 20px auto 0;
  max-width: 1000px;
  padding: 20px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-review-voicecard {
    margin-top: 30px;
    padding: 40px 50px;
  }
}

.p-review-voicecard + .p-review-voicecard {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .p-review-voicecard + .p-review-voicecard {
    margin-top: 20px;
  }
}

.p-review-voicecard__head {
  -moz-align-items: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
}

@media screen and (max-width: 767px) {
  .p-review-voicecard__head {
    align-items: flex-start;
  }
}

.p-review-voicecard__body {
  line-height: 2;
}

.p-review-voicecard__icon {
  margin-right: .5rem;
}

.p-review-voicecard__name {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2;
  margin-right: 1rem;
}

@media screen and (max-width: 767px) {
  .p-review-voicecard__name {
    font-size: 12px;
    font-size: 0.75rem;
    margin-right: 0.5rem;
  }
}

.p-review-voicecard__rate {
  text-align: left;
}

.p-review-voicecard__star {
  margin-right: .25rem;
}

.p-review-voicecard__average {
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
}

@media screen and (max-width: 767px) {
  .p-review-voicecard__average {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.p-review-voicecard__average-txt {
  margin-left: .5rem;
}

.p-review-voicecard__ttl {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-review-voicecard__ttl {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.p-review-voicecard__txt {
  display: inline-block;
}

.p-review-voicecard__date {
  color: #000;
  line-height: 1.2;
  margin-left: auto;
}

.p-review-voicecard__btn {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .p-review-voicecard__btn {
    flex-direction: column;
    margin-top: 30px;
  }
}

.p-review-voicecard__btn .p-btn-area {
  margin-top: 0;
  max-width: 390px;
  width: 100%;
}

.p-review-voicecard__btn .p-btn-area:first-child {
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .p-review-voicecard__btn .p-btn-area:first-child {
    margin-bottom: 10px;
    margin-right: 0;
    margin-top: 30px;
  }
}

.c-review-star {
  display: inline-block;
}

.c-review-star .reviewRate {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.c-review-star .reviewRate .reviewRateStar {
  color: transparent;
  display: block;
  font-size: 0px;
  font-size: 0rem;
  height: 1rem;
  line-height: 1;
  width: 1rem;
}

.c-review-star .reviewRate .reviewRateStar::before {
  color: #d7d7d7;
  content: '\f005';
  font-family: FontAwesome;
  font-size: 24px;
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .c-review-star .reviewRate .reviewRateStar::before {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.c-review-star .reviewRate .reviewRateStar + .reviewRateStar {
  margin-left: .25rem;
}

.c-review-star .reviewRate .reviewRateStar.starOn::before {
  color: gold;
  content: '\f005';
}

.c-review-star--small .reviewRate .reviewRateStar::before {
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (max-width: 767px) {
  .c-review-star--small .reviewRate .reviewRateStar::before {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 767px) {
  .c-review-star--small .reviewRate .reviewRateStar {
    height: 0.8rem;
    width: 0.8rem;
  }
}

.p-form {
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 560px) {
  .p-form {
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
}

.p-form__head {
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-bottom: .5rem;
  max-width: 120px;
  width: 100%;
}

@media screen and (min-width: 560px) {
  .p-form__head {
    margin-bottom: 0;
    margin-right: 1rem;
    padding-top: .65rem;
  }
}

@media screen and (min-width: 768px) {
  .p-form__head {
    max-width: 150px;
  }
}

.p-form__body {
  width: 100%;
}

.p-form + .p-form {
  margin-top: 1.5rem;
}

/* =========================================================
footer - フッター内のクラス
========================================================= */
.p-footer {
  padding-top: 1.5rem;
}

@media screen and (min-width: 768px) {
  .p-footer {
    padding-top: 0;
  }
}

.p-footer__guide {
  background-color: #938d87;
  padding: 1.75rem 0 1rem;
}

@media screen and (min-width: 768px) {
  .p-footer__guide {
    padding: 4rem 0;
  }
}

.p-footer__guide .p-shopping-guide__upper {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .p-footer__guide .p-shopping-guide__upper {
    flex-wrap: nowrap;
  }
}

.p-footer__guide .p-shopping-guide__upper-item {
  align-items: center;
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 170px;
  padding: 20px 8px;
}

@media screen and (min-width: 768px) {
  .p-footer__guide .p-shopping-guide__upper-item {
    border-right: 1px solid #b1ada9;
    max-width: 270px;
    padding: 50px 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__guide .p-shopping-guide__upper-item:nth-child(2) {
    border: none;
  }
}

.p-footer__guide .p-shopping-guide__upper-item:last-child {
  border: none;
}

.p-footer__guide .p-shopping-guide__upper-img {
  align-items: center;
  display: flex;
  height: 38px;
  justify-content: center;
  width: 45px;
}

@media screen and (min-width: 768px) {
  .p-footer__guide .p-shopping-guide__upper-img {
    height: 75px;
    width: 90px;
  }
}

.p-footer__guide .p-shopping-guide__upper-img img {
  max-width: 100%;
}

.p-footer__guide .p-shopping-guide__upper-txt {
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.05rem;
  line-height: 2;
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .p-footer__guide .p-shopping-guide__upper-txt {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 40px;
  }
}

.p-footer__guide .p-shopping-guide__bottom {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 110px;
}

@media screen and (max-width: 767px) {
  .p-footer__guide .p-shopping-guide__bottom {
    margin-top: 40px;
  }
}

.p-footer__guide .p-shopping-guide__bottom-full {
  display: flex;
}

.p-footer__guide .p-shopping-guide__bottom-half {
  align-items: stretch;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-footer__guide .p-shopping-guide__bottom-half {
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
}

.p-footer__guide .p-shopping-guide__bottom-cal {
  margin-right: 20px;
  max-width: 590px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-footer__guide .p-shopping-guide__bottom-cal {
    margin-right: 0;
  }
}

.p-footer__guide .p-shopping-guide__bottom-cal .cal_ui {
  float: none !important;
  padding: 0 !important;
}

.p-footer__guide .p-shopping-guide__bottom-phone {
  align-items: center;
  background-color: #fff;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  height: auto;
  justify-content: center;
  max-width: 590px;
  padding: 0 15px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-footer__guide .p-shopping-guide__bottom-phone {
    height: 300px;
    margin-top: 20px;
  }
}

.p-footer__guide .p-shopping-guide__bottom-phone .phone-ttl {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
}

@media screen and (max-width: 959px) {
  .p-footer__guide .p-shopping-guide__bottom-phone .phone-ttl {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__guide .p-shopping-guide__bottom-phone .phone-ttl {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.p-footer__guide .p-shopping-guide__bottom-phone .phone-number {
  font-size: 48px;
  font-size: 3rem;
  font-weight: 400;
}

@media screen and (max-width: 959px) {
  .p-footer__guide .p-shopping-guide__bottom-phone .phone-number {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__guide .p-shopping-guide__bottom-phone .phone-number {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.p-footer__guide .p-shopping-guide__bottom-phone .phone-txt {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 959px) {
  .p-footer__guide .p-shopping-guide__bottom-phone .phone-txt {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.p-footer__guide .p-shopping-guide__bottom-phone .phone-txt span {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .p-footer__guide .p-shopping-guide__bottom-phone .phone-txt span {
    margin-top: 5px;
  }
}

@media screen and (max-width: 959px) {
  .p-footer__guide .p-shopping-guide__bottom-phone .phone-txt span {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__guide .p-shopping-guide__bottom-phone .phone-txt span {
    display: block;
  }
}

.p-footer__guide .p-shopping-guide__bottom-phone .annotation-txt {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 959px) {
  .p-footer__guide .p-shopping-guide__bottom-phone .annotation-txt {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 559px) {
  .p-footer__guide .p-shopping-guide__bottom-phone .annotation-txt {
    font-size: 10px;
    font-size: 0.625rem;
    margin-top: 10px;
  }
}

.p-footer__guide .p-shopping-guide__bottom-phone .phone-btn {
  align-items: center;
  background-color: #000;
  border-radius: 25px;
  color: #fff;
  display: flex;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  height: 50px;
  justify-content: center;
  line-height: 1;
  margin-top: 20px;
  max-width: 350px;
  transition: .3s;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-footer__guide .p-shopping-guide__bottom-phone .phone-btn {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.p-footer__guide .p-shopping-guide__bottom-phone .phone-btn span {
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .p-footer__guide .p-shopping-guide__bottom-salon {
    grid-row-start: 4;
  }
}

.p-footer__nav {
  padding: 1rem 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-footer__nav {
    padding: 2.5rem 0 2rem;
  }
}

.p-footer__nav-wrapper {
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}

@media screen and (max-width: 959px) {
  .p-footer__nav-wrapper {
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
}

.p-footer__copyright {
  padding: 1rem 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-footer__copyright {
    border-top: 0;
    padding: 0 0 2.5rem;
  }
}

/* =========================================================
header - ヘッダー内のクラス
========================================================= */
.p-header {
  background-color: #fff;
  transition: .3s;
}

.p-header__introduction {
  background-color: #2e2e2e;
  display: none;
  padding: .66rem 0;
  text-align: center;
}

@media screen and (min-width: 960px) {
  .p-header__introduction {
    display: block;
  }
}

.p-header__introduction-txt {
  color: #fefefe;
}

.p-header__in {
  -moz-align-items: center;
  -moz-justify-content: space-between;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  height: 72px;
  justify-content: space-between;
  padding: 1rem 0;
}

@media screen and (max-width: 959px) {
  .p-header__in {
    min-width: 100%;
  }
}

@media screen and (min-width: 960px) {
  .p-header__in {
    height: 80px;
    padding: 1.7rem 0 0;
  }
}

.p-header__logo, .p-header__nav-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-header__logo {
  -moz-align-items: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  margin: auto;
  transition: .3s;
}

.p-header__logo:hover {
  opacity: .7;
}

@media screen and (min-width: 960px) {
  .p-header__logo {
    margin-left: 0;
    margin-right: auto;
  }
}

.p-header__nav-group {
  -moz-flex-direction: column;
  -moz-justify-content: center;
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  flex-direction: column;
  justify-content: center;
}

@media screen and (min-width: 960px) {
  .p-header__nav-group {
    padding-right: .5rem;
  }
}

.p-header__nav {
  -moz-align-items: center;
  -moz-justify-content: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.p-header__nav + .p-header__nav {
  margin-top: .5rem;
}

.p-header__nav-primary {
  display: none;
}

.p-header__primary-navbar {
  display: none;
  margin-top: 30px;
}

@media screen and (min-width: 960px) {
  .p-header__primary-navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-header__primary-navbar--fix {
  display: none;
  margin-top: 0;
}

.p-header__secondary-navbar {
  display: none;
}

@media screen and (min-width: 960px) {
  .p-header__secondary-navbar {
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-header__secondary-navbar--compact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 960px) {
  .p-header__secondary-navbar--compact {
    display: none;
  }
}

.p-header__login-name {
  color: #999;
  display: none;
  font-weight: 700;
  line-height: 1.5;
  margin-right: 1.75rem;
  text-align: right;
}

@media screen and (min-width: 960px) {
  .p-header__login-name {
    display: block;
  }
}

.p-header__login-name a {
  color: #999;
  text-decoration: underline;
}

.p-header__login-name_sp {
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
  text-align: center;
}

.p-header__login-name_sp a {
  color: #fff;
  text-decoration: underline;
}

.p-header.is-compact {
  border-bottom: 1px solid #ccc;
}

@media screen and (min-width: 960px) {
  .p-header.is-compact .p-header__introduction {
    display: none;
  }
  .p-header.is-compact .p-header__in {
    height: 64px;
    padding: 1rem 0;
  }
  .p-header.is-compact .p-header__logo {
    -moz-align-self: center;
    -ms-flex-item-align: center;
    -webkit-align-self: center;
    align-self: center;
  }
  .p-header.is-compact .p-header__nav-group {
    padding-right: 0;
  }
  .p-header.is-compact .p-header__nav-primary {
    display: flex;
  }
  .p-header.is-compact .p-header__primary-navbar {
    display: none;
  }
  .p-header.is-compact .p-header__primary-navbar--fix {
    display: flex;
    margin-right: 20px;
  }
}

@media screen and (min-width: 960px) and (min-width: 1200px) {
  .p-header.is-compact .p-header__primary-navbar--fix {
    margin-right: 40px;
  }
}

@media screen and (min-width: 960px) {
  .p-header.is-compact .p-header__secondary-navbar {
    display: none;
  }
  .p-header.is-compact .p-header__secondary-navbar--compact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 1rem;
  }
}

@media screen and (min-width: 960px) and (min-width: 1200px) {
  .p-header.is-compact .p-header__secondary-navbar--compact {
    margin-left: 2rem;
  }
}

@media screen and (min-width: 960px) {
  .p-header.is-compact .p-header__login-name {
    display: none;
  }
}

/* =========================================================
heading - 見出し
========================================================= */
.p-en-heading {
  margin-bottom: 3rem;
  text-align: center;
}

@media screen and (min-width: 960px) {
  .p-en-heading {
    margin-bottom: 4.375rem;
  }
}

.p-en-heading__en-ttl {
  margin-bottom: .25rem;
}

.p-en-heading__sub-ttl {
  color: #111;
  letter-spacing: .1em;
  line-height: 1;
}

.p-border-bottom-heading {
  border-bottom: 1px solid #fff;
  margin-bottom: 1rem;
  padding-bottom: .3rem;
}

.p-border-bottom-heading__ttl {
  color: #fff;
}

.p-border-bottom-heading--gray {
  border-bottom: 2px solid #dcdcdc;
  margin-bottom: 1.25rem;
  padding-bottom: 1rem;
}

@media screen and (min-width: 960px) {
  .p-border-bottom-heading--gray {
    margin-bottom: 1.5rem;
    padding-bottom: 1.25rem;
  }
}

.p-border-bottom-heading--gray .p-border-bottom-heading__ttl {
  color: #2e2e2e;
  text-align: center;
}

.p-border-bottom-heading--black {
  border-color: #333;
}

.p-border-bottom-heading--black .p-border-bottom-heading__ttl {
  color: #333;
}

@media screen and (min-width: 960px) {
  .p-border-bottom-heading--sm .p-border-bottom-heading__ttl {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.p-border-left-heading {
  background-color: #f8f8f8;
  border-left: 2px solid #dcdcdc;
  margin-bottom: 1rem;
  padding: .5rem 1rem;
}

.p-border-y-heading {
  border-bottom: 1px solid #333;
  border-top: 1px solid #333;
  margin-bottom: 2rem;
  padding: 1rem;
  text-align: center;
}

.p-border-y-heading__ttl {
  font-weight: 700;
}

@media screen and (min-width: 960px) {
  .p-border-y-heading__ttl {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

/* =========================================================
list - リストのオブジェクト
========================================================= */
.p-disc-list {
  display: inline-block;
  text-align: left;
}

.p-disc-list__item {
  padding-left: 1rem;
  position: relative;
}

.p-disc-list__item:before {
  background-color: #2e2e2e;
  border-radius: 50%;
  content: '';
  display: block;
  height: 6px;
  left: 0;
  position: absolute;
  top: .46rem;
  width: 6px;
}

.p-disc-list__item + .p-disc-list__item {
  margin-top: .25rem;
}

.p-num-list {
  counter-reset: item;
}

.p-num-list__item {
  padding-left: 1rem;
  position: relative;
}

.p-num-list__item::before {
  color: #2e2e2e;
  content: counter(item) ".";
  counter-increment: item;
  font-family: "Lato", "Josefin Sans", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  left: 0;
  position: absolute;
  top: 0;
}

.p-num-list--lh-2 {
  line-height: 2;
}

.p-arrow-link-list__item {
  border-bottom: 1px solid #fff;
}

.p-arrow-link-list__link {
  -moz-align-items: center;
  -moz-justify-content: space-between;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  justify-content: space-between;
  padding: .5rem;
  text-decoration: none;
  transition: .3s;
  width: 100%;
}

.p-arrow-link-list__link:hover {
  opacity: .7;
}

.p-arrow-link-list__link::after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: '';
  display: block;
  height: 8px;
  transform: rotate(-45deg);
  width: 8px;
}

.p-arrow-link-list__link:hover {
  color: #fff;
}

.p-arrow-category-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 559px) {
  .p-arrow-category-list {
    justify-content: center;
  }
}

.p-arrow-category-list__item {
  background-color: #f3eae7;
  border-bottom: 1px solid #fff;
  border-radius: 5px;
  margin: 0 5px;
  margin-top: 25px;
  max-width: 270px;
  width: 23%;
}

@media screen and (max-width: 959px) {
  .p-arrow-category-list__item {
    max-width: none;
    width: 48%;
  }
}

@media screen and (max-width: 559px) {
  .p-arrow-category-list__item {
    margin-top: 15px;
    max-width: 180px;
    width: 47%;
  }
}

.p-arrow-category-list__link {
  -moz-align-items: center;
  -moz-justify-content: space-between;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  align-items: center;
  color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  height: 56px;
  justify-content: space-between;
  letter-spacing: 0.05rem;
  padding: 0 20px;
  text-decoration: none;
  transition: .3s;
  width: 100%;
}

.p-arrow-category-list__link:hover {
  opacity: .7;
}

.p-arrow-category-list__link::after {
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  content: '';
  display: block;
  height: 8px;
  transform: rotate(-45deg);
  width: 8px;
}

.p-arrow-category-list__link:hover {
  opacity: .7;
}

.p-arrow-category-list__link:hover span {
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 959px) {
  .p-arrow-category-list__link {
    font-size: 12px;
    font-size: 0.75rem;
    height: 50px;
    padding: 0 15px;
  }
}

.p-arrow-footer-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.p-arrow-footer-list__item {
  align-items: center;
  background-color: #fff;
  border-bottom: 1px solid #fff;
  border-radius: 5px;
  display: flex;
  justify-content: flex-start;
  margin: 0 5px;
  width: 24%;
}

@media screen and (min-width: 768px) {
  .p-arrow-footer-list__item:nth-child(n+5) {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .p-arrow-footer-list__item:nth-child(n+3) {
    margin-top: 10px;
  }
}

@media screen and (max-width: 1199px) {
  .p-arrow-footer-list__item {
    width: 23%;
  }
}

@media screen and (max-width: 959px) {
  .p-arrow-footer-list__item {
    width: 23%;
  }
}

@media screen and (max-width: 767px) {
  .p-arrow-footer-list__item {
    margin: 0;
    max-width: none;
    width: 47%;
  }
}

@media screen and (max-width: 559px) {
  .p-arrow-footer-list__item {
    margin: 0;
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  .p-arrow-footer-list__item--full {
    margin-top: 30px;
    max-width: none;
    width: 100%;
  }
}

.p-arrow-footer-list__item--salon {
  margin-top: 20px;
  width: 100%;
}

.p-arrow-footer-list__link {
  -moz-align-items: center;
  -moz-justify-content: space-between;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  align-items: center;
  color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  justify-content: space-between;
  letter-spacing: 0.05rem;
  line-height: 1.2;
  padding: 20px;
  text-decoration: none;
  transition: .3s;
  width: 100%;
}

.p-arrow-footer-list__link:hover {
  opacity: .7;
}

.p-arrow-footer-list__link::after {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  content: '';
  display: block;
  height: 8px;
  transform: rotate(-45deg);
  width: 8px;
}

.p-arrow-footer-list__link:hover {
  opacity: .7;
}

@media screen and (max-width: 959px) {
  .p-arrow-footer-list__link {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 22px 15px;
  }
}

@media screen and (max-width: 1199px) {
  .p-arrow-footer-list__link .line-break {
    line-height: 1.4;
  }
}

.p-icon-link-list {
  border-top: 1px solid #e4e4e4;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 20px 0;
}

@media screen and (min-width: 960px) {
  .p-icon-link-list {
    padding: 30px 0;
  }
}

.p-icon-link-list__item {
  width: 50%;
}

.p-icon-link-list__item:nth-child(n+3) {
  margin-top: 20px;
}

.p-icon-link-list__link {
  -moz-align-items: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  transition: .3s;
}

.p-icon-link-list__link:hover {
  opacity: .7;
}

@media screen and (min-width: 960px) {
  .p-icon-link-list__link {
    display: inline-flex;
  }
}

.p-icon-link-list__figure {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-right: .5rem;
  max-width: 20px;
  min-width: 20px;
}

@media screen and (min-width: 960px) {
  .p-icon-link-list__figure {
    max-width: none;
  }
}

.p-icon-link-list__txt {
  color: #666;
  font-size: 11px;
  font-size: 0.6875rem;
}

@media screen and (min-width: 960px) {
  .p-icon-link-list__txt {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.p-product-icon-list {
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: -.5rem -.25rem 0;
}

.p-product-icon-list__item {
  padding: .5rem .25rem 0;
}

.p-information-list ul li {
  border-top: 1px solid #ccc;
}

.p-information-list ul li:last-child {
  border-bottom: 1px solid #ccc;
}

.p-information-list a {
  transition: .3s;
}

.p-information-list a:hover {
  border-bottom: 1px solid #000;
}

.p-question-list {
  padding-top: 1rem;
}

@media screen and (min-width: 960px) {
  .p-question-list {
    padding-top: 1.5rem;
  }
}

.p-question-list__row + .p-question-list__row {
  border-top: 1px solid #ccc;
  margin-top: 1rem;
}

@media screen and (min-width: 960px) {
  .p-question-list__row + .p-question-list__row {
    margin-top: 1.5rem;
  }
}

.p-question-list__question, .p-question-list__answer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-question-list__question::before, .p-question-list__answer::before {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  align-items: center;
  border: 1px solid #2e2e2e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Lato", "Josefin Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  height: 34px;
  justify-content: center;
  line-height: 1;
  margin-right: .5rem;
  min-height: 34px;
  min-width: 34px;
  width: 34px;
}

@media screen and (min-width: 960px) {
  .p-question-list__question::before, .p-question-list__answer::before {
    font-size: 20px;
    font-size: 1.25rem;
    height: 44px;
    margin-right: 1rem;
    min-height: 44px;
    min-width: 44px;
    width: 44px;
  }
}

.p-question-list__question {
  background-color: #555;
  cursor: pointer;
  padding-right: 2.25rem;
  position: relative;
  transition: .3s;
}

@media screen and (min-width: 960px) {
  .p-question-list__question {
    padding-right: 2.75rem;
  }
}

.p-question-list__question::before {
  background-color: #2e2e2e;
  color: #fff;
  content: 'Q';
  height: auto;
}

.p-question-list__question::after {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  content: '';
  height: 8px;
  margin-top: -7px;
  position: absolute;
  right: .8rem;
  top: 50%;
  transform: rotate(-45deg);
  transition: .3s;
  width: 8px;
}

@media screen and (min-width: 960px) {
  .p-question-list__question::after {
    height: 10px;
    margin-top: -8px;
    right: 1rem;
    width: 10px;
  }
}

@media screen and (min-width: 960px) {
  .p-question-list__question:hover {
    opacity: .7;
  }
}

.p-question-list__question.is-open {
  margin-bottom: 1rem;
}

@media screen and (min-width: 960px) {
  .p-question-list__question.is-open {
    margin-bottom: 1.5rem;
  }
}

.p-question-list__question.is-open::after {
  margin-top: -3px;
  transform: rotate(135deg);
}

@media screen and (min-width: 960px) {
  .p-question-list__question.is-open::after {
    margin-top: -2px;
  }
}

.p-question-list__question.is-open + .p-question-list__answer {
  height: auto;
  margin-bottom: 1.5rem;
  opacity: 1;
  visibility: visible;
}

@media screen and (min-width: 960px) {
  .p-question-list__question.is-open + .p-question-list__answer {
    margin-bottom: 2.5rem;
  }
}

.p-question-list__answer {
  height: 0;
  opacity: 0;
  transition: .3s;
  visibility: hidden;
}

.p-question-list__answer::before {
  content: 'A';
}

.p-question-list__in {
  padding: .35rem 0;
  width: 100%;
}

@media screen and (min-width: 960px) {
  .p-question-list__in {
    padding: .6rem 0;
  }
}

.p-question-list__ttl {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
}

@media screen and (min-width: 960px) {
  .p-question-list__ttl {
    font-size: 16px;
    font-size: 1rem;
  }
}

.p-credit-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-credit-list__item {
  max-width: 80px;
}

@media screen and (min-width: 960px) {
  .p-credit-list__item {
    max-width: 100px;
  }
}

.p-credit-list__item + .p-credit-list__item {
  margin-left: 1rem;
}

.p-sitemap-list {
  padding: 0 .8rem;
}

.p-sitemap-list + .p-sitemap-list {
  margin-top: 3rem;
}

.p-sitemap-list__item {
  border-bottom: 1px solid #2e2e2e;
}

.p-sitemap-list__link {
  color: inherit;
  display: block;
  padding: 1rem 3rem 1rem 1rem;
  position: relative;
  text-decoration: none;
  transition: .3s;
}

.p-sitemap-list__link:hover {
  opacity: .7;
}

.p-sitemap-list__link::after {
  border-bottom: 2px solid #2e2e2e;
  border-right: 2px solid #2e2e2e;
  content: '';
  display: block;
  height: 10px;
  margin-top: -6px;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: rotate(-45deg);
  transition: .3s;
  width: 10px;
}

.p-sitemap-list__ttl {
  font-weight: 400;
  margin-bottom: 0;
}

.p-sns-list {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  margin-right: 20px;
}

@media screen and (max-width: 959px) {
  .p-sns-list {
    border-top: 1px solid #eee;
    justify-content: center;
    margin-right: 0;
    margin-top: 30px;
    padding-top: 20px;
    width: 100%;
  }
}

.p-sns-list__item + .p-sns-list__item {
  margin-left: 1rem;
}

@media screen and (min-width: 560px) {
  .p-sns-list__item + .p-sns-list__item {
    margin-left: 1rem;
  }
}

/* =========================================================
modal - sp時モーダルメニュー大枠
========================================================= */
.p-modal {
  background: #f3eae7;
}

@media screen and (min-width: 960px) {
  .p-modal {
    display: none !important;
  }
}

.p-modal__login-name {
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
}

.p-modal__btn-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 15px;
}

.p-modal__arrow-btn {
  background-color: #f3eae7;
  border-radius: 5px;
  margin: 0 5px;
  width: 48%;
}

@media screen and (max-width: 559px) {
  .p-modal__arrow-btn {
    width: 46%;
  }
}

.p-modal__arrow-btn-link {
  -moz-align-items: center;
  -moz-justify-content: space-between;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  align-items: center;
  color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  height: 50px;
  justify-content: space-between;
  letter-spacing: 0.05rem;
  padding: 15px 10px;
  text-decoration: none;
  transition: .3s;
  width: 100%;
}

.p-modal__arrow-btn-link:hover {
  opacity: .7;
}

.p-modal__arrow-btn-link::after {
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  content: '';
  display: block;
  height: 8px;
  transform: rotate(-45deg);
  width: 8px;
}

.p-modal__arrow-btn-link:hover {
  opacity: .7;
}

.p-modal__system-nav {
  background-color: #df9b9b;
  padding: 20px;
}

.p-modal__search {
  background-color: #fff;
  padding: 20px;
  width: 100%;
}

.p-modal__contact {
  margin: 15px auto 30px;
}

.p-modal__contact .p-shopping-guide__bottom {
  align-items: center;
  display: flex;
  justify-content: center;
}

.p-modal__contact .p-shopping-guide__bottom-phone {
  align-items: center;
  background-color: #fff;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  grid-row: span 2 / span 2;
  height: 250px;
  justify-content: center;
  padding: 0 15px;
}

@media screen and (max-width: 767px) {
  .p-modal__contact .p-shopping-guide__bottom-phone {
    grid-row-start: 2;
    margin-top: 15px;
  }
}

.p-modal__contact .p-shopping-guide__bottom-phone .phone-ttl {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
}

@media screen and (max-width: 959px) {
  .p-modal__contact .p-shopping-guide__bottom-phone .phone-ttl {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

@media screen and (max-width: 767px) {
  .p-modal__contact .p-shopping-guide__bottom-phone .phone-ttl {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.p-modal__contact .p-shopping-guide__bottom-phone .phone-number {
  font-size: 48px;
  font-size: 3rem;
  font-weight: 400;
}

@media screen and (max-width: 959px) {
  .p-modal__contact .p-shopping-guide__bottom-phone .phone-number {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

@media screen and (max-width: 767px) {
  .p-modal__contact .p-shopping-guide__bottom-phone .phone-number {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.p-modal__contact .p-shopping-guide__bottom-phone .phone-txt {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
}

@media screen and (max-width: 959px) {
  .p-modal__contact .p-shopping-guide__bottom-phone .phone-txt {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 559px) {
  .p-modal__contact .p-shopping-guide__bottom-phone .phone-txt {
    font-size: 11px;
    font-size: 0.6875rem;
    margin-top: 10px;
  }
}

@media screen and (max-width: 1199px) {
  .p-modal__contact .p-shopping-guide__bottom-phone .phone-txt span {
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    text-align: center;
  }
}

.p-modal__contact .p-shopping-guide__bottom-phone .phone-btn {
  align-items: center;
  background-color: #000;
  border-radius: 25px;
  color: #fff;
  display: flex;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  height: 50px;
  justify-content: center;
  line-height: 1;
  margin-top: 20px;
  max-width: 350px;
  transition: .3s;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-modal__contact .p-shopping-guide__bottom-phone .phone-btn {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.p-modal__contact .p-shopping-guide__bottom-phone .phone-btn span {
  margin-left: 10px;
}

/* =========================================================
page-head - 商品一覧ページのカテゴリー部分
========================================================= */
.p-page-head__breadcrumbs {
  margin-bottom: 1.5rem;
}

.p-page-head__ttl {
  margin-bottom: 2rem;
}

.p-page-head__category {
  margin-bottom: 2.5rem;
}

.p-page-head__sort {
  margin-bottom: 1rem;
}

/* =========================================================
section - セクションの大枠など
========================================================= */
.p-section {
  padding: 3rem 0 4rem;
}

@media screen and (min-width: 768px) {
  .p-section {
    padding: 4rem 0 5rem;
  }
}

@media screen and (min-width: 960px) {
  .p-section {
    padding: 3.5rem 0 4.25rem;
  }
}

.p-section__in + .p-section__in {
  margin-top: 3rem;
}

@media screen and (min-width: 768px) {
  .p-section__in + .p-section__in {
    margin-top: 4rem;
  }
}

@media screen and (min-width: 960px) {
  .p-section__in + .p-section__in {
    margin-top: 4.375rem;
  }
}

.p-section--has-bg-color01 {
  background-color: #f3f3f3;
}

.p-section--has-bg-color02 {
  background-color: #ffefee;
}

.p-section--sm {
  padding-top: 1.5rem;
}

/* =========================================================
sidebar - サイドバー内のコンポーネント
========================================================= */
.p-side-section {
  text-align: left;
}

.p-side-section__ttl {
  margin-bottom: 1rem;
  text-align: center;
}

.p-side-section + .p-side-section {
  margin-top: 3rem;
}

/* =========================================================
slider - スライダー
========================================================= */
.p-hero-slider__ranking {
  align-items: center;
  background-color: #fff;
  border-radius: 20px;
  color: #df9b9b;
  display: flex;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  height: 40px;
  justify-content: center;
  width: 40px;
}

@media screen and (min-width: 960px) {
  .p-hero-slider__ranking {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.p-hero-slider__item--three {
  max-width: 375px;
  width: 100%;
}

.p-hero-slider__item--five {
  max-width: 230px;
  width: 100%;
}

.bx-wrapper {
  background: none;
  border: none;
  box-shadow: none;
  display: block;
  margin-bottom: 6px;
  margin-left: -15px;
  margin-right: -15px;
  max-width: 900px !important;
  padding-bottom: 21px;
  width: calc(100% + 30px);
}

@media screen and (min-width: 960px) {
  .bx-wrapper {
    margin: 40px auto 52px;
    width: 100%;
  }
}

.bx-wrapper .bx-pager {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  align-items: center;
  bottom: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  padding-top: 0;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: none;
  background-color: #e5dbd8;
  border-radius: 0;
  border-radius: 4px;
  height: 8px;
  margin: 0 10px;
  position: relative;
  transition: .3s;
  width: 8px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover {
  opacity: .7;
}

.bx-wrapper .bx-pager.bx-default-pager a::before {
  content: '';
  display: block;
  height: 24px;
  left: 0;
  position: absolute;
  top: -10px;
  width: 24px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #e5dbd8;
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
  background-color: #df9b9b;
}

#M_slider a {
  display: block;
  transition: .3s;
}

#M_slider a:hover {
  opacity: .7;
}

.p-fv-slider__pagination {
  margin-top: 20px;
  text-align: center;
}

.p-fv-slider__pagination .swiper-pagination-bullet {
  background: #ddc7c0;
  margin-right: 20px !important;
  opacity: 1;
}

.p-fv-slider__pagination .swiper-pagination-bullet-active {
  background: #df9b9b;
}

@media screen and (max-width: 959px) {
  .p-fv-slider__pagination .swiper-pagination-bullet {
    margin-right: 10px !important;
  }
}

.p-fv-slider img {
  max-width: 100%;
}

.p-topset-slider__pagination {
  margin-top: 20px;
  text-align: center;
}

.p-topset-slider__pagination .swiper-pagination-bullet {
  background: #ddc7c0;
  margin-right: 20px !important;
  opacity: 1;
}

.p-topset-slider__pagination .swiper-pagination-bullet-active {
  background: #df9b9b;
}

@media screen and (max-width: 959px) {
  .p-topset-slider__pagination .swiper-pagination-bullet {
    margin-right: 10px !important;
  }
}

.p-movie-slider__pagination {
  margin-top: 20px;
  text-align: center;
}

.p-movie-slider__pagination .swiper-pagination-bullet {
  background: #ddc7c0;
  margin-right: 20px !important;
  opacity: 1;
}

.p-movie-slider__pagination .swiper-pagination-bullet-active {
  background: #df9b9b;
}

@media screen and (max-width: 959px) {
  .p-movie-slider__pagination .swiper-pagination-bullet {
    margin-right: 10px !important;
  }
}

.p-brand-slider__arrow {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  align-items: center;
  background-color: #fff;
  background-image: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  justify-content: center;
  outline: none;
  transition: .3s;
  width: 40px;
}

.p-brand-slider__arrow:hover {
  opacity: .7;
}

.p-brand-slider__arrow::before {
  border-bottom: 2px solid #2e2e2e;
  border-right: 2px solid #2e2e2e;
  content: '';
  display: block;
  height: 10px;
  width: 10px;
}

.p-brand-slider__arrow--prev, .p-brand-slider__arrow--next {
  margin-top: 0;
  top: 17%;
}

.p-brand-slider__arrow--prev {
  left: 0;
  padding-left: 6px;
}

.p-brand-slider__arrow--prev::before {
  transform: rotate(135deg);
}

.p-brand-slider__arrow--next {
  padding-right: 6px;
  right: 0;
}

.p-brand-slider__arrow--next::before {
  transform: rotate(-45deg);
}

.p-product-slider {
  margin-bottom: 20px;
}

.p-product-slider__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-product-slider__item::before {
  content: "";
  display: block;
  height: 0;
  padding-top: 100%;
  width: 0;
}

.p-product-slider__link {
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  transition: .3s;
  width: 100%;
}

.p-product-slider__link:hover {
  opacity: .7;
}

.p-product-slider__img {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}

.p-product-slider__arrow {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  background-image: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  justify-content: center;
  outline: none;
  transition: .3s;
  width: 30px;
}

.p-product-slider__arrow:hover {
  opacity: .7;
}

.p-product-slider__arrowlink, .p-product-slider__arrow:visited, .p-product-slider__arrow:hover, .p-product-slider__arrow:active {
  outline: none;
}

.p-product-slider__arrow::before {
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  content: '';
  display: block;
  height: 12px;
  min-height: 12px;
  min-width: 12px;
  transform: rotate(-45deg);
  width: 12px;
}

.p-product-slider__arrow--prev {
  left: 0;
}

.p-product-slider__arrow--prev::before {
  margin-left: 5px;
}

.p-product-slider__arrow--next {
  right: 0;
}

.p-product-slider__arrow--next::before {
  margin-right: 5px;
  transform: rotate(135deg);
}

@media screen and (min-width: 768px) {
  .p-product-thumb-slider {
    overflow: auto;
  }
}

@media screen and (min-width: 768px) {
  .p-product-thumb-slider__list {
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    transform: none !important;
  }
}

@media screen and (min-width: 768px) {
  .p-product-thumb-slider__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: calc(15% / 4);
    max-width: none;
    width: 17% !important;
  }
}

.p-product-thumb-slider__item::before {
  content: "";
  display: block;
  height: 0;
  padding-top: 100%;
  width: 0;
}

@media screen and (min-width: 768px) {
  .p-product-thumb-slider__item:nth-of-type(5n) {
    margin-right: 0;
  }
  .p-product-thumb-slider__item:nth-of-type(n + 6) {
    margin-top: 16px;
  }
}

.p-product-thumb-slider__item-in {
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  transition: .3s;
  width: 100%;
}

.p-product-thumb-slider__item-in:hover {
  opacity: .7;
}

.p-product-thumb-slider__img {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}

@media screen and (min-width: 960px) {
  .p-history-slider li {
    max-width: 208px;
  }
}

.p-support {
  padding: 40px 0 210px;
}

@media screen and (max-width: 767px) {
  .p-support {
    padding: 30px 0 40px;
  }
}

.p-support__list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-support__list {
    gap: 10px;
  }
}

.p-support__list-item {
  max-width: 470px;
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .p-support__list-item {
    width: 48%;
  }
}

@media screen and (max-width: 767px) {
  .p-support__list-item {
    max-width: none;
    width: 100%;
  }
}

.p-support__bottom {
  margin-top: 30px;
}

.p-support__bottom-phone {
  align-items: center;
  border: 1px solid #7d7d7d;
  display: flex;
  flex-direction: column;
  grid-row: span 2 / span 2;
  justify-content: center;
  padding: 60px 15px;
}

@media screen and (max-width: 767px) {
  .p-support__bottom-phone {
    grid-row-start: 2;
    margin-top: 20px;
    padding: 30px 15px;
  }
}

.p-support__bottom-phone .phone-ttl {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
}

@media screen and (max-width: 959px) {
  .p-support__bottom-phone .phone-ttl {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

@media screen and (max-width: 767px) {
  .p-support__bottom-phone .phone-ttl {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.p-support__bottom-phone .phone-number {
  font-size: 48px;
  font-size: 3rem;
  font-weight: 400;
}

@media screen and (max-width: 959px) {
  .p-support__bottom-phone .phone-number {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

@media screen and (max-width: 767px) {
  .p-support__bottom-phone .phone-number {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.p-support__bottom-phone .phone-txt {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 959px) {
  .p-support__bottom-phone .phone-txt {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 559px) {
  .p-support__bottom-phone .phone-txt {
    font-size: 12px;
    font-size: 0.75rem;
    margin-top: 10px;
  }
}

.p-support__bottom-phone .phone-txt span {
  display: block;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .p-support__bottom-phone .phone-txt span {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 5px;
  }
}

.p-support__bottom-phone .phone-btn {
  align-items: center;
  background-color: #000;
  border-radius: 25px;
  color: #fff;
  display: flex;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  height: 50px;
  justify-content: center;
  line-height: 1;
  margin-top: 20px;
  max-width: 350px;
  transition: .3s;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-support__bottom-phone .phone-btn {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.p-support__bottom-phone .phone-btn span {
  margin-left: 10px;
}

/* =========================================================
tab-panel - タブのパネル部分
========================================================= */
.p-tab-panel {
  overflow: hidden;
}

.p-tab-panel__item {
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.p-tab-panel__item.is-show {
  height: auto;
  opacity: 1;
  transition: .3s;
  visibility: visible;
}

/* =========================================================
table - 表などのオブジェクト
========================================================= */
.p-basic-table {
  border: 1px solid #ccc;
}

.p-basic-table__row {
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .p-basic-table__row {
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
}

.p-basic-table__row + .p-basic-table__row {
  border-top: 1px solid #ccc;
}

.p-basic-table__head, .p-basic-table__body {
  padding: .75rem 1rem;
}

@media screen and (min-width: 768px) {
  .p-basic-table__head, .p-basic-table__body {
    padding: .75rem 1.5rem;
  }
}

.p-basic-table__head {
  background-color: #f3f3f3;
  border-bottom: 1px solid #ccc;
}

@media screen and (min-width: 768px) {
  .p-basic-table__head {
    border-bottom: 0;
    border-right: 1px solid #ccc;
    min-width: 25%;
    width: 25%;
  }
}

@media screen and (min-width: 768px) {
  .p-basic-table__body {
    padding-bottom: .85rem;
    padding-top: .85rem;
  }
}

.p-product-spec-table {
  display: inline-block;
}

.p-product-spec-table__row {
  -moz-align-items: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-product-spec-table__head {
  margin-right: 1rem;
  width: 90px;
}

@media screen and (min-width: 768px) {
  .p-product-spec-table__head {
    width: 100px;
  }
}

.p-product-spec-table__body {
  -moz-align-items: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  align-items: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-product-spec-table__body .c-review-star {
  display: inline-block;
}

.p-product-spec-table__body .c-review-star .reviewRate {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.p-product-spec-table__body .c-review-star .reviewRate .reviewRateStar {
  height: 1rem;
  width: 1rem;
}

@media screen and (min-width: 768px) {
  .p-product-spec-table__body .c-review-star .reviewRate .reviewRateStar {
    height: 1.5rem;
    width: 1.5rem;
  }
}

.p-product-spec-table__body .p-review-card__average {
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
  .p-product-spec-table__body .p-review-card__average {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.p-product-spec-table__body .p-review-card__average-txt {
  font-size: 12px;
  font-size: 0.75rem;
  margin-left: 5px;
}

@media screen and (min-width: 768px) {
  .p-product-spec-table__body .p-review-card__average-txt {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.p-product-spec-table__bulk-link {
  background-color: #f3eae7;
  display: inline-block;
  font-weight: 700;
  padding: 15px 20px;
  transition: .3s;
  width: 100%;
}

.p-product-spec-table__txt {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .p-product-spec-table__txt {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.p-product-spec-table__txt .small {
  display: inline-block;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 500;
  margin-left: 10px;
}

@media screen and (min-width: 768px) {
  .p-product-spec-table__txt .small {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.p-product-spec-table__regular {
  color: #d31d1d;
  font-weight: 700;
}

.p-product-spec-table__price {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .p-product-spec-table__price {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

.p-product-spec-table__price-small {
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
  .p-product-spec-table__price-small {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.p-product-spec-table__discount, .p-product-spec-table__point {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .p-product-spec-table__discount, .p-product-spec-table__point {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.p-product-spec-table__discount {
  color: #d31d1d;
  margin-left: .5rem;
  margin-right: .5rem;
}

.p-product-spec-table__point {
  margin-right: 2px;
}

#GOODS .STred {
  color: #c00;
  font-weight: bold;
}

#GOODS ul {
  margin: 1rem 0;
}

#GOODS ul li {
  line-height: 2;
}

#GOODS hr {
  background-color: #ccc;
  border: none;
  height: 1px;
  margin: 1.5rem 0;
}

#GOODS table {
  text-align: left;
  width: 100%;
}

#GOODS table tr th,
#GOODS table tr td {
  line-height: 2;
}

@media screen and (max-width: 767px) {
  #GOODS table tr th,
  #GOODS table tr td {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

#GOODS table tr th {
  text-align: left;
}

#GOODS table tr td {
  display: block;
  padding: 0.75rem 0.25rem 1rem;
  width: 100%;
}

@media screen and (min-width: 960px) {
  #GOODS table tr td {
    padding: 1.25rem 2rem;
  }
}

#GOODS table tr td:last-child {
  border-bottom: 0;
}

#GOODS table tr td.ST {
  background-color: #f3eae7;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  padding: 20px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  #GOODS table tr td.ST {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 10px;
  }
}

#GOODS table.Naka {
  border: none;
  border-spacing: 2px;
}

#GOODS table.Naka tr {
  border-bottom: 0;
}

#GOODS table.Naka th,
#GOODS table.Naka td {
  line-height: 2;
  padding: 10px 5px;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  #GOODS table.Naka th,
  #GOODS table.Naka td {
    font-size: 10px;
    font-size: 0.625rem;
  }
}

#GOODS table.Naka td {
  background: #fafafa;
  border: 2px solid #fff;
  display: table-cell;
  width: auto;
}

.red {
  color: #c90909;
}

.bold {
  font-weight: bold;
}

.big {
  font-size: 1.3em;
}

.bd-t {
  border-top: solid #ccc 1px;
}

.bd-b {
  border-bottom: solid #ccc 1px;
}

.p-rank-table {
  border: 1px solid #333;
  width: 100%;
}

.p-rank-table__head {
  background-color: #f3f3f3;
  border-bottom: 1px solid #333;
}

.p-rank-table__row + .p-rank-table__row {
  border-top: 1px solid #333;
}

.p-rank-table__header, .p-rank-table__data {
  text-align: center;
  vertical-align: middle;
}

.p-rank-table__header:first-of-type, .p-rank-table__data:first-of-type {
  width: 30%;
}

@media screen and (min-width: 560px) {
  .p-rank-table__header:first-of-type, .p-rank-table__data:first-of-type {
    width: 34%;
  }
}

.p-rank-table__header:nth-of-type(2), .p-rank-table__data:nth-of-type(2) {
  width: 34%;
}

.p-rank-table__header:nth-of-type(3), .p-rank-table__data:nth-of-type(3) {
  width: 20%;
}

@media screen and (min-width: 560px) {
  .p-rank-table__header:nth-of-type(3), .p-rank-table__data:nth-of-type(3) {
    width: 16%;
  }
}

.p-rank-table__header:last-of-type, .p-rank-table__data:last-of-type {
  width: 16%;
}

.p-rank-table__header + .p-rank-table__header, .p-rank-table__data + .p-rank-table__header, .p-rank-table__header + .p-rank-table__data, .p-rank-table__data + .p-rank-table__data {
  border-left: 1px solid #333;
}

.p-rank-table__header {
  padding: .5rem .25rem;
}

@media screen and (min-width: 960px) {
  .p-rank-table__header {
    padding: .6rem .5rem;
  }
}

.p-rank-table__data {
  padding: .5rem;
}

@media screen and (min-width: 960px) {
  .p-rank-table__data {
    padding: .8rem .5rem;
  }
}

.p-rank-table__card {
  display: inline-block;
  margin-bottom: .5rem;
}

.p-rank-table__vertical-txt {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  display: inline-block;
  writing-mode: vertical-rl;
}

@media screen and (min-width: 960px) {
  .p-rank-table__vertical-txt {
    font-size: 16px;
    font-size: 1rem;
  }
}

/* =========================================================
display - ブレイクポイントごとに表示切替
========================================================= */
.u-none {
  display: none !important;
}

.u-inline {
  display: inline !important;
}

.u-inline-block {
  display: inline-block !important;
}

.u-block {
  display: block !important;
}

.u-table {
  display: table !important;
}

.u-table-row {
  display: table-row !important;
}

.u-table-cell {
  display: table-cell !important;
}

.u-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.u-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media screen and (min-width: 560px) {
  .u-sm-none {
    display: none !important;
  }
  .u-sm-inline {
    display: inline !important;
  }
  .u-sm-inline-block {
    display: inline-block !important;
  }
  .u-sm-block {
    display: block !important;
  }
  .u-sm-table {
    display: table !important;
  }
  .u-sm-table-row {
    display: table-row !important;
  }
  .u-sm-table-cell {
    display: table-cell !important;
  }
  .u-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .u-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mu-none {
    display: none !important;
  }
  .u-mu-inline {
    display: inline !important;
  }
  .u-mu-inline-block {
    display: inline-block !important;
  }
  .u-mu-block {
    display: block !important;
  }
  .u-mu-table {
    display: table !important;
  }
  .u-mu-table-row {
    display: table-row !important;
  }
  .u-mu-table-cell {
    display: table-cell !important;
  }
  .u-mu-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .u-mu-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media screen and (min-width: 960px) {
  .u-lg-none {
    display: none !important;
  }
  .u-lg-inline {
    display: inline !important;
  }
  .u-lg-inline-block {
    display: inline-block !important;
  }
  .u-lg-block {
    display: block !important;
  }
  .u-lg-table {
    display: table !important;
  }
  .u-lg-table-row {
    display: table-row !important;
  }
  .u-lg-table-cell {
    display: table-cell !important;
  }
  .u-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .u-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1200px) {
  .u-xl-none {
    display: none !important;
  }
  .u-xl-inline {
    display: inline !important;
  }
  .u-xl-inline-block {
    display: inline-block !important;
  }
  .u-xl-block {
    display: block !important;
  }
  .u-xl-table {
    display: table !important;
  }
  .u-xl-table-row {
    display: table-row !important;
  }
  .u-xl-table-cell {
    display: table-cell !important;
  }
  .u-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .u-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .u-print-none {
    display: none !important;
  }
  .u-print-inline {
    display: inline !important;
  }
  .u-print-inline-block {
    display: inline-block !important;
  }
  .u-print-block {
    display: block !important;
  }
  .u-print-table {
    display: table !important;
  }
  .u-print-table-row {
    display: table-row !important;
  }
  .u-print-table-cell {
    display: table-cell !important;
  }
  .u-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .u-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

/* =========================================================
flex - flexを使った位置調整など
========================================================= */
.u-flex-center {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.u-flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.u-flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.u-flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.u-flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.u-flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.u-flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.u-flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.u-flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.u-flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.u-flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.u-flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.u-flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.u-justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.u-justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.u-justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.u-justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.u-justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.u-align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.u-align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.u-align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.u-align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.u-align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.u-align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.u-align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.u-align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.u-align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.u-align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.u-align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.u-align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.u-align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.u-align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.u-align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.u-align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.u-align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media screen and (min-width: 560px) {
  .u-flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .u-flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .u-flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .u-flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .u-flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .u-flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .u-flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .u-flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .u-flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .u-flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .u-flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .u-flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .u-justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .u-justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .u-justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .u-justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .u-justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .u-align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .u-align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .u-align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .u-align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .u-align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .u-align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .u-align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .u-align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .u-align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .u-align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .u-align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .u-align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .u-align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .u-align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .u-align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .u-align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .u-align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .u-flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .u-flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .u-flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .u-flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .u-flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .u-flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .u-flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .u-flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .u-flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .u-flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .u-flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .u-flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .u-justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .u-justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .u-justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .u-justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .u-justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .u-align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .u-align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .u-align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .u-align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .u-align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .u-align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .u-align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .u-align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .u-align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .u-align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .u-align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .u-align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .u-align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .u-align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .u-align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .u-align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .u-align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media screen and (min-width: 960px) {
  .u-flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .u-flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .u-flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .u-flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .u-flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .u-flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .u-flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .u-flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .u-flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .u-flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .u-flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .u-flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .u-justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .u-justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .u-justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .u-justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .u-justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .u-align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .u-align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .u-align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .u-align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .u-align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .u-align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .u-align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .u-align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .u-align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .u-align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .u-align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .u-align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .u-align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .u-align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .u-align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .u-align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .u-align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media screen and (min-width: 1200px) {
  .u-flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .u-flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .u-flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .u-flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .u-flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .u-flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .u-flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .u-flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .u-flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .u-flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .u-flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .u-flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .u-justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .u-justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .u-justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .u-justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .u-justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .u-align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .u-align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .u-align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .u-align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .u-align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .u-align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .u-align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .u-align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .u-align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .u-align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .u-align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .u-align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .u-align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .u-align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .u-align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .u-align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .u-align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

/* =========================================================
margin - 余白の調整
========================================================= */
.u-m-0 {
  margin: 0rem !important;
}

.u-mt-0,
.u-my-0 {
  margin-top: 0rem !important;
}

.u-mr-0,
.u-mx-0 {
  margin-right: 0rem !important;
}

.u-mb-0,
.u-my-0 {
  margin-bottom: 0rem !important;
}

.u-ml-0,
.u-mx-0 {
  margin-left: 0rem !important;
}

.u-m-1 {
  margin: 0.5rem !important;
}

.u-mt-1,
.u-my-1 {
  margin-top: 0.5rem !important;
}

.u-mr-1,
.u-mx-1 {
  margin-right: 0.5rem !important;
}

.u-mb-1,
.u-my-1 {
  margin-bottom: 0.5rem !important;
}

.u-ml-1,
.u-mx-1 {
  margin-left: 0.5rem !important;
}

.u-m-2 {
  margin: 1rem !important;
}

.u-mt-2,
.u-my-2 {
  margin-top: 1rem !important;
}

.u-mr-2,
.u-mx-2 {
  margin-right: 1rem !important;
}

.u-mb-2,
.u-my-2 {
  margin-bottom: 1rem !important;
}

.u-ml-2,
.u-mx-2 {
  margin-left: 1rem !important;
}

.u-m-3 {
  margin: 1.5rem !important;
}

.u-mt-3,
.u-my-3 {
  margin-top: 1.5rem !important;
}

.u-mr-3,
.u-mx-3 {
  margin-right: 1.5rem !important;
}

.u-mb-3,
.u-my-3 {
  margin-bottom: 1.5rem !important;
}

.u-ml-3,
.u-mx-3 {
  margin-left: 1.5rem !important;
}

.u-m-4 {
  margin: 2rem !important;
}

.u-mt-4,
.u-my-4 {
  margin-top: 2rem !important;
}

.u-mr-4,
.u-mx-4 {
  margin-right: 2rem !important;
}

.u-mb-4,
.u-my-4 {
  margin-bottom: 2rem !important;
}

.u-ml-4,
.u-mx-4 {
  margin-left: 2rem !important;
}

.u-m-5 {
  margin: 2.5rem !important;
}

.u-mt-5,
.u-my-5 {
  margin-top: 2.5rem !important;
}

.u-mr-5,
.u-mx-5 {
  margin-right: 2.5rem !important;
}

.u-mb-5,
.u-my-5 {
  margin-bottom: 2.5rem !important;
}

.u-ml-5,
.u-mx-5 {
  margin-left: 2.5rem !important;
}

.u-m-6 {
  margin: 3rem !important;
}

.u-mt-6,
.u-my-6 {
  margin-top: 3rem !important;
}

.u-mr-6,
.u-mx-6 {
  margin-right: 3rem !important;
}

.u-mb-6,
.u-my-6 {
  margin-bottom: 3rem !important;
}

.u-ml-6,
.u-mx-6 {
  margin-left: 3rem !important;
}

.u-m-7 {
  margin: 3.5rem !important;
}

.u-mt-7,
.u-my-7 {
  margin-top: 3.5rem !important;
}

.u-mr-7,
.u-mx-7 {
  margin-right: 3.5rem !important;
}

.u-mb-7,
.u-my-7 {
  margin-bottom: 3.5rem !important;
}

.u-ml-7,
.u-mx-7 {
  margin-left: 3.5rem !important;
}

.u-m-8 {
  margin: 4rem !important;
}

.u-mt-8,
.u-my-8 {
  margin-top: 4rem !important;
}

.u-mr-8,
.u-mx-8 {
  margin-right: 4rem !important;
}

.u-mb-8,
.u-my-8 {
  margin-bottom: 4rem !important;
}

.u-ml-8,
.u-mx-8 {
  margin-left: 4rem !important;
}

.u-m-9 {
  margin: 4.5rem !important;
}

.u-mt-9,
.u-my-9 {
  margin-top: 4.5rem !important;
}

.u-mr-9,
.u-mx-9 {
  margin-right: 4.5rem !important;
}

.u-mb-9,
.u-my-9 {
  margin-bottom: 4.5rem !important;
}

.u-ml-9,
.u-mx-9 {
  margin-left: 4.5rem !important;
}

.u-m-10 {
  margin: 5rem !important;
}

.u-mt-10,
.u-my-10 {
  margin-top: 5rem !important;
}

.u-mr-10,
.u-mx-10 {
  margin-right: 5rem !important;
}

.u-mb-10,
.u-my-10 {
  margin-bottom: 5rem !important;
}

.u-ml-10,
.u-mx-10 {
  margin-left: 5rem !important;
}

.u-p-0 {
  padding: 0rem !important;
}

.u-pt-0,
.u-py-0 {
  padding-top: 0rem !important;
}

.u-pr-0,
.u-px-0 {
  padding-right: 0rem !important;
}

.u-pb-0,
.u-py-0 {
  padding-bottom: 0rem !important;
}

.u-pl-0,
.u-px-0 {
  padding-left: 0rem !important;
}

.u-p-1 {
  padding: 0.5rem !important;
}

.u-pt-1,
.u-py-1 {
  padding-top: 0.5rem !important;
}

.u-pr-1,
.u-px-1 {
  padding-right: 0.5rem !important;
}

.u-pb-1,
.u-py-1 {
  padding-bottom: 0.5rem !important;
}

.u-pl-1,
.u-px-1 {
  padding-left: 0.5rem !important;
}

.u-p-2 {
  padding: 1rem !important;
}

.u-pt-2,
.u-py-2 {
  padding-top: 1rem !important;
}

.u-pr-2,
.u-px-2 {
  padding-right: 1rem !important;
}

.u-pb-2,
.u-py-2 {
  padding-bottom: 1rem !important;
}

.u-pl-2,
.u-px-2 {
  padding-left: 1rem !important;
}

.u-p-3 {
  padding: 1.5rem !important;
}

.u-pt-3,
.u-py-3 {
  padding-top: 1.5rem !important;
}

.u-pr-3,
.u-px-3 {
  padding-right: 1.5rem !important;
}

.u-pb-3,
.u-py-3 {
  padding-bottom: 1.5rem !important;
}

.u-pl-3,
.u-px-3 {
  padding-left: 1.5rem !important;
}

.u-p-4 {
  padding: 2rem !important;
}

.u-pt-4,
.u-py-4 {
  padding-top: 2rem !important;
}

.u-pr-4,
.u-px-4 {
  padding-right: 2rem !important;
}

.u-pb-4,
.u-py-4 {
  padding-bottom: 2rem !important;
}

.u-pl-4,
.u-px-4 {
  padding-left: 2rem !important;
}

.u-p-5 {
  padding: 2.5rem !important;
}

.u-pt-5,
.u-py-5 {
  padding-top: 2.5rem !important;
}

.u-pr-5,
.u-px-5 {
  padding-right: 2.5rem !important;
}

.u-pb-5,
.u-py-5 {
  padding-bottom: 2.5rem !important;
}

.u-pl-5,
.u-px-5 {
  padding-left: 2.5rem !important;
}

.u-p-6 {
  padding: 3rem !important;
}

.u-pt-6,
.u-py-6 {
  padding-top: 3rem !important;
}

.u-pr-6,
.u-px-6 {
  padding-right: 3rem !important;
}

.u-pb-6,
.u-py-6 {
  padding-bottom: 3rem !important;
}

.u-pl-6,
.u-px-6 {
  padding-left: 3rem !important;
}

.u-p-7 {
  padding: 3.5rem !important;
}

.u-pt-7,
.u-py-7 {
  padding-top: 3.5rem !important;
}

.u-pr-7,
.u-px-7 {
  padding-right: 3.5rem !important;
}

.u-pb-7,
.u-py-7 {
  padding-bottom: 3.5rem !important;
}

.u-pl-7,
.u-px-7 {
  padding-left: 3.5rem !important;
}

.u-p-8 {
  padding: 4rem !important;
}

.u-pt-8,
.u-py-8 {
  padding-top: 4rem !important;
}

.u-pr-8,
.u-px-8 {
  padding-right: 4rem !important;
}

.u-pb-8,
.u-py-8 {
  padding-bottom: 4rem !important;
}

.u-pl-8,
.u-px-8 {
  padding-left: 4rem !important;
}

.u-p-9 {
  padding: 4.5rem !important;
}

.u-pt-9,
.u-py-9 {
  padding-top: 4.5rem !important;
}

.u-pr-9,
.u-px-9 {
  padding-right: 4.5rem !important;
}

.u-pb-9,
.u-py-9 {
  padding-bottom: 4.5rem !important;
}

.u-pl-9,
.u-px-9 {
  padding-left: 4.5rem !important;
}

.u-p-10 {
  padding: 5rem !important;
}

.u-pt-10,
.u-py-10 {
  padding-top: 5rem !important;
}

.u-pr-10,
.u-px-10 {
  padding-right: 5rem !important;
}

.u-pb-10,
.u-py-10 {
  padding-bottom: 5rem !important;
}

.u-pl-10,
.u-px-10 {
  padding-left: 5rem !important;
}

.u-m-auto {
  margin: auto !important;
}

.u-mt-auto,
.u-my-auto {
  margin-top: auto !important;
}

.u-mr-auto,
.u-mx-auto {
  margin-right: auto !important;
}

.u-mb-auto,
.u-my-auto {
  margin-bottom: auto !important;
}

.u-ml-auto,
.u-mx-auto {
  margin-left: auto !important;
}

@media screen and (min-width: 560px) {
  .u-m-sm-0 {
    margin: 0rem !important;
  }
  .u-mt-sm-0,
  .u-my-sm-0 {
    margin-top: 0rem !important;
  }
  .u-mr-sm-0,
  .u-mx-sm-0 {
    margin-right: 0rem !important;
  }
  .u-mb-sm-0,
  .u-my-sm-0 {
    margin-bottom: 0rem !important;
  }
  .u-ml-sm-0,
  .u-mx-sm-0 {
    margin-left: 0rem !important;
  }
  .u-m-sm-1 {
    margin: 0.5rem !important;
  }
  .u-mt-sm-1,
  .u-my-sm-1 {
    margin-top: 0.5rem !important;
  }
  .u-mr-sm-1,
  .u-mx-sm-1 {
    margin-right: 0.5rem !important;
  }
  .u-mb-sm-1,
  .u-my-sm-1 {
    margin-bottom: 0.5rem !important;
  }
  .u-ml-sm-1,
  .u-mx-sm-1 {
    margin-left: 0.5rem !important;
  }
  .u-m-sm-2 {
    margin: 1rem !important;
  }
  .u-mt-sm-2,
  .u-my-sm-2 {
    margin-top: 1rem !important;
  }
  .u-mr-sm-2,
  .u-mx-sm-2 {
    margin-right: 1rem !important;
  }
  .u-mb-sm-2,
  .u-my-sm-2 {
    margin-bottom: 1rem !important;
  }
  .u-ml-sm-2,
  .u-mx-sm-2 {
    margin-left: 1rem !important;
  }
  .u-m-sm-3 {
    margin: 1.5rem !important;
  }
  .u-mt-sm-3,
  .u-my-sm-3 {
    margin-top: 1.5rem !important;
  }
  .u-mr-sm-3,
  .u-mx-sm-3 {
    margin-right: 1.5rem !important;
  }
  .u-mb-sm-3,
  .u-my-sm-3 {
    margin-bottom: 1.5rem !important;
  }
  .u-ml-sm-3,
  .u-mx-sm-3 {
    margin-left: 1.5rem !important;
  }
  .u-m-sm-4 {
    margin: 2rem !important;
  }
  .u-mt-sm-4,
  .u-my-sm-4 {
    margin-top: 2rem !important;
  }
  .u-mr-sm-4,
  .u-mx-sm-4 {
    margin-right: 2rem !important;
  }
  .u-mb-sm-4,
  .u-my-sm-4 {
    margin-bottom: 2rem !important;
  }
  .u-ml-sm-4,
  .u-mx-sm-4 {
    margin-left: 2rem !important;
  }
  .u-m-sm-5 {
    margin: 2.5rem !important;
  }
  .u-mt-sm-5,
  .u-my-sm-5 {
    margin-top: 2.5rem !important;
  }
  .u-mr-sm-5,
  .u-mx-sm-5 {
    margin-right: 2.5rem !important;
  }
  .u-mb-sm-5,
  .u-my-sm-5 {
    margin-bottom: 2.5rem !important;
  }
  .u-ml-sm-5,
  .u-mx-sm-5 {
    margin-left: 2.5rem !important;
  }
  .u-m-sm-6 {
    margin: 3rem !important;
  }
  .u-mt-sm-6,
  .u-my-sm-6 {
    margin-top: 3rem !important;
  }
  .u-mr-sm-6,
  .u-mx-sm-6 {
    margin-right: 3rem !important;
  }
  .u-mb-sm-6,
  .u-my-sm-6 {
    margin-bottom: 3rem !important;
  }
  .u-ml-sm-6,
  .u-mx-sm-6 {
    margin-left: 3rem !important;
  }
  .u-m-sm-7 {
    margin: 3.5rem !important;
  }
  .u-mt-sm-7,
  .u-my-sm-7 {
    margin-top: 3.5rem !important;
  }
  .u-mr-sm-7,
  .u-mx-sm-7 {
    margin-right: 3.5rem !important;
  }
  .u-mb-sm-7,
  .u-my-sm-7 {
    margin-bottom: 3.5rem !important;
  }
  .u-ml-sm-7,
  .u-mx-sm-7 {
    margin-left: 3.5rem !important;
  }
  .u-m-sm-8 {
    margin: 4rem !important;
  }
  .u-mt-sm-8,
  .u-my-sm-8 {
    margin-top: 4rem !important;
  }
  .u-mr-sm-8,
  .u-mx-sm-8 {
    margin-right: 4rem !important;
  }
  .u-mb-sm-8,
  .u-my-sm-8 {
    margin-bottom: 4rem !important;
  }
  .u-ml-sm-8,
  .u-mx-sm-8 {
    margin-left: 4rem !important;
  }
  .u-m-sm-9 {
    margin: 4.5rem !important;
  }
  .u-mt-sm-9,
  .u-my-sm-9 {
    margin-top: 4.5rem !important;
  }
  .u-mr-sm-9,
  .u-mx-sm-9 {
    margin-right: 4.5rem !important;
  }
  .u-mb-sm-9,
  .u-my-sm-9 {
    margin-bottom: 4.5rem !important;
  }
  .u-ml-sm-9,
  .u-mx-sm-9 {
    margin-left: 4.5rem !important;
  }
  .u-m-sm-10 {
    margin: 5rem !important;
  }
  .u-mt-sm-10,
  .u-my-sm-10 {
    margin-top: 5rem !important;
  }
  .u-mr-sm-10,
  .u-mx-sm-10 {
    margin-right: 5rem !important;
  }
  .u-mb-sm-10,
  .u-my-sm-10 {
    margin-bottom: 5rem !important;
  }
  .u-ml-sm-10,
  .u-mx-sm-10 {
    margin-left: 5rem !important;
  }
  .u-p-sm-0 {
    padding: 0rem !important;
  }
  .u-pt-sm-0,
  .u-py-sm-0 {
    padding-top: 0rem !important;
  }
  .u-pr-sm-0,
  .u-px-sm-0 {
    padding-right: 0rem !important;
  }
  .u-pb-sm-0,
  .u-py-sm-0 {
    padding-bottom: 0rem !important;
  }
  .u-pl-sm-0,
  .u-px-sm-0 {
    padding-left: 0rem !important;
  }
  .u-p-sm-1 {
    padding: 0.5rem !important;
  }
  .u-pt-sm-1,
  .u-py-sm-1 {
    padding-top: 0.5rem !important;
  }
  .u-pr-sm-1,
  .u-px-sm-1 {
    padding-right: 0.5rem !important;
  }
  .u-pb-sm-1,
  .u-py-sm-1 {
    padding-bottom: 0.5rem !important;
  }
  .u-pl-sm-1,
  .u-px-sm-1 {
    padding-left: 0.5rem !important;
  }
  .u-p-sm-2 {
    padding: 1rem !important;
  }
  .u-pt-sm-2,
  .u-py-sm-2 {
    padding-top: 1rem !important;
  }
  .u-pr-sm-2,
  .u-px-sm-2 {
    padding-right: 1rem !important;
  }
  .u-pb-sm-2,
  .u-py-sm-2 {
    padding-bottom: 1rem !important;
  }
  .u-pl-sm-2,
  .u-px-sm-2 {
    padding-left: 1rem !important;
  }
  .u-p-sm-3 {
    padding: 1.5rem !important;
  }
  .u-pt-sm-3,
  .u-py-sm-3 {
    padding-top: 1.5rem !important;
  }
  .u-pr-sm-3,
  .u-px-sm-3 {
    padding-right: 1.5rem !important;
  }
  .u-pb-sm-3,
  .u-py-sm-3 {
    padding-bottom: 1.5rem !important;
  }
  .u-pl-sm-3,
  .u-px-sm-3 {
    padding-left: 1.5rem !important;
  }
  .u-p-sm-4 {
    padding: 2rem !important;
  }
  .u-pt-sm-4,
  .u-py-sm-4 {
    padding-top: 2rem !important;
  }
  .u-pr-sm-4,
  .u-px-sm-4 {
    padding-right: 2rem !important;
  }
  .u-pb-sm-4,
  .u-py-sm-4 {
    padding-bottom: 2rem !important;
  }
  .u-pl-sm-4,
  .u-px-sm-4 {
    padding-left: 2rem !important;
  }
  .u-p-sm-5 {
    padding: 2.5rem !important;
  }
  .u-pt-sm-5,
  .u-py-sm-5 {
    padding-top: 2.5rem !important;
  }
  .u-pr-sm-5,
  .u-px-sm-5 {
    padding-right: 2.5rem !important;
  }
  .u-pb-sm-5,
  .u-py-sm-5 {
    padding-bottom: 2.5rem !important;
  }
  .u-pl-sm-5,
  .u-px-sm-5 {
    padding-left: 2.5rem !important;
  }
  .u-p-sm-6 {
    padding: 3rem !important;
  }
  .u-pt-sm-6,
  .u-py-sm-6 {
    padding-top: 3rem !important;
  }
  .u-pr-sm-6,
  .u-px-sm-6 {
    padding-right: 3rem !important;
  }
  .u-pb-sm-6,
  .u-py-sm-6 {
    padding-bottom: 3rem !important;
  }
  .u-pl-sm-6,
  .u-px-sm-6 {
    padding-left: 3rem !important;
  }
  .u-p-sm-7 {
    padding: 3.5rem !important;
  }
  .u-pt-sm-7,
  .u-py-sm-7 {
    padding-top: 3.5rem !important;
  }
  .u-pr-sm-7,
  .u-px-sm-7 {
    padding-right: 3.5rem !important;
  }
  .u-pb-sm-7,
  .u-py-sm-7 {
    padding-bottom: 3.5rem !important;
  }
  .u-pl-sm-7,
  .u-px-sm-7 {
    padding-left: 3.5rem !important;
  }
  .u-p-sm-8 {
    padding: 4rem !important;
  }
  .u-pt-sm-8,
  .u-py-sm-8 {
    padding-top: 4rem !important;
  }
  .u-pr-sm-8,
  .u-px-sm-8 {
    padding-right: 4rem !important;
  }
  .u-pb-sm-8,
  .u-py-sm-8 {
    padding-bottom: 4rem !important;
  }
  .u-pl-sm-8,
  .u-px-sm-8 {
    padding-left: 4rem !important;
  }
  .u-p-sm-9 {
    padding: 4.5rem !important;
  }
  .u-pt-sm-9,
  .u-py-sm-9 {
    padding-top: 4.5rem !important;
  }
  .u-pr-sm-9,
  .u-px-sm-9 {
    padding-right: 4.5rem !important;
  }
  .u-pb-sm-9,
  .u-py-sm-9 {
    padding-bottom: 4.5rem !important;
  }
  .u-pl-sm-9,
  .u-px-sm-9 {
    padding-left: 4.5rem !important;
  }
  .u-p-sm-10 {
    padding: 5rem !important;
  }
  .u-pt-sm-10,
  .u-py-sm-10 {
    padding-top: 5rem !important;
  }
  .u-pr-sm-10,
  .u-px-sm-10 {
    padding-right: 5rem !important;
  }
  .u-pb-sm-10,
  .u-py-sm-10 {
    padding-bottom: 5rem !important;
  }
  .u-pl-sm-10,
  .u-px-sm-10 {
    padding-left: 5rem !important;
  }
  .u-m-sm-auto {
    margin: auto !important;
  }
  .u-mt-sm-auto,
  .u-my-sm-auto {
    margin-top: auto !important;
  }
  .u-mr-sm-auto,
  .u-mx-sm-auto {
    margin-right: auto !important;
  }
  .u-mb-sm-auto,
  .u-my-sm-auto {
    margin-bottom: auto !important;
  }
  .u-ml-sm-auto,
  .u-mx-sm-auto {
    margin-left: auto !important;
  }
}

@media screen and (min-width: 768px) {
  .u-m-md-0 {
    margin: 0rem !important;
  }
  .u-mt-md-0,
  .u-my-md-0 {
    margin-top: 0rem !important;
  }
  .u-mr-md-0,
  .u-mx-md-0 {
    margin-right: 0rem !important;
  }
  .u-mb-md-0,
  .u-my-md-0 {
    margin-bottom: 0rem !important;
  }
  .u-ml-md-0,
  .u-mx-md-0 {
    margin-left: 0rem !important;
  }
  .u-m-md-1 {
    margin: 0.5rem !important;
  }
  .u-mt-md-1,
  .u-my-md-1 {
    margin-top: 0.5rem !important;
  }
  .u-mr-md-1,
  .u-mx-md-1 {
    margin-right: 0.5rem !important;
  }
  .u-mb-md-1,
  .u-my-md-1 {
    margin-bottom: 0.5rem !important;
  }
  .u-ml-md-1,
  .u-mx-md-1 {
    margin-left: 0.5rem !important;
  }
  .u-m-md-2 {
    margin: 1rem !important;
  }
  .u-mt-md-2,
  .u-my-md-2 {
    margin-top: 1rem !important;
  }
  .u-mr-md-2,
  .u-mx-md-2 {
    margin-right: 1rem !important;
  }
  .u-mb-md-2,
  .u-my-md-2 {
    margin-bottom: 1rem !important;
  }
  .u-ml-md-2,
  .u-mx-md-2 {
    margin-left: 1rem !important;
  }
  .u-m-md-3 {
    margin: 1.5rem !important;
  }
  .u-mt-md-3,
  .u-my-md-3 {
    margin-top: 1.5rem !important;
  }
  .u-mr-md-3,
  .u-mx-md-3 {
    margin-right: 1.5rem !important;
  }
  .u-mb-md-3,
  .u-my-md-3 {
    margin-bottom: 1.5rem !important;
  }
  .u-ml-md-3,
  .u-mx-md-3 {
    margin-left: 1.5rem !important;
  }
  .u-m-md-4 {
    margin: 2rem !important;
  }
  .u-mt-md-4,
  .u-my-md-4 {
    margin-top: 2rem !important;
  }
  .u-mr-md-4,
  .u-mx-md-4 {
    margin-right: 2rem !important;
  }
  .u-mb-md-4,
  .u-my-md-4 {
    margin-bottom: 2rem !important;
  }
  .u-ml-md-4,
  .u-mx-md-4 {
    margin-left: 2rem !important;
  }
  .u-m-md-5 {
    margin: 2.5rem !important;
  }
  .u-mt-md-5,
  .u-my-md-5 {
    margin-top: 2.5rem !important;
  }
  .u-mr-md-5,
  .u-mx-md-5 {
    margin-right: 2.5rem !important;
  }
  .u-mb-md-5,
  .u-my-md-5 {
    margin-bottom: 2.5rem !important;
  }
  .u-ml-md-5,
  .u-mx-md-5 {
    margin-left: 2.5rem !important;
  }
  .u-m-md-6 {
    margin: 3rem !important;
  }
  .u-mt-md-6,
  .u-my-md-6 {
    margin-top: 3rem !important;
  }
  .u-mr-md-6,
  .u-mx-md-6 {
    margin-right: 3rem !important;
  }
  .u-mb-md-6,
  .u-my-md-6 {
    margin-bottom: 3rem !important;
  }
  .u-ml-md-6,
  .u-mx-md-6 {
    margin-left: 3rem !important;
  }
  .u-m-md-7 {
    margin: 3.5rem !important;
  }
  .u-mt-md-7,
  .u-my-md-7 {
    margin-top: 3.5rem !important;
  }
  .u-mr-md-7,
  .u-mx-md-7 {
    margin-right: 3.5rem !important;
  }
  .u-mb-md-7,
  .u-my-md-7 {
    margin-bottom: 3.5rem !important;
  }
  .u-ml-md-7,
  .u-mx-md-7 {
    margin-left: 3.5rem !important;
  }
  .u-m-md-8 {
    margin: 4rem !important;
  }
  .u-mt-md-8,
  .u-my-md-8 {
    margin-top: 4rem !important;
  }
  .u-mr-md-8,
  .u-mx-md-8 {
    margin-right: 4rem !important;
  }
  .u-mb-md-8,
  .u-my-md-8 {
    margin-bottom: 4rem !important;
  }
  .u-ml-md-8,
  .u-mx-md-8 {
    margin-left: 4rem !important;
  }
  .u-m-md-9 {
    margin: 4.5rem !important;
  }
  .u-mt-md-9,
  .u-my-md-9 {
    margin-top: 4.5rem !important;
  }
  .u-mr-md-9,
  .u-mx-md-9 {
    margin-right: 4.5rem !important;
  }
  .u-mb-md-9,
  .u-my-md-9 {
    margin-bottom: 4.5rem !important;
  }
  .u-ml-md-9,
  .u-mx-md-9 {
    margin-left: 4.5rem !important;
  }
  .u-m-md-10 {
    margin: 5rem !important;
  }
  .u-mt-md-10,
  .u-my-md-10 {
    margin-top: 5rem !important;
  }
  .u-mr-md-10,
  .u-mx-md-10 {
    margin-right: 5rem !important;
  }
  .u-mb-md-10,
  .u-my-md-10 {
    margin-bottom: 5rem !important;
  }
  .u-ml-md-10,
  .u-mx-md-10 {
    margin-left: 5rem !important;
  }
  .u-p-md-0 {
    padding: 0rem !important;
  }
  .u-pt-md-0,
  .u-py-md-0 {
    padding-top: 0rem !important;
  }
  .u-pr-md-0,
  .u-px-md-0 {
    padding-right: 0rem !important;
  }
  .u-pb-md-0,
  .u-py-md-0 {
    padding-bottom: 0rem !important;
  }
  .u-pl-md-0,
  .u-px-md-0 {
    padding-left: 0rem !important;
  }
  .u-p-md-1 {
    padding: 0.5rem !important;
  }
  .u-pt-md-1,
  .u-py-md-1 {
    padding-top: 0.5rem !important;
  }
  .u-pr-md-1,
  .u-px-md-1 {
    padding-right: 0.5rem !important;
  }
  .u-pb-md-1,
  .u-py-md-1 {
    padding-bottom: 0.5rem !important;
  }
  .u-pl-md-1,
  .u-px-md-1 {
    padding-left: 0.5rem !important;
  }
  .u-p-md-2 {
    padding: 1rem !important;
  }
  .u-pt-md-2,
  .u-py-md-2 {
    padding-top: 1rem !important;
  }
  .u-pr-md-2,
  .u-px-md-2 {
    padding-right: 1rem !important;
  }
  .u-pb-md-2,
  .u-py-md-2 {
    padding-bottom: 1rem !important;
  }
  .u-pl-md-2,
  .u-px-md-2 {
    padding-left: 1rem !important;
  }
  .u-p-md-3 {
    padding: 1.5rem !important;
  }
  .u-pt-md-3,
  .u-py-md-3 {
    padding-top: 1.5rem !important;
  }
  .u-pr-md-3,
  .u-px-md-3 {
    padding-right: 1.5rem !important;
  }
  .u-pb-md-3,
  .u-py-md-3 {
    padding-bottom: 1.5rem !important;
  }
  .u-pl-md-3,
  .u-px-md-3 {
    padding-left: 1.5rem !important;
  }
  .u-p-md-4 {
    padding: 2rem !important;
  }
  .u-pt-md-4,
  .u-py-md-4 {
    padding-top: 2rem !important;
  }
  .u-pr-md-4,
  .u-px-md-4 {
    padding-right: 2rem !important;
  }
  .u-pb-md-4,
  .u-py-md-4 {
    padding-bottom: 2rem !important;
  }
  .u-pl-md-4,
  .u-px-md-4 {
    padding-left: 2rem !important;
  }
  .u-p-md-5 {
    padding: 2.5rem !important;
  }
  .u-pt-md-5,
  .u-py-md-5 {
    padding-top: 2.5rem !important;
  }
  .u-pr-md-5,
  .u-px-md-5 {
    padding-right: 2.5rem !important;
  }
  .u-pb-md-5,
  .u-py-md-5 {
    padding-bottom: 2.5rem !important;
  }
  .u-pl-md-5,
  .u-px-md-5 {
    padding-left: 2.5rem !important;
  }
  .u-p-md-6 {
    padding: 3rem !important;
  }
  .u-pt-md-6,
  .u-py-md-6 {
    padding-top: 3rem !important;
  }
  .u-pr-md-6,
  .u-px-md-6 {
    padding-right: 3rem !important;
  }
  .u-pb-md-6,
  .u-py-md-6 {
    padding-bottom: 3rem !important;
  }
  .u-pl-md-6,
  .u-px-md-6 {
    padding-left: 3rem !important;
  }
  .u-p-md-7 {
    padding: 3.5rem !important;
  }
  .u-pt-md-7,
  .u-py-md-7 {
    padding-top: 3.5rem !important;
  }
  .u-pr-md-7,
  .u-px-md-7 {
    padding-right: 3.5rem !important;
  }
  .u-pb-md-7,
  .u-py-md-7 {
    padding-bottom: 3.5rem !important;
  }
  .u-pl-md-7,
  .u-px-md-7 {
    padding-left: 3.5rem !important;
  }
  .u-p-md-8 {
    padding: 4rem !important;
  }
  .u-pt-md-8,
  .u-py-md-8 {
    padding-top: 4rem !important;
  }
  .u-pr-md-8,
  .u-px-md-8 {
    padding-right: 4rem !important;
  }
  .u-pb-md-8,
  .u-py-md-8 {
    padding-bottom: 4rem !important;
  }
  .u-pl-md-8,
  .u-px-md-8 {
    padding-left: 4rem !important;
  }
  .u-p-md-9 {
    padding: 4.5rem !important;
  }
  .u-pt-md-9,
  .u-py-md-9 {
    padding-top: 4.5rem !important;
  }
  .u-pr-md-9,
  .u-px-md-9 {
    padding-right: 4.5rem !important;
  }
  .u-pb-md-9,
  .u-py-md-9 {
    padding-bottom: 4.5rem !important;
  }
  .u-pl-md-9,
  .u-px-md-9 {
    padding-left: 4.5rem !important;
  }
  .u-p-md-10 {
    padding: 5rem !important;
  }
  .u-pt-md-10,
  .u-py-md-10 {
    padding-top: 5rem !important;
  }
  .u-pr-md-10,
  .u-px-md-10 {
    padding-right: 5rem !important;
  }
  .u-pb-md-10,
  .u-py-md-10 {
    padding-bottom: 5rem !important;
  }
  .u-pl-md-10,
  .u-px-md-10 {
    padding-left: 5rem !important;
  }
  .u-m-md-auto {
    margin: auto !important;
  }
  .u-mt-md-auto,
  .u-my-md-auto {
    margin-top: auto !important;
  }
  .u-mr-md-auto,
  .u-mx-md-auto {
    margin-right: auto !important;
  }
  .u-mb-md-auto,
  .u-my-md-auto {
    margin-bottom: auto !important;
  }
  .u-ml-md-auto,
  .u-mx-md-auto {
    margin-left: auto !important;
  }
}

@media screen and (min-width: 960px) {
  .u-m-lg-0 {
    margin: 0rem !important;
  }
  .u-mt-lg-0,
  .u-my-lg-0 {
    margin-top: 0rem !important;
  }
  .u-mr-lg-0,
  .u-mx-lg-0 {
    margin-right: 0rem !important;
  }
  .u-mb-lg-0,
  .u-my-lg-0 {
    margin-bottom: 0rem !important;
  }
  .u-ml-lg-0,
  .u-mx-lg-0 {
    margin-left: 0rem !important;
  }
  .u-m-lg-1 {
    margin: 0.5rem !important;
  }
  .u-mt-lg-1,
  .u-my-lg-1 {
    margin-top: 0.5rem !important;
  }
  .u-mr-lg-1,
  .u-mx-lg-1 {
    margin-right: 0.5rem !important;
  }
  .u-mb-lg-1,
  .u-my-lg-1 {
    margin-bottom: 0.5rem !important;
  }
  .u-ml-lg-1,
  .u-mx-lg-1 {
    margin-left: 0.5rem !important;
  }
  .u-m-lg-2 {
    margin: 1rem !important;
  }
  .u-mt-lg-2,
  .u-my-lg-2 {
    margin-top: 1rem !important;
  }
  .u-mr-lg-2,
  .u-mx-lg-2 {
    margin-right: 1rem !important;
  }
  .u-mb-lg-2,
  .u-my-lg-2 {
    margin-bottom: 1rem !important;
  }
  .u-ml-lg-2,
  .u-mx-lg-2 {
    margin-left: 1rem !important;
  }
  .u-m-lg-3 {
    margin: 1.5rem !important;
  }
  .u-mt-lg-3,
  .u-my-lg-3 {
    margin-top: 1.5rem !important;
  }
  .u-mr-lg-3,
  .u-mx-lg-3 {
    margin-right: 1.5rem !important;
  }
  .u-mb-lg-3,
  .u-my-lg-3 {
    margin-bottom: 1.5rem !important;
  }
  .u-ml-lg-3,
  .u-mx-lg-3 {
    margin-left: 1.5rem !important;
  }
  .u-m-lg-4 {
    margin: 2rem !important;
  }
  .u-mt-lg-4,
  .u-my-lg-4 {
    margin-top: 2rem !important;
  }
  .u-mr-lg-4,
  .u-mx-lg-4 {
    margin-right: 2rem !important;
  }
  .u-mb-lg-4,
  .u-my-lg-4 {
    margin-bottom: 2rem !important;
  }
  .u-ml-lg-4,
  .u-mx-lg-4 {
    margin-left: 2rem !important;
  }
  .u-m-lg-5 {
    margin: 2.5rem !important;
  }
  .u-mt-lg-5,
  .u-my-lg-5 {
    margin-top: 2.5rem !important;
  }
  .u-mr-lg-5,
  .u-mx-lg-5 {
    margin-right: 2.5rem !important;
  }
  .u-mb-lg-5,
  .u-my-lg-5 {
    margin-bottom: 2.5rem !important;
  }
  .u-ml-lg-5,
  .u-mx-lg-5 {
    margin-left: 2.5rem !important;
  }
  .u-m-lg-6 {
    margin: 3rem !important;
  }
  .u-mt-lg-6,
  .u-my-lg-6 {
    margin-top: 3rem !important;
  }
  .u-mr-lg-6,
  .u-mx-lg-6 {
    margin-right: 3rem !important;
  }
  .u-mb-lg-6,
  .u-my-lg-6 {
    margin-bottom: 3rem !important;
  }
  .u-ml-lg-6,
  .u-mx-lg-6 {
    margin-left: 3rem !important;
  }
  .u-m-lg-7 {
    margin: 3.5rem !important;
  }
  .u-mt-lg-7,
  .u-my-lg-7 {
    margin-top: 3.5rem !important;
  }
  .u-mr-lg-7,
  .u-mx-lg-7 {
    margin-right: 3.5rem !important;
  }
  .u-mb-lg-7,
  .u-my-lg-7 {
    margin-bottom: 3.5rem !important;
  }
  .u-ml-lg-7,
  .u-mx-lg-7 {
    margin-left: 3.5rem !important;
  }
  .u-m-lg-8 {
    margin: 4rem !important;
  }
  .u-mt-lg-8,
  .u-my-lg-8 {
    margin-top: 4rem !important;
  }
  .u-mr-lg-8,
  .u-mx-lg-8 {
    margin-right: 4rem !important;
  }
  .u-mb-lg-8,
  .u-my-lg-8 {
    margin-bottom: 4rem !important;
  }
  .u-ml-lg-8,
  .u-mx-lg-8 {
    margin-left: 4rem !important;
  }
  .u-m-lg-9 {
    margin: 4.5rem !important;
  }
  .u-mt-lg-9,
  .u-my-lg-9 {
    margin-top: 4.5rem !important;
  }
  .u-mr-lg-9,
  .u-mx-lg-9 {
    margin-right: 4.5rem !important;
  }
  .u-mb-lg-9,
  .u-my-lg-9 {
    margin-bottom: 4.5rem !important;
  }
  .u-ml-lg-9,
  .u-mx-lg-9 {
    margin-left: 4.5rem !important;
  }
  .u-m-lg-10 {
    margin: 5rem !important;
  }
  .u-mt-lg-10,
  .u-my-lg-10 {
    margin-top: 5rem !important;
  }
  .u-mr-lg-10,
  .u-mx-lg-10 {
    margin-right: 5rem !important;
  }
  .u-mb-lg-10,
  .u-my-lg-10 {
    margin-bottom: 5rem !important;
  }
  .u-ml-lg-10,
  .u-mx-lg-10 {
    margin-left: 5rem !important;
  }
  .u-p-lg-0 {
    padding: 0rem !important;
  }
  .u-pt-lg-0,
  .u-py-lg-0 {
    padding-top: 0rem !important;
  }
  .u-pr-lg-0,
  .u-px-lg-0 {
    padding-right: 0rem !important;
  }
  .u-pb-lg-0,
  .u-py-lg-0 {
    padding-bottom: 0rem !important;
  }
  .u-pl-lg-0,
  .u-px-lg-0 {
    padding-left: 0rem !important;
  }
  .u-p-lg-1 {
    padding: 0.5rem !important;
  }
  .u-pt-lg-1,
  .u-py-lg-1 {
    padding-top: 0.5rem !important;
  }
  .u-pr-lg-1,
  .u-px-lg-1 {
    padding-right: 0.5rem !important;
  }
  .u-pb-lg-1,
  .u-py-lg-1 {
    padding-bottom: 0.5rem !important;
  }
  .u-pl-lg-1,
  .u-px-lg-1 {
    padding-left: 0.5rem !important;
  }
  .u-p-lg-2 {
    padding: 1rem !important;
  }
  .u-pt-lg-2,
  .u-py-lg-2 {
    padding-top: 1rem !important;
  }
  .u-pr-lg-2,
  .u-px-lg-2 {
    padding-right: 1rem !important;
  }
  .u-pb-lg-2,
  .u-py-lg-2 {
    padding-bottom: 1rem !important;
  }
  .u-pl-lg-2,
  .u-px-lg-2 {
    padding-left: 1rem !important;
  }
  .u-p-lg-3 {
    padding: 1.5rem !important;
  }
  .u-pt-lg-3,
  .u-py-lg-3 {
    padding-top: 1.5rem !important;
  }
  .u-pr-lg-3,
  .u-px-lg-3 {
    padding-right: 1.5rem !important;
  }
  .u-pb-lg-3,
  .u-py-lg-3 {
    padding-bottom: 1.5rem !important;
  }
  .u-pl-lg-3,
  .u-px-lg-3 {
    padding-left: 1.5rem !important;
  }
  .u-p-lg-4 {
    padding: 2rem !important;
  }
  .u-pt-lg-4,
  .u-py-lg-4 {
    padding-top: 2rem !important;
  }
  .u-pr-lg-4,
  .u-px-lg-4 {
    padding-right: 2rem !important;
  }
  .u-pb-lg-4,
  .u-py-lg-4 {
    padding-bottom: 2rem !important;
  }
  .u-pl-lg-4,
  .u-px-lg-4 {
    padding-left: 2rem !important;
  }
  .u-p-lg-5 {
    padding: 2.5rem !important;
  }
  .u-pt-lg-5,
  .u-py-lg-5 {
    padding-top: 2.5rem !important;
  }
  .u-pr-lg-5,
  .u-px-lg-5 {
    padding-right: 2.5rem !important;
  }
  .u-pb-lg-5,
  .u-py-lg-5 {
    padding-bottom: 2.5rem !important;
  }
  .u-pl-lg-5,
  .u-px-lg-5 {
    padding-left: 2.5rem !important;
  }
  .u-p-lg-6 {
    padding: 3rem !important;
  }
  .u-pt-lg-6,
  .u-py-lg-6 {
    padding-top: 3rem !important;
  }
  .u-pr-lg-6,
  .u-px-lg-6 {
    padding-right: 3rem !important;
  }
  .u-pb-lg-6,
  .u-py-lg-6 {
    padding-bottom: 3rem !important;
  }
  .u-pl-lg-6,
  .u-px-lg-6 {
    padding-left: 3rem !important;
  }
  .u-p-lg-7 {
    padding: 3.5rem !important;
  }
  .u-pt-lg-7,
  .u-py-lg-7 {
    padding-top: 3.5rem !important;
  }
  .u-pr-lg-7,
  .u-px-lg-7 {
    padding-right: 3.5rem !important;
  }
  .u-pb-lg-7,
  .u-py-lg-7 {
    padding-bottom: 3.5rem !important;
  }
  .u-pl-lg-7,
  .u-px-lg-7 {
    padding-left: 3.5rem !important;
  }
  .u-p-lg-8 {
    padding: 4rem !important;
  }
  .u-pt-lg-8,
  .u-py-lg-8 {
    padding-top: 4rem !important;
  }
  .u-pr-lg-8,
  .u-px-lg-8 {
    padding-right: 4rem !important;
  }
  .u-pb-lg-8,
  .u-py-lg-8 {
    padding-bottom: 4rem !important;
  }
  .u-pl-lg-8,
  .u-px-lg-8 {
    padding-left: 4rem !important;
  }
  .u-p-lg-9 {
    padding: 4.5rem !important;
  }
  .u-pt-lg-9,
  .u-py-lg-9 {
    padding-top: 4.5rem !important;
  }
  .u-pr-lg-9,
  .u-px-lg-9 {
    padding-right: 4.5rem !important;
  }
  .u-pb-lg-9,
  .u-py-lg-9 {
    padding-bottom: 4.5rem !important;
  }
  .u-pl-lg-9,
  .u-px-lg-9 {
    padding-left: 4.5rem !important;
  }
  .u-p-lg-10 {
    padding: 5rem !important;
  }
  .u-pt-lg-10,
  .u-py-lg-10 {
    padding-top: 5rem !important;
  }
  .u-pr-lg-10,
  .u-px-lg-10 {
    padding-right: 5rem !important;
  }
  .u-pb-lg-10,
  .u-py-lg-10 {
    padding-bottom: 5rem !important;
  }
  .u-pl-lg-10,
  .u-px-lg-10 {
    padding-left: 5rem !important;
  }
  .u-m-lg-auto {
    margin: auto !important;
  }
  .u-mt-lg-auto,
  .u-my-lg-auto {
    margin-top: auto !important;
  }
  .u-mr-lg-auto,
  .u-mx-lg-auto {
    margin-right: auto !important;
  }
  .u-mb-lg-auto,
  .u-my-lg-auto {
    margin-bottom: auto !important;
  }
  .u-ml-lg-auto,
  .u-mx-lg-auto {
    margin-left: auto !important;
  }
}

@media screen and (min-width: 1200px) {
  .u-m-xl-0 {
    margin: 0rem !important;
  }
  .u-mt-xl-0,
  .u-my-xl-0 {
    margin-top: 0rem !important;
  }
  .u-mr-xl-0,
  .u-mx-xl-0 {
    margin-right: 0rem !important;
  }
  .u-mb-xl-0,
  .u-my-xl-0 {
    margin-bottom: 0rem !important;
  }
  .u-ml-xl-0,
  .u-mx-xl-0 {
    margin-left: 0rem !important;
  }
  .u-m-xl-1 {
    margin: 0.5rem !important;
  }
  .u-mt-xl-1,
  .u-my-xl-1 {
    margin-top: 0.5rem !important;
  }
  .u-mr-xl-1,
  .u-mx-xl-1 {
    margin-right: 0.5rem !important;
  }
  .u-mb-xl-1,
  .u-my-xl-1 {
    margin-bottom: 0.5rem !important;
  }
  .u-ml-xl-1,
  .u-mx-xl-1 {
    margin-left: 0.5rem !important;
  }
  .u-m-xl-2 {
    margin: 1rem !important;
  }
  .u-mt-xl-2,
  .u-my-xl-2 {
    margin-top: 1rem !important;
  }
  .u-mr-xl-2,
  .u-mx-xl-2 {
    margin-right: 1rem !important;
  }
  .u-mb-xl-2,
  .u-my-xl-2 {
    margin-bottom: 1rem !important;
  }
  .u-ml-xl-2,
  .u-mx-xl-2 {
    margin-left: 1rem !important;
  }
  .u-m-xl-3 {
    margin: 1.5rem !important;
  }
  .u-mt-xl-3,
  .u-my-xl-3 {
    margin-top: 1.5rem !important;
  }
  .u-mr-xl-3,
  .u-mx-xl-3 {
    margin-right: 1.5rem !important;
  }
  .u-mb-xl-3,
  .u-my-xl-3 {
    margin-bottom: 1.5rem !important;
  }
  .u-ml-xl-3,
  .u-mx-xl-3 {
    margin-left: 1.5rem !important;
  }
  .u-m-xl-4 {
    margin: 2rem !important;
  }
  .u-mt-xl-4,
  .u-my-xl-4 {
    margin-top: 2rem !important;
  }
  .u-mr-xl-4,
  .u-mx-xl-4 {
    margin-right: 2rem !important;
  }
  .u-mb-xl-4,
  .u-my-xl-4 {
    margin-bottom: 2rem !important;
  }
  .u-ml-xl-4,
  .u-mx-xl-4 {
    margin-left: 2rem !important;
  }
  .u-m-xl-5 {
    margin: 2.5rem !important;
  }
  .u-mt-xl-5,
  .u-my-xl-5 {
    margin-top: 2.5rem !important;
  }
  .u-mr-xl-5,
  .u-mx-xl-5 {
    margin-right: 2.5rem !important;
  }
  .u-mb-xl-5,
  .u-my-xl-5 {
    margin-bottom: 2.5rem !important;
  }
  .u-ml-xl-5,
  .u-mx-xl-5 {
    margin-left: 2.5rem !important;
  }
  .u-m-xl-6 {
    margin: 3rem !important;
  }
  .u-mt-xl-6,
  .u-my-xl-6 {
    margin-top: 3rem !important;
  }
  .u-mr-xl-6,
  .u-mx-xl-6 {
    margin-right: 3rem !important;
  }
  .u-mb-xl-6,
  .u-my-xl-6 {
    margin-bottom: 3rem !important;
  }
  .u-ml-xl-6,
  .u-mx-xl-6 {
    margin-left: 3rem !important;
  }
  .u-m-xl-7 {
    margin: 3.5rem !important;
  }
  .u-mt-xl-7,
  .u-my-xl-7 {
    margin-top: 3.5rem !important;
  }
  .u-mr-xl-7,
  .u-mx-xl-7 {
    margin-right: 3.5rem !important;
  }
  .u-mb-xl-7,
  .u-my-xl-7 {
    margin-bottom: 3.5rem !important;
  }
  .u-ml-xl-7,
  .u-mx-xl-7 {
    margin-left: 3.5rem !important;
  }
  .u-m-xl-8 {
    margin: 4rem !important;
  }
  .u-mt-xl-8,
  .u-my-xl-8 {
    margin-top: 4rem !important;
  }
  .u-mr-xl-8,
  .u-mx-xl-8 {
    margin-right: 4rem !important;
  }
  .u-mb-xl-8,
  .u-my-xl-8 {
    margin-bottom: 4rem !important;
  }
  .u-ml-xl-8,
  .u-mx-xl-8 {
    margin-left: 4rem !important;
  }
  .u-m-xl-9 {
    margin: 4.5rem !important;
  }
  .u-mt-xl-9,
  .u-my-xl-9 {
    margin-top: 4.5rem !important;
  }
  .u-mr-xl-9,
  .u-mx-xl-9 {
    margin-right: 4.5rem !important;
  }
  .u-mb-xl-9,
  .u-my-xl-9 {
    margin-bottom: 4.5rem !important;
  }
  .u-ml-xl-9,
  .u-mx-xl-9 {
    margin-left: 4.5rem !important;
  }
  .u-m-xl-10 {
    margin: 5rem !important;
  }
  .u-mt-xl-10,
  .u-my-xl-10 {
    margin-top: 5rem !important;
  }
  .u-mr-xl-10,
  .u-mx-xl-10 {
    margin-right: 5rem !important;
  }
  .u-mb-xl-10,
  .u-my-xl-10 {
    margin-bottom: 5rem !important;
  }
  .u-ml-xl-10,
  .u-mx-xl-10 {
    margin-left: 5rem !important;
  }
  .u-p-xl-0 {
    padding: 0rem !important;
  }
  .u-pt-xl-0,
  .u-py-xl-0 {
    padding-top: 0rem !important;
  }
  .u-pr-xl-0,
  .u-px-xl-0 {
    padding-right: 0rem !important;
  }
  .u-pb-xl-0,
  .u-py-xl-0 {
    padding-bottom: 0rem !important;
  }
  .u-pl-xl-0,
  .u-px-xl-0 {
    padding-left: 0rem !important;
  }
  .u-p-xl-1 {
    padding: 0.5rem !important;
  }
  .u-pt-xl-1,
  .u-py-xl-1 {
    padding-top: 0.5rem !important;
  }
  .u-pr-xl-1,
  .u-px-xl-1 {
    padding-right: 0.5rem !important;
  }
  .u-pb-xl-1,
  .u-py-xl-1 {
    padding-bottom: 0.5rem !important;
  }
  .u-pl-xl-1,
  .u-px-xl-1 {
    padding-left: 0.5rem !important;
  }
  .u-p-xl-2 {
    padding: 1rem !important;
  }
  .u-pt-xl-2,
  .u-py-xl-2 {
    padding-top: 1rem !important;
  }
  .u-pr-xl-2,
  .u-px-xl-2 {
    padding-right: 1rem !important;
  }
  .u-pb-xl-2,
  .u-py-xl-2 {
    padding-bottom: 1rem !important;
  }
  .u-pl-xl-2,
  .u-px-xl-2 {
    padding-left: 1rem !important;
  }
  .u-p-xl-3 {
    padding: 1.5rem !important;
  }
  .u-pt-xl-3,
  .u-py-xl-3 {
    padding-top: 1.5rem !important;
  }
  .u-pr-xl-3,
  .u-px-xl-3 {
    padding-right: 1.5rem !important;
  }
  .u-pb-xl-3,
  .u-py-xl-3 {
    padding-bottom: 1.5rem !important;
  }
  .u-pl-xl-3,
  .u-px-xl-3 {
    padding-left: 1.5rem !important;
  }
  .u-p-xl-4 {
    padding: 2rem !important;
  }
  .u-pt-xl-4,
  .u-py-xl-4 {
    padding-top: 2rem !important;
  }
  .u-pr-xl-4,
  .u-px-xl-4 {
    padding-right: 2rem !important;
  }
  .u-pb-xl-4,
  .u-py-xl-4 {
    padding-bottom: 2rem !important;
  }
  .u-pl-xl-4,
  .u-px-xl-4 {
    padding-left: 2rem !important;
  }
  .u-p-xl-5 {
    padding: 2.5rem !important;
  }
  .u-pt-xl-5,
  .u-py-xl-5 {
    padding-top: 2.5rem !important;
  }
  .u-pr-xl-5,
  .u-px-xl-5 {
    padding-right: 2.5rem !important;
  }
  .u-pb-xl-5,
  .u-py-xl-5 {
    padding-bottom: 2.5rem !important;
  }
  .u-pl-xl-5,
  .u-px-xl-5 {
    padding-left: 2.5rem !important;
  }
  .u-p-xl-6 {
    padding: 3rem !important;
  }
  .u-pt-xl-6,
  .u-py-xl-6 {
    padding-top: 3rem !important;
  }
  .u-pr-xl-6,
  .u-px-xl-6 {
    padding-right: 3rem !important;
  }
  .u-pb-xl-6,
  .u-py-xl-6 {
    padding-bottom: 3rem !important;
  }
  .u-pl-xl-6,
  .u-px-xl-6 {
    padding-left: 3rem !important;
  }
  .u-p-xl-7 {
    padding: 3.5rem !important;
  }
  .u-pt-xl-7,
  .u-py-xl-7 {
    padding-top: 3.5rem !important;
  }
  .u-pr-xl-7,
  .u-px-xl-7 {
    padding-right: 3.5rem !important;
  }
  .u-pb-xl-7,
  .u-py-xl-7 {
    padding-bottom: 3.5rem !important;
  }
  .u-pl-xl-7,
  .u-px-xl-7 {
    padding-left: 3.5rem !important;
  }
  .u-p-xl-8 {
    padding: 4rem !important;
  }
  .u-pt-xl-8,
  .u-py-xl-8 {
    padding-top: 4rem !important;
  }
  .u-pr-xl-8,
  .u-px-xl-8 {
    padding-right: 4rem !important;
  }
  .u-pb-xl-8,
  .u-py-xl-8 {
    padding-bottom: 4rem !important;
  }
  .u-pl-xl-8,
  .u-px-xl-8 {
    padding-left: 4rem !important;
  }
  .u-p-xl-9 {
    padding: 4.5rem !important;
  }
  .u-pt-xl-9,
  .u-py-xl-9 {
    padding-top: 4.5rem !important;
  }
  .u-pr-xl-9,
  .u-px-xl-9 {
    padding-right: 4.5rem !important;
  }
  .u-pb-xl-9,
  .u-py-xl-9 {
    padding-bottom: 4.5rem !important;
  }
  .u-pl-xl-9,
  .u-px-xl-9 {
    padding-left: 4.5rem !important;
  }
  .u-p-xl-10 {
    padding: 5rem !important;
  }
  .u-pt-xl-10,
  .u-py-xl-10 {
    padding-top: 5rem !important;
  }
  .u-pr-xl-10,
  .u-px-xl-10 {
    padding-right: 5rem !important;
  }
  .u-pb-xl-10,
  .u-py-xl-10 {
    padding-bottom: 5rem !important;
  }
  .u-pl-xl-10,
  .u-px-xl-10 {
    padding-left: 5rem !important;
  }
  .u-m-xl-auto {
    margin: auto !important;
  }
  .u-mt-xl-auto,
  .u-my-xl-auto {
    margin-top: auto !important;
  }
  .u-mr-xl-auto,
  .u-mx-xl-auto {
    margin-right: auto !important;
  }
  .u-mb-xl-auto,
  .u-my-xl-auto {
    margin-bottom: auto !important;
  }
  .u-ml-xl-auto,
  .u-mx-xl-auto {
    margin-left: auto !important;
  }
}

/* =========================================================
typography - 文字の装飾など
========================================================= */
.u-fc-main {
  color: #2e2e2e !important;
}

.u-fc-black {
  color: #333 !important;
}

.u-fc-white {
  color: #ffffff !important;
}

.u-fc-red {
  color: #da1f26 !important;
}

.u-fc-pale-red {
  color: #ffeeee !important;
}

.u-fc-pale-blue {
  color: #d8eef2 !important;
}

.u-fc-gray {
  color: #666 !important;
}

.u-fw-l {
  font-weight: lighter !important;
}

.u-fw-n {
  font-weight: normal !important;
}

.u-fw-b {
  font-weight: 700 !important;
}

.u-ta-l {
  text-align: left !important;
}

@media screen and (min-width: 960px) {
  .u-ta-l--lg {
    text-align: left !important;
  }
}

.u-ta-c {
  text-align: center !important;
}

@media screen and (min-width: 960px) {
  .u-ta-c--lg {
    text-align: center !important;
  }
}

.u-ta-r {
  text-align: right !important;
}

@media screen and (min-width: 960px) {
  .u-ta-r--lg {
    text-align: right !important;
  }
}

.u-ls-01 {
  letter-spacing: 0.1rem;
}

.u-lh-1 {
  line-height: 1;
}

.u-lh-1-2 {
  line-height: 1.2;
}

.u-lh-1-4 {
  line-height: 1.4;
}

.u-lh-1-6 {
  line-height: 1.6;
}

.u-lh-2 {
  line-height: 2;
}

.u-ff-en {
  font-family: "Montserrat", "Josefin Sans", sans-serif;
}

.u-bg-darkpink {
  background-color: #df9b9b;
}

.u-bg-lightpink {
  background-color: #f3eae7;
}

.u-bg-beige {
  background-color: #f9f6f5;
}

.u-bg-half-lightpink--reverse {
  background: linear-gradient(180deg, #fff 0%, #fff 50%, #f3eae7 50%, #f3eae7 100%);
}

.u-bg-half-darkpink {
  background: linear-gradient(180deg, #df9b9b 0%, #df9b9b 50%, #fff 50%, #fff 100%);
}

.u-bg-half-darkpink-lightpink {
  background: linear-gradient(180deg, #df9b9b 0%, #df9b9b 50%, #f3eae7 50%, #f3eae7 100%);
}

.u-header-nav-border {
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
}

@media screen and (max-width: 959px) {
  .u-header-nav-border {
    padding-bottom: 0;
  }
}

.u-border-top {
  border-top: 1px solid #eee;
}

.u-border-bottom {
  border-bottom: 1px solid #eee;
}
