@charset "UTF-8";
.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.row__item {
  width: 100%;
}
.row__item--mobile-1 {
  width: 8.3333333333%;
}
.row__item--mobile-2 {
  width: 16.6666666667%;
}
.row__item--mobile-3 {
  width: 25%;
}
.row__item--mobile-4 {
  width: 33.3333333333%;
}
.row__item--mobile-5 {
  width: 41.6666666667%;
}
.row__item--mobile-6 {
  width: 50%;
}
.row__item--mobile-7 {
  width: 58.3333333333%;
}
.row__item--mobile-8 {
  width: 66.6666666667%;
}
.row__item--mobile-9 {
  width: 75%;
}
.row__item--mobile-10 {
  width: 83.3333333333%;
}
.row__item--mobile-11 {
  width: 91.6666666667%;
}
.row__item--mobile-12 {
  width: 100%;
}
.row__item--mobile-fifth {
  width: 20%;
}
@media screen and (min-width: 768px) {
  .row__item--tablet-1 {
    width: 8.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-2 {
    width: 16.6666666667%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-3 {
    width: 25%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-4 {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-5 {
    width: 41.6666666667%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-6 {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-7 {
    width: 58.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-8 {
    width: 66.6666666667%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-9 {
    width: 75%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-10 {
    width: 83.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-11 {
    width: 91.6666666667%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-12 {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-fifth {
    width: 20%;
  }
}
@media screen and (min-width: 1080px) {
  .row__item--desktop-1 {
    width: 8.3333333333%;
  }
}
@media screen and (min-width: 1080px) {
  .row__item--desktop-2 {
    width: 16.6666666667%;
  }
}
@media screen and (min-width: 1080px) {
  .row__item--desktop-3 {
    width: 25%;
  }
}
@media screen and (min-width: 1080px) {
  .row__item--desktop-4 {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 1080px) {
  .row__item--desktop-5 {
    width: 41.6666666667%;
  }
}
@media screen and (min-width: 1080px) {
  .row__item--desktop-6 {
    width: 50%;
  }
}
@media screen and (min-width: 1080px) {
  .row__item--desktop-7 {
    width: 58.3333333333%;
  }
}
@media screen and (min-width: 1080px) {
  .row__item--desktop-8 {
    width: 66.6666666667%;
  }
}
@media screen and (min-width: 1080px) {
  .row__item--desktop-9 {
    width: 75%;
  }
}
@media screen and (min-width: 1080px) {
  .row__item--desktop-10 {
    width: 83.3333333333%;
  }
}
@media screen and (min-width: 1080px) {
  .row__item--desktop-11 {
    width: 91.6666666667%;
  }
}
@media screen and (min-width: 1080px) {
  .row__item--desktop-12 {
    width: 100%;
  }
}
@media screen and (min-width: 1080px) {
  .row__item--desktop-fifth {
    width: 20%;
  }
}
.row--std {
  margin: -20px;
  margin-bottom: 2rem;
}
.row--std .row__item {
  padding: 20px;
}
.row--wide {
  margin: -20px;
}
@media screen and (min-width: 768px) {
  .row--wide {
    margin: -40px;
  }
}
.row--wide .row__item {
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .row--wide .row__item {
    padding: 40px;
  }
}
.row--mt {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .row--mt {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .row--mtad {
    margin-top: -12rem;
    margin-right: -6rem;
    margin-left: 2rem;
  }
}
.row--mt10 {
  margin-top: 10rem;
}
.row--mt15 {
  margin-top: 15rem;
}
.row--mt20 {
  margin-top: 20rem;
}
@media screen and (max-width: 767px) {
  .row--spmtm20 {
    margin-top: -20rem;
  }
}
.row--max {
  margin: -20px;
}
@media screen and (min-width: 768px) {
  .row--max {
    margin: -40px;
  }
}
.row--max .row__item {
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .row--max .row__item {
    padding: 40px;
  }
}
.row--center {
  justify-content: center;
}
.row--items-center {
  align-items: center;
}
.row--items-end {
  align-items: flex-end;
}
.row--around {
  justify-content: space-around;
}
.row--between {
  justify-content: space-between;
}
.row--right {
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .row--reverse {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 767px) {
  .row--sp-reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  .row--sp-max {
    margin: 0;
    padding: 0;
  }
  .row--sp-max .row__item {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .hide-mobile {
    display: none;
  }
}

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

@media screen and (max-width: 1079px) {
  .pc-only {
    display: none;
  }
}

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

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-fit {
  font-family: "object-fit: cover; object-position: center center;";
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
}

.aligncenter {
  margin: 0 auto;
}
@media screen and (min-width: 1080px) {
  .aligncenter {
    margin: 0 auto;
  }
}

.alignright {
  float: none;
  margin-right: 0;
  margin-left: auto;
}
.alignleft {
  margin-right: auto;
  margin-left: 0;
}
.mt0 {
  margin-top: 0;
}

.mt10 {
  margin-top: 1rem;
}

.mt20 {
  margin-top: 2rem;
}

.mt30 {
  margin-top: 3rem;
}

.mt40 {
  margin-top: 4rem;
}

.mt50 {
  margin-top: 5rem;
}

.mt60 {
  margin-top: 6rem;
}

.mt70 {
  margin-top: 7rem;
}

.mt80 {
  margin-top: 8rem;
}

.mt90 {
  margin-top: 9rem;
}

.mt100 {
  margin-top: 10rem;
}

.mb0 {
  margin-bottom: 0;
}

.mb10 {
  margin-bottom: 1rem;
}

.mb20 {
  margin-bottom: 2rem;
}

.mb30 {
  margin-bottom: 3rem;
}

.mb40 {
  margin-bottom: 4rem;
}

.mb50 {
  margin-bottom: 5rem;
}

.mb60 {
  margin-bottom: 6rem;
}

.mb70 {
  margin-bottom: 7rem;
}

.mb80 {
  margin-bottom: 8rem;
}

.mb90 {
  margin-bottom: 9rem;
}

.mb100 {
  margin-bottom: 10rem;
}

/* margin-top スマホ */
@media screen and (max-width: 767px) {
  .sp-mt0 {
    margin-top: 0;
  }
  .sp-mt10 {
    margin-top: 1rem;
  }
  .sp-mt20 {
    margin-top: 2rem;
  }
  .sp-mt30 {
    margin-top: 3rem;
  }
  .sp-mt40 {
    margin-top: 4rem;
  }
  .sp-mt50 {
    margin-top: 5rem;
  }
  .sp-mt60 {
    margin-top: 6rem;
  }
  .sp-mt70 {
    margin-top: 7rem;
  }
  .sp-mt80 {
    margin-top: 8rem;
  }
  .sp-mt90 {
    margin-top: 9rem;
  }
  .sp-mt100 {
    margin-top: 10rem;
  }
  .sp-mt150 {
    margin-top: 15rem;
  }
  .sp-mt200 {
    margin-top: 20rem;
  }
  .sp-mtm10 {
    margin-top: -1rem;
  }
  .sp-mtm20 {
    margin-top: -2rem;
  }
  .sp-mtm30 {
    margin-top: -3rem;
  }
  .sp-mtm40 {
    margin-top: -4rem;
  }
  .sp-mtm50 {
    margin-top: -5rem;
  }
  .sp-mtm60 {
    margin-top: -6rem;
  }
  .sp-mtm70 {
    margin-top: -7rem;
  }
  .sp-mtm80 {
    margin-top: -8rem;
  }
  .sp-mtm90 {
    margin-top: -9rem;
  }
  .sp-mtm100 {
    margin-top: -10rem;
  }
  .sp-mtm150 {
    margin-top: -15rem;
  }
  .sp-mtm200 {
    margin-top: -20rem;
  }
}
@media screen and (min-width: 768px) {
  .tab-mt0 {
    margin-top: 0;
  }
  .tab-mt10 {
    margin-top: 1rem;
  }
  .tab-mt20 {
    margin-top: 2rem;
  }
  .tab-mt30 {
    margin-top: 3rem;
  }
  .tab-mt40 {
    margin-top: 4rem;
  }
  .tab-mt50 {
    margin-top: 5rem;
  }
  .tab-mt60 {
    margin-top: 6rem;
  }
  .tab-mt70 {
    margin-top: 7rem;
  }
  .tab-mt80 {
    margin-top: 8rem;
  }
  .tab-mt90 {
    margin-top: 9rem;
  }
  .tab-mt100 {
    margin-top: 10rem;
  }
  .tab-mt120 {
    margin-top: 12rem;
  }
  .tab-mt150 {
    margin-top: 15rem;
  }
  .tab-mt170 {
    margin-top: 17rem;
  }
  .tab-mt200 {
    margin-top: 20rem;
  }
  .tab-mtm10 {
    margin-top: -1rem;
  }
  .tab-mtm20 {
    margin-top: -2rem;
  }
  .tab-mtm30 {
    margin-top: -3rem;
  }
  .tab-mtm40 {
    margin-top: -4rem;
  }
  .tab-mtm50 {
    margin-top: -5rem;
  }
  .tab-mtm60 {
    margin-top: -6rem;
  }
  .tab-mtm70 {
    margin-top: -7rem;
  }
  .tab-mtm80 {
    margin-top: -8rem;
  }
  .tab-mtm90 {
    margin-top: -9rem;
  }
  .tab-mtm100 {
    margin-top: -10rem;
  }
  .tab-mtm150 {
    margin-top: -15rem;
  }
  .tab-mtm200 {
    margin-top: -20rem;
  }
  .tab-mtm300 {
    margin-top: -30rem;
  }
  .tab-mtm400 {
    margin-top: -40rem;
  }
  .tab-mtm500 {
    margin-top: -50rem;
  }
}
@media screen and (min-width: 1080px) {
  .pc-mtm10 {
    margin-top: -1rem;
  }
  .pc-mtm20 {
    margin-top: -2rem;
  }
  .pc-mtm30 {
    margin-top: -3rem;
  }
  .pc-mtm40 {
    margin-top: -4rem;
  }
  .pc-mtm50 {
    margin-top: -5rem;
  }
  .pc-mtm60 {
    margin-top: -6rem;
  }
  .pc-mtm70 {
    margin-top: -7rem;
  }
  .pc-mtm80 {
    margin-top: -8rem;
  }
  .pc-mtm90 {
    margin-top: -9rem;
  }
  .pc-mtm100 {
    margin-top: -10rem;
  }
  .pc-mtm150 {
    margin-top: -15rem;
  }
  .pc-mtm200 {
    margin-top: -20rem;
  }
  .pc-mtm300 {
    margin-top: -30rem;
  }
  .pc-mtm400 {
    margin-top: -40rem;
  }
  .pc-mtm500 {
    margin-top: -50rem;
  }
}
/* margin-bottom スマホ */
@media screen and (max-width: 767px) {
  .sp-mb0 {
    margin-bottom: 0;
  }
  .sp-mb10 {
    margin-bottom: 1rem;
  }
  .sp-mb20 {
    margin-bottom: 2rem;
  }
  .sp-mb30 {
    margin-bottom: 3rem;
  }
  .sp-mb40 {
    margin-bottom: 4rem;
  }
  .sp-mb50 {
    margin-bottom: 5rem;
  }
  .sp-mb60 {
    margin-bottom: 6rem;
  }
  .sp-mb70 {
    margin-bottom: 7rem;
  }
  .sp-mb80 {
    margin-bottom: 8rem;
  }
  .sp-mb90 {
    margin-bottom: 9rem;
  }
  .sp-mb100 {
    margin-bottom: 10rem;
  }
}
/* margin-bottom スマホ */
@media screen and (max-width: 767px) {
  .sp-plr {
    padding: 0 2rem;
  }
}
.saiaifrench {
  overflow: hidden;
  max-width: 1280px;
  margin: 0 auto;
  background: #fff;
  background: url(../images/saiaifrench/bg.webp) repeat center center;
  padding-bottom: 20rem;
  container-type: inline-size;
}
.saiaifrench p {
  font-family: "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2.3rem;
  text-align: justify !important;
  font-weight: 400;
  line-height: 2;
  color: #333;
}
.saiaifrench p strong {
  -webkit-text-stroke: 1px #333;
  text-stroke: 1px #333;
  paint-order: stroke;
}
@media screen and (max-width: 767px) {
  .saiaifrench p {
    font-size: 1.6rem;
  }
}
.saiaifrench p:empty {
  display: none;
}
.saiaifrench__index {
  position: relative;
}
.saiaifrench .flow-link {
  position: absolute;
  width: 44.6%;
  height: 0;
  padding-bottom: 30%;
}
@media screen and (min-width: 1080px) {
  .saiaifrench .flow-link:hover::before {
    opacity: 0.3;
  }
}
.saiaifrench .flow-link::before {
  content: "";
  display: block;
  width: 40%;
  height: 0;
  padding-bottom: 40%;
  border-radius: 50%;
  background: radial-gradient(#fff, rgba(255, 255, 255, 0));
  box-shadow: 0 0 10px #fff;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.2s ease-out;
}
.saiaifrench .flow-link--01 {
  top: 18%;
  right: 46%;
  transform: rotate(8deg);
  z-index: 1;
}
.saiaifrench .flow-link--02 {
  bottom: 10%;
  left: 49%;
  transform: rotate(-11deg);
  z-index: 2;
}
.saiaifrench .desc {
  margin: 3rem 0 1.5rem;
}
@media screen and (min-width: 768px) {
  .saiaifrench .desc {
    margin: 5rem 0 10rem;
  }
}
.saiaifrench .img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.saiaifrench .img-right {
  display: block;
  margin-left: auto;
  margin-right: 0;
}
.saiaifrench .img-kage {
  box-shadow: 10px 10px 30px rgba(10, 58, 104, 0.6);
}
.saiaifrench .container {
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}
@media screen and (min-width: 768px) {
  .saiaifrench .container {
    max-width: 980px;
    padding: 0 4rem;
  }
}
.saiaifrench .section {
  padding-top: 15rem;
}
@media screen and (max-width: 767px) {
  .saiaifrench .section {
    padding-top: 5rem;
  }
}
.saiaifrench .section__head {
  position: relative;
  padding-top: 5rem;
}
@media screen and (max-width: 767px) {
  .saiaifrench .section__head {
    padding-top: 3rem;
  }
}
.saiaifrench .section__head p {
  font-size: 2.45rem;
}
@media screen and (max-width: 767px) {
  .saiaifrench .section__head p {
    font-size: 1.6rem;
  }
}
.saiaifrench .section__body {
  position: relative;
  z-index: 1;
  padding-top: 20rem;
}
@media screen and (max-width: 767px) {
  .saiaifrench .section__body {
    padding-top: 10rem;
  }
}
.saiaifrench .info {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  margin-top: 10rem;
}
.saiaifrench .info--mtmin {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .saiaifrench .info {
    font-size: 1.6rem;
    text-align: left;
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .saiaifrench .head-img {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8rem;
  }
  .saiaifrench .head-img img {
    margin-left: -190px;
    width: calc(100% + 190px);
    height: auto;
  }
  .saiaifrench .head-img--right {
    grid-template-columns: 152px 1fr;
  }
  .saiaifrench .head-img--right img {
    margin: 0;
    margin-right: -190px;
  }
  .saiaifrench .head-img--left {
    grid-template-columns: 1fr 152px;
  }
  .saiaifrench .head-img--nonfit div {
    text-align: right;
  }
  .saiaifrench .head-img--nonfit div img {
    width: revert-layer;
    height: auto;
    margin: 0;
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .saiaifrench .head-img {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  .saiaifrench .head-img img {
    width: 100%;
    height: auto;
  }
}
.saiaifrench .adimg {
  width: 500px !important;
}
@media screen and (min-width: 1080px) {
  .saiaifrench .adimg {
    width: 632px !important;
  }
}
@media screen and (max-width: 767px) {
  .saiaifrench .adimg-sp {
    width: 70%;
    height: auto;
  }
}
.saiaifrench .tategaki {
  font-family: "Noto Serif JP", serif, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif;
  font-weight: 400;
  font-size: 2.5rem;
}
@media screen and (min-width: 768px) {
  .saiaifrench .tategaki {
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 4rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1080px) {
  .saiaifrench .tategaki {
    font-size: 5rem;
  }
}
.saiaifrench .tategaki span {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .saiaifrench .tategaki span {
    border-bottom: 1px solid #0A3A68;
  }
}
@media screen and (min-width: 768px) {
  .saiaifrench .tategaki span {
    border-left: 1px solid #0A3A68;
  }
}
.saiaifrench .tategaki--sky span {
  border-color: #3A93D7;
}
.saiaifrench .tategaki-wrap {
  position: relative;
}
@media screen and (max-width: 767px) {
  .saiaifrench .tategaki-wrap {
    margin-top: 4rem;
    margin-bottom: -4rem;
  }
}
@media screen and (min-width: 768px) {
  .saiaifrench .tategaki-wrap .tategaki {
    display: block;
    height: max-content;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
  }
  .saiaifrench .tategaki-wrap--left .tategaki {
    right: auto;
    left: 0;
  }
}
.saiaifrench .bg-img {
  position: relative;
}
.saiaifrench .bg-img__desc {
  width: 360px;
  position: absolute;
  top: 8rem;
  left: calc((100% - 900px) / 2);
  margin: 0;
}
@media screen and (max-width: 1079px) {
  .saiaifrench .bg-img__desc {
    font-size: 2rem;
    top: 4rem;
    left: 4rem;
  }
}
.saiaifrench .bg-img__desc--rt {
  left: auto;
  right: calc((100% - 900px) / 2);
}
@media screen and (max-width: 1079px) {
  .saiaifrench .bg-img__desc--rt {
    right: 4rem;
  }
}
.saiaifrench .bg-img__desc--rb {
  left: auto;
  right: calc((100% - 900px) / 2);
  top: auto;
  bottom: 8rem;
}
@media screen and (max-width: 1079px) {
  .saiaifrench .bg-img__desc--rb {
    right: 4rem;
    bottom: 4rem;
  }
}
.saiaifrench .bg-img__desc--lb {
  top: auto;
  bottom: 8rem;
}
@media screen and (max-width: 1079px) {
  .saiaifrench .bg-img__desc--lb {
    bottom: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .saiaifrench .bg-img__desc--wt {
    color: #fff;
    text-shadow: 0 0 3px #000;
  }
  .saiaifrench .bg-img__desc--wt strong {
    -webkit-text-stroke: 1px #fff;
    text-stroke: 1px #fff;
  }
}
@media screen and (max-width: 767px) {
  .saiaifrench .bg-img__desc {
    position: relative;
    top: 2rem;
    left: 2rem;
    right: 2rem;
    bottom: 2rem;
    font-size: 1.6rem;
  }
}
.saiaifrench .insta {
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (min-width: 1080px) {
  .saiaifrench .insta:hover::before {
    opacity: 0.5;
  }
}
.saiaifrench .insta::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 50%;
  background: radial-gradient(#fff, rgba(255, 255, 255, 0));
  box-shadow: 0 0 10px #fff;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.2s ease-out;
}
.saiaifrench .store-link {
  position: relative;
  z-index: 3;
  display: block;
  width: fit-content;
  margin: 5rem auto 0;
}
@media screen and (max-width: 767px) {
  .saiaifrench .store-link {
    max-width: 150px;
  }
  .saiaifrench .store-link img {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 1080px) {
  .saiaifrench .store-link:hover::before {
    opacity: 0.6;
  }
}
.saiaifrench .store-link::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 50%;
  background: radial-gradient(#fff, rgba(255, 255, 255, 0));
  box-shadow: 0 0 10px #fff;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.2s ease-out;
}