@charset "UTF-8";
/* Body */
body {
  font: 16px/1.4 'Kosugi Maru', sans-serif;
  font-feature-settings: "palt" 1;
  background-image: url("../../img/bg_pattern_wall_01.jpg");
  background-color: #FFE680;
  color: #333;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

a{
  text-decoration: underline;
  color: #f90;
}
a:hover{
  color: #FFBB00;
}

p, dl {
  line-height: 2;
}

br.br_none {
  display: none;
}

img {
  max-width: 100%;
}


h2,h3,h4,h5,h6{
  font-family:'Patua One';
}

h2 {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
}

h3 {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  margin: 2rem 0 1rem 0;
}

/* Navigation */
header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 5%;
  background-color: #FF9C48;
  border-bottom: 1px solid #2C9AB7;
}

footer {
  background-color: #FF9900;
  text-align: center;
  padding: 1rem;
}

/*---------------------------*/
/*コンテンツ*/
/*---------------------------*/
#home,
#news,
#Shop,
#works,
#service,
#about,
#contact,
#contact_01 {
  padding: 5rem 1rem;
  min-height: 100vh;
}


.contents{
max-width: 900px;
margin: 0 auto;
width: 88%;
}

/*---------------------------*/
/*home*/
/*---------------------------*/
#home {
  padding-left: 1rem;
  padding-right: 1rem;
}
#Shop .contents{
  display: block;
}
/*---------------------------*/
/*news*/
/*---------------------------*/
#news {
  background-color: #FFF;
}

#news ul {
  background-color: #F3F3F3;
  border-radius: 10px;
  padding: 1rem 2rem;
}
.news_item {
  background:#FFBB00;
  border-radius: 14px;
  color: #FFF;
  font-size: 0.8rem;
  width: 8em;
  /* 親要素の文字サイズを基準 */
  text-align: center;
}

.news_list {
  height: 70vh;
  overflow-y: scroll;
  scrollbar-color: #FFBB00 #e0e0e0;
  scrollbar-width: auto;
  word-break: break-all;
}

.news_list time {
  font-size: 0.9rem;
  color: #8b9399;
  display: block;
  margin: 0.6rem 0 0.3rem 0;
  letter-spacing: 0.1rem;
}

#news li:not(:last-of-type){
  border-bottom: solid 1px #D8D8D8;
}

#news li{
  padding: 1rem 0;
}


#news li:not(:first-of-type){
  margin: 0;
}

#news .news_txt{
  line-height: 1.7;
}

/*---------------------------*/
/*Shop*/
/*---------------------------*/
#Shop {
  background-color:#F3F3F3;
}
/*---------------------------*/
/*works*/
/*---------------------------*/
#works {
  background-image: url("../../img/bg_pattern_wall_02.jpg");
  background-color: #FFF;
  padding-left: 0;
  padding-right: 0;
}

/*---------------------------*/
/*service*/
/*---------------------------*/
#service {
  background-color: #90BBFF;
}

/*---------------------------*/
/*about*/
/*---------------------------*/
#about {
  background-color: #E8FBD2;
  background-image: radial-gradient(#dcf2c9 20%, transparent 20%), radial-gradient(#dcf2c9 20%, transparent 20%);
  background-size: 60px 60px;
  background-position: 0px 0, 30px 30px;
}


/*---------------------------*/
/*contact*/
/*---------------------------*/
#contact {
  background-image: url("../../img/bg_pattern_wall_03.jpg");
  background-color: #e4f9f9;
}

#contact_01 {
  background-color: #EAAFCC;
}

.contact_txt {
  text-align:justify;
  word-break:break-all; 
  text-justify:inter-ideograph;
  text-justify:inter-character;
  word-wrap:break-word;
  overflow-wrap:break-word;
}


.contact_txt br {
  display: none;
}

/*メインイメージ*/
.home_box {
  display: flex;
  justify-content: center;
  align-items: center;
}

#home .logo {
  max-width: 85%;
  margin: 0 auto;
  padding: 0 0 3rem 0;
}

#home .mascot {
  max-width: 85%;
  margin: 0 auto;
}

.ttl {
  text-align: center;
  margin: 0 auto;
  padding: 0 0 3rem 0;
}

/*about*/
.about_text {
  margin: 0 auto 5rem;
  text-align: left;
  text-justify: auto;
}

.about_text dt {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}

.about_text br {
  display: none;
}

.img_about {
  max-width: 75%;
  margin: 0 auto;
  padding: 3rem 0 2rem 0;
}

/*メニューボタン*/
#top_menu_wrapper {
  position: fixed;
  width: 100%;
  z-index: 100;
  top: -100vh;
  transition-duration: 0.5s;
}

.menu_open {
  overflow: hidden;
}

.menu_open #top_menu_wrapper {
  top: 0;
}

/* ---- メニューリスト ---- */
#top_menu_wrapper:after,
.bt_menu_open {
  overflow: hidden;
  width: 130px;
  height: 55px;
  border-radius: 0px 0px 10px 10px;
  text-align: center;
  position: absolute;
  bottom: -60px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #F90;
  padding: 0.3rem 0 3rem 0;
}

#top_menu_wrapper:after {
  content: " ";
  display: block;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  bottom: -40px;
}

#top_menu {
  font-family:'Patua One';
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: #F90 solid 20px;
  box-sizing: content-box;
}

#top_menu .top_menu--list {
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  height: calc(100vh - 50px);
  padding: 5rem 0 5rem 0;
  box-sizing: border-box;
  display: none;
}

.menu_open #top_menu .top_menu--list {
  display: flex;
}

#top_menu .top_menu--item a {
  text-decoration: underline;
  color: #000000;
  font-size: 2rem;
}

#top_menu .top_menu--item a:hover {
  color: #666666;
}


.bt_menu_open:focus span,.bt_menu_open:focus::after,
.bt_menu_open:hover span,.bt_menu_open:hover::after,
.bt_menu_close:focus span,.bt_menu_close:focus::after,
.bt_menu_close:hover span,.bt_menu_close:hover::after 
{
  opacity: 0.6;
}
/* 矢印：メニューボタンOPEN */
.bt_menu_open:after {
  content: "";
  display: block;
  background-image: url("../img/ico_arrow_01.svg");
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  height: 14px;
  position: absolute;
  width: 100%;
  bottom: 0.5rem;
}



/* ---- メニューボタンCLOSE ---- */
.bt_menu_close {
  width: 130px;
  height: 50px;
  border-radius: 0 0 10px 10px;
  background-color: #099;
  text-align: center;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  margin: auto;
  color: #FFF;
  padding: 0.3rem 0 3rem 0;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}

/* 矢印：メニューボタンOPEN */
.bt_menu_close:after {
  content: "";
  display: block;
  background-image: url("../img/ico_x.svg");
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  height: 14px;
  position: absolute;
  width: 100%;
  bottom: 0.7rem;
}

/* Grid styles 画像の一覧 -------------------------------------------------*/
.cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-gap: 30px;
}

.leading {
  height: 240px;
  margin-bottom: 30px;
  padding: 30px;
  color: white;
  background: url("https://cdn.glitch.com/a5121e34-96b3-4a70-8227-040c51e64fae%2Fmascot.jpg?1509635989509") center #333 no-repeat;
  background-size: cover;
  color: #FFF;
  text-shadow: 0px 0px 5px #000;
}

.leading-bigtext {
  margin-right: 60px;
  font-weight: bold;
  font-size: 24vw;
}

@media (min-width: 700px) {
  .leading-bigtext {
    font-size: 140px;
  }
}
.leading-text {
  max-width: 900px;
  font-size: 1.2em;
  line-height: 1.4em;
}

.cards {
  max-width: 85%;
  margin: 0 auto 30px;
}

article {
  position: relative;
  box-shadow: 0px 8px 17px -6px rgba(0, 0, 0, 0.3);
}

.article-img {
  width: 100%;
  object-fit: cover;
  display: block;
}

.article-title {
  bottom: 0;
  width: 100%;
  padding: 10px;
  background-color: #e3e1d6;
}

.bt_twitter {
  width: 60%;
  margin: 2rem auto 2rem;
}

/*---- TOPへ戻るボタン ----------------*/
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 1rem;
  bottom: -56px;
  background: #FF9900;
  opacity: 0.8;
  border-radius: 50%;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}

#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}

#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 6px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/*---- レインボーだばしくん ----------------*/
.boxmascot {
  position: static;
  background-image: url(../img/dabashi/anime_dabashi.svg);
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  padding-bottom: 100%;
}

/* 2匹全体に虹色のフィルターを適用 */
.mascots {
  position: relative;
  animation: 2s ease-in-out infinite party;
  margin: 0 auto;
  max-width: 200px;
}

/* 手前のだばしくんにブラーフィルターを適用し、乗算で合成 */
.mascot2 {
  mix-blend-mode: multiply;
  animation: 2s ease-in-out alternate-reverse infinite beat;
  position: absolute;
  top: 0;
}

@keyframes beat {
  from {
    filter: blur(5px) brightness(1);
  }
  to {
    transform: scale(1.2);
    filter: blur(30px) brightness(1.6);
  }
}
@keyframes party {
  to {
    filter: hue-rotate(360deg);
  }
}
