@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Cabin+Sketch:wght@700&family=Palanquin+Dark:wght@700&display=swap');

/* all */
body {
  font-family: 'Lato', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: .9em;
  letter-spacing: 0.1rem;
  line-height: 1.7rem
}

#wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.g-font6 {
  font-family: 'Cabin Sketch', cursive;
}

.g-font8 {
  font-family: 'Palanquin Dark', sans-serif;
}

.bg-blue {
  background: #3100ff;
}

.bg-green {
  background: #1fd89f;
}

.text-pink {
  color: #f54e7d;
}

.text-purple {
  color: #5217d4;
}

.text-line {
  display: flex;
  align-items: center;
}

.text-line:before,
.text-line:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  /* 線の太さ */
  background: #000;
  /* 線の色 */
  margin: 0 2em;
  /* 文字と線の余白 */
}

.text-line-white {
  display: flex;
  align-items: center;
}

.text-line-white:before,
.text-line-white:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  /* 線の太さ */
  background: #fff;
  /* 線の色 */
  margin: 0 2em;
  /* 文字と線の余白 */
}

.header {
  background-image: url(../img/top_main.jpg);
}

.form-group {
  margin-bottom: 5%;
}

.required-mark:before {
  content: " *";
  color: #E00;
  margin-top: 0 3px 0 0;
}

.upload-label {
  display: inline-block;
  cursor: pointer;
  margin: 1em 0;
  padding: .7em 4.0em;
  line-height: 1.4;
  color: #FFF;
  border-radius: 2.5em;
  transition: 0.2s;
}

.upload-label:hover {
  box-shadow: 0 8px 10px -2px rgba(0, 0, 0, 0.2);
}

.upload-label input {
  display: none;
}

.reset-img {
  display: inline-block;
  cursor: pointer;
  margin: 1em 0;
  padding: .7em 4.0em;
  line-height: 1.4;
  color: #FFF;
  border-radius: 2.5em;
  transition: 0.2s;
}

.reset-img:hover {
  box-shadow: 0 8px 10px -2px rgba(0, 0, 0, 0.2);
}

/* //all */


/* wrap-top */
#wrap-top {
  position: relative;
  background: #5217d4;
  /*background: #5217d4;*/
  /*background: #602dd1;*/
  /*background: #6f2fff;*/
  /*background: #f54e7d;*/
  margin: auto;
  margin-bottom: 0;
  /* footerの高さ */
  /*padding: 1em 0 10em 0;*/
  width: 100%;
  min-height: 100vh;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
  z-index: 800;
}

path {
  fill-opacity: 0;
  transition: fill-opacity 0.5s;
}

.st0 {
  fill: none;
  stroke: #fff;
  stroke-width: 2;
}

.done .st0 {
  fill: #fff;
  fill-opacity: 1;
}

.center-svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

svg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.box-top {
  position: relative;
}

.center-background-left {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0%, 0%);
  width: 50%;
  height: 100%;
  display: block;
  background: rgba(82, 23, 212, 0.6);
  z-index: 1;
}

.center-background-right {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(0%, 0%);
  width: 50%;
  height: 100%;
  display: block;
  background: rgba(82, 23, 212, 0.6);
  z-index: 1;
}

/* //wrap-top */


/* wrap-concept */
#wrap-concept {
  position: sticky;
  bottom: -140vh;
  min-height: 0vh;
  z-index: 700;
  left: 0;
  width: 100%;
  background: #fff;
}

.donation_div {
  position: relative;
  padding: 1.5rem;
  text-align: center;
  /*border: 2px solid #000;*/
  background: #fff;
  border-radius: 10px;
}

.donation_div:before,
.donation_div:after {
  position: absolute;
  content: '';
  border-radius: 10px;
}

.donation_div:before {
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 80px;
  /*border: 2px solid #000;*/
  border-radius: 50%;
  background: #5217d4;
}

.donation_div:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #5217d4;
}

.donation_div i {
  font-size: 1.5rem;
  line-height: 60px;
  position: absolute;
  z-index: 1;
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 60px;
  text-align: center;
  color: #fff;
}

.donation_div .donation_p {
  position: relative;
  z-index: 1;
  letter-spacing: 0.4rem;
  color: #fff;
}

/* //wrap-concept */


/* wrap-content-1 */
#wrap-content-1 {
  position: sticky;
  bottom: -25vh;
  min-height: 0vh;
  z-index: 600;
  left: 0;
  width: 100%;
  /*padding: 4em;*/
  /*background: #4e7ef5;*/
  /*background: #2865fc;*/

}

.wrap-content-link {
  font-size: 0.9rem;
  background: #fff;
}

.wrap-content-link:hover {
  background-color: #eee;
}

/* //wrap-content-1 */


/* //wrap-content-2 */
#wrap-content-2 {
  position: sticky;
  bottom: -25vh;
  min-height: 0vh;
  z-index: 500;
  left: 0;
  width: 100%;
  /*padding: 4em;*/
  /*background: #ffd800;*/
}

/* //wrap-content-2 */


/* wrap-ssn */
#wrap-ssn {
  position: sticky;
  z-index: 400;
  width: 100%;
  bottom: -240vh;
  min-height: 0vh;
}

/* //wrap-ssn */


/* wrap-news */
#wrap-news {
  background: #fff;
  margin: auto;
  margin-bottom: 0px;
  /* footerの高さ */
  /*padding: 1em 0 10em 0;*/
  width: 100%;
  /*min-height: 40vh;
      bottom: -10vh;
      box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);*/

  /*z-index: 200;*/
}

li.item-news {
  min-width: 35%;
  list-style: none;
}

ul.horizontal-list {
  display: flex;
  /*overflow-x: auto;
              -webkit-overflow-scrolling: touch;*/
}

/* //wrap-news */


/* wrap-contact */
#wrap-contact {
  position: sticky;
  z-index: 300;
  width: 100%;
  bottom: -100vh;
  min-height: 0vh;
}

.mailForm__submit {
  background: #5217d4;
  color: #fff;
}

.mailForm__submit:hover {
  background-color: #30009a;
  color: #fff;
}

textarea {
  resize: none;
}

/* ===== Horizontal Rule ===== */
.rule {
  margin: 10px 0;
  border: none;
  background-image: linear-gradient(left, #f0f0f0, #c9bbae, #f0f0f0);
}

/* ===== Select Box ===== */
.sel {
  display: inline-block;
  margin: 10px 0 20px 0;
  width: 100%;
  background-color: #666;
  position: relative;
  cursor: pointer;
  border-radius: 5px;
}

.sel::before {
  position: absolute;
  content: '\f063';
  font-family: 'FontAwesome';
  color: #fff;
  right: 20px;
  top: calc(50% - 0.8em);
}

.sel.active::before {
  transform: rotateX(-180deg);
  top: calc(50% - 1.0em);
}

.sel__placeholder {
  display: block;
  color: #fff;
  padding: 10px 0 10px 0;
  text-align: left;
  pointer-events: none;
  user-select: none;
  visibility: visible;
  text-align: center;

}

.sel.active .sel__placeholder {
  visibility: hidden;
}

.sel__placeholder::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 0 10px 0;
  content: attr(data-placeholder);
  visibility: hidden;
}

.sel.active .sel__placeholder::before {
  visibility: visible;
}

.sel__box {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  display: none;
  list-style-type: none;
  text-align: center;
  background-color: #666;
  width: calc(100% + 0px);
  box-sizing: border-box;
  border-radius: 5px;
}

.sel.active .sel__box {
  display: block;
  /*animation: fadeInUp 500ms;*/
}

.sel__box__options {
  display: list-item;
  color: #fff;
  padding: 10px 0 10px 0;
  user-select: none;
  text-align: center;
  border-bottom: 0.5px solid #fff;
}

.sel__box__options.selected {
  background-color: #1b2538;
}

.sel__box__options::after {
  content: '\f00c';
  font-family: 'FontAwesome';
  font-size: 0.5em;
  margin-left: 5px;
  display: none;
}

.sel__box__options.selected::after {
  display: inline;
}

.sel__box__options:hover {
  background-color: #1b2538;
  border-radius: 5px;
}

/* ----- Select Box Black Panther ----- */
.sel {
  /*border-bottom: 4px solid rgba(0, 0, 0, 0.3);*/
}

.sel--black-panther {
  z-index: 3;
}

/* ----- Select Box Superman ----- */
.sel--superman {
  /*   display: none; */
  z-index: 2;
}

/* //wrap-contact */


/* footer */
footer {
  background-image: url(../img/top_main.jpg);
}

.footer {
  position: sticky;
  z-index: 100;
  left: 0;
  width: 100%;
  /*padding: 4em;*/
  /*background: #5217d4;*/
  bottom: -50vh;
  min-height: 40vh;
  margin-top: auto;
  font-size: .8em;

}

.footer-copy {
  border-top: 1px #fff solid;
}

.footer-box {
  position: relative;
  font-size: .8em;
}

/* //footer */


/* page_top */
#page_top {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 10px;
  bottom: -100px;
  background: none;
  opacity: 0.8;
  border-radius: 50%;
  z-index: 9999;
}

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

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

/* //page_top */


/* sns-cnt */
.container-slick {
  margin: 0 auto;
  padding: 40px;
  width: 80%;
}

.sns-cnt-h1 {
  line-height: 1.2em;
}

.slick-slide {
  text-align: center;
  background: none;
}

.insta-list {
  margin: 0;
  padding: 0;
}

.insta-list-green {
  margin: 0;
  padding: 0;
}

.insta-list-box {
  display: flex;
  justify-content: center;
}

.square-content {
  display: inline-block;
  background: #ccc;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.square-content img {
  width: 100%;
}

/* //sns-cnt */


/******************************************************************************************/


@media screen and (min-width: 1380px) {

  /* wrap-concept */
  #wrap-concept {
    position: sticky;
    bottom: -70vh;
    min-height: 0vh;
    z-index: 700;
    left: 0;
    width: 100%;
    background: #fff;
  }

  /* //wrap-concept */

  /* wrap-ssn */
  #wrap-ssn {
    position: sticky;
    z-index: 400;
    width: 100%;
    bottom: -160vh;
    min-height: 0vh;
  }

  /* //wrap-ssn */

  /* sns-cnt */
  /* 768px以下に適用されるCSS（タブレット用） */
  .square-content {
    display: inline-block;
    background: #ccc;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* //sns-cnt */


  /* wrap-contact */
  #wrap-contact {
    position: sticky;
    z-index: 300;
    width: 100%;
    bottom: -40vh;
    min-height: 0vh;
  }

  /* //wrap-contact */

}

/******************************************************************************************/


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

  /* wrap-concept */
  #wrap-concept {
    position: sticky;
    bottom: -120vh;
    min-height: 0vh;
    z-index: 700;
    left: 0;
    width: 100%;
    background: #fff;
  }

  /* //wrap-concept */

  /* wrap-ssn */
  #wrap-ssn {
    position: sticky;
    z-index: 400;
    width: 100%;
    bottom: -230vh;
    min-height: 0vh;
  }

  /* //wrap-ssn */

  /* sns-cnt */
  /* 768px以下に適用されるCSS（タブレット用） */
  .square-content {
    display: inline-block;
    background: #ccc;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* //sns-cnt */
}


/******************************************************************************************/


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



  /* sns-cnt */
  /* 768px以下に適用されるCSS（タブレット用） */
  .square-content {
    display: inline-block;
    background: #ccc;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* //sns-cnt */

  /* wrap-contact */
  #wrap-contact {
    position: sticky;
    z-index: 300;
    width: 100%;
    bottom: -80vh;
    min-height: 0vh;
  }

  /* //wrap-contact */

}


/******************************************************************************************/


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

  /* wrap-concept */
  #wrap-concept {
    position: sticky;
    bottom: -50vh;
    min-height: 0vh;
    z-index: 700;
    left: 0;
    width: 100%;
    background: #fff;
  }

  /* //wrap-concept */


  /* wrap-content-1 */
  #wrap-content-1 {
    position: sticky;
    bottom: 0;
    min-height: 0vh;
    z-index: 600;
    left: 0;
    width: 100%;
    /*padding: 4em;*/
    /*background: #4e7ef5;*/
    /*background: #2865fc;*/
  }

  /* //wrap-content-1 */


  /* //wrap-content-2 */
  #wrap-content-2 {
    position: sticky;
    bottom: 0;
    min-height: 0vh;
    z-index: 500;
    left: 0;
    width: 100%;
    /*padding: 4em;*/
    /*background: #ffd800;*/
  }

  /* //wrap-content-2 */


  /* wrap-ssn */
  #wrap-ssn {
    position: sticky;
    z-index: 400;
    width: 100%;
    bottom: -100vh;
    min-height: 0vh;
  }

  /* //wrap-ssn */

  /* sns-cnt */
  /* 768px以下に適用されるCSS（タブレット用） */
  .square-content {
    display: inline-block;
    background: #ccc;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* //sns-cnt */


  /* wrap-contact */
  #wrap-contact {
    position: sticky;
    z-index: 300;
    width: 100%;
    bottom: -40vh;
    min-height: 0vh;
  }

  /* //wrap-contact */

  /* footer */
  .footer {
    position: sticky;
    z-index: 100;
    left: 0;
    width: 100%;
    /*padding: 4em;*/
    /*background: #5217d4;*/
    bottom: -30vh;
    min-height: 40vh;
    margin-top: auto;
    font-size: .8em;
  }

  /* //footer */
}





/******************************************************************************************/


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

  /* wrap-concept */
  #wrap-concept {
    position: sticky;
    bottom: -80vh;
    min-height: 0vh;
    z-index: 700;
    left: 0;
    width: 100%;
    background: #fff;
  }

  /* //wrap-concept */


  /* wrap-content-1 */
  #wrap-content-1 {
    position: sticky;
    bottom: 0;
    min-height: 0vh;
    z-index: 600;
    left: 0;
    width: 100%;
    /*padding: 4em;*/
    /*background: #4e7ef5;*/
    /*background: #2865fc;*/
  }

  /* //wrap-content-1 */


  /* //wrap-content-2 */
  #wrap-content-2 {
    position: sticky;
    bottom: 0;
    min-height: 0vh;
    z-index: 500;
    left: 0;
    width: 100%;
    /*padding: 4em;*/
    /*background: #ffd800;*/
  }

  /* //wrap-content-2 */


  /* wrap-ssn */
  #wrap-ssn {
    position: sticky;
    z-index: 400;
    width: 100%;
    bottom: -130vh;
    min-height: 0vh;
  }

  /* //wrap-ssn */


  /* sns-cnt */
  /* 768px以下に適用されるCSS（タブレット用） */
  .square-content {
    display: inline-block;
    background: #ccc;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* //sns-cnt */

  /* wrap-contact */
  #wrap-contact {
    position: sticky;
    z-index: 300;
    width: 100%;
    bottom: -40vh;
    min-height: 0vh;
  }

  /* //wrap-contact */


  /* footer */
  .footer {
    position: sticky;
    z-index: 100;
    left: 0;
    width: 100%;
    /*padding: 4em;*/
    /*background: #5217d4;*/
    bottom: -30vh;
    min-height: 40vh;
    margin-top: auto;
    font-size: .8em;
  }

  /* //footer */

}





/******************************************************************************************/


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

  /* wrap-concept */
  #wrap-concept {
    position: sticky;
    bottom: -170vh;
    min-height: 0vh;
    z-index: 700;
    left: 0;
    width: 100%;
    background: #fff;
  }

  /* //wrap-concept */

  /* wrap-content-1 */
  #wrap-content-1 {
    position: sticky;
    bottom: 0;
    min-height: 0vh;
    z-index: 600;
    left: 0;
    width: 100%;
    /*padding: 4em;*/
    /*background: #4e7ef5;*/
    /*background: #2865fc;*/
  }

  /* //wrap-content-1 */


  /* //wrap-content-2 */
  #wrap-content-2 {
    position: sticky;
    bottom: 0;
    min-height: 0vh;
    z-index: 500;
    left: 0;
    width: 100%;
    /*padding: 4em;*/
    /*background: #ffd800;*/
  }

  /* //wrap-content-2 */


  /* wrap-ssn */
  #wrap-ssn {
    position: sticky;
    z-index: 400;
    width: 100%;
    bottom: -270vh;
    min-height: 0vh;
  }

  /* //wrap-ssn */


  /* sns-cnt */
  /* 768px以下に適用されるCSS（タブレット用） */
  .square-content {
    display: inline-block;
    background: #ccc;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* //sns-cnt */


  /* wrap-contact */
  #wrap-contact {
    position: sticky;
    z-index: 300;
    width: 100%;
    bottom: -120vh;
    min-height: 0vh;
  }

  /* //wrap-contact */


  /* footer */
  .footer {
    position: sticky;
    z-index: 100;
    left: 0;
    width: 100%;
    /*padding: 4em;*/
    /*background: #5217d4;*/
    bottom: -70vh;
    min-height: 40vh;
    margin-top: auto;
    font-size: .8em;
  }

  /* //footer */

}


/******************************************************************************************/


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

  /* wrap-concept */
  #wrap-concept {
    position: sticky;
    bottom: -90vh;
    min-height: 0vh;
    z-index: 700;
    left: 0;
    width: 100%;
    background: #fff;
  }

  /* //wrap-concept */


  /* wrap-content-1 */
  #wrap-content-1 {
    position: sticky;
    bottom: 0;
    min-height: 0vh;
    z-index: 600;
    left: 0;
    width: 100%;
    /*padding: 4em;*/
    /*background: #4e7ef5;*/
    /*background: #2865fc;*/
  }

  /* //wrap-content-1 */


  /* //wrap-content-2 */
  #wrap-content-2 {
    position: sticky;
    bottom: 0;
    min-height: 0vh;
    z-index: 500;
    left: 0;
    width: 100%;
    /*padding: 4em;*/
    /*background: #ffd800;*/
  }

  /* //wrap-content-2 */


  /* wrap-ssn */
  #wrap-ssn {
    position: sticky;
    z-index: 400;
    width: 100%;
    bottom: -150vh;
    min-height: 0vh;
  }

  /* //wrap-ssn */


  /* sns-cnt */
  /* 768px以下に適用されるCSS（タブレット用） */
  .square-content {
    display: inline-block;
    background: #ccc;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* //sns-cnt */


  /* wrap-contact */
  #wrap-contact {
    position: sticky;
    z-index: 300;
    width: 100%;
    bottom: -50vh;
    min-height: 0vh;
  }

  /* //wrap-contact */


  /* footer */
  .footer {
    position: sticky;
    z-index: 100;
    left: 0;
    width: 100%;
    /*padding: 4em;*/
    /*background: #5217d4;*/
    bottom: -30vh;
    min-height: 40vh;
    margin-top: auto;
    font-size: .8em;
  }

  /* //footer */
}


/******************************************************************************************/


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

  /* wrap-concept */
  #wrap-concept {
    position: sticky;
    bottom: -90vh;
    min-height: 0vh;
    z-index: 700;
    left: 0;
    width: 100%;
    background: #fff;
  }

  /* //wrap-concept */


  /* wrap-ssn */
  #wrap-ssn {
    position: sticky;
    z-index: 400;
    width: 100%;
    bottom: -190vh;
    min-height: 0vh;
  }

  /* //wrap-ssn */


  /* sns-cnt */
  /* 480px以下に適用されるCSS（スマホ用） */
  .square-content {
    display: inline-block;
    background: #ccc;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* //sns-cnt */

  li.item-news {
    min-width: 80%;
    list-style: none;
  }

  /* wrap-contact */
  #wrap-contact {
    position: sticky;
    z-index: 300;
    width: 100%;
    bottom: -90vh;
    min-height: 0vh;
  }

  /* //wrap-contact */

}


/******************************************************************************************/


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

  /* wrap-concept */
  #wrap-concept {
    position: sticky;
    bottom: -90vh;
    min-height: 0vh;
    z-index: 700;
    left: 0;
    width: 100%;
    background: #fff;
  }

  /* //wrap-concept */

  /* wrap-ssn */
  #wrap-ssn {
    position: sticky;
    z-index: 400;
    width: 100%;
    bottom: -190vh;
    min-height: 0vh;
  }

  /* //wrap-ssn */


  /* sns-cnt */
  /* 480px以下に適用されるCSS（スマホ用） */
  .square-content {
    display: inline-block;
    background: #ccc;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* //sns-cnt */

  li.item-news {
    min-width: 80%;
    list-style: none;
  }

}




/******************************************************************************************/


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


  /* wrap-concept */
  #wrap-concept {
    position: sticky;
    bottom: -120vh;
    min-height: 0vh;
    z-index: 700;
    left: 0;
    width: 100%;
    background: #fff;
  }

  /* //wrap-concept */


  /* wrap-ssn */
  #wrap-ssn {
    position: sticky;
    z-index: 400;
    width: 100%;
    bottom: -230vh;
    min-height: 0vh;
  }

  /* //wrap-ssn */


  /* sns-cnt */
  /* 480px以下に適用されるCSS（スマホ用） */
  .square-content {
    display: inline-block;
    background: #ccc;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* //sns-cnt */

  li.item-news {
    min-width: 80%;
    list-style: none;
  }

  /* wrap-contact */
  #wrap-contact {
    position: sticky;
    z-index: 300;
    width: 100%;
    bottom: -90vh;
    min-height: 0vh;
  }

  /* //wrap-contact */


  /* footer */
  .footer {
    position: sticky;
    z-index: 100;
    left: 0;
    width: 100%;
    /*padding: 4em;*/
    /*background: #5217d4;*/
    bottom: -50vh;
    min-height: 40vh;
    margin-top: auto;
    font-size: .8em;
  }

  /* //footer */


}


/******************************************************************************************/


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

  /* wrap-concept */
  #wrap-concept {
    position: sticky;
    bottom: -160vh;
    min-height: 0vh;
    z-index: 700;
    left: 0;
    width: 100%;
    background: #fff;
  }

  /* //wrap-concept */


  /* wrap-ssn */
  #wrap-ssn {
    position: sticky;
    z-index: 400;
    width: 100%;
    bottom: -270vh;
    min-height: 0vh;
  }

  /* //wrap-ssn */


  /* sns-cnt */
  /* 768px以下に適用されるCSS（タブレット用） */
  .square-content {
    display: inline-block;
    background: #ccc;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* //sns-cnt */

  li.item-news {
    min-width: 85%;
    list-style: none;
  }


  /* wrap-contact */
  #wrap-contact {
    position: sticky;
    z-index: 300;
    width: 100%;
    bottom: -130vh;
    min-height: 0vh;
  }

  /* //wrap-contact */


  /* footer */
  .footer {
    position: sticky;
    z-index: 100;
    left: 0;
    width: 100%;
    /*padding: 4em;*/
    /*background: #5217d4;*/
    bottom: -70vh;
    min-height: 40vh;
    margin-top: auto;
    font-size: .8em;
  }

  /* //footer */

}