@charset "utf-8";

body.fixed {
  position: fixed;
  right: 0;
  left: 0;
}

.l-main {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .l-main {
    margin-bottom: 0 !important;
  }
}

#header {
  z-index: 3;
}

/* ------------------------------------------- */
/* container */
/* ------------------------------------------- */

.l-container {
  --side-px: calc((100vw -  750px) / 2 / 585);
}

.l-container::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(to bottom, #001C43 0%, #004587 100%);
}

@media screen and (max-width: 1023px) {
  .l-container .l-side-fixed {
    position: sticky;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
  }
}

.l-container .l-side-fixed .l-left {
  display: flex;
  align-items: center;
  position: fixed;
  top: 160px;
  bottom: 0;
  left: 0;
  width: calc(585 * var(--side-px));
}

@media screen and (max-width: 1023px) {
  .l-container .l-side-fixed .l-left {
    display: none;
  }
}

.l-container .l-side-fixed .l-left img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.l-container .l-side-fixed .l-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 160px;
  bottom: 0;
  right: 0;
  width: calc(585 * var(--side-px));
}

@media screen and (max-width: 1023px) {
  .l-container .l-side-fixed .l-right {
    display: none;
  }
}

.l-container .l-side-fixed .l-right img {
  width: 100%;
  min-height: 0;
  object-fit: contain;
}

.l-container .l-side-fixed .l-right a {
  width: calc(466 * var(--side-px));
  min-height: 0;
  opacity: 1;
  transition: ease 0.2s opacity;
}

@media (hover: hover) and (pointer: fine) {
  .l-container .l-side-fixed .l-right a:hover {
    opacity: 0.7;
  }
}

.l-container .l-side-fixed .l-right a img {
  width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 calc(3 * var(--side-px)) calc(20 * var(--side-px)) rgba(0,0,0,0.32));
}

/* ------------------------------------------- */
/* mainvisual */
/* ------------------------------------------- */

.m-mainvisual {
  position: relative;
  z-index: 1;
  width: 100%;
}

.m-mainvisual img {
  width: 100%;
}

/* ------------------------------------------- */
/* common */
/* ------------------------------------------- */

img {
  vertical-align: top;
}

:root {
  --px: 1px;
}

@media screen and (max-width: 767px) {
  :root {
    --px: calc(1 / 750 * 100vw);
  }
}

.u-w750 {
  margin-right: auto;
  margin-left: auto;
  width: 750px;
}

@media screen and (max-width: 767px) {
  .u-w750 {
    width: 100%;
  }
}

.u-fc-red {
  color: #E50012;
}

.u-highlight {
  text-decoration: underline;
  text-decoration-color: #FFDC68;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 1.2em;
  text-underline-offset: -0.95em;
}

.u-note,
.u-supplement,
.u-note-numbered {
  font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: calc(18 * var(--px));
  letter-spacing: 0.05em;
  line-height: calc(24 * var(--px));
  text-align: left;
  color: #000;
}

.u-note li,
.u-supplement li {
  position: relative;
  padding-left: 1.5em;
}

.u-note-numbered li {
  position: relative;
  padding-left: 2em;
}

.u-note li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.u-supplement li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.u-note-numbered li .m-number {
  position: absolute;
  top: 0;
  left: 0;
}

.u-han {
  text-indent: -0.5em;
}

.u-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: calc(75 * var(--px));
  font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: calc(26 * var(--px));
  letter-spacing: 0.05em;
  line-height: calc(40 * var(--px));
  text-align: left;
  color: #fff;
  text-decoration: none;
  background-color: var(--color);
  border: solid calc(2 * var(--px)) var(--color);
  border-radius: calc(38 * var(--px));
}

.u-btn:active,
.u-btn:focus {
  color: var(--color);
  text-decoration: none;
  background-color: #fff;
}

.u-btn:hover {
  color: var(--color);
  text-decoration: none;
  background-color: #fff;
}

.u-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: calc(21 * var(--px));
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: calc(10 * var(--px));
  height: calc(10 * var(--px));
  border-top: solid calc(3 * var(--px)) #fff;
  border-right: solid calc(3 * var(--px)) #fff;
  transform: rotate(45deg);
}

@media (hover: hover) and (pointer: fine) {
  .u-btn:hover::before {
    border-color: var(--color);
  }
}

@media screen and (max-width: 767px) {
  .u-spoff {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .u-pcoff {
    display: none !important;
  }
}

/* ------------------------------------------- */
/* m-section-movie */
/* ------------------------------------------- */

.m-section-movie {
  padding-top: calc(71 * var(--px));
  padding-right: calc(44 * var(--px));
  padding-bottom: calc(95 * var(--px));
  padding-left: calc(44 * var(--px));
  background-color: #fff;
}

.m-section-movie .m-title {
  margin-bottom: calc(48 * var(--px));
  width: 100%;
  text-align: center;
}

.m-section-movie .m-title img {
  width: calc(487 * var(--px));
}

.m-section-movie #movie_area {
  cursor: pointer;
}

.m-section-movie .m-area-cm img,
.m-section-movie .m-area-introduce img {
  width: 100%;
}

.m-section-movie .m-area-cm {
  margin-bottom: calc(84 * var(--px));
}

.m-section-movie .m-area-cm .m-subtitle {
  margin-bottom: calc(18 * var(--px));
  font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: calc(30 * var(--px));
  letter-spacing: 0.05em;
  text-align: center;
  color: #000;
}

.m-section-movie .m-area-introduce .m-subtitle {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: calc(38 * var(--px));
  font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: calc(38 * var(--px));
  letter-spacing: 0.05em;
  text-align: center;
  color: #000;
}

.m-section-movie .m-area-introduce .m-subtitle::before,
.m-section-movie .m-area-introduce .m-subtitle::after {
  content: "";
  display: block;
  width: calc(37 * var(--px));
  height: calc(32 * var(--px));
  background-size: contain;
  background-repeat: no-repeat;
}

.m-section-movie .m-area-introduce .m-subtitle::before {
  margin-right: calc(14 * var(--px));
  background-image: url(../img/01-deco-1.png);
}

.m-section-movie .m-area-introduce .m-subtitle::after {
  margin-left: calc(14 * var(--px));
  background-image: url(../img/01-deco-2.png);
}

/* ------------------------------------------- */
/* m-section-reason */
/* ------------------------------------------- */

.m-section-reason {
  padding-top: calc(96 * var(--px));
  padding-right: calc(44 * var(--px));
  padding-bottom: calc(80 * var(--px));
  padding-left: calc(44 * var(--px));
  background-color: #E6EBFF;
}

.m-section-reason .m-title {
  margin-bottom: calc(48 * var(--px));
  width: 100%;
}

.m-section-reason .m-title img {
  width: 100%;
}

.m-section-reason .m-item {
  padding-top: calc(49 * var(--px));
  padding-right: calc(30 * var(--px));
  padding-bottom: calc(56 * var(--px));
  padding-left: calc(30 * var(--px));
  width: 100%;
  background-color: #fff;
}

.m-section-reason .m-item + .m-item {
  margin-top: calc(40 * var(--px));
}

.m-section-reason .m-item .m-subtitle {
  width: 100%;
}

.m-section-reason .m-item .m-subtitle img {
  width: 100%;
}

.m-section-reason .m-item .m-text {
  margin-top: calc(28 * var(--px));
  padding-top: calc(28 * var(--px));
  font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: calc(32 * var(--px));
  letter-spacing: 0.05em;
  line-height: calc(44 * var(--px));
  text-align: left;
  color: #000;
  border-top: solid calc(2 * var(--px)) #003473;
}

.m-section-reason .m-item .m-text .l-small {
  font-size: calc(22 * var(--px));
}

.m-section-reason .m-item .m-pht {
  margin-top: calc(36 * var(--px));
  width: 100%;
}

.m-section-reason .m-item .m-pht img {
  width: 100%;
}

.m-section-reason .u-note {
  margin-top: calc(40 * var(--px));
}

/* ------------------------------------------- */
/* m-section-voice */
/* ------------------------------------------- */

.m-section-voice {
  padding-right: calc(44 * var(--px));
  padding-bottom: calc(62 * var(--px));
  padding-left: calc(44 * var(--px));
  background-color: #E6EBFF;
}

.m-inner-voice {
  padding-top: calc(78 * var(--px));
  padding-right: calc(30 * var(--px));
  padding-bottom: calc(78 * var(--px));
  padding-left: calc(30 * var(--px));
  background-color: #fff;
}

.m-section-voice .m-title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: calc(36 * var(--px));
  font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: calc(38 * var(--px));
  letter-spacing: 0.05em;
  text-align: center;
  color: #000;
}

.m-section-voice .m-title::before {
  content: "";
  display: block;
  margin-right: calc(12 * var(--px));
  width: calc(50 * var(--px));
  height: calc(46 * var(--px));
  background-image: url(../img/03-title-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.m-section-voice .m-set + .m-set {
  margin-top: calc(67 * var(--px));
}

.m-section-voice .m-set .m-subtitle {
  padding-top: calc(20 * var(--px));
  padding-bottom: calc(23 * var(--px));
  font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: calc(32 * var(--px));
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  background-color: #003473;
  border-radius: calc(8 * var(--px));
}

.m-section-voice .m-set .m-subtitle .l-small {
  font-size: calc(24 * var(--px));
}

.m-section-voice .m-set .m-text {
  margin-top: calc(25 * var(--px));
  font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: calc(26 * var(--px));
  text-align: center;
  color: #000;
}

.m-section-voice .m-set .m-text .u-fc-red,
.m-section-voice .m-set .m-text .u-highlight {
  font-size: calc(30 * var(--px));
}

.m-section-voice .m-set img {
  margin-top: calc(34 * var(--px));
  width: 100%;
}

.m-section-voice .l-middle {
  padding-top: calc(46 * var(--px));
  padding-bottom: calc(62 * var(--px));
  border-bottom: solid calc(1 * var(--px)) #AEAEAE;
}

.m-section-voice .l-middle .m-arrow {
  margin-bottom: calc(36 * var(--px));
  width: 100%;
  text-align: center;
}

.m-section-voice .l-middle .m-arrow img {
  width: calc(193 * var(--px));
}

.m-section-voice .l-foot {
  padding-top: calc(61 * var(--px));
}

.m-section-voice .l-foot .m-box {
  position: relative;
  padding: calc(22 * var(--px)) calc(27 * var(--px));
  border: solid calc(3 * var(--px)) #DC000C;
}

.m-section-voice .l-foot .m-box .m-text {
  font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: calc(28 * var(--px));
  letter-spacing: 0.05em;
  line-height: calc(46 * var(--px));
  text-align: left;
  color: #000;
}

.m-section-voice .l-foot .m-box .m-img {
  position: absolute;
  right: calc(-30 * var(--px));
  bottom: calc(-39 * var(--px));
  width: calc(114 * var(--px));
}

.m-section-voice .l-foot .m-memo {
  margin-top: calc(39 * var(--px));
  font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: calc(18 * var(--px));
  letter-spacing: 0.05em;
  line-height: calc(26 * var(--px));
  text-align: left;
  color: #000;
}

/* ------------------------------------------- */
/* m-section-nutrition */
/* ------------------------------------------- */

.m-section-full {
  padding-right: calc(44 * var(--px));
  padding-bottom: calc(79 * var(--px));
  padding-left: calc(44 * var(--px));
  background-color: #E6EBFF;
}

.m-section-full .m-title {
  margin-bottom: calc(33 * var(--px));
  width: 100%;
}

.m-section-full .m-title img {
  width: 100%;
}

.m-section-full .m-pht {
  margin-right: auto;
  margin-left: auto;
  width: calc(334 * var(--px));
}

.m-section-full .m-pht img {
  width: 100%;
}

.m-section-full .m-item-main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: calc(30 * var(--px));
}

.m-section-full .m-item-main + .m-item-main {
  margin-top: calc(45 * var(--px));
}

.m-section-full .m-item-main .l-left {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding-top: calc(30 * var(--px));
  width: calc(202 * var(--px));
}

.m-section-full .m-item-main .l-left .m-name {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  margin-right: auto;
  margin-left: auto;
  width: calc(188 * var(--px));
  height: calc(52 * var(--px));
  font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: calc(29 * var(--px));
  text-align: center;
  color: #fff;
  border-radius: calc(26 * var(--px));
}

.m-section-full .m-item-main .l-left img {
  width: 100%;
}

.m-section-full .m-item-main .l-left .m-text {
  margin-top: calc(20 * var(--px));
  font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: calc(20 * var(--px));
  line-height: calc(26 * var(--px));
  text-align: center;
  color: #000;
  white-space: nowrap;
}

.m-section-full .m-item-main .l-left .m-text .l-large {
  font-weight: 700;
  font-size: calc(26 * var(--px));
}

.m-section-full .m-item-main .l-right {
  padding-top: calc(30 * var(--px));
}

.m-section-full .m-item-main .l-right img {
  width: calc(383 * var(--px));
}

.m-section-full .m-area-sub {
  padding-top: calc(66 * var(--px));
}

.m-section-full .m-area-sub .m-subtitle {
  margin-right: auto;
  margin-bottom: calc(28 * var(--px));
  margin-left: auto;
  width: calc(364 * var(--px));
}

.m-section-full .m-area-sub .m-subtitle img {
  width: 100%;
}

.m-section-full .m-area-sub .m-list-sub {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.m-section-full .m-area-sub .m-item-sub {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding-top: calc(30 * var(--px));
  width: calc((100% - calc(29 * var(--px)) * 2) / 3);
}

.m-section-full .m-area-sub .m-item-sub:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) {
  margin-top: calc(41 * var(--px));
}

.m-section-full .m-area-sub .m-item-sub .m-name {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  margin-right: auto;
  margin-left: auto;
  width: calc(188 * var(--px));
  height: calc(52 * var(--px));
  font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: calc(29 * var(--px));
  text-align: center;
  color: #fff;
  border-radius: calc(26 * var(--px));
}

.m-section-full .m-area-sub .m-item-sub .m-name sub {
  position: relative;
  bottom: calc(-2 * var(--px));
  font-size: 75%;

}

.m-section-full .m-area-sub .m-item-sub img {
  width: 100%;
}

.m-section-full .m-area-sub .m-item-sub .m-text {
  margin-top: calc(20 * var(--px));
  font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: calc(20 * var(--px));
  line-height: calc(26 * var(--px));
  text-align: center;
  color: #000;
  white-space: nowrap;
}

.m-section-full .m-area-sub .m-item-sub .m-text .l-large {
  font-weight: 700;
  font-size: calc(26 * var(--px));
}

.m-section-full .m-subtext {
  margin-top: calc(40 * var(--px));
  margin-bottom: calc(26 * var(--px));
  padding-left: calc(30 * var(--px));
  font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: calc(18 * var(--px));
  letter-spacing: 0.05em;
  line-height: calc(26 * var(--px));
  text-align: left;
  color: #000;
}

.m-section-full .u-note {
  padding-left: calc(30 * var(--px));
}

/* ------------------------------------------- */
/* m-section-nutrition */
/* ------------------------------------------- */

.m-section-nutrition {
  padding-top: calc(96 * var(--px));
  padding-right: calc(44 * var(--px));
  padding-left: calc(44 * var(--px));
  background-color: #fff;
}

.m-section-nutrition .m-table {
  margin-bottom: calc(24 * var(--px));
  width: 100%;
}

.m-section-nutrition .m-table img {
  width: 100%;
}

/* ------------------------------------------- */
/* m-section-takuhai */
/* ------------------------------------------- */

.m-section-takuhai {
  padding-top: calc(158 * var(--px));
  padding-right: calc(44 * var(--px));
  padding-bottom: calc(30 * var(--px));
  padding-left: calc(44 * var(--px));
  background-color: #fff;
}

.m-section-takuhai .l-takuhai-box {
  position: relative;
  padding-top: calc(43 * var(--px));
  padding-bottom: calc(52 * var(--px));
  width: 100%;
  background-color: #F8F9FF;
  border: solid calc(4 * var(--px)) #003473;
  border-radius: calc(7 * var(--px));
}

@media screen and (max-width: 767px) {
  .m-section-takuhai .l-takuhai-box {
    padding-bottom: calc(43 * var(--px));
  }
}

.m-section-takuhai .l-takuhai-box::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(-50 * var(--px));
  left: calc(-23 * var(--px));
  z-index: 1;
  width: calc(106 * var(--px));
  height: calc(82 * var(--px));
  background-image: url('../img/06-badge.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.m-section-takuhai .l-takuhai-box .m-img {
  position: absolute;
  top: calc(-43 * var(--px));
  left: calc(21 * var(--px));
  width: calc(210 * var(--px));
}

.m-section-takuhai .l-takuhai-box .m-text {
  padding-left: calc(186 * var(--px));
  font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: calc(32 * var(--px));
  letter-spacing: 0.05em;
  line-height: calc(46 * var(--px));
  text-align: left;
  color: #000;
}

.m-section-takuhai .l-takuhai-box .m-btn-c-orange {
  --color: #F03B01;
  margin-top: calc(43 * var(--px));
  margin-right: auto;
  margin-left: auto;
  width: calc(510 * var(--px));
}

.m-sp-fixed-btn {
  display: block;
  position: sticky;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: calc(161 * var(--px));
}

/* ------------------------------------------- */
/* footer-links */
/* ------------------------------------------- */

.footer-links {
  padding-top: calc(40 / 375 * 100vw);
  padding-bottom: calc(50 / 375 * 100vw);
  background-color: #fff;
}

@media screen and (min-width: 750px) {
  .footer-links {
    padding-top: 80px;
  }
}

@media screen and (min-width: 750px) {
  .footer-links {
    padding-bottom: 100px;
  }
}

.footer-links .footer-links-ttl {
  display: flex;
  color: #49453E;
  font-weight: bold;
  align-items: center;
  justify-content: center;
}

.footer-links .links-ttl {
  font-size: calc(18 / 375 * 100vw);
}

@media screen and (min-width: 750px) {
  .footer-links .links-ttl {
    font-size: 36px;
  }
}

.footer-links .bottom-banner {
  width: calc(335 / 375 * 100vw);
  margin-top: calc(20 / 375 * 100vw);
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

@media screen and (min-width: 750px) {
  .footer-links .bottom-banner {
    width: 670px;
  }
}

@media screen and (min-width: 750px) {
  .footer-links .bottom-banner {
    margin-top: 40px;
  }
}

.footer-links .bottom-banner a {
  display: block;
  width: 100%;
}

.footer-links .bottom-banner a:hover {
  opacity: 0.75;
  transition: opacity 0.3s;
}

.footer-links .bottom-banner a img {
  width: 100%;
}
