/* ======================================================
	Reset
====================================================== */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
a,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  font-size: 100%;
}

* {
  box-sizing: border-box;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

img {
  line-height: 0;
  vertical-align: bottom;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

li {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
select {
  vertical-align: middle;
}

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: none;
  border-top: 1px solid #ccc;
}

a {
  outline: none;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  content: " ";
  clear: both;
  height: 0;
}

.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

.btn-op:hover {
  opacity: 0.8;
}

/* ======================================================
	共通
====================================================== */
html {
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

body {
  background: #fff;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #595757;
  font-size: 1.1rem;
  padding-top: 0px !important;
}

.m-font {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
}

.font-Poppins {
  font-family: Poppins;
}

.m-plus-1p {
  font-family: "m-plus-1p", sans-serif;
  font-style: normal;
}

li {
  list-style-type: none;
}

.lp-wrap {
  text-align: center;
  position: relative;
}

.lp-wrap main {
  max-width: 1600px;
  /*padding-bottom: 240px;*/
  margin: auto;
  padding-top: 80px;
}

.img-100 {
  width: 100%;
}

#fixed_bnr {
  position: fixed;
  bottom: 0px;
  left: 0px;
  background: #fff;
  width: 100%;
  text-align: center;
  padding: 10px 0 10px 0;
  z-index: 10;
  border-top: 2px solid #f6f6f6;
}

#fixed_bnr2 {
  position: fixed;
  bottom: 0px;
  left: 0px;
  background: #fff;
  width: 100%;
  text-align: center;
  padding: 10px 0 10px 0;
  z-index: 10;
  border-top: 2px solid #f6f6f6;
}

#fixed_bnr ul {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 800px;
  margin: auto;
}

#fixed_bnr2 ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  position: relative;
}

/*#fixed_bnr2 ul::before {
  content: "";
  display: block;
  width: 193px;
  height: 190px;
  background: url(../img/pc/fix-btn-img.png) no-repeat 0 0;
  position: absolute;
  bottom: -13%;
  right: 12%;
  background-size: 99%;
  z-index: 1;
}*/
#fixed_bnr2 ul::after {
  content: "";
  display: block;
  width: 116px;
  height: 96px;
  background: url(../img/images/fix-logo.png) no-repeat 0 0;
  position: absolute;
  bottom: 0;
  left: 160px;
  background-size: contain;
  z-index: 1;
}

#fixed_bnr ul li {
  padding: 5px;
}

#fixed_bnr2 ul li {
  padding: 5px 8px;
}

.back-padding-20 {
  padding: 20px 10px;
}

.back-padding-40 {
  padding: 40px 10px;
}

.margin-bottom-60 {
  margin-bottom: 60px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.space-bottom {
  padding-bottom: 20px;
}

.space-bottom2 {
  padding-bottom: 40px;
}

.space-bottom3 {
  padding-bottom: 60px;
}

.space-bottom4 {
  padding-bottom: 80px;
}

.space-top {
  padding-top: 20px;
}

.space-top2 {
  padding-top: 82px;
}

.space-top3 {
  padding-top: 60px;
}

.space-top4 {
  padding-top: 80px;
}

.space-top-sl {
  margin-top: 12%;
}

.box-1000 {
  max-width: 1020px;
  padding: 0px 10px;
  margin: auto;
  text-align: center;
}

.box-1000 img {
  margin: auto;
}

.box-1400 {
  max-width: 1420px;
  padding: 0px 10px;
  margin: auto;
  text-align: center;
}

.box-1400 img {
  margin: auto;
}

.pc-lp {
  display: block;
}

.sp-lp {
  display: none;
}

.f-center {
  text-align: center !important;
}

.f-left {
  text-align: left !important;
}

.f-right {
  text-align: right !important;
}

.f-bold {
  font-weight: bold !important;
}

.f-bold-500 {
  font-weight: 500 !important;
}

.f-bold-600 {
  font-weight: 600 !important;
}

.f-bold-700 {
  font-weight: 700 !important;
}

.f-bold-800 {
  font-weight: 800 !important;
}

.line-height-1-2 {
  line-height: 1.2;
}

.size12 {
  font-size: 12px;
}

.size16 {
  font-size: 16px;
}

.size18 {
  font-size: 18px;
}

.size-caption {
  font-size: 16px;
}

.size20 {
  font-size: 20px;
}

.size22 {
  font-size: 22px;
}

.size24 {
  font-size: 24px;
}

.size26 {
  font-size: 26px;
}

.size28 {
  font-size: 28px;
}

.size36 {
  font-size: 36px;
}

.size38 {
  font-size: 38px;
}

.size42 {
  font-size: 42px;
}

.size44 {
  font-size: 44px;
}

.size46 {
  font-size: 46px;
}

.size48 {
  font-size: 48px;
}

.size60 {
  font-size: 60px;
}

.color-fff {
  color: #fff;
}

.color-676971 {
  color: #676971;
}

.color-4f4f4f {
  color: #4f4f4f;
}

.color-878787 {
  color: #878787;
}

.color-de8a95 {
  color: #de8a95;
}

.color-868686 {
  color: #868686;
}

.color-ffe88c {
  color: #ffe88c;
}

.color-93826f {
  color: #93826f;
}

.color-db7f8b {
  color: #db7f8b;
}

.color-bb966d {
  color: #bb966d;
}

.color-e0939d {
  color: #e0939d;
}

.color-a49563 {
  color: #a49563;
}

.color-f75b71 {
  color: #f75b71;
}

.color-e57887 {
  color: #e57887;
}

.color-fff0b4 {
  color: #fff0b4;
}

.color-f8d68e {
  color: #f8d68e;
}

.color-e87889 {
  color: #e87889;
}

.color-a08854 {
  color: #a08854;
}

.color-ae987b {
  color: #ae987b;
}

.color-e99aa3 {
  color: #e99aa3;
}

.color-57585A {
  color: #57585a;
}

.color-efe7c0 {
  color: #efe7c0;
}

.border-fffa73 {
  background: linear-gradient(transparent 60%, #fffa73 60%);
}

.border-d8c362 {
  background: linear-gradient(transparent 70%, #efe7c0 60%);
}

.border-f5dbda {
  background: linear-gradient(transparent 70%, #f5dbda 60%);
}

.border-e57887-dotted {
  border-bottom: 4px dotted #e57887;
}

.border-bottom-f8b4bc {
  border-bottom: 2px solid #f8b4bc;
}

.back-de8a95 {
  background: #de8a95;
}

.back-806d59 {
  background: #806d59;
}

.back-f8f4ed {
  background: #f8f4ed;
}

.back-e8a8b1 {
  background: #e8a8b1;
}

.back-dd707e {
  background: #dd707e;
}

.back-df5c6d {
  background: #df5c6d;
}

.back-e57887 {
  background: #e57887;
}

.back-fff6f7 {
  background: #fff6f7;
}

.back-fcf1f2 {
  background: #fcf1f2;
}

.back-f7f7f7 {
  background: #f7f7f7;
}

.back-f6f3f0 {
  background: #f6f3f0;
}

.back-f1efec {
  background: #f1efec;
}

.back-fffdf3 {
  background: #fffdf3;
}

.back-efe7c0 {
  background: #efe7c0;
}

.back-ae987b {
  background: #ae987b;
}

.bg-pink {
  background-color: #fae8ea;
}

.flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 999px) {
  .lp-wrap img {
    width: 100%;
  }

  .sp-inner {
    padding: 0px 15px;
  }

  .sp-space20 {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .pc-lp {
    display: none;
  }

  .sp-lp {
    display: block;
  }

  .lp-wrap main {
    /*padding-bottom: 160px;*/
    padding-top: 60px;
  }

  #fixed_bnr .fix-btn-text {
    width: 70%;
  }

  #fixed_bnr ul li {
    width: 49%;
    padding: 5px;
  }

  #fixed_bnr ul li img {
    width: 100%;
  }

  .size-caption {
    font-size: 12px;
  }

  .size16 {
    font-size: 14px;
  }

  .size18 {
    font-size: 16px;
  }

  .size20 {
    font-size: 17px;
  }

  .size22 {
    font-size: 18px;
  }

  .size24 {
    font-size: 20px;
  }

  .size26 {
    font-size: 22px;
  }

  .size28 {
    font-size: 24px;
  }

  .size36 {
    font-size: 28px;
  }

  .size38 {
    font-size: 30px;
  }

  .size42 {
    font-size: 31px;
  }

  .size44 {
    font-size: 32px;
  }

  .size46 {
    font-size: 33px;
  }

  .size48 {
    font-size: 34px;
  }

  .size60 {
    font-size: 38px;
  }

  .margin-bottom-60 {
    margin-bottom: 40px;
  }

  .margin-bottom-20 {
    margin-bottom: 10px;
  }

  .space-top2 {
    padding-top: 20px;
  }

  .space-top3 {
    padding-top: 30px;
  }

  .space-top4 {
    padding-top: 40px;
  }

  .space-bottom2 {
    padding-bottom: 20px;
  }

  .space-bottom3 {
    padding-bottom: 30px;
  }

  .space-bottom4 {
    padding-bottom: 40px;
  }

  #fixed_bnr2 ul::after {
    background: none;
  }
}

/* btn */
.pink_link a {
  background-color: var(--FIT_PINK);
  color: #fff !important;
}

.fix-btn_nav {
  padding: 0.8em 2vw;
  width: 300px;
  font-size: 96%;
  border-radius: 0.3em;
  font-weight: bold;
  margin: 0px 8px;
  display: inline-block;
  text-align: center;
}

/* ======================================================
	共通
====================================================== */
/* ======================================================
	スライダー
====================================================== */
.slicl_bg ul,
.slicl_bg li,
.slicl_bg li::marker,
.slick-dots ul,
.slick-dots li {
  list-style: none;
  text-decoration: none;
  list-style-type: none;
}

.slick-dots {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: -4%;
  width: 100%;
}

.slick-dots li {
  background: #d4d1c3;
  border-radius: 10px;
  margin-right: 4%;
}

.slick-dots li {
  width: 20px;
  height: 20px;
}

.slick-dots li:last-child {
  margin-right: 0%;
}

.slick-dots li button {
  display: none;
}

.slick-dots li.slick-active {
  background: #ae987b;
}

.slide-arrow {
  position: absolute;
  top: 50%;
  margin-top: -15px;
}

.swiper-button-next {
  left: 25px;
  top: initial;
  bottom: 0px;
  right: auto;
  color: #090000;
  width: 44px;
  border-radius: 100%;
  border: solid 1px #090000;
}

.prev-arrow {
  left: -10px;
  width: 60px;
  height: 60px;
  background-image: url(../img/arrow-left.png);
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
  background-color: #fff0;
  z-index: 1;
}

.next-arrow {
  right: -10px;
  width: 60px;
  height: 60px;
  background-image: url(../img/arrow-right.png);
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
  background-color: #fff0;
  z-index: 1;
}

.prev-arrow2 {
  left: 10px;
  width: 60px;
  height: 60px;
  background-image: url(../img/arrow-left.png);
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
  background-color: #fff0;
  z-index: 1;
}

.next-arrow2 {
  right: -10px;
  width: 60px;
  height: 60px;
  background-image: url(../img/arrow-right.png);
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
  background-color: #fff0;
  z-index: 1;
}

.prev-arrow3 {
  left: 100px;
  width: 60px;
  height: 60px;
  background-image: url(../img/arrow-left.png);
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
  background-color: #fff0;
  z-index: 1;
}

.next-arrow3 {
  right: 100px;
  width: 60px;
  height: 60px;
  background-image: url(../img/arrow-right.png);
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
  background-color: #fff0;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .prev-arrow {
    left: 20px;
    width: 40px;
    height: 40px;
    background-image: url(../img/arrow-left.png);
    background-size: contain;
    background-repeat: no-repeat;
    border: none;
    background-color: #fff0;
    z-index: 1;
  }

  .next-arrow {
    right: 20px;
    width: 40px;
    height: 40px;
    background-image: url(../img/arrow-right.png);
    background-size: contain;
    background-repeat: no-repeat;
    border: none;
    background-color: #fff0;
    z-index: 1;
  }

  .prev-arrow2 {
    left: 0px;
    width: 40px;
    height: 40px;
    background-image: url(../img/arrow-left.png);
    background-size: contain;
    background-repeat: no-repeat;
    border: none;
    background-color: #fff0;
    z-index: 1;
  }

  .next-arrow2 {
    right: 0px;
    width: 40px;
    height: 40px;
    background-image: url(../img/arrow-right.png);
    background-size: contain;
    background-repeat: no-repeat;
    border: none;
    background-color: #fff0;
    z-index: 1;
  }

  .prev-arrow3 {
    left: 0px;
    width: 40px;
    height: 40px;
    background-image: url(../img/arrow-left.png);
    background-size: contain;
    background-repeat: no-repeat;
    border: none;
    background-color: #fff0;
    z-index: 1;
  }

  .next-arrow3 {
    right: 0px;
    width: 40px;
    height: 40px;
    background-image: url(../img/arrow-right.png);
    background-size: contain;
    background-repeat: no-repeat;
    border: none;
    background-color: #fff0;
    z-index: 1;
  }

  .slick-dots li {
    width: 15px;
    height: 15px;
  }

  .slick-slide img {
    width: 97%;
  }

  .slick-dots {
    bottom: -12%;
  }
}

/* ======================================================
	カーソル時ポップアップ
====================================================== */
#msk {
  width: 100vw;
  height: 100vh;
  background: #333;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 90;
}

#msk #mskInner {
  text-align: center;
}

#msk #mskInner #return {
  width: 150px;
  margin: 20px auto;
  color: #fff;
  padding: 15px 0;
  border: solid 1px #fff;
  cursor: pointer;
}

/*mskInnerの位置調整*/
#mskInner {
  position: absolute;
  top: -100%;
  left: 0;
  right: 0;
}

/*マスク非表示*/
#msk {
  display: none;
}

/*マスクスイッチ*/
#mskSwitch {
  width: 100vw;
  height: 1px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

/* */
#msk2 {
  width: 100vw;
  height: 100vh;
  background: #333;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 90;
}

#msk2 #mskInner2 {
  text-align: center;
}

#msk2 #mskInner2 #return2 {
  width: 150px;
  margin: 20px auto;
  color: #fff;
  padding: 15px 0;
  border: solid 1px #fff;
  cursor: pointer;
}

/*mskInnerの位置調整*/
#mskInner2 {
  position: absolute;
  bottom: -100%;
  left: 0;
  right: 0;
}

/*マスク非表示*/
#msk2 {
  display: none;
}

/*マスクスイッチ*/
#mskSwitch2 {
  width: 100vw;
  height: 1px;
  position: fixed;
  bottom: 130px;
  left: 0;
  right: 0;
}

/* ======================================================
放置時ポップアップ
====================================================== */
#modal-overlay,
#modal-overlay2 {
  display: none;
}

#modal-overlay,
#modal-overlay2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99;
}

.modal-mask {
  position: absolute;
  width: 100%;
  height: 100vh;
  /*opacity: 0.2;*/
  background: #333;
}

.modal-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal-inner {
  position: relative;
  /* 閉じるボタンの相対位置の基準とする */
  margin: 10px auto;
  height: auto;
}

.close {
  position: absolute;
  padding: 3px;
  width: 150px;
  border: 1px solid #fefefe;
  background-color: #333333;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  margin: 20px auto;
  text-align: center;
  padding: 15px 0px;
  right: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .modal-container {
    width: 90%;
  }

  .modal-container img {
    width: 100%;
  }
}

/* ======================================================
	sp-lp
====================================================== */
.sp-img50 {
  width: 50%;
  margin: auto;
}

.sp-img60 {
  width: 60%;
  margin: auto;
}

.sp-img70 {
  width: 70%;
  margin: auto;
}

.sp-img80 {
  width: 80%;
  margin: auto;
}

.sp-img90 {
  width: 90%;
  margin: auto;
}

/* ======================================================
	pc-lp
====================================================== */
#fixed-side {
  position: fixed;
  right: 0;
  top: 100px;
}

.pc-box-1600 {
  max-width: 1600px;
  margin: auto;
}

.pc-box-1400 {
  max-width: 1400px;
  margin: auto;
}

.sp-flow {
  position: relative;
  background: #f8f4ed;
  padding: 0px 20px 40px;
}

.sp-flow-btn {
  position: absolute;
  top: 62px;
  right: 50px;
}

.sp-flow-btn a {
  width: 50%;
  padding-bottom: 20px;
}

.pc-flow {
  position: relative;
}

.pc-flow-btn {
  position: absolute;
  top: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  right: 0;
}

.pc-flow-btn > div {
  padding: 5px 10px;
}
