@charset "UTF-8";
@font-face {
  font-family: "Noto Serif Japanese";
  src: url("../fonts/NotoSerifJP/NotoSerifJP-Regular.woff2") format("woff2"), url("../fonts/NotoSerifJP/NotoSerifJP-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif Japanese";
  src: url("../fonts/NotoSerifJP/NotoSerifJP-Medium.woff2") format("woff2"), url("../fonts/NotoSerifJP/NotoSerifJP-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif Japanese";
  src: url("../fonts/NotoSerifJP/NotoSerifJP-SemiBold.woff2") format("woff2"), url("../fonts/NotoSerifJP/NotoSerifJP-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/*-------------------------------------------------------------------

	Utility

-------------------------------------------------------------------*/
.u-sp-item {
  display: block !important;
}
.u-sp-item-inline {
  display: inline !important;
}
.u-sp-item-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.u-pc-item, .u-pc-item-inline, .u-pc-item-flex {
  display: none !important;
}

.u-marker {
  background: #FFFF73;
  font-style: normal;
}

.u-marker-under {
  background: linear-gradient(transparent 60%, rgba(255, 255, 0, 0.5) 40%);
}

.u-clr {
  clear: both;
}

.u-mb-0em {
  margin-bottom: 0 !important;
}
.u-mb-05em {
  margin-bottom: .5em !important;
}
.u-mb-1em {
  margin-bottom: 1em !important;
}
.u-mb-2em {
  margin-bottom: 2em !important;
}
.u-mb-2_5em {
  margin-bottom: 2.5em !important;
}
.u-mb-3em {
  margin-bottom: 3em !important;
}
.u-mb-4em {
  margin-bottom: 4em !important;
}
.u-mb-5em {
  margin-bottom: 5em !important;
}

.u-text-center {
  text-align: center;
}
.u-text-left {
  text-align: left;
}
.u-text-right {
  text-align: right;
}
.u-text-bold {
  font-weight: bold;
}
.u-text-red {
  color: #9d2a49;
}
.u-text-red2 {
  color: #f0e1e4;
}
.u-text-blue {
  color: #003580;
}
.u-text-orange {
  color: #ff9933;
}
.u-text-brown {
  color: #7b6d5f;
}
.u-text-navy {
  color: #1c3a70;
}
.u-text-pink {
  color: #f19aa1 !important;
}
.u-text-small {
  font-size: .93em;
}
.u-text-x-small {
  font-size: .86em;
}
.u-text-xx-small {
  font-size: .79em;
}
.u-text-large {
  font-size: 1.07em;
}
.u-text-x-large {
  font-size: 1.14em;
}
.u-text-xx-large {
  font-size: 1.29em;
}
.u-text-xxx-large {
  font-size: 1.57em;
}
.u-text-xxxx-large {
  font-size: 1.71em;
}
.u-text-serif {
  font-family: "Noto Serif Japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
}
.u-text-times {
  font-family: "Times New Roman", Times, "serif";
}
.u-text-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.u-text-palt {
  letter-spacing: 0;
  font-feature-settings: "palt";
}

.u-replace {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-decoration: none;
}

.u-item-left {
  float: left;
}
.u-item-left.is-margin {
  margin: 0 1.5em 1em 0;
}
.u-item-right {
  float: right;
}
.u-item-right.is-margin {
  margin: 0 0 1em 1.5em;
}
.u-item-overflow-hidden {
  overflow: hidden;
}
.u-item-auto {
  margin-left: auto;
  margin-right: auto;
}
.u-item-left-pc, .u-item-right-pc {
  margin: 0 auto 1em;
  text-align: center;
}
.u-item-inline {
  display: inline;
}

.u-figcaption-basic {
  text-align: center;
  padding-top: .5em;
}
.u-figcaption-basic.is-left {
  text-align: left;
}

.u-ul-basic, .u-ol-basic {
  padding-left: 1.5em;
  line-height: 1.4;
}

.u-ul-basic li {
  list-style-type: disc;
  padding: 0 0 .5em 0;
}

.u-ol-basic li {
  list-style-type: decimal;
  padding: 0 0 .5em 0;
}

.u-ul-basic > :last-child, .u-ol-basic > :last-child {
  padding: 0;
}

.u-ul-inline li {
  display: inline-block;
  margin: 0 2em .5em 0;
}

.u-check-list li {
  margin: 0 0 .7em 0;
  padding: 0 0 0 2em;
  line-height: 1.4;
}
.u-check-list li:last-child {
  margin: 0;
}
.u-check-list li::before {
  content: "\f00c";
  display: inline-block;
  margin-left: -2em;
  width: 2em;
  font-family: "Font Awesome 5 Free";
  text-align: center;
  font-weight: 600;
}

.u-check-list.is-black li::before {
  color: inherit;
}

.u-caution-list li {
  margin: 0 0 .7em 0;
  padding: 0 0 0 2em;
  line-height: 1.4;
}
.u-caution-list li:last-child {
  margin: 0;
}
.u-caution-list li::before {
  content: "＊";
  display: inline-block;
  margin-left: -2em;
  width: 2em;
  text-align: center;
  font-weight: 600;
}

.u-dl-basic dt {
  padding-left: .8em;
  margin-bottom: .5em;
  line-height: 1.4;
  font-weight: 600;
  border-left: 4px solid #ccc;
  border-radius: 2px 0 0 2px;
}
.u-dl-basic dd {
  font-size: .88em;
  padding-left: 1.2em;
  margin-bottom: 2em;
}
.u-dl-basic > :last-child {
  margin-bottom: 0;
}

/*table*/
.u-table-basic {
  width: 100%;
  border: 1px solid #ddd;
  background: #FFF;
}
.u-table-basic th, .u-table-basic td {
  border: 1px solid #ddd;
  padding: 1em;
  font-size: 1.5rem;
  line-height: 1.4;
  vertical-align: middle;
}
.u-table-basic th {
  padding: 1em;
  background: #f7f7f7;
}
.u-table-basic thead th {
  text-align: left;
  font-weight: 600;
  background: #efefef;
  font-size: 1.3rem;
}
.u-table-basic tbody th {
  text-align: left;
  font-weight: 400;
  text-align: left;
  background: #f7f7f7;
  font-size: 1.3rem;
}
.u-table-basic td {
  text-align: left;
  font-weight: 500;
  background-color: #f7f7f7;
}
.u-table-basic td.yen {
  text-align: right;
  background-color: #fff;
}
.u-table-basic td.unit {
  text-align: center;
}
.u-table-basic td.emp {
  background-color: #ffeeee;
}
.u-table-basic.data th, .u-table-basic.data td {
  font-size: 1.2rem;
}
.u-table-basic.data th {
  text-align: left;
}
.u-table-basic.data th.point {
  background-color: #dec8cd;
}
.u-table-basic.data td {
  background-color: #FFF;
  vertical-align: top;
}
.u-table-basic.data td.point {
  background-color: #f0e1e4;
}

/*button*/
.u-button-detail {
  font-size: 12px;
  line-height: 1.2;
  font-weight: 600;
}
.u-button-detail a {
  display: inline-block;
  text-decoration: none;
  color: #7b6d5f;
  background: #f4f1eb;
  padding: 1em 1.5em;
  border: 1px solid #7b6d5f;
}
.u-button-detail a::after {
  content: "\f105";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  margin-left: .5em;
  font-size: 1.2em;
}
.u-button-detail.is-back a::after {
  content: "\f0e2";
}
.u-button-detail.is-center {
  text-align: center;
}
.u-button-detail.is-right {
  text-align: right;
}
.u-button-detail.is-middle a {
  font-size: 1.16em;
}
.u-button-detail.is-small a {
  font-size: 0.85em;
}
.u-button-detail.is-large a {
  font-size: 1.33em;
}
.u-button-detail.is-wide a {
  display: block;
  text-align: center;
}
.u-button-detail.is-white a {
  color: #FFF;
  background: transparent;
  border-color: #FFF;
}
.u-button-detail.is-green a {
  color: #48d0c5;
  background: transparent;
  border-color: #48d0c5;
}

.u-button {
  border-radius: 4px;
}
.u-button a {
  text-decoration: none;
  display: block;
  padding: 1em .6em;
}

.u-hr-basic {
  border: none;
  height: 1px;
  background-color: #DDD;
  margin-bottom: 1em;
}

/*flex*/
.u-flex-basic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.u-flex-basic.is-between {
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}

.u-flex-basic.is-center-x {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

.u-flex-basic.is-center-y {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.u-flex-basic.is-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.u-flex-basic.column1-2 > li {
  width: 100%;
  margin: 0 0 1em;
  text-align: center;
}
.u-flex-basic.column2-2 > li {
  width: 48.5%;
  margin: 0 0 1em;
  text-align: center;
}
.u-flex-basic.column2-3 > li {
  width: 48.5%;
  margin: 0 0 1em;
  text-align: center;
}
.u-flex-basic.column2-4 > li {
  width: 48.5%;
  margin: 0 0 1em;
  text-align: center;
}
.u-flex-basic.column3-3 > li {
  width: 31.5942%;
  margin: 0 0 1em;
  text-align: center;
}
.u-flex-basic.column3-3::after {
  content: "";
  display: block;
  width: 31.5942%;
}
.u-flex-basic.column3-5 > li {
  width: 31.5942%;
  margin: 0 0 1em;
  text-align: center;
}
.u-flex-basic.column3-5::after {
  content: "";
  display: block;
  width: 31.5942%;
}
.u-flex-basic.column2-5 > li {
  width: 48%;
  margin: 0 0 1em;
  text-align: center;
  box-sizing: border-box;
}

.u-item-box {
  border: 1px solid #DDD;
  padding: 1.2em;
}

.scroll {
  overflow-y: scroll;
}
.scroll::-webkit-scrollbar {
  width: 8px;
}
.scroll::-webkit-scrollbar-thumb {
  background: #666;
  border-radius: 4px;
}
.scroll::-webkit-scrollbar-track-piece:start {
  background: #ddd;
  border-radius: 4px;
}
.scroll::-webkit-scrollbar-track-piece:end {
  background: #ddd;
  border-radius: 4px;
}

/*animate*/
.a-animate {
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}

/*RADIO BUTTON*/
.u-radio {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: .6rem 1rem 1rem;
  margin: 0 2rem .5rem 0;
}
.u-radio label {
  display: inline-block;
}
.u-radio input[type=radio] {
  position: absolute;
  opacity: 0;
}
.u-radio input[type=radio] + span {
  padding-left: 3rem;
  position: relative;
}
.u-radio input[type=radio] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.8rem;
  height: 1.8rem;
  border: 1px solid #b2b2b2;
  border-radius: 50%;
  background: #ededed;
  background: -moz-linear-gradient(top, #ededed 0%, #dfdfdf 40%, #dfdfdf 100%);
  background: -webkit-linear-gradient(top, #ededed 0%, #dfdfdf 40%, #dfdfdf 100%);
  background: linear-gradient(to bottom, #ededed 0%, #dfdfdf 40%, #dfdfdf 100%);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.4);
}
.u-radio input[type=radio] + span::after {
  content: "";
  display: block;
  position: absolute;
  top: .5rem;
  left: .5rem;
  width: 1rem;
  height: 1rem;
  background: #666;
  border-radius: 50%;
  transition: all 0.2s ease-out;
  transform: scale(0, 0);
}
.u-radio input[type=radio]:checked + span::after {
  transform: scale(1, 1);
}

/*CHECK BOX*/
.u-check {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: .6rem 1rem 1rem;
  margin: 0 .2rem .05rem 0;
}
.u-check label {
  display: inline-block;
}
.u-check input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.u-check input[type=checkbox] + span {
  padding-left: 3rem;
  position: relative;
}
.u-check input[type=checkbox] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.8rem;
  height: 1.8rem;
  border: 1px solid #b2b2b2;
  border-radius: 4px;
  background: #ededed;
  background: -moz-linear-gradient(top, #ededed 0%, #dfdfdf 40%, #dfdfdf 100%);
  background: -webkit-linear-gradient(top, #ededed 0%, #dfdfdf 40%, #dfdfdf 100%);
  background: linear-gradient(to bottom, #ededed 0%, #dfdfdf 40%, #dfdfdf 100%);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.4);
}
.u-check input[type=checkbox] + span::after {
  content: "";
  display: block;
  position: absolute;
  top: -.3rem;
  left: .5rem;
  width: .7rem;
  height: 1.4rem;
  border-bottom: 4px solid #424242;
  border-right: 4px solid #424242;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: scale(0, 0) rotate(0deg);
  transform: scale(0, 0) rotate(0deg);
  opacity: 0;
}
.u-check input[type=checkbox]:checked + span::after {
  -webkit-transform: scale(1, 1) rotate(40deg);
  transform: scale(1, 1) rotate(40deg);
  opacity: 1;
}

.u-item-w-20 {
  width: 20%;
}
.u-item-w-30 {
  width: 30%;
}
.u-item-w-40 {
  width: 40%;
}
.u-item-w-45 {
  width: 45%;
}
.u-item-w-50 {
  width: 50%;
}
.u-item-w-55 {
  width: 55%;
}
.u-item-w-60 {
  width: 60%;
}
.u-item-w-70 {
  width: 70%;
}
.u-item-w-80 {
  width: 80%;
}
.u-item-w-90 {
  width: 90%;
}
.u-item-w-100 {
  width: 100%;
}
.u-item-center {
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/*-------------------------------------------------------------------
	SP
-------------------------------------------------------------------*/
@media (max-width: 640px) {
  .u-spitem-w-20 {
    width: 20%;
  }
  .u-spitem-w-30 {
    width: 30%;
  }
  .u-spitem-w-40 {
    width: 40%;
  }
  .u-spitem-w-45 {
    width: 45%;
  }
  .u-spitem-w-50 {
    width: 50%;
  }
  .u-spitem-w-55 {
    width: 55%;
  }
  .u-spitem-w-60 {
    width: 60%;
  }
  .u-spitem-w-70 {
    width: 70%;
  }
  .u-spitem-w-80 {
    width: 80%;
  }
  .u-spitem-w-90 {
    width: 90%;
  }
  .u-spitem-w-100 {
    width: 100%;
  }
  .u-spitem-center {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
/*-------------------------------------------------------------------
	PC
-------------------------------------------------------------------*/
@media (min-width: 641px) {
  .u-sp-item, .u-sp-item-inline, .u-sp-item-flex {
    display: none !important;
  }

  .u-pc-item {
    display: block !important;
  }
  .u-pc-item-inline {
    display: inline !important;
  }
  .u-pc-item-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  /*table*/
  .u-table-basic.price th {
    font-size: 20px;
    font-size: 2rem;
  }
  .u-table-basic.price td {
    font-size: 20px;
    font-size: 2rem;
  }

  /*button*/
  .u-button-detail {
    font-size: 16px;
  }
  .u-button-detail.is-middle a {
    font-size: 1.33em;
  }
  .u-button-detail.is-large a {
    font-size: 1.5em;
  }

  .is-hover-left a, .is-hover-bottom a {
    position: relative;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    overflow: hidden;
  }
  .is-hover-left a span, .is-hover-bottom a span {
    position: relative;
    z-index: 1;
  }
  .is-hover-left a::after, .is-hover-bottom a::after {
    position: relative;
    z-index: 1;
  }
  .is-hover-left a::before, .is-hover-bottom a::before {
    content: "";
    display: block;
    position: absolute;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    background-color: #333333;
  }
  .is-hover-left a::before {
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
  }
  .is-hover-left a:hover {
    color: #fff;
  }
  .is-hover-left a:hover::before {
    left: 0;
  }
  .is-hover-bottom a::before {
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .is-hover-bottom a:hover {
    color: #fff;
  }
  .is-hover-bottom a:hover::before {
    bottom: 0;
  }

  .u-text-small {
    font-size: .88em;
  }
  .u-text-x-small {
    font-size: .77em;
  }
  .u-text-xx-small {
    font-size: .66em;
  }
  .u-text-large {
    font-size: 1.11em;
  }
  .u-text-x-large {
    font-size: 1.22em;
  }
  .u-text-xx-large {
    font-size: 1.33em;
  }
  .u-text-xxx-large {
    font-size: 1.44em;
  }
  .u-text-xxxx-large {
    font-size: 1.55em;
  }

  .u-table-basic th, .u-table-basic td {
    padding: 1em;
  }

  .u-item-left-pc {
    float: left;
    margin: 0 1.5em 1em 0;
  }
  .u-item-right-pc {
    float: right;
    margin: 0 0 1em 1.5em;
  }

  .u-pcitem-w-20 {
    width: 20%;
  }
  .u-pcitem-w-25 {
    width: 25%;
  }
  .u-pcitem-w-30 {
    width: 30%;
  }
  .u-pcitem-w-40 {
    width: 40%;
  }
  .u-pcitem-w-45 {
    width: 45%;
  }
  .u-pcitem-w-50 {
    width: 50%;
  }
  .u-pcitem-w-60 {
    width: 60%;
  }
  .u-pcitem-w-70 {
    width: 70%;
  }
  .u-pcitem-w-80 {
    width: 80%;
  }
  .u-pcitem-w-90 {
    width: 90%;
  }
  .u-pcitem-w-100 {
    width: 100%;
  }
}
