@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@1,700&display=swap");
.u-ff-roboto {
  font-family: 'Roboto', sans-serif;
}

/* overwrite
================================================== */
/* c-btn */
.c-btn {
  position: relative;
}
.c-btn > span {
  padding: 0;
  background: none;
}
.c-btn > span span, .c-btn > span small {
  display: inline-block;
}
.c-btn > span small {
  margin-bottom: .25em;
}
.c-btn::after {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 23px;
  height: 9px;
  background: url("/katsuyou/photo/premium/images/index_201212/icn_arw.png") no-repeat;
  background-size: 23px 9px;
}
.c-btn--invert {
  background: #fff;
  border: solid 1px #333;
  color: #333 !important;
}
.c-btn--invert::after {
  background: url("/katsuyou/photo/premium/images/index_201212/icn_arw-w.png") no-repeat;
  background-size: 23px 9px;
}
@media only screen and (max-width: 767px) {
  .c-btn::after {
    right: 5.33333vw;
  }
}

.c-btn-round {
  box-sizing: border-box;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  min-width: 450px;
  padding: 0 2.5em;
  border: solid 2px #000;
  border-radius: 30px;
  background: #fff;
  font-size: 18px;
  font-weight: bold;
  color: #000 !important;
  text-decoration: none !important;
  text-align: center;
}
.c-btn-round::after {
  position: absolute;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: #000;
  transform: rotate(-45deg);
  top: 50%;
  right: 20px;
  margin-top: -4px;
}
.c-btn-round--anchor::after {
  transform: rotate(45deg);
  margin-top: -5px;
}
.c-btn-round--nobdr {
  border: none;
}
.points__item__btn_b .c-btn-round {
  border: solid 2px #404040;
  background: #404040;
  color: #fff !important;
}
.points__item__btn_b .c-btn-round::after {
  border-color: #fff;
}

@media only screen and (max-width: 767px) {
  .c-btn-round {
    min-width: unset;
    min-height: 13.33333vw;
    width: 100%;
    padding: 0 1.5em;
    font-size: 3.73333vw;
  }
  .c-btn-round::after {
    right: 10px;
  }
}

.c-btn-square {
  box-sizing: border-box;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 90px;
  min-width: 450px;
  padding: 0 2.5em;
  background: #c30d24;
  border-radius: 5px;
  font-size: 22px;
  font-weight: bold;
  color: #fff !important;
  text-decoration: none !important;
  text-align: center;
}
.c-btn-square small {
  font-size: 16px;
}
.c-btn-square::after {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: #fff;
  transform: rotate(-45deg);
  top: 50%;
  right: 20px;
  margin-top: -7px;
}
@media only screen and (max-width: 767px) {
  .c-btn-square {
    min-width: unset;
    width: 100%;
    padding: 0 2em;
    min-height: 16vw;
    font-size: 3.73333vw;
  }
  .c-btn-square small {
    font-size: 3.2vw;
  }
  .c-btn-square::after {
    right: 10px;
  }
}

/* c-heading */
.c-heading--seminar {
  margin-bottom: 1.35em;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
.c-heading--seminar.m_adjustment {
  margin-top: 90px;
}
@media only screen and (max-width: 767px) {
  .c-heading--seminar {
    font-size: 4.8vw;
  }
  .c-heading--seminar.m_adjustment {
    margin-top: 17.33333vw;
  }
}

#contents .headSection .innerBlock {
  width: 1240px;
}

@media only screen and (max-width: 767px) {
  #contents .detailSection {
    width: auto;
    padding: 0 15px;
  }
}

.c-notes > li {
  display: table-row;
  font-size: 14px;
}
.c-notes > li > span {
  display: table-cell;
  vertical-align: top;
}
.c-notes > li > span:nth-child(1) {
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .c-notes > li {
    font-size: 3.2vw;
  }
}

/* l-section */
.l-section__inner--wide {
  max-width: 1240px;
}

/* visual
================================================== */
.visual {
  padding-bottom: 80px;
  text-align: center;
  overflow: hidden;
}
.visual__inner {
  padding: 0 20px;
}
.visual__inner picture {
  display: block;
}
.visual__head {
  padding: 25px 0;
}
.visual__head__items {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  font-size: 15px;
  line-height: 1;
}
.visual__head__btn {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: bold;
}
.visual__head__btn--guide {
  color: #000 !important;
  text-decoration: underline !important;
}
.visual__head__btn--mypage {
  padding: .6em 1.5em .4em;
  border-radius: 2em;
  border: solid 2px #c30d24;
  color: #c30d24 !important;
  text-decoration: none !important;
}
.visual__lead {
  margin: 1.5em 0;
  font-size: 20px;
  font-weight: bold;
}
.visual__event, .visual__premium {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .visual {
    padding-bottom: 12vw;
  }
  .visual__inner {
    padding: 0 4vw;
  }
  .visual__head {
    padding: 3.2vw 0;
  }
  .visual__head__items {
    gap: 2.66667vw;
    font-size: 3.2vw;
  }
  .visual__head__items > li {
    flex: 1 0 0%;
  }
  .visual__head__btn {
    gap: 2.66667vw;
    text-align: left;
  }
  .visual__head__btn--guide img {
    width: 3.46667vw;
    height: auto;
  }
  .visual__head__btn--mypage {
    padding: .6em 1em .4em;
  }
  .visual__head__btn--mypage img {
    width: 4.8vw;
    height: auto;
  }
  .visual__title {
    margin: 0 -4vw;
  }
  .visual__lead {
    font-size: 4vw;
  }
  .visual__event, .visual__premium {
    margin-bottom: 6.66667vw;
  }
}

/* charm
================================================== */
.charm {
  padding: 100px 0;
  background: #f1eee9;
}
.charm__title {
  margin: 0 0 75px 0;
  font-size: 35px;
  text-align: center;
}
.charm__points {
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.charm__point {
  position: relative;
  flex: 1 0 0%;
  padding: 50px 20px 30px;
  background: #fff;
  border-radius: 10px;
  text-align: center;
}
.charm__point__num {
  position: absolute;
  left: 15px;
  top: -.5em;
  font-size: 120px;
  line-height: 1;
  color: #9b8450;
}
.charm__point__title {
  margin: 1em 0;
  font-size: 18px;
}
.charm__point__image {
  margin-bottom: 20px;
}
.charm__point__body {
  margin: 0;
}
.charm__point__body dt {
  margin-bottom: .2em;
  font-size: 16px;
}
.charm__point__body dd {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .charm {
    padding: 13.33333vw 0;
  }
  .charm__title {
    margin-bottom: 8vw;
    font-size: 5.6vw;
  }
  .charm__points {
    flex-direction: column;
    gap: 0;
    background: #fff;
    border-radius: 2.66667vw;
    padding: 0 4vw;
  }
  .charm__points > li + li {
    border-top: solid 1px #e6e6e6;
  }
  .charm__point {
  	padding:unset;
  }
  .charm__point a {
    display: flex;
    align-items: center;
    padding: 4vw 0;
    background: transparent;
    border-radius: unset;
    text-align: left;
  }
  .charm__point__num {
    position: static;
    font-size: 9.06667vw;
  }
  .charm__point__num:first-letter {
    font-size: 12.8vw;
  }
  .charm__point__image {
    margin: 0 1em 0 0;
    flex: 0 0 17.33333vw;
  }
  .charm__point__image img {
    width: 100%;
    height: auto;
  }
  .charm__point__body dt {
    font-size: 3.2vw;
  }
  .charm__point__body dd {
    font-size: 3.73333vw;
  }
}

/* points
================================================== */
.points {
  padding: 100px 0;
}
.points__item + .points__item {
  margin-top: 100px;
}
.points__item__text {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.points__item__num {
  font-size: 150px;
  line-height: 1;
  color: #9b8450;
}
.points__item__num:first-letter {
  font-size: 220px;
}
.points__item__title {
  margin-bottom: .2em;
  font-size: 40px;
  line-height: 1.2;
}
.points__item__lead {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7;
}
.points__item__lead + ul {
  margin-top: 1em;
}
.points__item__btn {
  margin-top: 40px;
  text-align: center;
}
.points__item__btn_b {
  margin-top: 20px;
  text-align: center;
}
.points__item__btns {
  display: flex;
  justify-content: center;
  gap: 40px;
}
.points__entry {
  margin-top: 100px;
  text-align: center;
}
.points__entry > h3 {
  margin-bottom: .65em;
  font-size: 22px;
  color: #c30d24;
}
.points__entry > h3 span {
  position: relative;
  display: inline-block;
  padding: 0 1.75em;
}
.points__entry > h3 span::before, .points__entry > h3 span::after {
  position: absolute;
  top: 50%;
  content: "";
  display: block;
  width: 1.25em;
  height: 2px;
  background: #c30d24;
}
.points__entry > h3 span::before {
  left: 0;
  transform: rotate(60deg) translateY(-50%);
}
.points__entry > h3 span::after {
  right: 0;
  transform: rotate(-60deg) translateY(-50%);
}
.points__entry > div {
  margin-bottom: 1.5em;
}
.points__entry > p {
  margin-bottom: 1em;
}
.points__entry > ul li {
  font-size: 14px;
}
.points__entry__large{
  font-size: 28px;
}
.points__entry__caution{
  font-size: 12px;
  margin: 5px 0 10px;
}
.points__entry__inner{
  font-size: 18px;
  font-weight: bold;
}
.points__entry__inner__sp{
  display: none;
}
.points__entry__inner__small{
  font-size: 16px;
}
.points__entry__inner__large{
  font-size: 30px;
  color: #c30d24;
}
.points__entry__inner__red{
  color: #c30d24;
}
@media only screen and (max-width: 767px) {
  .points {
    padding: 13.33333vw 0;
  }
  .points__item + .points__item {
    margin-top: 18.66667vw;
  }
  .points__item__text {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0;
    margin-bottom: 5.33333vw;
  }
  .points__item__text > div:nth-of-type(2) {
    display: contents;
  }
  .points__item__num {
    flex: 0 0 21.33333vw;
    font-size: 18.13333vw;
  }
  .points__item__num:first-letter {
    font-size: 25.6vw;
  }
  .points__item__title {
    flex: 0 0 calc(100% - 24vw);
    margin: 0;
    font-size: 5.6vw;
  }
  .points__item__lead {
    flex: 0 0 100%;
    margin-top: .5em;
    font-size: 4vw;
  }
  .points__item__btn {
    margin-top: 8vw;
  }
  .points__item__btns {
    display: block;
  }
  .points__item__btns > li + li {
    margin-top: 4vw;
  }
  .points__entry {
    margin-top: 16vw;
  }
  .points__entry > h3 {
    font-size: 4vw;
  }
  .points__entry > p,
  .points__entry > ul {
    text-align: left;
  }
  .points__entry > p {
    font-size: 3.73333vw;
    text-align: center;
  }
  .points__entry > ul li {
    font-size: 3.2vw;
  }
  .points__entry__large{
    font-size: 5.6vw;
  }
  .points__entry__inner{
    font-size: 4vw;
  }
  .points__entry__inner__sp{
    display: block;
  }
  .points__entry__inner__small{
    font-size: 4vw;
  }
  .points__entry__inner__large{
    font-size: 5.6vw;
  }
  .points__entry__inner__campaign{
    font-size: 3.2vw;
  }
}

/* event
================================================== */
.event {
  padding: 100px 0;
  background: #f1eee9;
  overflow: hidden;
}
.event__inner {
  position: relative;
  z-index: 1;
}
.event__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  margin-bottom: 25px;
  font-size: 35px;
  line-height: 1.2;
  text-align: center;
}
.event__title > span {
  position: relative;
  padding: 0 1.75em;
  font-size: 22px;
  color: #c30d24;
}
.event__title > span::before, .event__title > span::after {
  position: absolute;
  top: 50%;
  content: "";
  display: block;
  width: 1.25em;
  height: 2px;
  background: #c30d24;
}
.event__title > span::before {
  left: 0;
  transform: rotate(60deg) translateY(-50%);
}
.event__title > span::after {
  right: 0;
  transform: rotate(-60deg) translateY(-50%);
}
.event__guide {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
.event__guide > li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  background: #fff;
}
.event__notes {
  display: table;
  margin: 0 auto 70px;
  border: solid 1px gray;
  background: #fff;
}
.event__notes dt, .event__notes dd {
  display: table-cell;
  vertical-align: middle;
}
.event__notes dt {
  border-right: solid 1px gray;
  padding: 1em 1.5em;
  font-size: 14px;
  text-align: center;
}
.event__notes dd {
  padding: 1em;
  background: #fff;
}
.event__icon {
  display: inline-block;
  padding: .5em 1em .3em;
  background: #ccc;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.event__icon--paid {
  background: #9b8450;
}
.event__icon--free {
  background: #333;
}
.event__icon--premium {
  background: #c30d24;
}
.event__slider-wrap {
  position: relative;
}
.event__control {
  position: absolute;
  top: 120px;
  z-index: 2;
  cursor: pointer;
}
.event__control--prev {
  left: 0;
  transform: rotate(180deg);
}
.event__control--next {
  right: 0;
}
.event__control.swiper-button-disabled {
  opacity: .5;
  pointer-events: none;
}
.event .swiper {
  overflow: visible;
}
.event .slide {
  position: relative;
  width: 250px;
  font-weight: bold;
  color: #333;
  text-decoration: none;
}
.event .slide__date-time {
  display: flex;
  align-items: baseline;
  gap: 5px;
  margin-bottom: 10px;
  line-height: 1;
}
.event .slide__date {
  font-size: 15px;
}
.event .slide__date small {
  font-size: 14px;
}
.event .slide__time {
  font-size: 14px;
}
.event .slide__image {
  margin: 0 0 20px 0;
}
.event .slide__icon {
  margin-bottom: 10px;
}
.event .slide__deadline {
  margin-bottom: 3px;
  color: #c30d23;
  font-size: 14px;
}
.event .slide__lead small {
  font-size: 14px;
}
.event__popup {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  padding: 60px;
  background: #fff;
  text-align: center;
}
.event__popup__close {
  position: absolute;
  right: 15px;
  top: 15px;
  line-height: 1;
  font-size: 40px;
  cursor: pointer;
}
.event__popup__lead {
  font-size: 20px;
  font-weight: bold;
}
.event__popup__btn {
  margin: 2em 0;
}
.event__popup__note {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .event {
    padding: 50px 0;
  }
  .event__title {
    gap: 2.66667vw;
    margin-bottom: 6.66667vw;
    font-size: 5.6vw;
  }
  .event__title > span {
    font-size: 4vw;
  }
  .event__guide {
    display: table;
    margin: 0 auto 5.33333vw;
    font-size: 3.2vw;
  }
  .event__guide > li {
    gap: 2.66667vw;
    padding: 1.86667vw;
  }
  .event__guide > li + li {
    margin-top: 2.66667vw;
  }
  .event__notes {
    display: block;
    margin: 0 auto 10.66667vw;
  }
  .event__notes dt, .event__notes dd {
    display: block;
  }
  .event__notes dt {
    border-right: none;
    border-bottom: solid 1px gray;
    padding: .75em;
    font-size: 3.2vw;
  }
  .event__icon {
    font-size: 3.2vw;
  }
  .event__control {
    top: 32vw;
    width: 8vw;
    height: 16vw;
  }
  .event__control img {
    width: 100%;
    height: auto;
  }
  .event .swiper {
    padding: 0 7.46667vw;
  }
  .event .slide__date-time {
    margin-bottom: 2.66667vw;
  }
  .event .slide__date {
    font-size: 3.73333vw;
  }
  .event .slide__date small {
    font-size: 3.2vw;
  }
  .event .slide__time {
    font-size: 3.2vw;
  }
  .event .slide__image {
    margin: 0 0 4vw 0;
  }
  .event .slide__icon {
    margin-bottom: 2.66667vw;
  }
  .event .slide__deadline {
    margin-bottom: 0.8vw;
    font-size: 3.2vw;
  }
  .event .slide__lead {
    font-size: 3.73333vw;
  }
  .event .slide__lead small {
    font-size: 3.2vw;
  }
  .event__popup {
    padding: 10.66667vw 4vw 8vw;
  }
  .event__popup__close {
    right: 4vw;
    top: 4vw;
    font-size: 8vw;
  }
  .event__popup__lead {
    font-size: 4vw;
  }
  .event__popup__btn {
    margin: 1.5em 0;
  }
  .event__popup__note {
    font-size: 3.2vw;
  }
  .event__popup .c-btn-square {
    font-size: 3.46667vw;
  }
  .event__popup .c-btn-square small {
    font-size: 3.2vw;
  }
}

.mfp-content .movie__panel {
  padding: 40px 50px;
  background: #fff;
  border-radius: 10px;
}
.mfp-content .movie__panel__title {
  margin: 0 0 35px 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
}
.mfp-content .movie__panel__frame {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  padding-bottom: 0;
}
.mfp-content .movie__panel__frame iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.mfp-content .movie__panel__notes {
  margin-top: 2em;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .mfp-content .movie__panel {
    padding: 20px 0;
    border-radius: 10px;
  }
  .mfp-content .movie__panel__title {
    margin: 0 0 15px 0;
    padding: 0 15px;
    font-size: 18px;
    line-height: 1.4;
  }
  .mfp-content .movie__panel__notes {
    padding: 0 15px;
    font-size: 10px;
    line-height: 1.3;
  }
}

/* faq
================================================== */
.faq {
  padding: 100px 0;
}
.faq__item {
  background: #f0f0f0;
  border-radius: 10px;
  border: solid 2px #f0f0f0;
  overflow: hidden;
}
.faq__item + .faq__item {
  margin-top: 20px;
}
.faq__item__title {
  padding: 0;
}
.faq__item__title:focus-visible {
  outline: 2px solid #333;
  outline-offset: -2px;
}
.faq__item__title, .faq__item__body {
  position: relative;
}
.faq__item__title > div, .faq__item__body > div {
  display: flex;
  gap: 12px;
  padding: 20px 70px 20px 20px;
}
.faq__item__title > div > i, .faq__item__body > div > i {
  flex: 0 0 30px;
  border-radius: 15px;
  background: #333;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  font-style: normal;
  font-weight: bold;
  text-align: center;
}
.faq__item__title > div > div, .faq__item__body > div > div {
  flex: 1 0 0%;
  text-align: left;
}
.faq__item__title > div > div > * + *, .faq__item__body > div > div > * + * {
  margin-top: 1em;
}
.faq__item__title {
  display: block;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  font-weight: bold;
  color: #333 !important;
  text-decoration: none !important;
  width: 100%;
  border: none;
  background-color: transparent;
}
.faq__item__title > span {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 24px;
  height: 24px;
}
.faq__item__title > span::before, .faq__item__title > span::after {
  display: block;
  content: "";
  background: #333;
  width: 24px;
  height: 2px;
  position: absolute;
  top: 11px;
  left: 0;
}
.faq__item__title > span::before {
  transition: 0.2s;
  transform: rotate(-90deg);
}
.faq__item__title.is-open {
  background: #f1eee9;
}
.faq__item__title.is-open > div i {
  background: #9b8450;
}
.faq__item__title.is-open > span::before {
  transform: rotate(0);
}
.faq__item__title > div {
  align-items: center;
}
.faq__item__title > div > div {
  font-size: 16px;
}
.faq__item__body {
  display: none;
  background: #fff;
}
.faq__item__body > div {
  align-items: flex-start;
  padding-right: 20px;
}
.faq__item__body > div > i {
  background: #333;
}
.faq__item__body > div > div {
  padding-top: .25em;
}
@media only screen and (max-width: 767px) {
  .faq {
    padding: 13.33333vw 0;
  }
  .faq__item__title:focus-visible {
    outline: none;
  }
  .faq__item__title > div, .faq__item__body > div {
    padding: 2.66667vw 10.66667vw 2.66667vw 2.66667vw;
  }
  .faq__item__title > div > i, .faq__item__body > div > i {
    flex: 0 0 8vw;
    border-radius: 4vw;
    font-size: 4.26667vw;
    line-height: 8vw;
  }
  .faq__item__title > span {
    right: 2.66667vw;
    width: 4.8vw;
    height: 4.8vw;
  }
  .faq__item__title > span::before, .faq__item__title > span::after {
    width: 4.8vw;
    height: 0.53333vw;
    top: 2.13333vw;
  }
  .faq__item__title > div > div {
    font-size: 4vw;
  }
  .faq__item__body > div {
    padding-right: 2.66667vw;
  }
  .faq__item__body > div > div {
    font-size: 4vw;
  }
}

/* voice
================================================== */
.voice {
  padding: 100px 0;
  background: #f1eee9;
}
.voice__items {
  display: flex;
  gap: 44px;
  margin-bottom: 15px;
}
.voice__item {
  box-sizing: border-box;
  flex: 1 0 0%;
  border: solid 4px #c1ae84;
  padding: 30px;
  background: #fff;
}
.voice__item__head {
  display: flex;
  align-items: center;
  gap: 15px;
}
.voice__item__head dl {
  margin: 0;
}
.voice__item__head dl dd {
  font-size: 20px;
  color: #ccc;
}
.voice__item__head dl dd span {
  color: #f8ad4b;
}
.voice__item__lead {
  margin-top: 1.5em;
}
@media only screen and (max-width: 767px) {
  .voice {
    padding: 13.33333vw 0;
  }
  .voice__items {
    flex-direction: column;
    gap: 4vw;
    margin-bottom: 5.33333vw;
  }
  .voice__item {
    border-width: 1.06667vw;
    padding: 4.8vw;
  }
  .voice__item__ill {
    flex: 0 0 21.33333vw;
  }
  .voice__item__ill img {
    width: 100%;
    height: auto;
  }
  .voice__item__head {
    gap: 4vw;
  }
  .voice__item__head dl {
    font-size: 4vw;
  }
  .voice__item__head dd {
    font-size: 5.33333vw;
  }
}

/* flow
================================================== */
.flow {
  padding: 100px 0;
}
.flow .c-heading--seminar {
  margin-bottom: .35em;
}
.flow .c-heading--seminar + p {
  margin-bottom: 3em;
  font-size: 14px;
}
.flow__item {
  flex: 1 0 0%;
  text-align: center;
}
.flow__item__title {
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 1;
  color: #9b8450;
}
.flow__item__title span {
  font-size: 60px;
}
.flow__item__ill {
  margin-bottom: 30px;
}
.flow__item__subtitle {
  font-size: 20px;
  line-height: 1.4;
}
.flow__item__lead {
  margin: 1.5em 0;
  font-size: 14px;
  text-align: left;
}
.flow__arw {
  flex: 0 0 32px;
  padding-top: 165px;
}
@media only screen and (max-width: 767px) {
  .flow {
    padding: 13.33333vw 0;
    overflow: hidden;
  }
  .flow .c-heading--seminar + p {
    font-size: 3.2vw;
  }
  .flow .swiper {
    margin-bottom: 10px;
    padding-bottom: 20px;
    overflow: visible;
  }
  .flow__item {
    flex: 0 0 60vw;
  }
  .flow__item__title {
    margin-bottom: 4vw;
    font-size: 10.66667vw;
  }
  .flow__item__title span {
    font-size: 16vw;
  }
  .flow__item__ill {
    margin-bottom: 4vw;
  }
  .flow__item__ill img {
    width: 28vw;
    height: auto;
  }
  .flow__item__subtitle {
    font-size: 4.8vw;
  }
  .flow__item__lead {
    font-size: 4vw;
  }
  .flow__arw {
    flex: 0 0 8.53333vw;
  }
  .flow__arw img {
    width: 100%;
    height: auto;
  }
}

/* information
================================================== */
.information__app {
  box-sizing: border-box;
  max-width: 1040px;
  margin: 0 auto 100px;
  padding: 50px;
  background: #fff;
  border: solid 10px #eae7e2;
}
.information__grid {
  display: flex;
  gap: 60px;
}
.information__grid__fb {
  flex: 0 0 340px;
}
.information__grid__news {
  flex: 1 0 0%;
}
.information__news {
  border-top: solid 1px #E3E3E3;
}
.information__news__item {
  padding: 1.2em 0;
  border-bottom: solid 1px #E3E3E3;
}
@media (min-width: 768px) {
  .information__app__title {
    display: flex;
    gap: 22px;
    margin-bottom: 40px;
    font-weight: bold;
  }
  .information__app__title > div:nth-child(1) {
    flex: 0 0 96px;
  }
  .information__app__title h3 {
    margin-bottom: .3em;
    font-size: 25px;
  }
  .information__app__panel {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 25px;
    padding: 20px;
    border: solid 4px #c1ae84;
    border-radius: 10px;
  }
  .information__app__panel > div:nth-of-type(2) {
    display: contents;
  }
}
@media only screen and (max-width: 767px) {
  .information__app {
    margin-bottom: 21.33333vw;
    padding: 4.53333vw;
    border-width: 1.33333vw;
  }
  .information__app__title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 2.66667vw;
    margin-bottom: 6.66667vw;
  }
  .information__app__title > div:nth-of-type(1) {
    flex: 0 0 20.53333vw;
  }
  .information__app__title > div:nth-of-type(1) img {
    width: 100%;
    height: auto;
  }
  .information__app__title > div:nth-of-type(2) {
    display: contents;
  }
  .information__app__title > div:nth-of-type(2) h3 {
    flex: 0 0 53.33333vw;
    font-size: 4.8vw;
  }
  .information__app__title > div:nth-of-type(2) p {
    font-weight: bold;
  }
  .information__app__panel {
    display: flex;
    flex-wrap: wrap;
    gap: 4vw;
    margin-bottom: 4vw;
    padding: 4vw;
    border: solid 1.06667vw #c1ae84;
    border-radius: 2.66667vw;
  }
  .information__app__panel > h4 {
    flex: 0 0 100%;
    font-size: 3.73333vw;
    text-align: center;
  }
  .information__app__panel > div:nth-of-type(1) {
    flex: 0 0 24vw;
  }
  .information__app__panel > div:nth-of-type(1) img {
    width: 100%;
    height: auto;
  }
  .information__app__panel > div:nth-of-type(2) {
    flex: 0 0 38.66667vw;
  }
  .information__app__panel > div:nth-of-type(2) > a {
    display: inline-block;
  }
  .information__app__panel > div:nth-of-type(2) > a img {
    width: auto;
    height: 10.66667vw;
  }
  .information__app__panel > div:nth-of-type(2) > a:nth-child(1) {
    margin-bottom: 2.13333vw;
  }
  .information__grid {
    display: block;
  }
  .information__grid > div + div {
    margin-top: 13.33333vw;
  }
}

/* userGuide
================================================== */
.userGuide {
  background: url("/katsuyou/photo/premium/images/index_202306/guide_bg-pc.jpg") no-repeat center;
  background-size: cover;
}
.userGuide h2 {
  color: #fff;
}
.userGuide__btns {
  display: flex;
  justify-content: center;
  gap: 40px;
}
.userGuide__btns > li {
  flex: 1 0 0%;
}
@media only screen and (max-width: 767px) {
  .userGuide {
    background: url("/katsuyou/photo/premium/images/index_202306/guide_bg-sp.jpg") no-repeat center;
    background-size: cover;
  }
  .userGuide__btns {
    display: block;
  }
  .userGuide__btns > li + li {
    margin-top: 4vw;
  }
}

/* seminar_campaign_autumn
================================================== */
.seminar_campaign_autumn{
    box-sizing: border-box;
    max-width: 1040px;
    margin: 40px auto 0;
    padding: 50px;
    background: #fff;
    border: solid 4px #ea480a;
}
    .seminar_campaign_autumn h2{
    text-align: center;
    font-size: 30px;
}
    .seminar_campaign_autumn span{
    font-weight: bold;
}

@media only screen and (max-width: 767px) {
  #campaign23{
    padding-top: 54px;
    margin-top: -54px;
  }
  .seminar_campaign_autumn{
    padding: 4.53333vw;
    border-width: 1.06667vw;
  }
  .seminar_campaign_autumn h2{
    font-size: 4.8vw;
  }
}

/* visual__slide
================================================== */

.topMainvisual {
	position: relative;
}

.topMainvisual .visual__slide {
	padding-bottom: 10px;
	overflow: hidden;
}
.topMainvisual .visual__control {
	position: absolute;
    top: 52%;
    z-index: 10;
    margin-top: -70px;
    cursor: pointer;
}
.topMainvisual .visual__control.event__visual--next {
	right: 50%;
	transform: translateX(640px);
}
.topMainvisual .visual__control.event__visual--prev {
	left: 50%;
    transform: translateX(-640px) rotate(180deg);
}
.topMainvisual .swiper-dots {
	display: flex;
	justify-content: center;
    margin: 0 auto;
    align-items: center;
}
.topMainvisual .swiper-pagination-bullets.swiper-pagination-horizontal {
	width: auto;
}
.topMainvisual .swiper-pagination {
	position: unset;
}
.topMainvisual .stopbtn {
    cursor: pointer;
    /* position: absolute; */
    bottom: 0;
    right: 20px;
    z-index: 15;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    opacity: 0.8;
    color: #c30d24;;
    background-color: unset;
    border: none;
}

.topMainvisual .stopbtn:hover {
    opacity: 1;
}
.topMainvisual .stopbtn.stop:before {
    display: block;
    content: "❚❚";
    font-size: 18px;
    font-weight: bold;
}
.topMainvisual .stopbtn.start:before {
    display: block;
    content: "▲";
    transform: rotate(90deg);
    font-size: 18px;
    font-weight: bold;
}
.topMainvisual .swiper-pagination-bullet {
	width: 12px;
    height: 12px;
    margin: 0 6px !important;
}
.topMainvisual .swiper-pagination-bullet-active {
    background: #c30d24;
}

@media screen and (max-width:767px) {
	.topMainvisual .visual__slide {
		margin: 0 -4vw;
	}
	.topMainvisual .stopbtn {
    	right: 10px;
	}
}

/* premium__movie
================================================== */

.premium__movie .premium__movie__items {
	display: flex;
    justify-content: space-between;
    margin: 20px 0;
}

.premium__movie .premium__movie__items .premium__movie__item {
	width: 32%;
}

.premium__movie .premium__movie__items .premium__movie__item > a {
	display: block;
    position: relative;
}

.premium__movie .premium__movie__items .premium__movie__item > a::after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    background: url(/katsuyou/photo/premium/common/images/icn_play_movie.svg) no-repeat;
    background-size: 60px 60px;
}

@media screen and (max-width:767px) {
	.premium__movie .premium__movie__items {
		display: block;
	}

	.premium__movie .premium__movie__items .premium__movie__item {
		width: 100%;
	}
	.premium__movie .premium__movie__items .premium__movie__item + .premium__movie__item {
		margin-top: 15px;
	}
}


/* �t���[�e�B���O�o�i�[
================================================== */
.c-btn-square-float {
    box-sizing: border-box;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 90px;
    min-width: 450px;
    padding: 0 2.5em;
    background: #c30d24;
    border-radius: 5px;
    font-size: 22px;
    font-weight: bold;
    color: #fff !important;
    text-decoration: none !important;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .c-btn-square-float {
        min-width: auto;
        padding: 0 2em;
        min-height: 16vw;
        font-size: 3.73333vw;
    }
}

#footer #pagetopBlock {
  transition: all 0.2s ease-in;
}

@media screen and (min-width: 768px) {
  #footer #pagetopBlock.ups {
    bottom: 140px !important;
  }
}

@media screen and (max-width: 767px) {
  #footer #pagetopBlock.ups {
    bottom: 28vw !important;
  }
}

.footerPnl {
  position: sticky;
  bottom: -200px;
  left: 0;
  width: 100%;
  background-color: #FFF;
  z-index: 98;
  padding: 10px 0;
  transition: all 0.2s ease-in;
}

.footerPnl.fixed {
  bottom: 0;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.footerPnl .footerPnlInner {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .footerPnl .footerPnlWrap {
    flex-direction: column;
    gap: 3vw;
  }
}

/* premiumAnchor
================================================== */
@media screen and (min-width: 768px) {
  .premium-pc-hidden {
    display: none;
  }
  .premiumAnchor {
    position: sticky;
    top: 0;
    border-top: solid 1px #e5e5e5;
    border-bottom: solid 1px #e5e5e5;
    background: #fff;
    z-index: 99;
  }
  .premiumAnchorInner {
    max-width: 1240px;
    margin: 0 auto;
  }
  .premiumAnchorList {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .premiumAnchorList > li {
    text-align: center;
    width: calc((100% - (10px * 5)) / 6);
  }
  .premiumAnchorListType {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 15px;
    padding: 10px 0 7px 24px;
    height: 64px;
    box-sizing: border-box;
  }
  .premiumAnchorListLabel {
    position: relative;
  }
  .premiumAnchorListLabel::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -28px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url(/common/img/ico_img_04.svg) no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .premium-sp-hidden {
    display: none;
  }
  .premiumAnchor {
    position: sticky;
    top: 0;
    border-top: solid 1px #e5e5e5;
    border-bottom: solid 1px #e5e5e5;
    background: #fff;
    z-index: 99;
  }
  .premiumAnchorInner {
    margin: 0 auto;
    padding: 0 15px 11px;
  }
  .premiumAnchorList {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    width: 100%;
    gap: 0 15px;
  }
  .premiumAnchorList > li {
    width: calc((100% - (15px)) / 2);
  }
  .premiumAnchorListType {
    display: block;
    position: relative;
    font-size: 10px;
    padding: 11px 0px 7px 23px;
  }
  .premiumAnchorListType:hover {
    text-decoration: none;
  }
  .premiumAnchorListType::before {
    content: '';
    display: block;
    position: absolute;
    top: 40%;
    left: -1px;
    width: 15px;
    height: 15px;
    background: url(/common/img/ico_img_04.svg) no-repeat;
    background-size: cover;
  }
}