@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.7rem;
  line-height: 1.5882352941;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  word-break: break-word;
  line-break: strict;
}
img{
	image-rendering: -webkit-optimize-contrast;
    vertical-align: middle;
    width: 100%;
}

h1{
	margin-top: 5rem;
    font-family: "Noto Serif JP", sans-serif;
	font-size: 1.6em;
	font-weight: 600;
	letter-spacing: 0.2rem;
}

h3{
	font-size: 1.8em;
}

@media print, screen and (min-width: 768px) {
  body {
    max-width: 1200px;
	margin: 0 auto;
  }
  a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
	}
  a:hover {
        opacity: 0.6;
    }
}

@media screen and (max-width: 767px) {
  html {
	background-color: #c81026;
    font-size: 2.6666666667vw;
  }
  h1{
	font-size: 1.2em;
	}
}

header{
	width: 100%;
	text-align: center;
}
@media screen and (max-width: 767px) {
  body {
	margin-left: 0.4rem;
  }
  header{
	margin-left: -0.4rem;
	}
}
main{
	width: 100%;
}


#peak_block{
	margin: 0 auto;
	padding: 3em 0;
}
#peak_block img{
	display: block;
	margin: 2rem auto;
	width: 30rem;
}
#peak_block h3{
	margin: 30px auto;
	font-weight: 500;
}
#peak_block p{
	margin: 30px auto;
}
@media screen and (max-width: 767px) {
  #peak_block img {
	  width: 18rem;
  }
  #peak_block p {
	  font-size: 0.8em;
  }
}

.p-mv {
  position: relative;
}

.peak_unit{
  margin: 0 auto;
  padding: 3em 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  gap: 3rem;
  text-align: left;
}
.peak_unit .unit-img {
	width: 8rem;
	padding-top: 3.5rem;
}
.peak_unit .unit-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.peak_unit h3{
	width: 22rem;
	border-bottom: #000000 1px solid;
	font-weight: 500;
}
.peak_unit p{
	margin: 1rem 0;
}
@media screen and (max-width: 767px) {
  .peak_unit {
	margin-left: 2rem;
	gap: 1rem;
  }
  .peak_unit .unit-img {
    width: 5rem;
  }
  .peak_unit p {
	font-size: 0.8em;
  }
}


.p-secret {
  padding: 21rem 0 0;
  position: relative;
}
.p-secret-lead {
  line-height: 1.6666666667;
  margin: 3rem 0;
  text-align: center;
}
.p-secret-unit {
  padding: 4rem 5rem;
}
.p-secret-unit p {
  margin-bottom: 2rem;
}
.p-secret-unit .unit-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 2.0rem;
}
.p-secret-unit .unit-img {
    width: 100%;
	margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-secret {
  background: no-repeat center bottom/100% auto;
  padding-top: 5rem;
  }
  .p-secret-lead {
  margin: 3rem 0 1rem;
}
  .p-secret-unit {
    display: block;
    padding: 3rem 2rem;
  }
  .p-secret-unit p {
    font-size: 1.4rem;
  }
  .p-secret-unit .unit-img {
    margin-top: 4rem;
  }
}
.p-secret-unit + .p-secret-unit {
  margin-top: 4rem;
}

#back-img01{
	background: no-repeat right top url("https://osmic.itembox.design/item/minori01/CoS_ue.svg?d=20250115111719");
	background-size: 15%;
	padding-top: 10rem;
	margin-top: -8rem;
}
#back-img02{
	background: no-repeat right top url("https://osmic.itembox.design/item/minori01/CoS_t.svg?d=20250115111654");
	background-size: 5%;
	padding: 5rem 0;
	margin-bottom: -5rem;
}
#back-img03{
	background-image: 
		url("https://osmic.itembox.design/item/minori01/CoS_e.svg?d=20250115111557"),
		url("https://osmic.itembox.design/item/minori01/RedDotDA.svg?d=20250115111824"),
		url("https://osmic.itembox.design/item/minori01/RedDotDA.svg?d=20250115111824"),
		url("https://osmic.itembox.design/item/minori01/CoS_w.svg?d=20250115111730");
	background-repeat: no-repeat;
	background-position: 
		right 3rem top,
		right 9rem top,
		right 15rem top,
		right top 6rem;
	background-size:
		6%, 6%, 6%, 14%;
	padding-top: 6rem;
}
#back-img04{
	background: no-repeat left center url("https://osmic.itembox.design/item/minori01/CoS_eat.svg?d=20250115111610");
	background-size: 14%;
	padding: 3rem 0;
}
@media screen and (max-width: 767px) {
  #back-img01{
	padding-top: 5rem;
	margin-top: -2rem;
	}
  #back-img02{
	background-size: 6%;
	padding-top: 8rem;
	margin-top: -8rem;
	z-index: 1;
	}
  #back-img03{
	background-position: 
		right 1.2rem bottom 1.7rem,
		right 3.1rem bottom 1.7rem,
		right 5.0rem bottom 1.7rem,
		right bottom ;
	padding: 0 0 3rem;
	margin-top: -3rem;
	}
  #back-img04{
	background-position: center top;
	padding-top: 6rem;
	margin-top: -2rem;
	}
}
/* --------------------------------------------------
    footer
-------------------------------------------------- */
.l-footer {
  position: relative;
  padding-top: 10rem;
}
.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;
}
.l-footer-menu ul li {
  font-size: 1.7rem;
  letter-spacing: 0.04em;
  position: relative;
  padding-left: 1.3rem;
}
.l-footer-menu ul li a {
  text-decoration: none;
}
.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;
}
.l-footer-bottom {
  padding: 2rem 0;
  border-top: 1px #000000 solid;
}
.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;
}
@media screen and (max-width: 767px) {
  .l-footer {
	background: no-repeat left bottom url("https://osmic.itembox.design/item/minori01/CoS_bee.svg?d=20250115110715");
	background-size: 1rem;
	padding-left: 1rem;
	margin-left: -1rem;
  }
  .l-footer-menu ul {
    display: block;
    padding: 1rem 0;
  }
  .l-footer-menu ul li {
    font-size: 1.2rem;
    padding-left: 0.8rem;
  }
  .l-footer-menu ul li:before {
    top: 0.8rem;
    border-width: 3px 0 3px 4px;
  }
  .l-footer-bottom .bottom-copyright {
    font-size: 0.9rem;
  }
}



.buy_block{
	max-width: 1000px;
	margin: 2rem auto;
	text-align: center;

}
.btn_purchase{
	display: flex;
    justify-content: center;
    align-items: center;
	position: relative;
	margin: 15px auto;
}
.btn_purchase a{
    width: 600px;
	border: 1px #c81026 solid;
	color: #c81026;
    font-size: 2rem;
	line-height: 8rem;
	text-align: center;
    text-decoration: none;
}
.btn_purchase a:before {
  content: "";
  position: absolute;
  left: 23rem;
  top: 3.3rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 14px;
  border-color: transparent transparent transparent #c81026;
}
@media screen and (max-width: 767px) {
.buy_block{
	margin: 2rem;
	z-index: 999;
}
  .btn_purchase a:before {
    left: 2rem;
    top: 1.6rem;
    border-width: 8px 0 8px 14px;
  }
	.btn_purchase a{
		font-size: 1.5rem;
		line-height: 4rem;
	}
}

/*-------------- parts --------------*/
.c-inner {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-inner {
    width: 100%;
    padding: 0 5%;
  }
}
.c-headline {
  padding: 1.3rem 0 1.5rem;
  font-size: 4rem;
  letter-spacing: -0.02em;
  line-height: 1.0344827586;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-headline {
    font-size: 1.8rem;
    padding: 1rem 0;
  }
}
.c-headline.m-short {
  width: 100rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .c-headline.m-short {
    width: 100%;
  }
}

/*-------------- ふわっと表示 --------------*/
.offs.effect {
  opacity: 0;
  transform: translate(0, 100px);
  -webkit-transform: translate(0, 100px);
}
.ons.effect {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 2s ease;
  transition: all 2s ease；;
}

.sp{
  display: none;
}
@media screen and (max-width: 820px) {
  .sp{
    display: block; 
  }
	.pc{
		display: none;
	}
}

.css-scroll-down{
  display: flex;
  flex-flow: row;
  align-items: flex-start;
padding: 50px 30px;
}

.css-scroll-down .single-scroll-down-animation{
      margin-right: 20px;
      width: 100%;
      margin-bottom: 50px;
}
.scroll-down3{
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border:  2px solid #333333;
  font-size: 30px;
  overflow: hidden; 
  cursor: pointer;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.scroll-down3 svg{
width: 20px;
      color: #333333;
      animation: scrollDown3 2s ease infinite;
}
@keyframes scrollDown3{
  0%{
      transform: translateY(-15px);
      opacity: 0;
  }
  45%{
      transform: translateY(0px);
      opacity: 1;
  }
  65%{
      transform: translateY(-5px);
      opacity: 1;
  }
  100%{
      transform: translateY(15px);
      opacity: 0;
  }
}