/* CSS Document */

*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: .8px;
  word-break: break-all;
  color: #333;
  background: #cecece;
}

a {
  text-decoration: none;
  color: #1ca9e3;
}

img,
video,
object {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border: none;
}

ul,
li {
  list-style: none;
}

.text-bold {
  font-weight: bold;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

#js-pageTop {
  font-size: 12px;
  font-weight: bold;
  display: block;
  padding: 10px;
  cursor: pointer;
  text-align: center;
  background-color: #ccc;
}

.hover-action-01 {
  display: block;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
}

.hover-action-01:hover {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-transform: translate(0, -4px);
  -moz-transform: translate(0, -4px);
  -ms-transform: translate(0, -4px);
  -o-transform: translate(0, -4px);
  transform: translate(0, -4px);
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .12);
  -moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .12);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .3);
}

/*--------------------------------
base
---------------------------------*/
#wrapper {
  padding: 0;
}

/*--------------------------------
header
---------------------------------*/
#header {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 86vh;
}

#header .logo {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}

#header .logo-title {
  font-family: "Open sans", sans-serif;
  font-size: 64px;
  line-height: 1;
  letter-spacing: .2em;
}

#header .logo-desc {
  font-size: 20px;
  margin-top: 5px;
  text-align: center;
  letter-spacing: .2em;
}

/* ---------------
sect-f
---------------- */
.sect-f {
  background: linear-gradient(90deg, #ffffff00 0%, #fff 100%);
  padding: 20px 0 50px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin: 20px auto;
}
.sect-f.num2 {
  padding: 100px 0 50px;
  background: linear-gradient(90deg, #fff 0%, #ffffff00 100%);
}
.sect-f.num3 {
  background: linear-gradient(90deg, #fff 0%, #ffffff00 100%);
}
.sect-f.num4 {
  padding: 100px 0 0px;
  /* background: linear-gradient(90deg, #fff 0%, #ffffffad 100%); */
  background: linear-gradient(90deg, #e3ded2 0%, #e7e4dd 100%);
}
.sect-f.num5 {
  padding: 100px 0 50px;
  /* background: linear-gradient(90deg, #fff 0%, #ffffffad 100%); */
  background: linear-gradient(90deg, #f5e8d9 0%, #f8eee2 100%);
}
.sect-f.num6 {
  padding: 90px 0 50px;
  background: linear-gradient(90deg, #f5e8d9 0%, #f8f1e8 100%);
}
.f-outer {
  margin: 30px auto 20px;
}
.f-outer3 {
  margin: 20px auto 20px;
  margin: 0;
}
.f-outer4 {
  margin: 60px auto 20px;
}
.f-outer5 {
  margin: 120px auto 0px;
  background: #f4f5f0;
  background: #d8cdb1;
  background: linear-gradient(90deg, #dcd3bd 0%, #e3ded2 100%);
  /* background: #fff; */
  z-index: -10;
  padding: 80px 0 50px;
  /* width: 98%; */
  /* border-radius: 6px; */
  overflow: hidden;
}
.f-outer5.ver2 {
  margin: 10px auto 0px;
  background: linear-gradient(90deg, #e3ded2 0%, #dcd3bd 100%);
}
.f-outer5.ver3 {
  margin: 10px auto 0px;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.rotate {
  width: 30%;
  position: absolute;
  content: "";
  animation: rotate 32s infinite linear;
  opacity: 0.5;
  left: -20px;
}
.f-outer6 {
  margin: 100px auto 0;
  background: #fff;
  /* background: #fff; */
  z-index: -10;
  padding: 0px 0 50px;
  width: 96%;
  border-radius: 26px;
  border: solid 12px #ffead5;
  filter: drop-shadow(0px 0px 16px #aaa);
  overflow: hidden;
}
.f-outer6.ver2 {
  margin: 50px auto 0;
}
.f-outer6::before {
  position: absolute;
  content: "Coupon";
  white-space: nowrap;
  top: -10%;
  right: -5%;
  color: #ffead5;
  color: #f8eee2;
  font-size: 15rem;
  font-weight: 500;
  letter-spacing: -0.6rem;
  z-index: -3;
}
.f-text-unit {
  margin: 20px auto;
}
.f-text-unit3 {
  margin: 30px auto 20px;
  width: 100%;
  background-image: url(../img/top_mv2.jpg);
  background-size: cover;
  background-position: 50% 60%;
  clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 92%);
  position: relative;
  overflow: hidden;
}
.f-text-unit3.ver2 {
  background-image: url(../img/top_mv1.jpg);
  clip-path: polygon(0 0, 100% 14%, 100% 96%, 0% 100%);
}
.f-text-unit3::before {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.487);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.f-text-unit4 {
  margin: 0px auto 30px;
  width: 80%;
}
.f-text-unit5 {
  margin: 0px auto 60px;
  width: 70%;
}
.f-title {
  margin: 10px auto 0;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  color: #000;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}
.f-text3 {
  font-size: 18px;
  line-height: 2.8rem;
  color: #eee;
  width: 60%;
  margin: auto;
  padding: 6% 0;
}
.f-text3.ver2 {
  padding: 8% 0;
}
.f-text3 span {
  color: #ebe099;
  font-size: 24px;
}
.f-text4 {
  color: #333;
  font-weight: 600;
  text-align: center;
}
.f-text5 {
  color: #333;
  font-weight: 600;
  text-align: center;
  font-size: 20px;
}
.f-text5 span {
  color: #e25d25;
  font-size: 24px;
}
.f-cont-table {
  margin: 80px auto 50px;
  margin: 8px auto 0;
  width: 80%;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}
.f-tr {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  font-size: 16px;
  font-weight: 500;
  color: #222;
  margin: 7px 0;
  /* background: #00a39e; */
}
.f-th {
  display: flex;
  align-items: center;
  justify-content: end;
  width: 18%;
  padding: 9px 10px;
  font-weight: 600;
  background: #ddd;
  border-radius: 12px;
}
.f-td {
  display: flex;
  align-items: center;
  justify-content: start;
  width: 79%;
  padding: 9px 20px;
  background: #fff;
  border-radius: 12px;
  margin-left: 6px;
}
.f-cont-outer {
  margin: 70px auto 50px;
  width: 90%;
}
.f-cont-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-cont-flex.reverse {
  flex-direction: row-reverse;
}
.f-cont-img {
  width: 46%;
  background-image: url(../img/rsn1.jpg);
  background-size: cover;
  background-position: 50% 50%;
  height: 480px;
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  margin: 0 10px;
  /* filter: drop-shadow(-6px -6px 0px #bbb); */
}
.f-cont-img.num2 {
  background-image: url(../img/rsn2.jpg);
}
.f-cont-img.num3 {
  background-image: url(../img/rsn3.jpg);
}
.f-cont-img.num4 {
  background-image: url(../img/rsn4.jpg);
}
.f-cont-img.num5 {
  background-image: url(../img/rsn5.jpg);
}
.f-cont-img.num6 {
  background-image: url(../img/rsn6.jpg);
}
.f-cont-img.num7 {
  background-image: url(../img/rsn7.jpg);
}
.f-cont-img.num8 {
  background-image: url(../img/rsn8.jpg);
}
.f-cont-img.num9 {
  background-image: url(../img/rsn9.jpg);
}
.f-cont-text {
  width: 50%;
  font-size: 18px;
  padding: 2%;
  font-weight: 500;
  line-height: 2.6rem;
  /* background: #fff; */
}
.f-cont-text span {
  font-size: 22px;
  font-weight: 600;
  color: #d28b07;
}
.f-cont-outer2 {
  margin: 120px auto 30px;
  width: 90%;
}
.f-cont-outer2.short {
  margin: 50px auto 10px;
  width: 90%;
}
.f-cp-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-cp-flex.reverse {
  flex-direction: row-reverse;
}
.cp-img-unit {
  width: 56%;
  height: 480px;
  display: flex;
  justify-content: center;
}
.cp-img-unit.none {
  display: none;
} 
.cp-img-be {
  width: 47%;
  background-image: url(../img/cp1-be.jpg);
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  border-radius: 26px;
  margin: 0 6px;
}
.cp-img-be.cp3 {
  background-image: url(../img/cp3-be.jpg);
}
.cp-img-be.cp5 {
  background-image: url(../img/cp5-be.jpg);
}
.cp-img-be.none {
  display: none;
}
.cp-img-be::before {
  position: absolute;
  content: "Before";
  /* font-family: 'Oswald', sans-serif;  */
  white-space: nowrap;
  top: -14%;
  left: 50%;
  transform: translateX(-50%);
  /* color: #c27b11; */
  color: #777;
  font-size: 3.6rem;
  font-weight: 500;
  z-index: 1;
}
.cp-img-at {
  width: 47%;
  background-image: url(../img/cp1-at.jpg);
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  border-radius: 26px;
  margin: 0 6px;
}
.cp-img-at.cp2 {
  background-image: url(../img/cp2-at.jpg);
}
.cp-img-at.cp3 {
  background-image: url(../img/cp3-at.jpg);
}
.cp-img-at.cp5 {
  background-image: url(../img/cp5-at.jpg);
}
.cp-img-at.cp6 {
  background-image: url(../img/cp6-at.jpg);
}
.cp-img-at.none {
  display: none;
}
.cp-img-at::before {
  position: absolute;
  content: "After";
  /* font-family: 'Oswald', sans-serif;  */
  white-space: nowrap;
  top: -14%;
  left: 50%;
  transform: translateX(-50%);
  color: #777;
  font-size: 3.6rem;
  font-weight: 500;
  z-index: 1;
}
.cp-text-unit {
  width: 43%;
  font-size: 18px;
  padding: 2%;
  font-weight: 500;
  line-height: 2.6rem;
  /* background: #fff; */
}
.cp-text-unit.ver2 {
  width: 88%;
}
.cp-text {
  font-size: 16px;
}
.cp-price {
  font-size: 20px;
  padding: 10px 0;
}
.cp-price span {
  color: #c44500;
}


/*--------------------------------
footer
---------------------------------*/

#footer {
  background-color: #1d1d1d;
}

#footer .inner {
  padding: 30px;
}

#footer .copyright {
  font-size: 10px;
  text-align: center;
  color: #8c8c8c;
}



@media screen and (max-width: 896px) {
  body {
    font-size: 13px;
    line-height: 1.7;
  }

  /*------------------
  sp-Common
  -------------------*/
  #wrapper {
    /* padding-top: 80px; */
  }
  .is_pc {
    display: none;
  }

  #wrapper {
    padding: 0;
  }

  /* ---------------
  sp-sect-f
  ---------------- */
  .sect-f {
    padding: 10px 0 10px;
    margin: 5px auto;
  }
  .sect-f.num2 {
    padding: 60px 0 32px;
  }
  .sect-f.num3 {
    padding: 10px 0 36px;
  }
  .sect-f.num4 {
    padding: 60px 0 0px;
  }
  .sect-f.num5 {
    padding: 60px 0 50px;
  }
  .sect-f.num6 {
    padding: 36px 0 50px;
  }
  .f-outer3 {
    margin: 10px auto 10px;
  }
  .f-outer4 {
    margin: 20px auto;
  }
  .f-outer5 {
    margin: 60px auto 0px;
    padding: 42px 0 38px;
  }
  .f-outer5.ver2 {
    margin: 6px auto 0px;
    padding: 42px 0 38px;
  }
  .f-outer5.ver3 {
    margin: 6px auto 0px;
    padding: 42px 0 38px;
  }
  .rotate {
    width: 70%;
    left: -20px;
  }
  .f-outer6 {
    margin: 60px auto 0;
    padding: 0px 0 0px;
    width: 94%;
    border-radius: 20px;
    border-width: 10px;
    filter: drop-shadow(0px 0px 10px #aaa);
  }
  .f-outer6.ver2 {
    margin: 20px auto 0;
  }
  .f-outer6::before {
    top: 1%;
    right: -8%;
    font-size: 7rem;
  }
  .cp-heading {
    width: 80%;
    height: 70px;
    font-size: 18px;
    letter-spacing: 0rem;
    border-radius: 0 0 26px 26px;
    padding: 0px 20px 8px;
  }
  .cp-heading.ver2 {
    font-size: 14px;
  }
  .f-text-unit {
    margin: 36px auto 10px;
    width: 88%;
  }
  .f-text-unit3 {
    margin: 50px auto 20px;
    background-position: 50% 60%;
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 97%);
  }
  .f-text-unit3.ver2 {
    clip-path: polygon(0 0, 100% 6%, 100% 94%, 0% 100%);
  }
  .f-text-unit4 {
    margin: 0px auto 30px;
    width: 82%;
  }
  .f-text-unit5 {
    margin: 0px auto 50px;
    width: 92%;
  }
  .f-text5 {
    font-size: 16px;
  }
  .f-text5 span {
    font-size: 18px;
  }
  .f-title {
    font-size: 22px;
    margin: 16px auto 0;
  }
  .f-text3 {
    font-size: 16px;
    line-height: 2.2rem;
    width: 82%;
    padding: 20% 0;
  }
  .f-text3 span {
    font-size: 19px;
  }
  .f-text3.ver2 {
    padding: 18% 0;
  }
  .f-cont-table {
    margin: 2px auto 0px;
    width: 93%;
  }
  .f-tr {
    font-size: 13px;
    text-align: justify;
  }
  .f-th {
    justify-content: end;
    width: 25%;
    padding: 7px 8px;
    border-radius: 8px;
  }
  .f-td {
    width: 74%;
    padding: 7px 10px;
    border-radius: 8px;
    margin-left: 5px;
  }
  .f-cont-outer {
    margin: 50px auto 0px;
    width: 92%;
  }.f-cont-flex {
    display: block;
  }
  .f-cont-img {
    width: 98%;
    height: 260px;
    margin: 0 auto;
  }
  .f-cont-text {
    width: 90%;
    font-size: 16px;
    padding: 2%;
    line-height: 2rem;
    margin: 20px auto 0;
  }
  .f-cont-text span {
    font-size: 18px;
  }
  .f-cont-outer2 {
    margin: 100px auto 30px;
    width: 90%;
  }
  .f-cp-flex {
    display: block;
  }
  .cp-img-unit {
    width: 100%;
    height: 220px;
    display: flex;
    justify-content: center;
  }
  .cp-img-be {
    width: 47%;
    background-position: 50% 50%;
    border-radius: 18px;
    margin: 0 5px;
  }
  .cp-img-be::before {
    top: -20%;
    font-size: 2.5rem;
  }
  .cp-img-at {
    width: 47%;
    background-position: 50% 50%;
    border-radius: 18px;
    margin: 0 5px;
  }
  .cp-img-at::before {
    top: -20%;
    font-size: 2.5rem;
  }
  .cp-text-unit {
    width: 94%;
    padding: 2%;
    line-height: 2.0rem;
    margin: 20px auto 0;
  }
  .cp-text {
    font-size: 14px;
  }
  .cp-price {
    font-size: 18px;
    padding: 8px 0;
  }


}
