@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@400;500;600&display=swap');


/* ------------------------------------
  essay_common
------------------------------------ */

.topColumn .main_content{
  padding:0;
}

@media (max-width: 799px) {
.topColumn .main_content {
    width: 100%;
    padding-left: 0% !important;
    padding-right: 0% !important;
  }
}
.topColumn h2 {
  font-family: 'Bodoni Moda', serif;
  font-size: 160%;
  color: #000000;
}
.essay .pane-contents {
  font-family: 'Shippori Mincho B1', serif;
  webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /*color: #411e1b;*/
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

.clearfix {
  zoom: 1;
}

.c_width {
  width: 88.8%;
  margin: 0 auto;
  position: relative;
}

.hidden {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/* default */

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

.essay .collection_section {
    padding-bottom: 0rem;
    background-color:#f3ebe4;
}

.main{
  position: relative;
  padding:20px 0 0px;
  background-color:#f3ebe4;
}

/* ------------------------------------
  .essay .essay_title　ecbec8
------------------------------------ */
.hero {
  position:relative;
}

.mori_DIC2006 .hero {
  background-color:#FE92A8;
}

.lily_Franky .hero {
  background-color:#c3d9e6;
}

.nishi_kanako .hero {
  background-color: #ebd2a4;
  /*background-color:#c5b3e3;*/
}

.lily_Franky .hero .kv{
  max-width:900px;
  margin:0 auto;
  padding:0 0 30px!important;
}

.hero .kv{
  max-width:900px;
  margin:0 auto;
  padding:30px 0;
}

.essay_title{
  max-width:770px;
  margin:0 auto;
  padding:40px 0 0;
  display:block;/*display:flex;*/
  align-items: center;
  justify-content: center;
  text-align:center;
}

.essay_title p{
  font-size:16px;
  margin:0 auto 10px;;
}

.essay_title h1{
  font-size:34px;
  margin:0 auto 20px;/*margin:0 20px 0;*/
  padding-bottom: 0.1em;
  font-weight:normal;
  /*border-bottom: solid 1px #000000;*/
    border-bottom: dotted 2px #d1a94c;
    /*color: #d1a94c;*/

}

.essay_title h2{
  font-size:36px;
  margin:0 auto 0;/*margin:0 20px 0;*/
  font-weight:normal;
}

.eachTextAnime span{opacity: 0;}

.eachTextAnime.appeartext span{ animation:text_anime_on 3s ease-out forwards; }
@keyframes text_anime_on {
  0% {opacity:0;}
  100% {opacity:1;}
}


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

  .nishi_kanako .hero .kv{
  padding: 5px 0;
}

 .hero .kv{
  padding: 30px 0;
}

  .essay_title{
  margin:0 auto;
  padding:40px 0 0;
  display:block;
  text-align:center;
}

.essay_title p{
  font-size:14px;
  margin:0 auto 10px;;
}

.essay_title h1{
  font-size:26px;
  margin:0 auto 10px;
  font-weight: 800;
}

.essay_block h2 {
  font-size: 1.4rem;
  line-height: 1.4;
  margin-top: 0.5em;
}

.essay_title h2{
  font-size:20px;
}
  }



.text-onebyone {
  position: relative;
  width:100%;
}

/*.text-onebyone .text-split {
  clip-path: inset(0 0 0);
}*/

span.text-split{
  width:100%;
}

.text-onebyone .text-split .text-each {
  display: inline-block;
  opacity: 0;
  transform: translateY(100%);
}
.text-onebyone .text-split .text-each.is-active {
  transition: 1s;
  opacity: 1;
  transform: translateY(0%);
}



.text-onebyone .for-accessibility {
  position: absolute;/**/
  width: 1px;
  height: 1px;
  clip: rect(0, 0, 0, 0);
}

/* ------------------------------------
  .essay .essay_block .txt p
------------------------------------ */
  .essay .essay_block {
    max-width:800px;
    margin: 0 auto 0px;
    padding: 20px 15px 20px;
    /*padding: 0px 15px 0px;*/
  }

  .essay .essay_block .txt p{
    font-size: 16px;
    letter-spacing: 0.01em;
    line-height: 2em;/**/
    text-align: justify;
    font-weight: 600;
  }

    .essay .essay_block .txt blockquote{
    font-size: 18px;
    letter-spacing: 0.01em;
    line-height: 2em;/**/
    text-align: justify;
    font-weight: 600;
  }

  .text_center{
  text-align:center;
  }

  img.cacao{
  width:80px;
  padding:30px 0;
  }

  .essay .essay_block_last {
    max-width:800px;
    margin: 0 auto 0px;
    padding: 20px 15px 40px;
    /*padding: 0px 20px 40px;*/
  }

  .essay .essay_block_last .txt p {
    font-size: 18px;
    letter-spacing: 0.01em;
    line-height: 2.4em;
    text-align: justify;
    font-weight: 600;
  }


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

}

@media screen and (max-width: 767px) {
  img.cacao{
  width:60px;
  padding:10px 0;
  }

  .essay .essay_block .txt p {
    font-size: 16px;
    line-height: 2em;/**/
  }

  .essay .essay_block_last .txt p {
    font-size: 16px;
    line-height: 2em;/**/
  }

}

/* その場で */
.fadeIn{
animation-name:fadeInAnime;
animation-duration:2s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:2s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger{
    opacity: 0;
}

.profile{
  display:flex;
  padding: 20px 20px 14px 20px ;
  border: solid 1px #d1a94c;
  background-color: #fff;
}

.coming_soon_essay .profile{
  display:flex;
  align-items: center;
  padding: 20px;
  border: dotted 1px #c58715;
  background-color: #f9f8f8;
}

.profile .img{
  width:63%;
}

.profile .img a:hover{
  opacity: 0.7;
}

.opacity08{
  opacity: 0.8;
}

.profile .text{
  width:60%;
  padding: 0 2%;
  text-align:center;
}

.profile .text h2{
font-family: 'Bodoni Moda', serif;
  font-size:18px;
  font-weight:600;
  border-bottom: dotted 2px #d1a94c;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
}

.profile .text h3{
font-family: 'Bodoni Moda', serif;
  font-size:18px;
  font-weight:600;
  border-bottom: dotted 2px #d1a94c;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
}

.lily_Franky .profile .text h2{
  font-size:18px;
  font-weight:600;
  margin:10px 0;
}

.profile .text p{
  font-family: 'Bodoni Moda', serif;
  text-align: left;
  font-size: 15px!important;
  font-weight: 400!important;
  line-height: 1.6em!important;
  letter-spacing: -0.01em!important;
}
.profile .date_column {
  font-family: 'Bodoni Moda', serif;
  font-size: 0.95em;
  color: #c5983d;
  margin-bottom: 0.5em;
  text-align: center !important;
  letter-spacing: 0.1em !important;
  font-weight: 600;
}
.profile p.photo{
  font-size: 12px!important;
  font-weight: 400!important;
  text-align:center!important;
}

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



}

@media screen and (max-width: 767px) {
    .profile{
  display:block;
    padding: 20px;
}



.profile .img{
  width:80%;
  margin:auto;
}

.profile .text{
  width:100%;
  margin:auto;
  padding: 1% 2%;
}

.coming_soon_essay .profile{
  display:block;
}
  }

@media screen and (max-width: 375px) {
  .profile .text h2{
  font-size:16px;
}
}

/*--------------------------------------------------------------
.btn_area
--------------------------------------------------------------*/
.btn_area{
  width:70%;
  margin:0 auto;
}

.btn_area a, .btn_area a:hover{
  text-decoration: none;
}


.btn_area p.kansou_guide{
  font-size: 18px!important;
  font-weight: 600!important;
  line-height: 1.6em!important;
  text-align:center!important;
}

.btn_area .btn_arrow_light {
  display: block;
  background: rgb(197,135,21);
  background: linear-gradient(225deg, rgba(197,135,21,1) 0%, rgba(232,192,77,1) 28%, rgba(248,215,104,1) 50%, rgba(233,193,78,1) 77%, rgba(199,138,23,1) 100%);
  color: #231916;
  padding: 0.7em 2em 0.7em 1em;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  margin: 15px 0 0;
  /*border-radius: 6px;*/
  position: relative;
}

.btn_area .btn_arrow_light::after{
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 5px);
    right: 20px;
    width: 6px;
    height: 6px;
    border: 2px solid;
    border-color: transparent transparent #FFF #FFF;
    transform: rotate(-135deg);
    transition: .3s;
}
.btn_area .btn_arrow_light:hover::after{
    right: 10px;
}

.btn_area p.priod{
  margin: 30px 0;
  font-size: 16px!important;
  font-weight: 600!important;
  line-height: 1.6em!important;
  text-align:center!important;
}

@media screen and (max-width: 767px) {
  .btn_area{
  width:95%;
  margin:0 auto;
}
  }

@media screen and (max-width:320px) {
  .btn_area .btn_arrow_light {
  font-size: 12px;
}
  }

/*--------------------------------------------------------------
.ill_area 挿絵
--------------------------------------------------------------*/

.sashie_area{
  max-width: 600px;
  margin: 0.5em auto;
}


.sashie_area .sashie_block{
  padding:0 10px;
}


@media screen and (max-width: 540px) {
.sashie_area .sashie_block{
  padding:0 20px;
}

  }


.nishi_kanako .sashie_area{
   max-width:650px;
  margin: auto;
}

.nishi_kanako .sashie_area .sashie_block{
  margin: 0 auto 0px;
  padding: 20px 50px 10px;
}

@media screen and (max-width: 540px) {
.nishi_kanako .sashie_area .sashie_block{
  padding: 20px 10px 10px;
}

  }

/*--------------------------------------------------------------
.ill_area_last 最後のイラスト
--------------------------------------------------------------*/
.essay .ill_area_last{
    max-width:720px;
    margin: 0 auto 0px;
    padding: 0px 0px 40px;
  }

.essay .ill_area_last .ill_block{
    max-width:700px;
    margin: 0 auto 0px;
    padding: 20px 50px 10px;
  }

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

.essay .ill_area_last .ill_block{
    padding: 20px 10px 10px;
  }

  }


.pc540_only{
  display:block;
}

.sp539_only{
  display:none;
}

@media screen and (max-width: 539px) {
  .pc540_only{
  display:none;
}

.sp539_only{
  display:block;
}
}

/* essay_index_box */

.essay_index_{
  display:flex;
  flex-wrap: wrap;
}
.essay_index_box{
  width:25%;
  padding:0px 10px 20px;
  text-align:center;
}

.essay_index_box_inner{
  border: dotted 1px #666;
  padding:10px 10px 10px;
}

.essay_index_box_inner p{
  font-size:16px;
}

@media screen and (max-width: 539px) {
  .essay_index_box{
  width:50%;
  padding:0px 10px 20px;
}
  }


/*--------------------------------------------------------------
.index_hero
--------------------------------------------------------------*/
.index_hero{
  margin:0 0;
  background-color:#fff;
   /*background-color:#fdb1b8;
  background-color: #162834;
  background: linear-gradient(225deg, rgba(197,135,21,1) 0%, rgba(232,192,77,1) 28%, rgba(248,215,104,1) 50%, rgba(233,193,78,1) 77%, rgba(199,138,23,1) 100%);
*/
}

.index_hero h1{
  max-width:1600px;
  margin:0 auto 0px;
}


.index_concept {
    max-width: 800px;
    margin: 0 auto 0px;
    padding: 20px 15px 0px;
}

.index_concept_inner{
  position: relative;
  margin: 20px auto;
  padding: 2em 2em;
  background-color: #fff;
}

.index_concept_inner::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background:
    radial-gradient(circle at top left, transparent 20px, #743d29 20px, #743d29 22px, transparent 22px) left top / 22px 22px no-repeat,
    radial-gradient(circle at top right, transparent 20px, #743d29 20px, #743d29 22px, transparent 22px) right top / 22px 22px no-repeat,
    radial-gradient(circle at bottom left, transparent 20px, #743d29 20px, #743d29 22px, transparent 22px) left bottom / 22px 22px no-repeat,
    radial-gradient(circle at bottom right, transparent 20px, #743d29 20px, #743d29 22px, transparent 22px) right bottom / 22px 22px no-repeat,
    linear-gradient(90deg, transparent 20px, #743d29 22px) left top / 51% 2px no-repeat,
    linear-gradient(-90deg, transparent 20px, #743d29 22px) right top / 51% 2px no-repeat,
    linear-gradient(90deg, transparent 20px, #743d29 22px) left bottom / 51% 2px no-repeat,
    linear-gradient(-90deg, transparent 20px, #743d29 22px) right bottom / 51% 2px no-repeat,
    linear-gradient(180deg, transparent 20px, #743d29 22px) left top / 2px 51% no-repeat,
    linear-gradient(0deg, transparent 20px, #743d29 22px) left bottom / 2px 51% no-repeat,
    linear-gradient(180deg, transparent 20px, #743d29 22px) right top / 2px 51% no-repeat,
    linear-gradient(0deg, transparent 20px, #743d29 22px) right bottom / 2px 51% no-repeat;
}
.index_concept_inner::after {
  position: absolute;
  top: 10px;
  right: 8px;
  bottom: 10px;
  left: 8px;
  content: "";
  box-shadow: 0 0 0 1px #743d29;
}

/*#dbb15e*/

.index_concept_inner h2{
  font-size:18px;
  font-weight:600;
  line-height:1.8;
  margin:0 0;
  letter-spacing: -.01em;
  text-align:center;
}

.coming_soon{
  text-align:center;
  border:dotted 1px #c58715;
  padding:20px 10px;
}

.coming_soon h3{
  font-size:16px;
  font-weight: 600;
  margin:0 0;
}

@media screen and (max-width: 540px) {
  .index_concept_inner{
  padding: 2em 1em;
}

  }

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

}


/*--------------------------------------------------------------
.voice　皆さまの声
--------------------------------------------------------------*/
.voice{
  max-width:1200px;
  margin: 30px auto 30px;
  padding:0 10px;
}

.voice h2{
  text-align:center;
  margin:0 0 20px;
  border-top:solid 2px #743d29;
  border-bottom:solid 2px #743d29;
  padding: 10px 0;
}

.voice p.sub{
  text-align:center;
  max-width:600px;
  font-size:14px;
  margin:0 auto 20px;
  padding:0 10px;
}

.voice .voice_list{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
}

.voice .voice_list .voice_box{
  width: calc((100% - 30px) / 3);
  margin: 0 5px 10px;
  padding: 1rem 1rem 1rem;
  position: relative;
  display: flex;
  flex-direction: column;
  border:dashed 1px #dbb15e;
  background-color: rgba(255, 255, 255, .8);
}

.voice .voice_list .voice_box h3{
  font-size:16px;
  font-weight:600;
  margin:0 0 20px;
  text-align:center;
  font-weight:600;
}

.voice .voice_list .voice_box p.text{
  font-size:14px;
  margin:0 0 10px;
}

.voice .voice_list .voice_box .mt-auto{
  margin-top:auto;
}

.voice .voice_list .voice_box .mt-auto p{
  font-size:14px;
  text-align:center;
}

@media screen and (max-width: 540px) {
  .voice .voice_list .voice_box{
  width: 98%;
  margin: 0 auto 10px;
  padding: 1rem .5rem 0rem;
}
  }



/*--------------------------------------------------------------
.voices　皆さまの声
--------------------------------------------------------------*/
.voices{
  max-width:800px;
  margin: 30px auto 30px;
  padding:0 10px;
}

.voices h2{
  text-align:center;
  margin:0 0 20px;
  border-top:solid 2px #743d29;
  border-bottom:solid 2px #743d29;
  padding: 10px 0;
}

.voices p.sub{
  text-align:center;
  max-width:500px;
  font-size:14px;
  margin:0 auto 20px;
  padding:0 10px;
}

  #readMoreBlock {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  gap: 35px;
}

.readMoreInner {
  width: 100%;
  margin: 0 auto;
  padding: 25px 30px;
  border-radius: 3px;
  box-sizing: border-box;
  background: #FFF;
  text-align: center;
}
.readMoreContainer {
  position: relative;
  height: auto;
  /*max-height: 200px;*/
  overflow: hidden;
  transition: max-height 0.6s;
  text-align: left;
}

.readMoreContainer h3{
  font-size:18px;
  font-weight:600;
  margin:0 0 20px;
  font-weight:600;
}

.readMoreContainer p.text{
  font-size:16px;
  line-height:1.8;
}

.readMoreContainer .poster{
  display:flex;
  margin:0 0 10px;
}

.readMoreContainer p.name{
  font-size:14px;
  font-weight:600;
  margin: 0;
}

.readMoreContainer p.area{
  font-size:12px;
  font-weight:400;
  margin: 0 0 0 10px;
}

.readMoreContainer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: 1s;
  /*background: linear-gradient(to bottom, transparent 40%, #ffffff 100%);*/
  pointer-events: none;
}
.readMoreContainer.show:after {
  z-index: -1;
  opacity: 0;
}
.readMoreBtn {
  /*display: block;*/
  margin: 10px auto 0;
  padding: 8px 40px;
  border: 0;
  background: linear-gradient(225deg, rgba(197,135,21,1) 0%, rgba(232,192,77,1) 28%, rgba(248,215,104,1) 50%, rgba(233,193,78,1) 77%, rgba(199,138,23,1) 100%);
  cursor: pointer;
  color:#000!important;
}

.readMoreContainer p:last-child {
    margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .readMoreContainer {
  position: relative;
  height: auto;
  max-height: 250px;
  overflow: hidden;
  transition: max-height 0.6s;
}

.readMoreContainer .poster{
  display:block;
  margin:0 0 10px;
}

.readMoreContainer p.area{
  margin: 0 0 0;
}
}

.index-btn a{
    width: 300px;
    height: 50px;
    border: 1px solid #dddddd;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto 20px;
    position: relative;
    background-color: #fff;
    text-decoration: none;
    font-size: 14px;
    color: #231815;
    font-weight:600;
}

.index-btn a::after {
    content: '';
    width: 6px;
    height: 12px;
    background-image: url(../../asset2023/img/ui/arrow_gold_right.svg);
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    background-size: contain;
    background-repeat: no-repeat;
}