@import url("color.css");

body {
background-color: #ffffff;
background-image: repeating-linear-gradient(90deg, hsla(196,0%,79%,0.06) 0px, hsla(196,0%,79%,0.06) 1px,transparent 1px, transparent 96px),repeating-linear-gradient(0deg, hsla(196,0%,79%,0.06) 0px, hsla(196,0%,79%,0.06) 1px,transparent 1px, transparent 96px),repeating-linear-gradient(0deg, hsla(196,0%,79%,0.09) 0px, hsla(196,0%,79%,0.09) 1px,transparent 1px, transparent 12px),repeating-linear-gradient(90deg, hsla(196,0%,79%,0.09) 0px, hsla(196,0%,79%,0.09) 1px,transparent 1px, transparent 12px),linear-gradient(90deg, rgb(255,255,255),rgb(255,255,255));
font-size:1.4rem;
}

.contentswrapper {
	position: relative;
	margin: 0 0;
	padding: 0 0;
	min-height: calc( 100vh - 80px - 54px ) ;
	display: flex;
	flex-direction: row;
	justify-self: flex-start;
}


.container {
  margin:0 auto;
  text-align:center;
  -webkit-border-radius:6px;
  -moz-border-radius:6px;
  border-radius:6px;
  background-color: var(--keycolor-basetri);
  min-height: calc(100vh);
}

.wrapper{
  display: flex;
}


/* guidenav */
.guide{
  background-color:var(--keycolor-choco-secondary);
  width:220px;
  min-width: 220px;
  min-height: 100vh;
  padding:10px;
}
.sticky_guide{
  /* position: sticky;
  top: 25px; */
  padding-top: 10px;
}
.guide a{
  color :#ffffff;
}

#headlink{
padding: 10px 0px;
    /* position: sticky; */
    top: 0px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1px;
    z-index: 10;
    background-color: var(--keycolor-choco-secondary);
}
#headlink a{
  padding: 9px;
    font-size: 0.9rem;
    line-height: 1.4;
    display: flex;
    flex-direction: column;
    /* background-color: var(--keycolor-secondary); */
    justify-content: center;
    align-items: center;
    border: 1px solid #ffffff47;
}

#headlink i{
    font-size: 2.2rem;
    line-height: 1.3;
}
#headlink img{
    width: 30px;
    height: 30px;
    margin-bottom:3px;
}
 a.mng{
  position: fixed;
  top: 10px; 
  right: 10px;
    z-index: 50;
    color: var(--keycolor-base);
}
 a.mng i{
  font-size:1.5rem;
}

form[name="formlink"] select, form[name="formlinkD"] select{
  width: 96%;
}

.serchtype_ttl{
  width: 96%;
  padding:5px;
  font-size:1.2rem;
  /* background-color: var(--keycolor-choco); */
  color:#fff;
}

.event_tag_wrap{
  display: flex;
  flex-direction: column;
}

.event_info_innav{
background-color: #fff;
    font-size: 1.2rem;
    margin: 10px 0;
    border-radius: 5px;
    overflow: hidden;
}
.event_info_innav .event_info_p {
    color: #333;
    padding: 0px 10px;
    font-size: 1.1rem;
    border-top:1px dashed #ccc;
}
.event_info_innav .bt-tag {
    color: #333;
    background: none;
    padding: 0px 0px 0px;
    margin-right: 2px;
    display: inline-block;
}

/* aside */
aside{
width: calc(100vw - 950px - 210px);
    padding: 10px;
    background-color: #b5a9ab36;
    position: sticky;
    right: 0;
    top: 0;
    min-height: 100vh;
}

aside .card{


}









/* main */
main{
  /* width:calc(100% - 220px); */
  position: relative;
  overflow: hidden;
  color: var(--keycolor-choco);
  width: 930px;
  /* min-width: 700px; */
}
main.video{
  /* width:calc(100% - 200px - 200px); */
  /* width:600px; */
}



h1{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color:var(--keycolor-tertiary);
  color:#FAFAFA;
  /* height:64px; */
  margin:0 0 0px 0;
  padding: 18px 10px 18px 10px;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: bold;
  text-align:center;
  top:0;
}
h1::after{
  width: 24px;
  height: 24px;
  border-radius: 24px;
  background-color: var(--keycolor-choco-secondary);
  position: absolute;
  top: 54px;
  content: '';
  left: -12px;
  z-index: 1;
}


.head {
  -webkit-border-radius:6px 6px 0px 0px;
  -moz-border-radius:6px 6px 0px 0px;
  border-radius:6px 6px 0px 0px;
  background-color:#2ABCA7;
  color:#FAFAFA;
}

.youtube_embed_wrap{
  width:100%;
  height:auto;
  margin:10px 0;
}
.youtube_embed_wrap iframe{
  width:95%;
}

h2 {
  text-align:center;
  padding:18px 0 18px 0;
  font-size: 1.4em;
}
input,select {
  margin-bottom:10px;
}
textarea {
  height:100px;
  margin-bottom:10px;
}

input, textarea,select {
  font-size: 1em;
  padding: 15px 10px 10px;
  font-family: 'Source Sans Pro',arial,sans-serif;
  border: 1px solid #cecece;
  background: var(--keycolor-base);
  color: var(--keycolor-choco);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 80%;
  max-width: 600px;
}
::-webkit-input-placeholder {
   color: #535353;
}
:-moz-placeholder {
   color: #535353;  
}
::-moz-placeholder {
   color: #535353; 
}
:-ms-input-placeholder {  
   color: #535353;  
}
input[type="submit"] {
  margin-top:15px;
  margin-bottom:25px;
  background-color:#2ABCA7;
  padding: 12px 45px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #2ABCA7;
  -webkit-transition: .5s;
  transition: .5s;
  display: inline-block;
  cursor: pointer;
  width:30%;
  color:#fff;
}
input[type="submit"]:hover, .input[type="submit"]:hover {
  background:#19a08c;
}
label.error {
    font-family:'Source Sans Pro',arial,sans-serif;
    font-size:1em;
    display:block;
    padding-top:10px;
    padding-bottom:10px;
    background-color:#d89c9c;
    width: 80%;
    margin:auto;
    color: #535353;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
}

.message , .errmes {
	max-width:600px;
	margin:10px auto;
	text-align:center;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
  padding:5px;

}
.message {
	border:dotted 1px #19a08c;
	background-color: #d3efea;
	color:#19a08c;
}
.errmes {
	border:dotted 1px #a01919;
	background-color: #efd3d3;
	color:#a01919;
}

.taglist{
  font-size:1.1rem;
}
.bt-tag{
  color:#aaa;
  background-color: #ffffff;
  border-radius: 5px;
  padding:2px 5px;
  margin:1px;
  display: inline-block;
  }
.videoadd-table{
  width:100%;
}










/* card */
.card{
  padding: 0px 0px;
  border-radius: 0.5rem;
  background-color: var(--keycolor-basetri);
  /* box-shadow: 3px 3px 5px #cccccc5c; */
  margin: 5px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0px;
  overflow: hidden;
  border: 1px solid #ccc;
}
.card .row{
  display: flex;
  gap: 5px;
  padding: 10px 5px 10px;
  /* height: 130px; */
}
.card_mid{
  width:100%;
}
.card_right{
  width:calc( 50% );
}
.card_title{
	padding: 10px 0px;
}
.card_textarea {
  text-align: left;
  width:100%;
  font-size:1.1rem;
  padding: 5px;
  background-color: #fff;
}
.tham_streamer{
  width:60px;
  height:60px;
}
.card .card_streamer_main{
  height: 120px;
}
.card_ex{
      background-color: var(--keycolor-choco-secondary);
  text-align: right;
  padding: 0px 0px 0px;
  margin: 0 0 0px;
  display: flex;
  align-items: self-end;
  justify-content: flex-end;
  gap: 5px;
}
.bt_conf{
    color: #fff;
    font-size: 1.4rem;
    padding: 8px 14px;
    width: 100%;
}
.streamer_name{
    font-size: 1.8rem;
    line-height: 1.1;
    padding: 5px 2px;
  overflow-x: auto;
}


.table_link{
  width:100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  border-top: dashed 1px #ccc;
  padding: 20px 0 6px;
  position: relative;
}
.table_link::after{
    position: absolute;
    top: 2px;
    left: 0px;
    content: 'CHANNEL / SNS';
    transform: rotate(0deg);
    width: 100px;
    font-size:1.1rem;
    text-align: center;
    color: #aaa;
}
.table_link i{
	font-size:1.8rem
}
.table_link .ch{

}
.table_link .ch a{
  display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	width:32px;
	text-align: center;
	vertical-align: top;
  font-size:1.0rem;
  text-wrap: wrap;
	max-width: 32px;
  overflow: hidden;

}
.fa-youtube{
	color:red;
}
.fa-youtube.type_1{
	color:rgb(255, 123, 0);
}
.fa-youtube.type_2{
	color:rgb(114, 108, 108);
}


.fa-twitch{
	color:#a970ff;
}
.openrec{
 color:#ff8300;
}
.table_link .fa-x-twitter{
  margin:2px 0 0;
	font-size:1.6rem;
	color:#000000;
}
.table_tag{
    color: #aaa;
    padding: 20px 8px 6px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 1.1rem;
    letter-spacing: -0.5px;
    border-top: dashed 1px #ccc;
    position: relative;
}
.table_tag::after{
    position: absolute;
    top: 2px;
    left: -5px;
    content: 'X tags';
    transform: rotate(0deg);
    width: 55px;
    text-align: center;
    color: #aaa;
}
.table_tag a{
  color:#4f9dda;
}
.birthday{
    color: #aaa;
    padding: 20px 8px 6px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 1.1rem;
    letter-spacing: -0.5px;
    border-top: dashed 1px #ccc;
    position: relative;
}
.birthday::after{
    position: absolute;
    top: 2px;
    left: 5px;
    content: 'Birhday/Anniversary';
    transform: rotate(0deg);
    width: 55px;
    text-align: center;
    color: #aaa;
}
.menber_tag{
  width:100%;
  margin:5px 0;
  overflow-y: auto;
  max-height: 66px;
  font-size:1.2rem;
}
.ch_id{
  padding:0 5px;
  font-size:1.1rem;
}
.card_comment{
  min-height:30px;
  border:1px solid #e3e3e3;
  border-radius: 5px;
  padding:5px;
  margin:0 0 5px;
  font-size:1.2rem;
  background-color: #f9f9f9;
}

.tag-ev{
    display: inline-block;
    color: #FFFFFF;
    background-color: var(--keycolor-ny-blue);
    margin: 2px;
    padding: 5px 10px;
    border-radius: 2px;
    font-size: 1.3rem;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.tag-gr{
  display: inline-block;
  color: #ffffff;
  background-color: var(--keycolor-secondary);
  margin: 2px;
  padding: 5px 10px 5px 7px;
  border-radius: 16px;
  font-size: 0.9em;
  line-height: 1;
}

/* video card */
.v_card{
  margin: 0;
	padding:0;
	border-radius: 0.5rem;
  background-color: #fff;
	/* box-shadow: 0 5px 5px #ccc; */
  border:1px solid #ccc;
  width: 290px;
  display: flex;
  flex-direction: column;
  place-self: flex-start;
  overflow: hidden;
}
.card_grid{
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr 1fr;
  max-width:calc(290px * 3 + 20px) ;
  width: 96%;
  margin: 20px auto 50px;
}

.v_id{
  font-size:1.1rem;
}
.v_card .row{
  background-color: #fff;
  display: flex;
  gap:10px;
  padding: 10px 10px;
}
.v_tham{
  margin:0 0 5px 0;
  padding:0;
  width:90px;
  height: 52px;
  position: relative;
}
.vimg{
  position: absolute;
  top:0;
  z-index: 1;
  border-radius: 5px;  
  width: 90px;
  height: 52px;
  object-fit: cover;
}

.v_info{
  width:calc(100% - 90px);
}
.v_title{
  background-color: #fff;
    padding: 0px 10px;
    font-size: 1.3rem;
    height: 65px;
    width: 100%;
    /* white-space: nowrap; */
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
}
.v_streamer{
  display: flex;
  font-size:1.2rem
}
.streamerico{
  width: 24px;
  height: 24px;
  border-radius: 20px;
  margin-right:5px
}
.v_tag_main{
  color: var(--keycolor-choco);
  margin: 0px 0;
  padding: 15px 15px 5px;
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.6rem;
  border-radius: 3px 3px 0 0;
}
.v_tag_sub_wrap{
  padding:5px 15px;
  margin:0;
  height: 38px;
}
.v_tag_sub{
  color: #fff;
  margin: 0px 0;
  padding: 0px 0px 0px;
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.6rem;
  border-radius: 0;
  display: flex;
  overflow-x: auto;
  gap: 2px;
}
.subtag{
  display: inline-block;
 text-align: center;
background-color: var(--keycolor-ny-orange);
    color: #ffffff;
 border-radius: 3px;
 font-size:1.2rem;
 padding:2px 5px;
 margin: 2px 0;
 text-wrap: nowrap;
}
.v_flg{
  display: inline-block;
  text-align: center;
  background-color: #e9b7b7;
  color:#bc2a5b;
  border-radius: 3px;
  font-size:1.2rem;
  padding:2px 5px;
}
.cattag{
  display: inline-block;
  text-align: center;
  background-color: #345c8d47;
  color: var(--keycolor-base);
  border-radius: 3px;
  font-size: 1.2rem;
  padding: 2px 5px;
  margin: 2px 0;
  flex-shrink: 0;
 }
.v_date{
  padding: 0px 0px;
  font-size:1.2rem;
}
.view_on_youtube{
  background-color: #fff;
  padding: 10px 5px 15px 5px;
  text-align: right;
}
.view_on_youtube a{
font-size: 1.4rem;
    background-color: var(--keycolor-ny-orange);
    color: #fff;
    padding: 5px;
    border-radius: 5px;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-thumb {
  background: #aaaaaaaa; /* ツマミの色 */
  border-radius: 5px; /* ツマミ両端の丸み */
}
 
::-webkit-scrollbar-track {
  background: #aaaaaa47;
  border-radius: 5px; /* トラック両端の丸み */
}


/* calendar */

.calendar,.calendar_add{
width: 96%;
    margin: 20px auto 50px;
    border-collapse: collapse;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.calendar_add{
  margin:10px 0 0px;
}

.bt-year{
    width:150px;
    background-color: var(--keycolor-choco);
    padding: 5px 0px;
    display: inline-block;
    margin: 2px;
    border-radius: 7px;
    text-align: center;
    opacity: 0.6;
}
.bt-year.selected{
    opacity: 1;   
}

.cal_streamerico{
  width:14px;
  height:14px;
  border-radius: 20px;
  margin-right: 1px;  
}


.calender_item{
display: block;
    width: 100%;
    border: 1px solid var(--base-color-grayscale-50);
    padding: 0px 0px;
    font-size: 1.2rem;
    border-radius: 5px;
    overflow: hidden;
}
.c_item_inner{
  margin-left: 30px;
}
.c_date_wrap{
  background-color: #fff;
  padding: 5px 10px 0px;
  border-bottom: 1px dashed #ccc;
  font-weight: bold;
  color: var(--keycolor-primary);
}
.c_title_wrap{
    background-color: #fff;
    padding: 2px 10px;
}
.calendar .zero .c_date_wrap,.calendar .zero .c_title {
  color:#aaa;
}
.calendar .th_c_date{
  width:100px;
}
.calendar .c_title{
  font-size: 1.6rem;
    font-weight: bold;
    color: var(--keycolor-primary);
}
.calendar .th_c_flg{
  width:60px;
}
.c_month_row{
margin-top: 10px;
    line-height: 1;
    font-size: 1.4rem;
    color: var(--keycolor-choco-secondary);
}
.calendar .bt-tag{
color: #aaa;
    background-color: #fff;
    border-radius: 5px;
    padding: 2px 7px;
    margin: 1px;
    font-size: 1.1rem;
    font-weight: normal;
    line-height: 1.2;
    display: inline-block;
    border: 1px solid #ddd;
}
.calendar a.bt-tag{
  color:#00afdb;
}

.calendar_add_form{
  margin:0px 0;
}
.calendar_add_form:last-of-type{
  margin:0px 0 50px;
}


.calendar_add_form input[type="text"]{
  background-color: #fff;
  font-size: 1.4rem;
  padding: 6px;
  margin:5px -2px;
  width:calc((100% - 392px) / 3);
}
.calendar_add_form input[type="text"]::placeholder{
  color:#aaa;
}
.calendar_add_form input[name="c_date"]{
  max-width:100px;
}
.calendar_add_form input[name="c_date_end"]{
  max-width:100px;
}
.calendar_add_form input[name="c_flg"]{
  max-width:60px;
}
.calendar_add_form input[name="color"]{
  max-width:60px;
}
.calendar_add_form input[type="submit"]{
  width: 60px;
  padding: 1px;
  margin: 0px 0 0;
  font-size: 1.4rem;
  line-height: 1.8;
}

.color_red{
  background-color: #fbd9d9;
}
.color_blue{
  background-color: #d7e0ff;
  }
.color_blue2{
  background-color: #d0ecff;
  }  
.color_yellow{
   background-color: #f4fbd1;
  }
.color_yellow2{
  background-color: #f7fae6;
  }  
.color_orange{
   background-color: #f9efdf;
  }
.color_orange2{
  background-color: #f5dcc9;
  }  
.color_green{
  background-color: #e5f5e1;
}
.color_green2{
  background-color: #e0e5d4;
}
.color_sky{
  background-color: #dee9e9;
}
.color_sky2{
  background-color: #d6e9e6;
}  
.color_purple{
  background-color: #e6cdf5;
} 
.color_glay{
  background-color: #f1f1f1;
}
.color_stripe1{
  background-size: auto auto;
background-color: rgba(236, 232, 236, 1);
background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 243, 243, 1) 10px, rgba(255, 243, 243, 1) 20px );
} 


/* streamervideo */
.streamer_info_sidecard{
  width: 98%;
    padding: 10px 10px;
    background-color: #fff;
    border-radius: 5px;
    margin: 5px 0;
}
.streamer_info_sidecard .v_streamer{
  display: flex;
  align-items: center;
}
.streamer_info_sidecard .v_streamer .streamer_name{
  font-size:1.6rem;
}
.streamer_info_sidecard .streamerico{
    width: 60px;
    height: 60px;
    border-radius: 30px;
    margin-right: 5px;
}
.streamer_info_sidecard .channel_wrap{
  display: flex;
  justify-content: center;
  font-size: 2.1rem;
  gap: 10px
}
.streamer_info_sidecard .x_account_wrap{
  display: flex;
  justify-content: center;
  font-size: 1.8rem;
  gap: 10px
}
.streamer_info_sidecard .x_account_wrap a{
  color:#333;
  font-size: 1.4rem;
}
.x-under{
  font-size:0.9rem;
}


/* video */
main.video .container{
  /* width:600px; */
  margin: 0 0;
  padding: 0 0 20px;
}
.video_info{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 560px;
    margin: 0 auto;
}

.video_info .channel_info{
  width: 560px;
  padding:5px 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  
  flex-direction: row;
  background-color: #fff;
}
.video_info .view_on_youtube{
  width: 560px;
  padding:5px 10px;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  font-size: 1.2rem;
}
.channelico{
  width:40px;
  height:40px;
  border-radius: 20px;
  margin-right:10px;
}

.video_embed_wrap{
  width:560px; 
  height:315px; 
  background-color:#ccc;
  margin:20px auto 0;
}

.event_info{
  position: relative;
    width: 560px;
    margin: 20px auto 10px;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    font-size: 1.4rem;
    background: var(--keycolor-base);
        border-radius: 5px;
    overflow: hidden;
}
.event_info_header{
  width: 100%;
    padding: 10px;
}
.join_member_title,.category_title,.date_info_title{
    /* width: 560px; */
    margin: 10px auto 5px;
    text-align: left;
    font-size:1.1rem;
  }
.join_member_wrap,.category_wrap,.date_info{
    /* width: 560px; */
    margin:0 auto;
    padding: 0 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.join_member{
    max-width: 60px;
    min-width: 60px;
    height: 66px;
    display: flex;
    flex-direction: column;
    font-size: 0.9rem;
    line-height: 1;
    justify-content: flex-start;
    align-items: center;
    gap: 2px;
    /* white-space: nowrap; */
    overflow: hidden;
    text-overflow: ellipsis;
}

.other_videos_title{
  padding: 5px 0;
  margin: 30px auto 0px;
  background: #fff;
  width: 560px;
}
.other_videos{
    display: flex;
    overflow-x: scroll;
    width: calc(100% - 40px);
    margin: 0 auto;
    gap: 5px;
    width: 560px;
}
.other_video_card{
  width:150px;
  font-size:1.1rem;
  display: flex;
  flex-direction: column;
}


/* mainguide */
.mainguide{
  width: 96%;
    margin: 20px auto 50px;
}
.mainguide .event_info_innav {
    background-color: #fff;
    font-size: 1.2rem;
    margin: 10px 0;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #ccc;
}
.mainguide .event_info_header {
font-size:1.6rem;
}
.mainguide .event_info_innav .event_info_p {
    color: #333;
    padding: 0px 10px;
    font-size: 1.4rem;
    border-top: 1px dashed #ccc;
}

.mainguide .name_tag{
display: inline-flex;
    margin: 2px 2px;
    padding: 2px 9px;
    border: 1px solid #ccc;
    border-radius: 14px;
    font-size: 1.2rem;
    line-height: 1;
    align-items: center;
}
.mainguide .cal_streamerico {
    width: 14px;
    height: 14px;
    border-radius: 20px;
    margin-right: 1px;
}

/* index */
.main-index{
  width:100%;
  min-height: 100vh;
background-color: var(--keycolor-choco);
color:#fff;
background-color: #ffffff;
background-image: repeating-linear-gradient(90deg, hsla(196,0%,79%,0.06) 0px, hsla(196,0%,79%,0.06) 1px,transparent 1px, transparent 96px),repeating-linear-gradient(0deg, hsla(196,0%,79%,0.06) 0px, hsla(196,0%,79%,0.06) 1px,transparent 1px, transparent 96px),repeating-linear-gradient(0deg, hsla(196,0%,79%,0.09) 0px, hsla(196,0%,79%,0.09) 1px,transparent 1px, transparent 12px),repeating-linear-gradient(90deg, hsla(196,0%,79%,0.09) 0px, hsla(196,0%,79%,0.09) 1px,transparent 1px, transparent 12px),linear-gradient(90deg, rgb(255,255,255),rgb(255,255,255));
font-size:1.4rem;
}

.logo_wrap{
  background-color: #B5A9AB;
  padding:20px;
  text-align: center;
}
.logo_wrap div{
    width: 700px;
    margin: 0 auto;
    text-align: left;
}
.logo_wrap img{
  height:150px;
  width:auto;
}
.menu_wrap{
  min-width: 700px;
  padding: 20px;
  display:flex;
  justify-content: center;
  align-items: center;
  gap:10px;
  background-color: var(--keycolor-tertiary);
}
.menu_wrap a{
    width: 150px;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 2px solid #fff;
    padding: 18px;
    background-color: var(--keycolor-choco-secondary);
    color: #fff;
}
.menu_wrap a img{
  margin-bottom:5px;
}
#about{
    width: 700px;
    padding: 20px;
    margin:0 auto;
    color:#917471;
}




/* 404 */
.wrap404, .wrap404 h1{
  background-color:var(--keycolor-choco);
  color:#fff;
  text-align: center;
  padding:20px 0;
}
.wrap404 h1{
  background-color:var(--keycolor-choco);
  color:#fff;
  text-align: center;
}
