/* -----------------------
*
*
共通
*
*
----------------------- */

@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

@font-face {
  font-family: "NotoSansCJKjp";
  src: url("../fonts/NotoSansJP-Black.otf") format("opentype");
  src: url("../fonts/NotoSansJP-Bold.otf") format("opentype");
  src: url("../fonts/NotoSansJP-Light.otf") format("opentype");
  src: url("../fonts/NotoSansJP-Medium.otf") format("opentype");
  src: url("../fonts/NotoSansJP-Regular.otf") format("opentype");
}

@charset "UTF-8";

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
td,
th {
  text-align: left;
  font-weight: 400;
  vertical-align: middle;
}

blockquote,
q {
  quotes: none;
}

sup {
  font-size: 70%;
  vertical-align: top;
  position: relative;
  top: -.1em;
}

ruby {
  text-align: end;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

a:hover {
  text-decoration: none;
  opacity: .8;
}

button:hover {
  text-decoration: none;
  opacity: .8;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

rt {
  font-size: 12px;
}


.c5-only-pc {
  display: block !important;
}

.c5-only-sp {
  display: none !important;
}

.c5-only-pc-flex {
  display: flex !important;
}

.c5-only-sp-flex {
  display: none !important;
}

.c5-sakiroku-btn__wrap {
  margin-top: 6.75%;
}

.c5-sakiroku-btn__wrap a.c5-sakiroku-btn {
  margin-left: 0;
  margin-top: 5%;
}

.c5-sakiroku-btn__wrap button.c5-sakiroku-btn {
  margin-left: 0;
  margin-top: 10%;
}

.c5-info__main,
.c5-lead__wrapper,
.c5-products__list {
  padding: 20px;
}

.c5-info,
.c5-feature,
.c5-lead {
  padding-bottom: 5%;
}

a.c5-sakiroku-btn {
  padding: 5%;
  font-weight: bold;
  cursor: pointer;
  display: block;
  background: #d9c183;
  text-align: center;
  width: 70%;
  max-width: 450px;
  position: relative;
  color: #260000;
  margin: 0 auto;
}

a.c5-sakiroku-btn.c5-sakiroku-btn-rotate::after {
  transform: rotate(90deg);
  top: 40%;
}

button.c5-sakiroku-btn {
  padding: 5%;
  font-weight: bold;
  cursor: pointer;
  display: block;
  background: #d9c183;
  text-align: center;
  width: 90%;
  max-width: 450px;
  position: relative;
  color: #260000;
  margin: 0 auto;
}

.c5-sakiroku-btn.c5-color-yellow {
  background: #ffd54b;
}

.c5-sakiroku-btn__wrap a.c5-sakiroku-btn.c5-sakiroku-btn__center {
  margin: 0 auto;
  padding: 2% 5%;
}

.c5-sakiroku-btn__wrap button.c5-sakiroku-btn.c5-sakiroku-btn__center {
  margin: 0 auto;
  padding: 2% 5%;
}

.c5-sakiroku-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  width: 10px;
  height: 16px;
  z-index: 3;
  background: url(/bd/sakiroku/images/icon__arrow.png) no-repeat;
  background-size: cover;
  transform: translate(-50%, -50%);
}

li p span.c5-squere {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  display: block;
  background: #d9c183;
  margin-right: 12px;
}

.c5-container .c5-feature__block .c5-bg__full {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
}

.c5-container .c5-feature__block .c5-bg__full img {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
}

.c5-container .c5-feature__block .c5-feature__block__app {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
}

@media screen and (max-width: 768px) {
  .c5-only-pc {
    display: none !important;
  }

  .c5-only-sp {
    display: block !important;
  }

  .c5-only-pc-flex {
    display: none !important;
  }

  .c5-only-sp-flex {
    display: flex !important;
  }

}

/* -----------------------
*
*
PC
*
*
----------------------- */
.c5-container {
  padding-top: 0;
  background: #fff;
  overflow: hidden;
  font-family: "NotoSansCJKjp", sans-serif;
  font-style: normal;
  font-weight: 400;
}

.c5-container * {
  line-height: 1.8;
  margin: 0;
}

.c5-container img {
  max-width: 100%;
  vertical-align: bottom;
}

.c5-container__wrap {
  width: 100%;
  margin: 0 auto;
  max-width: 1260px;
}

.c5-mv {
  position: relative;
}

.c5-mv .c5-mv__ttl img {
  width: 100%;
}

.c5-bnr {
  max-width: 1260px;
  margin: 170px auto 0;
  padding-bottom: 170px;
}

.c5-banner__txt {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  margin-top: 55px;
  margin-bottom: 8px;
  text-align: center;
}

.c5-lead__wrapper {
  position: relative;
}

.c5-mb-3 {
  margin-bottom: 3%;
}



/* ----------------------- details ----------------------- */
.c5-lead__details {
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 5% 0 3.25%;
}

.c5-lead__details::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  display: block;
  width: 100vw;
  height: 100%;
  background-color: #f2f0ea;
  content: "";
  transform: translateX(-50%);
}

.c5-details__item {
  width: 48%;
}

.c5-details__item:nth-child(2) {
  margin-top: 3%;
  width: 55%;
}


.c5-details__item p {
  margin-right: 4%;
  margin-left: 4%;
  font-size: 1.5vw;
  letter-spacing: 0.04em;
  font-weight: 400;
}

.c5-details__item p:first-of-type {
  margin-bottom: 3.25%;
}



/* ----------------------- movie ----------------------- */
.c5-lead__movie {
  z-index: 2;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-content: space-between;
  position: relative;
  padding: 5% 0 3.25%;
}

.c5-movie__item {
  width: 50%;
}


.c5-movie__item p {
  font-size: 2.6vw;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #92816e;
}

.c5-movie__item:last-of-type {
  margin-right: 4%;
  margin-left: 4%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

/* ----------------------- info ----------------------- */
.c5-info {
  margin-bottom: -3%;
}

.c5-info__main {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}

.c5-info__main ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.c5-info__main ul li {
  width: 55%;
}

.c5-info__main ul li:nth-child(2) {
  width: 48%;
}


.c5-info__main ul li a.c5-sakiroku-btn {
  max-width: 500px;
}

.c5-info__main ul li a:nth-child(1) {
  margin-bottom: calc(20 / 1220 * 100%);
}

.c5-info__main ul li a:nth-child(2) {
  margin-bottom: calc(20 / 1220 * 100%);
}

.c5-sec__ttl {
  font-size: clamp(32px, 2.9vw, 46px);
  color: #6a624d;

}

.c5-info__main .c5-sec__ttl {
  font-size: clamp(32px, 2.9vw, 46px);
  font-style: italic;
  font-family: "NotoSansCJKjp", sans-serif;
  font-weight: 700;

}

.c5-sec__ttl .c5-small-txt {
  font-size: clamp(22px, 2vw, 36px);
}

.c5-info__note {
  width: 100%;
  margin-top: 3%;
  font-size: 12px;
  text-indent: -1em;
  padding-left: 1em;
}

/* ----------------------- products ----------------------- */
.c5-products__wrap {
  max-width: 1260px;
  margin: 0 auto;
}

.c5-products__wrap .c5-sec__ttl {
  line-height: 1.5;
  text-align: center;
  color: #6a624d;
  font-weight: 700;

}

.c5-sec__ttl .c5-small {
  font-size: 36px;
  line-height: 1;
}

.c5-products__list {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c5-products__item {
  width: 45.08197%;
}

.c5-products__item__txt__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-top: 30px;
}

.c5-products__item__txt {
  font-size: 16px;
  margin-right: 10px;
}

.c5-products__item__btn__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 25px;
}

.c5-products__item__btn__wrap .c5-sakiroku-btn {
  width: 49.18033%;
  padding: calc(32 / 1220 * 100%);
}

.c5-products__item__btn__wrap .c5-sakiroku-btn:first-of-type {
  margin-right: calc(20 / 1220 * 100%);
}

/* ----------------------- feature ----------------------- */

.c5-feature {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

.c5-feature__block {
  position: relative;
  max-width: 1500px;
  width: 100vw;
  margin: 0 auto;
}

.c5-feature__block__left {
  position: absolute;
  top: 10%;
  left: 10%;
  width: calc(470 / 1220 * 100%);
  max-width: 1260px;
  color: #fff;
}

.c5-feature__last-child {
  top: 5%;
}

.c5-feature__block__right {
  position: absolute;
  top: 5%;
  left: 50%;
  width: calc(470 / 1220 * 100%);
  max-width: 1260px;
  color: #fff;
  height: 100%;
}

.c5-feature__block__left img,
.c5-feature__block__right img,
.c5-feature__block__title-04 img {
  width: 80%;
}

.c5-feature__block__center {
  position: absolute;
  top: 20%;
  width: 100%;
  height: 100%;
}

.c5-feature__block__title-04 {
  top: 5%;
  left: 10%;
  position: absolute;
  width: calc(440 / 1220 * 100%);
  height: 100%;
}

.c5-feature__block__txt__list li p {
  display: flex;
  align-items: center;
  margin: calc(24 / 1500 * 100%);
}

.c5-feature__block__title {
  margin-bottom: 3.5%;
}

.c5-feature__block__txt__main {
  margin-bottom: 5.75%;
  font-size: 1.5vw;
  letter-spacing: 0.12em;
  width: 120%;
}

.c5-feature__block__txt__img {
  margin-bottom: 6.75%;
  width: 70%;
}

.c5-feature__block__txt__list {
  font-size: 1.25vw;
  letter-spacing: 0.12em;
  width: 120%;
}

.c5-feature__block__flex {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 0 auto;
  width: 90%;
}

.c5-feature__block__flexItem {
  width: 50%;
}

.c5-feature__block__flexItem img {
  width: 100%;
}

.c5-feature__block__app {
  padding: 5% 0;
  background: #979283;
}

.c5-feature__block__noteTxt {
  color: #fff;
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  position: absolute;
  bottom: -50px;
}


.c5-feature__block__appWrap {
  border-radius: 20px;
  border: #fff 2px solid;
  max-width: 1158px;
  width: 90%;
  margin: 0 auto;
  padding: 4% 2%;
}

.c5-feature__block__app__ttl {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: clamp(24px, 2.9vw, 32px);
  margin-bottom: 5%;
}

.c5-feature__block__appFlex {
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: .875vw;
  align-items: flex-start;

}

.c5-feature__block__appFlex__item {
  width: 50%;
}

.c5-feature__block__appFlex__item p {
  line-height: 1.778;
  letter-spacing: 0.06em;
  margin-bottom: 1.5vw;
  font-size: 1.4vw;
}

.c5-feature__block__appFlex__item img {
  max-width: 491px;
  width: 90%;
}

.c5-feature__block__appFlex__item p.c5-note-txt {
  line-height: 1.571;
  font-size: 1.25vw;
}

.c5-feature__block__appFlex__item:first-of-type {
  width: 55%;
}

.c5-feature__block__appFlex__item:last-of-type {
  text-align: end;
}

.c5-feature__block__appFlex__item:last-of-type .c5-note-txt {
  text-align: right;
}

.c5-feature__block__center .c5-feature__block__flex .c5-feature__block__flexItem {
  width: 100%;
}

.c5-feature__block__center .c5-feature__block__txt__main {
  color: #fff;
}


/* ---------------------------- */
/* --- modal --- */
/* ---------------------------- */
.swiperModalButton {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-around;
}

/* モーダル */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  z-index: 100;
  overscroll-behavior: contain;
  overflow-y: scroll;
  background-color: #fff;

}

.c5-nonScroll {
  height: calc(100% + 1px);
  width: 1px;
  background-color: transparent;
}

/* モーダルがactiveの時 */
.modal.is-active {
  opacity: 1;
  pointer-events: auto;
}

/* モーダル背景のオーバーレイ部分 */
.modal__overlay {
  position: absolute;
  width: 100%;
  cursor: pointer;
}

/* モーダルのコンテンツ */
.modal__content {
  position: relative;
  width: 90%;
  max-width: 1240px;
  height: 110vh;
  display: flex;
}

.modal::-webkit-scrollbar {
  display: none;
}

.modal_inner {
  width: 85%;
  margin: 10% auto 0;
  border-radius: 2px;
  display: flex;
  justify-content: flex-start;
  align-items: center;

}

/* 閉じるボタン */
.modal__close-btn {
  position: absolute;
  width: 40px;
  right: 10px;
  height: 40px;
  cursor: pointer;
  z-index: 20;
  top: 120px;
}

.modal__close-btn:hover {
  opacity: 0.8;
}

/* 閉じるボタンのX */
.lineClose {
  background: url(/bd/sakiroku/images/icon_close.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 52px;
  height: 52px;
  display: block;
}

p.swiperText {
  margin: 0;
  text-align: center;
}

#modal .swiper-button-next,
.swiper-rtl .swiper-button-prev {
  top: 45%;
  right: 0;
  color: #bbac84;
}

#modal .swiper-button-prev,
.swiper-rtl .swiper-button-next {
  top: 45%;
  left: 0;
  color: #bbac84;
}

.c5-modal__ttl {
  color: #92816e;
  font-size: clamp(28px, 2.9vw, 42px);
}

.c5-modal__ttl h2 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 3%;
}

.c5-modal__ttl h2 span {
  font-size: 24px;
}

.c5-modal__txt p {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 3%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.c5-modal__txt-flex {
  display: flex;
  align-items: center;
}


.c5-modal__txt__icon {
  display: flex;
  align-items: center;
}

.c5-modal__img {
  margin-bottom: 5%;
}

.c5-modal__img img {
  display: block;
  margin: 0 auto;
}

.c5-modal__txt p span,
.c5-modal__txt__bold {
  font-weight: 700;
}

.swiper-wrapper .swiper-slide {
  padding: 100px 0 200px;
  height: 70vh;
  overflow-y: scroll;
  /*スクロールバー非表示（IE・Edge）*/
  -ms-overflow-style: none;
  /*スクロールバー非表示（Firefox）*/
  scrollbar-width: none;
}

.swiper-wrapper .swiper-slide::-webkit-scrollbar {
  display: none;
}


.c5-modal__noteTxt {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 12px;
  color: #737373;
}

.c5-modal__noteTxt.c5-modal__notesubTxt {
  text-indent: 0;
  padding-left: 0;
  margin-top: 2%;
}

.c5-modal__txt__bold {
  color: #2f353d;
}

.modalInSlider .c5-sakiroku-btn__wrap a.c5-sakiroku-btn.c5-sakiroku-btn__center {
  margin-top: 3%;
}

.modal-video {
  background: #fff !important;
}

.modal-video-body .modal-video-inner {
  padding: 0 20px;
}

.modal-video-movie-wrap .modal-video-close-btn {
  top: -100px;
  right: 0;
  background: #bbac84;
}

.modal-video-movie-wrap .modal-video-close-btn:before {
  left: 0px;
  top: 65%;
}

.modal-video-movie-wrap .modal-video-close-btn:after {
  left: 0px;
  top: 65%;
}

.c5-feature__block__txt__img.c5-feature__img--large {
  width: 100%;
}

.c5-feature__block__txt__img.c5-feature__img--medium {
  margin-bottom: 4%;
}

.c5-feature__block__txt__img.c5-feature__img--large picture img {
  width: 100%;
}

.c5-info__main ul li a:nth-child(3) {
  margin-bottom: calc(20 / 1220 * 100%);
}

.c5-modal__txt__icon img {
  max-width: 250px;
}

a.c5-sakiroku-btn.c5-movie-sam {
  padding: 0;
  width: 100%;
  max-width: 100%;
}

a.c5-sakiroku-btn.c5-movie-sam::after {
  content: none;
}

a.c5-supportLink {
  text-decoration: underline;
  font-weight: 700;
}

/* -----------------------
*
*
SP
*
*
----------------------- */

@media screen and (min-width: 1500px) {

  .c5-details__item p {
    font-size: 18px;
  }

  .c5-feature__block__txt__list {
    font-size: 20px;
  }

  .c5-feature__block__txt__main {
    font-size: 20px;
  }
}

@media screen and (min-width: 1800px) {
  .c5-feature__block__flex {
    width: 108%;
  }

  .c5-feature__block__title {
    margin-bottom: 1.5vw;
  }

  .c5-feature__block__txt__main {
    margin-bottom: 2vw;
  }

  .c5-feature__block__txt__img {
    margin-bottom: 3vw;
  }

  .c5-sakiroku-btn__wrap button.c5-sakiroku-btn {
    margin-top: 4vw;
  }
}

@media screen and (min-width: 1220px) {

  .c5-feature__block__appFlex__item p.c5-note-txt {
    font-size: 14px;
  }

  .c5-feature__block__appFlex {
    font-size: 18px;
  }

  .c5-movie__item p {
    font-size: 32px;
  }

  .c5-details__item p {
    font-size: 16px;
  }

  .c5-info {
    margin-bottom: 0;
  }

  .c5-feature__block__appFlex__item p {
    font-size: 14px;
  }
}


@media screen and (max-width: 768px) {
  .c5-lead__details {
    flex-direction: column;
    padding: 5% 0 10%;
  }

  .c5-info__main {
    padding: 10.66667vw 6.66667vw 13.33333vw;
  }

  .c5-info__main ul {
    display: block;
  }

  .c5-info__main ul li:nth-child(1) {
    width: 100%;
  }

  .c5-info__main ul li:nth-child(2) {
    width: 100%;
    margin-top: 5.33333vw;
  }

  .c5-info__main ul li .c5-sec__ttl {
    font-size: 6.66667vw;
    max-width: 510px;
    width: 78%;
    margin: 0 auto 5%;
  }

  .c5-sec__ttl .c5-small-txt {
    font-size: 4vw;
  }

  .c5-modal__ttl h2 {
    font-size: 6vw;
    font-weight: 700;
  }

  .c5-modal__ttl h2 span {
    font-size: 4vw;
  }

  .c5-info__main .c5-info__note {
    width: 100%;
    margin-top: 6.66667vw;
    font-size: 2.66667vw;
  }

  .c5-products__wrap {
    width: 86.66667vw;
  }

  .c5-sec__ttl {
    font-size: 6.13333vw;
  }

  .c5-products__list {
    display: block;
    margin-top: 13.33333vw;
  }

  .c5-products__item {
    width: 100%;
  }

  .c5-products__item:nth-child(2) {
    width: 100%;
    margin-top: 8vw;
  }

  .c5-products__item__txt__wrap {
    margin-top: 2.66667vw;
  }

  .c5-products__item__txt {
    font-size: 3.46667vw;
    margin-right: 1.33333vw;
  }

  .c5-products__item__btn__wrap {
    margin-top: 3.33333vw;
    flex-direction: column;
  }

  .c5-products__item__btn__wrap .c5-sakiroku-btn {
    width: 90%;
    padding: 5%;
  }

  .c5-products__item__btn__wrap .c5-sakiroku-btn:first-of-type {
    margin-right: auto;
    margin-bottom: 3%;
  }

  .products__item__btn__wrap .c5-sakiroku-btn {
    width: 42.66667vw;
  }

  .c5-details__item {
    width: 90%;
    margin: 0 auto;
  }

  .c5-details__item img {
    display: block;
    margin: 0 auto;
  }


  .c5-details__item p {
    margin-top: 4%;
    margin-right: auto;
    margin-left: auto;
    font-size: 14px;
    width: 350px;
  }

  .c5-sakiroku-btn__wrap a.c5-sakiroku-btn {
    margin-left: auto;
    margin-right: auto;
  }

  .c5-sakiroku-btn__wrap button.c5-sakiroku-btn {
    margin-left: auto;
    margin-right: auto;
  }

  .c5-lead__movie {
    flex-direction: column;
  }

  .c5-movie__item {
    width: 90%;
    margin: 0 auto;
  }

  .c5-feature__block__title-04 {
    width: calc(650 / 750 * 100%);
  }

  .c5-feature__block__txt .c5-sakiroku-btn__wrap {
    position: absolute;
    bottom: 10%;
    max-width: 275px;
    width: 100%;
  }

  .c5-feature__block__left.c5-feature__last-child {
    height: 41%;
  }

  .c5-feature__block__left.c5-feature__last-child .c5-sakiroku-btn__wrap {
    bottom: 10%;
  }

  .c5-feature__block__txt__list {
    font-size: 11px;
  }

  .c5-feature__block__txt__main {
    margin-bottom: 4%;
    font-size: 4vw;
  }

  .c5-feature__block__txt__list li p {
    font-size: 3vw;
  }

  .c5-feature__block__appFlex {
    flex-direction: column;
    margin: 0 auto;
    align-items: center;
    font-size: 16px;
  }

  .c5-feature__block__appFlex__item:first-of-type {
    width: 100%;
  }

  .c5-feature__block__appFlex__item .c5-noteTxt {
    width: 100%;
    margin: 12px auto 20px;
  }

  .c5-feature__block__appFlex__item:last-of-type {
    text-align: center;
  }

  .c5-feature__block__appFlex__item {
    width: 100%;
  }

  .c5-feature__block__appFlex__item img {
    max-width: 100%;
    width: 100%;
  }

  .c5-note-txt.c5-note-mm-txt {
    margin: 12px auto 20px;
  }

  .c5-feature__block__appFlex__item p.c5-note-txt {
    font-size: 12px;
    margin: 24px auto;
  }

  .c5-feature__block__app__ttl {
    font-size: 5vw;
    text-align: left;
  }

  .c5-feature__block__flex {
    flex-direction: column;
    align-items: center;
  }

  .c5-feature__block__center .c5-feature__block__flex .c5-feature__block__flexItem {
    width: 110%;
  }

  .c5-lead__wrapper,
  .c5-products__list {
    padding: 0;
  }

  .c5-sakiroku-btn.c5-sakiroku-btn__miniWidth {
    width: 70%;
  }

  .c5-modal__txt.c5-modal__txt-flex div {
    width: 30%;
  }

  .c5-modal__txt.c5-modal__txt-flex p {
    width: 80%;
  }

  .c5-modal__txt__icon.c5-only-sp img {
    display: block;
    margin-left: auto;
    width: 90%;
    margin-bottom: 10%;
  }

  #modal .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    /* position: relative;
    top: -20%;
    left: 20%; */
    color: #bbac84;
  }

  #modal .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    /* position: relative;
    top: -20%;
    right: 20%; */
    color: #bbac84;
  }

  .modal-video-movie-wrap .modal-video-close-btn {
    top: -150px;
  }

  .c5-modal__btn {
    align-items: center;
    justify-content: space-around;
    margin-top: 10%;
  }

  .c5-modal__btn .swiper-button-next {
    position: inherit;
  }

  .c5-modal__btn .swiper-button-prev {
    position: inherit;
  }

  .c5-details__item p:first-of-type {
    margin-bottom: 6%;
  }

  .c5-movie__item p {
    margin-bottom: 5%;
    font-size: 20px;
    margin-right: auto;
    margin-left: auto;
    width: 350px;
  }

  .c5-feature__block__left {
    width: calc(650 / 750 * 100%);
    height: 90%;
    left: 5%;
  }

  .c5-feature__block__right {
    width: calc(650 / 750 * 100%);
    left: 10%;
  }

  .c5-info__main ul li.c5-only-sp {
    width: 100%;
  }

  .c5-bnr {
    width: 86.66667vw;
  }

  .c5-sakiroku-btn__wrap a.c5-sakiroku-btn.c5-sakiroku-btn__center {
    font-size: 3vw;
    padding: 5%;
  }

  .modal_inner {
    width: 100%;
  }

  .c5-modal__btn .swiper-button-next:after,
  .c5-modal__btn .swiper-button-prev:after {
    font-size: 24px;
  }

  button.c5-sakiroku-btn {
    font-weight: 400;
  }

  a.c5-sakiroku-btn {
    font-weight: 400;
  }

  a.c5-sakiroku-btn.c5-sakiroku-btn__largeWidth {
    width: 90%;
  }

  .c5-details__item:nth-child(2) {
    width: 90%;
  }

  .c5-feature__block__appFlex__item p {
    margin-bottom: 20px;
    font-size: 12px;
  }
}



@media screen and (max-width: 500px) {
  .c5-feature__block__center .c5-feature__block__flex .c5-feature__block__flexItem {
    width: 100%;
  }

  .c5-feature__block__left.c5-feature__last-child .c5-sakiroku-btn__wrap {
    bottom: 30%;
  }

}