@charset "Shift_JIS";

html{
  font-size; 62.5%;
}

*, *::before, *::after{
 box-sizing: border-box;
}

body{
  background: #60afd7 url('./images/bg.jpg') no-repeat fixed left bottom;
  background-size: cover;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  font-family: 'Volkhov',  "Hiragino Kaku Gothic ProN", Meiryo, Sans-serif;
}

.header{
  padding: 170px 30px 80px;
}

A:link {
  color:#0F0A1E;
  text-decoration:none;
}
A:visited {
  color:#0F0A1E;
  text-decoration:none;
}
A:active {
  color:#0F0A1E;
  text-decoration:none;
}
A:hover{
  color:#999999;
  position:relative;
  top:1px;
  left:1px;
}

a.navi{
  text-decoration: none;
  color: #FFFFFF;
}  /* ナビのリンクを白色に変更 */

a.navi:hover{
  text-decoration: none;
  color: #999999;
  position:relative;
  top:0px;
  left:0px;
}

ol,
ul {
  list-style: none;
} /* リストのんすたいる */

@media screen and (max-width: 575px) {
  ul.illust {
    width: 100%;
  }
  ul.illust li {
    height: 80px;
    width: 32%;
  }
}

ul.link01 {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
          justify-content: flex-start;
  margin: 10px 0;
}

ul.link01 li:not(:last-of-type):after {
  content: '/';
  padding-right: 8px;
  padding-left: 8px;
}

ul.link01.center {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto;
}

ul.link02 {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

ul.link02 li {
  display: -webkit-box;
  display: flex;
  margin-right: 8px;
}

ul.link02 li a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}




/* ----------------------
　　　　サブタイトル周り
　---------------------- */

.site-title-sub{
 margin:0 0 30px;
 letter-spacing: 1px;
 font-size: 1.6rem;
}

.site-title-sub::before,
.site-title-sub::after{
  content: '';
  display: inline-block;
  width: 140px;
  height: 2px;
  margin: 0 30px;
  background-color: #fff;
  vertical-align: middle;
}


/* ----------------------
　　　　サイトタイトル周り
　---------------------- */

.site-title{
  margin: 50px 0 40px;
  font-size 7.6rem;
}

/* ----------------------
　　　　record更新履歴周り
　---------------------- */

.record{
  margin-bottom 50px;
  color: #333;
  font-size: 1.2rem;
  text-align: left;
}


/* ----------------------
　　　　about周り
　---------------------- */

.about{
  padding: 80px 30px;
  background-color: #fff;
  color: #333;
}


/* ----------------------
　　　　見出し
　---------------------- */

.heading {
  position: relative;
  display: inline-block;
  margin: 30px 0 15px;
  padding-bottom: 15px;
  letter-spacing: 2px;
  font-size: 2.8rem;
}

.heading::before,
.heading::after{
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  border-bottom: 0px solid #999;
}


/* 見出し */

h3{
  font-size:1.2rem;
  margin:26px 0px 15px 1px;
  padding:5px 0px 0px 24px;
  background : url(i_kira.gif);
  background-position: 0% 50%;
  background-repeat : no-repeat;
  letter-spacing:3px;
  border-bottom:1px solid #666666;
}
h3:first-letter{
  color:#0066cc;
}
h4{
  margin:5px 0px 20px 0px;
  padding:0px 10px;
  font-size:100%;
  font-family:meiryo,Tahoma,verdana,'ms ui gothic','ＭＳ Ｐゴシック',osaka;
  font-weight:normal;
  letter-spacing:3px;
  border-left:3px solid #333333;
}
h5{
  margin:15px 0px 5px 0px;
  padding:0px 0px;
  font-size:100%;
  font-weight:bold;
}
h6{
  margin:15px 0px 5px 0px;
  padding:0px 0px;
  font-size:100%;
  font-weight: none;
}


/* ----------------------
　　　　ボタン周り
　---------------------- */

.button {
  display: inline-block;
  width: 200px;
  padding: 20px;
  border-radius: 4px;
  background-color: #afa58d;
  color: #fff;
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 1.2rem;
}
.button:hover {
  opacity: 0.9;
}
.button-showy {
  background-color: #D29E04;
}
.button-ghost {
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

a.button-ghost{
  text-decoration: none;
  color: #FFFFFF;
}  /* ボタンのリンクを白色に変更 */


 /* ボタン2 */
.button2{
  display: inline-block;
  padding: 3px;
  border-radius: 5px;
  background-color: #afa58d;
  color: #00a497;
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 1.2rem;
}
.button2:hover {
  opacity: 0.9;
}
.button-showy {
  background-color: #D29E04;
}
.button-ghost2 {
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

a.button-ghost2{
  text-decoration: none;
  color: #FFFFFF;
}  /* ボタンのリンクを白色に変更 */



/* ----------------------
　　見出しの二重線位置調整
　---------------------- */

.heading::before{
  bottom: 5px;
}


/* ----------------------
　　テキスト・about周り
　---------------------- */
.t{
  margin: 30px 0;
  line-height: 1.8;
  font-size: 1.2rem;
}

.wrap{/* 外枠 */
  width: 100%;

  padding: 2em 4% 2rem 18%;/*内側余白 上下・左右*/
  text-align: left;
  border: 0px ;
  }
  
.main{
 width: 100%;
}
/* ----------------------
　　テキスト・story周り
　---------------------- */
.story{
  background-color: #383634;
  padding: 80px 0;
}

.story-wrapper{
  display: table;
  width: 100%;
  margin-top: 0px;
  table-layout: fixed;
}

.story-box{
  position: relative;
  display: table-cell;
}

.story-box::after{
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 50%;
  background: no-repeat;
  background-size: 100% 100%;
  opacity: 0.2;
  transform: scaleY(-1);
}

.story-box.empty::after{
 background-image: url('./images/img-Hiraeth-non.jpg');
}

.story-box.Twilght::after{
 background-image: url('./images/img-Twilght-non.jpg');
}

.story-box.tinybell::after{
 background-image: url('./images/img-tinybell-non.jpg');
}

.story-box.celeste::after{
 background-image: url('./images/img-celeste-non.jpg');
}

.story-box.wachhund::after{
 background-image: url('./images/img-wachhund-non.jpg');
}

.story-box.short::after{
 background-image: url('./images/img-sky.jpg');
}

.story-box:nth-child(odd) .image{
 margin: 60% 0 0;
 }
.story-box:nth-child(odd) .story-description,
.story-box:nth-child(odd)::after{
 top:0;
}

.image{
  display: block;
  width: 100%;
  margin: 0 0 60%;
}

.story-description{
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 50%;
  overflow-y: auto;
}

.story-description-innner{
  display: table;
  width:100%;
  height 100%;
  padding: 20px;
}

.story-text{
  display: table-cell;
  vertical-align: middle;
  font-size: 1.0rem;
  line-height: 2;
}

.story-text .button {
  width: 60%;
  margin-top: 20px;
  padding: 3px;
}



/* ----------------------
　　　　contact周り
　---------------------- */

.contact {
  padding: 80px 0 150px;
}
.contact-form {
  width: 50%;
  margin: 50px auto 0;
}

.contact-form input[type=text],
.contact-form textarea {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 15px;
  outline: none;
  border: 1px solid rgba(80, 80, 80, 0.4);
  border-radius: 0;
  background-color: rgba(80, 80, 80, 0.05);
  color: #808080;
}

.contact-form textarea{
  height: 150px;
}

.contact-form input[type=submit] {
  display: block;
  width: 200px;
  margin: 40px auto 0;
  padding: 15px;
  border: 1px solid rgba(80, 80, 80, 0.4);
  border-radius: 5px;
  background-color: transparent;
  color: rgba(80, 80, 80, 0.8);
  cursor: pointer;
}
.contact-form input[type=submit]:hover {
  background-color: rgba(255, 255, 255, 0.05);
}






/* ----------------------
  footer
　---------------------- */
.fotter{
  padding:12px 0;
  font-size 1.3rem;
}



/* ----------------------
  主なボタンやカードその他はpapier
　---------------------- */


/* ----------------------
　　　　スマートフォン
　---------------------- */
@media (max-width: 1024px) {
  body {
    background-image: none;
  }
}


@media (max-width: 768px) {
  body {
    font-size: 1.3rem;
  }


.site-title-sub::before,
.site-title-sub::after{
  display: block;
  width: 80%;
  margin: 10px auto;
}

.site-title-sub{
  font-size 1.7rem;
}

.site-title{
  margin-top: 35px;
  font-size: 2.5rem;
}

.header{
  padding-top: 60px;
}

.record{
  color: #FFF;
}

.button:horver{
  opacity: 1;
}

.heading{
  font-size: 2.5rem;
}


h3{
 font-size: 1.3rem;
}


body{
 font-size: 1.3rem;
}

.text{
 line-height: 1.8;
}

.story-wrapper,
.story-box{
  display: block;
}

.image{
  display: none;
}

.story-description{
  position: relative;
}

.story-box::after{
  top: 0;
  height: 100%;
  background-size: cover;
}

.contact-form {
  width: 80%;
}

.contact{
  padding-bottom: 80px
}

.contact-form textarea{
color: #fff;
}

TD,DIV{line-height:130%;
  font-size: 1.3rem;}

/
/* スマホ向けここまで */ }
