@charset "UTF-8";
/* 明朝体 */
/* ゴシック体 */
/* ゴシック体 */
/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */
/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */
.slick-slider .slick-track {
  text-align: center;
}

.slick-slide {
  vertical-align: center;
}
.slick-slide img {
  display: inline;
}

.section {
  margin-bottom: 60px;
}

#campaign {
  padding: 0 0 50px 0;
  text-align: center;
}
#campaign .banner__row {
  margin: 0 0 30px 0;
}
#campaign .banner__row:last-of-type {
  margin-bottom: 0;
}
#campaign .banner_short {
  width: 490px;
}
#campaign img {
  width: 100%;
}

#youtuber {
  margin-bottom: 60px;
}

#activity {
  margin-bottom: 60px;
}
#activity .activity-content {
  margin-top: 30px;
}
#activity .activity-content .activity-main-title {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  color: #9f3250;
}
#activity .activity-content .healing-section,
#activity .activity-content .tarot-section {
  margin-bottom: 40px;
  padding: 25px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  background: #f9f9f9;
}
#activity .activity-content .healing-section h3,
#activity .activity-content .tarot-section h3 {
  font-size: 20px;
  font-weight: bold;
  color: #9f3250;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid #dcb6c1;
}
#activity .activity-content .healing-section .healing-description,
#activity .activity-content .healing-section .tarot-description,
#activity .activity-content .tarot-section .healing-description,
#activity .activity-content .tarot-section .tarot-description {
  font-size: 15px;
  margin: 10px 0 35px 0;
  line-height: 1.6;
}
#activity .activity-content .healing-section .course-list,
#activity .activity-content .tarot-section .course-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
#activity .activity-content .healing-section .course-list li,
#activity .activity-content .tarot-section .course-list li {
  margin-bottom: 20px;
}
#activity .activity-content .healing-section .course-list li:last-child,
#activity .activity-content .tarot-section .course-list li:last-child {
  margin-bottom: 0;
}
#activity .activity-content .healing-section .course-list li a,
#activity .activity-content .tarot-section .course-list li a {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 15px;
  background: #fff;
  border-radius: 6px;
  transition: all 0.3s ease;
  text-decoration: none;
  color: #333;
}
#activity .activity-content .healing-section .course-list li a:hover,
#activity .activity-content .tarot-section .course-list li a:hover {
  background: #9f3250;
  color: #fff;
}
#activity .activity-content .healing-section .course-list li a:hover .course-comment,
#activity .activity-content .tarot-section .course-list li a:hover .course-comment {
  color: #fff;
}
#activity .activity-content .healing-section .course-list li a:hover strong,
#activity .activity-content .tarot-section .course-list li a:hover strong {
  color: #fff;
}
#activity .activity-content .healing-section .course-list li a .course-comment,
#activity .activity-content .tarot-section .course-list li a .course-comment {
  flex: 1;
  margin-right: 15px;
  font-size: 14px;
  line-height: 1.5;
  color: #666;
}
#activity .activity-content .healing-section .course-list li a strong,
#activity .activity-content .tarot-section .course-list li a strong {
  font-size: 16px;
  white-space: nowrap;
  flex-shrink: 0;
  color: #333;
}
#activity_result {
  margin-bottom: 60px;
}
#activity_result .activity__list.flexbox_list {
  gap: 30px;
  justify-content: space-between;
  flex-wrap: wrap;
}
#activity_result .activity__list .activity__item {
  width: calc(33.333% - 20px);
  background: #f8f8f8;
  padding: 25px 20px;
  border-radius: 8px;
  text-align: center;
  transition: all 0.3s ease;
  box-sizing: border-box;
}
#activity_result .activity__list .activity__item .item__title {
  font-size: 18rem;
  color: #a8752b;
  margin-bottom: 5px;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
#activity_result .activity__list .activity__item .item__place {
  font-size: 14rem;
  color: #666;
  line-height: 1.4em;
  font-family: "Noto Sans JP", Verdana, Roboto, "Droid Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
}
#activity_result .activity__list .activity__item .item__content {
  font-size: 13rem;
  color: #333;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1.5em;
  font-family: "Noto Sans JP", Verdana, Roboto, "Droid Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
}
#activity_result .activity__list .activity__item .item__thumb {
  width: 100%;
  height: auto;
  border-radius: 6px;
}

#media .banner__row {
  margin-bottom: 30px;
  width: 100%;
}
#media .banner__row.flexbox_list {
  gap: 20px;
  justify-content: center;
}
#media .banner__row.flexbox_list a {
  width: calc(50% - 10px);
}
#media .banner__row.flexbox_list a img {
  width: 100%;
}

/*sec01*/
#sec_01 {
  margin-bottom: 60px;
}
#sec_01 .styleTitle_1 {
  margin-bottom: 0;
}
#sec_01 .sec_01__sub {
  position: absolute;
  top: 410px;
  left: 540px;
  font-size: 10px;
  line-height: 1.4em;
  width: 450px;
  color: #666;
}
#sec_01 .sec_01__buttons .linkList {
  width: 337px;
  margin: 0 auto;
  font-family: "游明朝体", "Yu Mincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
#sec_01 .sec_01__buttons .linkList li {
  background: url(../images/common/ico_arrow_right.png) no-repeat left center;
  padding-left: 22px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: inline;
}
#sec_01 .sec_01__buttons .linkList li a {
  font-size: 15px;
  color: #a8752b;
}
#sec_01 .sec_01__buttons .linkList li:first-child {
  padding-right: 25px;
}

#img_sec1 {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

#img_woman {
  position: absolute;
  top: 108px;
  left: -94px;
}

/*sec02*/
#sec_02 .fL {
  margin-left: 15px;
  text-align: center;
  width: 410px;
  font-size: 13rem;
}
#sec_02 .fL p {
  font-family: "Noto Sans JP", Verdana, Roboto, "Droid Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
  margin: 10px 0 20px 0;
}
#sec_02 .btnBox {
  padding: 20px;
  width: 907px;
  background: #9f3250;
  border: #fff solid 2px;
  clear: both;
}
#sec_02 .btnBox img {
  margin-right: 17px;
  float: left;
}
#sec_02 .btnBox img.last {
  margin-right: 0;
}
#sec_02 iframe {
  margin-bottom: 20px;
}
#sec_02 .boxPink {
  height: 490px;
  padding: 3px;
  width: 1000px;
  box-sizing: border-box;
}
#sec_02 .boxPink h3 {
  font-size: 24px;
}
#sec_02 .boxPinkInner {
  width: 994px;
  height: 483px;
  padding: 25px;
  box-sizing: border-box;
}
#sec_02 p {
  margin-bottom: 0;
}
#sec_02 iframe {
  border: 0;
}

/*sec03*/
#sec_03.cs {
  margin-bottom: 60px;
}
#sec_03 .boxPink {
  width: 320px;
  height: 476px;
  box-sizing: border-box;
  float: left;
  margin-right: 20px;
}
#sec_03 .boxPink h3 {
  font-size: 18px;
  margin: 16px 0;
  text-align: center;
}
#sec_03 .boxPink p {
  text-align: left;
}
#sec_03 .boxPink.last {
  margin-right: 0;
}
#sec_03 .boxPinkInner {
  width: 314px;
  height: 470px;
  padding: 25px;
  box-sizing: border-box;
  background: #F9EDDD;
}
#sec_03 .features__text {
  text-align: left;
  font-size: 14px;
}
#sec_03 .features__text .text__list {
  font-size: 13rem;
  margin-bottom: 10px;
}

/*sec04*/
#sec_04 section {
  width: 480px;
}
#sec_04 h2 {
  margin-bottom: 30px;
}
#sec_04 h3 {
  border-top: 3px solid #9f3250;
  border-bottom: 1px solid #ccc;
  padding: 17px 0;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  font-family: "游明朝体", "Yu Mincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  color: #fff;
  background-color: #9f3250;
  margin-bottom: 20px;
}
#sec_04 h3 .sub {
  font-size: 13rem;
  font-weight: normal;
  margin-top: 7px;
}
#sec_04 .schedule__at {
  text-align: center;
}
#sec_04 .schedule__at .icon-left:before {
  content: "\f0f7";
  font-weight: normal;
}
#sec_04 .schedule__at .button {
  margin: 0;
}
#sec_04 .sec_04__beginner {
  width: 100%;
  margin-bottom: 40px;
}
#sec_04 .sec_04__trial {
  width: 100%;
}
#sec_04 .sec_04__table {
  margin-bottom: 20px;
}
#sec_04 .sec_04__table td.entry {
  width: 100px;
  text-align: right;
}

/*sec05*/
#sec_05 {
  font-family: "Noto Sans JP", Verdana, Roboto, "Droid Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
  margin-bottom: 0;
  font-size: 14px;
}
#sec_05 .sec_05__pic {
  text-align: center;
}
#sec_05 .sec05__name {
  font-weight: bold;
}
#sec_05 .sec05__name .name {
  text-align: right;
}
#sec_05 .fL {
  width: 320px;
}
#sec_05 h2 {
  margin-bottom: 40px;
}
#sec_05 .fl img {
  margin-bottom: 20px;
}
#sec_05 .fR {
  width: 630px;
  line-height: 1.7em;
}

#contnts_navi {
  margin-bottom: 60px;
}
#contnts_navi .col {
  width: 49%;
}
#contnts_navi .col .navi__arrow {
  text-align: center;
  margin: 20px 0;
}
#contnts_navi .col .navi__area {
  background-color: #f9f5f6;
  padding: 30px;
  text-align: center;
  height: 345px;
}
#contnts_navi .col .navi__area .area__label {
  font-size: 24rem;
  margin-bottom: 20px;
  font-weight: bold;
  color: #972E4C;
}
#contnts_navi .col .navi__area .button {
  width: 100%;
  padding: 20px 0;
  border-color: #dcb6c1;
  background: linear-gradient(#FFF #eadee2);
}
#contnts_navi .col .navi__area .button .icon_r {
  top: 33px;
}
#contnts_navi .col .navi__area .button:hover {
  background: linear-gradient(#d66686 #972E4C);
  color: #fff;
}
#contnts_navi .col .navi__area .area_arrow {
  margin: 10px 0 15px 0;
}

.blogstyle {
  margin-bottom: 40px;
}
.blogstyle .bs__list .list__item {
  width: 23%;
  margin-bottom: 20px;
}
.blogstyle .bs__list .list__item .list__img {
  background: #eee no-repeat center;
  background-size: cover;
  display: block;
  margin-bottom: 10px;
}
.blogstyle .bs__list .list__item .list__date {
  font-size: 14rem;
}
.blogstyle .bs__list .list__item .list__title {
  margin: 5px 0 5px 0;
  font-weight: bold;
}
.blogstyle .bs__list .list__item .list__title a {
  color: #9e3250;
}
.blogstyle .bs__list .list__item .list__text {
  font-size: 14rem;
}
.blogstyle .bs__more {
  text-align: right;
}

#movie .list__item {
  width: 30%;
  margin-bottom: 30px;
}
#movie .list__item .item__video {
  padding-top: 75%;
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 8px;
}
#movie .list__item .item__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

@media screen and (max-width: 768px) {
  .top #contents {
    padding: 0;
  }
  .section {
    margin-bottom: 30px;
    padding: 0 15px;
  }
  #campaign {
    padding: 20px 15px;
  }
  #campaign .banner__row {
    margin-bottom: 10px;
  }
  #campaign .banner_short {
    width: 48%;
  }
  #media .banner__row.flexbox_list {
    flex-direction: column;
  }
  #media .banner__row.flexbox_list a {
    width: 100%;
    margin-bottom: 0;
  }
  #media .banner__row.flexbox_list a:last-child {
    margin-bottom: 0;
  }
  #img_sec1 {
    margin: 0 0 15px 0;
  }
  #sec_01 {
    margin-bottom: 30px;
  }
  #sec_01 .sec_01__sub {
    position: relative;
    top: 0;
    left: 0;
    width: 90%;
    margin: 0 auto 15px auto;
  }
  #sec_01 .sec_01__buttons {
    position: relative;
    top: 0;
    left: 0;
    width: 90%;
    margin: 0 auto;
  }
  #sec_01 .sec_01__buttons .linkList li {
    padding: 0 0 0 22px;
    display: inline-block;
    line-height: 16px;
    vertical-align: middle;
  }
  #sec_01 .sec_01__buttons .linkList li a {
    font-size: 14rem;
  }
  #sec_01 .btnMore img {
    width: 168px;
  }
  #sec_02 .boxPink {
    width: 90%;
    height: auto;
    margin: 0 auto;
  }
  #sec_02 .boxPink h3 {
    font-size: 16rem;
  }
  #sec_02 .boxPink .boxPinkInner {
    padding: 5%;
    height: auto;
  }
  #sec_02 .btnBox {
    width: 100%;
    margin: 0;
    padding: 20px 0;
    text-align: center;
  }
  #sec_02 .btnBox img {
    width: 90%;
    margin-bottom: 10px;
    float: none;
    margin: 0 0 10px 0;
  }
  #sec_02 .btnBox img.last {
    margin: 0;
  }
  #sec_02 .fL {
    float: none;
    width: 100%;
    margin: 0;
    text-align: center;
  }
  #sec_02 .fL img {
    width: 46px;
  }
  #sec_02 .fL p {
    margin-top: 0;
    font-size: 12rem;
    line-height: 1.4em;
  }
  #sec_02 .fR {
    float: none;
    width: 90%;
    margin: 0 auto 20px auto;
    padding-top: 56.25%;
  }
  #sec_02 .fR iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
  #sec_02 .boxPinkInner {
    width: 100%;
  }
  #sec_03.cs {
    margin-bottom: 10px;
  }
  #sec_03 .boxPink {
    width: 90%;
    height: auto;
    margin: 0 auto 20px auto;
    float: none;
  }
  #sec_03 .boxPink h3 {
    line-height: 1.3em;
  }
  #sec_03 .boxPink .boxPinkInner {
    width: 100%;
    height: auto;
    padding: 15px 25px;
  }
  #sec_03 .boxPink .boxPinkInner .sec03__label_reason {
    width: 95px;
  }
  #sec_03 .boxPink .features__text {
    line-height: 1.3em;
  }
  #sec_03 .boxPink.last {
    margin-right: auto;
  }
  #sec_04 h3 {
    background-color: #9f3250;
    color: #fff;
    font-size: 14rem;
    padding: 10px 0;
    border: none;
  }
  #sec_04 section {
    width: 100%;
  }
  #sec_04 .schedule__at {
    margin-bottom: 20px;
  }
  #contnts_navi {
    padding: 0 15px;
    margin-bottom: 40px;
  }
  #contnts_navi .col {
    width: 48%;
  }
  #contnts_navi .col .navi__arrow {
    margin: 10px 0;
  }
  #contnts_navi .col .navi__arrow img {
    width: 73px;
  }
  #contnts_navi .col .navi__area {
    background: none;
    height: auto;
    padding: 0;
  }
  #contnts_navi .col .navi__area .area__label {
    font-size: 18rem;
    margin-bottom: 10px;
  }
  #contnts_navi .col .navi__area .button {
    margin: 0;
    font-size: 14rem;
    padding: 10px 0;
  }
  #contnts_navi .col .navi__area .button .icon_r {
    display: inline;
    width: auto;
    right: 5px;
    top: 24px;
    height: 15px;
  }
  #contnts_navi .col .navi__area .area_arrow img {
    width: 115px;
  }
  .blogstyle .bs__list {
    padding: 0 15px;
  }
  .blogstyle .bs__list .list__item {
    width: 48%;
  }
  .blogstyle .bs__list .list__item .list__img {
    margin-bottom: 5px;
  }
  .blogstyle .bs__list .list__item .list__title a {
    line-height: 1.4em;
  }
  #movie .list__item {
    width: 48%;
  }
  #sec_04 .schedule__at .button {
    margin: 0 auto;
  }
  #sec_05 {
    margin-bottom: 0;
  }
  #sec_05 .fL {
    width: 90%;
    margin: 0 auto;
    float: none;
    text-align: center;
  }
  #sec_05 .fR {
    width: 90%;
    margin: 0 auto;
    float: none;
  }
  #sec_05 .sec05__pic {
    width: 60%;
    min-width: 160px;
    margin-bottom: 20px;
  }
  #sec_05 .sec05__name {
    line-height: 1.3em;
    margin-bottom: 20px;
  }
  #voice .voice__inner {
    padding: 0 15px;
  }
  #activity {
    padding: 0 15px;
  }
  #activity .activity-content .activity-main-title {
    font-size: 16px;
    padding: 12px;
    margin-bottom: 30px;
  }
  #activity .activity-content .healing-section,
  #activity .activity-content .tarot-section {
    padding: 20px 15px;
    margin-bottom: 30px;
  }
  #activity .activity-content .healing-section h3,
  #activity .activity-content .tarot-section h3 {
    font-size: 18px;
    margin-bottom: 12px;
  }
  #activity .activity-content .healing-section .healing-description,
  #activity .activity-content .healing-section .tarot-description,
  #activity .activity-content .tarot-section .healing-description,
  #activity .activity-content .tarot-section .tarot-description {
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 1.5;
  }
  #activity .activity-content .healing-section .course-list li,
  #activity .activity-content .tarot-section .course-list li {
    margin-bottom: 15px;
  }
  #activity .activity-content .healing-section .course-list li a,
  #activity .activity-content .tarot-section .course-list li a {
    padding: 12px;
    flex-direction: column;
  }
  #activity .activity-content .healing-section .course-list li a .course-comment,
  #activity .activity-content .tarot-section .course-list li a .course-comment {
    margin-right: 0;
    margin-bottom: 10px;
    font-size: 13px;
  }
  #activity .activity-content .healing-section .course-list li a strong,
  #activity .activity-content .tarot-section .course-list li a strong {
    font-size: 14px;
    align-self: flex-end;
  }
}