@charset "UTF-8";
/* アニメーションベンダープレフィックス込み指定 */
/* アニメーションベンダープレフィックス込み指定 */
.none {
  display: none;
}

.block {
  display: block;
}

.shadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.para-gap p + p {
  margin-top: 20px;
}
.para-gap--large p + p {
  margin-top: 30px;
}
.para-gap--mini p + p {
  margin-top: 12px;
}

.bold {
  font-weight: 600;
}

.mincho {
  font-family: "Shippori Mincho", "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
}

.img-r {
  border-radius: 10px;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.img-r2 {
  border-radius: 50% 50% 0 0;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.spbr {
  display: none;
}
@media all and (max-width: 639px) {
  .spbr {
    display: block;
  }
}

.color1 {
  color: #E95F72;
}

.color2 {
  color: #f2d5da;
}

.color3 {
  color: #3d3d3d;
}

.color-w {
  color: #fff;
}

.relative {
  position: relative;
}
.relative.type1 {
  z-index: 5;
}

.bigger {
  font-size: 1.2em;
  line-height: 2;
}
@media all and (max-width: 639px) {
  .bigger {
    line-height: 2;
  }
}

.smaller {
  font-size: 0.8em;
  letter-spacing: 0;
}

.t-m5 {
  margin-top: 5px;
}

.t-m10 {
  margin-top: 10px;
}

.t-m20 {
  margin-top: 20px;
}

.t-m40 {
  margin-top: 40px;
}

.t-m60 {
  margin-top: 60px;
}

.b-m5 {
  margin-bottom: 5px;
}

.b-m10 {
  margin-bottom: 10px;
}

.b-m20 {
  margin-bottom: 20px;
}

.b-m40 {
  margin-bottom: 40px;
}

.b-m60 {
  margin-bottom: 60px;
}

.b-r10 {
  border-radius: 10px;
}

.b-r50pe {
  border-radius: 50%;
}

.pd-20 {
  padding: 20px;
}

.hidden {
  overflow: hidden;
}

.asp-1-1 {
  aspect-ratio: 1/1;
  object-fit: cover;
}

.text-underline {
  border-bottom: 1px solid #fff;
  padding: 0 10px;
  margin-bottom: 10px;
}

.text-underline2 {
  border-bottom: 1px solid #ddd;
  padding: 0 10px;
  margin-bottom: 10px;
}

.flex-col-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hover-op:hover {
  opacity: 0.6;
}

.tcenter {
  text-align: center;
}

.tcenter_pc {
  text-align: center;
}
@media all and (max-width: 639px) {
  .tcenter_pc {
    text-align: left;
  }
}

.tright {
  text-align: right;
}

.tleft {
  text-align: left;
}

.sp-contents {
  display: none;
}
@media all and (max-width: 639px) {
  .sp-contents {
    display: block;
  }
}

/* marker */
.marker-c {
  background: linear-gradient(transparent 70%, #a8d8fa 0%);
  z-index: 0;
}

.marker-m {
  background: linear-gradient(transparent 70%, #ff7c81 0%);
  z-index: 0;
}

.marker-y {
  background: linear-gradient(transparent 10%, #ffe99f 0%);
  z-index: 0;
  padding: 0 4px;
}

.marker-y2 {
  background: linear-gradient(transparent 60%, #ffe99f 0%);
  z-index: 0;
}

.marker-k {
  background: linear-gradient(transparent 70%, #cccccc 0%);
  z-index: 0;
}

.marker-p {
  background: linear-gradient(transparent 70%, #ffd0e1 0%);
  z-index: 0;
}

/* img */
.img-r {
  border-radius: 10px;
}

.img-maru {
  border-radius: 1000px;
}

.img-b {
  border: 2px solid #fff;
}

.img-sd {
  border: 3px solid #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 3px 0;
}

.img-frame {
  position: relative;
  z-index: 0;
}
.img-frame:after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transform: rotate(3deg);
  background: #fff;
  z-index: -1;
}

/*ヘアライン*/
hr {
  clear: both;
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  width: 90%;
  margin: 0 auto;
}

.hr-gd {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

.hr-shadow {
  height: 12px;
  border: 0;
  box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
}

.scrollbar {
  min-height: 60px;
  max-height: 240px;
  overflow-y: scroll;
  overflow-x: hidden;
  margin: 0 auto;
  padding-right: 20px;
}
.scrollbar.modal {
  max-height: 500px;
}
@media screen and (max-width: 890px) and (orientation: landscape) {
  .scrollbar.modal {
    max-height: 200px;
  }
}
@media all and (max-width: 639px) {
  .scrollbar.modal {
    max-height: 350px;
  }
}
.scrollbar.policy-box {
  max-height: 300px;
}
.scrollbar::-webkit-scrollbar {
  overflow: hidden;
  width: 1px;
  background: #fafafa;
}
.scrollbar::-webkit-scrollbar:horizontal {
  height: 1px;
}
.scrollbar::-webkit-scrollbar-button {
  display: none;
}
.scrollbar::-webkit-scrollbar-piece {
  background: #eee;
}
.scrollbar::-webkit-scrollbar-piece:start {
  background: #eee;
}
.scrollbar::-webkit-scrollbar-thumb, .scrollbar::-webkit-scrollbar-corner {
  background: #333;
}