@charset "UTF-8";
/* ------------------------------------------------------
  reset.css
------------------------------------------------------ */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*,
::before,
::after {
  background-repeat: no-repeat;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

html,
body {
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
}

html {
  overflow-y: scroll;
  cursor: default;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-print-color-adjust: exact;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-weight: normal;
  line-height: 1em;
}

ol,
ul,
li {
  list-style-type: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: normal;
}

td,
th {
  padding: 0;
}

blockquote {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
  cursor: pointer;
}

a:active,
a:hover {
  outline-width: 0;
}

a:focus,
*:focus {
  outline: none;
}

img {
  display: block;
  border: 0;
  vertical-align: bottom;
}

[type=text],
[type=password],
[type=tel],
[type=email],
[type=date],
[type=number],
[type=submit],
[type=button],
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input,
select {
  vertical-align: middle;
}

button,
select {
  text-transform: none;
}

textarea {
  resize: none;
}

button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* IEのinput要素に出てくるマークを消去 */
input::-ms-clear {
  visibility: hidden;
}

/* IEのinput要素に出てくるマークを消去 */
input::-ms-reveal {
  visibility: hidden;
}

/*  base
-------------------------------------------------------*/
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-snap-type: y proximity;
  scroll-padding-top: 60px;
}
@media screen and (min-width: 768px) {
  html {
    scroll-padding-top: 80px;
  }
}

body {
  width: 100%;
  height: 100%;
  color: #0A0A0A;
  background-color: #FFF1EE;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/*  hタグ共通
-------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

.h2 {
  font-size: 1.25em;
}

/*  リンク
-------------------------------------------------------*/
a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover {
  color: #FF512F;
  cursor: pointer;
  opacity: 0.8;
}

img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

/* 共通利用クラスをまとめます
-------------------------------------------------------*/
.u-pctb-only {
  display: none;
}
@media screen and (min-width: 576px) {
  .u-pctb-only {
    display: block;
  }
}

.u-sp-only {
  display: block;
}
@media screen and (min-width: 576px) {
  .u-sp-only {
    display: none;
  }
}

.u-pc-only {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-pc-only {
    display: block;
  }
}

.u-sptb-only {
  display: block;
}
@media screen and (min-width: 768px) {
  .u-sptb-only {
    display: none;
  }
}

.u-label {
  padding: 6px 8px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  background-color: #ffffff;
  border: 2px solid #FF512F;
  border-radius: 2px;
  color: #FF512F;
  width: fit-content;
  display: inline-block;
  white-space: nowrap;
}

.u-label-s {
  padding: 6px 8px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  background-color: #ffffff;
  border: 2px solid #FF512F;
  border-radius: 2px;
  color: #FF512F;
  width: fit-content;
  display: inline-block;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .u-label-s {
    padding: 6px 8px;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    background-color: #ffffff;
    border: 2px solid #FF512F;
    border-radius: 2px;
    color: #FF512F;
    width: fit-content;
    display: inline-block;
    white-space: nowrap;
  }
}

.u-label-pr {
  padding: 6px 8px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  background-color: #FF512F;
  border: 2px solid #FF512F;
  border-radius: 2px;
  color: #ffffff;
  width: fit-content;
  display: inline-block;
  white-space: nowrap;
}

.u-label-pr-s {
  padding: 6px 8px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  background-color: #FF512F;
  border: 2px solid #FF512F;
  border-radius: 2px;
  color: #ffffff;
  width: fit-content;
  display: inline-block;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .u-label-pr-s {
    padding: 6px 8px;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    background-color: #FF512F;
    border: 2px solid #FF512F;
    border-radius: 2px;
    color: #ffffff;
    width: fit-content;
    display: inline-block;
    white-space: nowrap;
  }
}

.u-label-tag {
  display: block;
  background-color: #DCDCDC;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 1rem 1.4rem;
  border-radius: 99px;
}

/* 横並び */
.u-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.u-row-sb {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 3px;
}

.u-col {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.u-center {
  display: flex;
  justify-content: center;
}

.u-f15 {
  font-size: 1.5rem;
  font-weight: 700;
}

/*------------------------------------------------------------------------------
  カスタム設定
------------------------------------------------------------------------------*/
/*  画像
-------------------------------------------------------*/
.img__fit {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.img__circle-trim {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  /* 画像サイズは各要素で調整 */
}

.img__circle-trim:before {
  content: "";
  display: block;
  padding-top: 100%;
  background: #fff;
}

.img__circle-trim > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
  position: absolute;
  top: 0;
  right: 0;
}

/*  サイズ
-------------------------------------------------------*/
.w100 {
  width: 100%;
}

.w-fit {
  width: fit-content;
  width: -moz-fit-content;
}

/*  配置
-------------------------------------------------------*/
/* 改行 */
@media screen and (max-width: 750px) {
  .br__pc {
    display: inline;
  }
  .br__sp {
    display: block;
  }
}
@media screen and (min-width: 751px) {
  .br__pc {
    display: block;
  }
  .br__sp {
    display: inline;
  }
}
/* flex縦方向中央 */
.align-center {
  align-items: center;
}

/* flex横方向中央 */
.justify-center {
  justify-content: center;
}

/* display */
.d-none {
  display: none;
}

.d-block {
  display: block !important;
}

/* テキスト配置 */
.text-left {
  text-align: left;
}

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

/*  margin
-------------------------------------------------------*/
/* auto */
.m-auto {
  margin: auto;
}

.ml-auto {
  margin-left: auto;
}

/* margin-top */
.mt0 {
  margin-top: 0;
}

.mt05 {
  margin-top: 1.0666666667vw;
}

.mt10 {
  margin-top: 1.7333333333vw;
}

.mt25 {
  margin-top: 3.7333333333vw;
}

.mt50 {
  margin-top: 7.0666666667vw;
}

.mt70 {
  margin-top: 9.7333333333vw;
}

.mt100 {
  margin-top: 13.7333333333vw;
}

/* margin-bottom */
.mb0 {
  margin-bottom: 0;
}

.mb05 {
  margin-bottom: 1.0666666667vw;
}

.mb10 {
  margin-bottom: 1.7333333333vw;
}

.mb20 {
  margin-bottom: 3.0666666667vw;
}

.mb25 {
  margin-bottom: 3.7333333333vw;
}

.mb50 {
  margin-bottom: 7.0666666667vw;
}

.mb70 {
  margin-bottom: 9.7333333333vw;
}

.mb100 {
  margin-bottom: 13.7333333333vw;
}

/* margin-left */
.ml0 {
  margin-left: 0;
}

.ml05 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml25 {
  margin-left: 25px;
}

.ml30 {
  margin-left: 30px;
}

.ml50 {
  margin-left: 50px;
}

.ml70 {
  margin-left: 70px;
}

.ml100 {
  margin-left: 100px;
}

@media screen and (min-width: 751px) {
  /* margin-top */
  .mt05 {
    margin-top: 0.3125vw;
  }
  .mt10 {
    margin-top: 0.625vw;
  }
  .mt25 {
    margin-top: 1.5625vw;
  }
  .mt50 {
    margin-top: 3.125vw;
  }
  .mt70 {
    margin-top: 4.375vw;
  }
  .mt100 {
    margin-top: 6.25vw;
  }
  /* margin-bottom */
  .mb05 {
    margin-bottom: 0.3125vw;
  }
  .mb10 {
    margin-bottom: 0.625vw;
  }
  .mb20 {
    margin-bottom: 1.25vw;
  }
  .mb25 {
    margin-bottom: 1.5625vw;
  }
  .mb50 {
    margin-bottom: 3.125vw;
  }
  .mb70 {
    margin-bottom: 4.375vw;
  }
  .mb100 {
    margin-bottom: 6.25vw;
  }
}
@media screen and (min-width: 1601px) {
  /* margin-top */
  .mt05 {
    margin-top: 5px;
  }
  .mt10 {
    margin-top: 10px;
  }
  .mt25 {
    margin-top: 25px;
  }
  .mt50 {
    margin-top: 50px;
  }
  .mt70 {
    margin-top: 70px;
  }
  .mt100 {
    margin-top: 100px;
  }
  /* margin-bottom */
  .mb05 {
    margin-bottom: 5px;
  }
  .mb10 {
    margin-bottom: 10px;
  }
  .mb20 {
    margin-bottom: 20px;
  }
  .mb25 {
    margin-bottom: 25px;
  }
  .mb50 {
    margin-bottom: 50px;
  }
  .mb70 {
    margin-bottom: 70px;
  }
  .mb100 {
    margin-bottom: 100px;
  }
}
/* @  Header Layout
 * ------------------------------------------------------------ */
.header {
  width: 100%;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  height: 52px;
  background: #fff;
  border-bottom: 1px solid #E9E9E9;
}
@media screen and (min-width: 768px) {
  .header {
    height: 72px;
  }
}
.header__inner {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  max-width: 1280px;
  padding: 0 1rem;
}
@media screen and (min-width: 768px) {
  .header__inner {
    padding: 0 1.5rem;
  }
}
.header__logo {
  width: 216px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .header__logo {
    width: 248px;
  }
}
.header__toggle {
  display: block;
  position: relative;
  width: 35px;
  height: 100%;
}

.drawer-nav-btn {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.drawer-nav-btn:before, .drawer-nav-btn:after, .drawer-nav-btn span {
  display: block;
  width: 90%;
  position: absolute;
  left: 0;
  margin: auto;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  border-radius: 5px;
}

.drawer-nav-btn:before {
  content: "";
  top: calc(25% - 2px);
  border-top: 3px solid #0A0A0A;
}

.drawer-nav-btn span {
  width: 78%;
  height: 3px;
  background-color: #0A0A0A;
  top: calc(50% - 1.5px);
}

.drawer-nav-btn:after {
  content: "";
  bottom: calc(25% - 2px);
  border-bottom: 3px solid #0A0A0A;
}

/* 検索フォーム */
.open-search::before {
  content: "";
  background-image: url(../img/icon__search-black.svg);
  display: block;
  width: 3.6rem;
  height: 3.6rem;
}

.search-form-wrapper {
  display: none;
  position: fixed;
  top: 52px;
  right: 0;
  background-color: #ffffff;
  z-index: 1000;
  padding: 1rem;
  width: 100%;
  border-bottom: 1px solid #E9E9E9;
}
@media screen and (min-width: 768px) {
  .search-form-wrapper {
    padding: 0.8rem 1rem 0;
    top: 0;
    width: fit-content;
    border-bottom: none;
  }
  .search-form-wrapper input[type=text] {
    width: 22rem;
  }
}

.l-header-sub {
  background-color: #ffffff;
  border-bottom: 1px solid #E9E9E9;
}
.l-header-sub__inner {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  overflow-x: scroll;
  padding: 60px 1.5rem 8px;
}
@media screen and (min-width: 768px) {
  .l-header-sub__inner {
    overflow-x: visible;
    padding: 80px 1.5rem 8px;
  }
}
.l-header-sub ul {
  display: flex;
  justify-content: flex-start;
  gap: 0 24px;
}
@media screen and (min-width: 768px) {
  .l-header-sub ul {
    gap: 0 40px;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.l-header-sub ul a {
  display: block;
  padding: 8px;
  font-size: 1.4rem;
  font-weight: 700;
  white-space: nowrap;
}

/* @  Footer Layout
 * ------------------------------------------------------------ */
.footer {
  background: #f2f2f2;
}
.footer__inner {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: nowrap;
  padding: 4rem 0 24px;
}
@media screen and (min-width: 768px) {
  .footer__inner {
    padding: 8.8rem 0 32px;
  }
}
.footer__logo {
  width: 234px;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .footer__logo {
    margin-top: 0;
    width: 300px;
    order: 1;
  }
}
.footer__menu ul {
  display: flex;
  flex-direction: column;
  gap: 14px;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0 0 24px;
}
@media screen and (min-width: 768px) {
  .footer__menu ul {
    flex-wrap: wrap;
    flex-direction: row;
    gap: 8px 32px;
    margin: 40px 0 32px;
  }
}
@media screen and (min-width: 768px) {
  .footer__menu {
    order: 2;
  }
}
@media screen and (min-width: 768px) {
  .footer__sns {
    order: 3;
  }
}

/* @ 1column
 * ------------------------------------------------------------ */
.page-content {
  padding: 1rem;
  padding-top: calc(52px + 1rem);
}
@media screen and (min-width: 768px) {
  .page-content {
    padding-top: calc(72px + 1rem);
  }
}
.page-content__inner {
  margin: 0 auto 1.5rem;
  max-width: 1000px;
  width: 100%;
}

.main {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .main {
    flex-wrap: nowrap;
  }
}

/* セクション */
.sec__main {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .sec__main {
    width: calc(100% - 344px);
  }
}

.sec__sidebar {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .sec__sidebar {
    width: 344px;
    padding-left: 2.4rem;
  }
}

/* @  sidebar Layout
 * ------------------------------------------------------------ */
.l-sidebar {
  margin-bottom: 16px;
}
.l-sidebar__title {
  margin-left: 12px;
}
.l-sidebar__content {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 40px 12px 20px;
  margin-top: -24px;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  align-items: normal;
}
.l-sidebar__content-l {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 6rem 12px 20px;
  margin-top: -4.4rem;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  align-items: normal;
}
.l-sidebar__content-about {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 40px 24px 20px;
  margin-top: -24px;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  align-items: center;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .l-sidebar__content-about {
    margin-bottom: 64px;
  }
}
.l-sidebar__banner {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 40px;
}
.l-sidebar__banner img {
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
  border-radius: 16px;
}
.l-sidebar__banner img:hover {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
  transform: translateY(-4px);
}
.l-sidebar__new {
  border-top: 1px solid #DCDCDC;
}
.l-sidebar__new a {
  display: flex;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 16px 0 0;
}

/* カテゴリー */
.sidebar__categories li {
  background-color: #F2F2F2;
  font-weight: 600;
  border-radius: 1rem;
  margin-bottom: 0.6rem;
}

.sidebar__categories li > a {
  display: block;
  padding: 1rem 2rem;
  position: relative;
  font-size: 1.4rem;
}

.sidebar__categories li > a:after {
  content: "";
  position: absolute;
  right: 2rem;
  top: 1.6rem;
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  border-bottom: 2px solid;
  border-right: 2px solid;
  border-color: #999;
  transform: rotate(-45deg);
}

/* @  Suggest Layout
 * ------------------------------------------------------------ */
.l-suggest {
  background-color: #ffffff;
  padding: 8rem 1rem 64px;
}
@media screen and (min-width: 576px) {
  .l-suggest {
    padding: 10rem 1rem 64px;
  }
}
.l-suggest__inner {
  margin: 0 auto;
  max-width: 1000px;
}
.l-suggest__newsletter {
  position: relative;
  background-color: #FF6244;
  border-radius: 32px;
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding: 0 24px 28px;
  margin-bottom: 64px;
}
@media screen and (min-width: 768px) {
  .l-suggest__newsletter {
    padding: 0 44px 28px 46px;
  }
}
.l-suggest__newsletter-txt {
  color: #ffffff;
  font-weight: 700;
  margin-top: -14%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-suggest__newsletter-txt {
    margin-top: -3rem;
    width: 70%;
  }
}
@media screen and (min-width: 768px) {
  .l-suggest__newsletter-img {
    position: relative;
    width: 30%;
    margin-top: -7.5rem;
  }
}
.l-suggest__newsletter-img-sp {
  width: 35%;
}
.l-suggest__newsletter-title-wp {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.l-suggest__newsletter-title-wp h3 {
  width: 49%;
}
@media screen and (min-width: 576px) {
  .l-suggest__newsletter-title-wp h3 {
    width: 34%;
  }
}
@media screen and (min-width: 768px) {
  .l-suggest__newsletter-title-wp h3 {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .l-suggest__newsletter-title {
    width: auto;
    max-width: 100%;
    object-fit: contain;
    height: 86px;
  }
}
.l-suggest__newsletter-btn {
  display: inline-block;
  padding: 16px 3rem;
  background-color: #ffffff;
  color: #FF512F;
  font-weight: 700;
  font-size: 16px;
  border-radius: 1rem;
  transition: opacity 0.3s ease;
  margin: 2rem 6px;
  position: relative;
}
.l-suggest__newsletter-btn::before {
  content: ""; /* 擬似要素に実体を持たせる */
  width: calc(100% + 6px); /* 外側の線になる要素の幅を指定する */
  height: calc(100% + 6px); /* 外側の線になる要素の高さを指定する */
  border: solid 3px #ffffff;
  position: absolute; /* 外側の線の位置を自由に動かせるようにする */
  top: -6px; /* 外側の線の位置を、内側の線から上に7pxずらす */
  left: -6px; /* 外側の線の位置を、内側の線から左に7pxずらす */
  border-radius: 1.6rem;
}
.l-suggest__newsletter-btn:hover {
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  .l-suggest__newsletter-line {
    display: flex;
    gap: 16px;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
}
.l-suggest__newsletter-linebtn {
  width: 200px;
  margin-top: 4px;
}
.l-suggest__banner-list {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: space-between;
}
.l-suggest__banner-list li {
  width: 100%;
}
@media screen and (min-width: 576px) {
  .l-suggest__banner-list {
    flex-direction: row;
  }
  .l-suggest__banner-list li {
    width: 50%;
  }
}
.l-suggest__banner img {
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
  border-radius: 16px;
}
.l-suggest__banner img:hover {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
  transform: translateY(-4px);
}

/* @  sns-list
 * ------------------------------------------------------------ */
.c-sns-list {
  display: flex;
  gap: 24px;
  align-items: center;
}
.c-sns-list > li img {
  width: 26px;
}
.c-sns-list li:last-child img {
  width: 30px;
}

.c-title {
  margin-bottom: 1rem;
}
.c-title h2 {
  font-size: 3rem;
}
.c-title h2 div {
  margin-top: 8px;
}
.c-title h2 span {
  font-size: 1.4rem;
}

.c-title-lg {
  margin-bottom: 16px;
}

.c-title-col-menu, .c-title-col-mini, .c-title-col, .c-title-row-mini {
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

.c-title-row {
  display: flex;
  gap: 4px 8px;
  flex-wrap: wrap;
  align-items: center;
}
.c-title-row img {
  width: auto;
  max-width: 100%;
  object-fit: contain;
}
.c-title-row > img {
  height: 40px;
}
@media screen and (min-width: 768px) {
  .c-title-row > img {
    height: 62px;
  }
}
.c-title-row > img + img {
  margin-top: 4px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .c-title-row > img + img {
    height: 18px;
  }
}

.c-title-row-mini {
  height: 42px;
}

.c-title-col {
  height: 86px;
}

.c-title-col-mini {
  height: 72px;
}

.c-title-col-menu {
  height: 56px;
}
@media screen and (min-width: 768px) {
  .c-title-col-menu {
    height: 64px;
  }
}

/* @  card Layout
 * ------------------------------------------------------------ */
/* normal */
.c-card {
  background-color: #ffffff;
  border-radius: 1.6rem;
  transition: all 0.3s ease-in-out;
  padding-bottom: 1rem;
}
@media screen and (min-width: 576px) {
  .c-card {
    padding-bottom: 16px;
  }
}
.c-card__row {
  display: flex;
}
@media screen and (min-width: 576px) {
  .c-card__row {
    flex-direction: column;
  }
}
.c-card__thumb {
  overflow: hidden;
  width: 49.4%;
  aspect-ratio: 16/9;
  margin: 1rem 0 0.8rem 1rem;
  border-radius: 0.4rem;
}
@media screen and (min-width: 576px) {
  .c-card__thumb {
    width: 100%;
    margin: 0;
    border-top-left-radius: 1.6rem;
    border-top-right-radius: 1.6rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.c-card__text {
  width: 50.6%;
  padding: 1rem 1rem 0.8rem 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 576px) {
  .c-card__text {
    width: 100%;
    padding: 1.4rem 1.4rem 8px;
  }
}
.c-card__date {
  color: #999999;
  font-size: 1rem;
  font-weight: 600;
}
@media screen and (min-width: 576px) {
  .c-card__date {
    color: #999999;
    font-size: 1.2rem;
    font-weight: 600;
  }
}
.c-card__title {
  font-size: 1.4rem;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (min-width: 576px) {
  .c-card__title {
    font-size: 1.5rem;
  }
}
.c-card__tags {
  padding: 0 1rem;
}
@media screen and (min-width: 576px) {
  .c-card__tags {
    padding: 0 1.4rem;
  }
}
.c-card__tags li {
  color: #999999;
  font-size: 1rem;
  font-weight: 700;
}
.c-card:hover {
  box-shadow: 6px 6px 0 #FFB1A2;
}

/* small sidebar */
.c-card-s {
  counter-reset: ranking-item;
}
.c-card-s > li > a {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.c-card-s__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-card-s__title {
    font-size: 1.5rem;
  }
}
.c-card-s__thumb {
  border-radius: 0.4rem;
  margin-right: 8px;
  overflow: hidden;
  width: 12.8rem;
  min-width: 12.8rem;
  height: 7.2rem;
  position: relative;
}
.c-card-s__thumb:before {
  content: counter(ranking-item, decimal);
  counter-increment: ranking-item;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 0 100%;
  padding: 3px 13px 8px 8px;
  background: #ffffff;
  font-weight: 900;
  font-size: 1.4rem;
  color: #FF512F;
}
.c-card-s__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*  ボタン
-------------------------------------------------------*/
.c-btn {
  padding: 1em 2em;
  background-color: #FF512F;
  color: #fff;
  font-weight: 600;
  border-radius: 0.4rem;
  transition: opacity 0.3s ease;
}
.c-btn:hover {
  opacity: 0.8;
}

.c-btn--green {
  background-color: #66CC00;
}

.c-btn-link {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FF512F;
  border: 3px solid #ffffff;
  box-shadow: 4px 4px 0 rgba(255, 81, 47, 0.4);
  width: 24rem;
  height: 4rem;
  border-radius: 99px;
  color: #ffffff;
  font-weight: 700;
  margin-right: 4px;
}
.c-btn-link:hover {
  background-color: #ffffff;
  border: 3px solid #FF512F;
  box-shadow: 1px 1px 0 rgba(255, 81, 47, 0.6);
  transform: translate(3px, 3px);
}

.c-btn-link-l {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FF512F;
  border: 3px solid #ffffff;
  box-shadow: 4px 4px 0 rgba(255, 81, 47, 0.4);
  width: 32rem;
  height: 5.8rem;
  border-radius: 99px;
  color: #ffffff;
  font-weight: 700;
}
.c-btn-link-l:hover {
  background-color: #ffffff;
  border: 3px solid #FF512F;
  box-shadow: 1px 1px 0 rgba(255, 81, 47, 0.6);
  transform: translate(3px, 3px);
}

.c-btn-link-s {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FF512F;
  border: 3px solid #ffffff;
  box-shadow: 4px 4px 0 rgba(255, 81, 47, 0.4);
  width: 20rem;
  height: 4rem;
  border-radius: 99px;
  color: #ffffff;
  font-weight: 700;
  margin: 8px 0 1.2rem;
}
.c-btn-link-s:hover {
  background-color: #ffffff;
  border: 3px solid #FF512F;
  box-shadow: 1px 1px 0 rgba(255, 81, 47, 0.6);
  transform: translate(3px, 3px);
}

.c-btn-up {
  position: fixed;
  right: 1.4rem;
  bottom: 1.4rem;
  width: 48px;
  height: 63px;
  z-index: 99;
}
@media screen and (min-width: 768px) {
  .c-btn-up {
    width: 94px;
    height: 125px;
  }
}
.c-btn-up a {
  display: block;
}

/*  パンくずリスト
-------------------------------------------------------*/
.c-breadcrumb {
  width: 100%;
  margin-bottom: 1rem;
}
.c-breadcrumb li {
  display: inline;
  vertical-align: middle;
}
.c-breadcrumb li a, .c-breadcrumb li span {
  color: #999999;
  font-size: 1.2rem;
  font-weight: 600;
}
.c-breadcrumb li + li:before {
  content: ">";
  margin: 0 8px;
  color: #999999;
  font-size: 1.2rem;
  font-weight: 600;
}

/*  ページネーション（上書き）
-------------------------------------------------------*/
.pagination .paginationjs {
  font-family: initial;
}

.pagination .paginationjs .paginationjs-pages {
  float: none;
  margin: auto;
  width: fit-content;
  width: -moz-fit-content;
}

.pagination .paginationjs .paginationjs-pages ul {
  margin-top: 32px;
}

.pagination .paginationjs .paginationjs-pages li {
  margin-left: 4px;
  border: none;
}

.pagination .paginationjs .paginationjs-pages li > a {
  height: fit-content;
  height: -moz-fit-content;
  background: #AFAFAF;
  border-radius: 3px;
  padding: 6px 12px;
  opacity: 1;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: -1px;
}
@media screen and (min-width: 768px) {
  .pagination .paginationjs .paginationjs-pages li > a {
    padding: 12px 22px;
  }
}

.pagination .paginationjs .paginationjs-pages li.active > a {
  height: fit-content;
  height: -moz-fit-content;
  background: #FF512F;
  line-height: 28px;
}

.pagination .paginationjs .paginationjs-pages li:not(.active) > a:hover {
  color: #FF512F;
  background: #f2f2f2;
}

.pagination .paginationjs .paginationjs-pages li.disabled > a:hover {
  background: #AFAFAF;
  cursor: default;
  color: #ffffff;
}

/* @  article list Layout
 * ------------------------------------------------------------ */
.c-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: -8px;
}
.c-list__item {
  width: 100%;
  padding: 0.6rem 8px;
  display: flex;
}
@media screen and (min-width: 576px) {
  .c-list__item {
    width: 50%;
    padding: 8px;
  }
}
.c-list__item a {
  display: flex;
}
.c-list__item a:hover {
  opacity: 1;
  color: inherit;
}

.c-list-s {
  margin-bottom: 24px;
}
@media screen and (min-width: 576px) {
  .c-list-s {
    margin-bottom: 32px;
  }
}
.c-list-s .c-list__item {
  width: 100%;
}
@media screen and (min-width: 576px) {
  .c-list-s .c-list__item {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .c-list-s .c-list__item {
    width: 25%;
  }
}

/*  グローバルナビ
-------------------------------------------------------*/
/* ----------------- モバイルメニュー - */
.navigation {
  display: flex !important;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  opacity: 1;
  visibility: visible;
  overflow: hidden;
  z-index: 1000;
  transform: translateX(-100%);
  -webkit-transition: transform 0.7s;
  transition: transform 0.7s;
}

.navigation.is-open {
  transform: translateX(0);
}

.navigation__shadow {
  width: 100vw;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 1000;
}

/* ----------------- ナビコンテナ - */
.navigation__inner {
  height: 100%;
  width: 94vw;
  background-color: #FFB1A2;
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: hidden;
  box-shadow: 0 0px 10px rgba(0, 0, 128, 0.1);
}

.navi__container {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 666;
  position: relative;
}

.navi__head {
  height: 52px;
  padding: 1.2rem;
  position: absolute;
  top: 0;
  background-color: #fff;
  width: 100%;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .navi__head {
    height: 72px;
  }
}
.navi__head img {
  width: 216px;
}
@media screen and (min-width: 768px) {
  .navi__head img {
    width: 248px;
  }
}
.navi__head #close {
  position: absolute;
  left: 1.2rem;
  top: 0;
}

#close .drawer-close:before {
  top: 45%;
  transform: rotate(45deg);
}

#close .drawer-close:after {
  bottom: 45%;
  transform: rotate(-45deg);
}

.navi {
  margin: 92px 16px 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .navi {
    gap: 64px;
    margin: 136px 24px 0;
  }
}
.navi__main ul {
  display: flex;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .navi__main ul {
    gap: 64px;
  }
}
.navi__page ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .navi__page ul {
    flex-direction: row;
    gap: 24px 40px;
    flex-wrap: wrap;
  }
}
.navi__page a {
  color: #FF512F;
  font-size: 1.4rem;
  font-weight: 900;
  display: block;
  text-shadow: 0.8px 0.8px 0 #ffffff, -0.8px 0.8px 0 #ffffff, -0.8px -0.8px 0 #ffffff, 0.8px -0.8px 0 #ffffff;
}

/*  consecpt
-------------------------------------------------------*/
.concept-container h2 {
  display: block;
  margin: 0 auto 20px;
  font-size: 1.3em;
  width: fit-content;
  width: -moz-fit-content;
  background: none;
  border-bottom: 1px solid #e5801b;
  color: #0A0A0A;
  text-align: center;
  padding: 0.5em 1em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .concept-container h2 {
    font-size: 20px;
  }
}

.concept-container p {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  line-height: 1.8;
  font-size: 16px;
  padding: 0 1em 64px;
}
@media screen and (min-width: 768px) {
  .concept-container p {
    width: 550px;
    font-size: 1.7rem;
    padding: 0 0 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

/* bg */
.concept__img:before {
  content: "";
  display: block;
  width: 100%;
}

.concept__img--top:before {
  background: url(../img/concept/about_miraii_top_image.jpg) top center/cover no-repeat;
  padding-bottom: 66.2%;
}

.concept__body {
  position: relative;
}

.concept__body:before {
  background-image: url(../img/concept/about_miraii_back.png);
  background-size: cover;
  height: 100%;
  position: absolute;
  z-index: -1;
}

/* 画像調整 */
.concept__body img {
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .concept__body img {
    width: 160%;
    max-width: 160%;
    margin-top: 5rem;
  }
}

/*  記事内容ヘッダ
-------------------------------------------------------*/
.p-article {
  background-color: #ffffff;
  border-radius: 1rem;
  margin-bottom: 24px;
}
.p-article__head {
  padding: 1rem 1rem 2rem;
}
@media screen and (min-width: 768px) {
  .p-article__head {
    padding: 1.6rem 2rem;
  }
}
.p-article__head h1 {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 700;
  margin: 1rem 0;
}
@media screen and (min-width: 768px) {
  .p-article__head h1 {
    font-size: 3rem;
  }
}
.p-article__head-sub {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 8px;
}
.p-article__head-date {
  color: #999999;
  font-size: 1.2rem;
  font-weight: 600;
}

/*  記事詳細
-------------------------------------*/
/* 目次 */
.article__toc-wrapper {
  margin: 2rem 16px 1rem;
  padding: 2em 1em;
  background-color: #F9F9F9;
  border-radius: 1rem;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .article__toc-wrapper {
    margin: 3rem 40px 2rem;
    padding: 2em 3em 3em;
  }
}

.article__toc__title {
  font-size: 1.25em;
  font-weight: 600;
  margin-bottom: 1em;
  background: linear-gradient(transparent 95%, rgba(255, 81, 47, 0.7) 5%);
  line-height: 2;
}

.article__toc {
  padding-left: 1.6em;
}

.article__toc__li--h2 {
  margin-top: 1em;
  margin-bottom: 0.3em;
  list-style-type: circle;
  font-size: 0.95em;
}

.article__toc__li--h2:first-of-type {
  margin-top: 0;
}

/* 記事本文 */
.p-article__body {
  font-size: 16px;
  line-height: 1.8;
  padding: 1em;
  /* 記事内に埋め込まれるyoutube動画のレスポンシブ対応 */
  /* 記事内の引用マーク */
}
@media screen and (min-width: 768px) {
  .p-article__body {
    font-size: 1.7rem;
    padding: 1em 40px;
  }
}
.p-article__body h2 {
  background: #FF6244;
  border-radius: 8px;
  color: #ffffff;
  font-size: 1.1em;
  line-height: 1.5;
  padding: 0.5em 1em;
  margin: 1.5em 0 1em;
}
@media screen and (min-width: 768px) {
  .p-article__body h2 {
    font-size: 1.6em;
  }
}
.p-article__body h2 span, .p-article__body h2 strong {
  color: #ffffff !important;
}
.p-article__body h3 {
  border-bottom: 2px solid #FF512F;
  color: #0A0A0A;
  padding: 0.5em 0;
  font-weight: 400;
  margin: 1.2em 0 0.8em;
  font-size: 1.1em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-article__body h3 {
    font-size: 1.3em;
  }
}
.p-article__body p {
  padding-bottom: 1em;
  margin-bottom: 0;
}
.p-article__body p i {
  background: linear-gradient(transparent 50%, #ffd9d9 50%);
  font-weight: 600;
  font-style: normal;
}
.p-article__body p img {
  max-width: 100%;
  display: inline-block;
}
.p-article__body a {
  color: #FF512F;
}
.p-article__body a strong {
  background: none;
}
.p-article__body ul, .p-article__body ol {
  margin-bottom: 1em;
}
.p-article__body ul li, .p-article__body ol li {
  list-style-type: unset;
}
.p-article__body ul {
  list-style-type: disc;
  padding-left: 1.5em;
  line-height: 2;
}
.p-article__body table {
  border-collapse: collapse;
  text-align: left;
  line-height: 1.5;
  background: #fff;
  border: 1px solid #ccc;
}
.p-article__body table td {
  padding: 12px 18px;
  border: 1px solid #ccc;
  vertical-align: middle;
}
.p-article__body .iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.p-article__body .iframe-wrapper-scratch {
  position: relative;
  padding-bottom: 77.48%;
  height: 0;
  overflow: hidden;
}
.p-article__body .iframe-wrapper > iframe[title="YouTube embed"],
.p-article__body .iframe-wrapper > iframe[title="Vimeo embed"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-article__body .iframe-wrapper-scratch iframe[src*="https://scratch.mit.edu/projects/"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-article__body .form_iframe {
  width: 80%;
  height: 730px;
}
.p-article__body blockquote {
  max-width: 500px;
  position: relative;
  padding: 3em 2.5em 2em 3.5em;
  color: #a9a9a9;
  background-color: #f2f3f3;
  font-size: 14px;
}
.p-article__body blockquote::before {
  display: inline-block;
  position: absolute;
  top: 1em;
  left: 1.5em;
  width: 1.5em;
  height: 1.5em;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23cccccc%22%20d%3D%22M21.8%2012H18V9c0-1.7%201.3-3%203-3h.4c.6%200%201.1-.5%201.1-1.1V2.6c0-.6-.5-1.1-1.1-1.1H21c-4.1%200-7.5%203.4-7.5%207.5v11.2c0%201.2%201%202.2%202.2%202.2h6c1.2%200%202.2-1%202.2-2.2v-6C24%2013%2023%2012%2021.8%2012zM8.2%2012H4.5V9c0-1.7%201.3-3%203-3h.4C8.5%206%209%205.5%209%204.9V2.6c0-.6-.5-1.1-1.1-1.1h-.4C3.4%201.5%200%204.9%200%209v11.2c0%201.2%201%202.2%202.2%202.2h6c1.2%200%202.2-1%202.2-2.2v-6c.1-1.2-.9-2.2-2.2-2.2z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  content: "";
}
.p-article__body blockquote::after {
  display: inline-block;
  position: absolute;
  bottom: 1em;
  right: 1.5em;
  width: 1.5em;
  height: 1.5em;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23cccccc%22%20d%3D%22M21.8%2012H18V9c0-1.7%201.3-3%203-3h.4c.6%200%201.1-.5%201.1-1.1V2.6c0-.6-.5-1.1-1.1-1.1H21c-4.1%200-7.5%203.4-7.5%207.5v11.2c0%201.2%201%202.2%202.2%202.2h6c1.2%200%202.2-1%202.2-2.2v-6C24%2013%2023%2012%2021.8%2012zM8.2%2012H4.5V9c0-1.7%201.3-3%203-3h.4C8.5%206%209%205.5%209%204.9V2.6c0-.6-.5-1.1-1.1-1.1h-.4C3.4%201.5%200%204.9%200%209v11.2c0%201.2%201%202.2%202.2%202.2h6c1.2%200%202.2-1%202.2-2.2v-6c.1-1.2-.9-2.2-2.2-2.2z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  transform: scale(-1, 1);
  content: "";
}
.p-article__body blockquote p {
  margin-top: 0;
}
.p-article__body blockquote p:last-of-type {
  margin-bottom: 0;
}
.p-article__body blockquote p.source {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding: 0;
}

/* 記事内の内部記事 */
.inner__article__body a {
  color: #0A0A0A;
}

.inner__article__main {
  width: 100%;
  border: 1px solid #E9E9E9;
  display: flex;
  padding: 3px;
  align-items: center;
}

.inner_article_info {
  padding: 5px;
}

.inner__article__image {
  width: 80%;
  padding-right: 1px;
}

.inner__article__image img {
  width: 100%;
  height: 100%;
  border-radius: 0.4rem;
}

.inner__article__title {
  font-size: 14px;
  font-weight: bold;
}

.inner__article__description {
  font-size: 12px;
}

.next_page {
  width: 100%;
  background: #FF512F;
  padding: 0.9em 0.1em;
  border-radius: 15px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

/*  記事フッター
-------------------------------------*/
.p-article__footer {
  margin-top: 24px;
  padding: 0 16px 40px;
}
@media screen and (min-width: 768px) {
  .p-article__footer {
    margin-top: 40px;
    padding: 0 40px 40px;
  }
}
.p-article__footer-tag {
  display: flex;
  gap: 1.4rem;
  align-items: center;
  margin-bottom: 24px;
}
.p-article__footer-tag h3 {
  color: #FF512F;
  font-size: 1.4rem;
  white-space: nowrap;
}
.p-article__footer-tag h3::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background-image: url(../img/tag.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 6px;
}
.p-article__footer-tag ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.4rem;
}
.p-article__footer-writer {
  margin-bottom: 32px;
  background-color: #F9F9F9;
  padding: 24px;
}
.p-article__footer-writer .writer-info {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}
@media screen and (min-width: 576px) {
  .p-article__footer-writer .writer-info {
    flex-direction: row;
  }
}
.p-article__footer-writer .writer-info__img {
  margin-bottom: 1rem;
}
@media screen and (min-width: 576px) {
  .p-article__footer-writer .writer-info__img {
    margin-right: 2rem;
    margin-bottom: 0;
  }
}
.p-article__footer-writer .writer-info__img img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
}
.p-article__footer-writer .writer-info__prof h3 {
  margin: 8px 0 3px;
}
.p-article__footer-writer .writer-info__prof p {
  color: #999999;
  font-weight: 700;
  font-size: 1.4rem;
}
.p-article__footer-writer .writer-intro {
  font-size: 1.4rem;
}
.p-article__footer-share {
  border-top: 1px solid #DCDCDC;
  padding-top: 32px;
}
.p-article__footer-share p {
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 16px;
}
.p-article__footer-share ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
}
.p-article__footer-share ul img {
  width: 4.8rem;
}
.p-article__footer-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 90;
  display: none;
}
@media screen and (min-width: 768px) {
  .p-article__footer-banner {
    width: 656px;
    left: calc((100% - 1000px) / 2);
  }
}
.p-article__footer-banner.active {
  display: block;
  animation: fadeInUp 0.8s ease-out forwards;
  opacity: 0;
}
.p-article__footer-banner img {
  width: 100%;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.p-article__footer-banner .close-btn {
  position: absolute;
  top: -30px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  border: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 30px;
  height: 30px;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}

/*  記事内容、利用規約、プライバシーポリシー（文章系）
-------------------------------------------------------*/
.p-page {
  background-color: #ffffff;
  border-radius: 1rem;
  margin-bottom: 24px;
  /* ページタイトル */
}
.p-page__title {
  padding: 2rem 1.2rem;
  font-size: 1.6em;
  font-weight: 700;
  border-bottom: 1px solid #E9E9E9;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .p-page__title {
    padding: 2rem 3rem;
    font-size: 1.8em;
    margin-bottom: 2rem;
  }
}
.p-page__content {
  padding: 1.5rem 1.2rem;
}
@media screen and (min-width: 768px) {
  .p-page__content {
    padding: 2rem 3rem;
  }
}
.p-page__content p {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-page__content p {
    margin-bottom: 4rem;
  }
}
.p-page__content h2 {
  background: #f2f2f2;
  border-radius: 8px;
  color: #0A0A0A;
  font-size: 1.1em;
  line-height: 1.5;
  padding: 0.5em 1em;
  margin: 1.5em 0 1em;
}
@media screen and (min-width: 768px) {
  .p-page__content h2 {
    font-size: 1.6em;
  }
}

/*  フォーム
-------------------------------------------------------*/
.form-container dl {
  margin-bottom: 3rem;
}

.form-container dt {
  margin-bottom: 1rem;
}

.form-container dd,
.input-container {
  padding: 8px 4px;
  border: 1px solid #ddd;
  border-radius: 2px;
}

.form-container dd input,
.form-container dd textarea {
  width: 100%;
}

.form__req:before {
  content: "必須";
  font-size: 0.8em;
  color: #FF512F;
  margin-left: 1rem;
}

.error-message {
  color: #FF512F;
  padding-bottom: 16px;
}

/*  top page
-------------------------------------------------------*/
.p-top__article {
  max-width: 1400px;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .p-top__article {
    margin: 0 calc(50% - 46vw);
  }
}
@media screen and (min-width: 1400px) {
  .p-top__article {
    margin: 0 -80px;
  }
}

.p-top-tag__content {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 6rem 12px 40px;
  margin-top: -4.4rem;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-top-tag__content {
    margin-bottom: 64px;
  }
}
.p-top-tag__content ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  align-items: center;
  justify-content: center;
  max-width: 96%;
}
@media screen and (min-width: 768px) {
  .p-top-tag__content ul {
    max-width: 77%;
    gap: 2rem;
  }
}

/*  hero
-------------------------------------------------------*/
.hero {
  position: relative;
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 60%, #FFF1EE 60%, #FFF1EE 100%);
  padding-top: 24px;
  margin-bottom: -4.6rem;
}
@media screen and (min-width: 768px) {
  .hero {
    padding-top: 32px;
    margin-bottom: -5.2rem;
  }
}
.hero__content {
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  box-shadow: 0 1px 10px rgba(255, 81, 47, 0.08);
  transform: scale(0.9);
  margin: 0 5px;
}
.hero__content-text {
  background-color: #ffffff;
  padding: 16px 24px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}
.hero__content-text p {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.hero__content-img {
  width: 100%;
}
.hero__content-img img {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16/9;
}
.hero__content:hover {
  opacity: 1;
  color: #0A0A0A;
}
.hero__bg-img {
  position: absolute;
  left: 0;
  top: 50%;
}
@media screen and (min-width: 768px) {
  .hero__bg-img {
    top: 44%;
  }
}

.swiper-container:hover .hero__content:not(:hover) {
  opacity: 0.3;
}

.swiper-slide-active > .hero__content {
  transform: scale(1);
}

.swiper-controller {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .swiper-controller {
    margin-top: 24px;
  }
}

.swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  bottom: auto;
}

.swiper-pagination-bullet {
  margin-right: 16px;
  display: inline-block;
  border-radius: 50%;
  background: #DCDCDC;
}

.swiper-pagination-bullet:last-of-type {
  margin-right: 0;
}

.swiper-pagination-bullet-active {
  background-color: #FF512F;
}

/* 矢印ボタン */
.swiper-btn-prev,
.swiper-btn-next {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border-bottom: 2px solid;
  border-right: 2px solid;
  border-color: #fff;
  background-color: #FF512F;
  border: 3px solid #ffffff;
  display: inline-block;
  transition: opacity 0.3s;
  position: relative;
}

.swiper-btn-prev:hover,
.swiper-btn-next:hover {
  opacity: 0.7;
}

.swiper-btn-prev::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  transform: rotate(-135deg);
  position: absolute;
  top: 0;
  right: 1.2rem;
  bottom: 0;
  margin: auto;
}

.swiper-btn-next::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 1.2rem;
  bottom: 0;
  margin: auto;
}