@charset "utf-8";

/*** CONTENTS ***/

.issue .contents-title-bg{ background-color: #f4f3f2;}















@media screen and (min-width: 1001px) {

.issue .contents-title-inner{
  position: absolute;
  left: calc(100% - 60vw);
  margin: 0;
  padding: 2em;
  width: 80%;
  max-width: 54rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 100;
}

}/* End min 1001 */

.issue .contents-title-inner::before{
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 1.5em;
  height: 1.5em;
  display: block;
  border-top: solid 0.2rem #00aeef;
  border-left: solid 0.2rem #00aeef;
  z-index: 100;
  pointer-events: none;
  content: "";
}

.issue .contents-title-inner::after{
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 0;
  width: 1.5em;
  height: 1.5em;
  display: block;
  border-bottom: solid 0.2rem #00aeef;
  border-right: solid 0.2rem #00aeef;
  z-index: 100;
  pointer-events: none;
  content: "";
}
/*
.contents-title-inner{
  position: absolute;
  left: calc(100% - 60vw);
  margin: 0;
  padding: 2em;
  width: 80%;
  max-width: 54rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 100;
}
*/
.issue .contents-title{
  position: relative;
  margin: auto;
  display: block;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-size: var(--font-size-xxl);
}

.issue .contents-title span{
  margin-bottom: 0.5em;
  display: block;
  font-size: var(--font-size-xl);
}

.issue .contents-title em{
  margin: -1em 0 1em -1em;
  padding: 0.5em 0;
  width: 6em;
  display: flex;
  justify-content: center;
  line-height: 1.2;
  letter-spacing: inherit;
  font-size: var(--font-size-s);
}

.issue .contents-title-sub-copy{
  margin-top: 1em;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-size: var(--font-size-l);
}



@media screen and (max-width: 1000px) {
/*
.contents-title-inner{
  position: absolute;
  left: inherit;
  right: 5%;
}
*/
}/* End max 1000 */

@media screen and (min-width: 641px) and (max-width: 1000px) {

.issue .contents-title-inner{
  position: relative;
}

.issue .contents-title{ width: 100%;}
.issue .contents-title em{ margin: -0.5em 0 0.5em -0.5em;}

.contents-title-sub-copy{ width: 100%; margin: 1em 0 0.5em;}

}/* End min 641 max 1000 */

@media screen and (max-width: 640px) {

.issue .contents-title-inner{
  position: absolute;
  left: inherit;
  right: inherit;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  height: calc(100vh - 4rem);
  height: calc(100svh - 4rem);
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  background: rgba(255,255,255,0);
  z-index: 100;
}

.issue .contents-title-inner::before,
.issue .contents-title-inner::after{ display: none;}
.issue .contents-title{
  position: relative;
  margin: 18% 0 0;
  padding: 0.5em;
  width: 96%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: rgba(255,255,255,0.8);
}

.issue .contents-title em{ margin: 0 0 0.5em;}

.issue .contents-title-sub-copy{
  position: absolute;
  bottom: 0;
  width: 100%;  
  margin-top: 0;
  padding: 1.5em 3.5em 1.5em 1em;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-size: var(--font-size-l);
  background: rgba(255,255,255,0.8);
}

}/* End max 640 */





@media screen and (max-width: 420px) {

.issue .contents-title{ margin: 26% 0 0;}
}/* End max 420 */







/* issue-intro */

.issue-intro{
  margin: auto;
  width: 94%;
  max-width: 100rem;
}

.issue-intro-title{
  position: relative;
  margin: 0 0 1em;
  padding: 0;
  display: block;
  font-size: var(--font-size-l);
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

.issue-intro-title time{
  margin: 0 0 1em;
  padding: 0.5em 0;
  width: 12em;
  display: flex;
  justify-content: center;
  font-size: var(--font-size-s);
  letter-spacing: inherit;
  line-height: 1.2;
}

.issue-intro .intro-photo img{ display: block;}
.issue-intro .intro-photo p{ padding-top: 1rem; text-align: center;}



/* ISSUE DL */

.issue-dl{
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.issue-dl dt.portrait-icon{
  margin: 0;
  padding: 0 0 1.5em;
  width: 8rem;
  height: 8rem;
  display: block;
  overflow: hidden;
  border: solid 0.2rem #999;
  border-radius: 4rem;
}

.issue-dl dd.issue-txt-dd{
  margin: 0;
  padding: 1em 0 1.5em;
  width: calc(100% - 10rem);
}


@media screen and (max-width: 640px) {

.issue-dl dt.portrait-icon{ width: 6rem; height: 6rem;}
.issue-dl dd.issue-txt-dd{ width: calc(100% - 7rem);}

}/* End max 640 */


.issue-dl .name{
  margin-bottom: 0.5rem;
  display: block;
  font-size: var(--font-size-l);
  font-weight: 600;
  letter-spacing: 0.1em;
}

.word-dl{
  margin: 0;
  padding: 0;
  display: block;
}

.word-dl dt{
  margin: 0 0 1em;
  padding: 0 0 0.2em;
  border-bottom: dotted 0.1rem #999;
  font-weight: 600;  
}
.word-dl dt span{ padding: 0 0.5em 0 0;}
.word-dl dd{ margin: 0 0 2em; padding: 0 0 0 1em;}
.word-dl dd:last-child{ margin: 0; padding: 0 0 0 1em;}




.sns-shar{
  margin: 4em auto 0;
  padding: 1.5em;
  width: 94%;
  max-width: 100rem;
  display: flex;
  justify-content: center;
  border-top: solid 0.1rem #999;
}

.sns-shar .sns-title{
  margin: 0;
  padding: 0 0.5em;
  font-weight: 600;
}

.issue-aside{
  margin: auto;
  padding: 4em 0;
  width: 94%;
  max-width: 100rem;
}

.issue-aside ul{ padding: 0 0 2em;}
.issue-aside li{ padding: 0.25em 0;}

.issue-aside .button{ max-width: 32rem;}


@media screen and (max-width: 480px) {

.sns-link .sns-title{ padding: 0 0.5em 1em; width: 100%; text-align: center;}

}/* End max 480 */


