@charset "UTF-8";
/* 機能とパーツごとに分けたscssファイルをcssファイルにコンパイル */
/* function
------------------------------------------------ */
/* setting
------------------------------------------------ */
/* スマホ：~519px
　 タブレット：520px~959px
　 パソコン：960px~ */
html {
  /* ルートのフォントサイズを10pxに設定 */
  font-size: 62.5%;
}

body {
  /* bodyの基本サイズを設定 */
  font-size: 1.8rem;
  font-family: YakuHanJP, "Noto Sans JP", YuGothic, "Yu Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: white;
  text-align: justify;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (max-width: 959px) {
  body {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 519px) {
  body {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
  }
}

.f-zen {
  font-family: "Zen Old Mincho", serif;
}

.f-400 {
  font-weight: 400;
}

.f-500 {
  font-weight: 500;
}

.f-600 {
  font-weight: 600;
}
@media screen and (max-width: 519px) {
  .f-600 {
    font-weight: 700;
  }
}

/* foundation
------------------------------------------------ */
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*, :after, :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

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

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
  color: inherit;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

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

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

body {
  /* 印刷禁止 */
  position: relative;
  background: #001D3D;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 29, 61)), color-stop(20%, rgb(0, 29, 61)), color-stop(50%, rgb(51, 79, 99)));
  background: linear-gradient(180deg, rgb(0, 29, 61) 0%, rgb(0, 29, 61) 20%, rgb(51, 79, 99) 50%);
}
body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url(../images/top/bg3.webp);
  background-position: center bottom;
  background-size: contain;
  background-repeat: repeat;
}

.drawer--open {
  overflow: hidden;
}

a {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  color: inherit;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
a:hover {
  text-decoration: none;
  opacity: 0.8;
}

button:hover {
  opacity: 0.8;
}

img {
  font-size: 0;
  vertical-align: bottom;
  max-width: 100%;
  /* PCの右クリック禁止 */
  /* SPの長押し禁止 */
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

em {
  font-style: normal;
}

.br-pc {
  display: block;
}
@media screen and (max-width: 959px) {
  .br-pc {
    display: none;
  }
}

.br-tab {
  display: none;
}
@media screen and (max-width: 959px) {
  .br-tab {
    display: block;
  }
}

.br-sp {
  display: none;
}
@media screen and (max-width: 519px) {
  .br-sp {
    display: block;
  }
}

.nonbr-tab {
  display: block;
}
@media screen and (max-width: 959px) {
  .nonbr-tab {
    display: none;
  }
}

.nonbr-sp {
  display: block;
}
@media screen and (max-width: 519px) {
  .nonbr-sp {
    display: none;
  }
}

.link-disable {
  pointer-events: none;
  background-color: #aaa !important;
}

@media screen and (max-width: 519px) {
  .sptop {
    overflow: hidden;
  }
}

.space-sp {
  display: none;
}
@media screen and (max-width: 519px) {
  .space-sp {
    display: inline-block;
  }
}

.anchor {
  margin-top: -10rem;
  padding-top: 10rem;
}
@media screen and (max-width: 519px) {
  .anchor {
    margin-top: -2rem;
    padding-top: 2rem;
  }
}

/* layout
------------------------------------------------ */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/*　上に上がる動き　*/
.l-header.UpMove {
  top: -10rem;
}
@media screen and (max-width: 959px) {
  .l-header.UpMove {
    top: -7rem;
  }
}
@media screen and (max-width: 519px) {
  .l-header.UpMove {
    top: -5.3rem;
  }
}

@-webkit-keyframes UpAnime {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes UpAnime {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
/*　下に下がる動き　*/
.l-header.DownMove {
  top: 0;
}

@-webkit-keyframes DownAnime {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes DownAnime {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.l-inner {
  margin: 0 auto;
  max-width: 120rem;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1240px) {
  .l-inner {
    padding: 0 2rem;
  }
}

@media screen and (max-width: 519px) {
  .l-inner--header {
    padding: 0 1rem;
  }
}

.l-inner--1300 {
  max-width: 130rem;
}
@media screen and (max-width: 1340px) {
  .l-inner--1300 {
    padding: 0 2rem;
  }
}

.l-main {
  padding-top: 16rem;
}
@media screen and (max-width: 959px) {
  .l-main {
    padding-top: 13rem;
  }
}
@media screen and (max-width: 519px) {
  .l-main {
    padding-top: 8rem;
  }
}

.l-body {
  color: black;
  background: #aab9be;
}
.l-body::before {
  display: none;
}

.l-body--retreat {
  background-color: #eae0da;
}

.l-footer {
  margin-top: 10rem;
}
@media screen and (max-width: 959px) {
  .l-footer {
    margin-top: 6rem;
  }
}

/* component
------------------------------------------------ */
.c-header {
  padding: 2rem 0 0;
}
@media screen and (max-width: 959px) {
  .c-header {
    padding: 1rem 0 0;
  }
}

.c-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.c-header__logo {
  font-size: 3.5rem;
  line-height: 1.1;
}
@media screen and (max-width: 959px) {
  .c-header__logo {
    font-size: 4vw;
  }
}
@media screen and (max-width: 519px) {
  .c-header__logo {
    font-size: 4.5vw;
  }
}

.c-header__menus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-header__menu {
  margin-right: 7rem;
  text-align: center;
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 959px) {
  .c-header__menu {
    margin-right: 3rem;
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 519px) {
  .c-header__menu {
    margin-right: 1rem;
    font-size: 3.3vw;
  }
}
.c-header__menu:last-child {
  margin-right: 0;
}
.c-header__menu span {
  display: block;
  font-size: 0.68em;
}
@media screen and (max-width: 519px) {
  .c-header__menu span {
    font-size: 0.8em;
  }
}

.c-header__hamburger {
  position: absolute;
  top: 2.5rem;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 100;
  padding-right: 4rem;
  line-height: 1;
  letter-spacing: 0.06em;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
@media screen and (max-width: 519px) {
  .c-header__hamburger {
    top: 3rem;
    padding-right: 4.5rem;
  }
}
.c-header__hamburger span {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
@media screen and (max-width: 519px) {
  .c-header__hamburger span {
    font-size: 1.8rem;
  }
}
.c-header__hamburger:hover span {
  opacity: 0.8;
}

.c-header__hamburger-border {
  position: absolute;
  right: 0;
  width: 3rem;
  height: 1px;
  background-color: #000;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
@media screen and (max-width: 519px) {
  .c-header__hamburger-border {
    width: 3.5rem;
  }
}

.c-header__hamburger-border--top {
  top: 2px;
}

.c-header__hamburger-border--bottom {
  bottom: 2px;
}

.c-header__hamburger--open .c-header__hamburger-border--top {
  top: 0.9rem;
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
}

.c-header__drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  -ms-flex-line-pack: center;
      align-content: center;
  background-color: white;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  opacity: 0;
  visibility: hidden;
}

.c-header__drawer--open {
  opacity: 1;
  visibility: visible;
}

.c-header__drawer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.c-header__drawer-left {
  width: 50%;
  height: auto;
}
@media screen and (max-width: 730px) {
  .c-header__drawer-left {
    width: 0;
  }
}

.c-header__drawer-left-wrap {
  position: relative;
  margin: 0 8vw 0 auto;
  width: 50%;
  max-width: 34.2rem;
  height: 100%;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .c-header__drawer-left-wrap {
    margin: 0 auto;
    width: 100%;
  }
}
@media screen and (max-width: 730px) {
  .c-header__drawer-left-wrap {
    position: initial;
    margin: 0;
    width: 0;
  }
}

.c-header__drawer-logo {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 22.2rem;
}
@media screen and (max-width: 730px) {
  .c-header__drawer-logo {
    display: none;
  }
}

.c-header__drawer-right {
  padding-left: 8vw;
  width: 50%;
  border-left: solid 1px #000;
}
@media screen and (max-width: 730px) {
  .c-header__drawer-right {
    padding-left: 11vw;
    width: 100%;
    border-left: none;
  }
}

.c-header__drawer-menus {
  list-style: none;
}

.c-header__drawer-menu {
  margin-top: 5.8rem;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 730px) {
  .c-header__drawer-menu {
    margin-top: 3.9rem;
    font-size: 1.29rem;
  }
}
.c-header__drawer-menu:first-child {
  margin-top: 0;
}
.c-header__drawer-menu span {
  display: inline-block;
  width: 12rem;
  font-size: 2.16em;
  vertical-align: sub;
}
@media screen and (max-width: 730px) {
  .c-header__drawer-menu span {
    display: block;
    margin-bottom: 0.7rem;
    font-size: 2.4rem;
  }
}

.c-header__drawer-copy {
  display: none;
  position: absolute;
  bottom: 1.2rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  font-size: 1.17rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 730px) {
  .c-header__drawer-copy {
    display: block;
  }
}

.c-info {
  margin-top: 22rem;
}
@media screen and (max-width: 959px) {
  .c-info {
    margin-top: 10rem;
  }
}
@media screen and (max-width: 519px) {
  .c-info {
    margin-top: 8rem;
  }
}

.c-info--profile {
  margin-top: 55rem;
}
@media screen and (max-width: 959px) {
  .c-info--profile {
    margin-top: 10rem;
  }
}
@media screen and (max-width: 519px) {
  .c-info--profile {
    margin-top: 8rem;
  }
}

.c-info__container {
  position: relative;
  background-color: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 959px) {
  .c-info__container {
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 519px) {
  .c-info__container {
    padding-bottom: 3rem;
  }
}

.c-info__container--profile {
  padding-bottom: 2rem;
}

.c-info__wrapper {
  margin: 0 0 0 auto;
  padding-bottom: 8.5rem;
  width: 50.3%;
  color: black;
}
@media screen and (max-width: 959px) {
  .c-info__wrapper {
    width: 100%;
    padding-bottom: 3rem;
  }
}

.c-info__wrapper--left {
  margin: 0 auto 0 0;
  padding-bottom: 0;
}
@media screen and (max-width: 959px) {
  .c-info__wrapper--left {
    padding-bottom: 0;
  }
}

.c-info__title {
  padding-top: 2rem;
}
@media screen and (max-width: 519px) {
  .c-info__title {
    padding-top: 1.5rem;
  }
}

.c-info__title--profile {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1;
  font-size: 3rem;
}
.c-info__title--profile h2 {
  margin-right: 2rem;
  font-size: 8.5rem;
}
@media screen and (max-width: 959px) {
  .c-info__title--profile h2 {
    font-size: 2.83em;
  }
}
.c-info__title--profile div {
  line-height: 1.3;
}
@media screen and (max-width: 519px) {
  .c-info__title--profile div {
    margin-top: 0.5rem;
    font-size: 2rem;
  }
}
.c-info__title--profile small {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
}

.c-info__info {
  margin-top: 2rem;
}
@media screen and (max-width: 959px) {
  .c-info__info {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 519px) {
  .c-info__info {
    margin-top: 1.5rem;
  }
}

.c-info__info--profile {
  margin-top: 2.5rem;
  line-height: 1.75;
}
.c-info__img1 {
  position: absolute;
  top: 50%;
  left: 5rem;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: 42.3%;
}
@media screen and (max-width: 959px) {
  .c-info__img1 {
    position: initial;
    display: inline-block;
    padding: 0 1rem 0 2rem;
    aspect-ratio: 36/24;
    width: 49.5%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}
@media screen and (max-width: 519px) {
  .c-info__img1 {
    padding: 0 2rem;
    width: 100%;
    aspect-ratio: auto;
  }
}

.c-info__img2 {
  position: absolute;
  bottom: 7.5rem;
  left: 48.5%;
  -webkit-transform: translate(0%, 100%);
          transform: translate(0%, 100%);
  width: 42.3%;
}
@media screen and (max-width: 959px) {
  .c-info__img2 {
    position: initial;
    display: inline-block;
    padding: 0 2rem 0 1rem;
    width: 49.5%;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}
@media screen and (max-width: 519px) {
  .c-info__img2 {
    margin-top: 2rem;
    padding: 0 2rem;
    width: 100%;
    aspect-ratio: auto;
  }
}

.c-info__img3 {
  position: absolute;
  bottom: 10.3rem;
  right: 5rem;
  width: 42.3%;
}
@media screen and (max-width: 959px) {
  .c-info__img3 {
    display: none;
  }
}

@media screen and (max-width: 959px) {
  .c-info__img3--tab {
    display: block;
    position: initial;
    float: right;
    margin: 0 0 2rem 2rem;
  }
}

.c-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3rem;
  line-height: 1.2;
}
@media screen and (max-width: 959px) {
  .c-head {
    font-size: 3.3vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 519px) {
  .c-head {
    font-size: 4vw;
  }
}
.c-head span {
  display: block;
  margin-right: 1.5rem;
  margin-bottom: 0.5rem;
  font-size: 2.83em;
}
@media screen and (max-width: 519px) {
  .c-head span {
    width: 100%;
  }
}

.c-head1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3.5rem;
  line-height: 1.1;
}
@media screen and (max-width: 959px) {
  .c-head1 {
    font-size: 4vw;
  }
}
@media screen and (max-width: 519px) {
  .c-head1 {
    font-size: 4.5vw;
  }
}
.c-head1 span {
  margin-right: 2.8rem;
  padding-bottom: 1.7rem;
  font-size: 2.85em;
}
@media screen and (max-width: 519px) {
  .c-head1 span {
    margin-right: 2rem;
  }
}

.c-head2 {
  font-size: 5rem;
  line-height: 1.6;
  letter-spacing: 0;
}
@media screen and (max-width: 959px) {
  .c-head2 {
    font-size: 5vw;
  }
}
@media screen and (max-width: 519px) {
  .c-head2 {
    font-size: 5.6vw;
  }
}

.c-head3 {
  font-size: 4.2rem;
  line-height: 1.6;
}
@media screen and (max-width: 959px) {
  .c-head3 {
    font-size: 4.5vw;
  }
}
@media screen and (max-width: 519px) {
  .c-head3 {
    font-size: 5.5vw;
  }
}

.c-btn {
  display: block;
  position: relative;
  margin: 3rem 0 0 auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 959px) {
  .c-btn {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 519px) {
  .c-btn {
    letter-spacing: 0.5px;
  }
}
.c-btn::after {
  content: "";
  display: inline-block;
  margin-left: 1.4rem;
  aspect-ratio: 55/31;
  width: 2.6rem;
  height: auto;
  background-image: url(../images/common/arrow_yellow.webp);
  background-size: contain;
}
@media screen and (max-width: 519px) {
  .c-btn::after {
    margin-left: 0.5rem;
    width: 2.3rem;
  }
}

.c-btn--profile {
  color: black;
}

.c-btn--blue::after {
  background-image: url(../images/common/arrow_blue.webp);
}

.c-btn--red::after {
  background-image: url(../images/common/arrow_red.webp);
}

.c-footer {
  padding: 6rem 0;
}
@media screen and (max-width: 959px) {
  .c-footer {
    padding: 6rem 0 3rem;
  }
}
@media screen and (max-width: 519px) {
  .c-footer {
    margin-top: 4rem;
  }
}

.c-footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 519px) {
  .c-footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.c-footer__left {
  width: calc(100% - 37rem);
}
@media screen and (max-width: 519px) {
  .c-footer__left {
    width: 100%;
  }
}

.c-footer__right {
  margin-top: 1rem;
  width: 100%;
  max-width: 36rem;
}
@media screen and (max-width: 959px) {
  .c-footer__right {
    max-width: 32rem;
  }
}
@media screen and (max-width: 519px) {
  .c-footer__right {
    max-width: none;
  }
}

.c-footer__logo {
  font-size: 3.5rem;
  line-height: 1.1;
}
@media screen and (max-width: 959px) {
  .c-footer__logo {
    font-size: 4vw;
  }
}
@media screen and (max-width: 519px) {
  .c-footer__logo {
    display: none;
  }
}

.c-footer__sns {
  margin-top: 3.5rem;
}
@media screen and (max-width: 519px) {
  .c-footer__sns {
    margin-top: 3rem;
  }
}

.c-footer__sns-head {
  color: #ffe000;
  font-size: 1.5rem;
}
.c-footer__sns-head--blue {
  color: #1d2080;
}

.c-footer__sns-head--red {
  color: #900d23;
}

.c-footer__line,
.c-footer__insta,
.c-footer__fb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.6;
}
@media screen and (max-width: 519px) {
  .c-footer__line,
  .c-footer__insta,
  .c-footer__fb {
    margin-top: 0.5rem;
  }
}
.c-footer__line img,
.c-footer__insta img,
.c-footer__fb img {
  margin-right: 0.5rem;
  width: 2rem;
}

.c-footer__copy {
  display: block;
  margin-top: 1.5rem;
  font-size: 1.2rem;
  line-height: 3;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 959px) {
  .c-footer__copy {
    line-height: 1.3;
  }
}
@media screen and (max-width: 519px) {
  .c-footer__copy {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 519px) {
  .c-footer__copy span {
    display: block;
    margin-top: 3rem;
    font-size: 0.9em;
  }
}

.c-footer__menus {
  font-size: 2rem;
}
@media screen and (max-width: 959px) {
  .c-footer__menus {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 519px) {
  .c-footer__menus {
    font-size: 4.5vw;
  }
}

.c-footer__menu {
  margin: 0;
  padding: 1.3rem 0;
  width: 100%;
  border-top: solid 1px white;
}
@media screen and (max-width: 959px) {
  .c-footer__menu {
    padding: 1rem 0;
  }
}
.c-footer__menu:last-of-type {
  border-bottom: solid 1px white;
}
.c-footer__menu::after {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

.c-footer__menu--blue {
  border-color: #1d2080;
}
.c-footer__menu--blue:last-of-type {
  border-color: #1d2080;
}

.c-footer__menu--red {
  border-color: #900d23;
}
.c-footer__menu--red:last-of-type {
  border-color: #900d23;
}

.c-footer__credit {
  margin-top: 2rem;
  font-size: 1.5rem;
}
@media screen and (max-width: 959px) {
  .c-footer__credit {
    font-size: 1.3rem;
  }
}
.c-footer__tel {
  margin-top: 1.5rem;
  font-weight: bold;
  font-size: 3rem;
  line-height: 1;
}
@media screen and (max-width: 959px) {
  .c-footer__tel {
    font-size: 3.3vw;
  }
}
@media screen and (max-width: 519px) {
  .c-footer__tel {
    font-size: 7vw;
  }
}
.c-footer__tel img {
  width: 25.8rem;
  vertical-align: baseline;
}
@media screen and (max-width: 959px) {
  .c-footer__tel img {
    width: 29vw;
  }
}
@media screen and (max-width: 519px) {
  .c-footer__tel img {
    width: 54vw;
  }
}

.c-corner-mv {
  width: 100%;
}

.c-corner-mv__container {
  position: relative;
}

.c-corner-mv__image {
  -webkit-clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
          clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
  -webkit-transition: none;
  transition: none;
}

.c-corner-mv__img {
  width: 100%;
}
@media screen and (max-width: 519px) {
  .c-corner-mv__img {
    aspect-ratio: 1.3;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.c-corner-mv__mask {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: #aab9be;
}

.c-intro {
  margin-top: 7rem;
}
@media screen and (max-width: 519px) {
  .c-intro {
    margin-top: 4rem;
  }
}

.c-intro--mt0 {
  margin-top: 0;
}

.c-intro__info {
  margin-top: 1.5rem;
  padding-left: 5rem;
}
@media screen and (max-width: 959px) {
  .c-intro__info {
    padding-left: 3rem;
  }
}
@media screen and (max-width: 519px) {
  .c-intro__info {
    margin-top: 1rem;
    padding-left: 0;
  }
}

.c-section {
  margin-top: 10rem;
}
@media screen and (max-width: 959px) {
  .c-section {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 519px) {
  .c-section {
    margin-top: 6rem;
  }
}

.c-section--top {
  margin-top: 8.5rem;
}
@media screen and (max-width: 959px) {
  .c-section--top {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 519px) {
  .c-section--top {
    margin-top: 4rem;
  }
}

.c-section__container {
  padding: 2.5rem 0 5rem;
  background-color: rgba(255, 255, 255, 0.5);
  border-top: solid 1.5rem #1d2080;
}
@media screen and (max-width: 519px) {
  .c-section__container {
    padding-bottom: 4rem;
    border-width: 1rem;
  }
}

.c-section__container--guide {
  margin-top: 33rem;
  border-color: #900d23;
}
@media screen and (max-width: 959px) {
  .c-section__container--guide {
    margin-top: 13rem;
  }
}
@media screen and (max-width: 519px) {
  .c-section__container--guide {
    margin-top: 8rem;
  }
}

.c-2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem 4rem;
  margin-top: 4rem;
}
@media screen and (max-width: 959px) {
  .c-2col {
    gap: 2rem;
  }
}
@media screen and (max-width: 519px) {
  .c-2col {
    margin-top: 3rem;
    gap: 3rem;
  }
}

.c-2col--mt0 {
  margin-top: 0;
}

.c-2col__card {
  width: calc(50% - 2rem);
}
@media screen and (max-width: 959px) {
  .c-2col__card {
    width: calc(50% - 1rem);
  }
}
@media screen and (max-width: 519px) {
  .c-2col__card {
    width: 100%;
  }
}

.c-2col__title {
  padding-bottom: 3rem;
}

.c-2col__img {
  width: 100%;
}

.c-2col__info {
  margin-top: 4rem;
}
@media screen and (max-width: 959px) {
  .c-2col__info {
    margin-top: 2rem;
  }
}
.c-2col__info h3 {
  font-size: 1em;
}

.c-card {
  margin-top: 19rem;
  width: 100%;
}
@media screen and (max-width: 519px) {
  .c-card {
    margin-top: 5rem;
    overflow: hidden;
  }
}

.c-card__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8rem;
}
@media screen and (max-width: 959px) {
  .c-card__cards {
    gap: 5rem;
  }
}
@media screen and (max-width: 519px) {
  .c-card__cards {
    gap: 2rem;
    width: 100%;
  }
}

.c-card__card {
  aspect-ratio: 1;
  width: calc(33.333% - 5.3333333333rem);
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 959px) {
  .c-card__card {
    width: calc(33.333% - 3.3333333333rem);
  }
}
@media screen and (max-width: 519px) {
  .c-card__card {
    width: calc(50% - 1rem);
  }
}

.c-card__accordion {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: all 0.9s ease;
  transition: all 0.9s ease;
  opacity: 0;
}

.c-card__accordion--open {
  margin-top: 8rem;
  grid-template-rows: 1fr;
  opacity: 1;
}
@media screen and (max-width: 959px) {
  .c-card__accordion--open {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 519px) {
  .c-card__accordion--open {
    margin-top: 2rem;
  }
}

.c-card__wrap {
  overflow: hidden;
}

.c-card__more {
  -webkit-transition: all 0.9s ease;
  transition: all 0.9s ease;
}
.c-card__more::before {
  content: "view all";
}

.c-card__more--open {
  width: 6rem !important;
}
@media screen and (max-width: 519px) {
  .c-card__more--open {
    width: 4.4rem !important;
  }
}
.c-card__more--open::before {
  content: "✕";
}

.fadein {
  opacity: 0;
}

/* project
------------------------------------------------ */
.p-top-bg {
  background-image: url(../images/top/bg_long.jpg);
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: repeat;
}

.p-top-mv {
  margin: 0 auto;
  width: 93%;
  opacity: 0; /* 初期表示をふわっと出すため */
  -webkit-transform: translateY(40px);
          transform: translateY(40px); /* 念のため指定してもOK */
  -webkit-transition: none;
  transition: none; /* GSAPで制御するのでCSSトランジションは不要 */
}

.p-top-mv__container {
  position: relative;
}

.p-top-mv__video {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 519px) {
  .p-top-mv__video {
    height: calc(100vh - 9rem);
    height: calc(100svh - 9rem);
    overflow: hidden;
    aspect-ratio: 1;
    height: auto;
  }
}
.p-top-mv__video video, .p-top-mv__video img {
  width: 100%;
}
@media screen and (max-width: 519px) {
  .p-top-mv__video video, .p-top-mv__video img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    aspect-ratio: 1;
    width: 177.9%;
    height: auto;
  }
}

.p-top-mv__volume {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 1rem;
  right: 0.5rem;
  aspect-ratio: 1;
  width: 9vw;
  max-width: 4rem;
  height: auto;
  cursor: pointer;
}
@media screen and (max-width: 519px) {
  .p-top-mv__volume {
    bottom: 0.5rem;
  }
}
.p-top-mv__volume img {
  width: 80%;
}

.p-top-mv__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  font-size: 6rem;
  line-height: 1.25;
}
@media screen and (max-width: 959px) {
  .p-top-mv__title {
    font-size: 6vw;
  }
}
@media screen and (max-width: 519px) {
  .p-top-mv__title {
    top: 3rem;
    left: 2rem;
    -webkit-transform: none;
            transform: none;
    text-align: left;
    font-size: 7vw;
  }
}
.p-top-mv__title span {
  display: block;
  font-size: 0.466em;
  letter-spacing: 0;
  line-height: 1.5;
}

.p-top-copy {
  position: relative;
  width: 100%;
  height: 55rem;
}
@media screen and (max-width: 959px) {
  .p-top-copy {
    height: 48vw;
  }
}
@media screen and (max-width: 519px) {
  .p-top-copy {
    height: 68vw;
  }
}

.p-top-copy__title {
  position: absolute;
  top: 50%;
  left: 16.5%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  text-align: center;
  font-size: 3.5rem;
  line-height: 1.4;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 959px) {
  .p-top-copy__title {
    left: 12%;
    font-size: 4vw;
  }
}
@media screen and (max-width: 519px) {
  .p-top-copy__title {
    left: 6%;
    font-size: 5vw;
    letter-spacing: 0.2em;
  }
}

.p-top-copy__star {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  width: calc(100% - 10rem);
}
@media screen and (max-width: 959px) {
  .p-top-copy__star {
    width: 100%;
  }
}

.p-top-marker {
  margin-top: 42rem;
}
@media screen and (max-width: 959px) {
  .p-top-marker {
    margin-top: 8rem;
  }
}

.p-top-marker__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 959px) {
  .p-top-marker__header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-top-marker__title {
  display: block;
  text-align: right;
}
@media screen and (max-width: 959px) {
  .p-top-marker__title span {
    display: inline-block;
  }
}

.p-top-marker__info {
  padding-top: 4rem;
  width: 48%;
  line-height: 1.75;
}
@media screen and (max-width: 959px) {
  .p-top-marker__info {
    padding-top: 2rem;
    width: 100%;
  }
}

.p-top-marker__markers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 2.7rem;
  margin-top: 2rem;
}
@media screen and (max-width: 959px) {
  .p-top-marker__markers {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 519px) {
  .p-top-marker__markers {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3.5rem;
  }
}

.p-top-marker__marker {
  width: min(33.333%, 30rem);
}
@media screen and (max-width: 519px) {
  .p-top-marker__marker {
    width: 80%;
  }
}
.p-top-marker__marker img {
  width: 100%;
}
.p-top-marker__marker h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
  margin-top: 3rem;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 0.6;
  letter-spacing: 0;
}
@media screen and (max-width: 959px) {
  .p-top-marker__marker h3 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 519px) {
  .p-top-marker__marker h3 {
    font-size: 1.2rem;
  }
}
.p-top-marker__marker h3 span {
  font-size: 2.66em;
}
.p-top-marker__marker p {
  margin-top: 2.7rem;
  line-height: 1.75;
}
@media screen and (max-width: 519px) {
  .p-top-marker__marker p {
    margin-top: 2rem;
  }
}

.p-top-media {
  margin-top: 8rem;
}

.p-top-media__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 959px) {
  .p-top-media__head {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-top-media__head h2 {
  margin-right: 6rem;
  font-size: 8.5rem;
  text-align: right;
  line-height: 1.2;
}
@media screen and (max-width: 959px) {
  .p-top-media__head h2 {
    margin-right: 0;
    font-size: 9.3vw;
  }
}
@media screen and (max-width: 519px) {
  .p-top-media__head h2 {
    font-size: 11.3vw;
  }
}
.p-top-media__head h2 span {
  display: block;
  font-size: 0.35em;
}
@media screen and (max-width: 959px) {
  .p-top-media__head h2 span {
    display: inline-block;
    margin-left: 1.5rem;
  }
}
.p-top-media__head div {
  margin-top: 4rem;
  width: 60rem;
  line-height: 1.7;
}
@media screen and (max-width: 959px) {
  .p-top-media__head div {
    margin-top: 2rem;
    width: 100%;
  }
}

.p-top-media__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 2.7rem;
  margin-top: 4rem;
}
@media screen and (max-width: 959px) {
  .p-top-media__cards {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 519px) {
  .p-top-media__cards {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3.5rem;
  }
}

.p-top-media__card {
  width: min(33.333%, 30rem);
}
@media screen and (max-width: 519px) {
  .p-top-media__card {
    width: 100%;
  }
}

.p-top-media__image {
  text-align: center;
}
.p-top-media__image img {
  aspect-ratio: 356/518;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 519px) {
  .p-top-media__image img {
    width: 80%;
  }
}

.p-top-media__time {
  display: inline-block;
  margin-top: 2rem;
  font-size: 1.5rem;
}
@media screen and (max-width: 959px) {
  .p-top-media__time {
    margin-top: 1rem;
  }
}

.p-top-media__title {
  margin-top: 1rem;
  font-size: 2.6rem;
  line-height: 1.1;
}
@media screen and (max-width: 959px) {
  .p-top-media__title {
    margin-top: 0.5rem;
    font-size: 3vw;
  }
}
@media screen and (max-width: 519px) {
  .p-top-media__title {
    font-size: 5vw;
    line-height: 1.3;
  }
}

.p-top-media__excerpt {
  margin-top: 1.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 959px) {
  .p-top-media__excerpt {
    margin-top: 1.3rem;
  }
}

.p-omusubi-detail__img {
  margin-top: 8rem;
}
@media screen and (max-width: 959px) {
  .p-omusubi-detail__img {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 519px) {
  .p-omusubi-detail__img {
    margin-top: 3rem;
  }
}

.p-omusubi-detail__head {
  margin-top: 4rem;
}
@media screen and (max-width: 519px) {
  .p-omusubi-detail__head {
    margin-top: 3rem;
  }
}

.p-omusubi-detail__info p {
  margin-top: 3rem;
}
@media screen and (max-width: 519px) {
  .p-omusubi-detail__info p {
    margin-top: 2rem;
  }
}

.p-omusubi-spec__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
}
@media screen and (max-width: 959px) {
  .p-omusubi-spec__container {
    gap: 3rem;
  }
}
@media screen and (max-width: 519px) {
  .p-omusubi-spec__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem;
  }
}

.p-omusubi-spec__left,
.p-omusubi-spec__right {
  width: calc(50% - 2.5rem);
}
@media screen and (max-width: 959px) {
  .p-omusubi-spec__left,
  .p-omusubi-spec__right {
    width: calc(50% - 1.5rem);
  }
}
@media screen and (max-width: 519px) {
  .p-omusubi-spec__left,
  .p-omusubi-spec__right {
    width: 100%;
  }
}

.p-omusubi-spec__info {
  margin-top: 2rem;
  padding-left: 4rem;
  text-align: left;
}
@media screen and (max-width: 959px) {
  .p-omusubi-spec__info {
    padding-left: 0;
  }
}
.p-omusubi-spec__images img {
  margin-top: 3rem;
}
@media screen and (max-width: 959px) {
  .p-omusubi-spec__images img {
    margin-top: 2rem;
  }
}

.p-omusubi-spec__wrapper {
  margin-top: 5rem;
  padding: 3rem 4rem;
  border: solid 1px black;
}
@media screen and (max-width: 959px) {
  .p-omusubi-spec__wrapper {
    padding: 3rem;
  }
}
@media screen and (max-width: 519px) {
  .p-omusubi-spec__wrapper {
    margin-top: 3rem;
    padding: 2rem 2rem;
  }
}

.p-omusubi-spec__price {
  display: inline-block;
  margin-right: 5rem;
}
@media screen and (max-width: 959px) {
  .p-omusubi-spec__price {
    display: block;
  }
}
@media screen and (max-width: 519px) {
  .p-omusubi-spec__price {
    margin-right: 0;
    text-align: left;
  }
}
.p-omusubi-spec__price em {
  padding: 0 0.5rem;
  font-size: 1.75em;
  letter-spacing: 4px;
  line-height: 1;
  vertical-align: top;
}
@media screen and (max-width: 519px) {
  .p-omusubi-spec__price em {
    letter-spacing: 1px;
    white-space: nowrap;
  }
}

.p-re-intro {
  position: relative;
}

.p-re-intro__slide {
  position: relative;
  margin: 8rem 0;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .p-re-intro__slide {
    margin: 16rem 0 -4rem;
  }
}
@media screen and (max-width: 519px) {
  .p-re-intro__slide {
    margin: 16rem 0 -4rem;
  }
}

.p-re-intro__slide-wrapper {
  position: sticky;
  top: 20%;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .p-re-intro__slide-wrapper {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.p-re-intro__slide-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 2.5rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.p-re-intro__slide-image {
  width: 30vw;
  max-width: 38rem;
}
@media screen and (max-width: 519px) {
  .p-re-intro__slide-image {
    width: 50vw;
  }
}

.p-re-intro__title {
  font-size: 5.5rem;
}
@media screen and (max-width: 959px) {
  .p-re-intro__title {
    font-size: 5.5vw;
  }
}
@media screen and (max-width: 519px) {
  .p-re-intro__title {
    font-size: 5.7vw;
  }
}

.p-re-intro__info {
  margin-top: 7rem;
  padding-left: 4.5rem;
}
@media screen and (max-width: 959px) {
  .p-re-intro__info {
    margin-top: 4rem;
    padding-left: 0;
  }
}
@media screen and (max-width: 519px) {
  .p-re-intro__info {
    margin-top: 3rem;
  }
}

.p-re-intro__wrapper {
  position: relative;
  margin-top: 8rem;
  padding-left: 4.5rem;
}
@media screen and (max-width: 959px) {
  .p-re-intro__wrapper {
    margin-top: 6rem;
    padding-left: 0;
  }
}
@media screen and (max-width: 519px) {
  .p-re-intro__wrapper {
    margin-top: 5rem;
  }
}

.p-re-intro__info2 {
  display: inline-block;
  margin-top: 7rem;
  margin-right: 2rem;
  width: 42%;
}
@media screen and (max-width: 959px) {
  .p-re-intro__info2 {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 519px) {
  .p-re-intro__info2 {
    margin-top: 3rem;
    width: 100%;
  }
}

.p-re-intro__info2--right {
  display: block;
  margin: 15rem 0 0 auto;
  width: 44%;
}
@media screen and (max-width: 959px) {
  .p-re-intro__info2--right {
    margin-top: 10rem;
  }
}
@media screen and (max-width: 519px) {
  .p-re-intro__info2--right {
    margin-top: 3rem;
    width: 100%;
  }
}
.p-re-intro__info2--right h4 {
  font-size: 3.5rem;
  letter-spacing: 0;
}
@media screen and (max-width: 959px) {
  .p-re-intro__info2--right h4 {
    font-size: 4vw;
    line-height: 1.5;
  }
}
@media screen and (max-width: 519px) {
  .p-re-intro__info2--right h4 {
    font-size: 5.1vw;
  }
}
@media screen and (max-width: 959px) {
  .p-re-intro__info2--right p {
    margin-top: 1rem;
  }
}

.p-re-intro__img1 {
  display: inline-block;
  margin-top: 8rem;
  width: 20.7%;
  vertical-align: top;
}
@media screen and (max-width: 959px) {
  .p-re-intro__img1 {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 519px) {
  .p-re-intro__img1 {
    margin-top: 3rem;
    margin-right: 2%;
    aspect-ratio: 161/107;
    width: 48%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.p-re-intro__img2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 31%;
}
@media screen and (max-width: 519px) {
  .p-re-intro__img2 {
    position: initial;
    margin-top: 3rem;
    aspect-ratio: 161/107;
    width: 48%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.p-re-intro__img3 {
  position: absolute;
  top: 11.5rem;
  left: 4.5rem;
  width: 31.7%;
}
@media screen and (max-width: 959px) {
  .p-re-intro__img3 {
    top: 10rem;
    left: 0;
    width: 36%;
  }
}
@media screen and (max-width: 519px) {
  .p-re-intro__img3 {
    position: initial;
    margin-top: 3rem;
    margin-right: 2%;
    aspect-ratio: 161/107;
    width: 48%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.p-re-intro__img4 {
  position: absolute;
  top: 39.5rem;
  left: 14.5rem;
  width: 43.3%;
}
@media screen and (max-width: 959px) {
  .p-re-intro__img4 {
    top: 30rem;
    left: 5rem;
  }
}
@media screen and (max-width: 519px) {
  .p-re-intro__img4 {
    position: initial;
    margin-top: 3rem;
    aspect-ratio: 161/107;
    width: 48%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media screen and (max-width: 519px) {
  .p-re-guide__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-re-guide__container h2 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.p-re-guide__images {
  float: right;
  margin: 0 0 3rem 5rem;
  width: 44%;
}
@media screen and (max-width: 959px) {
  .p-re-guide__images {
    margin: 0 0 3rem 3rem;
  }
}
@media screen and (max-width: 519px) {
  .p-re-guide__images {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 1.5rem 0 0;
    width: 100%;
  }
}
.p-re-guide__images img {
  margin-top: 3.4rem;
}
@media screen and (max-width: 959px) {
  .p-re-guide__images img {
    margin-top: 2rem;
  }
}
.p-re-guide__images img:first-child {
  margin-top: 1.5rem;
}

.p-re-guide__info {
  margin-top: 2.5rem;
  padding-left: 4rem;
}
@media screen and (max-width: 959px) {
  .p-re-guide__info {
    padding-left: 0;
  }
}
@media screen and (max-width: 519px) {
  .p-re-guide__info {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 4rem;
  }
}

.p-re-guide__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin-top: 4rem;
}
@media screen and (max-width: 519px) {
  .p-re-guide__time {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.5rem;
  }
}
.p-re-guide__time div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.5rem;
  width: calc(20% - 0.8rem);
  text-align: center;
  background-color: #fff;
}
@media screen and (max-width: 959px) {
  .p-re-guide__time div {
    padding: 2rem 1rem;
    width: calc(18% - 0.8rem);
    letter-spacing: 0;
  }
}
@media screen and (max-width: 519px) {
  .p-re-guide__time div {
    padding: 1rem;
    width: calc(25% - 0.375rem);
  }
}
.p-re-guide__time div:first-child {
  padding: 0;
  color: white;
  background-color: #900d23;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
@media screen and (max-width: 959px) {
  .p-re-guide__time div:first-child {
    width: 28%;
  }
}
@media screen and (max-width: 519px) {
  .p-re-guide__time div:first-child {
    padding: 1.5rem 1rem;
    width: 100%;
    border-radius: 0;
    letter-spacing: 0.01em;
  }
}
.p-re-guide__time div:last-child {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
@media screen and (max-width: 519px) {
  .p-re-guide__time div:last-child {
    border-radius: 0;
  }
}
.p-re-guide__time div h2 {
  width: 100%;
  font-size: 1em;
  line-height: 1.3;
}
.p-re-guide__time div h2 small {
  display: block;
  font-size: 0.6em;
}

.p-re-guide__reserve {
  display: block;
  margin: 5rem auto 4rem;
  padding: 3.1rem 1rem;
  width: 60%;
  text-align: center;
  line-height: 1.5;
  background-color: #fff;
  border-radius: 1rem;
  border-top: solid 8px #900d23;
}
@media screen and (max-width: 959px) {
  .p-re-guide__reserve {
    width: 100%;
  }
}
@media screen and (max-width: 519px) {
  .p-re-guide__reserve {
    padding: 2rem 1rem;
    letter-spacing: 0;
    line-height: 1.7;
  }
}

.p-media {
  margin-top: 3rem;
}
@media screen and (max-width: 959px) {
  .p-media {
    margin-top: 1rem;
  }
}

.p-media__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6.5rem;
}
@media screen and (max-width: 959px) {
  .p-media__cards {
    gap: 3rem;
  }
}

.p-media__card {
  width: calc(33.333% - 4.3333333333rem);
}
@media screen and (max-width: 959px) {
  .p-media__card {
    width: calc(33.333% - 2rem);
  }
}
@media screen and (max-width: 519px) {
  .p-media__card {
    width: 100%;
  }
}

.p-media__image {
  text-align: center;
}
.p-media__image img {
  aspect-ratio: 356/518;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-media__time {
  display: inline-block;
  margin-top: 2rem;
  font-size: 1.5rem;
}
@media screen and (max-width: 959px) {
  .p-media__time {
    margin-top: 1rem;
  }
}

.p-media__title {
  margin-top: 1rem;
  font-size: 2.6rem;
  line-height: 1.1;
}
@media screen and (max-width: 959px) {
  .p-media__title {
    margin-top: 0.5rem;
    font-size: 3vw;
  }
}
@media screen and (max-width: 519px) {
  .p-media__title {
    font-size: 5vw;
    line-height: 1.3;
  }
}

.p-media__excerpt {
  margin-top: 1.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 959px) {
  .p-media__excerpt {
    margin-top: 1.3rem;
  }
}
@media screen and (max-width: 519px) {
  .p-media__excerpt {
    margin-top: 1rem;
  }
}

.p-media__pagenation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  margin-top: 8rem;
}
@media screen and (max-width: 959px) {
  .p-media__pagenation {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 519px) {
  .p-media__pagenation {
    margin-top: 4rem;
  }
}
.p-media__pagenation .current {
  text-decoration: underline;
}

.p-post {
  margin-top: 3rem;
}
@media screen and (max-width: 959px) {
  .p-post {
    margin-top: 1rem;
  }
}

.p-post__image img {
  width: 100%;
  height: auto;
}

.p-post__container--2img {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 5rem;
}
@media screen and (max-width: 959px) {
  .p-post__container--2img {
    gap: 3rem;
  }
}
@media screen and (max-width: 519px) {
  .p-post__container--2img {
    display: block;
  }
}
.p-post__container--2img .p-post__image {
  grid-column: 1/2;
  grid-row: 1/3;
}
@media screen and (max-width: 519px) {
  .p-post__container--2img .p-post__image {
    margin-top: 2rem;
  }
}
.p-post__container--2img .p-post__image:nth-child(2) {
  grid-column: 2/3;
  grid-row: 1/2;
}
.p-post__container--2img .p-post__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-post__container--2img .p-post__body {
  margin: 0;
  grid-column: 2/3;
  grid-row: 2/3;
}
@media screen and (max-width: 519px) {
  .p-post__container--2img .p-post__body {
    margin-top: 2rem;
  }
}

.p-post__container--3img {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto auto;
  gap: 5rem;
}
@media screen and (max-width: 959px) {
  .p-post__container--3img {
    gap: 3rem;
  }
}
@media screen and (max-width: 519px) {
  .p-post__container--3img {
    display: block;
  }
}
.p-post__container--3img .p-post__image {
  grid-column: 1/2;
  grid-row: 1/3;
}
@media screen and (max-width: 519px) {
  .p-post__container--3img .p-post__image {
    margin-top: 2rem;
  }
}
.p-post__container--3img .p-post__image:nth-child(2) {
  grid-column: 2/3;
  grid-row: 1/2;
}
.p-post__container--3img .p-post__image:nth-child(3) {
  grid-column: 2/3;
  grid-row: 2/3;
}
.p-post__container--3img .p-post__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-post__container--3img .p-post__body {
  margin: 0;
  grid-column: 1/3;
  grid-row: 3/4;
}
@media screen and (max-width: 519px) {
  .p-post__container--3img .p-post__body {
    margin-top: 2rem;
  }
}

.p-post__body {
  margin-top: 2rem;
}
@media screen and (max-width: 959px) {
  .p-post__body {
    margin-top: 1rem;
  }
}

.p-post__time {
  display: inline-block;
  font-size: 1.5rem;
}

.p-post__title {
  margin-top: 1rem;
  font-size: 2.6rem;
  line-height: 1.1;
}
@media screen and (max-width: 959px) {
  .p-post__title {
    margin-top: 0.5rem;
    font-size: 3vw;
  }
}
@media screen and (max-width: 519px) {
  .p-post__title {
    font-size: 5vw;
    line-height: 1.3;
  }
}

.p-post__content {
  margin-top: 1.5rem;
}
.p-post__content img {
  margin: 1rem 0;
}

/* utility
------------------------------------------------ */
.u-anchor {
  margin-top: -5rem;
  padding-top: 5rem;
}

/* external
------------------------------------------------ *//*# sourceMappingURL=style.css.map */