/*-------------------
common
-------------------*/
/*--- js_parallaxImg01 ---*/
.js_parallaxImg01 img {
  transition: 0.1s;
}

/*--- js_scrllAnmtn01 ---*/
.js_scrllAnmtn01.__txt {
  opacity: 0;
  filter: blur(10px);
  transition-delay: 0.2s;
  transition-duration: 1.6s;
  transition-timing-function: ease;
  transition-property: opacity, filter;
}
.js_scrllAnmtn01.__txt.__scrllAnmtn01Actv {
  opacity: 1;
  filter: blur(0);
}
.js_scrllAnmtn01.__img {
  overflow: hidden;
}
.js_scrllAnmtn01.__img img {
  opacity: 0;
  transition-delay: 0.2s;
  transition-duration: 1.6s;
  transition-timing-function: ease;
  transition-property: opacity;
}
.js_scrllAnmtn01.__img.__scrllAnmtn01Actv img {
  opacity: 1;
}

/*--- js_opening02 ---*/
.js_opening02 {
  opacity: 0;
  filter: blur(10px);
  transition-delay: 0.2s;
  transition-duration: 1.6s;
  transition-timing-function: ease;
  transition-property: opacity, filter;
}
.js_opening02.__opening02Actv {
  opacity: 1;
  filter: blur(0);
}

/*-------------------
openAnmtn
-------------------*/
#openAnmtn {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--WHITE02);
  padding: 1.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  opacity: 1;
  visibility: visible;
  transition-delay: 0.2s;
  transition-duration: 1.6s;
  transition-timing-function: ease;
  transition-property: opacity, visibility;
}
#openAnmtn.__open {
  opacity: 0;
  visibility: hidden;
}
#openAnmtn .openAnmtn__cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.75rem;
}
#openAnmtn .openAnmtn__cont .openAnmtn__logo {
  opacity: 0;
  filter: blur(10px);
  transition-delay: 0.2s;
  transition-duration: 1.6s;
  transition-timing-function: ease;
  transition-property: opacity, filter;
}
#openAnmtn .openAnmtn__cont .openAnmtn__logo.__active {
  opacity: 1;
  filter: blur(0);
}
#openAnmtn .openAnmtn__cont .openAnmtn__logo.__koharubiyoritokyo {
  width: 12.9375rem;
  aspect-ratio: 207/37;
}
#openAnmtn .openAnmtn__cont .openAnmtn__logo.__koharubiyoritokyo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
#openAnmtn .openAnmtn__cont .openAnmtn__logo.__recipeSite {
  width: 5.3125rem;
  aspect-ratio: 85/25;
}
#openAnmtn .openAnmtn__cont .openAnmtn__logo.__recipeSite img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

/*-------------------
header
-------------------*/
@media screen and (max-width: 767px) {
  #header .headerTop {
    padding: 1.875rem 0;
  }
}
@media screen and (max-width: 767px) {
  #header .headerTop .Inner {
    padding: 0 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  #header .headerTop .Inner .header__ttl a {
    gap: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  #header .headerTop .Inner .header__ttl a .header__ttlLogo.__koharubiyoritokyo {
    width: 9.6875rem;
    aspect-ratio: 155/28;
  }
}
@media screen and (max-width: 767px) {
  #header .headerTop .Inner .header__ttl a .header__ttlLogo.__koharubiyoritokyo:before {
    left: calc(100% + 0.9375rem);
    background: var(--WHITE01);
  }
}
@media screen and (max-width: 767px) {
  #header .headerTop .Inner .header__ttl a .header__ttlLogo.__recipeSite {
    width: 3.3125rem;
    aspect-ratio: 53/28;
  }
}
#header .headerTop .Inner .header__nav .header__navList .header__navItem a {
  color: var(--WHITE01);
}
@media screen and (max-width: 767px) {
  #header .headerTop .Inner .header__hmbrgr .header__hmbrgrBr {
    background: var(--WHITE01);
  }
}

/*-------------------
mv
-------------------*/
#mv {
  width: 100%;
  height: 100vh;
  position: relative;
  /*--- mv__slider ---*/
  /*--- mv__cont ---*/
}
@media screen and (max-width: 767px) {
  #mv {
    height: calc(100svh - 3.25rem);
    padding-top: 5.5rem;
  }
}
#mv .mv__slider {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
#mv .mv__slider .mv__slideWrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: translateZ(0);
  will-change: opacity;
}
#mv .mv__slider .mv__slideWrap.__active {
  opacity: 1;
}
#mv .mv__slider .mv__slideWrap .mv__slide {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@-webkit-keyframes mv_zoomout01 {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes mv_zoomout01 {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
#mv .mv__slideWrap.slide01.__active .mv__slide {
  -webkit-animation: 13s linear mv_zoomout01;
          animation: 13s linear mv_zoomout01;
}
@-webkit-keyframes mv_zoomout02 {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes mv_zoomout02 {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
#mv .mv__slideWrap.slide02.__active .mv__slide {
  -webkit-animation: 13s linear mv_zoomout02;
          animation: 13s linear mv_zoomout02;
}
@-webkit-keyframes mv_zoomout03 {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes mv_zoomout03 {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
#mv .mv__slideWrap.slide03.__active .mv__slide {
  -webkit-animation: 13s linear mv_zoomout03;
          animation: 13s linear mv_zoomout03;
}
@-webkit-keyframes mv_zoomout04 {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes mv_zoomout04 {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
#mv .mv__slideWrap.slide04.__active .mv__slide {
  -webkit-animation: 13s linear mv_zoomout04;
          animation: 13s linear mv_zoomout04;
}
@-webkit-keyframes mv_zoomout05 {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes mv_zoomout05 {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
#mv .mv__slideWrap.slide05.__active .mv__slide {
  -webkit-animation: 13s linear mv_zoomout05;
          animation: 13s linear mv_zoomout05;
}
@-webkit-keyframes mv_zoomout06 {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes mv_zoomout06 {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
#mv .mv__slideWrap.slide06.__active .mv__slide {
  -webkit-animation: 13s linear mv_zoomout06;
          animation: 13s linear mv_zoomout06;
}
@-webkit-keyframes mv_zoomout07 {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes mv_zoomout07 {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
#mv .mv__slideWrap.slide07.__active .mv__slide {
  -webkit-animation: 13s linear mv_zoomout07;
          animation: 13s linear mv_zoomout07;
}
@-webkit-keyframes mv_zoomout08 {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes mv_zoomout08 {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
#mv .mv__slideWrap.slide08.__active .mv__slide {
  -webkit-animation: 13s linear mv_zoomout08;
          animation: 13s linear mv_zoomout08;
}
@-webkit-keyframes mv_zoomout09 {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes mv_zoomout09 {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
#mv .mv__slideWrap.slide09.__active .mv__slide {
  -webkit-animation: 13s linear mv_zoomout09;
          animation: 13s linear mv_zoomout09;
}
@-webkit-keyframes mv_zoomout10 {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes mv_zoomout10 {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
#mv .mv__slideWrap.slide10.__active .mv__slide {
  -webkit-animation: 13s linear mv_zoomout10;
          animation: 13s linear mv_zoomout10;
}
#mv .mv__cont {
  padding: 0 4.375rem 4.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  #mv .mv__cont {
    padding: 0 2.125rem 2.3125rem;
  }
}
#mv .mv__cont .mv__txt {
  font-family: var(--FONT_MAIN_EN);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.03em;
  color: var(--WHITE01);
}
@media screen and (max-width: 767px) {
  #mv .mv__cont .mv__txt {
    font-size: 0.75rem;
  }
}
#mv .mv__cont .mv__imgWrap {
  width: 12.125rem;
  aspect-ratio: 194/33;
  margin-top: 1.75rem;
}
@media screen and (max-width: 767px) {
  #mv .mv__cont .mv__imgWrap {
    width: 9.5625rem;
    margin-top: 1.1875rem;
  }
}

/*-------------------
sec-concept
-------------------*/
#sec-concept {
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 11.25rem;
}
@media screen and (max-width: 767px) {
  #sec-concept {
    padding-top: 4.375rem;
  }
}
#sec-concept .Inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 3.125rem;
}
@media screen and (max-width: 767px) {
  #sec-concept .Inner {
    padding: 0 1.875rem;
  }
}
#sec-concept .Inner .Cont {
  display: flex;
  gap: 5.4375rem;
  /*--- js_scrllAnmtn02 ---*/
  /*--- js_scrllAnmtn01 ---*/
}
@media screen and (max-width: 767px) {
  #sec-concept .Inner .Cont {
    flex-direction: column;
    gap: 0;
  }
}
#sec-concept .Inner .Cont .ImgWrap {
  width: 43.125rem;
  min-width: 43.125rem;
  aspect-ratio: 690/460;
}
@media screen and (max-width: 767px) {
  #sec-concept .Inner .Cont .ImgWrap {
    width: calc(100% + 1.875rem);
    min-width: unset;
    order: 1;
    margin-bottom: 2.375rem;
  }
}
#sec-concept .Inner .Cont .ImgWrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 0px;
     object-position: center 0px;
}
@media screen and (max-width: 767px) {
  #sec-concept .Inner .Cont .TxtWrap {
    display: contents;
  }
}
@media screen and (max-width: 767px) {
  #sec-concept .Inner .Cont .TxtWrap .ttl01 {
    order: 0;
    margin-bottom: 2.3125rem;
  }
}
#sec-concept .Inner .Cont .TxtWrap .txt01 {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  #sec-concept .Inner .Cont .TxtWrap .txt01 {
    margin-bottom: 1.75rem;
    order: 2;
  }
}
@media screen and (max-width: 767px) {
  #sec-concept .Inner .Cont .TxtWrap .txt02 {
    order: 3;
  }
}
#sec-concept .Inner .Cont.js_scrllAnmtn02 .js_scrllAnmtn02__item.__txt {
  opacity: 0;
  filter: blur(10px);
  transition-delay: 0s;
  transition-duration: 1.6s;
  transition-timing-function: ease;
  transition-property: opacity, filter;
}
#sec-concept .Inner .Cont.js_scrllAnmtn02 .js_scrllAnmtn02__item.__txt.__scrllAnmtn02Actv {
  opacity: 1;
  filter: blur(0);
}
#sec-concept .Inner .Cont.js_scrllAnmtn02 .js_scrllAnmtn02__item.__img {
  overflow: hidden;
}
#sec-concept .Inner .Cont.js_scrllAnmtn02 .js_scrllAnmtn02__item.__img img {
  opacity: 0;
  transform: scale(1.1);
  transition-delay: 0s;
  transition-duration: 1.2s;
  transition-timing-function: ease;
  transition-property: opacity, transform;
}
#sec-concept .Inner .Cont.js_scrllAnmtn02 .js_scrllAnmtn02__item.__img.__scrllAnmtn02Actv img {
  opacity: 1;
  transform: scale(1);
}
@media screen and (max-width: 767px) {
  #sec-concept .Inner .Cont .js_scrllAnmtn01.__img img {
    transform: scale(1.1);
    transition-property: opacity, transform;
  }
}
@media screen and (max-width: 767px) {
  #sec-concept .Inner .Cont .js_scrllAnmtn01.__img.__scrllAnmtn01Actv img {
    transform: scale(1);
  }
}

/*-------------------
secBreak01
-------------------*/
.secBreak01 {
  padding-top: 10.625rem;
}
@media screen and (max-width: 767px) {
  .secBreak01 {
    padding-top: 4rem;
  }
}
.secBreak01 .Inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 3.125rem;
}
@media screen and (max-width: 767px) {
  .secBreak01 .Inner {
    padding: 0;
  }
}
.secBreak01 .Inner .ImgWrap {
  width: 100%;
  aspect-ratio: 1340/752;
}
@media screen and (max-width: 767px) {
  .secBreak01 .Inner .ImgWrap {
    aspect-ratio: 375/212;
  }
}
.secBreak01 .Inner .ImgWrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/*-------------------
sec-recipe-list
-------------------*/
#sec-recipe-list {
  padding-top: 8.125rem;
}
@media screen and (max-width: 767px) {
  #sec-recipe-list {
    padding-top: 4rem;
  }
}
#sec-recipe-list .Inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 9.375rem;
}
@media screen and (max-width: 767px) {
  #sec-recipe-list .Inner {
    padding: 0 1.875rem;
  }
}
#sec-recipe-list .Inner .Cont {
  position: relative;
  width: calc(71.875rem + (100vw - 90rem) / 2);
  padding-top: 6.375rem;
  padding-bottom: 5.4375rem;
  padding-left: calc(9.375rem + (100vw - 90rem) / 2);
  padding-right: 24.375rem;
  margin-left: calc(-9.375rem - (100vw - 90rem) / 2);
  background: var(--WHITE02);
  /*--- js_scrllAnmtn02 ---*/
  /*--- js_scrllAnmtn01 ---*/
}
@media screen and (max-width: 767px) {
  #sec-recipe-list .Inner .Cont {
    width: calc(100% + 1.875rem);
    padding-top: 2.3125rem;
    padding-bottom: 4.375rem;
    padding-left: 1.875rem;
    padding-right: 1.6875rem;
    margin-left: -1.875rem;
    display: flex;
    flex-direction: column;
  }
}
#sec-recipe-list .Inner .Cont .ImgWrap {
  position: absolute;
  top: 6.375rem;
  right: -18.75rem;
  width: 37.5rem;
  aspect-ratio: 600/400;
}
@media screen and (max-width: 767px) {
  #sec-recipe-list .Inner .Cont .ImgWrap {
    position: static;
    width: calc(100% + 1.6875rem + 1.875rem);
    aspect-ratio: 345/230;
    order: 1;
    margin-bottom: 2.625rem;
  }
}
#sec-recipe-list .Inner .Cont .ImgWrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
@media screen and (max-width: 767px) {
  #sec-recipe-list .Inner .Cont .TxtWrap {
    display: contents;
  }
}
@media screen and (max-width: 767px) {
  #sec-recipe-list .Inner .Cont .TxtWrap .ttl01 {
    order: 0;
  }
}
#sec-recipe-list .Inner .Cont .TxtWrap .txt01 {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  #sec-recipe-list .Inner .Cont .TxtWrap .txt01 {
    order: 2;
    margin-bottom: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  #sec-recipe-list .Inner .Cont .TxtWrap .txt02 {
    order: 3;
  }
}
#sec-recipe-list .Inner .Cont .TxtWrap .BtnWrap {
  margin-top: 4.8125rem;
}
@media screen and (max-width: 767px) {
  #sec-recipe-list .Inner .Cont .TxtWrap .BtnWrap {
    order: 4;
    margin-top: 2.875rem;
  }
}
#sec-recipe-list .Inner .Cont.js_scrllAnmtn02 .js_scrllAnmtn02__item.__txt {
  opacity: 0;
  filter: blur(10px);
  transition-delay: 0s;
  transition-duration: 1.6s;
  transition-timing-function: ease;
  transition-property: opacity, filter;
}
#sec-recipe-list .Inner .Cont.js_scrllAnmtn02 .js_scrllAnmtn02__item.__txt.__scrllAnmtn02Actv {
  opacity: 1;
  filter: blur(0);
}
#sec-recipe-list .Inner .Cont.js_scrllAnmtn02 .js_scrllAnmtn02__item.__img {
  overflow: hidden;
}
#sec-recipe-list .Inner .Cont.js_scrllAnmtn02 .js_scrllAnmtn02__item.__img img {
  opacity: 0;
  transform: scale(1.1);
  transition-delay: 0s;
  transition-duration: 1.2s;
  transition-timing-function: ease;
  transition-property: opacity, transform;
}
#sec-recipe-list .Inner .Cont.js_scrllAnmtn02 .js_scrllAnmtn02__item.__img.__scrllAnmtn02Actv img {
  opacity: 1;
  transform: scale(1);
}
@media screen and (max-width: 767px) {
  #sec-recipe-list .Inner .Cont .js_scrllAnmtn01.__img img {
    transform: scale(1.1);
    transition-property: opacity, transform;
  }
}
@media screen and (max-width: 767px) {
  #sec-recipe-list .Inner .Cont .js_scrllAnmtn01.__img.__scrllAnmtn01Actv img {
    transform: scale(1);
  }
}

/*-------------------
secBreak02
-------------------*/
.secBreak02 {
  padding-top: 8rem;
}
@media screen and (max-width: 767px) {
  .secBreak02 {
    padding-top: 4.875rem;
  }
}
.secBreak02 .Inner {
  max-width: 90rem;
  padding: 0 4.375rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .secBreak02 .Inner {
    padding: 0;
  }
}
.secBreak02 .Inner .ImgWrap {
  width: calc(100% + 4.375rem + (100vw - 90rem) / 2);
  height: 28.125rem;
}
@media screen and (max-width: 767px) {
  .secBreak02 .Inner .ImgWrap {
    width: 100%;
    height: unset;
    aspect-ratio: 375/212;
  }
}
.secBreak02 .Inner .ImgWrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/*-------------------
secBreak03
-------------------*/
.secBreak03 {
  padding-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .secBreak03 {
    padding-top: 2.5rem;
  }
}
.secBreak03 .Inner {
  max-width: 90rem;
  padding: 0 4.375rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .secBreak03 .Inner {
    padding: 0 1.875rem;
  }
}
.secBreak03 .Inner .Cont {
  display: flex;
  gap: 2.5rem;
  align-items: flex-start;
  /*--- js_scrllAnmtn02 ---*/
}
@media screen and (max-width: 767px) {
  .secBreak03 .Inner .Cont {
    gap: 0.4375rem;
  }
}
.secBreak03 .Inner .Cont .ImgWrap__01 {
  width: 26.25rem;
  aspect-ratio: 420/560;
}
@media screen and (max-width: 767px) {
  .secBreak03 .Inner .Cont .ImgWrap__01 {
    width: 6.375rem;
    aspect-ratio: 102/136;
  }
}
.secBreak03 .Inner .Cont .ImgWrap__01 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.secBreak03 .Inner .Cont .ImgWrap__02 {
  width: 52.5rem;
  aspect-ratio: 840/560;
}
@media screen and (max-width: 767px) {
  .secBreak03 .Inner .Cont .ImgWrap__02 {
    width: 12.75rem;
    aspect-ratio: 204/136;
  }
}
.secBreak03 .Inner .Cont .ImgWrap__02 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.secBreak03 .Inner .Cont.js_scrllAnmtn02 .js_scrllAnmtn02__item.__img {
  overflow: hidden;
}
.secBreak03 .Inner .Cont.js_scrllAnmtn02 .js_scrllAnmtn02__item.__img img {
  opacity: 0;
  transition-delay: 0.2s;
  transition-duration: 1.8s;
  transition-timing-function: ease;
  transition-property: opacity;
}
.secBreak03 .Inner .Cont.js_scrllAnmtn02 .js_scrllAnmtn02__item.__img.__scrllAnmtn02Actv img {
  opacity: 1;
}

/*-------------------
sec-profile-history
-------------------*/
#sec-profile-history {
  padding-top: 11.875rem;
}
@media screen and (max-width: 767px) {
  #sec-profile-history {
    padding-top: 4.5rem;
  }
}
#sec-profile-history .Inner {
  max-width: 90rem;
  padding: 0 9.375rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #sec-profile-history .Inner {
    padding: 0 1.875rem;
  }
}
#sec-profile-history .Inner .ttl01 .ttl01__main,
#sec-profile-history .Inner .ttl01 .ttl01__sub {
  white-space: nowrap;
}
#sec-profile-history .Inner .Cont {
  display: flex;
  gap: 7.375rem;
  /*--- js_scrllAnmtn02 ---*/
}
@media screen and (max-width: 767px) {
  #sec-profile-history .Inner .Cont {
    flex-direction: column-reverse;
    gap: 4.5rem;
  }
}
#sec-profile-history .Inner .Cont .ImgCont {
  width: 28.875rem;
  min-width: 28.875rem;
}
@media screen and (max-width: 767px) {
  #sec-profile-history .Inner .Cont .ImgCont {
    width: 100%;
    min-width: unset;
  }
}
#sec-profile-history .Inner .Cont .ImgCont .ImgWrap {
  width: 100%;
  aspect-ratio: 462/308;
  margin-bottom: 1.4375rem;
}
@media screen and (max-width: 767px) {
  #sec-profile-history .Inner .Cont .ImgCont .ImgWrap {
    aspect-ratio: 312/208;
  }
}
#sec-profile-history .Inner .Cont .ImgCont .ImgWrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#sec-profile-history .Inner .Cont .ImgCont .Txt {
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.9;
  letter-spacing: 0.1em;
}
#sec-profile-history .Inner .Cont .TxtWrap .txt01 {
  margin-bottom: 2.0625rem;
}
#sec-profile-history .Inner .Cont .TxtWrap .txt02 {
  width: 28.8125rem;
}
@media screen and (max-width: 767px) {
  #sec-profile-history .Inner .Cont .TxtWrap .txt02 {
    width: 100%;
  }
}
#sec-profile-history .Inner .Cont.js_scrllAnmtn02 .js_scrllAnmtn02__item.__txt {
  opacity: 0;
  filter: blur(10px);
  transition-delay: 0s;
  transition-duration: 1s;
  transition-timing-function: ease;
  transition-property: opacity, filter;
}
#sec-profile-history .Inner .Cont.js_scrllAnmtn02 .js_scrllAnmtn02__item.__txt.__scrllAnmtn02Actv {
  opacity: 1;
  filter: blur(0);
}
#sec-profile-history .Inner .Cont.js_scrllAnmtn02 .js_scrllAnmtn02__item.__img {
  overflow: hidden;
}
#sec-profile-history .Inner .Cont.js_scrllAnmtn02 .js_scrllAnmtn02__item.__img img {
  opacity: 0;
  transform: scale(1.1);
  transition-delay: 0s;
  transition-duration: 1.2s;
  transition-timing-function: ease;
  transition-property: opacity, transform;
}
#sec-profile-history .Inner .Cont.js_scrllAnmtn02 .js_scrllAnmtn02__item.__img.__scrllAnmtn02Actv img {
  opacity: 1;
  transform: scale(1);
}

/*-------------------
sec-shop
-------------------*/
#sec-shop {
  padding: 14.25rem 0 9.75rem;
}
@media screen and (max-width: 767px) {
  #sec-shop {
    padding: 6.125rem 0;
  }
}
@media screen and (max-width: 767px) {
  #sec-shop .Inner {
    padding: 0 1.875rem;
  }
}
#sec-shop .Inner .Cont {
  display: flex;
  /*--- js_scrllAnmtn02 ---*/
}
@media screen and (max-width: 767px) {
  #sec-shop .Inner .Cont {
    flex-direction: column;
  }
}
#sec-shop .Inner .Cont .ImgWrap__01 {
  width: calc((100vw - 36.25rem) * 0.287);
  min-width: calc((100vw - 36.25rem) * 0.287);
  height: 30rem;
}
@media screen and (max-width: 767px) {
  #sec-shop .Inner .Cont .ImgWrap__01 {
    display: none;
  }
}
#sec-shop .Inner .Cont .ImgWrap__01 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#sec-shop .Inner .Cont .TxtWrap {
  width: 36.25rem;
  min-width: 36.25rem;
  padding: 0.625rem 4.25rem 0 6rem;
}
@media screen and (max-width: 767px) {
  #sec-shop .Inner .Cont .TxtWrap {
    display: contents;
  }
}
#sec-shop .Inner .Cont .TxtWrap .ttl01 {
  margin-bottom: 2.125rem;
}
@media screen and (max-width: 767px) {
  #sec-shop .Inner .Cont .TxtWrap .ttl01 {
    order: 0;
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  #sec-shop .Inner .Cont .TxtWrap .txt01 {
    order: 2;
  }
}
#sec-shop .Inner .Cont .TxtWrap .txt01:not(:last-child) {
  margin-bottom: 2.3em;
}
#sec-shop .Inner .Cont .ImgWrap__02 {
  width: calc((100vw - 36.25rem) * 0.713);
  min-width: calc((100vw - 36.25rem) * 0.713);
  height: 30rem;
}
@media screen and (max-width: 767px) {
  #sec-shop .Inner .Cont .ImgWrap__02 {
    order: 1;
    width: calc(100% + 3.75rem);
    min-width: unset;
    height: unset;
    aspect-ratio: 375/250;
    margin: 0 0 2.875rem -1.875rem;
  }
}
#sec-shop .Inner .Cont .ImgWrap__02 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#sec-shop .Inner .Cont.js_scrllAnmtn02 .js_scrllAnmtn02__item.__txt {
  opacity: 0;
  filter: blur(10px);
  transform: translateY(20px);
  transition-delay: 0s;
  transition-duration: 1.6s;
  transition-timing-function: ease;
  transition-property: opacity, filter, transform;
}
#sec-shop .Inner .Cont.js_scrllAnmtn02 .js_scrllAnmtn02__item.__txt.__scrllAnmtn02Actv {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}
#sec-shop .Inner .Cont.js_scrllAnmtn02 .js_scrllAnmtn02__item.__img {
  overflow: hidden;
}
#sec-shop .Inner .Cont.js_scrllAnmtn02 .js_scrllAnmtn02__item.__img img {
  opacity: 0;
  transform: translateY(10px);
  transition-delay: 0s;
  transition-duration: 1.6s;
  transition-timing-function: ease;
  transition-property: opacity, transform;
}
#sec-shop .Inner .Cont.js_scrllAnmtn02 .js_scrllAnmtn02__item.__img.__scrllAnmtn02Actv img {
  opacity: 1;
  transform: translateY(0);
}
/*# sourceMappingURL=top.css.map */