body{margin: 0;}
html, body{height: 100%;}
li{list-style-type: none;}
* {
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
li {
  list-style-type: none;
}
img {
  vertical-align: bottom;
}
.hover img:hover {
  opacity: 0.5 ;
  transition: opacity .3s ease-out;
}

body {
  overscroll-behavior:none;
  position:relative;
  margin: 0;
  padding: 0;
  height:100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

div.section {
 margin:0;
 color:inherit;
 letter-spacing: 0.2em;
 width:100%;
/* min-height:45em;*/
 padding:0;
}
p{
 margin:0 20%;
 padding:4% 0;
 font-weight: normal;
}

.kigou{
 font-size: 2em;
 margin: 0;
 padding:1em;
}

ul{
 margin:0;
 padding:0;
}
a[target=_blank]:after {
    font-family: "Hobonichi-Icons";
    content: "\e914";
    font-weight: normal;
    font-size: 1em;
    position: static;
    top: -.2em;
}
a.notIcon[target=_blank]:after{
    content: "";
}

.nav{
 font: 3em bold;
 list-style: none;
 color:#444;
}

.section1 {
 height: 100vh;
 padding:10% 0;
}

.section1::before{
 background: url("../img/main.png");
 background-position: center center;
 background-repeat: no-repeat;
 background-attachment: fixed;
 background-size: cover;
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 padding: 10% 0;
 content: "";
 z-index: -1;
}

.section2 {
  width: 100%;
  background: #96E6FF;
  padding:0;
}
.section2Wrap {
  width: 800px;
  margin: auto;
  background-color: #EDEDED;
}
.section2Wrap p {
  width: 358px;
  margin: 0 auto 70px;
  padding: 50px 0 0;
  line-height: 2;
  font-size: 1.125em;
  font-weight: bold;
  letter-spacing: 1.8px;
  font-family: "BokutohN Regular", "Gothic MB101 Regular", sans-serif;
}
.section2Wrap ul {
  width: 358px;
  margin: 0 auto;
  padding: 0 0 70px;
}
/* PROFILE
 * --------------------------------------------------------*/
.profile {
  width: 358px;
  margin: 0 auto 70px;
  padding: 0;
}
.profile p {
  padding: 0;
  margin: 0;
  width: 100%;
  color: inherit;
  padding: 7px 0;
  font-size: 14px;
  letter-spacing: 1.4px;
  font-weight: normal;
  font-family: "BokutohN Regular", "Gothic MB101 Regular", sans-serif;
}
.profile a {
  text-decoration: none;
}
.profile-btn {
  text-align: center;
}
.profile-btn.mb30 {
  margin-bottom: 30px;
}
.profile-btn {
  border: 1px solid;
  border-radius: 2rem;
}
.profile-btn a {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1.4px;
  color: inherit;
  font-family: "BokutohN Regular", "Gothic MB101 Regular", sans-serif;
}
.profile-btn a:hover {
  cursor:pointer;
  opacity:0.4;
  zoom:1;
  transition: all .25s ease;
}
/* INDEX
 * --------------------------------------------------------*/
.index {
/*  padding: 0 9.375em;*/
  text-align: center;
}
.index h3 {
  margin: 50px 0 90px;
}
.index-nav ul li.glayout {
  opacity: 0.3;
}
.index-nav ul li:not(.last) {
  margin-bottom: 90px;
}
.index-nav .ttlh3 {
  margin: 50px 0 90px;
}
.index-nav .ttlh3 img {
  max-width: 66px;
  width: 100%;
  height: auto;
}
.index-nav ul {
  width: 500px;
  padding: 0;
}
.index-nav ul li.hover:hover {
  cursor:pointer;
  opacity:0.4;
  zoom:1;
  transition: all .25s ease;
}
.index-nav ul li.last {
  margin-bottom: 100px;
}
.index-nav ul li img {
  width: 100%;
}
.panda-indexBtnBox {
  display: flex;
  justify-content: space-around;
  width: 500px;
  margin: auto;
  padding: 20px 0 15px!important;
}
.panda-indexBtnBox li a img {
  height: 82px;
  width: auto;
}
.panda-indexBtnBox li.hidden {
  visibility: hidden;
}
.panda-indexBtnBox li:hover {
  cursor:pointer;
  opacity:0.4;
  zoom:1;
  transition: all .25s ease;
}
/* Contents
 ========================================================================== */
.panda-mainWrap {
  max-width: 600px;
  width: 100%;
  margin: 60px auto 0;
}
.panda-mainWrap h2.reading {
  text-align: center;
  margin-bottom: 50px;
}
.reading img {
  width: 100%;
  max-width: 480px;
  height: auto;
}
.panda-mainArea {}
.panda-mainArea dl {
  display: flex;
  margin-bottom: 60px;
  padding-left: 6.25rem;
  font-family: "BokutohN Light", "Gothic MB101 Light", sans-serif;
}
.panda-mainArea dl.mb0 {
  margin-bottom: 0px;
}
.panda-mainArea dl dt {
  width: 52px;
  text-align: center;
}
.panda-mainArea dl dt img,
.photo img {
  width: 100%;
}
.photo.mb0 {
  margin-bottom: 0;
}
.panda-mainArea dl dd {
  margin-inline-start: 20px;
  font-size : 15px;
  line-height : 2;
  letter-spacing : 1.5px;
}
.panda-mainArea dl dd.lower {
  margin-top: 15px;
}
.photo {
  margin: 30px 0 60px;
}
.photo figure {
  margin: 0;
}
.photo figure img {
  width: 100%;
  border: 1px solid;
}
.photo figure figcaption {
  text-align: center;
  font-size: 0.8125rem;
  margin-top: 10px;
  letter-spacing: 1.3px;
  font-family: "BokutohN Light", "Gothic MB101 Light", sans-serif;
}
.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 50px 0;
}
.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
p.panda-next,
p.panda-date {
  margin-top: 0!important;
  text-align: center;
  font-family: "BokutohN Light", "Gothic MB101 Light", sans-serif;
}
p.panda-next {
  margin-bottom: 47px;
  font-size: 15px!important;
  letter-spacing : 1.3px!important;
  padding: 0;
  font-weight: normal;
}
p.panda-date {
  margin-bottom: 100px;
  font-size: 13px!important;
  letter-spacing : 1.3px!important;
  padding: 0;
  font-weight: normal;
}
/*COLUM
 * --------------------------------------------------------*/
.columBox {
  max-width: 600px;
  width: 100%;
  margin: 80px auto 0;
}
.columBox h2 {
  text-align: center;
  margin-bottom: 30px;
  padding: 0;
}
.columBox div {
  min-height: 0;
}
.columBox .columBox_img {
  margin-bottom: 30px;
}
.columBox .columBox_img img {
  max-width: 600px;
  width: 100%;
  height: auto;
}
.columBox p {
  max-width: 410px;
  width: 100%;
  margin: 30px auto 77px;
  padding: 0;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 1.5px;
  font-weight: normal;
  font-family: "BokutohN Regular", "Gothic MB101 Regular", sans-serif;
/*  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;*/
}
.columBox p a {
  color: #439F3D;
}
.columBox p a:hover,
.columBox .columBox_img img:hover {
  opacity: 0.5 ;
  transition: opacity .3s ease-out;
}
/* FOOTER
 * --------------------------------------------------------*/
.footer {
  padding: 3.125em 0;
}
.footer ul {
  width: 100%;
  max-width: 505px;
  margin: auto;
  padding: 0;
  display: flex;
  justify-content: space-around;
  margin-bottom: 3.125em;
}
.copyright {
  text-align: center;
}
/*other
 * --------------------------------------------------------*/
.brpc {
  display: block;
}
.brsp {
  display: none;
}
.brpcsp {
  display: block;
}
.pc { display: block; }
.sp { display: none; }

.follow{
 font-size: 1.5em;
}

ul.web-logo-font {
 margin:0 auto;
 padding-left: 0;
 padding-top: 1em;
 font-family: sans-serif;
}

ul.web-logo-font li {
 display:inline;
 list-style-type: none;
 margin-right: 5px;
 padding-right: 5px;
}

ul.web-logo-font li a{
 font-size: 5em;
 text-decoration: none;
 color: #fff;
 padding: 7px;
 border-radius: 5px;
}

ul.web-logo-font li a:hover{
 opacity: 0.6;
}

/*背景色などの設定*/
ul.web-logo-font a.twitter-btn-icon-link{
 background-color:#55ACEE;
 padding:0.1em 0 0 0.1em;
}
ul.web-logo-font a.facebook-btn-icon-link{
 background-color:#3C5A99;
 padding:0.1em 0 0 0.1em;
}
ul.web-logo-font a.google-plus-btn-icon-link{
 background-color:#DD4B39;
 padding:0.1em 0 0 0.1em;
}
ul.web-logo-font a.line-btn-icon-link{
 background-color:#00C300;
 padding:0.1em 0 0 0.1em;
}

@media screen and (min-width: 980px) {
  .section1 {
    padding: 10% 0;
  }
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
  .section1::before {
    background-position:top;
    background-size: contain;
  }
  .section1 {
    height: 39vh;
  }
}
@media screen and (max-width: 468px) {
  .section1::before{
     background: url("../img/mainsp.png");
    /* background-position: center center;*/
     background-repeat: no-repeat;
     /*background-attachment: fixed;*/
     background-size: contain;
     -webkit-background-size: contain;
     -moz-background-size: contain;
     -o-background-size: contain;
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     padding: 10% 0;
     content: "";
     z-index: -1;
  }
 /* 479px以下用（スマホ） */
/* div{
  min-height:20em;
  }*/
  h1{
    font-size: 2em;
  }
  h2{
    font-size: 2em;
  }
  ul{
    padding:20% 0;
  }
  .nav{
    font-size: 2.5em;
  }
/*  .section4{
    padding-top: 3em;
  }*/
  ul.web-logo-font li a{
    font-size:3em;
  }
  .kigou{
    font-size: 1.8em;
    margin: 0;
    padding:0.5em;
  }
  .words{
    margin-top: -1.5em;
  }
  .section2 {
    width: 100%;
    box-sizing: border-box;
  }
  .section2Wrap {
    width: 100%;
    max-width: 87%;
    margin: auto;
    background-color: #EDEDED;
  }
  .section2Wrap p {
    margin-top: 330px;
    width: 85%;
    margin-bottom: 70px;
    letter-spacing: 2.4px;
    font-size: 1rem;
    line-height: 2;
  }
  .section2Wrap ul {
    width: 87%;
  }
/* PROFILE
 * --------------------------------------------------------*/
  .profile {
    width: 85%;
    padding: 0;
  }
  .profile p {
    margin-top: 0!important;
    margin-bottom: 0!important;
    width: 100%;
    font-size: 3.45vw;
    letter-spacing: 1.4px;
    line-height: 1.3;
  }
  .profile-btn.mb30 {
    margin-bottom: 20px;
  }
/* INDEX
 * --------------------------------------------------------*/
  .index {
    padding: 0 25px;
    box-sizing: border-box;
  }
  .index .ttlh3 {
    margin: 80px 0 90px;
  }
  .index-nav ul {
    width: 100%;
    max-width: 100%;
  }
  .index-nav ul li.last {
    margin-bottom: 80px;
  }
  .pandaIndex-wrap {
    padding: 0 25px;
  }
  .pandaIndex-wrap .ttlh3 {
    margin: 80px 0 90px;
  }
  .pandaNav-wrap ul li.last {
    margin-bottom: 80px;
  }
  .panda-indexBtnBox {
    width: 100%;
    max-width: 90%;
  }
/*CONTENTSU
 * --------------------------------------------------------*/
  .panda-mainWrap .reading img {
    width: 100%;
    max-width: 89.3%;
  }
  .panda-mainWrap {
    width: 100%;
    max-width: 100%;
  }
  .panda-mainArea {
    padding: 0 20px;
  }
  .panda-mainArea dl {
    flex-direction: column;
    padding: 0;
    margin-bottom: 70px;
  }
  .panda-mainArea dl dt {
    text-align: left;
    margin-bottom: 10px;
  }
  .panda-mainArea dl dd {
    margin-left: 0;
    font-size: 0.95rem;
    letter-spacing: 2.2px;
  }
  .photo {
    margin: 50px 0;
    padding: 0 10px;
  }
  .photo.mb20 {
    margin-top: 20px;
  }
  .photo figure {
    margin: 0;
  }
  .video {
  }
  .video iframe {
    padding: 0 10px;
  }
  .panda-mainArea dl dd.lower {
    margin-top: 0;
  }
  .panda-mainWrap h2.reading {
    margin-bottom: 70px;
  }

/*COLUM
 * --------------------------------------------------------*/
  .columBox {
    margin: 40px auto 0;
    max-width: 100%;
  }
  .columBox h2 {
    padding: 0 8px;
  }
  .columBox h2 img, .columBox img{
    max-width: 100%;
  }
  .columBox img {
    padding: 0 10px;
    box-sizing: border-box;
  }
  .columBox div {
    margin-bottom: 30px;
  }
  .columBox p {
    margin-top: 0!important;
    padding: 0 30px;
    font-size: 3.4375vw;
    box-sizing: border-box;
    width: 100%;
  }
  .columBox p a {
    word-break: break-word;
  }
/*other
 * --------------------------------------------------------*/
  .brpc {
    display: none;
  }
  .brsp {
    display: block;
  }
  .brpcsp {
    display: block;
  }
}
@media screen and (max-width: 414px) {
  .section1 {
    height: 0;
    padding: 19% 0;
  }
  .section2Wrap p {
    margin-top: 325px;
  }
}
@media screen and (max-width: 375px) {
  .section1 {
    height: 0;
    padding: 15% 0;
  }
}
@media screen and (max-width: 360px) {
  .section1 {
    height: 0;
    padding: 14% 0;
  }
  .section2Wrap p {
    margin-top: 285px;
  }
}
@media screen and (max-width: 896px) and (orientation: landscape){
  .section1::before {
    background-position:top;
    background-size: contain;
  }
}


/*profile
 * --------------------------------------------------------*/
.lity.lity-opened {
  opacity: 1;
}
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0,0,0,.9);
  outline: none!important;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.lity {
  background-color: rgba(0,0,0,.7)!important;
}
.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none!important;
}
.lity * {
  box-sizing: border-box;
}

.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -.25em;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none!important;
}
.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: -o-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease,-webkit-transform .3s ease,-o-transform .3s ease;
}
.profile__title {
  font-family: "BokutohN Regular", "Gothic MB101 Regular", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  font-size: 22px;
  letter-spacing: .06em;
}
.profile__sub {
  font-family: "BokutohN Light", "Gothic MB101 Light", sans-serif;
  font-weight: 400;
  font-size: 20px;
}
.lightbox {
  max-height: 90vh !important;
  padding: 50px;
  background-color: #fff;
  overflow: scroll;
}
.profile__body {
  margin-top: 9%;
  font-family: "BokutohN Light", "Gothic MB101 Light", sans-serif;
  font-size: 15px;
  letter-spacing : 1.5px;
  line-height: 2;
}

.banner img {
  max-width: 100%;
  height: auto;
}
@media(max-width:767px) {
  .lightbox {
    width: 90%;
    height: 85vh;
    margin: 0 auto;
    padding: 30px 5% 25px;
  }
  .profile__title {
    font-size: 5vw;
    letter-spacing: .06em;
  }
  .profile__sub {
    font-size: 1.125rem;
  }
  .profile__body {
    letter-spacing: 0.04em;
    line-height: 1.875;
    font-size: 0.875rem;
  }
}
