@charset "UTF-8";


:root {
  --color-white: #FFFFFF;
  --color-yellow: #F6AB00;
  --color-blue90: #08102B;
  --color-red: #D80C18;
  --color-pink: #E5007F;
  --color-navy02: #3058CC;

  --bg-gradient-radial: radial-gradient(
    ellipse 756px 491px at 50% 50%,
    rgba(32, 79, 162, 1) 0%,
    rgba(26, 63, 132, 1) 25%,
    rgba(20, 47, 101, 1) 50%,
    rgba(13, 30, 71, 1) 75%,
    rgba(7, 14, 40, 1) 100%
  );

  --font-ja: "A-OTF UD Shin Go Pr6N", "UD Shin Go NT", "Hiragino Sans", "Yu Gothic", sans-serif;
  --font-en: "Outfit", sans-serif;
  --font-feature: "palt" 1;
}


.container li { list-style: none; }

.container * {
  box-sizing: border-box;
}

.container a {
  text-decoration: none;
  color: inherit;
  transition: all .25s ease;
}

.container img {
  vertical-align: bottom;
  line-height: 1;
  max-width: 100%;
  height: auto;
}

#brandsite_nav,
#footer_glonavi,
#brandsite_nav-sp{
  position: relative;
  z-index:2;
}

#footer_glonavi{
	background: #fff;
}

.container {
  width: 100%;
  color: #000;
  -webkit-text-size-adjust: 100%;
  padding: 0;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt" 1;
  -webkit-font-feature-settings: "palt" 1;
  overflow: hidden;
}

.cratzcheeza2026ss {
  margin: 0 auto;
  font-feature-settings: var(--font-feature);
  -webkit-font-feature-settings: var(--font-feature);
  background-color: #070E28;
}

.cratzcheeza2026ss-fixed-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url('../img/bg.jpg') no-repeat center top;
  background-size: cover;
  z-index: 1;
  pointer-events: none;
}

.cratzcheeza2026ss-inner {
  width: 100%;
  position: relative;
  z-index:2;
	background:url('../img/bg_kv.png') no-repeat center top;
	background-size:100%;
}


/* kv --------------------------------------- */

.cratzcheeza2026ss-kv {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding:0 50px 0px;
  text-align: center;
}

.cratzcheeza2026ss-kv::after{
	display:block;
	content:'';
	background:url('../img/kv_particle.png') no-repeat left top;
	background-size:100%;
	width:251px;
	height:517px;
	position:absolute;
	right:50%;
  bottom:0;
	transform:translate(760px,0);
}

.cratzcheeza2026ss-kv img {
  display: block;
  width: 100%;
  max-width: 1230px;
  margin:0 auto;
  position: relative;
  z-index: 2;
}


/* message --------------------------------------- */

.cratzcheeza2026ss-message {
  position: relative;
  width: 100%;
  max-width: 1512px;
  margin: 0 auto;
  padding: 160px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  box-sizing: border-box;
}

.cratzcheeza2026ss-message-bg {
  position: absolute;
  width: 800px;
  height: 861px;
  max-width: none;
  pointer-events: none;
}

.cratzcheeza2026ss-message-bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cratzcheeza2026ss-message-bg-left {
  left: 50%;
  top: -160px;
  transform: translate(-1080px,0);
}

.cratzcheeza2026ss-message-bg-right {
  right:50%;
  top: 320px;
  transform: translate(1100px,0);
}

.cratzcheeza2026ss-message-player-left,
.cratzcheeza2026ss-message-player-right {
  position: absolute;
  display: block;
  height: auto;
  pointer-events: none;
}

.cratzcheeza2026ss-message-player-left img,
.cratzcheeza2026ss-message-player-right img{width:100%;}

.cratzcheeza2026ss-message-player-left {
  top: 80px;
  width: 305px;
  left:50%;
  transform: translate(-600px, 0);
}

.cratzcheeza2026ss-message-player-right {
  top: 240px;
  width: 278px;
  right:50%;
  transform: translate(558px, 0);
}

.cratzcheeza2026ss-message-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  width: 647px;
  max-width: calc(100% - 48px);
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.cratzcheeza2026ss-message-heading {
  font-family: var(--font-ja);
  font-size: 56px;
  font-weight: 800;
  line-height: 1.4;
  margin: 0;
  text-align: center;
  white-space: nowrap;
}

.cratzcheeza2026ss-message-heading .line1 {
  color: var(--color-yellow);
}

.cratzcheeza2026ss-message-heading .line2 {
  color: var(--color-white);
}

.cratzcheeza2026ss-message-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  color: var(--color-white);
  text-align: center;
}

.cratzcheeza2026ss-message-description {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic Pro", "Yu Gothic", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
  margin: 0;
}

.cratzcheeza2026ss-message-catchphrase {
  font-family: var(--font-ja);
  font-size: 28px;
  font-weight: 800;
  line-height: 1.6;
  margin: 0;
}

.cratzcheeza2026ss-message-catchphrase .highlight {
  color: var(--color-yellow);
}


/* type --------------------------------------- */

.cratzcheeza2026ss-type {
  width: 100%;
  margin: 0 auto;
  padding: 156px 0 0;
  box-sizing: border-box;
}

.cratzcheeza2026ss-type-heading {
  text-align: center;
  color: var(--color-white);
  font-family: var(--font-ja);
  font-size: 56px;
  font-weight: 800;
  line-height: 1.4;
  margin: 0 auto 40px;
  padding: 0 24px;
  box-sizing: border-box;
  position: relative;
  z-index:2;
}

.cratzcheeza2026ss-type-heading .highlight {
  color: var(--color-yellow);
}

.cratzcheeza2026ss-type-cards {
  margin-bottom: 40px;
  overflow: hidden;
  padding: 0;
  box-sizing: border-box;
}

.cratzcheeza2026ss-type-cards.swiper {
  margin-left: auto;
  margin-right: auto;
}

.cratzcheeza2026ss-type-cards .swiper-wrapper {
  align-items: stretch;
  transition-timing-function: linear !important;
}

.cratzcheeza2026ss-type-cards .swiper-slide {
  width: 221px;
  flex-shrink: 0;
  height: auto;
  box-sizing: border-box;
}

.cratzcheeza2026ss-type-card {
  width: 221px;
  height: 300px;
  flex-shrink: 0;
  box-sizing: border-box;
}

.cratzcheeza2026ss-type-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cratzcheeza2026ss-type-desc {
  text-align: center;
  color: var(--color-white);
  font-size: 18px;
  line-height: 2;
  max-width: 540px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}


/* products --------------------------------------- */

.cratzcheeza2026ss-products {
  position: relative;
  width: 100%;
  max-width: 1512px;
  margin: 0 auto;
  padding: 160px 50px 0px;
  box-sizing: border-box;
  text-align: center;
}

.cratzcheeza2026ss-products-bg {
  position: absolute;
  width: 800px;
  height: 861px;
  pointer-events: none;
}

.cratzcheeza2026ss-products-bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cratzcheeza2026ss-products-bg-left {
  left: -320px;
  top: -160px;
}

.cratzcheeza2026ss-products-bg-right {
  left: auto;
  right: -320px;
  top: 840px;
  bottom: auto;
}

.cratzcheeza2026ss-products-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  margin:0 auto;
  flex-shrink: 0;
}

.cratzcheeza2026ss-products-title-ja {
  font-family: var(--font-ja);
  font-size: 80px;
  font-weight: 800;
  line-height: 1.4;
  color: var(--color-white);
  margin: 0;
}

.cratzcheeza2026ss-products-title-en {
  font-family: var(--font-en);
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.24em;
  color: var(--color-red);
  margin: 0;
}

.cratzcheeza2026ss-products-content {
  padding-top: 0;
  width: 100%;
  flex-shrink: 0;
  text-align: center;
  position: relative;
  z-index:2;
}

/* howto --------------------------------------- */

.cratzcheeza2026ss-howto {
  position: relative;
  width: 100%;
  max-width: 1512px;
  margin: 0 auto;
  padding: 160px 50px 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}

.cratzcheeza2026ss-howto-bg {
  position: absolute;
  left: -320px;
  top: 650px;
  width: 799.848px;
  max-width: 800px;
  height: 861px;
  pointer-events: none;
}

.cratzcheeza2026ss-howto-bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cratzcheeza2026ss-howto-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
}

.cratzcheeza2026ss-howto-title-ja {
  font-family: var(--font-ja);
  font-size: 80px;
  font-weight: 800;
  line-height: 1.4;
  color: var(--color-white);
  margin: 0;
}

.cratzcheeza2026ss-howto-title-en {
  font-family: var(--font-en);
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.24em;
  color: var(--color-red);
  margin: 0;
}

.cratzcheeza2026ss-howto-content {
  display: flex;
  gap: 24px;
  width: 100%;
  max-width: 1352px;
  flex-shrink: 0;
}

.cratzcheeza2026ss-howto-card {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cratzcheeza2026ss-howto-card-inner {
  position: relative;
  width: 100%;
  min-height:542px;
  flex: 1 1 0;
  border: 1px solid var(--color-navy02);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  padding: 80px 40px 40px;
  overflow: hidden;
  background-image: url(../img/enjoy_card_bg.png);
  background-size: cover;
  background-position: center;
}

.cratzcheeza2026ss-howto-card-heading {
  position: relative;
  font-family: var(--font-ja);
  font-size: 28px;
  font-weight: 800;
  line-height: 1.6;
  color: var(--color-white);
  text-align: center;
  margin: 0;
  width: 100%;
}

.cratzcheeza2026ss-howto-card-img {
  position: relative;
  width: 100%;
  aspect-ratio: 800 / 533;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 4px;
}

.cratzcheeza2026ss-howto-card-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cratzcheeza2026ss-howto-card-desc {
  position: relative;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic Pro", "Yu Gothic", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  color: var(--color-white);
  margin: 0;
  width: 100%;
  text-align:left;
}

.cratzcheeza2026ss-howto-step {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background-color: var(--color-red);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  flex-shrink: 0;
}

.cratzcheeza2026ss-howto-step-label {
  font-family: var(--font-en);
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.09em;
  color: var(--color-white);
}

.cratzcheeza2026ss-howto-step-num {
  font-family: var(--font-en);
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  color: var(--color-white);
}


/* qa --------------------------------------- */

.cratzcheeza2026ss-qa {
  position: relative;
  width: 100%;
  max-width: 1512px;
  margin: 0 auto;
  padding: 120px 50px 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.cratzcheeza2026ss-qa-bg {
  position: absolute;
  left: 1040px;
  top: 458px;
  width: 799.87px;
  max-width: 800px;
  height: 861px;
  pointer-events: none;
}

.cratzcheeza2026ss-qa-bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cratzcheeza2026ss-qa-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
}

.cratzcheeza2026ss-qa-title-ja {
  font-family: var(--font-ja);
  font-size: 80px;
  font-weight: 800;
  line-height: 1.4;
  color: var(--color-white);
  margin: 0;
}

.cratzcheeza2026ss-qa-title-en {
  font-family: var(--font-en);
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.24em;
  color: var(--color-red);
  margin: 0;
}

.cratzcheeza2026ss-qa-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 920px;
  max-width: 100%;
  flex-shrink: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cratzcheeza2026ss-qa-item {
  border: 1px solid var(--color-navy02);
  border-radius: 20px;
  padding: 24px 24px 0;
  list-style: none;
  position: relative;
  overflow: hidden;
  text-align:left;
}

.cratzcheeza2026ss-qa-item::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  pointer-events: none;
  opacity: 0.25;
  background: radial-gradient(ellipse 64.375em 19.5em at 8.6% 87.5%, rgba(173,222,248,1) 0%, rgba(0,160,233,1) 47%, rgba(0,78,162,1) 100%);
  mix-blend-mode: screen;
  z-index: 0;
}

@media screen and (min-width: 768px) {

  .cratzcheeza2026ss-qa-item:hover::before {
    background: radial-gradient(69.97% 211.93% at 8.6% 87.57%, rgba(173, 222, 248, 0.55) 0%, rgba(0, 160, 233, 0.55) 47%, rgba(0, 78, 162, 0.55) 100%);
    opacity:1;
  }

}

.cratzcheeza2026ss-qa-summary,
.cratzcheeza2026ss-qa-answer-wrap {
  position: relative;
  z-index: 1;
}

.cratzcheeza2026ss-qa-summary {
  display: flex;
  align-items: center;
  gap: 24px;
  cursor: pointer;
  padding-bottom: 24px;
}

.cratzcheeza2026ss-qa-q {
  font-family: var(--font-en);
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  color: var(--color-yellow);
  flex-shrink: 0;
}

.cratzcheeza2026ss-qa-question {
  flex: 1 1 0;
  min-width: 0;
  margin: 0;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic Pro", "Yu Gothic", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
  color: var(--color-white);
  padding-top: 1.5px;
}

.cratzcheeza2026ss-qa-btn {
  width: 44px;
  height: 44px;
  border-radius: 40px;
  background-color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.cratzcheeza2026ss-qa-btn img {
  display: block;
  width: 16px;
  height: 16px;
}

.cratzcheeza2026ss-qa-item.is-open .cratzcheeza2026ss-qa-btn img {
  display: none;
}

.cratzcheeza2026ss-qa-item.is-open .cratzcheeza2026ss-qa-btn::after {
  content: "";
  display: block;
  width: 14px;
  height: 3px;
  border-radius: 10px;
  background-color: var(--color-blue90);
}

.cratzcheeza2026ss-qa-answer-wrap {
  background-image: radial-gradient(circle, var(--color-white) 1.5px, transparent 1.5px);
  background-size: 8px 3px;
  background-repeat: repeat-x;
  background-position: 0 0;
}

.cratzcheeza2026ss-qa-answer-inner {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  position: relative;
  padding: 24px 0;
}

.cratzcheeza2026ss-qa-a {
  font-family: var(--font-en);
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  color: var(--color-red);
  flex-shrink: 0;
}

.cratzcheeza2026ss-qa-answer {
  flex: 1 1 0;
  min-width: 0;
  margin: 0;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic Pro", "Yu Gothic", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
  color: var(--color-white);
}


/* terms-contact --------------------------------------- */

.cratzcheeza2026ss-terms-contact {
  position: relative;
  width: 100%;
  max-width: 1512px;
  margin: 0 auto;
  padding: 120px 50px 80px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}

.cratzcheeza2026ss-terms-contact-bg {
  position: absolute;
  left: -320px;
  top: 281px;
  width: 799.848px;
  max-width: 800px;
  height: 861px;
  pointer-events: none;
  z-index: 0;
}

.cratzcheeza2026ss-terms-contact-bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* ご利用にあたって */

.cratzcheeza2026ss-terms {
  position: relative;
  width: 920px;
  max-width: 100%;
  border: 1px solid var(--color-navy02);
  border-radius: 20px;
  padding: 60px 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  box-sizing: border-box;
  z-index: 1;
  overflow: hidden;
}

.cratzcheeza2026ss-terms-overlay {
  position: absolute;
  inset: 0;
  border-radius: 20px;
  pointer-events: none;
  opacity: 0.25;
  background: radial-gradient(ellipse 64.375em 131.61em at 79.165px 543.79px, rgba(173,222,248,1) 0%, rgba(0,160,233,1) 47%, rgba(0,78,162,1) 100%);
  mix-blend-mode: screen;
  z-index: 0;
}

.cratzcheeza2026ss-terms-title,
.cratzcheeza2026ss-terms-body {
  position: relative;
  z-index: 1;
}

.cratzcheeza2026ss-terms-title {
  font-family: var(--font-ja);
  font-size: 32px;
  font-weight: 800;
  line-height: 1.4;
  color: var(--color-white);
  text-align: center;
  margin: 0;
}

.cratzcheeza2026ss-terms-body {
  width: 100%;
  max-width: 760px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  text-align:left;
}

.cratzcheeza2026ss-terms-block {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cratzcheeza2026ss-terms-label {
  background-color: var(--color-white);
  padding: 10px 20px;
  border-radius: 4px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic Pro", "Yu Gothic", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  color: var(--color-blue90);
}

.cratzcheeza2026ss-terms-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cratzcheeza2026ss-terms-list-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.cratzcheeza2026ss-terms-bullet {
  flex-shrink: 0;
  width: 8px;
  height: 26px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.cratzcheeza2026ss-terms-bullet img {
  display: block;
  width: 8px;
  height: 26px;
  object-fit: contain;
}

.cratzcheeza2026ss-terms-text {
  flex: 1 1 0;
  min-width: 0;
  margin: 0;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic Pro", "Yu Gothic", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  color: var(--color-white);
}

.cratzcheeza2026ss-terms-intro {
  margin: 0;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic Pro", "Yu Gothic", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  color: var(--color-white);
}

/* お問い合わせ */

.cratzcheeza2026ss-contact {
  position: relative;
  width: 920px;
  max-width: 100%;
  border: 1px solid var(--color-navy02);
  border-radius: 20px;
  padding: 60px 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  box-sizing: border-box;
  z-index: 1;
  overflow: hidden;
}

.cratzcheeza2026ss-contact-overlay {
  position: absolute;
  inset: 0;
  border-radius: 20px;
  pointer-events: none;
  opacity: 0.25;
  background: radial-gradient(ellipse 64.375em 76.082em at 79.165px 314.36px, rgba(173,222,248,1) 0%, rgba(0,160,233,1) 47%, rgba(0,78,162,1) 100%);
  mix-blend-mode: screen;
  z-index: 0;
}

.cratzcheeza2026ss-contact-title,
.cratzcheeza2026ss-contact-body {
  position: relative;
  z-index: 1;
}

.cratzcheeza2026ss-contact-title {
  font-family: var(--font-ja);
  font-size: 32px;
  font-weight: 800;
  line-height: 1.4;
  color: var(--color-white);
  text-align: center;
  margin: 0;
}

.cratzcheeza2026ss-contact-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.cratzcheeza2026ss-contact-tel-wrap {
  display: flex;
  align-items: center;
  gap: 4px;
}

.cratzcheeza2026ss-contact-tel-icon {
  display: block;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}

.cratzcheeza2026ss-contact-tel-num {
  margin: 0;
  font-family: var(--font-en);
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  color: var(--color-white);
}

.cratzcheeza2026ss-contact-tel-num a {
  color: inherit;
  text-decoration: none;
}

.cratzcheeza2026ss-contact-tel-num a:hover {
  text-decoration: underline;
}

.cratzcheeza2026ss-contact-hours {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  text-align: center;
}

.cratzcheeza2026ss-contact-hours-text,
.cratzcheeza2026ss-contact-period {
  margin: 0;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic Pro", "Yu Gothic", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  color: var(--color-white);
}



@media screen and (min-width: 768px) and (max-width: 1600px) {

  .cratzcheeza2026ss-kv::after{
    right:2vw;
    width:15vw;
    height:30vw;
    transform: translate(0,0);
  }

}



@media screen and (min-width: 768px) and (max-width: 1300px) {

  .cratzcheeza2026ss-message{padding-top: 80px;}

  .cratzcheeza2026ss-message-heading,
  .cratzcheeza2026ss-type-heading{
    font-size: 40px;
  }

  .cratzcheeza2026ss-type{
    padding-top: 100px;
    position: relative;
    z-index:2;
  }

  .cratzcheeza2026ss-howto-card-inner{
    padding:80px 20px 20px;
  }

  .cratzcheeza2026ss-howto-card-heading{
    font-size: 20px;
  }

  .cratzcheeza2026ss-products,
  .cratzcheeza2026ss-howto,
  .cratzcheeza2026ss-qa,
  .cratzcheeza2026ss-terms-contact{padding-top: 80px;}

}



@media screen and (min-width: 768px) {

  .sp {
    display: none;
  }

}



@media screen and (max-width: 767px) {

  .sp {
    display: block;
  }

  .cratzcheeza2026ss-inner {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    background-image: url("../img/bg_kv_sp.png");
    background-size: 100%;
  }

  .cratzcheeza2026ss-fixed-bg {
    background: url(../img/bg_sp.jpg) no-repeat center top;
    background-size: cover;
  }

  .cratzcheeza2026ss-kv,
  .cratzcheeza2026ss-message,
  .cratzcheeza2026ss-type,
  .cratzcheeza2026ss-products,
  .cratzcheeza2026ss-howto,
  .cratzcheeza2026ss-qa,
  .cratzcheeza2026ss-terms-contact {
    max-width: 100%;
    min-width: 0;
  }

  .cratzcheeza2026ss-type-cards {
    min-width: 0;
  }

  .cratzcheeza2026ss-kv {
    padding:0
  }

  .cratzcheeza2026ss-kv-img {
    width: 100%;
    height: auto;
  }

  .cratzcheeza2026ss-message {
    padding: 145px 20px 152px;
    gap: 24px;
  }

  .cratzcheeza2026ss-message-bg {
    width: 125%;
    max-width: 440px;
    height: auto;
    opacity: 0.6;
  }

  .cratzcheeza2026ss-message-bg-left {
    left: -230px;
    top: -155px;
    transform: translate(0,0);
  }

  .cratzcheeza2026ss-message-bg-right {
    left: auto;
    right: -70%;
    top: 580px;
    transform: translate(0,0);
  }

  .cratzcheeza2026ss-message-player-left {
    top: 10px;
    width: 335px;
    left:51%;
    transform: translate(-50%, 0);
  }

  .cratzcheeza2026ss-message-player-right {
    top: auto;
    bottom:0;
    width: 287px;
    right:auto;
    left:49%;
    transform: translate(-50%, 0);
  }

  .cratzcheeza2026ss-message-content {
    width: 100%;
    max-width: none;
    padding: 0;
    gap: 34px;
  }

  .cratzcheeza2026ss-message-heading {
    font-size: 32px;
    line-height: 1.4;
    white-space: normal;
  }

  .cratzcheeza2026ss-message-text{
    gap:14px;
  }

  .cratzcheeza2026ss-message-description {
    font-size: 16px;
  }

  .cratzcheeza2026ss-message-catchphrase {
    font-size: 20px;
    line-height: 1.4;
  }

  /* TYPE */

  .cratzcheeza2026ss-type {
    padding: 47px 0 0;
  }

  .cratzcheeza2026ss-type-heading {
    font-size: 26px;
    margin-bottom: 24px;
    padding: 0 26px;
  }

  .cratzcheeza2026ss-type-cards-wrapper{
    padding:0 68px;
    overflow: hidden;
  }

  .cratzcheeza2026ss-type-cards {
    padding: 0;
    margin-bottom: 24px;
    position: relative;
    overflow:visible;
  }

  .cratzcheeza2026ss-type-card {
    width: 100%;
    height: 0;
    padding-bottom: calc(160 / 117 * 100%);
    position: relative;
    flex-shrink: 0;
    box-sizing: border-box;
  }

  .cratzcheeza2026ss-type-card img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .cratzcheeza2026ss-type-desc {
    font-size: 16px;
    font-weight: 600;
  }

  /* PRODUCTS */

  .cratzcheeza2026ss-products {
    padding: 82px 0 0;
    gap: 24px;
  }

  .cratzcheeza2026ss-products-bg {
    width: 120%;
    max-width: 450px;
    height: auto;
    opacity: 0.5;
  }

  .cratzcheeza2026ss-products-bg-left {
    left: -75%;
    top: -28px;
  }

  .cratzcheeza2026ss-products-bg-right {
    right: -72%;
    top: auto;
    bottom: -411px;
  }

  .cratzcheeza2026ss-products-title {
    margin-bottom: 24px;
  }

  .cratzcheeza2026ss-products-title-ja {
    font-size: 44px;
  }

  .cratzcheeza2026ss-products-title-en {
    font-size: 16px;
    letter-spacing: 0.05em;
  }

  /* HOWTO */

  .cratzcheeza2026ss-howto {
    padding: 70px 0 0;
    gap: 24px;
  }

  .cratzcheeza2026ss-howto-bg {
    width: 120%;
    left: -20%;
    top: 400px;
    opacity: 0.5;
  }

  .cratzcheeza2026ss-howto-title-ja {
    font-size: 44px;
  }

  .cratzcheeza2026ss-howto-title-en {
    font-size: 16px;
    letter-spacing: 0.05em;
  }

  .cratzcheeza2026ss-howto-content {
    flex-direction: column;
    gap: 24px;
    max-width: none;
    padding: 0 24px;
    box-sizing: border-box;
  }

  .cratzcheeza2026ss-howto-card {
    padding-top: 40px;
    flex: none;
    display: block;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }

  .cratzcheeza2026ss-howto-card-inner {
    padding: 56px 24px 16px;
    gap: 20px;
    min-height:0;
  }

  .cratzcheeza2026ss-howto-card-heading {
    font-size: 24px;
    line-height: 1.4;
    white-space: nowrap;
  }

  .cratzcheeza2026ss-howto-card-img {
    aspect-ratio: 800 / 533;
  }

  .cratzcheeza2026ss-howto-card-desc {
    font-size: 16px;
  }

  .cratzcheeza2026ss-howto-step {
    width: 80px;
    height: 80px;
  }

  .cratzcheeza2026ss-howto-step-label {
    font-size: 14px;
    letter-spacing: 0.05em;
  }

  .cratzcheeza2026ss-howto-step-num {
    font-size: 28px;
  }

  /* Q&A */

  .cratzcheeza2026ss-qa {
    padding: 80px 0 0;
    gap: 32px;
  }

  .cratzcheeza2026ss-qa-bg {
    left: auto;
    right:-124%;
    transform: translateX(-50%);
    top: 369px;
    width: 116%;
    max-width: 450px;
    height:auto;
    opacity: 0.5;
  }

  .cratzcheeza2026ss-qa-bg-sp {
    position: absolute;
    left: -62%;
    top: -88px;
    width: 117%;
    max-width: 450px;
    height:auto;
    opacity: 0.5;
  }

  .cratzcheeza2026ss-qa-title-ja {
    font-size: 44px;
  }

  .cratzcheeza2026ss-qa-title-en {
    font-size: 16px;
    letter-spacing: 0.05em;
  }

  .cratzcheeza2026ss-qa-list {
    width: 100%;
    max-width: none;
    padding: 0 24px;
    box-sizing: border-box;
  }

  .cratzcheeza2026ss-qa-item {
    padding: 16px 16px 0;
  }

  .cratzcheeza2026ss-qa-item::before{
    opacity:0.15;
  }

  .cratzcheeza2026ss-qa-summary {
    gap: 12px;
    align-items: flex-start;
    padding-bottom: 16px;
  }

  .cratzcheeza2026ss-qa-btn {
    width: 28px;
    height: 28px;
  }

  .cratzcheeza2026ss-qa-btn img {
    width: 12px;
    height: 12px;
  }

  .cratzcheeza2026ss-qa-q {
    font-size: 24px;
  }

  .cratzcheeza2026ss-qa-question {
    font-size: 14px;
    line-height: 1.5;
  }

  .cratzcheeza2026ss-qa-answer-inner{
    padding-top: 16px;
    padding-bottom: 16px;
    gap: 12px;
  }

  .cratzcheeza2026ss-qa-a {
    font-size: 24px;
  }

  .cratzcheeza2026ss-qa-answer {
    font-size: 14px;
  }

  /* ご利用にあたって・お問い合わせ */

  .cratzcheeza2026ss-terms-contact {
    padding: 80px 24px;
    gap: 40px;
  }

  .cratzcheeza2026ss-terms-contact-bg {
    width: 120%;
    left: -10%;
    top: 400px;
    opacity: 0.5;
    width: 120%;
    max-width: 450px;
    height:auto;
  }

  .cratzcheeza2026ss-terms,
  .cratzcheeza2026ss-contact {
    width: 100%;
    gap: 24px;
  }

  .cratzcheeza2026ss-terms {
    padding: 32px 22px 26px;
  }

  .cratzcheeza2026ss-terms-overlay{
    opacity:0.1;
  }

  .cratzcheeza2026ss-contact {
    padding: 32px 22px;
  }

  .cratzcheeza2026ss-contact-overlay{
    opacity:0.1;
  }

  .cratzcheeza2026ss-terms-title,
  .cratzcheeza2026ss-contact-title {
    font-size: 20px;
  }

  .cratzcheeza2026ss-terms-body{gap: 30px;}
  .cratzcheeza2026ss-terms-block{gap: 15px;}
  .cratzcheeza2026ss-terms-list{gap:5px;}
  .cratzcheeza2026ss-terms-list-item{gap:7px;}

  .cratzcheeza2026ss-terms-bullet img{
    width:6px;
    height:20px;
  }

  .cratzcheeza2026ss-terms-label {
    font-size: 16px;
    padding: 9px 14px;
  }

  .cratzcheeza2026ss-terms-text,
  .cratzcheeza2026ss-terms-intro,
  .cratzcheeza2026ss-contact-hours-text,
  .cratzcheeza2026ss-contact-period {
    font-size: 14px;
    line-height:1.5;
  }

  .cratzcheeza2026ss-contact-body{
    gap: 15px;
  }

  .cratzcheeza2026ss-contact-tel-num {
    font-size: 32px;
  }

  .cratzcheeza2026ss-contact-tel-icon {
    width: 26px;
    height: 26px;
  }

}
