@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");

*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}:where([hidden]:not([hidden='until-found'])){display:none!important}:where(html){-webkit-text-size-adjust:none;color-scheme:dark light;tab-size:2;scrollbar-gutter:stable}:where(html:has(dialog:modal[open])){overflow:clip}@media (prefers-reduced-motion:no-preference){:where(html:focus-within){scroll-behavior:smooth}}:where(body){line-height:1.5;font-family:system-ui,sans-serif;-webkit-font-smoothing:antialiased}:where(button){all:unset}:where(input,button,textarea,select){font:inherit;color:inherit}:where(textarea){resize:vertical;resize:block}:where(button,label,select,summary,[role='button'],[role='option']){cursor:pointer}:where(:disabled){cursor:not-allowed}:where(label:has(>input:disabled),label:has(+input:disabled)){cursor:not-allowed}:where(a){color:inherit;text-underline-offset:.2ex}:where(ul,ol){list-style:none}:where(img,svg,video,canvas,audio,iframe,embed,object){display:block}:where(img,picture,svg,video){max-inline-size:100%;block-size:auto}:where(p,h1,h2,h3,h4,h5,h6){overflow-wrap:break-word}:where(h1,h2,h3){line-height:calc(1em + 0.5rem);text-wrap:balance}:where(hr){border:none;border-block-start:1px solid;color:inherit;block-size:0;overflow:visible}:where(dialog){border:none;background:none;inset:unset;max-width:unset;max-height:unset}:where(dialog:not([open])){display:none!important}:where(:focus-visible){outline:3px solid CanvasText;box-shadow:0 0 0 5px Canvas;outline-offset:1px}:where(:focus-visible,:target){scroll-margin-block:8vh}:where(.visually-hidden:not(:focus-within,:active)){clip-path:inset(50%)!important;height:1px!important;width:1px!important;overflow:hidden!important;position:absolute!important;white-space:nowrap!important;border:0!important}

html {
  font-size: 62.5%;
}
body {
  background-color: #ffffff;
  color: #2D2A2A;
  font-size: 1.9rem;
  line-height: 1.5882352941;
  font-family: "Noto sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  word-break: break-word;
  line-break: strict;
}
@media print, screen and (min-width: 930px) {
	a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
	}
	a:hover {
        opacity: 0.6;
    }
}
@media screen and (max-width: 930px) {
  html {
    font-size: 2.6666666667vw;
  }
  body {
    font-size: 1.4rem;
  }
}
img{
	image-rendering: -webkit-optimize-contrast;
    vertical-align: middle;
    width: 100%;
}

h3{
	font-size: 1.8em;
}

header{
	width: 100%;
}
main{
	width: 100%;
	border-bottom: 1px #1d2088 solid;
}


#peak_block{
	max-width: 1000px;
	margin: 0 auto;
	padding: 3em 0;
}
#peak_block h3{
	margin: 30px auto;
	font-weight: 500;
}
#peak_block p{
	margin: 30px auto;
}
@media screen and (max-width: 930px) {
  #peak_block{
	  margin: 0 2.5rem;
	}
  #peak_block p {
	  font-size: 1.0em;
  }
}

.download_block{
	background: no-repeat url("https://osmic.itembox.design/item/250410bg.jpg?d=20250407174436");
	background-size: cover;
	padding: 5rem 0;
}
.download_block .page-width{
	max-width: 1000px;
	padding: 0;
}

.download_block h2{
	color: #101044;
	font-size: 5rem;
	text-align: center;
}
.download_block > .page-width > p{
	margin: 4rem 0;
}
.download_block .download-area{
	background: rgba(255,255,255,0.9);
	padding: 4rem 10rem;
	border: #1d2088 1px solid;
}
.download_block .download-area h3{
	border-top: #101044 2px solid;
	border-bottom: #101044 2px solid;
	padding: 2rem 0;
	color: #101044;
	font-size: 2.5rem;
	text-align: center;
}
.download_block .download-area li{
	text-align: center;
	font-size: 1.8rem;
}
.download_block .download-area .campaign{
	list-style: disc;
	max-width: 550px;
	margin: 1em auto;
	color: #101044;
}
.download_block .download-area .campaign li{
	margin: 1em;
	text-align: left;
}


.p-grid-download{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
  padding: 1rem;
}
.p-grid-download img{
	display: inline;
	height: 58px;
	width: auto;
	margin: 0.5rem;
}
.p-grid-download .p-download-unit{
  place-items:center;
  width: 100%;
  padding: 2.5rem;
}
.p-download-att{
	font-size: 1rem;
}

@media screen and (max-width: 930px) {
  .download_block{
	  background-position: right;
  }
  .download_block h2{
	  font-size: 2em;
  }
  .download_block p{
	  margin: 0.5rem;
	  font-size: 0.5em;
  }
  .download_block > .page-width > p{
	margin: 3rem 2.5rem;
	font-size: 1.2rem;
  }
  .download_block .download-area{
	  margin: 0 2.5rem;
	  padding: 3rem 2.5rem 2.5rem 2.5rem;
  }
  .download_block .download-area h3{
	  font-size: 1.8rem;
  }
  .download_block .download-area li{
	  font-size: 1.4rem;
  }
	.p-grid-download .p-download-unit{
		padding: 0;
	}
	.p-grid-download .p-download-unit img{
		height: 35px;
		width: auto;
	}
}


#making_block{
	background-color: #cccccc;
}

.p-mv {
  position: relative;
}

.p-benefit {
  position: relative;
  z-index: 1;
}

.p-benefit .page-width .c-inner{
/*
  background-color: #FFF2DD;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  padding: 2rem;
*/
}

.p-benefit-lead {
  max-width: 1000px;
  margin: 0 auto;
}
.p-benefit-unit {
  background: #ffffff;
  padding: 2.5rem;
}
.p-benefit-unit .unit-img{
  display: grid;
  justify-items: center;
  align-items: center;
  height: 250px;
}
.p-benefit-unit .unit-img img{
  max-height: 250px;
  width: 60%;
}
.p-benefit-unit .unit-txt .ttl {
  text-align: center;
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  line-height: 0.9090909091;
  font-weight: 600;
  margin: 1.5rem auto;
}

.td_outline{
	max-width: 1000px;
	margin: 2em auto;
	text-align: center;
}
.td_outline h4{
	position: relative;
	background: #1d2088;
	padding: 1em;
	color: #FFFFFF;
}
.td_outline h4::before {
	position: absolute;
	content: url("https://osmic.itembox.design/item/250410cloud_01.png?d=20250407174525");
	transform-origin: top left;
	transform: scale(0.8);
	top: 0.25rem;
	left: 5rem;
}
.td_outline h4::after {
	position: absolute;
	content: url("https://osmic.itembox.design/item/250410cloud_02.png?d=20250407174609");
	transform-origin: top right;
	transform: scale(0.8);
	top: -6rem;
	right: 5rem;
}
.td_outline ul{
	border: 1px #1d2088 solid;
	padding: 1em;
}
.td_outline li{
	margin-bottom: 1em;
}


@media screen and (max-width: 930px) {
  .p-benefit {
    background: #ffffff no-repeat center bottom/100% auto;
  }
  .p-benefit .page-width .c-inner{
    grid-template-columns: repeat(1, 1fr);
	}
  .p-benefit-lead {
	padding: 3em 2.5rem 0 2.5rem;
    font-size: 1.2rem;
  }
  .p-benefit-unit {
    display: block;
    padding: 3rem 2rem;
  }
  .p-benefit-unit .unit-img{
    height: auto;
  }
  .p-benefit-unit .unit-txt .ttl {
    font-size: 2rem;
    line-height: 1.5;
    padding-bottom: 1rem;
  }
  .p-benefit-unit p {
    font-size: 1.4rem;
  }
  .p-benefit-unit .unit-img {
    width:75%;
    margin: 2rem auto 0;
  }
  .td_outline{
	max-width: 1000px;
	margin: 2em;
	text-align: center;
  }
  .td_outline h4{
	background: #1d2088;
	padding: 1em;
	color: #FFFFFF;
  }
.td_outline h4::before {
	position: absolute;
	content: url("https://osmic.itembox.design/item/250410cloud_01.png?d=20250407174525");
	transform-origin: top left;
	transform: scale(0.4);
	top: 0.25rem;
	left: 0.5rem;
}
.td_outline h4::after {
	position: absolute;
	content: url("https://osmic.itembox.design/item/250410cloud_02.png?d=20250407174609");
	transform-origin: top right;
	transform: scale(0.4);
	top: -3rem;
	right: 0.5rem;
}
  .td_outline ul{
	border: 1px #1d2088 solid;
	padding: 1em;
  }
  .td_outline li{
	margin-bottom: 1em;
  }
}

.p-stage {
}
.p-stage-lead{
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 2.5rem;
  text-align: center;
}
.p-stage-grid {
  display: -ms-flexbox;
  display: -webkit-box;
  display: grid;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  grid-template-columns: 6fr 4fr 4fr 4fr 5fr;
  gap: 0.5rem;
}
.grid-unit{
	position: relative;
}
.p-stage-grid .grid-unit .unit-main {
  width: 100%;
  padding: 2rem;
  margin-bottom: 0.5rem;
  text-align: center;
}
.p-stage-grid .grid-unit .unit-main .txt p {
  font-size: 1.8rem;
  line-height: 1.3888888889;
}

.grid-title .unit-main{
  background-color: #ECF8FF;
}
.grid-title .unit-main:first-child{
  background-color: #FFFFFF;
}

.grid-regular .unit-main{
  background-color: rgba(179,179,179,0.3);
}
.grid-regular .unit-main:first-child{
  background: rgba(179,179,179,1.0);
  text-indent: -4rem;
}
.grid-regular .grid-bar:before{
  content: url("../img/regular.svg");
  position: absolute;
  top: 0.4em;
  right: 1em;
  width: 50px;
  height: 50px;
}

.grid-princess .unit-main{
  background-color: rgba(255,144,144,0.3);
}
.grid-princess .unit-main:first-child{
  background: rgba(255,144,144,1.0);
  text-indent: -4rem;
}
.grid-princess .grid-bar:before{
  content: url("../img/princess.svg");
  position: absolute;
  top: 0.5em;
  right: 1em;
  width: 50px;
  height: 50px;
}

.grid-queen .unit-main{
  background-color: rgba(121,175,202,0.3);
}
.grid-queen .unit-main:first-child{
  background: rgba(121,175,202,1.0);
  text-indent: -4rem;
}
.grid-queen .grid-bar:before{
  content: url("../img/queen.svg");
  position: absolute;
  top: 0.5em;
  right: 1.8em;
  width: 50px;
  height: 50px;
}

.grid-grand-queen .unit-main{
  background-color: rgba(0,0,0,0.2);
}
.grid-grand-queen .unit-main:first-child{
  background: rgba(0,0,0,1.0);
  text-indent: -4rem;
}
.grid-grand-queen .grid-bar:before{
  content: url("../img/grand_queen.svg");
  position: absolute;
  top: 0.5em;
  right: 1.6em;
  width: 50px;
  height: 50px;
}
.pc .unit-main:first-child{
  color: #FFFFFF;
}


.p-stage-att {
  max-width: 1000px;
  margin: 0 auto;
}
.p-stage-att h4{
  padding-bottom: 2.5rem;
  color: #1d2088;
  text-align: center;
  font-size: 3rem;
}

@media screen and (max-width: 930px) {
  .p-stage-lead{
    font-size: 1.4rem;
  }
  .p-stage .page-width{
    padding: 2.5rem 0 0 0;
  }
  .p-stage-grid {
	grid-template-columns: 2fr 3fr;
	gap: 2px;
	margin-bottom: 2px;
	text-align: center;
  }
  .p-stage-grid .grid-unit .unit-main{
	margin-bottom: 2px;
  }
  .sp .unit-main{
	padding: 1rem 0;
  }
  .grid-label, .grid-benefit{
	padding: 1rem 2rem;
	margin-bottom: 2px;
	text-align: center;
  }
  .grid-label .txt p{
	display: inline-block;
  }
	
  .grid-regular .grid-label{
	background: rgba(179,179,179,1);
	color: #FFFFFF;
  }
  .grid-regular .grid-rank .txt:after{
    content: "";
	display: inline-block;
	background: url("../img/regular.svg") no-repeat;
	background-size: contain;
	width: 2em;
	height: 2em;
	margin: -20px 0 0 1rem;
	transform: translateY(0.5em);
  }

  .grid-princess .grid-label{
	background: rgba(255,144,144,1);
	color: #FFFFFF;
  }
  .grid-princess .grid-rank .txt:after{
    content: "";
	display: inline-block;
	background: url("../img/princess.svg") no-repeat;
	background-size: contain;
	width: 2em;
	height: 2em;
	margin: -20px 0 0 1rem;
	transform: translateY(0.5em);
  }

  .grid-queen .grid-label{
	background: rgba(121,175,202,1);
	color: #FFFFFF;
  }
  .grid-queen .grid-rank .txt:after{
    content: "";
	display: inline-block;
	background: url("../img/queen.svg") no-repeat;
	background-size: contain;
	width: 2em;
	height: 2em;
	margin: -20px 0 0 1rem;
	transform: translateY(0.5em);
  }

  .grid-grand-queen .grid-label{
	background: rgba(0,0,0,1);
	color: #FFFFFF;
  }
  .grid-grand-queen .grid-rank .txt:after{
    content: "";
	display: inline-block;
	background: url("../img/grand_queen.svg") no-repeat;
	background-size: contain;
	width: 2em;
	height: 2em;
	margin: -20px 0 0 1rem;
	transform: translateY(0.5em);
  }

  .grid-regular .grid-benefit, .grid-regular .unit-main, .grid-regular .unit-main:first-child{
	background: rgba(179,179,179,0.3);
	text-indent: 0;
  }
  .grid-princess .grid-benefit, .grid-princess .unit-main, .grid-princess .unit-main:first-child{
	background: rgba(255,144,144,0.3);
	text-indent: 0;
  }
  .grid-queen .grid-benefit, .grid-queen .unit-main, .grid-queen .unit-main:first-child{
	background: rgba(121,175,202,0.3);
	text-indent: 0;
  }
  .grid-grand-queen .grid-benefit, .grid-grand-queen .unit-main, .grid-grand-queen .unit-main:first-child{
	background: rgba(0,0,0,0.2);
	text-indent: 0;
  }
  .p-stage-att {
	font-size: 0.8rem;
  }
  .p-stage-att h4{
	padding: 1rem 0 5rem 0;
	font-size: 1.4rem;
  }
}

.p-stage-move{
  max-width: 800px;
  margin: 4rem auto;
  padding: 1rem 0;
  border-top: 2px #c9a063 solid;
  border-bottom: 2px #c9a063 solid;
  text-align: center;
}

.p-stage-move h4{
  font-size: 3rem;
}
.p-stage-move .att{
  font-size: 1.2rem;
  padding-bottom: 1rem;
}
.p-stage-move-img{
  max-width: 800px;
  margin: 4rem auto 6rem;
}

@media screen and (max-width: 930px) {
  .p-stage-move{
    margin: 2rem auto;
  }
  .p-stage-move h4{
	font-size: 1.4rem;
	padding-bottom: 0.8rem;
  }
  .p-stage-move .att{
	font-size: 0.8rem;
  }
  .p-stage-move-img{
    margin: 2rem auto 3rem;
  }
}
/* --------------------------------------------------
    footer
-------------------------------------------------- */
.l-footer {
  position: relative;
}
.l-footer-menu {
  background: #fff;
}
.l-footer-menu ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 3rem;
  padding: 2.5rem 0;
}
@media screen and (max-width: 930px) {
  .l-footer-menu ul {
    display: block;
    padding: 1rem 0;
  }
}
.l-footer-menu ul li {
  font-size: 1.7rem;
  letter-spacing: 0.04em;
  position: relative;
  padding-left: 1.3rem;
}
@media screen and (max-width: 930px) {
  .l-footer-menu ul li {
    font-size: 1.2rem;
    padding-left: 0.8rem;
  }
}
.l-footer-menu ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.9rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent #2D2A2A;
}
@media screen and (max-width: 930px) {
  .l-footer-menu ul li:before {
    top: 0.8rem;
    border-width: 3px 0 3px 4px;
  }
}
.l-footer-bottom {
  background: #646464;
  padding: 2rem 0;
}
.l-footer-bottom .c-inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 3rem;
}
.l-footer-bottom .bottom-logo {
  width: 14.1rem;
}
.l-footer-bottom .bottom-copyright {
  font-size: 1.4rem;
  letter-spacing: 0.09em;
  color: #FFFFFF;
}
@media screen and (max-width: 930px) {
  .l-footer-bottom .bottom-copyright {
    font-size: 0.9rem;
  }
}

.buy_block{
	max-width: 1000px;
	margin: 30px auto;
	text-align: center;
}
.buy_block h4{
	font-size: 2rem;
}
.juice_detail_box p span{
	padding-left: 0.5em;
	font-size: 3rem;
	font-weight: bold;
}

@media screen and (max-width: 930px) {
	.buy_block h3 {
		font-size: 2rem;
	}
	.buy_block h4{
		font-size: 1.2rem;
	}
	.juice_detail_box p{
		font-size: 1.2rem;
	}
}

.btn_register{
	display: flex;
    justify-content: center;
    align-items: center;
	position: relative;
	margin: 6rem auto;
}
.btn_register a{
    width: 580px;
	border: 2px solid #1d2088;
	padding: 1rem 0;
    color: #1d2088;
	font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
	line-height: 2.5em;
	text-align: center;
    text-decoration: none;
	box-shadow: 4px 4px #1d2088;
}
@media screen and (max-width: 930px) {
	.btn_register{
		margin: 6rem 5rem;
	}
	.btn_register a{
		font-size: 1.5rem;
	}
}

/*-------------- parts --------------*/
.u-sans {
    font-family: "Noto Sans JP", sans-serif;
}
.u-red {
    color: #CF0A0A;
}
.page-width{
  max-width: 1000px;
  margin: 0 auto;
  padding: 2.5rem 5rem;
}

.c-inner {
}
@media screen and (max-width: 930px) {
  .c-inner {
    width: 100%;
    padding: 0 2.5rem;
  }
}
.c-headline {
  background-color: #1d2088;
  padding: 2rem 0;
  color: #ffffff;
  font-size: 4rem;
  letter-spacing: -0.02em;
  line-height: 1.0344827586;
  text-align: center;
}
@media screen and (max-width: 930px) {
  .c-headline {
    padding: 2rem 0;
    font-size: 2rem;
  }
}

.sp{
  display: none;
}
@media screen and (max-width: 930px) {
  .sp{
    display: block; 
  }
  .pc{
	display: none!important;
  }
}

/*# sourceMappingURL=02.css.map */