@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Bellefair&family=Instrument+Serif:ital@0;1&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap");
/*------------------------------------------------------------
    Reset / Base
------------------------------------------------------------*/
html,
body {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  font-family: "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "HiraMinPro-W3", serif;
  color: #000000;
  font-size: 16px;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  text-align: left;
  word-break: break-word;
}
@media screen and (min-width: 769px) {
  html .sp,
  body .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  html .pc,
  body .pc {
    display: none !important;
  }
  html a:hover,
  html a:hover img,
  body a:hover,
  body a:hover img {
    opacity: 1 !important;
  }
}

div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
abbr,
address,
em,
img,
ins,
del,
strong,
sub,
sup,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
footer,
header,
nav,
section,
figure,
figcaption {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

ol,
ul {
  list-style: none;
}

:focus {
  outline: 0;
}

img,
iframe {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

a {
  color: #000000;
  text-decoration: none;
  transition: 0.2s;
}
a:hover {
  opacity: 0.7;
}

* {
  box-sizing: border-box;
}

/*------------------------------------------------------------
    parts
------------------------------------------------------------*/
.fadeIn {
  opacity: 0;
  transition: opacity 1s ease-out;
}
.fadeIn.is-inview {
  opacity: 1;
}

.zoomOut {
  overflow: hidden;
}
.zoomOut img {
  opacity: 0;
  transform: scale(1.1);
  transition: opacity 1.5s cubic-bezier(0, 0.34, 0.39, 0.65) 0s, transform 1.5s cubic-bezier(0, 0.34, 0.39, 0.65) 0s;
}
.zoomOut.is-inview img {
  opacity: 1;
  transform: scale(1);
}

.js-acd-toggle {
  cursor: pointer;
}
.js-acd-content {
  display: none;
}

.credit-list {
  font-family: "Instrument Serif", serif;
  letter-spacing: 0.04em;
  font-size: 18px;
}
@media screen and (min-width: 769px) {
  .credit-list {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 16px;
  }
}
.credit-list__item {
  margin-bottom: 9px;
}
.credit-list__item a {
  display: flex;
  align-items: center;
}
.credit-list__item--l {
  margin-bottom: 4px;
}
.credit-list__item--line {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 14px;
  padding-top: 16px;
}
.credit-list__item--color a {
  color: #0090b1;
}
.credit-list__name {
  flex-grow: 1;
}
.credit-list__price {
  margin: 0 12px 0 0;
  min-width: 98px;
  text-align: right;
}
.credit-list__price small {
  margin-left: 3px;
  font-size: 12px;
  letter-spacing: 0;
}
.credit-list__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-family: "Instrument Serif", serif;
  font-size: 14px;
  font-style: normal;
  flex-shrink: 0;
  margin-left: auto;
}
.credit-list__btn {
  display: block;
  line-height: 1;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.04em;
  text-align: center;
  width: 65px;
  height: 25px;
  background: url(../img/credit_bg.svg) center/contain no-repeat;
}
.case__col--off .credit-list__btn {
  background-image: url(../img/credit_bg_white.svg);
}
.credit-list__acd {
  margin-top: 16px;
}
.credit-list__acd-toggle {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 4px 50px 4px 0;
  position: relative;
}
.credit-list__acd-toggle:before, .credit-list__acd-toggle:after {
  content: "";
  display: block;
  position: absolute;
  width: 17px;
  height: 1px;
  background: #000;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.credit-list__acd-toggle:after {
  transform: rotate(90deg);
  transition: transform 0.3s;
}
.credit-list__acd.is-open .credit-list__acd-toggle:after {
  transform: rotate(360deg);
}

.contentsWrap {
  line-height: 1.6;
  font-feature-settings: "palt" on;
}
@media screen and (max-width: 768px) {
  .contentsWrap {
    font-size: 14px;
  }
}

.oggi-logo {
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  aspect-ratio: 51/22;
  background: url(../img/logo_oggi.svg) center/contain no-repeat;
  margin: 0 4px 0 2px;
}

/*------------------------------------------------------------
    01: MV ブロック
------------------------------------------------------------*/
.mv {
  position: relative;
  overflow: hidden;
}
.mv__img {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .mv__img {
    gap: 27.7333333333vw 0;
  }
}
.mv__img::after {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .mv__img::after {
    top: 0;
    bottom: auto;
    height: calc(100% - 71.2vw - 27.7333333333vw);
  }
}
.mv__img__item {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .mv__img__item {
    width: 50%;
  }
}
.mv__copy {
  text-align: center;
  position: absolute;
  bottom: 6.25vw;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .mv__copy {
    bottom: 72.5vw;
  }
}
.mv__copy__subtitle {
  width: 40vw;
  margin: 0 auto -1.5vw;
}
@media screen and (max-width: 768px) {
  .mv__copy__subtitle {
    width: 100vw;
    margin-bottom: -3vw;
  }
}
.mv__copy__subtitle img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .mv__copy__subtitle img {
    transform: translateX(-0.1vw);
  }
}
.mv__copy__title {
  width: 58vw;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .mv__copy__title {
    width: 96.2666666667vw;
  }
}
.mv__copy__title img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .mv__copy__title img {
    transform: translateX(1.4vw);
  }
}
.mv__logo {
  position: absolute;
  bottom: min(1.7361111111vw, 25px);
  left: 50%;
  width: min(7.0833333333vw, 102px);
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .mv__logo {
    width: 15.2vw;
    bottom: 5.8666666667vw;
  }
  .mv__logo img {
    filter: drop-shadow(0px 0px 16px #000);
  }
}
.mv.js-anime .mv__img::after {
  opacity: 0;
  transition: opacity 1s ease-out 0.8s;
}
.mv.js-anime .mv__img__item img {
  opacity: 0;
  transform: translateY(-60px);
  transition: all 0.6s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
.mv.js-anime .mv__img__item:nth-child(2) img {
  transition-delay: 100ms;
}
.mv.js-anime .mv__img__item:nth-child(3) img {
  transition-delay: 200ms;
}
.mv.js-anime .mv__img__item:nth-child(4) img {
  transition-delay: 300ms;
}
.mv.js-anime .mv__copy__subtitle {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transition-delay: 0.8s;
}
.mv.js-anime .mv__copy__title {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transition-delay: 1.2s;
}
.mv.js-anime .mv__logo {
  opacity: 0;
  transition: opacity 0.6s ease-out 1.6s;
}
.mv.is-inview .mv__img::after {
  opacity: 1;
}
.mv.is-inview .mv__img__item img {
  opacity: 1;
  transform: translateY(0);
}
.mv.is-inview .mv__copy__subtitle {
  opacity: 1;
  transform: translateY(0);
}
.mv.is-inview .mv__copy__title {
  opacity: 1;
  transform: translateY(0);
}
.mv.is-inview .mv__logo {
  opacity: 1;
}

/*------------------------------------------------------------
    02: Lead ブロック
------------------------------------------------------------*/
.lead {
  background: #fff;
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .lead {
    padding: 64px 0;
  }
}
.lead__inner {
  padding: 32px 64px;
  width: fit-content;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lead__inner {
    padding: 40px 20px;
  }
}
.lead__inner::before, .lead__inner::after {
  content: "";
  display: block;
  width: 79px;
  height: 69px;
  background: 0 0/contain no-repeat;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .lead__inner::before, .lead__inner::after {
    width: 53px;
    height: 46px;
  }
}
.lead__inner::before {
  top: 0;
  left: 10px;
  background-image: url(../img/icon_quote_top.svg);
}
.lead__inner::after {
  bottom: 0;
  right: 10px;
  background-image: url(../img/icon_quote_bottom.svg);
}
.lead__text {
  text-align: center;
  font-size: 20px;
  line-height: 240%;
  letter-spacing: 0.14em;
  z-index: 1;
  position: relative;
  mask-image: linear-gradient(160deg, rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
  mask-size: 250% 250%;
  mask-repeat: no-repeat;
  mask-position: 150%;
  transition: mask-position 1s ease-out;
}
@media screen and (max-width: 768px) {
  .lead__text {
    mask-size: 350%;
  }
}
.lead__text.is-inview {
  mask-position: 0%;
}
@media screen and (min-width: 769px) {
  .lead__text {
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .lead__text {
    font-size: 16px;
  }
}
.lead__text .oggi-logo {
  width: 60px;
}
@media screen and (max-width: 768px) {
  .lead__text .oggi-logo {
    width: 51px;
  }
}
.lead__balloon {
  max-width: 1296px;
  margin: auto;
  width: calc(100% - 40px);
  background: #ecf4f5;
  border-radius: 16px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6.6021126761%;
  margin-top: 80px;
  padding: 46px min(6vw, 80px) 40px min(6vw, 83px);
}
@media screen and (max-width: 768px) {
  .lead__balloon {
    display: block;
    margin-top: 62px;
    padding: 40px 24px 34px;
  }
}
.lead__balloon::before {
  content: "";
  display: block;
  width: 58px;
  aspect-ratio: 58/42;
  background-color: #ecf4f5;
  mask: url(../img/icon_balloon.svg) 0 0/contain no-repeat;
  position: absolute;
  bottom: 100%;
  left: 49.537037037%;
}
@media screen and (max-width: 768px) {
  .lead__balloon::before {
    width: 51px;
    left: 43.8805970149%;
  }
}
.lead__balloon__title {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .lead__balloon__title {
    width: 41.3732394366%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 768px) {
  .lead__balloon__title {
    margin-bottom: 16px;
    padding-left: 2vw;
  }
  .lead__balloon__title img {
    width: 78.6666666667vw;
  }
}
.lead__balloon__desc {
  letter-spacing: 0.14em;
  line-height: 2;
  flex-grow: 1;
  mask-image: linear-gradient(160deg, rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
  mask-size: 250% 250%;
  mask-repeat: no-repeat;
  mask-position: 150%;
  transition: mask-position 1s ease-out;
}
@media screen and (max-width: 768px) {
  .lead__balloon__desc {
    mask-size: 350%;
  }
}
.lead__balloon__desc.is-inview {
  mask-position: 0%;
}
@media screen and (max-width: 768px) {
  .lead__balloon__desc {
    font-size: 13px;
  }
}

/*------------------------------------------------------------
    03: Func ブロック
------------------------------------------------------------*/
.func {
  background: #ecf4f5;
  padding: 80px 0 72px;
}
@media screen and (max-width: 768px) {
  .func {
    padding: 80px 0;
  }
}
.func__inner {
  max-width: 1320px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4.5454545455%;
}
@media screen and (max-width: 768px) {
  .func__inner {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .func__title {
    width: 24.5454545455%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 768px) {
  .func__title {
    text-align: center;
    margin-bottom: 32px;
  }
}
.func__icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px 0;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .func__icons {
    gap: 24px;
    max-width: 318px;
    margin: auto;
  }
}
.func__icons.js-anime img {
  transform: scale(0);
  transition: transform 0.3s ease-out;
}
.func__icons.js-anime .func__icon__text {
  opacity: 0;
  transform: translateX(20px);
  transition: all 0.5s ease-out 0.6s;
}
.func__icons.js-anime .func__icon__item:nth-child(2) img {
  transition-delay: 90ms;
}
.func__icons.js-anime .func__icon__item:nth-child(3) img {
  transition-delay: 180ms;
}
.func__icons.js-anime .func__icon__item:nth-child(4) img {
  transition-delay: 270ms;
}
.func__icons.js-anime .func__icon__item:nth-child(5) img {
  transition-delay: 360ms;
}
.func__icons.js-anime .func__icon__item:nth-child(6) img {
  transition-delay: 450ms;
}
.func__icons.is-inview img {
  transform: scale(1);
}
.func__icons.is-inview .func__icon__text {
  opacity: 1;
  transform: translateX(0);
}
@media screen and (min-width: 769px) {
  .func__icon__item {
    width: 33.333%;
    display: flex;
    align-items: center;
    column-gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .func__icon__item {
    width: 90px;
    text-align: center;
    white-space: nowrap;
  }
}
.func__icon__item img {
  grid-row: 1/3;
  grid-column: 1;
  max-width: 120px;
  width: 7vw;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .func__icon__item img {
    width: 90px;
    margin-bottom: 12px;
  }
}
.func__icon__title-en {
  font-family: "Instrument Serif", serif;
  color: #0090b1;
  font-size: min(2.8vw, 33px);
  line-height: 130%;
  align-content: end;
}
@media screen and (max-width: 768px) {
  .func__icon__title-en {
    line-height: 1;
    font-size: 22px;
    width: fit-content;
    position: relative;
    transform: translateX(-50%);
    left: 50%;
  }
}
.func__icon__title-jp {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-feature-settings: normal;
}
@media screen and (max-width: 768px) {
  .func__icon__title-jp {
    font-size: 12px;
  }
}

/*------------------------------------------------------------
    04: Series ブロック
------------------------------------------------------------*/
.series {
  background: #fff;
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .series {
    padding: 80px 0;
  }
}
.series__title {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .series__title {
    padding-right: 4.8vw;
    margin-bottom: 16px;
  }
}
.series-slider {
  overflow: hidden;
}
.series-slider .swiper-wrapper {
  transition-timing-function: linear;
  align-items: stretch;
}
.series-slider .swiper-slide {
  height: auto;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .series-slider .swiper-slide {
    margin-right: 10px;
  }
}
.series-slider .swiper-slide.size-m {
  width: 320px;
}
@media screen and (max-width: 768px) {
  .series-slider .swiper-slide.size-m {
    width: 140px;
  }
  .series-slider .swiper-slide.size-m .series-slider__img {
    padding: 0 2px;
  }
}
.series-slider .swiper-slide.size-l {
  width: 248px;
}
@media screen and (max-width: 768px) {
  .series-slider .swiper-slide.size-l {
    width: 118px;
  }
  .series-slider .swiper-slide.size-l .series-slider__img {
    padding: 0 4px;
  }
}
.series-slider__img {
  margin-bottom: 8px;
  flex-grow: 1;
  display: flex;
  align-items: center;
}
.series-slider__name {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .series-slider__name {
    font-size: 14px;
    height: 3.2em;
    display: grid;
    align-content: center;
  }
}
.series-slider.js-anime .series-slider__name {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transition-delay: 0.5s;
}
.series-slider.is-inview .series-slider__name {
  opacity: 1;
  transform: translateY(0);
}

/*------------------------------------------------------------
    05: Model ブロック
------------------------------------------------------------*/
.model {
  background: #ecf4f5;
  padding: 120px 20px;
}
@media screen and (max-width: 768px) {
  .model {
    padding: 64px 20px;
  }
}
.model__inner {
  max-width: 1296px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 2.4691358025%;
  margin-bottom: 42px;
}
@media screen and (max-width: 768px) {
  .model__inner {
    display: block;
  }
}
.model__title {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.model__title.is-inview {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 769px) {
  .model__title {
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .model__title {
    margin-bottom: 32px;
    padding: 0 4px;
    text-align: center;
  }
}
.model__title svg {
  width: 100%;
}
.model__title.js-anime .anime-path {
  stroke-dasharray: 250;
  stroke-dashoffset: 250;
  transition: stroke-dashoffset 0.8s ease 0.8s;
}
.model__title.is-inview .anime-path {
  stroke-dashoffset: 0;
}
.model__photo {
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .model__photo {
    width: 30.4012345679%;
  }
}
@media screen and (max-width: 768px) {
  .model__photo {
    margin-bottom: 24px;
  }
}
.model__photo video {
  width: 100%;
  vertical-align: bottom;
}
.model__text {
  max-width: 1296px;
  margin: auto;
  background: #fff;
  border-radius: 16px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6.338028169%;
  padding: 46px min(6vw, 80px);
}
@media screen and (max-width: 768px) {
  .model__text {
    display: block;
    margin-top: 62px;
    padding: 40px 24px 34px;
  }
}
.model__text::before {
  content: "";
  display: block;
  width: 58px;
  aspect-ratio: 58/42;
  background: url(../img/icon_balloon.svg) 0 0/contain no-repeat;
  position: absolute;
  bottom: 100%;
  left: 13.2716049383%;
}
@media screen and (max-width: 768px) {
  .model__text::before {
    width: 51px;
    left: 43.8805970149%;
  }
}
.model__text__title {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .model__text__title {
    width: 24.911971831%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 768px) {
  .model__text__title {
    margin-bottom: 16px;
    padding-left: 2vw;
  }
  .model__text__title img {
    width: 59.7333333333vw;
  }
}
.model__text__desc {
  letter-spacing: 0.14em;
  line-height: 2;
  flex-grow: 1;
  mask-image: linear-gradient(160deg, rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
  mask-size: 250% 250%;
  mask-repeat: no-repeat;
  mask-position: 150%;
  transition: mask-position 1s ease-out;
}
@media screen and (max-width: 768px) {
  .model__text__desc {
    mask-size: 350%;
  }
}
.model__text__desc.is-inview {
  mask-position: 0%;
}
@media screen and (max-width: 768px) {
  .model__text__desc {
    font-size: 13px;
    letter-spacing: 0.1em;
  }
}
.model__text__desc img {
  margin: 0 4px;
}
.model__text__desc .oggi-logo {
  width: 51px;
}
@media screen and (max-width: 768px) {
  .model__text__desc .oggi-logo {
    width: 46px;
  }
}

/*------------------------------------------------------------
    06: Anchor ブロック
------------------------------------------------------------*/
.anchor {
  background: #fff;
  padding: 120px 20px;
}
@media screen and (max-width: 768px) {
  .anchor {
    padding: 64px 20px;
  }
}
.anchor-link {
  max-width: 1296px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}
.anchor-link__item {
  background: #ecf4f5;
  width: calc((100% - 24px) / 4);
  padding-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .anchor-link__item {
    width: calc((100% - 8px) / 2);
    padding-bottom: 12px;
  }
}
.anchor-link__item a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.anchor-link__title {
  text-align: center;
  margin-top: auto;
  padding: 0 8px;
}
@media screen and (max-width: 768px) {
  .anchor-link__title {
    margin-top: 6px;
  }
}
.anchor-link__photo {
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .anchor-link__photo {
    margin-bottom: 24px;
  }
}
.anchor-link.js-anime .anchor-link__photo img {
  opacity: 0;
  transform: translateY(-30px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.anchor-link.js-anime .anchor-link__item:nth-child(1) .anchor-link__photo img {
  transition-delay: 100ms;
}
.anchor-link.js-anime .anchor-link__item:nth-child(2) .anchor-link__photo img {
  transition-delay: 200ms;
}
.anchor-link.js-anime .anchor-link__item:nth-child(3) .anchor-link__photo img {
  transition-delay: 300ms;
}
.anchor-link.js-anime .anchor-link__item:nth-child(4) .anchor-link__photo img {
  transition-delay: 400ms;
}
.anchor-link.is-inview .anchor-link__photo img {
  opacity: 1;
  transform: translateY(0);
}

/*------------------------------------------------------------
    07: Case ブロック
------------------------------------------------------------*/
.case {
  background: #fff;
  padding: 0 0 120px;
}
@media screen and (max-width: 768px) {
  .case {
    padding: 0 0 80px;
  }
}
.case__header {
  background: #ecf4f5;
  padding: 64px 20px;
}
@media screen and (max-width: 768px) {
  .case__header {
    padding: 40px 20px;
  }
}
.case__header.js-anime {
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.3s ease-out;
}
.case__header.js-anime .case__header__inner {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition-delay: 0.3s;
}
.case__header.is-inview {
  clip-path: inset(0 0 0 0);
}
.case__header.is-inview .case__header__inner {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.3s;
}
.case__header__inner {
  max-width: 1160px;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .case__header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .case__header__inner {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .case__header__title {
    margin: 0 auto 16px;
  }
}
@media screen and (max-width: 768px) {
  .case__header__title.size-m {
    width: 91.4666666667vw;
    transform: translateX(2vw);
  }
}
@media screen and (max-width: 768px) {
  .case__header__title.size-l {
    width: 92.5333333333vw;
    transform: translateX(-2.13vw);
  }
}
.case__header__desc {
  letter-spacing: 0.14em;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  .case__header__desc {
    width: 40.8620689655%;
  }
}
@media screen and (max-width: 768px) {
  .case__header__desc {
    font-size: 13px;
    line-height: 2;
    text-align: left;
  }
}
.case__header__desc .oggi-logo {
  width: 46px;
}
@media screen and (max-width: 768px) {
  .case__header__desc .oggi-logo {
    width: 40px;
  }
}
.case__col {
  max-width: 1296px;
  margin: auto;
  padding: 80px 68px;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 0px 6.8965517241%;
}
@media screen and (max-width: 768px) {
  .case__col {
    display: block;
    padding: 40px 0 64px;
  }
}
.case__col--on {
  grid-template-columns: 35% 58.1034482759%;
  grid-template-areas: "text photo" "credit photo";
}
.case__col--off {
  background: #f7f7f7;
  grid-template-columns: 58.1034482759% 35%;
  grid-template-areas: "photo text" "photo credit";
}
.case__col.js-anime .anime-path {
  opacity: 0;
  transform: translateY(20px);
  transform-box: fill-box;
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.case__col.js-anime .case__photo {
  opacity: 0;
  transform: translateY(-30px);
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition-delay: 0.6s;
}
.case__col.js-anime .case__text__inner,
.case__col.js-anime .case__credit {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition-delay: 0.9s;
}
.case__col.is-inview .anime-path {
  opacity: 1;
  transform: translateY(0);
}
.case__col.is-inview .case__photo {
  opacity: 1;
  transform: translateY(0);
}
.case__col.is-inview .case__text__inner,
.case__col.is-inview .case__credit {
  opacity: 1;
  transform: translateY(0);
}
.case__text {
  grid-area: text;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 768px) {
  .case__text__inner {
    display: flex;
    flex-direction: column;
    margin-bottom: 32px;
    padding: 0 20px;
  }
}
.case__text__title {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .case__text__title {
    margin-bottom: 32px;
    text-align: center;
    order: -2;
  }
}
.case__text__copy {
  font-size: 24px;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .case__text__copy {
    font-size: 20px;
  }
}
.case__text__desc {
  line-height: 200%;
}
@media screen and (min-width: 769px) {
  .case__text__pickup {
    margin: 12px 0 24px;
  }
}
.case__photo {
  grid-area: photo;
  position: relative;
}
@media screen and (max-width: 768px) {
  .case__photo {
    margin-bottom: 32px;
  }
}
.case__photo__link {
  position: absolute;
  inset: 0;
  z-index: 2;
}
.case__credit {
  grid-area: credit;
}
@media screen and (max-width: 768px) {
  .case__credit {
    padding: 0 20px;
  }
}

@media screen and (max-width: 768px) {
  #case04 {
    padding-bottom: 0;
  }
}

.case-slider {
  position: relative;
}
.case-slider .swiper-pagination {
  position: absolute;
  bottom: 18px;
  left: 12px;
  right: auto;
  width: auto;
  z-index: 10;
  line-height: 1;
}
.case-slider .swiper-pagination-bullet {
  margin: 0 6px;
  opacity: 0.5;
  background: #fff;
}
.case-slider .swiper-pagination-bullet-active {
  opacity: 1;
}

/*------------------------------------------------------------
    共通フッター
------------------------------------------------------------*/
.end-block {
  position: relative;
  margin-top: 0;
  background-color: #ecf4f5;
  overflow: hidden;
}

.end-block .bgi-photo {
  position: absolute;
  top: 0;
  left: 0;
}

/*banner-block-----------------------------*/
.banner-block {
  margin: 120px auto 51px;
  position: relative;
}

.banner-block a {
  display: block;
  transition: 0.6s ease-in-out;
}

.banner-block a:hover {
  background: rgba(255, 255, 255, 0.4);
}

.banner-block .c-btn01 {
  width: 36%;
  min-width: 600px;
  margin: 0 auto 1rem;
  border: 1px solid #000;
  transition: 0.3s;
  display: block;
}

.banner-block .c-btn01 img {
  width: 100%;
}

.banner-block .line {
  display: block;
  width: 100%;
  max-width: 1200px;
  height: 1px;
  margin: 5% auto 0;
  background: #000;
}

.banner-block .flex-box {
  display: flex;
  padding-left: 0;
  justify-content: space-between;
  width: 36%;
  min-width: 600px;
  margin: 4.5% auto 0;
}

.banner-block .flex-box .c-btn01 {
  width: 48%;
  min-width: 290px;
  margin: 0;
}

/* ページトップボタン---------------------------- */
#pagetop {
  position: fixed;
  right: 15px;
  bottom: 15px;
  width: 50px;
  height: 50px;
  display: block;
  z-index: 99;
}

#pagetop .btn-loading {
  display: inline-flex;
  text-decoration: none;
  font-weight: 700;
  color: #111;
  width: 100%;
  height: 100%;
  position: relative;
  opacity: 1 !important;
  transition: all 0.3s;
  background-color: #ccc;
  border-radius: 100%;
  transition: color 0.2s;
  overflow: hidden;
}

#pagetop .btn-loading01:before,
#pagetop .btn-loading01:after {
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  height: 0;
  background-color: #231815;
  pointer-events: none;
}

#pagetop .btn-loading:before {
  bottom: 0;
  left: 0;
}

#pagetop .btn-loading:after {
  top: 0;
  right: 0;
}

#pagetop:hover .btn-loading {
  color: #65a04d;
}

#pagetop:hover .btn-loading:before,
#pagetop:hover .btn-loading:after {
  height: 100%;
}

#pagetop:hover .btn-loading:before {
  transition: height 0.1s 0.1s linear;
}

#pagetop:hover .btn-loading:after {
  transition: height 0.1s linear;
}

#pagetop .btn-loading span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 1px);
  height: calc(100% - 1px);
  background-color: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}

#pagetop .btn-loading span img {
  width: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* フッター--------------------------------------------- */
.footer {
  letter-spacing: 0.3em;
  position: relative;
  text-align: center;
  padding: 0 0 30px 0;
}

.footer img {
  transition: 0.3s;
}

.footer img:hover {
  opacity: 0.6;
  transition: 0.3s;
}

.footer_sns .instagram {
  display: block;
  width: 2.34%;
  min-width: 30px;
  margin: 0 auto 2%;
  opacity: 1;
  transition: 0.3s;
}

.f-ow {
  width: 7.96%;
  min-width: 102px;
  margin: 25px auto 0 auto;
}

.footer_copyright {
  font-family: "Helvetica", sans-serif;
  font-size: max(0.6vw, 10px);
  letter-spacing: 0.02em;
  margin: 1.71% 0 0;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .flex-box {
    flex-direction: column;
  }
  /* バナー--------------------------- */
  .banner-block {
    margin-top: 80px;
    margin-bottom: 16vw;
  }
  .banner-block .c-btn01 {
    width: 80%;
    min-width: auto;
  }
  .banner-block .line {
    display: none;
  }
  .banner-block .flex-box {
    flex-direction: row;
    width: 80%;
    min-width: auto;
    margin: 0 auto;
  }
  .banner-block .flex-box .c-btn01 {
    min-width: auto;
  }
  /* ページトップボタン--------------------------- */
  #pagetop {
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 35px;
    height: 35px;
    display: block;
    z-index: 30;
  }
  #pagetop .btn-loading {
    display: inline-flex;
    text-decoration: none;
    font-weight: 700;
    color: #111;
    width: 100%;
    height: 100%;
    position: relative;
    opacity: 1 !important;
    transition: all 0.3s;
    background-color: #ccc;
    border-radius: 100%;
    transition: color 0.2s;
    overflow: hidden;
  }
  #pagetop .btn-loading01:before,
  #pagetop .btn-loading01:after {
    content: "";
    display: block;
    position: absolute;
    width: 50%;
    height: 0;
    background-color: #231815;
    pointer-events: none;
  }
  #pagetop .btn-loading:before {
    bottom: 0;
    left: 0;
  }
  #pagetop .btn-loading:after {
    top: 0;
    right: 0;
  }
  #pagetop:hover .btn-loading {
    color: #65a04d;
  }
  #pagetop:hover .btn-loading:before,
  #pagetop:hover .btn-loading:after {
    height: 100%;
  }
  #pagetop:hover .btn-loading:before {
    transition: height 0.1s 0.1s linear;
  }
  #pagetop:hover .btn-loading:after {
    transition: height 0.1s linear;
  }
  #pagetop .btn-loading span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 1px);
    height: calc(100% - 1px);
    background-color: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
  }
  #pagetop .btn-loading span img {
    width: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  /* フッター--------------------------- */
  .footer {
    padding-bottom: 20px;
  }
  .footer_sns {
    margin: 0 auto;
  }
  .footer_sns .instagram {
    width: 2.73%;
    min-width: 35px;
  }
  .f-ow {
    margin-top: 5.86vw;
    width: 9.37%;
    min-width: 120px;
  }
  .footer_copyright {
    margin-top: 5.33vw;
  }
  .footer_copyright img {
    width: 72vw;
  }
}