@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Bagel+Fat+One&family=Coiny&display=swap");
:root {
  /*===================== Color =====================*/
  --color-toyopet: #005952;
  --color-hac-base: #005952;
  --color-chubase-red: #F40013;
  --color-hac-base: #0F5E75;
  --color-kinto: #20A5C0;
  --color-main: #1F1F1F;
  --color-light-blue: #44A0BE;
  --color-blue: #178BD2;
  --color-red: #DB0011;
  --color-red02: #E54956;
  --color-pink: #EB6B76;
  --color-orange: #F28212;
  --color-gold: #B18B31;
  --color-light-gray: #C8C8C8;
  --color-white-blue: #E1ECEF;
  --color-gray: #DEE4E8;
  --color-blue-gray-light: rgba(235, 241, 245, 0.9);
  --color-blue-gray: #8E9FA4;
  --color-used: #EC1223;
  --color-light-green: #46B41E;
  --color-dark-green: #3A4246;
  --color-green: #00A941;
  --color-green02: #46B196;
  --color-green03: #00CDA4;
  --color-02: #556168;
  --color-03: #2970C0;
  --color-navy: #38405C;
  --color-sub-txt: #818181;
  --color-sub-txt-v02: #6F6F6F;
  --color-sub: #9D9D9D;
  --color-sub-line05: #d6d6d6;
  /*表*/
  --color-table: #494949;
  /*Table*/
  --color-table-bg: #F2F2F2;
  --color-table-menu: #79888D;
  /*===================== Gradient =====================*/
  --gradient-green-blue: linear-gradient(90deg,#78B50F 1%,#69D04D 35%,#38B5CE 72%,#3C64A1 100%);
  --gradient-red-yellow: linear-gradient(90deg,#F05353,#E7B500);
  /*===================== Font =====================*/
  --font-montserrat: "Montserrat", sans-serif;
  --font-manrope: "Manrope", sans-serif;
  --font-bungee: "Bungee", sans-serif;
  /*===================== CONT radius =====================*/
  --ease-bounce-s:linear(0, 0.271 8.8%, 0.542 19.9%, 0.837 34.2%, 1 44.7%, 0.943 51.1%, 0.925 57.5%, 0.937 63.1%, 1 77.4%, 0.991 84.2%, 1);
  --ease-bounce:linear(0, 0.247 13.2%, 0.415 20.5%, 0.624 27.4%, 1 37.8%, 0.794 44.9%, 0.747 47.9%, 0.731 50.8%, 0.744 53.5%, 0.785 56.4%, 0.999 65.5%, 0.927 69.6%, 0.904 73.4%, 0.921 77%, 1 84.5%, 0.981 89.4%, 1);
}

/*================================= 見出し =================================*/
/*======================= SP-VW =======================*/
/*======================= PC-VW =======================*/
/*------ 使用例 ------
.text {
	font-size: spvw(16);
}
*/
/*======================= PCLG-VW =======================*/
/*================================= マウスオーバー =================================*/
/*================================= コンテンツ 角丸 =================================*/
/*================================= アニメーション =================================*/
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes big {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes flipcard01 {
  0% {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(180deg);
  }
}
@keyframes flipcard02 {
  0% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
/*================================= メニュー左寄せ =================================*/
:root {
  --font-bagel-fat-one: "Bagel Fat One", system-ui;
  --font-coiny: "Coiny", system-ui;
}

/*===================== ▼▼▼▼▼ 共通 ▼▼▼▼▼ =====================*/
h2.chumaru-title {
  text-align: center;
  line-height: 1.2em;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: calc(60 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  h2.chumaru-title {
    font-size: calc(43 / 1366 * 100vw);
  }
}
h2.chumaru-title span {
  display: block;
}
h2.chumaru-title span.en {
  letter-spacing: 0.02em;
  color: var(--color-chubase-red);
  font-family: var(--font-bagel-fat-one);
  font-size: 0.58em;
}
@media screen and (min-width: 768px) {
  h2.chumaru-title span.en {
    font-size: 0.7em;
  }
}

/*===================== ▲▲▲▲▲ 共通 ▲▲▲▲▲ =====================*/
body {
  background: #fff;
}

.hero-chumaru-img07-wrap {
  position: sticky;
  z-index: 5;
  top: 70vh;
  left: 0;
  height: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .hero-chumaru-img07-wrap {
    top: 70vh;
  }
}
.hero-chumaru-img07-wrap .hero-chumaru-img07 {
  position: relative;
  opacity: 0;
  width: 24%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .hero-chumaru-img07-wrap .hero-chumaru-img07 {
    width: 10%;
  }
}
.hero-chumaru-img07-wrap .hero-chumaru-img07.is-active div.line {
  display: none;
}
.hero-chumaru-img07-wrap .hero-chumaru-img07.is-active .st {
  animation: st-big 1s 0s forwards var(--ease-bounce);
}
.hero-chumaru-img07-wrap .hero-chumaru-img07 div.hero-chumaru-img07-inner {
  position: relative;
  display: block;
  transform: translate(0, -100%);
  position: relative;
}
.hero-chumaru-img07-wrap .hero-chumaru-img07 div.hero-chumaru-img07-inner .st {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70%;
  transform-origin: center center;
  transform: scale(0);
  z-index: -1;
}
@keyframes st-big {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
.hero-chumaru-img07-wrap .hero-chumaru-img07 div.line {
  display: block;
  width: 2px;
  height: 30%;
  position: absolute;
  top: 0;
  background-color: #FFF6CD;
  animation: down-ef 2s 0s infinite;
  border-radius: 50em;
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
}
.hero-chumaru-img07-wrap .hero-chumaru-img07 div.line.line01 {
  right: 7%;
  animation: down-ef 1.5s 0.4s infinite;
  transform: translate(0, -30%);
}
.hero-chumaru-img07-wrap .hero-chumaru-img07 div.line.line02 {
  right: 30%;
  animation: down-ef 1.5s 0.6s infinite;
  transform: translate(0, -20%);
}
.hero-chumaru-img07-wrap .hero-chumaru-img07 div.line.line03 {
  right: 67%;
  animation: down-ef 1.5s 0.2s infinite;
  transform: translate(0, -80%);
}
.hero-chumaru-img07-wrap .hero-chumaru-img07 div.line.line04 {
  right: 90%;
  animation: down-ef 1.5s 1s infinite;
  transform: translate(0, 60%);
}
@keyframes down-ef {
  0% {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  }
  50% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
}

div.hero-area-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  overflow: clip;
}

div.hero-area {
  overflow: clip;
  position: relative;
}
div.hero-area::after {
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  min-height: calc((100vw - 255px) * 0.555);
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-red);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  div.hero-area::after {
    min-height: 50vw;
  }
}
@media screen and (min-width: 1000px) {
  div.hero-area::after {
    min-height: calc((100vw - 255px) * 0.595);
  }
}
@media screen and (min-width: 1280px) {
  div.hero-area::after {
    min-height: calc((100vw - 255px) * 0.555);
  }
}
div.hero-area div.city-bg {
  position: relative;
  z-index: 3;
  height: calc(2422 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  div.hero-area div.city-bg {
    height: auto;
  }
}
div.hero-area div.hero-area-inner-wrap {
  height: 100vh;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -webkit-mask-image: url(../../myimg/chumaru/op-msak.png);
          mask-image: url(../../myimg/chumaru/op-msak.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  animation: hero-mask-sp 4s 0.4s forwards ease;
  -webkit-mask-size: 0;
          mask-size: 0;
}
@media screen and (min-width: 768px) {
  div.hero-area div.hero-area-inner-wrap {
    min-height: 50vw;
    animation: hero-mask 4s 0.4s forwards ease;
  }
}
@media screen and (min-width: 1000px) {
  div.hero-area div.hero-area-inner-wrap {
    min-height: calc((100vw - 255px) * 0.595);
  }
}
@media screen and (min-width: 1280px) {
  div.hero-area div.hero-area-inner-wrap {
    min-height: calc((100vw - 255px) * 0.555);
  }
}
@keyframes hero-mask-sp {
  0% {
    -webkit-mask-size: 0;
            mask-size: 0;
  }
  30% {
    -webkit-mask-size: 53%;
            mask-size: 53%;
  }
  50% {
    -webkit-mask-size: 53%;
            mask-size: 53%;
  }
  70% {
    -webkit-mask-size: 0;
            mask-size: 0;
  }
  100% {
    -webkit-mask-size: 700%;
            mask-size: 700%;
  }
}
@keyframes hero-mask {
  0% {
    -webkit-mask-size: 0;
            mask-size: 0;
  }
  30% {
    -webkit-mask-size: 43%;
            mask-size: 43%;
  }
  50% {
    -webkit-mask-size: 43%;
            mask-size: 43%;
  }
  70% {
    -webkit-mask-size: 0;
            mask-size: 0;
  }
  100% {
    -webkit-mask-size: 400%;
            mask-size: 400%;
  }
}
div.hero-area div.hero-area-inner {
  position: relative;
  z-index: 2;
  min-height: 99vw;
}
@media screen and (min-width: 768px) {
  div.hero-area div.hero-area-inner {
    min-height: 50vw;
  }
}
@media screen and (min-width: 1000px) {
  div.hero-area div.hero-area-inner {
    min-height: calc((100vw - 255px) * 0.595);
  }
}
@media screen and (min-width: 1280px) {
  div.hero-area div.hero-area-inner {
    min-height: calc((100vw - 255px) * 0.555);
  }
}
div.hero-area div.hero-area-inner div.chumaru-mask-op-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
  background: #fff;
  animation: chumaru-mask-op-box 4s 0.4s forwards cubic-bezier(0.47, 0.03, 0.22, 0.91);
}
@keyframes chumaru-mask-op-box {
  0% {
    opacity: 1;
  }
  69% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
div.hero-area div.hero-area-inner div.chumaru-mask-op-box p {
  text-align: center;
  font-weight: bold;
  color: var(--color-red);
  margin-top: 17%;
  line-height: 1.38em;
}
@media screen and (min-width: 768px) {
  div.hero-area div.hero-area-inner div.chumaru-mask-op-box p {
    font-size: calc((100vw - 225px) * 31 / 1141);
  }
}
div.hero-area div.hero-area-inner div.chumaru-mask-op-box div.chumaru-mask-img {
  width: 17%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  div.hero-area div.hero-area-inner div.chumaru-mask-op-box div.chumaru-mask-img {
    width: 14%;
  }
}
div.hero-area h1 {
  font-family: var(--font-bagel-fat-one);
  line-height: 0.84em;
  color: var(--color-chubase-red);
  letter-spacing: -0.05em;
  position: absolute;
  top: 0;
  left: 0;
  width: 130%;
  animation: hero-title 1s 3s forwards var(--ease-bounce);
  font-size: calc(202 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  div.hero-area h1 {
    font-size: 17.2vw;
  }
}
@media screen and (min-width: 1000px) {
  div.hero-area h1 {
    font-size: calc((100vw - 180px) * 0.172);
  }
}
@media screen and (min-width: 1280px) {
  div.hero-area h1 {
    font-size: calc((100vw - 225px) * 196 / 1141);
  }
}
div.hero-area h1 span {
  display: inline-block;
}
@keyframes hero-title {
  0% {
    transform: scale(0.95);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
div.hero-area div.hero-chumaru-img {
  position: absolute;
  opacity: 0;
}
@keyframes chumaru-up {
  0% {
    transform: translate(0, 70%);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    transform: translate(0);
    opacity: 1;
  }
}
@keyframes chumaru-right-up {
  0% {
    transform: translate(-100%, 70%);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    transform: translate(0);
    opacity: 1;
  }
}
@keyframes chumaru-right {
  0% {
    transform: translate(-100%, 0%);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    transform: translate(0);
    opacity: 1;
  }
}
@keyframes chumaru-left {
  0% {
    transform: translate(100%, 0%);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    transform: translate(0);
    opacity: 1;
  }
}
@keyframes chumaru-left-up {
  0% {
    transform: translate(100%, 100%);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    transform: translate(0);
    opacity: 1;
  }
}
@keyframes chumaru-left-down {
  0% {
    transform: translate(100%, -70%);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    transform: translate(0);
    opacity: 1;
  }
}
div.hero-area div.hero-chumaru-img.hero-chumaru-img01 {
  animation: chumaru-up 1s 3s forwards var(--ease-bounce-s);
  z-index: 1;
  top: 15%;
  left: 38%;
  width: 55%;
}
@media screen and (min-width: 768px) {
  div.hero-area div.hero-chumaru-img.hero-chumaru-img01 {
    top: -1.8%;
    left: 47%;
    width: 37%;
  }
}
div.hero-area div.hero-chumaru-img.hero-chumaru-img02 {
  animation: chumaru-right-up 1s 3.3s forwards cubic-bezier(0.26, 0.04, 0.18, 0.98);
  top: 1%;
  right: 6%;
  width: 7.7%;
}
@media screen and (min-width: 768px) {
  div.hero-area div.hero-chumaru-img.hero-chumaru-img02 {
    top: 12%;
    right: 7%;
    width: 5.7%;
  }
}
div.hero-area div.hero-chumaru-img.hero-chumaru-img03 {
  animation: chumaru-left-up 1s 3.1s forwards cubic-bezier(0.26, 0.04, 0.18, 0.98);
  top: 18%;
  right: 75%;
  width: 9.2%;
}
@media screen and (min-width: 768px) {
  div.hero-area div.hero-chumaru-img.hero-chumaru-img03 {
    animation: chumaru-right-up 1s 3.1s forwards cubic-bezier(0.26, 0.04, 0.18, 0.98);
    top: 31%;
    right: 15%;
    width: 7.2%;
  }
}
div.hero-area div.hero-chumaru-img.hero-chumaru-img04 {
  animation: chumaru-right 1s 3.1s forwards cubic-bezier(0.26, 0.04, 0.18, 0.98);
  top: 55%;
  right: 4%;
  width: 8.7%;
}
@media screen and (min-width: 768px) {
  div.hero-area div.hero-chumaru-img.hero-chumaru-img04 {
    animation: chumaru-left 1s 3.1s forwards cubic-bezier(0.26, 0.04, 0.18, 0.98);
    top: 46%;
    right: 49%;
    width: 5.7%;
  }
}
div.hero-area div.hero-chumaru-img.hero-chumaru-img05 {
  animation: chumaru-left-down 1s 3.3s forwards cubic-bezier(0.26, 0.04, 0.18, 0.98);
  top: 83.4%;
  left: 14.8%;
  width: 12%;
}
@media screen and (min-width: 768px) {
  div.hero-area div.hero-chumaru-img.hero-chumaru-img05 {
    animation: chumaru-left 1s 3.3s forwards cubic-bezier(0.26, 0.04, 0.18, 0.98);
    top: 35.4%;
    left: 34.8%;
    width: 7%;
  }
}
div.hero-area div.hero-chumaru-img.hero-chumaru-img06 {
  animation: chumaru-left 1s 3.3s forwards cubic-bezier(0.26, 0.04, 0.18, 0.98);
  top: 43.4%;
  left: 1.4%;
  width: 8.4%;
}
@media screen and (min-width: 768px) {
  div.hero-area div.hero-chumaru-img.hero-chumaru-img06 {
    animation: chumaru-left-down 1s 3.3s forwards cubic-bezier(0.26, 0.04, 0.18, 0.98);
    top: 70.4%;
    left: 11%;
    width: 6.4%;
  }
}

section.sec-profile {
  background-color: #FFE9EB;
  background-image: url(../../myimg/chumaru/profile-bg.webp);
  background-size: 20%;
  z-index: 5;
  position: relative;
  padding: calc(141 / 750 * 100vw) 0 0;
  border-radius: calc(50 / 750 * 100vw) calc(50 / 750 * 100vw) 0 0;
  margin-top: calc(-50 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-profile {
    padding: calc(85 / 1366 * 100vw) 0 0;
    border-radius: 50px 50px 0 0;
    margin-top: -50px;
  }
}
section.sec-profile .sec-profile-inner {
  opacity: 0;
}
section.sec-profile .sec-profile-inner.animation {
  animation: fade 0.8s 0.2s forwards;
}
section.sec-profile p.profile-lead {
  text-align: center;
  font-weight: 500;
  margin-top: 2em;
  line-height: 1.72em;
  font-size: calc(26 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-profile p.profile-lead {
    font-size: calc(18 / 1366 * 100vw);
  }
}
section.sec-profile .profile-sticky-area {
  position: relative;
  height: 300vh;
}
section.sec-profile .profile-sticky-area div.gsap-trigger {
  position: absolute;
  width: 1em;
  height: 33%;
  background: #f00;
  opacity: 0;
}
section.sec-profile .profile-sticky-area div.gsap-trigger.gsap-trigger01 {
  top: 0;
  right: 0;
}
section.sec-profile .profile-sticky-area div.gsap-trigger.gsap-trigger02 {
  top: 33%;
  right: 1em;
}
section.sec-profile .profile-sticky-area div.gsap-trigger.gsap-trigger03 {
  top: 66%;
  right: 2em;
}
section.sec-profile .profile-sticky-area .sticky-item {
  position: sticky;
  top: 0;
  left: 0;
}
section.sec-profile .profile-sticky-area .sticky-item div.sticky-item-inner {
  padding: 30% 0;
  opacity: 0;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  section.sec-profile .profile-sticky-area .sticky-item div.sticky-item-inner {
    padding: 10% 0;
  }
}
section.sec-profile .profile-sticky-area .sticky-item div.sticky-item-inner.is-active {
  opacity: 1;
}
section.sec-profile .profile-sticky-area .sticky-item div.sticky-item-inner00 {
  padding: 0;
  opacity: 1;
  pointer-events: none;
}
section.sec-profile .profile-sticky-area .sticky-item div.sticky-item-inner00::after {
  content: "";
  display: block;
  width: 100%;
  height: 300vh;
  position: absolute;
  top: -50%;
  left: 0;
  z-index: 1;
}
section.sec-profile .profile-sticky-area .sticky-item div.sticky-item-inner02, section.sec-profile .profile-sticky-area .sticky-item div.sticky-item-inner03 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
section.sec-profile .profile-sticky-area .sticky-item div.chumaru-img {
  width: 25%;
  position: absolute;
  top: 28%;
  right: 0;
}
@media screen and (min-width: 768px) {
  section.sec-profile .profile-sticky-area .sticky-item div.chumaru-img {
    width: 24%;
    top: 24%;
    right: auto;
    left: 21%;
  }
}
@media screen and (min-width: 768px) {
  section.sec-profile .profile-sticky-area .sticky-item div.profile-txt {
    width: 55%;
    margin-left: 35%;
  }
}
section.sec-profile .muchu-cont {
  width: calc(544 / 750 * 100vw);
  margin: auto;
  opacity: 0;
  padding: 0 0 calc(142 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-profile .muchu-cont {
    width: 75.8%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: calc(50 / 1366 * 100vw) 0 calc(111 / 1366 * 100vw);
  }
}
section.sec-profile .muchu-cont.animation {
  animation: fade 0.8s 0.2s forwards;
}
@media screen and (min-width: 768px) {
  section.sec-profile .muchu-cont div.txt-wrap {
    width: 39.4%;
    order: -1;
  }
}
section.sec-profile .muchu-cont div.txt-wrap div.title-wrap {
  position: relative;
}
section.sec-profile .muchu-cont div.txt-wrap h3 {
  font-weight: bold;
  text-align: center;
  font-size: calc(43 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-profile .muchu-cont div.txt-wrap h3 {
    text-align: left;
    line-height: 1.28em;
    font-size: calc(43 / 1366 * 100vw);
  }
}
section.sec-profile .muchu-cont div.txt-wrap h3 .small {
  display: block;
  font-size: 0.56em;
}
section.sec-profile .muchu-cont div.txt-wrap h3 .red {
  color: var(--color-chubase-red);
}
section.sec-profile .muchu-cont div.txt-wrap div.muchu-chumaru {
  position: absolute;
  bottom: -15%;
  right: -13%;
  width: calc(108 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-profile .muchu-cont div.txt-wrap div.muchu-chumaru {
    width: 23%;
    bottom: 0;
    right: 0%;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-profile .muchu-cont div.txt-wrap div.muchu-chumaru {
    right: -5%;
  }
}
section.sec-profile .muchu-cont div.txt-wrap p {
  margin: 1.8em 0;
  text-align: center;
  line-height: 1.54em;
  font-size: calc(26 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-profile .muchu-cont div.txt-wrap p {
    text-align: left;
    line-height: 2.18em;
    font-size: calc(16 / 1366 * 100vw);
  }
}
section.sec-profile .muchu-cont div.muchu-img {
  margin-bottom: calc(45 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-profile .muchu-cont div.muchu-img {
    width: 50%;
    margin-bottom: 0;
  }
}
section.sec-profile .muchu-cont a {
  display: block;
  color: #fff;
  background-color: #FF103D;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border: solid 2px #FF103D;
  box-sizing: border-box;
  font-size: calc(28 / 750 * 100vw);
  padding: 0.8em 1.4em;
  border-radius: calc(40 / 750 * 100vw);
  margin-top: calc(45 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-profile .muchu-cont a {
    border-radius: calc(20 / 1366 * 100vw);
    padding: 1em 1.4em;
    font-size: max(10px, 14 / 1366 * 100vw);
    transition: all 0.3s;
    margin-top: 0;
  }
  section.sec-profile .muchu-cont a:hover {
    background: #fff;
    color: #FF103D;
  }
  section.sec-profile .muchu-cont a:hover .icon path {
    stroke: #FF103D;
  }
  section.sec-profile .muchu-cont a:hover .arrow {
    background: #FF103D;
  }
  section.sec-profile .muchu-cont a:hover .arrow svg:nth-of-type(1) {
    transform: translate(100%, 0);
  }
  section.sec-profile .muchu-cont a:hover .arrow svg:nth-of-type(2) {
    transform: translate(0, 0);
  }
  section.sec-profile .muchu-cont a:hover .arrow path {
    stroke: #fff;
  }
}
section.sec-profile .muchu-cont a .icon {
  display: inline-block;
  width: 1em;
  transform: translate(0.4em, 0.15em);
}
section.sec-profile .muchu-cont a .arrow {
  display: block;
  overflow: hidden;
  position: relative;
  width: 2em;
  background: #fff;
  border-radius: 50em;
}
section.sec-profile .muchu-cont a .arrow svg {
  transition: all 0.3s;
}
section.sec-profile .muchu-cont a .arrow svg:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-120%, 0);
}
section.sec-profile .muchu-cont a path {
  transition: all 0.3s;
}

.infinite-slider-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
}
.infinite-slider-wrapper div.infinite-slider {
  display: flex;
  width: 500%;
}
@media screen and (min-width: 768px) {
  .infinite-slider-wrapper div.infinite-slider {
    width: 350%;
  }
}
.infinite-slider-wrapper .slider {
  animation: scroll-left 40s infinite linear 0.5s both;
  display: flex;
}
.infinite-slider-wrapper .slide {
  box-sizing: border-box;
}
.infinite-slider-wrapper .slide img {
  overflow: hidden;
  isolation: isolate;
}
@media screen and (min-width: 768px) {
  .infinite-slider-wrapper .slide img {
    border-radius: 5px;
  }
}
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

div.movie-circle-wrap {
  height: 20vw;
  overflow: hidden;
  position: relative;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  div.movie-circle-wrap {
    height: 14vw;
  }
}
div.movie-circle-wrap div.movie-circle {
  left: 50%;
  transform: translate(-50%, 0);
  top: 0;
  width: 400%;
  position: absolute;
  background: #fff;
  border-radius: 5000vw;
  padding-top: 5vw;
}
@media screen and (min-width: 768px) {
  div.movie-circle-wrap div.movie-circle {
    width: 280%;
    padding-top: 2vw;
  }
}
div.movie-circle-wrap div.movie-circle img {
  display: block;
  animation: movie-circle 100s infinite linear;
}
@keyframes movie-circle {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(-360deg);
  }
}

section.sec-movie {
  overflow: hidden;
  position: relative;
  padding: 0 0 calc(272 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-movie {
    padding: 0 0 calc(180 / 1366 * 100vw);
  }
}
section.sec-movie div.sec-movie-inner {
  opacity: 0;
}
section.sec-movie div.sec-movie-inner.animation {
  animation: fade 0.8s 0.2s forwards;
}

div.movie-slide {
  position: relative;
}
div.movie-slide div.swiper-slide {
  width: calc(580 / 750 * 100vw);
  transform-origin: center 320vw;
  line-height: 0;
  position: relative;
  overflow: visible;
  margin-top: calc(97 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  div.movie-slide div.swiper-slide {
    width: 50%;
    transform-origin: center 240vw;
    margin-top: calc(60 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1000px) {
  div.movie-slide div.swiper-slide {
    transform-origin: center 202vw;
  }
}
div.movie-slide div.swiper-slide div.chumaru-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 22%;
  transform: translate(0, -100%);
}
div.movie-slide div.swiper-slide div.youtube-wrap {
  overflow: hidden;
  isolation: isolate;
  border: solid 4px #F40013;
  border-radius: 15px;
}
@media screen and (min-width: 768px) {
  div.movie-slide div.swiper-slide div.youtube-wrap {
    border: solid 8px #F40013;
    border-radius: 15px;
  }
}
div.movie-slide div.swiper-slide iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
div.movie-slide div.swiper-pagination {
  bottom: -18vw;
}
@media screen and (min-width: 768px) {
  div.movie-slide div.swiper-pagination {
    bottom: -5vw;
  }
}
div.movie-slide div.swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  background: #E6E5E5;
  opacity: 1;
  width: calc(10 / 750 * 100vw);
  height: calc(10 / 750 * 100vw);
  margin: 0 calc(15 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  div.movie-slide div.swiper-pagination .swiper-pagination-bullet {
    width: calc(10 / 1366 * 100vw);
    height: calc(10 / 1366 * 100vw);
    margin: 0 calc(15 / 1366 * 100vw);
  }
}
div.movie-slide div.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #F40013;
}
div.movie-slide div.swiper-button-prev, div.movie-slide div.swiper-button-next {
  width: calc(75 / 750 * 100vw);
  height: calc(75 / 750 * 100vw);
  margin: 0;
  top: auto;
  bottom: -20vw;
  z-index: 11;
}
@media screen and (min-width: 768px) {
  div.movie-slide div.swiper-button-prev, div.movie-slide div.swiper-button-next {
    width: 3.4vw;
    height: 3.4vw;
    bottom: 10vw;
    transition: all 0.3s;
  }
  div.movie-slide div.swiper-button-prev:hover img, div.movie-slide div.swiper-button-next:hover img {
    transform: scale(0.8);
  }
}
div.movie-slide div.swiper-button-prev img, div.movie-slide div.swiper-button-next img {
  transition: 0.3s;
  background: #FFE9EB;
  border-radius: 50em;
}
div.movie-slide div.swiper-button-prev::after, div.movie-slide div.swiper-button-next::after {
  content: none;
}
div.movie-slide div.swiper-button-prev {
  left: 10vw;
}
@media screen and (min-width: 768px) {
  div.movie-slide div.swiper-button-prev {
    left: 50%;
    transform: translate(-950%, 0);
  }
}
@media screen and (min-width: 1000px) {
  div.movie-slide div.swiper-button-prev {
    transform: translate(-820%, 0);
  }
}
div.movie-slide div.swiper-button-next {
  right: 10vw;
}
@media screen and (min-width: 768px) {
  div.movie-slide div.swiper-button-next {
    left: 50%;
    transform: translate(850%, 0);
  }
}
@media screen and (min-width: 1000px) {
  div.movie-slide div.swiper-button-next {
    transform: translate(720%, 0);
  }
}

section.sec-gallery {
  padding: calc(200 / 750 * 100vw) 0 calc(110 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-gallery {
    padding: calc(150 / 1366 * 100vw) 0 calc(111 / 1366 * 100vw);
  }
}
section.sec-gallery div.sec-gallery-inner {
  opacity: 0;
}
section.sec-gallery div.sec-gallery-inner.animation {
  animation: fade 0.8s 0.2s forwards;
}
section.sec-gallery p.gallery-lead {
  text-align: center;
  font-weight: 500;
  margin-top: 2em;
  line-height: 1.72em;
}
@media screen and (min-width: 768px) {
  section.sec-gallery p.gallery-lead {
    font-size: calc(18 / 1366 * 100vw);
  }
}
section.sec-gallery div.gallery-slide-wrap {
  position: relative;
  width: 94.8%;
  margin: auto;
  margin-top: calc(84 / 750 * 100vw);
  background-image: url(../../myimg/chumaru/gallery-bg_sp.png);
  background-size: cover;
  border-radius: 5vw;
}
@media screen and (min-width: 768px) {
  section.sec-gallery div.gallery-slide-wrap {
    width: 86%;
    margin-top: calc(64 / 1366 * 100vw);
    background-image: url(../../myimg/chumaru/gallery-bg_pc.png);
    border-radius: 0;
  }
  section.sec-gallery div.gallery-slide-wrap:hover p.gallery-touch-icon {
    transform: scale(1.15);
  }
}
section.sec-gallery div.gallery-slide-wrap p.gallery-touch-icon {
  position: absolute;
  top: -8%;
  left: 64%;
  text-align: center;
  background-color: #FFE364;
  z-index: 2;
  border-radius: 50em;
  padding-top: 7%;
  font-size: calc(30 / 750 * 100vw);
  font-weight: bold;
  line-height: 1.33em;
  box-sizing: border-box;
  border: solid calc(8 / 750 * 100vw) #fff;
  pointer-events: none;
  width: calc(223 / 750 * 100vw);
  height: calc(223 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-gallery div.gallery-slide-wrap p.gallery-touch-icon {
    transition: all 0.5s var(--ease-bounce);
    top: 40%;
    left: 20%;
    width: calc(136 / 1366 * 100vw);
    height: calc(136 / 1366 * 100vw);
    font-size: calc(18 / 1366 * 100vw);
    padding-top: 3%;
    border: solid calc(5 / 1366 * 100vw) #fff;
  }
}
section.sec-gallery div.gallery-slide-wrap p.gallery-touch-icon .red {
  display: inline-block;
  color: #F40013;
}
section.sec-gallery .splide__arrow--prev {
  display: none;
}
section.sec-gallery .splide__arrow--next {
  width: 100%;
  height: 100%;
  border-radius: 0;
  right: 0;
  opacity: 0;
}
section.sec-gallery .splide__arrow--next:hover {
  opacity: 0;
}

a.chubase-link {
  display: block;
  width: 86%;
  margin: auto;
  color: #fff;
  background-color: var(--color-chubase-red);
  font-weight: bold;
  box-sizing: border-box;
  position: relative;
  margin-bottom: calc(16 / 750 * 100vw);
  line-height: 1.2em;
  font-size: calc(44 / 750 * 100vw);
  padding-left: 5%;
}
@media screen and (min-width: 768px) {
  a.chubase-link {
    width: 56.5%;
    font-size: calc(35 / 1366 * 100vw);
    padding: 0 5% 0 4%;
    margin-bottom: calc(53 / 1366 * 100vw);
    transition: all 0.3s;
    overflow: hidden;
  }
  a.chubase-link::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: solid 3px var(--color-chubase-red);
    box-sizing: border-box;
  }
  a.chubase-link:hover {
    background-color: #ffffff;
  }
  a.chubase-link:hover .arrow svg:nth-of-type(1) {
    transform: translate(120%, 0);
  }
  a.chubase-link:hover .arrow svg:nth-of-type(2) {
    transform: translate(0, 0);
  }
  a.chubase-link:hover {
    color: var(--color-chubase-red);
  }
  a.chubase-link:hover .chumaru-img img {
    transform: scale(1.2);
  }
  a.chubase-link:hover .m-btm-square {
    background: var(--color-chubase-red);
  }
  a.chubase-link:hover .m-btm-square path {
    stroke: #fff;
  }
}
a.chubase-link div.chubase-link-inner {
  display: flex;
  flex-wrap: wrap;
}
a.chubase-link div.chubase-link-inner p {
  padding-top: 6%;
}
@media screen and (min-width: 768px) {
  a.chubase-link div.chubase-link-inner p {
    padding-top: 7%;
  }
}
a.chubase-link div.chubase-link-inner .small {
  display: block;
  line-height: 1.2em;
  margin-top: 0.4em;
  font-weight: 500;
  font-size: 0.54em;
}
@media screen and (min-width: 768px) {
  a.chubase-link div.chubase-link-inner .small {
    margin-top: 1em;
    font-size: 0.46em;
  }
}
a.chubase-link div.chubase-link-inner div.chumaru-img {
  width: 30%;
}
@media screen and (min-width: 768px) {
  a.chubase-link div.chubase-link-inner div.chumaru-img {
    position: relative;
    z-index: 1;
  }
}
a.chubase-link div.chubase-link-inner div.chumaru-img img {
  transition: all 0.5s var(--ease-bounce);
}
a.chubase-link .m-btm-square {
  width: calc(49 / 750 * 100vw);
  height: calc(49 / 750 * 100vw);
  margin-top: auto;
  margin-bottom: 3%;
  position: absolute;
  top: 50%;
  right: 4.4%;
  transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  a.chubase-link .m-btm-square {
    margin: 0;
    width: clamp(0px, 40 / 1366 * 100vw, 1000px);
    height: clamp(0px, 40 / 1366 * 100vw, 1000px);
  }
}

a.kumaru-link {
  display: block;
  margin: auto;
  background-color: #46B196;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 86%;
  position: relative;
}
@media screen and (min-width: 768px) {
  a.kumaru-link {
    width: 56.5%;
    transition: all 0.3s;
    box-sizing: border-box;
    overflow: hidden;
  }
  a.kumaru-link::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: solid 3px #46B196;
    box-sizing: border-box;
  }
  a.kumaru-link:hover {
    background-color: #ffffff;
    color: #46B196;
  }
  a.kumaru-link:hover .arrow svg:nth-of-type(1) {
    transform: translate(120%, 0);
  }
  a.kumaru-link:hover .arrow svg:nth-of-type(2) {
    transform: translate(0, 0);
  }
  a.kumaru-link:hover .m-btm-square {
    background: #46B196;
  }
  a.kumaru-link:hover .m-btm-square path {
    stroke: #fff;
  }
  a.kumaru-link:hover div.kumaru-link-img img {
    transform: scale(1.1);
  }
}
a.kumaru-link div.kumaru-link-img {
  width: 34%;
}
@media screen and (min-width: 768px) {
  a.kumaru-link div.kumaru-link-img {
    position: relative;
    z-index: 1;
    width: 38.8%;
  }
}
a.kumaru-link div.kumaru-link-img img {
  transition: all 0.5s var(--ease-bounce);
}
a.kumaru-link div.txt-wrap {
  padding-left: 5%;
}
@media screen and (min-width: 768px) {
  a.kumaru-link div.txt-wrap {
    padding-left: 0;
    margin-right: 5%;
  }
}
a.kumaru-link p.en {
  font-family: var(--font-bungee);
  line-height: 1em;
  font-size: calc(70 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  a.kumaru-link p.en {
    font-size: calc(64 / 1366 * 100vw);
  }
}
a.kumaru-link p.ja {
  line-height: 1.68em;
  margin-top: 0.4em;
  font-size: calc(24 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  a.kumaru-link p.ja {
    font-size: calc(16 / 1366 * 100vw);
  }
}
a.kumaru-link .m-btm-square {
  width: calc(49 / 750 * 100vw);
  height: calc(49 / 750 * 100vw);
  margin-top: auto;
  margin-bottom: 3%;
}
@media screen and (min-width: 768px) {
  a.kumaru-link .m-btm-square {
    margin: 0;
    position: absolute;
    top: 50%;
    right: 4%;
    transform: translate(0, -50%);
    width: clamp(0px, 40 / 1366 * 100vw, 1000px);
    height: clamp(0px, 40 / 1366 * 100vw, 1000px);
  }
}

p.maru-c-txt {
  text-align: center;
  font-size: calc(20 / 750 * 100vw);
  margin: calc(50 / 750 * 100vw) 0 calc(200 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  p.maru-c-txt {
    font-size: 11px;
    margin: calc(64 / 1366 * 100vw) 0 calc(116 / 1366 * 100vw);
  }
}/*# sourceMappingURL=chumaru.css.map */