@charset "UTF-8";
.wrap-container {
  width: 1000px;
  margin: auto;
}
@media only screen and (max-width: 769px) {
  .wrap-container {
    width: 100%;
  }
}

.header-wrap {
  width: 1000px;
}
@media only screen and (max-width: 769px) {
  .header-wrap {
    width: 100%;
  }
}
.header-wrap .logo {
  width: 394px;
  display: block;
}
@media only screen and (max-width: 769px) {
  .header-wrap .logo {
    width: 200px;
    margin: 10px 0px;
  }
}

.oowaku-wrap {
  display: flex;
}
@media only screen and (max-width: 769px) {
  .oowaku-wrap {
    display: block;
  }
}
.oowaku-wrap-left {
  width: 700px;
}
@media only screen and (max-width: 769px) {
  .oowaku-wrap-left {
    width: 100%;
  }
}
.oowaku-wrap-left .top-img {
  width: 100%;
}
.oowaku-wrap-right {
  width: 274px;
  margin-left: 40px;
}

.serach-back {
  background-color: white;
  border-radius: 16px;
  border: 1px solid #86501A;
}
@media only screen and (max-width: 769px) {
  .serach-back {
    width: 90%;
    margin: 5% auto;
  }
}
.serach-back-title {
  font-size: 19px;
  color: white;
  margin: 0px auto;
  padding: 15px;
  text-align: center;
  background-color: #86501A;
  border-radius: 15px 15px 15px 15px;
  font-weight: 600;
}
.serach-back-title.active {
  border-radius: 15px 15px 0px 0px;
}

#search-content {
  display: none;
}
#search-content.active {
  display: block;
}

.contents {
  margin: 0px auto 0px;
}

.serch-table {
  display: flex;
  width: 552px;
  border-collapse: separate;
  border-spacing: 5px;
  border-radius: 10px;
  background: none;
  padding: 1px 0px;
  font-size: 16px;
  letter-spacing: 2;
  color: black;
  font-weight: 500;
  margin: 10px auto;
  align-items: center;
  height: 50px;
}
@media only screen and (max-width: 769px) {
  .serch-table {
    width: 100%;
  }
}
.serch-table .serch-table-left {
  padding: 5px 5px;
  width: 252px;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media only screen and (max-width: 769px) {
  .serch-table .serch-table-left {
    width: 46%;
  }
}
.serch-table .serch-table-left-1 {
  width: 30px;
  margin-right: 10px;
}
.serch-table .serch-table-left-1-1 {
  width: 37px;
  margin-right: 6px;
  margin-left: -3px;
}
.serch-table .serch-table-left-2 {
  font-weight: 700;
}
.serch-table .serch-table-right {
  width: 300px;
  font-size: 15px;
}
@media only screen and (max-width: 769px) {
  .serch-table .serch-table-right {
    width: 46%;
  }
}
.serch-table .serch-table-right select {
  width: 300px;
  border: none;
  padding: 10px;
  background-color: #F4F0EC;
  padding: 15px;
  font-size: 15px;
  outline: none;
}
@media only screen and (max-width: 769px) {
  .serch-table .serch-table-right select {
    width: 100%;
  }
}

.serch-table-2 {
  width: 570px;
  margin: 42px auto 0px;
}
@media only screen and (max-width: 769px) {
  .serch-table-2 {
    width: 95%;
  }
}
.serch-table-2 .inner-title {
  width: 100%;
}
.serch-table-2 .inner-select {
  width: 100%;
  margin: 30px auto 0px;
  display: flex;
  flex-wrap: wrap;
}
.serch-table-2 .inner-select-inner {
  width: 31%;
  text-align: center;
  margin: 10px 0px;
  font-size: 15px;
}
@media only screen and (max-width: 769px) {
  .serch-table-2 .inner-select-inner {
    width: 50%;
  }
}
.serch-table-2 .kodawari-btn-waku {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.serch-table-2 .kodawari-btn-waku .tensen {
  border-top: 2px dotted #86501b;
  width: 200px;
}
@media only screen and (max-width: 769px) {
  .serch-table-2 .kodawari-btn-waku .tensen {
    width: 24%;
  }
}
.serch-table-2 .kodawari-btn-waku .kodawari-moji {
  margin: 0px 10px;
  font-size: 20px;
}
@media only screen and (max-width: 769px) {
  .serch-table-2 .kodawari-btn-waku .kodawari-moji {
    font-size: 19px;
  }
}
.serch-table-2 .kodawari-btn-waku .icon {
  position: relative;
  width: 20px;
  height: 20px;
  background: #86501b;
  border-radius: 50%;
  margin: 0px 0px 0px 10px;
}
.serch-table-2 .kodawari-btn-waku .icon::before, .serch-table-2 .kodawari-btn-waku .icon--plus::after {
  position: absolute;
  top: 9px;
  left: 50%;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  border-top: 2px solid #fff;
  transform: translateX(-50%);
}
.serch-table-2 .kodawari-btn-waku .icon--plus:after {
  top: 3px;
  left: -3px;
  transform: rotate(90deg);
}
.serch-table-2 .kodawari-btn-waku .icon--plus.active::after {
  top: 9px;
  left: 4px;
  transform: rotate(0deg);
}

.button-wrapper {
  margin: auto;
  display: flex;
}
.button-wrapper .search-button {
  background-color: #4A4A4A;
  color: white;
  font-weight: 700;
  border-radius: 50px;
  width: 309px;
  text-align: center;
  margin: 30px auto;
  font-size: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 769px) {
  .button-wrapper .search-button {
    width: 80%;
    max-width: 340px;
    padding: 0px;
  }
}
.button-wrapper .search-button .megame {
  width: 20px;
  height: 20px;
  margin: 0px 5px;
}

.front-contnet-wrap {
  margin: 50px auto;
}
@media only screen and (max-width: 769px) {
  .front-contnet-wrap {
    width: 90%;
  }
}
.front-contnet-wrap .title {
  width: 100%;
}
.front-contnet-wrap .fro-img {
  width: 100%;
  margin-bottom: 0px;
}
.front-contnet-wrap .chui {
  font-size: 10px;
  margin: 10px auto;
}

.front-contnet-wrap-2 {
  width: 700px;
  margin: 100px auto;
}
@media only screen and (max-width: 769px) {
  .front-contnet-wrap-2 {
    width: 90%;
    margin: 20% auto;
  }
}
.front-contnet-wrap-2-inner-title {
  margin: 50px auto;
  border-top: 3px solid #FA6E78;
  border-bottom: 3px solid #FA6E78;
  font-size: 30px;
  position: relative;
  height: 78px;
  line-height: 78px;
  color: #000000;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 769px) {
  .front-contnet-wrap-2-inner-title {
    font-size: 22px;
    height: 60px;
    margin: 30px auto;
    line-height: 60px;
  }
}
.front-contnet-wrap-2-inner-title-point {
  position: absolute;
  top: -59px;
  left: 79px;
}
@media only screen and (max-width: 769px) {
  .front-contnet-wrap-2-inner-title-point {
    position: absolute;
    top: -53px;
    left: 5%;
    width: 150px;
  }
}
.front-contnet-wrap-2-inner2 {
  width: 590px;
  margin: 30px auto 50px;
}
@media only screen and (max-width: 769px) {
  .front-contnet-wrap-2-inner2 {
    width: 100%;
  }
}
.front-contnet-wrap-2-inner2-title {
  font-size: 25px;
  font-weight: 700;
}
@media only screen and (max-width: 769px) {
  .front-contnet-wrap-2-inner2-title {
    font-size: 22px;
  }
}
.front-contnet-wrap-2-inner2-img {
  width: 100%;
}
.front-contnet-wrap-2-inner2-bun {
  font-size: 15px;
}
.front-contnet-wrap-2-inner2-chui {
  font-size: 10px;
  text-align: right;
}

table {
  width: 100%;
  table-layout: fixed;
}

.ranking-hyou {
  width: 720px;
  margin: 100px auto;
}
@media only screen and (max-width: 769px) {
  .ranking-hyou {
    width: 90%;
    margin: 15% auto;
  }
}
.ranking-hyou-title {
  width: 100%;
}
.ranking-hyou .hikaku-body {
  font-size: 16px;
  margin: 0 0.5em 0.8em;
  overflow: auto;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
.ranking-hyou .table_box {
  margin: 100px 0px 0px;
  border-collapse: collapse;
  width: 700px;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid;
  background-color: white;
}
@media only screen and (max-width: 769px) {
  .ranking-hyou .table_box {
    width: 100%;
    margin: 15% auto 0px;
  }
}
.ranking-hyou .table_box .ranking-waku1 {
  width: 96px;
}
@media only screen and (max-width: 769px) {
  .ranking-hyou .table_box .ranking-waku1 {
    width: 16% !important;
  }
}
.ranking-hyou .table_box .ranking-waku {
  width: 117px !important;
  height: auto;
  position: relative;
}
.ranking-hyou .table_box .ranking-waku .ranking-img1 {
  width: 120px;
  margin: 38px auto 10px;
  height: 170px;
}
@media only screen and (max-width: 769px) {
  .ranking-hyou .table_box .ranking-waku .ranking-img1 {
    width: 97% !important;
    margin: 20% auto;
    height: auto;
  }
}
.ranking-hyou .table_box .ranking-waku .ranking-img1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ranking-hyou .table_box .ranking-waku .ranking-no {
  width: 100px;
  height: 100px;
  top: -62px;
  left: 12px;
  position: absolute;
}
@media only screen and (max-width: 769px) {
  .ranking-hyou .table_box .ranking-waku .ranking-no {
    width: 60px;
    height: 100px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    position: absolute;
    top: 12px;
    left: 50%;
  }
}
.ranking-hyou .table_box .ranking-title {
  font-size: 16px;
  font-weight: 700;
  color: black;
  width: 120px;
  text-align: center;
  margin: 0px auto 10px;
}
@media only screen and (max-width: 769px) {
  .ranking-hyou .table_box .ranking-title {
    width: 98%;
    font-size: 0.8rem;
  }
}
.ranking-hyou th {
  border-bottom: 1px solid #c3c3c3;
  width: 98px !important;
  font-size: 15px;
  font-weight: 500;
}
@media only screen and (max-width: 769px) {
  .ranking-hyou th {
    width: 70px !important;
    position: -webkit-sticky;
    position: sticky;
    left: -1px;
    z-index: 999;
    font-size: 0.8em;
    font-weight: bold;
    line-height: 1.2;
    background-color: white;
    border-right: 1px solid #c3c3c3;
    border-left: 1px solid #c3c3c3;
  }
  .ranking-hyou th:last-child {
    border-bottom: none;
  }
}
.ranking-hyou .ranking-moji-small {
  padding: 10px;
}
.ranking-hyou .ranking-moji-small img {
  margin: auto;
}
@media only screen and (max-width: 769px) {
  .ranking-hyou .ranking-moji-small {
    font-size: 0.7rem;
    padding: 5px;
    margin: auto;
    line-height: 1rem;
  }
}
.ranking-hyou .vertical-align {
  vertical-align: middle;
}
.ranking-hyou td {
  text-align: center;
  border-left: 1px solid #c3c3c3;
  border-bottom: 1px solid #c3c3c3;
  border-top: none;
  /* padding: 5px 0; */
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
}
.ranking-hyou .dot {
  position: relative;
  line-height: 19px;
  margin: 0px;
}
.ranking-hyou .dot::before {
  content: "・";
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: -2px;
}
@media only screen and (max-width: 769px) {
  .ranking-hyou .dot::before {
    left: -2px;
  }
}
.ranking-hyou .dot2 {
  position: relative;
  line-height: 19px;
  margin: 0px;
}
.ranking-hyou .dot2::before {
  content: "・";
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  position: absolute;
  top: 10px;
  left: -4px;
}
@media only screen and (max-width: 769px) {
  .ranking-hyou .dot2::before {
    left: -2px;
  }
}
.ranking-hyou .img {
  width: 60px;
  margin: 10px auto;
  height: 60px;
  vertical-align: middle;
}
.ranking-hyou p {
  margin: 0px;
}
.ranking-hyou .small {
  font-size: 12px;
}
@media only screen and (max-width: 769px) {
  .ranking-hyou .small {
    font-size: 0.6rem;
  }
}
.ranking-hyou .center-cell {
  vertical-align: middle !important;
}
.ranking-hyou .tubu {
  margin: 20px auto;
  text-align: center;
}
.ranking-hyou .price {
  font-size: 28px;
  text-align: center;
  margin: 5px auto;
}
@media only screen and (max-width: 769px) {
  .ranking-hyou .price {
    font-size: 1rem;
  }
}
.ranking-hyou .center {
  text-align: center;
  margin: 10px auto;
}
.ranking-hyou .btn {
  width: 90%;
  margin: auto;
  display: block;
  height: auto;
}
.ranking-hyou .btn img {
  width: 100%;
}
.ranking-hyou .btn:hover {
  opacity: 0.5;
}
.ranking-hyou .gray-btn-rank {
  margin: 5px auto;
  width: 80%;
}
@media only screen and (max-width: 769px) {
  .ranking-hyou .gray-btn-rank {
    width: 90%;
  }
}
.ranking-hyou .btn-pink {
  margin-top: 8px;
}
.ranking-hyou .btn-red {
  overflow: hidden;
  transition: 0.2s;
  width: 100px;
  position: relative;
}
@media only screen and (max-width: 769px) {
  .ranking-hyou .btn-red {
    width: 93%;
    margin: 5px auto;
  }
}
.ranking-hyou .btn-red .osusume-img {
  position: absolute;
  top: 0px;
  left: 0;
  height: auto;
  width: 100%;
}
.ranking-hyou .btn-red img {
  width: 100%;
}
@media only screen and (max-width: 769px) {
  .ranking-hyou .btn-red img {
    width: 100%;
    margin: 0px 0px 0px 0%;
    z-index: 2;
    position: relative;
    margin: 0% auto 0px;
  }
}
.ranking-hyou .btn-red::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  -webkit-animation: shiny-btn6 3s ease-in-out infinite;
          animation: shiny-btn6 3s ease-in-out infinite;
  z-index: 999;
}
@media only screen and (max-width: 769px) {
  .ranking-hyou .btn-red::before {
    top: 0px;
  }
}

.small-migi-font {
  text-align: right;
  font-size: 10px;
  color: #4A4A4A;
  margin-top: 5px !important;
}

.osusume-box {
  width: 700px;
  margin: 100px auto;
}
@media only screen and (max-width: 769px) {
  .osusume-box {
    width: 90%;
    margin: 10% auto;
  }
}
.osusume-box .title {
  font-size: 18px;
  text-align: left;
}
@media only screen and (max-width: 769px) {
  .osusume-box .title {
    text-align: center;
  }
}
.osusume-box .waku {
  background-color: white;
  border-radius: 50px 50px 50px 50px;
  padding-bottom: 30px;
  margin-bottom: 50px;
  margin-top: 41px;
}
@media only screen and (max-width: 769px) {
  .osusume-box .waku {
    background-color: white;
    border-radius: 30px 30px 30px 30px;
    padding-bottom: 10px;
    margin-bottom: 50px;
  }
}
.osusume-box .waku .todokede {
  border: 1px solid #4A4A4A;
  font-size: 16px;
  padding: 10px 0px 10px 0px;
  width: 200px;
  position: relative;
  color: #4A4A4A;
  margin-top: 29px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 769px) {
  .osusume-box .waku .todokede {
    width: 76%;
    margin: 0px auto 10%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.osusume-box .waku .todokede .yajirushi {
  content: "";
  background-image: url(../img/product/yajirushi.svg);
  width: 18px;
  height: 18px;
  top: 0;
  bottom: 0;
  margin: 0px 3px;
  right: 10px;
  transform: rotate(-180deg);
}
.osusume-box .waku .todokede .yajirushi.active {
  transform: rotate(0deg);
}
.osusume-box .waku .shousai-waku-btn {
  margin: 50px auto;
}
.osusume-box .waku-title {
  background-color: #FF8791;
  border-radius: 50px 50px 0px 0px;
  padding: 10px 10px 1px 10px;
  position: relative;
}
@media only screen and (max-width: 769px) {
  .osusume-box .waku-title {
    border-radius: 30px 30px 0px 0px;
  }
}
.osusume-box .waku-title .title2 {
  background-color: rgba(255, 255, 255, 0.1882352941);
  display: table;
  padding: 2px 10px;
  color: white;
  margin: 10px auto;
  margin: auto;
  text-align: center;
}
.osusume-box .waku-title .title3 {
  font-size: 33px;
  text-align: center;
  margin: 5px auto 10px;
  color: white;
  line-height: 33px;
}
@media only screen and (max-width: 769px) {
  .osusume-box .waku-title .title3 {
    font-size: 2rem;
  }
}
.osusume-box .waku-title .medaru {
  position: absolute;
  top: -20px;
  left: 10px;
  width: 139px;
}
@media only screen and (max-width: 769px) {
  .osusume-box .waku-title .medaru {
    top: -54px;
    left: 3%;
    width: 88px;
  }
}
.osusume-box .waku-inner {
  width: 700px;
  display: flex;
  margin: 20px auto 0px;
  align-items: flex-end;
}
@media only screen and (max-width: 769px) {
  .osusume-box .waku-inner {
    width: 100%;
    display: block;
    margin: 10% auto;
  }
}
.osusume-box .waku-inner .left {
  width: 211px;
  margin-left: 20px;
}
@media only screen and (max-width: 769px) {
  .osusume-box .waku-inner .left {
    width: 100%;
    margin: auto;
  }
}
.osusume-box .waku-inner .left .img {
  width: 250px;
  height: auto;
}
@media only screen and (max-width: 769px) {
  .osusume-box .waku-inner .left .img {
    width: 60%;
    max-width: 213px;
    margin: auto;
  }
}
.osusume-box .waku-inner .left .btn,
.osusume-box .waku-inner .left .todokede {
  border: 1px solid #4A4A4A;
  font-size: 16px;
  padding: 0px 0px 0px 0px;
  width: 200px;
  position: relative;
  color: #4A4A4A;
  margin-top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
}
@media only screen and (max-width: 769px) {
  .osusume-box .waku-inner .left .btn,
.osusume-box .waku-inner .left .todokede {
    width: 76%;
    margin: 0px auto 10%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.osusume-box .waku-inner .left .btn .yajirushi,
.osusume-box .waku-inner .left .todokede .yajirushi {
  content: "";
  background-image: url(../img/product/yajirushi.svg);
  width: 18px;
  height: 18px;
  top: 0;
  bottom: 0;
  margin: 0px 3px;
  right: 10px;
  transform: rotate(-180deg);
}
.osusume-box .waku-inner .left .btn .yajirushi.active,
.osusume-box .waku-inner .left .todokede .yajirushi.active {
  transform: rotate(0deg);
}
.osusume-box .waku-inner .left .btn-left,
.osusume-box .waku-inner .left .todokede-left {
  width: 150px;
}
.osusume-box .waku-inner .right {
  width: 448px;
}
@media only screen and (max-width: 769px) {
  .osusume-box .waku-inner .right {
    width: 84%;
    margin: auto;
  }
}
.osusume-box .waku-inner .right .title {
  font-size: 25px;
  color: #DC5A32;
  line-height: 37px;
  text-align: center;
  margin: 0px;
}
@media only screen and (max-width: 769px) {
  .osusume-box .waku-inner .right .title {
    font-size: 1.1rem;
  }
}
.osusume-box .waku-inner .right .jsCanvasParent {
  width: 400px;
  margin: auto;
  margin-bottom: 78px;
  height: 300px;
}
@media only screen and (max-width: 769px) {
  .osusume-box .waku-inner .right .jsCanvasParent {
    width: 100%;
  }
}
.osusume-box .waku .todokede-inner {
  display: none;
  margin: 10px auto 50px;
  font-size: 10px;
  line-height: 18px;
  width: 624px;
  margin-bottom: 20px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 769px) {
  .osusume-box .waku .todokede-inner {
    margin: -28px auto 30px;
    width: 89%;
    padding: 0px;
  }
}
.osusume-box .waku .todokede-inner.active {
  display: block;
}
.osusume-box .point-waku {
  width: 620px;
  margin: 0px auto;
}
@media only screen and (max-width: 769px) {
  .osusume-box .point-waku {
    width: 90%;
  }
}
.osusume-box .point-waku .title {
  font-size: 25px;
  text-align: center;
}
@media only screen and (max-width: 769px) {
  .osusume-box .point-waku .title {
    font-size: 1.2rem;
  }
}
.osusume-box .point-waku-inner {
  background-color: #FFF2F2;
  padding: 10px 20px 0px 20px;
  border-radius: 18px;
}
.osusume-box .point-waku-inner .point-bun {
  font-size: 22px;
  border-bottom: 2px dotted;
  padding-bottom: 20px;
}
@media only screen and (max-width: 769px) {
  .osusume-box .point-waku-inner .point-bun {
    font-size: 17px;
  }
}
.osusume-box .point-waku-inner .point-bun:last-child {
  border-bottom: none;
}
.osusume-box .point-waku-inner .num {
  border-radius: 50%;
  color: white;
  background-color: #FA6E78;
  width: 20px;
  height: 20px;
  padding: 1px 9px;
}
.osusume-box .shousai-waku-inner {
  width: 500px;
  display: flex;
  justify-content: space-between;
  margin: 50px auto;
}
@media only screen and (max-width: 769px) {
  .osusume-box .shousai-waku-inner {
    width: 90%;
  }
}
.osusume-box .shousai-waku-inner .gray-btn {
  width: 243px;
  height: 63px;
  background: linear-gradient(#fff5f5, #606060);
  border-radius: 13px;
  color: white;
  text-align: center;
  line-height: 43px;
  line-height: 63px;
  border: 2px solid #d3cbcb;
  box-shadow: 0 3px 0 0 rgb(226, 226, 226);
}
@media only screen and (max-width: 769px) {
  .osusume-box .shousai-waku-inner .gray-btn {
    width: 48%;
    max-width: 243px;
  }
}
.osusume-box .shousai-waku-inner .gray-btn:link {
  text-decoration: none;
}
.osusume-box .shousai-waku-inner .gray-btn:hover {
  text-decoration: none;
  color: #fff;
  opacity: 0.7; /*不透明度*/
  box-shadow: none;
  -webkit-transform: translateY(3px);
}
.osusume-box .shousai-waku-inner .pink-btn {
  width: 243px;
  height: 63px;
  background: linear-gradient(#ffdddc, #ff9897);
  border-radius: 13px;
  color: white;
  text-align: center;
  line-height: 43px;
  line-height: 63px;
  border: 2px solid #ffd1d1;
  box-shadow: 0 3px 0 0 rgb(253, 221, 219);
}
@media only screen and (max-width: 769px) {
  .osusume-box .shousai-waku-inner .pink-btn {
    width: 48%;
    max-width: 243px;
  }
}
.osusume-box .shousai-waku-inner .pink-btn:link {
  text-decoration: none;
}
.osusume-box .shousai-waku-inner .pink-btn:hover {
  text-decoration: none;
  color: #fff;
  opacity: 0.7; /*不透明度*/
  box-shadow: none;
  -webkit-transform: translateY(3px);
}
.osusume-box .shousai-waku-inner .orange-btn {
  overflow: hidden;
  transition: 0.2s;
  display: block;
  width: 243px;
  height: 63px;
  background: linear-gradient(#FFAB76, #EB7F00);
  border-radius: 13px;
  color: white;
  text-decoration: none;
  text-align: center;
  line-height: 63px;
  border: 2px solid #ed851d;
  box-shadow: 0 3px 0 0 rgb(253, 221, 219);
}
@media only screen and (max-width: 769px) {
  .osusume-box .shousai-waku-inner .orange-btn {
    width: 48%;
    max-width: 243px;
  }
}
.osusume-box .shousai-waku-inner .orange-btn:link {
  text-decoration: none;
}
.osusume-box .shousai-waku-inner .orange-btn:hover {
  text-decoration: none;
  color: #fff;
  opacity: 0.7; /*不透明度*/
  box-shadow: none;
  -webkit-transform: translateY(3px);
}
.osusume-box .shousai-waku-inner .shiny-orange-btn {
  overflow: hidden;
  transition: 0.2s;
  display: block;
  width: 243px;
  height: 63px;
  background: linear-gradient(#FFAB76, #EB7F00);
  border-radius: 13px;
  color: white;
  text-align: center;
  line-height: 63px;
  border: 2px solid #ed851d;
  box-shadow: 0 3px 0 0 rgb(253, 221, 219);
  position: relative;
}
@media only screen and (max-width: 769px) {
  .osusume-box .shousai-waku-inner .shiny-orange-btn {
    width: 48%;
    max-width: 243px;
  }
}
.osusume-box .shousai-waku-inner .shiny-orange-btn:link {
  text-decoration: none;
}
.osusume-box .shousai-waku-inner .shiny-orange-btn:hover {
  text-decoration: none;
  color: #fff;
  opacity: 0.7; /*不透明度*/
  box-shadow: none;
  -webkit-transform: translateY(3px);
}
.osusume-box .shousai-waku-inner .shiny-orange-btn::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  -webkit-animation: shiny-btn6 3s ease-in-out infinite;
          animation: shiny-btn6 3s ease-in-out infinite;
}
.osusume-box .shousai-waku-inner2 table {
  width: 500px;
  margin: 30px auto 0px;
  border: 1px solid;
  border-collapse: collapse;
}
@media only screen and (max-width: 769px) {
  .osusume-box .shousai-waku-inner2 table {
    width: 90%;
  }
}
.osusume-box .shousai-waku-inner2 table th { /*table内のthに対して*/
  padding: 15px 0px;
  border: solid 1px;
  background-color: #FAF4EF;
}
.osusume-box .shousai-waku-inner2 table td { /*table内のtdに対して*/
  padding: 3px 10px; /*上下3pxで左右10px*/
  border: solid 1px;
  text-align: left;
  font-size: 15px;
}
.osusume-box .shousai-waku-inner2 table td .big {
  font-size: 28px;
}
.osusume-box .shousai-waku-inner2 .chui {
  width: 500px;
  margin: 5px auto;
  font-size: 10px;
  text-align: right;
  font-size: #4A4A4A;
}
@media only screen and (max-width: 769px) {
  .osusume-box .shousai-waku-inner2 .chui {
    width: 90%;
  }
}
.osusume-box .review-waku {
  width: 620px;
  margin: 50px auto;
}
@media only screen and (max-width: 769px) {
  .osusume-box .review-waku {
    width: 90%;
    margin: 10% auto;
  }
}
.osusume-box .review-waku .title {
  background-color: #FA6E78;
  padding: 20px 30px;
  text-align: left;
  color: white;
  display: flex;
  justify-content: space-between;
}
.osusume-box .review-waku .title-inner {
  margin: 0px;
}
.osusume-box .review-waku .title .yajirushi {
  width: 30px;
  height: 30px;
  transform: rotate(-180deg);
  margin: 0px;
}
.osusume-box .review-waku .title .yajirushi.active {
  transform: rotate(0deg);
}
.osusume-box .review-waku .review-content {
  display: none !important;
  background-color: #FFF2F2;
  padding: 20px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 769px) {
  .osusume-box .review-waku .review-content {
    padding: 20px 10px;
  }
}
.osusume-box .review-waku .review-content.active {
  display: block !important;
}
.osusume-box .review-waku .review-content-inner {
  display: flex;
  margin-bottom: 30px;
}
@media only screen and (max-width: 769px) {
  .osusume-box .review-waku .review-content-inner {
    margin-bottom: 10%;
  }
}
.osusume-box .review-waku .review-content-inner .left {
  width: 75px;
  margin-left: 22px;
}
@media only screen and (max-width: 769px) {
  .osusume-box .review-waku .review-content-inner .left {
    width: 15%;
    margin: 0px;
    max-width: 75px;
  }
}
.osusume-box .review-waku .review-content-inner .left .img {
  margin: 0px auto;
}
.osusume-box .review-waku .review-content-inner .left .font {
  font-size: 16px;
  text-align: center;
}
@media only screen and (max-width: 769px) {
  .osusume-box .review-waku .review-content-inner .left .font {
    text-align: center;
  }
}
.osusume-box .review-waku .review-content-inner .right {
  width: 505px;
  margin-right: 20px;
}
@media only screen and (max-width: 769px) {
  .osusume-box .review-waku .review-content-inner .right {
    width: 85%;
    margin: 0px;
  }
}
.osusume-box .review-waku .review-content-inner .right-inner {
  display: flex;
  margin-left: 20px;
}
.osusume-box .review-waku .review-content-inner .right-inner .yajirushi {
  width: 26px;
  margin-right: -5px;
  margin-top: 27px;
  display: block;
}
.osusume-box .review-waku .review-content-inner .right-inner .migi-waku {
  background-color: white;
  border-radius: 10px;
  padding: 20px;
  width: 380px;
}
@media only screen and (max-width: 769px) {
  .osusume-box .review-waku .review-content-inner .right-inner .migi-waku {
    padding: 10px;
  }
}
.osusume-box .review-waku .review-content-inner .right-inner .migi-waku-title {
  font-size: 20px;
  color: #FA6E78;
  margin-bottom: 10px;
  border-bottom: 1px solid #FA6E78;
  padding-bottom: 10px;
}
@media only screen and (max-width: 769px) {
  .osusume-box .review-waku .review-content-inner .right-inner .migi-waku-title {
    font-size: 1rem;
  }
}
.osusume-box .review-waku .review-content-inner .right-inner .migi-waku-bun {
  font-size: 15px;
  line-height: 25px;
}
@media only screen and (max-width: 769px) {
  .osusume-box .review-waku .review-content-inner .right-inner .migi-waku-bun {
    font-size: 0.9rem;
  }
}
.osusume-box .review-waku .review-content-inner .right-inner .migi-waku-chui {
  text-align: right;
  font-size: 10px;
  color: #4A4A4A;
}
.osusume-box .moushikomi-btn {
  position: relative;
}
@media only screen and (max-width: 769px) {
  .osusume-box .moushikomi-btn {
    width: 100%;
    height: 60px;
    display: block;
    margin-bottom: 41px;
  }
}
.osusume-box .moushikomi-btn:link {
  text-decoration: none;
}
.osusume-box .moushikomi-btn .fukidashi {
  margin-top: -10px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  position: absolute;
  top: 16%;
  left: 50%;
  width: 245px;
}
.osusume-box .moushikomi-btn .hoshi-1 {
  position: absolute;
  top: -30px;
  left: 134px;
  width: 100px;
}
@media only screen and (max-width: 769px) {
  .osusume-box .moushikomi-btn .hoshi-1 {
    position: absolute;
    top: 5%;
    left: 15%;
    width: 15%;
  }
}
.osusume-box .moushikomi-btn .hoshi-2 {
  position: absolute;
  top: 5px;
  left: 191px;
  width: 59px;
}
@media only screen and (max-width: 769px) {
  .osusume-box .moushikomi-btn .hoshi-2 {
    width: 10%;
    top: -9%;
    left: 13%;
  }
}
.osusume-box .moushikomi-btn .hoshi-3 {
  position: absolute;
  top: -21px;
  left: 210px;
  width: 59px;
}
@media only screen and (max-width: 769px) {
  .osusume-box .moushikomi-btn .hoshi-3 {
    width: 22%;
    left: 70%;
    top: -47%;
  }
}
.osusume-box .moushikomi-btn .hoshi-4 {
  position: absolute;
  top: -18px;
  left: 480px;
  width: 59px;
}
@media only screen and (max-width: 769px) {
  .osusume-box .moushikomi-btn .hoshi-4 {
    width: 12%;
    top: 2%;
    left: 70%;
  }
}
.osusume-box .moushikomi-btn .hoshi-5 {
  position: absolute;
  top: -18px;
  left: 492px;
  width: 100px;
}
@media only screen and (max-width: 769px) {
  .osusume-box .moushikomi-btn .hoshi-5 {
    width: 10%;
    top: -12%;
    left: 20%;
  }
}
.osusume-box .shiny-btn6 {
  display: block;
  position: relative;
  width: 460px; /*ボタンの幅*/
  margin: 30px auto;
  background: #DC5A32; /*ボタンの色*/
  box-shadow: 0 3px 0 0 rgb(201, 194, 194); /*影の色(rgbaの値を変更)*/
  border-radius: 5px;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  transition: 0.2s;
  line-height: 60px;
}
@media only screen and (max-width: 769px) {
  .osusume-box .shiny-btn6 {
    width: 80%;
    max-width: 460px;
    padding: 5px;
  }
}
.osusume-box .shiny-btn6:link {
  text-decoration: none;
}
.osusume-box .shiny-btn6:hover {
  text-decoration: none;
  color: #fff;
  opacity: 0.7; /*不透明度*/
  box-shadow: none;
  -webkit-transform: translateY(3px);
}
.osusume-box .shiny-btn6::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  -webkit-animation: shiny-btn6 3s ease-in-out infinite;
          animation: shiny-btn6 3s ease-in-out infinite;
}
@-webkit-keyframes shiny-btn6 {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.osusume-box .pink-koushiki-btn {
  display: block;
  position: relative;
  width: 460px;
  margin: 30px auto;
  background: linear-gradient(#ffdddc, #ff9897);
  box-shadow: 0 3px 0 0 rgb(253, 221, 219);
  border-radius: 5px;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  border: 2px solid #ffd1d1;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  transition: 0.2s;
  line-height: 60px;
}
@media only screen and (max-width: 769px) {
  .osusume-box .pink-koushiki-btn {
    width: 80%;
    max-width: 460px;
    padding: 5px;
  }
}
.osusume-box .pink-koushiki-btn:hover {
  text-decoration: none;
  color: #fff;
  opacity: 0.7; /*不透明度*/
  box-shadow: none;
  -webkit-transform: translateY(3px);
}

.sidebar-wrap {
  width: 100%;
}
.sidebar-wrap img {
  width: 100%;
  margin-top: 10px;
}
.sidebar-wrap-bun {
  font-size: 10px;
  line-height: 20px;
  color: #4A4A4A;
}
.sidebar-wrap .sidebar-ichiran {
  margin: 30px auto;
}
.sidebar-wrap .sidebar-ichiran .title {
  background-color: #E89050;
  text-align: center;
  padding: 5px 0px;
  font-size: 18px;
  color: white;
  margin: 30px auto 0px;
}
.sidebar-wrap .sidebar-ichiran .ichiran-inner {
  display: flex;
  justify-content: flex-start;
  padding: 5px 5px 5px 30px;
  align-items: center;
  background-color: white;
  border-bottom: 1px dotted;
  width: 80%;
  margin: auto;
  color: black;
}
.sidebar-wrap .sidebar-ichiran .ichiran-inner:last-child {
  border-bottom: none;
}
.sidebar-wrap .sidebar-ichiran .ichiran-inner-left-img {
  width: 52px;
  margin-right: 20px;
  position: relative;
}
.sidebar-wrap .sidebar-ichiran .ichiran-inner-left-img .ranking {
  position: absolute;
  width: 56px;
  top: -31px;
  left: -36px;
}
.sidebar-wrap .sidebar-ichiran .ichiran-inner-right-bun {
  font-size: 15px;
}
.sidebar-wrap .sidebar-ichiran .ichiran-inner:hover {
  opacity: 0.5;
}
.sidebar-wrap .sidebar-ichiran .kiji-content {
  width: 243px;
  border-radius: 10px;
  box-shadow: 0 3px 0 0 rgb(223, 218, 218);
  padding: 0px 0px 0px 25px;
  background-color: white;
  margin: 5px auto;
  color: #000000;
  position: relative;
  display: block;
  height: 70px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sidebar-wrap .sidebar-ichiran .kiji-content::after {
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  position: absolute;
  content: "";
  left: 10px;
  top: 50%;
  width: 0;
  height: 0;
  border-left: 10px solid #e89050;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.sidebar-wrap .sidebar-ichiran .kiji-content:hover {
  text-decoration: none;
  opacity: 0.7; /*不透明度*/
  box-shadow: none;
  -webkit-transform: translateY(3px);
}

.single-waku {
  margin: 0px auto 100px;
}
@media only screen and (max-width: 769px) {
  .single-waku {
    width: 84%;
  }
}
.single-waku .single-title {
  font-size: 30px;
  position: relative;
  line-height: 35px;
  border-left: #ff5663 10px solid;
  padding-left: 10px;
}
.single-waku .single-mae {
  width: 191px;
  margin: 30px auto 30x 0px;
}

.company-waku {
  width: 580px;
  margin: 50px auto;
}
@media only screen and (max-width: 769px) {
  .company-waku {
    width: 100%;
  }
}
.company-waku .title {
  font-size: 19px;
  padding: 10px;
  border-bottom: 2px solid #ff5663;
  color: #ff5663;
}
.company-waku-inner {
  width: 560px;
  margin: auto;
}
@media only screen and (max-width: 769px) {
  .company-waku-inner {
    width: 100%;
  }
}
.company-waku-inner-title {
  font-size: 15px;
  position: relative;
  padding-left: 24px;
}
.company-waku-inner-title::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid black;
  position: absolute;
  top: 5px;
  left: 0px;
}
.company-waku-inner-title2 {
  font-size: 15px;
}
.company-waku-inner-bun {
  font-size: 14px;
}
.company-waku-inner .company-hyou {
  width: 560px;
  display: flex;
  font-size: 14px;
  border-top: 1px solid #BCBCBC;
  border-left: 1px solid #BCBCBC;
  border-right: 1px solid #BCBCBC;
}
@media only screen and (max-width: 769px) {
  .company-waku-inner .company-hyou {
    width: 100%;
  }
}
.company-waku-inner .company-hyou-left {
  width: 60px;
  background-color: #FFFBF0;
  padding: 10px;
  border-right: 1px solid #BCBCBC;
}
@media only screen and (max-width: 769px) {
  .company-waku-inner .company-hyou-left {
    width: 20%;
  }
}
.company-waku-inner .company-hyou-right {
  padding: 10px;
  width: 460px;
  background-color: white;
}
@media only screen and (max-width: 769px) {
  .company-waku-inner .company-hyou-right {
    width: 70%;
  }
}
.company-waku-inner .company-hyou:last-child {
  border-bottom: 1px solid #BCBCBC;
}

a:link {
  text-decoration: none;
  color: black;
}

a:hover {
  color: black;
}

a:link {
  color: black;
}

input:checked + label {
  color: rgb(4, 0, 0);
}

input[type=checkbox]:checked {
  box-shadow: none;
}

option:checked {
  box-shadow: 0 0 0 3px rgb(19, 19, 19);
  color: rgb(2, 0, 0);
}

body {
  background-color: #F4F0EC;
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  margin: 0px auto;
}
html {
  margin-top: 0px !important;
}

.container {
  width: 100%;
  overflow-x: hidden;
}

@media only screen and (min-width: 1026px) {
  .pc-only,
#swiper-top-pc {
    display: block;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1025px) {
  .pc-only,
#swiper-top-pc {
    display: block;
  }
}
@media only screen and (min-width: 481px) and (max-width: 769px) {
  .pc-only,
#swiper-top-pc {
    display: none !important;
  }
}
@media only screen and (max-width: 481px) {
  .pc-only,
#swiper-top-pc {
    display: none !important;
  }
}

@media only screen and (min-width: 481px) and (max-width: 769px) {
  .sm-br {
    display: block;
  }
}
@media only screen and (max-width: 481px) {
  .sm-br {
    display: block;
  }
}
@media only screen and (min-width: 1026px) {
  .sm-br {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1025px) {
  .sm-br {
    display: none !important;
  }
}

@media only screen and (min-width: 481px) and (max-width: 769px) {
  .pc-br {
    display: none !important;
  }
}
@media only screen and (max-width: 481px) {
  .pc-br {
    display: none !important;
  }
}
@media only screen and (min-width: 1026px) {
  .pc-br {
    display: block;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1025px) {
  .pc-br {
    display: block;
  }
}

@media only screen and (min-width: 1026px) {
  .sm-only,
#swiper-top-sm {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1025px) {
  .sm-only,
#swiper-top-sm {
    display: none !important;
  }
}
@media only screen and (min-width: 481px) and (max-width: 769px) {
  .sm-only,
#swiper-top-sm {
    display: block;
  }
}
@media only screen and (max-width: 481px) {
  .sm-only,
#swiper-top-sm {
    display: block;
  }
}

@font-face {
  font-family: "font-tukushi"; /* フォント名 */
  src: url("../font/TsukushiAMaruGothic.ttc") format("truetype");
}
.tukushi-regu {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.tukushi-bold {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
}

img {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 1026px) {
  .fadeIn_up {
    opacity: 0;
    transform: translate(0, 50%);
    transition: 2s;
  }
  .fadeIn_up2 {
    opacity: 0;
    transform: translate(0, 30px);
    -webkit-transition: 1s;
  }
  .fadeIn_up.is-show {
    transform: translate(0, 0);
    opacity: 1;
  }
  .fadeIn_up2.is-show {
    transform: translate(0, 0);
    opacity: 1;
  }
  .fade {
    opacity: 0;
    transition: opacity 3s;
  }
  .fade.view {
    opacity: 1;
  }
}
@media only screen and (max-width: 769px) {
  .sm-margintop-40 {
    margin-top: 40%;
  }
}

@media only screen and (max-width: 769px) {
  .sm-marginbottom-40 {
    margin-bottom: 40%;
  }
}

.conent-inner {
  margin-top: 80px;
}

@media only screen and (min-width: 769px) and (max-width: 1025px) {
  .margin-top100 {
    margin-top: 100px !important;
  }
}
@media only screen and (min-width: 1026px) {
  .margin-top100 {
    margin-top: 100px !important;
  }
}

.margin-bottom0 {
  margin-bottom: 0px !important;
}

.padding-bottom150px {
  padding-bottom: 150px !important;
}
@media only screen and (max-width: 769px) {
  .padding-bottom150px {
    padding-bottom: 10% !important;
  }
}

.padding-top100 {
  padding-top: 100px !important;
}
@media only screen and (max-width: 769px) {
  .padding-top100 {
    padding-top: 10% !important;
  }
}

.red {
  color: #DC5A32;
}

.pink {
  color: #FA6E78;
}

.bg-pink {
  background-color: #FDE2E2;
}

.bg-gray {
  background-color: #f4f3f1;
}

.motto-btn {
  width: 250px !important;
}

.border {
  width: 1000px;
  margin: auto;
  border-bottom: 1px solid #3C1300;
}

.font-mincho {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.borde-none {
  border-bottom: none;
}

.border-bottom {
  border-bottom: 1px solid #828282;
}

.margin-top0 {
  margin-top: 0px !important;
}

.padding-top0 {
  padding-top: 0px !important;
}

#acMenu dt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 30px;
  position: relative;
  line-height: 80px;
  margin: 30px 0px;
  font-size: 22px;
  position: relative;
  padding: 10px 10px 10px 20px;
  border: 1px solid;
  cursor: pointer;
}
@media only screen and (max-width: 769px) {
  #acMenu dt {
    width: 100%;
    font-size: 17px;
    line-height: 30px;
  }
}
#acMenu dt .arrow1 {
  position: relative;
  display: inline-block;
  margin-right: 30px;
}
#acMenu dt .arrow1::after, #acMenu dt .arrow1::before {
  position: absolute;
  content: "";
  display: block;
  transition: all 0.4s;
  background: #727171;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 1px;
  transform: translate(-50%, -50%);
}
#acMenu dt .arrow1.active::before {
  transform: translate(-50%, -50%) rotate(180deg);
}
#acMenu dt .arrow1::before {
  transform: translate(-50%, -50%) rotate(90deg);
}

#acMenu dd {
  height: auto;
  line-height: 30px;
  text-align: left;
  display: none;
  line-height: 30px;
  margin: 10px 0px;
  font-size: 22px;
  line-height: 50px;
}
@media only screen and (max-width: 769px) {
  #acMenu dd {
    font-size: 17px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 769px) {
  #acMenu dd {
    width: 100%;
  }
}

.bg-none {
  background-image: none !important;
  background-color: white !important;
}

.vertical {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.margin-top80 {
  margin-top: 80px;
}

.guide-top-waku {
  margin-top: -10px;
}

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

.text-center-pc {
  text-align: center;
}
@media only screen and (max-width: 769px) {
  .text-center-pc {
    text-align: left;
  }
}

.bold {
  font-weight: bold !important;
}

.margin-top50 {
  margin-top: 50px;
}
@media only screen and (max-width: 769px) {
  .margin-top50 {
    margin: auto;
  }
}

.font-white {
  color: white !important;
}

.aline-item-center {
  align-items: center;
}

.space-between {
  justify-content: space-between;
}

.flex-start {
  justify-content: flex-start !important;
}

.flex-wrap {
  flex-wrap: wrap;
}

.product-margin-100 {
  margin: 0px auto 100px;
}
@media only screen and (max-width: 769px) {
  .product-margin-100 {
    margin: 10% auto;
  }
}

.bg-white {
  background-color: white !important;
}

.font-pink {
  color: #FF4A6C;
}

footer .footer-home {
  display: flex;
  justify-content: center;
  margin: 10px auto;
  color: black;
}
@media only screen and (max-width: 769px) {
  footer .footer-home {
    color: black;
  }
}
footer .footer-home-button {
  border-right: 1px solid;
  padding-right: 10px;
  margin-right: 10px;
  font-size: 12px;
  color: black;
}
@media only screen and (max-width: 769px) {
  footer .footer-home-button {
    color: black;
  }
}
footer .footer-home-button:last-child {
  border-right: none;
}
footer .footer-copyright {
  background-color: #FF8791;
  color: white;
  padding: 10px 0px;
  font-size: 10px;
  text-align: center;
}/*# sourceMappingURL=style.css.map */