@charset "utf-8";


body {

color: #5c514a;
letter-spacing: .05em;
font-family:Zen Maru Gothic;

}

a {

  transition: opacity .3s;
  text-decoration: none;
  color: #1ca9e3;

}

img {

  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border-style: none;

}

.pc-only {
  display: block;
}


.sp-only {

  display: none;

}

.zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-maru-gothic-medium {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
}



      /*必要？*/

  :root {

      /* font-size設定 */
      --f64: clamp(2rem, 5vw, 4rem);
      /*1280px以上は64pt、640px以下は32px、その間は可変*/
      --f36: clamp(1.13rem, 2.81vw, 2.25rem);
      /*1280px以上は36pt、640px以下は18px、その間は可変*/
      --f24: clamp(0.9rem, 1.875vw, 1.5rem);
      /*1280px以上は24pt、640px以下は14.4px、その間は可変*/
      --f20: clamp(0.75rem, 1.563vw, 1.25rem);
      /*1280px以上は20pt、640px以下は12px、その間は可変*/
      --f16: clamp(0.625rem, 1.25vw, 1rem);
      /*1280px以上は16pt、640px以下は10x、その間は可変*/
      --f14: clamp(0.625rem, 1.09vw, 0.875rem);
      /*1280px以上は14pt、640px以下は10x、その間は可変*/
      --f12: clamp(0.56rem, 0.94vw, 0.75rem);
      /*1280px以上は14pt、640px以下は9x、その間は可変*/
    }

    .f64 {
      font-size: var(--f64);
      /*フォントサイズの変数を割り当て*/
    }

    .f36 {
      font-size: var(--f36);
    }

    .f24 {
      font-size: var(--f24);
    }

    .f20 {
      font-size: var(--f20);
    }

    .f16 {
      font-size: var(--f16);
    }

    .f14 {
      font-size: var(--f14);
    }

    .f12 {
      font-size: var(--f12);
    }

      /*必要？*/
/*--------------------------------

 レイアウト

---------------------------------*/

.wrapper {
  padding-top: 73px;
}


.section {
  padding: 5px 0;
}

.section:nth-of-type(odd) {
  background-color: #f7f7f7;
}

.container {

  max-width: 1000px;
  margin: 0 auto;
  padding: 0 40px;

}


/*--------------------------------

 メイン画像

---------------------------------*/

/****************/
/*        TOP           */
/***************/

.top {

  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding:  0 10%;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}

.top h1 {
max-width:700px;
margin:30px auto 60px;



}


.top p {
  color:black;
  text-align: left;
  font-size: 17px;
  margin: 20px 30px;
  opacity: 0.8;
}


.title_bg {
  position: relative;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 20px;
    max-width: 900px;
  margin: 50px 20px;
  padding: 1px 0;
  z-index: 1;
}

/* Background Images */

.bg-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
 z-index:0;
}

.bg-image {

  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.bg-image1 {
  background-image: url(../images/pink-heart.webp);
}





/*--------------------------------

 見出し

---------------------------------*/

.title {

  font-size: 34px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 40px;
  text-align: center;
  letter-spacing: .05em;
  color: #333;

}

.lead {

  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;

}




/*--------------------------------

 Works

---------------------------------*/

.works-list {

  display: flex;
  flex-wrap: wrap;
  margin-bottom: -40px;

}

.works-item {

  width: 31.74603%;
  margin-right: 1.58730%;
  margin-bottom: 40px;
  color: #333;

}

.works-item:hover {
  opacity: .9;
}

.works-item:nth-of-type(3n) {
  margin-right: 0;
}

.works-img img {
  border: 1px solid #e6e6e6;


}

.works-name {
  font-size: 12px;
  font-weight: bold;
  margin-top: 8px;
}

.works-info {
  font-size: 10px;
  margin-top: 5px;
}



/*--------------------------------

 下層：artwork個別ページ

---------------------------------*/

.artwork {
  padding: 80px 0;
}

.artwork-container {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}

.artwork-title {
  margin-top: 50px;
  margin-bottom: 20px;
  text-align: center;
  color: #736357;/*--作品タイトルの色--*/

}

.artwork-body {
  max-width: 720px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;

}

.artwork-body h3 {
  position: relative;
  font-size: 18px;
  margin-bottom: 5px;
  padding-left: 1em;
}

.artwork-body h3:not(:first-child) {
  margin-top: 50px;
}


.article-body h3::before {

  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  content: "";
  border-radius: 3px;
  background-color: #333;

}


.artwork-body p {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 30px;
    text-align:center;
}


  /* 下層ページのボタン */

.home-link {
  text-align: center;
}

.banner_area {
    	background-color:#fffdf3;/*背景色　ライトイエロー*/
}

.banner_container {
  max-width: 800px;
  margin:0 auto;
  padding: 15px 20px;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
}

figcaption {
 font-size:14px;
}

.upper-btn-flat-border {
font-size:20px;
  display: inline-block;
  padding: 0.1em 0.2em;
  text-decoration: none;
  color: #a8a8a8;
  border: solid 1px #fff;
  border-radius: 6px;
  transition: .4s;
}

.upper-btn-flat-border:hover {
  background: #cccccc;
  color: white;
}


.btn-flat-border {
  display: inline-block;
  padding: 0.2em 0.5em;  
text-decoration: none;
  color: #93877d;
  border: solid 2px #93877d;
  border-radius: 6px;
  transition: .4s;
}

.btn-flat-border:hover {
  background: #93877d;
  color: white;
}

/*media Queries 767

----------------------------------------------------*/

@media screen and (max-width: 767px) {

  body {
    font-size: 17px;
  }

  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }

  /* 見出し */

  .title {
    font-size: 26px;
    margin-bottom: 20px;
  }


.title_bg {
  margin: 30px 20px;
}

  .top {
    padding: 30px 0 40px 0;
  }


  .top p {
    margin: 10px;
font-size:18px;
  }

.top h1 {

margin:30px auto 40px;



}



  .lead {

    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 20px;

  }

  /* レイアウト */

  .wrapper {
    padding-top: 57px;
  }

  .section {
    padding: 30px 0;
  }

  .container {
    padding: 0 20px;
  }

  /* ヘッダー */

  .header .container {
    padding: 15px;
  }

  .header-logo {
    font-size: 15px;
    margin-right: 15px;
  }

  .gnav-item:not(:last-child) {
    margin-right: 10px;
  }

  .gnav-item a {
    font-size: 10px;
  }

  .gnav-item a:after {
    display: none;
  }

  /* Works */

  .works-name {
    font-size: 12px;
  }

  .works-info {
    margin-top: 3px;
  }


  .works-list {
    justify-content: space-between;
  }


  .works-item {
    flex: 0 0 48%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  /* 下層ページ */

  .artwork-body p {

    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 20px;
	text-align:center;
  }

.btn-flat-border {
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #93877d;
  border: solid 2px #93877d;
  border-radius: 6px;
  transition: .4s;
}

.btn-flat-border:hover {
  background: #93877d;
  color: white;
}


}

