@charset "UTF-8";
/* ======================================================== */
/*      Reset style                                    */
/* ======================================================== */
*,
*::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;
}

: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: 0.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, [popover]) {
  border: none;
  background: none;
  color: inherit;
  inset: unset;
  max-width: unset;
  max-height: unset;
}

:where(dialog:not([open], [popover]), [popover]:not(:popover-open)) {
  display: none !important;
}

:where(:focus-visible) {
  outline: 3px solid CanvasText;
  box-shadow: 0 0 0 5px Canvas;
  outline-offset: 1px;
}

: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;
  user-select: none !important;
}

/* ======================================================== */
/*      html configuration                                 
/* ======================================================== */
html {
  font-size: 100%;
}

body {
  font-size: 100%;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1;
  color: #282828;
  background-color: #FFFFFF;
  font-feature-settings: "palt" 1;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6, em {
  font-style: normal;
  font-weight: normal;
}

a {
  color: #282828;
  cursor: pointer;
  transition: all 0.4s ease-out;
  text-decoration: none;
}
a * {
  transition: all 0.4s ease-out;
}

.pc a[href^="tel:"] {
  cursor: none;
  pointer-events: none;
}

img, video, picture {
  width: 100%;
  height: auto;
}

.wrapper {
  width: 100%;
  min-height: 100vh;
  min-width: 350px;
  margin: 0 auto;
}

.hidden {
  display: none;
}

.block_pc {
  display: block;
}

.block_sp {
  display: none;
}

.inlineblock_sp {
  display: none;
}

.kome {
  text-indent: -1em;
  margin-left: 1em;
}
.kome:before {
  content: "※";
  display: inline;
}

/* 1rem = 16px
    1px = 0.0625rem(1/16)
    PCbasewidth = 1280px
    PC : 1px = 1/1280*100vw ≒ 0.078vw
    Max screen size = 100% */
/* ======================================================== */
/*      PC Common
/* ======================================================== */
html {
  font-size: clamp(1px, 1.25vw, 100%);
}

body {
  color: #231815;
  font-weight: 500;
  line-height: 1.3;
  background-color: #ffeed9;
  font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.wrapper {
  position: relative;
  width: 100%;
}

.contwrp {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* ======================================================== */
/*      PC header  
/* ======================================================== */
.header {
  position: relative;
}
.header_ttl {
  width: 38.75rem;
  position: absolute;
  top: 8.125rem;
  left: 50%;
  transform: translateX(-50%);
}
.header .gnav {
  width: 54.125rem;
  position: absolute;
  top: 17.688rem;
  left: 50%;
  transform: translateX(-50%);
}
.header .mv {
  padding-top: 8rem;
  padding-bottom: 3rem;
}

/* ======================================================== */
/*      PC main            
/* ======================================================== */
.gender {
  background-color: #BECCE9;
  padding-top: 4.5rem;
  padding-bottom: 6.563rem;
}
.gender_img {
  width: 65rem;
  margin-left: 8.313rem;
}

.what {
  background-color: #E2EED4;
  padding-top: 5rem;
  padding-bottom: 2.375rem;
}
.what > div {
  position: relative;
}
.what_ttl {
  width: 59.438rem;
  position: absolute;
  top: -7.688rem;
  left: 10.875rem;
}
.what_img {
  width: 66.375rem;
  margin-left: 6.5rem;
}

.talk {
  background-color: #F0B4D1;
  padding-top: 4.938rem;
  padding-bottom: 3.938rem;
}
.talk_ttl {
  width: 48.375rem;
  margin-left: 17.75rem;
}
.talk_img {
  width: 67.688rem;
  margin: 3.375rem auto 0;
}

.chat {
  background-color: #BBB7DB;
  padding-top: 3.813rem;
  padding-bottom: 3.688rem;
}
.chat > div {
  position: relative;
}
.chat_ttl {
  position: absolute;
  top: 0.313rem;
  width: 46.813rem;
  left: 7.125rem;
}
.chat_img {
  width: 65.813rem;
  margin-left: 9.625rem;
}
.chat_list {
  position: absolute;
  left: 13.75rem;
  top: 28.938rem;
  width: 41.125rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.chat_list li {
  width: 18.938rem;
}

.event {
  background-color: #EBEDB4;
  padding-bottom: 2.75rem;
}
.event > div {
  position: relative;
}
.event_ttl {
  width: 24.5rem;
  position: absolute;
  top: 7.125rem;
  left: 7.938rem;
}
.event_img {
  width: 72rem;
  margin-left: 4.125rem;
  margin-top: 5.438rem;
}
.event_mail {
  position: absolute;
  top: 57.313rem;
  left: 52.063rem;
  width: 16.875rem;
}

.member {
  background-color: #BADCCC;
  padding-top: 3.813rem;
  padding-bottom: 3.063rem;
}
.member > div {
  position: relative;
}
.member_ttl {
  width: 38.313rem;
  position: absolute;
  top: 0;
  left: 9.125rem;
}
.member_img {
  width: 72.188rem;
  margin-top: 0.5rem;
  margin-left: 2rem;
}

.repo {
  background-color: #FEF6F3;
  padding-top: 3.063rem;
}
.repo > div {
  position: relative;
  padding-bottom: 10.188rem;
}
.repo_ttl {
  width: 55.125rem;
  margin-left: 16.063rem;
}
.repo_img {
  width: 60.25rem;
  margin-top: 0.5rem;
  margin-left: 2rem;
  margin: 2.688rem auto 0;
}
.repo_list {
  margin: 3.125rem auto 0;
  width: 59.375rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  grid-row-gap: 3.813rem;
}
.repo_list li {
  width: 17.063rem;
}
.repo_more {
  position: absolute;
  right: 3.875rem;
  bottom: 1.563rem;
  width: 14.125rem;
}

.sns {
  background-color: #BAB7DB;
  padding-top: 2.938rem;
  padding-bottom: 5.063rem;
}
.sns_ttl {
  width: 10rem;
  margin-left: auto;
  margin-right: auto;
}
.sns_list {
  margin-top: 3.75rem;
  width: 55.625rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
}
.sns_list li {
  width: 10.688rem;
}
.event_kokuchi{
	font-family: "RocknRoll One", sans-serif;
 	font-weight: 400;
 	font-style: normal;
	width:72rem;
	display:flex;
	position: absolute;
	top:16rem;
	padding:4rem 3.5rem 4rem 3.5rem;
}
.event_kokuchi li:first-child{
	width:50%;
	padding: 19.5rem 1.5rem 0 0;
}
.event_kokuchi li:last-child{
	width:50%;
	padding:0 0 0 6.8rem;
}
.c_name{
	width: 16.5%;
    position: absolute;
    top: 11.5rem;
    left: 33.3rem;
}


/* ======================================================== */
/*      PC footer            
/* ======================================================== */
.footer {
  background-color: #B9D6C9;
  padding-top: 1.25rem;
  padding-bottom: 1.563rem;
}
.footer > div {
  position: relative;
}
.footer_ttl {
  position: absolute;
  top: 2.25rem;
  left: 26.563rem;
  width: 33rem;
}
.footer_img {
  max-width: 76.625rem;
  margin-left: 1.938rem;
}
