@charset "UTF-8";
/* -----------------------------------
Flexbox設定
----------------------------------- */
.footer-container,
.header-container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

.container {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}

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

.flex .col-2,
.flex .col-3 {
  width: 100%;
  margin-bottom: 20px;
}

.wrap {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.flex-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
}

.flex-center {
  -webkit-box-pack: center;
          justify-content: center;
}

.center {
  text-align: center;
}

@media (min-width: 768px) {
  .footer-container,
  .header-container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .flex {
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  .flex .col-2 {
    width: calc(50% - 15px);
  }
  .flex .col-3 {
    width: calc(33.33% - 15px);
  }
}

@media (min-width: 768px) and (max-width: 1029px) {
  .container,
  .footer-container,
  .header-container {
    max-width: 720px;
  }
}

@media (min-width: 1030px) {
  .container,
  .footer-container,
  .header-container {
    max-width: 960px;
  }
}

@media (min-width: 1240px) {
  .container,
  .footer-container,
  .header-container {
    max-width: 1000px;
  }
}

/* -----------------------------------
リセットCSS
基本的には触らないでください
----------------------------------- */
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

img {
  border: none;
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

ol,
ul {
  list-style: none;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
img,
p {
  margin: 0;
  padding: 0;
}

hr {
  border: none;
  height: 1px;
  background: #f1eded;
  margin: 2em auto;
  width: 100%;
}

a,
input,
textarea,
img {
  -webkit-transition: .3s;
  transition: .3s;
}

h1,
h2,
h3,
h4,
h5,
p {
  line-height: 1.6em;
}

/* -----------------------------------
ベース設定
----------------------------------- */
* {
  box-sizing: border-box;
}

body {
  /* ※001 - 背景色の変更↓ */
  background-color: #ffffff;
  /* ※002 - 文字色の変更↓ */
  color: #000000;
  /* ※003 - 基本フォントの変更↓ */
  font-family: YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  padding: 0;
  margin: 0;
  /* ※004 - 背景を画像で覆いたい場合
  background-image: url('../img/background.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  */
}



/* -----------------------------------
見出し、テキストなど
----------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
  line-height: 2em;
}

h1.center,
h2.center,
h3.center,
h4.center,
h5.center,
h6.center,
ol.center,
p.center,
ul.center {
  text-align: center;
}

p {
  margin: 0 auto 1em;
  font-size: 10px;
}

ol,
ul {
  font-size: 15px;
}



h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 3em auto 0.1em;
}

h1 {

  text-align: center;
  margin: 20px auto;
}



@media (min-width: 768px) {
  h2 {
    font-size: 20px;
    margin: 20px auto;
  }
}

h3 {
  font-size: 18px;
  position: relative;
  padding-left: 25px;
}

h3:before {
  content: '';
  display: block;
  position: absolute;
  height: 2px;
  width: 10px;
  background: #000000;
  margin: auto;
  top: 0.8em;
  left: 3px;
}

@media (min-width: 768px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 17px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 15px;
}

.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, transparent), color-stop(30%, #ffff00));
  background: linear-gradient(transparent 30%, #ffff00 30%);
  font-weight: bold;
}

/* -----------------------------------
リンク関係
----------------------------------- */
a {
  /* ※005 - リンク色↓ */
  color: #8dc21f;
}

a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  /* ※005 - リンクホバー色↓ */
  color: #000000;
}

a:hover img {
  opacity: 0.6;
}

a.btn {
  display: block;
  /* ※006 - リンクボタン色↓ */
  background: #000000;
  color: #ffffff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 150px;
  text-align: center;
  padding: 10px 30px;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 12px;
  border-radius: 30px;
}

a.btn.center {
  margin: 40px auto;
}

a.btn:hover {
  /* ※006 - リンクボタンホバー色↓ */
  background: #cccc;
}

/* -----------------------------------
ヘッダー
----------------------------------- */
header {
  position: relative;
  overflow: hidden;
  padding: 0;


}

@media (min-width: 1030px) {
  header {
    height: 80px;
  }
}

nav#globalnav {
  /* ※007 - メニューバーをスクロール追従したくない場合は、position: relative; に変更↓ */
  position: fixed;
  z-index: 20;
  top: 0;
  width: 100%;
  height: 60px;
}


nav#globalnav h1 {
  margin: 0;
  line-height: 60px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}



nav#globalnav h1 a {
  /* ※008 - ヘッダーバーサイトタイトル色↓ */
  color: #000000;
  display: block;
  padding: 0;
  font-size: 18px;
}

nav#globalnav h1 a:hover {
  /* ※008 - ヘッダーバーサイトタイトルホバー色↓ */
  color: #cccc;
}

nav#globalnav h1 a img {
  height: 40px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  top: 10px;
}

nav#globalnav ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

nav#globalnav ul li a {
  display: block;
  text-decoration: none;
  color: #000000;
  font-size: 10px;
}

nav#globalnav ul li a:hover {
  /* ※009 - ヘッダーバーメニューホバー色↓ */
  color: #cccc;
}



/* -----------------------------------
メイン部分
----------------------------------- */
main {
  margin: 0 auto;
  overflow: hidden;
}

section {
  border-top: 1px solid #e9e9e9;
  padding: 10px 16px;
}

section#main-visual {
  padding: 0;
}
/* -----------------------------------
メイン部分 padding 上　左右　下 空白の大きさ
----------------------------------- */
@media {
  section {
    padding: 20px 50px 80px;

  }
}


.container {
  background: #ffffff;
}

.two-column aside {
  border-top: 1px solid #e9e9e9;
  padding: 10px 16px;
}

@media (min-width: 768px) {
  .two-column aside {
    padding: 20px 35px;
  }
}

@media (min-width: 1030px) {
  .two-column {
    display: -webkit-box;
    display: flex;
  }
  .two-column aside {
    width: 300px;
    padding: 20px;
    border-left: 1px solid #e9e9e9;
  }
  .two-column aside h2,
  .two-column aside h3 {
    font-size: 16px;
    margin-top: 40px;
  }
  .two-column aside ol,
  .two-column aside p,
  .two-column aside ul {
    font-size: 14px;
  }
  .two-column .contents {
    width: calc(100% - 300px);
  }
}

#main-visual {
  /* ※011 - スマホから見た場合のメインビジュアル画像の高さ（デフォルトは画面いっぱい）↓ */
  height: calc(100vh - 60px);
  position: relative;
}


@media (min-width: 768px) {
  #main-visual {
    /* ※011 - PCから見た場合のメインビジュアル画像の高さ↓ */
    height: 400px;
  }
  #main-visual:before {
    display: none;
  }
}

#main-visual .container {
  padding: 0;
  margin: 0 auto;
  height: 100%;
}

#main-visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}



/* -----------------------------------
飾りボックス
----------------------------------- */
.box1 {
  border: 1px solid #e9e9e9;
  padding: 10px;
  margin: 40px auto;
  border-radius: 3px;
}

@media (min-width: 1030px) {
  .box1 {
    padding: 15px;
  }
}

.box1 > *:first-child {
  margin-top: 0;
}

.box1 > *:last-child {
  margin-bottom: 0;
}

.box2 {
  border: 1px solid transparent;
  padding: 10px;
  margin: 40px auto;
  background: #f5f5f5;
}

@media (min-width: 1030px) {
  .box2 {
    padding: 15px;
  }
}

.box2 > *:first-child {
  margin-top: 0;
}

.box2 > *:last-child {
  margin-bottom: 0;
}

/* -----------------------------------
エンターページ
----------------------------------- */
section#enter {
  border-top: none;
}

.container.enter {
  margin: 60px auto;
}

.container.enter section {
  margin: 0;
}



/* -----------------------------------
イラスト展示用
ちょっと複雑なので触らないほうがいいかも
----------------------------------- */
.container ul.illust {
  list-style: none;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.container ul.illust li {
  width: 50%;
  position: relative;

}

.container ul.illust li:before {
  content: "";
  display: block;
  padding: 70%;
  
}

.container ul.illust li a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.container ul.illust li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
     border-radius: 100%;

}




/* -----------------------------------
ページネーション
----------------------------------- */
ul.pagination {
  list-style: none;
  display: -webkit-box;
  display: flex;
  margin: 60px auto 40px;
  -webkit-box-pack: center;
          justify-content: center;
}

ul.pagination li {
  margin: 0;
}

ul.pagination li a {
  display: block;
  background: #000000;
  color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-left: 1px;
}

ul.pagination li a:hover {
  background: #8dc21f;
}

ul.pagination li a.active {
  background: #8dc21f;
}





/* -----------------------------------
何かCSSを書き足す場合は、ここから下に書き足すと
あとからもとに戻したくなった場合に便利です。
----------------------------------- */




.box4 {
  margin: 20px 0px 80px 0px;
 }

 .box5 {
  width: 10%;            /* 幅指定 */
    display:  inline-block; 
    vertical-align:  middle; 
  margin: 20px 10px 40px 0px;
 }

 .box6 {
  margin: 80px 0px 100px 0px;
 }

 .box7 {
  width: 15%;            /* 幅指定 */
    display:  inline-block; 
    vertical-align:  middle; 
  margin: 20px 10px 40px 0px;
 }




.thumbnail {
    width: 49%;            /* 幅指定 */
    display:  inline-block;     /* インラインブロック要素にする */
    vertical-align:  middle;       /* 要素を揃えにする */
    background-color:  #ffffff;    /* 背景色指定 */
    margin-bottom: 20px;        /* 要素同士の隙間調整 */
    padding:  20px;             /* 余白指定 */
    box-sizing: border-box;     /* 崩れ防止 */
    font-size: 9px
}

/* -----------------------------------
フッター部分
----------------------------------- */




footer {
  margin: 0 auto;
  overflow: hidden;
  min-height: 40px;
  position: fixed;
  left: 10;
  bottom: 0;
  width: 100%;
  background: #000000;
  color: #e9e9e9;
}











